Skip to content

Commit

Permalink
feat: add arrow box icons (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Mar 13, 2024
1 parent 26aac36 commit d5a55f8
Show file tree
Hide file tree
Showing 13 changed files with 160 additions and 0 deletions.
116 changes: 116 additions & 0 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,35 @@
"sharp"
]
},
{
"name": "arrow-down-left-box",
"tags": [
"arrow",
"box",
"down",
"left"
]
},
{
"name": "arrow-down-left-box-outline",
"tags": [
"arrow",
"box",
"down",
"left",
"outline"
]
},
{
"name": "arrow-down-left-box-sharp",
"tags": [
"arrow",
"box",
"down",
"left",
"sharp"
]
},
{
"name": "arrow-down-outline",
"tags": [
Expand All @@ -468,6 +497,35 @@
"outline"
]
},
{
"name": "arrow-down-right-box",
"tags": [
"arrow",
"box",
"down",
"right"
]
},
{
"name": "arrow-down-right-box-outline",
"tags": [
"arrow",
"box",
"down",
"outline",
"right"
]
},
{
"name": "arrow-down-right-box-sharp",
"tags": [
"arrow",
"box",
"down",
"right",
"sharp"
]
},
{
"name": "arrow-down-sharp",
"tags": [
Expand Down Expand Up @@ -677,6 +735,35 @@
"up"
]
},
{
"name": "arrow-up-left-box",
"tags": [
"arrow",
"box",
"left",
"up"
]
},
{
"name": "arrow-up-left-box-outline",
"tags": [
"arrow",
"box",
"left",
"outline",
"up"
]
},
{
"name": "arrow-up-left-box-sharp",
"tags": [
"arrow",
"box",
"left",
"sharp",
"up"
]
},
{
"name": "arrow-up-outline",
"tags": [
Expand All @@ -685,6 +772,35 @@
"up"
]
},
{
"name": "arrow-up-right-box",
"tags": [
"arrow",
"box",
"right",
"up"
]
},
{
"name": "arrow-up-right-box-outline",
"tags": [
"arrow",
"box",
"outline",
"right",
"up"
]
},
{
"name": "arrow-up-right-box-sharp",
"tags": [
"arrow",
"box",
"right",
"sharp",
"up"
]
},
{
"name": "arrow-up-sharp",
"tags": [
Expand Down
5 changes: 5 additions & 0 deletions src/svg/arrow-down-left-box-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-down-left-box-sharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-down-left-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/svg/arrow-down-right-box-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-down-right-box-sharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-down-right-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/svg/arrow-up-left-box-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-up-left-box-sharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-up-left-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/svg/arrow-up-right-box-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-up-right-box-sharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/arrow-up-right-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5a55f8

Please sign in to comment.