Compare commits

...

6 Commits

Author SHA1 Message Date
Karsa
3e3409cee2 Adds generic merge and split icons (#1167)
Co-authored-by: Karsa <karsa@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
2023-04-30 21:44:15 +02:00
Daniel Bayley
477f2b2aff Improve heading[-16] metadata (#1173) 2023-04-29 11:24:35 +02:00
Jakob Guddas
000ff56278 Optimized and fixed plug-zap (#1120) 2023-04-29 11:08:03 +02:00
Daniel Bayley
7117220943 Add [un]fold icons (#1060)
* Add `fold-vertical` icon

* Add `unfold-vertical` icon

* Add `fold-horizontal` icon

* Add `unfold-horizontal` icon

* Update icons/fold-horizontal.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/fold-vertical.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/unfold-horizontal.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/unfold-vertical.svg

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-29 11:06:08 +02:00
Eric Fennis
f820da257d Create FUNDING.yml 2023-04-28 22:59:05 +02:00
Daniel Bayley
de629f0fcc Fix removal of sidebar.json (#1174)
Not sure what happened, but `sidebar.json` should have been deleted when replaced with
`panel-left.json` in #1003… This is currently breaking the `pre-commit` hook!
2023-04-28 21:04:02 +02:00
21 changed files with 245 additions and 18 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
# These are supported funding model platforms
open_collective: lucide-icons

View File

@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"collapse",
"fold",
"vertical",
"dashed"
],
"categories": [
"arrows",
"layout"
]
}

20
icons/fold-horizontal.svg Normal file
View File

@@ -0,0 +1,20 @@
<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"
>
<path d="M2 12h6" />
<path d="M22 12h-6" />
<path d="M12 2v2" />
<path d="M12 8v2" />
<path d="M12 14v2" />
<path d="M12 20v2" />
<path d="m19 9-3 3 3 3" />
<path d="m5 15 3-3-3-3" />
</svg>

After

Width:  |  Height:  |  Size: 408 B

14
icons/fold-vertical.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"collapse",
"fold",
"vertical",
"dashed"
],
"categories": [
"arrows",
"layout"
]
}

20
icons/fold-vertical.svg Normal file
View File

@@ -0,0 +1,20 @@
<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"
>
<path d="M12 22v-6" />
<path d="M12 8V2" />
<path d="M4 12H2" />
<path d="M10 12H8" />
<path d="M16 12h-2" />
<path d="M22 12h-2" />
<path d="m15 19-3-3-3 3" />
<path d="m15 5-3 3-3-3" />
</svg>

After

Width:  |  Height:  |  Size: 412 B

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h1",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h2",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h3",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h4",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h5",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h6",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

View File

@@ -1,7 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [],
"tags": [
"h1",
"html",
"markup",
"markdown"
],
"categories": [
"text"
"text",
"development"
]
}

12
icons/merge.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"combine",
"join",
"unite"
],
"categories": [
"development",
"arrows"
]
}

15
icons/merge.svg Normal file
View 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"
>
<path d="m8 6 4-4 4 4" />
<path d="M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22" />
<path d="m20 22-5-5" />
</svg>

After

Width:  |  Height:  |  Size: 315 B

View File

@@ -9,10 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="8" y="13" width="8" height="6" rx="2" />
<path d="m13 2-2 2.5h3L12 7" />
<path d="M12 22v-3" />
<path d="M10 13v-2.5" />
<path d="M10 12.5v-2" />
<path d="M14 12.5v-2" />
<path d="M16 15a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-2z" />
<path d="M14 13v-2.5" />
</svg>

Before

Width:  |  Height:  |  Size: 437 B

After

Width:  |  Height:  |  Size: 373 B

15
icons/split.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"tags": [
"break",
"disband",
"divide",
"separate",
"branch",
"disunite"
],
"categories": [
"development",
"arrows"
]
}

16
icons/split.svg Normal file
View File

@@ -0,0 +1,16 @@
<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"
>
<path d="M16 3h5v5" />
<path d="M8 3H3v5" />
<path d="M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3" />
<path d="m15 9 6-6" />
</svg>

After

Width:  |  Height:  |  Size: 335 B

View File

@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"collapse",
"fold",
"vertical",
"dashed"
],
"categories": [
"arrows",
"layout"
]
}

View File

@@ -0,0 +1,20 @@
<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"
>
<path d="M16 12h6" />
<path d="M8 12H2" />
<path d="M12 2v2" />
<path d="M12 8v2" />
<path d="M12 14v2" />
<path d="M12 20v2" />
<path d="m19 15 3-3-3-3" />
<path d="m5 9-3 3 3 3" />
</svg>

After

Width:  |  Height:  |  Size: 407 B

View File

@@ -1,9 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"menu"
"arrow",
"expand",
"vertical",
"dashed"
],
"categories": [
"arrows",
"layout"
]
}

20
icons/unfold-vertical.svg Normal file
View File

@@ -0,0 +1,20 @@
<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"
>
<path d="M12 22v-6" />
<path d="M12 8V2" />
<path d="M4 12H2" />
<path d="M10 12H8" />
<path d="M16 12h-2" />
<path d="M22 12h-2" />
<path d="m15 19-3 3-3-3" />
<path d="m15 5-3-3-3 3" />
</svg>

After

Width:  |  Height:  |  Size: 412 B