fix: update GraphIcon fill property to 'none' for better SVG rendering
This commit is contained in:
parent
6082cf0cdb
commit
4d7fa04d91
@ -8,7 +8,7 @@ export const GraphIcon = (
|
|||||||
width={29}
|
width={29}
|
||||||
height={28}
|
height={28}
|
||||||
viewBox="0 0 29 28"
|
viewBox="0 0 29 28"
|
||||||
fill="currentColor"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
{...properties}
|
{...properties}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user