Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
badd34374d | ||
|
|
902431199c | ||
|
|
bdbb4834b0 | ||
|
|
07fc4da6fa | ||
|
|
e1815242cf | ||
|
|
d104ad5c8a | ||
|
|
69989c5ae5 | ||
|
|
9e996ef63c | ||
|
|
6ec9cc3dcf |
14
icons/arrow-down-from-line.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"download",
|
||||||
|
"expand",
|
||||||
|
"fold",
|
||||||
|
"vertical"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-down-from-line.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"
|
||||||
|
>
|
||||||
|
<line x1="12" x2="12" y1="21" y2="7" />
|
||||||
|
<polyline points="6 15 12 21 18 15" />
|
||||||
|
<path d="M19 3H5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 314 B |
18
icons/arrow-down-to-line.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"download",
|
||||||
|
"git",
|
||||||
|
"version control",
|
||||||
|
"pull",
|
||||||
|
"collapse",
|
||||||
|
"fold",
|
||||||
|
"vertical"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows",
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-down-to-line.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"
|
||||||
|
>
|
||||||
|
<line x1="12" x2="12" y1="17" y2="3" />
|
||||||
|
<polyline points="6 11 12 17 18 11" />
|
||||||
|
<path d="M19 21H5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 315 B |
12
icons/arrow-left-from-line.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"expand",
|
||||||
|
"fold",
|
||||||
|
"horizontal"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-left-from-line.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"
|
||||||
|
>
|
||||||
|
<line x1="3" x2="17" y1="12" y2="12" />
|
||||||
|
<polyline points="9 6 3 12 9 18" />
|
||||||
|
<path d="M21 19V5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 312 B |
12
icons/arrow-left-to-line.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"collapse",
|
||||||
|
"fold",
|
||||||
|
"horizontal"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-left-to-line.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"
|
||||||
|
>
|
||||||
|
<line x1="7" x2="21" y1="12" y2="12" />
|
||||||
|
<polyline points="13 6 7 12 13 18" />
|
||||||
|
<path d="M3 19V5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 313 B |
13
icons/arrow-right-from-line.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"export",
|
||||||
|
"expand",
|
||||||
|
"fold",
|
||||||
|
"horizontal"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-right-from-line.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"
|
||||||
|
>
|
||||||
|
<line x1="21" x2="7" y1="12" y2="12" />
|
||||||
|
<polyline points="15 18 21 12 15 6" />
|
||||||
|
<path d="M3 5v14" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 314 B |
19
icons/arrow-right-to-line.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"keyboard",
|
||||||
|
"key",
|
||||||
|
"tab",
|
||||||
|
"mac",
|
||||||
|
"button",
|
||||||
|
"indent",
|
||||||
|
"direction",
|
||||||
|
"collapse",
|
||||||
|
"fold",
|
||||||
|
"horizontal"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-right-to-line.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"
|
||||||
|
>
|
||||||
|
<line x1="17" x2="3" y1="12" y2="12" />
|
||||||
|
<polyline points="11 18 17 12 11 6" />
|
||||||
|
<path d="M21 5v14" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 315 B |
18
icons/arrow-up-from-line.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"upload",
|
||||||
|
"git",
|
||||||
|
"version control",
|
||||||
|
"push",
|
||||||
|
"expand",
|
||||||
|
"fold",
|
||||||
|
"vertical"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows",
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-up-from-line.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"
|
||||||
|
>
|
||||||
|
<line x1="12" x2="12" y1="3" y2="17" />
|
||||||
|
<polyline points="18 9 12 3 6 9" />
|
||||||
|
<path d="M5 21h14" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 312 B |
14
icons/arrow-up-to-line.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"direction",
|
||||||
|
"upload",
|
||||||
|
"collapse",
|
||||||
|
"fold",
|
||||||
|
"vertical"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"arrows",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/arrow-up-to-line.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"
|
||||||
|
>
|
||||||
|
<line x1="12" x2="12" y1="7" y2="21" />
|
||||||
|
<polyline points="18 13 12 7 6 13" />
|
||||||
|
<path d="M5 3h14" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 313 B |
15
icons/file-code-2.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"script",
|
||||||
|
"document",
|
||||||
|
"html",
|
||||||
|
"xml",
|
||||||
|
"property list",
|
||||||
|
"plist"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/file-code-2.svg
Normal 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="M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" />
|
||||||
|
<polyline points="14 2 14 8 20 8" />
|
||||||
|
<path d="m9 18 3-3-3-3" />
|
||||||
|
<path d="m5 12-3 3 3 3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 372 B |
@@ -2,7 +2,12 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"script",
|
"script",
|
||||||
"document"
|
"document",
|
||||||
|
"gist",
|
||||||
|
"html",
|
||||||
|
"xml",
|
||||||
|
"property list",
|
||||||
|
"plist"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"files",
|
"files",
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" />
|
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
|
||||||
<polyline points="14 2 14 8 20 8" />
|
<polyline points="14 2 14 8 20 8" />
|
||||||
<path d="m9 18 3-3-3-3" />
|
<path d="m10 13-2 2 2 2" />
|
||||||
<path d="m5 12-3 3 3 3" />
|
<path d="m14 17 2-2-2-2" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 392 B |
@@ -9,8 +9,8 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M22 13V8a1.974 1.974 0 0 0-2-2h-7.9c-.3 0-.7-.1-.9-.2-.3-.2-.5-.4-.7-.7l-.9-1.2c-.2-.3-.4-.5-.7-.7-.3-.1-.6-.2-1-.2H4a1.974 1.974 0 0 0-2 2v13c0 1.1.9 2 2 2h5"/>
|
<path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5" />
|
||||||
<circle cx="20" cy="19" r="2"/>
|
<circle cx="13" cy="12" r="2" />
|
||||||
<circle cx="13" cy="12." r="2"/>
|
<path d="M18 19c-2.8 0-5-2.2-5-5v8" />
|
||||||
<path d="M18 19c-2.8 0-5-2.2-5-5v8"/>
|
<circle cx="20" cy="19" r="2" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 437 B |
@@ -10,7 +10,7 @@
|
|||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
<path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
||||||
<circle class="st0" cx="12" cy="13" r="2" />
|
<circle cx="12" cy="13" r="2" />
|
||||||
<line class="st0" x1="6" y1="13" x2="10" y2="13" />
|
<path d="M14 13h3" />
|
||||||
<line class="st0" x1="14" y1="13" x2="18" y2="13" />
|
<path d="M7 13h3" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 428 B |
9
icons/list-filter.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"options"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"text"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/list-filter.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"
|
||||||
|
>
|
||||||
|
<path d="M3 6h18" />
|
||||||
|
<path d="M7 12h10" />
|
||||||
|
<path d="M10 18h4" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 279 B |
14
icons/plug-zap-2.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"electricity",
|
||||||
|
"electronics",
|
||||||
|
"charge",
|
||||||
|
"charging",
|
||||||
|
"battery",
|
||||||
|
"connect"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"devices"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/plug-zap-2.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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="m13 2-2 2.5h3L12 7" />
|
||||||
|
<path d="M10 14v-3" />
|
||||||
|
<path d="M14 14v-3" />
|
||||||
|
<path d="M11 19c-1.7 0-3-1.3-3-3v-2h8v2c0 1.7-1.3 3-3 3Z" />
|
||||||
|
<path d="M12 22v-3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 380 B |
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"electricity",
|
||||||
|
"electronics",
|
||||||
"charge",
|
"charge",
|
||||||
"charging",
|
"charging",
|
||||||
"battery",
|
"battery",
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<rect x="8" y="13" width="8" height="6" rx="2" />
|
<path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" />
|
||||||
<path d="m13 2-2 2.5h3L12 7" />
|
<path d="m2 22 3-3" />
|
||||||
<path d="M12 22v-3" />
|
<path d="M7.5 13.5 10 11" />
|
||||||
<path d="M10 13v-2.5" />
|
<path d="M10.5 16.5 13 14" />
|
||||||
<path d="M14 13v-2.5" />
|
<path d="m18 3-4 4h6l-4 4" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 413 B |
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"electricity",
|
"electricity",
|
||||||
|
"electronics",
|
||||||
"socket",
|
"socket",
|
||||||
"outlet"
|
"outlet"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M12 22v-5" />
|
<path d="M12 22v-5" />
|
||||||
<path d="M9 7V2" />
|
<path d="M9 8V2" />
|
||||||
<path d="M15 7V2" />
|
<path d="M15 8V2" />
|
||||||
<path d="M6 13V8h12v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4Z" />
|
<path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 335 B |
@@ -9,13 +9,13 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<rect x="2" y="14" width="8" height="8" rx="2" />
|
<path d="M14 4c0-1.1.9-2 2-2" />
|
||||||
|
<path d="M20 2c1.1 0 2 .9 2 2" />
|
||||||
|
<path d="M22 8c0 1.1-.9 2-2 2" />
|
||||||
|
<path d="M16 10c-1.1 0-2-.9-2-2" />
|
||||||
<path d="m3 7 3 3 3-3" />
|
<path d="m3 7 3 3 3-3" />
|
||||||
<path d="M6 10V5a2.95 2.95 0 0 1 3-3h1" />
|
<path d="M6 10V5c0-1.7 1.3-3 3-3h1" />
|
||||||
<path d="M22 8a2 2 0 0 1-2 2" />
|
<rect width="8" height="8" x="2" y="14" rx="2" />
|
||||||
<path d="M20 2a2 2 0 0 1 2 2" />
|
<path d="M14 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
|
||||||
<path d="M14 4a2 2 0 0 1 2-2" />
|
<path d="M20 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
|
||||||
<path d="M16 10a2 2 0 0 1-2-2" />
|
|
||||||
<path d="M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
|
||||||
<path d="M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 582 B |
@@ -9,11 +9,11 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<rect x="2" y="14" width="8" height="8" rx="2" />
|
<path d="M14 4c0-1.1.9-2 2-2" />
|
||||||
|
<path d="M20 2c1.1 0 2 .9 2 2" />
|
||||||
|
<path d="M22 8c0 1.1-.9 2-2 2" />
|
||||||
|
<path d="M16 10c-1.1 0-2-.9-2-2" />
|
||||||
<path d="m3 7 3 3 3-3" />
|
<path d="m3 7 3 3 3-3" />
|
||||||
<path d="M6 10V5a2.95 2.95 0 0 1 3-3h1" />
|
<path d="M6 10V5c0-1.7 1.3-3 3-3h1" />
|
||||||
<path d="M22 8a2 2 0 0 1-2 2" />
|
<rect width="8" height="8" x="2" y="14" rx="2" />
|
||||||
<path d="M20 2a2 2 0 0 1 2 2" />
|
|
||||||
<path d="M14 4a2 2 0 0 1 2-2" />
|
|
||||||
<path d="M16 10a2 2 0 0 1-2-2" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
19
icons/scroll-text.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"paper",
|
||||||
|
"log",
|
||||||
|
"scripture",
|
||||||
|
"document",
|
||||||
|
"parchment",
|
||||||
|
"list",
|
||||||
|
"long",
|
||||||
|
"script",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"gaming",
|
||||||
|
"development",
|
||||||
|
"text"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/scroll-text.svg
Normal 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="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
||||||
|
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
||||||
|
<path d="M15 8h-5" />
|
||||||
|
<path d="M15 12h-5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 377 B |
@@ -5,10 +5,15 @@
|
|||||||
"log",
|
"log",
|
||||||
"scripture",
|
"scripture",
|
||||||
"document",
|
"document",
|
||||||
"parchment"
|
"parchment",
|
||||||
|
"list",
|
||||||
|
"long",
|
||||||
|
"script",
|
||||||
|
"code"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"gaming",
|
"gaming",
|
||||||
"development"
|
"development",
|
||||||
|
"text"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -9,8 +9,6 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M10 17v2a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v3h3" />
|
<path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
||||||
<path d="M22 17v2a2 2 0 0 1-2 2H8" />
|
|
||||||
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
||||||
<path d="M22 17H10" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 328 B |
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"music"
|
"music",
|
||||||
|
"random",
|
||||||
|
"reorder"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"multimedia",
|
"multimedia",
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<polyline points="16 3 21 3 21 8" />
|
<path d="M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22" />
|
||||||
<line x1="4" x2="21" y1="20" y2="3" />
|
<path d="m18 2 4 4-4 4" />
|
||||||
<polyline points="21 16 21 21 16 21" />
|
<path d="M2 6h1.9c1.5 0 2.9.9 3.6 2.2" />
|
||||||
<line x1="15" x2="21" y1="15" y2="21" />
|
<path d="M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8" />
|
||||||
<line x1="4" x2="9" y1="4" y2="9" />
|
<path d="m18 14 4 4-4 4" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 445 B |
14
icons/unplug.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"electricity",
|
||||||
|
"electronics",
|
||||||
|
"socket",
|
||||||
|
"outlet",
|
||||||
|
"disconnect"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"devices",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
18
icons/unplug.svg
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<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="m19 5 3-3" />
|
||||||
|
<path d="m2 22 3-3" />
|
||||||
|
<path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" />
|
||||||
|
<path d="M7.5 13.5 10 11" />
|
||||||
|
<path d="M10.5 16.5 13 14" />
|
||||||
|
<path d="m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 489 B |