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:
peterlits zo
2021-06-09 16:44:27 +08:00
committed by GitHub
parent 6630882137
commit d79a33d514
2 changed files with 19 additions and 1 deletions

View 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

View File

@@ -341,6 +341,10 @@
"chevrons-down": [
"arrow"
],
"chevrons-down-up": [
"arrow",
"fold"
],
"chevrons-left": [
"arrow"
],
@@ -351,7 +355,8 @@
"arrow"
],
"chevrons-up-down": [
"arrow"
"arrow",
"unfold"
],
"chrome": [
"browser"