Merge pull request #42 from acid-info/topic-fix-svg-bug

fix: fix bug with PickIcon svg props
This commit is contained in:
jeangovil 2023-05-31 22:35:30 +03:30 committed by GitHub
commit 3030769c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
/> />