mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add double chevron icons
This commit is contained in:
parent
d27c4ee97a
commit
24b231e527
@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `arrow-up-left`
|
- `arrow-up-left`
|
||||||
- `arrow-up-right`
|
- `arrow-up-right`
|
||||||
- `cast`
|
- `cast`
|
||||||
|
- `chevrons-down`
|
||||||
|
- `chevrons-left`
|
||||||
|
- `chevrons-right`
|
||||||
|
- `chevrons-up`
|
||||||
- `cloud-snow`
|
- `cloud-snow`
|
||||||
- `repeat`
|
- `repeat`
|
||||||
</details>
|
</details>
|
||||||
|
4
icons/arrows/chevrons-down.svg
Normal file
4
icons/arrows/chevrons-down.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||||
|
<polyline points="7 13 12 18 17 13" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<polyline points="7 6 12 11 17 6" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 353 B |
4
icons/arrows/chevrons-left.svg
Normal file
4
icons/arrows/chevrons-left.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||||
|
<polyline points="11 17 6 12 11 7" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<polyline points="18 17 13 12 18 7" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 354 B |
4
icons/arrows/chevrons-right.svg
Normal file
4
icons/arrows/chevrons-right.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||||
|
<polyline points="13 17 18 12 13 7" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<polyline points="6 17 11 12 6 7" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 353 B |
4
icons/arrows/chevrons-up.svg
Normal file
4
icons/arrows/chevrons-up.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||||
|
<polyline points="17 11 12 6 7 11" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<polyline points="17 18 12 13 7 18" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 354 B |
Loading…
Reference in New Issue
Block a user