Skip to content

Commit

Permalink
fix: svg 경고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Jan 27, 2024
1 parent a6deb84 commit 48f05a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/preview/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Button, TextButton, ThemeProvider } from '@boolti/ui';
const Icon = () => (
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z"
fill="currentColor"
/>
Expand Down

0 comments on commit 48f05a1

Please sign in to comment.