Skip to content

Commit

Permalink
Add between-* icons (lucide-icons#1508)
Browse files Browse the repository at this point in the history
* Add `between-horizontal` icon

* Add `between-vertical` icon

* Rename icons and end icons

* Fix lint issues

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
danielbayley and ericfennis authored Jan 5, 2024
1 parent 92784de commit 6b4f575
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 0 deletions.
35 changes: 35 additions & 0 deletions icons/between-horizonal-end.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"insert",
"add",
"left",
"slot",
"squeeze",
"space",
"vertical",
"grid",
"table",
"rows",
"cells",
"excel",
"spreadsheet",
"accountancy",
"data",
"enter",
"entry",
"entries",
"blocks",
"rectangles",
"chevron"
],
"categories": [
"layout",
"design",
"tools",
"account"
]
}
15 changes: 15 additions & 0 deletions icons/between-horizonal-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions icons/between-horizonal-start.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"insert",
"add",
"right",
"slot",
"squeeze",
"space",
"vertical",
"grid",
"table",
"rows",
"cells",
"excel",
"spreadsheet",
"accountancy",
"data",
"enter",
"entry",
"entries",
"blocks",
"rectangles",
"chevron"
],
"categories": [
"layout",
"design",
"tools",
"account"
]
}
15 changes: 15 additions & 0 deletions icons/between-horizonal-start.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/between-vertical-end.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"insert",
"add",
"top",
"slot",
"squeeze",
"space",
"vertical",
"grid",
"table",
"columns",
"cells",
"data",
"enter",
"entry",
"entries",
"blocks",
"rectangles",
"chevron"
],
"categories": [
"layout",
"design",
"tools"
]
}
15 changes: 15 additions & 0 deletions icons/between-vertical-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/between-vertical-start.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"insert",
"add",
"bottom",
"slot",
"squeeze",
"space",
"vertical",
"grid",
"table",
"columns",
"cells",
"data",
"enter",
"entry",
"entries",
"blocks",
"rectangles",
"chevron"
],
"categories": [
"layout",
"design",
"tools"
]
}
15 changes: 15 additions & 0 deletions icons/between-vertical-start.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 6b4f575

Please sign in to comment.