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