1
0
Fork 0

fix error on migadu icon

This commit is contained in:
Julian 2023-04-28 18:34:36 -04:00
parent 42f1b54fbd
commit 457c33e4a1
Signed by untrusted user: NotNite
GPG Key ID: BD91A5402CCEB08A
1 changed files with 4 additions and 4 deletions

View File

@ -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