Skip to content

Commit

Permalink
Update circle-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed May 16, 2024
1 parent b00154c commit bd0a932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/Docs/pages/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Release from './_Release';
export default function Changelog() {
return (
<Stack gap={5}>
<Release name="Valkyrie 1.0 alpha 45" version="1.0.0-alpha.45" date="16 May 2024" updatedIcons={['check']} />
<Release name="Valkyrie 1.0 alpha 45" version="1.0.0-alpha.45" date="16 May 2024" updatedIcons={['check', 'circle-check']} />
<Release
name="Valkyrie 1.0 alpha 44"
version="1.0.0-alpha.44"
Expand Down
2 changes: 1 addition & 1 deletion icons/circle-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export const viCircleCheck: {
data: string;
} = {
name: 'circle_check',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path d="M11.53 7.03a.75.75 0 0 0-1.06-1.06L7.25 9.19 5.53 7.47a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0"/></svg>`,
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path d="M11.78 6.78a.75.75 0 0 0-1.06-1.06L7.25 9.19 5.28 7.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0"/></svg>`,
};
export const viCircleDashed: {
name: 'circle_dashed';
Expand Down

0 comments on commit bd0a932

Please sign in to comment.