fix: fix bug with PickIcon svg props

This commit is contained in:
jinhojang6 2023-06-01 01:33:55 +09:00
parent 363674d076
commit 73a2c608db
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ export const PickIcon = LsdIcon(
{...props} {...props}
> >
<path <path
fill-rule="evenodd" fillRule="evenodd"
clip-rule="evenodd" clipRule="evenodd"
d="M9.79287 3.5H2.99998V2.5H11.5V11H10.5V4.20711L3.35353 11.3536L2.64642 10.6464L9.79287 3.5Z" d="M9.79287 3.5H2.99998V2.5H11.5V11H10.5V4.20711L3.35353 11.3536L2.64642 10.6464L9.79287 3.5Z"
fill="black" fill="black"
/> />