Add rotate icons

This commit is contained in:
Cole Bemis 2017-05-02 09:20:45 -07:00
parent dfb4d42da4
commit e0e5c10eb3
4 changed files with 12 additions and 0 deletions

View File

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

View File

@ -99,6 +99,8 @@
"pie-chart",
"edit",
"cog",
"rotate-ccw",
"rotate-cw",
"map",
"life-buoy",
"flag",

4
icons/rotate-ccw.svg Normal file
View File

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

After

Width:  |  Height:  |  Size: 255 B

4
icons/rotate-cw.svg Normal file
View File

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

After

Width:  |  Height:  |  Size: 258 B