mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add repeat-one icon (feathericons#28)
This commit is contained in:
parent
3c64e93543
commit
d7b972fa40
17
icons/repeat-one.svg
Normal file
17
icons/repeat-one.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12 14.333V9l-2 1.333m0 4h4" />
|
||||
<path d="M17 1l4 4-4 4" />
|
||||
<path d="M3 11V9a4 4 0 0 1 4-4h14" />
|
||||
<path d="M7 23l-4-4 4-4" />
|
||||
<path d="M21 13v2a4 4 0 0 1-4 4H3" />
|
||||
</svg>
|
After Width: | Height: | Size: 390 B |
Loading…
Reference in New Issue
Block a user