Skip to content

Commit

Permalink
fix: svg 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyong9169 committed Aug 5, 2024
1 parent ac0c9d9 commit 1dfb19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/ui/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export function Logo(props: SVGProps<SVGSVGElement>) {
>
<rect width="39" height="39" rx="7.61719" fill="#F47636" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M29.9255 6.09375C30.6188 6.09375 31.1765 6.65409 31.1765 7.35059V24.9463C31.1765 25.3391 30.9941 25.6952 30.7126 25.9203C30.4937 26.7268 30.4937 29.0258 30.7126 29.8322C30.9941 30.0627 31.1765 30.4188 31.1765 30.8115V31.6494C31.1765 32.3459 30.6188 32.9062 29.9255 32.9062H12.8279C10.0652 32.9062 7.82373 30.6544 7.82373 27.8789V11.1211C7.82373 8.34558 10.0652 6.09375 12.8279 6.09375H29.9255ZM12.8279 29.5547H27.7049C27.6059 28.6592 27.6059 27.0986 27.7049 26.2031H12.8279C11.9105 26.2031 11.1598 26.9572 11.1598 27.8789C11.1598 28.8058 11.9053 29.5547 12.8279 29.5547ZM14.4669 13.1665C14.4669 12.856 14.7186 12.6043 15.0291 12.6043H25.6031C25.9136 12.6043 26.1653 12.856 26.1653 13.1665V14.3041C26.1653 14.6146 25.9135 14.8663 25.6031 14.8663H15.0291C14.7186 14.8663 14.4669 14.6146 14.4669 14.3041V13.1665ZM15.0291 15.9242C14.7186 15.9242 14.4669 16.1759 14.4669 16.4864V17.624C14.4669 17.9344 14.7186 18.1862 15.0291 18.1862H25.6031C25.9135 18.1862 26.1653 17.9344 26.1653 17.624V16.4864C26.1653 16.1759 25.9136 15.9242 25.6031 15.9242H15.0291Z"
fill="#F9EEE4"
/>
Expand Down

0 comments on commit 1dfb19b

Please sign in to comment.