feat: refactor wifi-icons (#62)

* refactor wifi-icons

* add spacings
This commit is contained in:
Eric Fennis
2020-09-11 22:09:13 +02:00
committed by GitHub
parent 5aef4e6110
commit 8a15bca8cd
2 changed files with 9 additions and 9 deletions

View File

@@ -9,11 +9,11 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<line x1="1" y1="1" x2="23" y2="23" /> <line x1="2" y1="2" x2="22" y2="22" />
<path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55" /> <path d="M8.5 16.5a5 5 0 017 0" />
<path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39" /> <path d="M2 8.82a15 15 0 014.17-2.65" />
<path d="M10.71 5.05A16 16 0 0 1 22.58 9" /> <path d="M10.66 5c4.01-.36 8.14.9 11.34 3.76" />
<path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88" /> <path d="M16.85 11.25a10 10 0 012.22 1.68" />
<path d="M8.53 16.11a6 6 0 0 1 6.95 0" /> <path d="M5 13a10 10 0 015.24-2.76" />
<line x1="12" y1="20" x2="12.01" y2="20" /> <line x1="12" y1="20" x2="12.01" y2="20" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 515 B

View File

@@ -9,8 +9,8 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M5 12.55a11 11 0 0 1 14.08 0" /> <path d="M5 13a10 10 0 0114 0" />
<path d="M1.42 9a16 16 0 0 1 21.16 0" /> <path d="M8.5 16.5a5 5 0 017 0" />
<path d="M8.53 16.11a6 6 0 0 1 6.95 0" /> <path d="M2 8.82a15 15 0 0120 0" />
<line x1="12" y1="20" x2="12.01" y2="20" /> <line x1="12" y1="20" x2="12.01" y2="20" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 365 B