Add chevrons-down-up icons (#344)
* Add alias `unfold` for icon `chevrons-up-down` * Add icon `chevrons-down-up` and its alias Alias: `fold` Related issue: #343
This commit is contained in:
13
icons/chevrons-down-up.svg
Normal file
13
icons/chevrons-down-up.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M7 20l5-5 5 5" />
|
||||
<path d="M7 4l5 5 5-5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 243 B |
Reference in New Issue
Block a user