mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 01:19:22 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3482cd0949 |
@@ -1,9 +1,14 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"layout"
|
"split",
|
||||||
|
"parallel",
|
||||||
|
"vertical",
|
||||||
|
"horizontal"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
"layout",
|
||||||
|
"design",
|
||||||
"text"
|
"text"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
17
icons/rows.json
Normal file
17
icons/rows.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"split",
|
||||||
|
"lines",
|
||||||
|
"queue",
|
||||||
|
"series",
|
||||||
|
"list",
|
||||||
|
"vertical",
|
||||||
|
"horizontal"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"layout",
|
||||||
|
"design",
|
||||||
|
"text"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/rows.svg
Normal file
14
icons/rows.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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="18" height="18" x="3" y="3" rx="2" ry="2" />
|
||||||
|
<line x1="3" x2="21" y1="12" y2="12" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 310 B |
Reference in New Issue
Block a user