Commit e0e5c10e authored by Cole Bemis's avatar Cole Bemis

Add rotate icons

parent dfb4d42d
......@@ -102,6 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `moon`
- `plus`
- `printer`
- `rotate-ccw`
- `rotate-cw`
- `search`
- `star`
- `unlock`
......
......@@ -99,6 +99,8 @@
"pie-chart",
"edit",
"cog",
"rotate-ccw",
"rotate-cw",
"map",
"life-buoy",
"flag",
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment