Add refresh icons

This commit is contained in:
Cole Bemis 2017-05-02 09:42:29 -07:00
parent e0e5c10eb3
commit 4468da381a
4 changed files with 17 additions and 1 deletions

View File

@ -47,6 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `phone-outgoing`
- `pocket`
- `radio`
- `refresh-ccw`
- `rotate-ccw`
- `scissors`
- `square`
- `sunrise`
@ -102,7 +104,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `moon`
- `plus`
- `printer`
- `rotate-ccw`
- `refresh-cw`
- `rotate-cw`
- `search`
- `star`

View File

@ -101,6 +101,8 @@
"cog",
"rotate-ccw",
"rotate-cw",
"refresh-ccw",
"refresh-cw",
"map",
"life-buoy",
"flag",

6
icons/refresh-ccw.svg Normal file
View File

@ -0,0 +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"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B

6
icons/refresh-cw.svg Normal file
View File

@ -0,0 +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"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B