refactor: Optimise icons (#42)

* refactor: Optimise icons

* fix: Complete `contrast` icon

* refactor: Optimise `battery-charging` further
This commit is contained in:
John Letey
2020-07-05 12:27:23 +01:00
committed by GitHub
parent 02b57108c3
commit 031833a296
13 changed files with 29 additions and 29 deletions

View File

@@ -10,9 +10,9 @@
stroke-linejoin="round"
>
<line x1="5" y1="8" x2="11" y2="14" />
<path d="M4 14L10 8L12 5" />
<path d="M4 14l6-6 2-3" />
<line x1="2" y1="5" x2="14" y2="5" />
<line x1="7" y1="2" x2="8" y2="2" />
<path d="M22 21L17 11L12 21" />
<path d="M22 21l-5-10-5 10" />
<line x1="14" y1="17" x2="20" y2="17" />
</svg>

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 433 B