mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add rotate icons
This commit is contained in:
parent
dfb4d42da4
commit
e0e5c10eb3
@ -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",
|
||||
|
4
icons/rotate-ccw.svg
Normal file
4
icons/rotate-ccw.svg
Normal 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
4
icons/rotate-cw.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user