mirror of https://github.com/acid-info/lsd.git
fix: fix bug with PickIcon svg props
This commit is contained in:
parent
363674d076
commit
73a2c608db
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue