Skip to content

Commit

Permalink
refactor: clipRule, fillRule 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
NohWookJin committed Jan 12, 2024
1 parent 2f455f9 commit 16d4acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/icons/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,8 @@ export const TopIcon: React.FC<IconProps> = () => {
xmlns="http://www.w3.org/2000/svg">
<path
id="Vector 734 (Stroke)"
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M17.0462 8.95185C16.7278 9.30213 16.1857 9.32794 15.8354 9.00951L8.86914 2.67653L1.90286 9.00951C1.55258 9.32794 1.01048 9.30213 0.692049 8.95185C0.373615 8.60157 0.39943 8.05947 0.749708 7.74104L8.86914 0.359741L16.9886 7.74104C17.3388 8.05947 17.3647 8.60157 17.0462 8.95185Z"
fill="#888888"
/>
Expand Down

0 comments on commit 16d4acd

Please sign in to comment.