mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 22:07:43 +01:00
Add between-* icons (#1508)
* 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>
This commit is contained in:
35
icons/between-horizonal-end.json
Normal file
35
icons/between-horizonal-end.json
Normal file
@@ -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
icons/between-horizonal-end.svg
Normal file
15
icons/between-horizonal-end.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<rect width="13" height="7" x="3" y="3" rx="1" />
|
||||||
|
<path d="m22 15-3-3 3-3" />
|
||||||
|
<rect width="13" height="7" x="3" y="14" rx="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 343 B |
35
icons/between-horizonal-start.json
Normal file
35
icons/between-horizonal-start.json
Normal file
@@ -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
icons/between-horizonal-start.svg
Normal file
15
icons/between-horizonal-start.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<rect width="13" height="7" x="8" y="3" rx="1" />
|
||||||
|
<path d="m2 9 3 3-3 3" />
|
||||||
|
<rect width="13" height="7" x="8" y="14" rx="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 341 B |
31
icons/between-vertical-end.json
Normal file
31
icons/between-vertical-end.json
Normal file
@@ -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
icons/between-vertical-end.svg
Normal file
15
icons/between-vertical-end.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<rect width="7" height="13" x="3" y="3" rx="1" />
|
||||||
|
<path d="m9 22 3-3 3 3" />
|
||||||
|
<rect width="7" height="13" x="14" y="3" rx="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 342 B |
31
icons/between-vertical-start.json
Normal file
31
icons/between-vertical-start.json
Normal file
@@ -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
icons/between-vertical-start.svg
Normal file
15
icons/between-vertical-start.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<rect width="7" height="13" x="3" y="8" rx="1" />
|
||||||
|
<path d="m15 2-3 3-3-3" />
|
||||||
|
<rect width="7" height="13" x="14" y="8" rx="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 342 B |
Reference in New Issue
Block a user