Skip to content

Commit

Permalink
Add chevrons-down-up icons (#344)
Browse files Browse the repository at this point in the history
* Add alias `unfold` for icon `chevrons-up-down`

* Add icon `chevrons-down-up` and its alias

Alias: `fold`

Related issue: #343
  • Loading branch information
PeterlitsZo authored Jun 9, 2021
1 parent 6630882 commit d79a33d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions icons/chevrons-down-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@
"chevrons-down": [
"arrow"
],
"chevrons-down-up": [
"arrow",
"fold"
],
"chevrons-left": [
"arrow"
],
Expand All @@ -351,7 +355,8 @@
"arrow"
],
"chevrons-up-down": [
"arrow"
"arrow",
"unfold"
],
"chrome": [
"browser"
Expand Down

0 comments on commit d79a33d

Please sign in to comment.