forked from NotNet/gluestick
fix error on migadu icon
This commit is contained in:
parent
42f1b54fbd
commit
457c33e4a1
|
@ -5,10 +5,10 @@ export default function MigaduIcon() {
|
|||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill-rule="evenodd"
|
||||
stroke-linejoin="round"
|
||||
stroke-miterlimit="2"
|
||||
clip-rule="evenodd"
|
||||
fillRule="evenodd"
|
||||
strokeLinejoin="round"
|
||||
strokeMiterlimit={2}
|
||||
clipRule="evenodd"
|
||||
viewBox="0 0 415 349"
|
||||
>
|
||||
<path
|
||||
|
|
Loading…
Reference in New Issue