Skip to content

Commit

Permalink
fix: fix bug with PickIcon svg props
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed May 31, 2023
1 parent 363674d commit 73a2c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lsd-react/src/components/Icons/PickIcon/PickIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const PickIcon = LsdIcon(
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M9.79287 3.5H2.99998V2.5H11.5V11H10.5V4.20711L3.35353 11.3536L2.64642 10.6464L9.79287 3.5Z"
fill="black"
/>
Expand Down

0 comments on commit 73a2c60

Please sign in to comment.