Change refresh and rotate icons

This commit is contained in:
Cole Bemis 2017-05-03 19:41:33 -07:00
parent bd385999ba
commit d893934fb9
5 changed files with 12 additions and 14 deletions

View File

@ -110,8 +110,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `play`
- `plus`
- `printer`
- `refresh-cw`
- `rotate-cw`
- `search`
- `star`
- `unlock`

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12,4a8,8,0,0,0-8,8v4"/>
<polyline points="7 13 4 16 1 13"/>
<path d="M12,20a8,8,0,0,0,8-8V8"/>
<polyline points="17 11 20 8 23 11"/>
<polyline points="1 4 1 10 7 10"/>
<polyline points="23 20 23 14 17 14"/>
<path d="M20.49,9A9,9,0,0,0,5.64,5.64L1,10"/>
<path d="M23,14l-4.64,4.36A9,9,0,0,1,3.51,15"/>
</svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 356 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12,4a8,8,0,0,1,8,8v4"/>
<polyline points="17 13 20 16 23 13"/>
<path d="M12,20a8,8,0,0,1-8-8V8"/>
<polyline points="7 11 4 8 1 11"/>
<polyline points="23 4 23 10 17 10"/>
<polyline points="1 20 1 14 7 14"/>
<path d="M3.51,9A9,9,0,0,1,18.36,5.64L23,10"/>
<path d="M1,14l4.64,4.36A9,9,0,0,0,20.49,15"/>
</svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 356 B

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12,20a8,8,0,1,0-8-8v4"/>
<polyline points="7 13 4 16 1 13"/>
<polyline points="1 4 1 10 7 10"/>
<path d="M3.51,15A9,9,0,1,0,5.64,5.64L1,10"/>
</svg>

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 265 B

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12,20a8,8,0,1,1,8-8v4"/>
<polyline points="17 13 20 16 23 13"/>
<polyline points="23 4 23 10 17 10"/>
<path d="M20.49,15a9,9,0,1,1-2.12-9.36L23,10"/>
</svg>

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 270 B