Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66de90d63e | ||
|
|
f3c7e44a3d | ||
|
|
3823993c39 | ||
|
|
36c53f956a | ||
|
|
58c652908a |
19
icons/monitor-check.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"running",
|
||||
"active",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
|
||||
16
icons/monitor-check.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="m9 10 2 2 4-4" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 337 B |
18
icons/monitor-dot.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"running",
|
||||
"active",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
16
icons/monitor-dot.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"
|
||||
>
|
||||
<circle cx="19" cy="6" r="3" />
|
||||
<path d="M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 361 B |
@@ -9,9 +9,9 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" ry="2" />
|
||||
<line x1="8" x2="16" y1="21" y2="21" />
|
||||
<line x1="12" x2="12" y1="17" y2="21" />
|
||||
<path d="M12 13V7" />
|
||||
<path d="m15 10-3 3-3-3" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 362 B |
23
icons/monitor-pause.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"video",
|
||||
"movie",
|
||||
"film",
|
||||
"suspend",
|
||||
"hibernate",
|
||||
"boot",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"multimedia",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
17
icons/monitor-pause.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="M10 13V7" />
|
||||
<path d="M14 13V7" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 356 B |
23
icons/monitor-play.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"video",
|
||||
"movie",
|
||||
"film",
|
||||
"running",
|
||||
"start",
|
||||
"boot",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"multimedia",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
16
icons/monitor-play.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="m10 7 5 3-5 3Z" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
22
icons/monitor-stop.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"video",
|
||||
"movie",
|
||||
"film",
|
||||
"stop",
|
||||
"shutdown",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"multimedia",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
16
icons/monitor-stop.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"
|
||||
>
|
||||
<rect x="9" y="7" width="6" height="6" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 352 B |
@@ -9,9 +9,9 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" ry="2" />
|
||||
<line x1="8" x2="16" y1="21" y2="21" />
|
||||
<line x1="12" x2="12" y1="17" y2="21" />
|
||||
<path d="M12 13V7" />
|
||||
<path d="m9 10 3-3 3 3" />
|
||||
<path d="M12 13V7" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 361 B |
21
icons/monitor-x.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display",
|
||||
"desktop",
|
||||
"virtual machine",
|
||||
"vm",
|
||||
"close",
|
||||
"stop",
|
||||
"suspend",
|
||||
"remove",
|
||||
"delete"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
17
icons/monitor-x.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="m14.5 12.5-5-5" />
|
||||
<path d="m9.5 12.5 5-5" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<path d="M12 17v4" />
|
||||
<path d="M8 21h8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 367 B |
@@ -3,10 +3,13 @@
|
||||
"tags": [
|
||||
"tv",
|
||||
"screen",
|
||||
"display"
|
||||
"display",
|
||||
"virtual machine",
|
||||
"vm"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices"
|
||||
"devices",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" ry="2" />
|
||||
<rect width="20" height="14" x="2" y="3" rx="2" />
|
||||
<line x1="8" x2="16" y1="21" y2="21" />
|
||||
<line x1="12" x2="12" y1="17" y2="21" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 346 B |
18
icons/pi-square.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"constant",
|
||||
"code",
|
||||
"coding",
|
||||
"programming",
|
||||
"symbol",
|
||||
"trigonometry",
|
||||
"geometry",
|
||||
"formula"
|
||||
],
|
||||
"categories": [
|
||||
"development",
|
||||
"maths",
|
||||
"shapes"
|
||||
]
|
||||
}
|
||||
16
icons/pi-square.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"
|
||||
>
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
<path d="M7 7h10" />
|
||||
<path d="M10 7v10" />
|
||||
<path d="M16 17a2 2 0 0 1-2-2V7" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 346 B |
14
icons/play-square.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"music",
|
||||
"audio",
|
||||
"video",
|
||||
"start",
|
||||
"run"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
14
icons/play-square.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" />
|
||||
<path d="m9 8 6 4-6 4Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 290 B |
@@ -2,6 +2,8 @@
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"music",
|
||||
"audio",
|
||||
"video",
|
||||
"start",
|
||||
"run"
|
||||
],
|
||||
|
||||
15
icons/sigma-square.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"sum",
|
||||
"calculate",
|
||||
"formula",
|
||||
"maths",
|
||||
"enumeration",
|
||||
"enumerate"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"maths"
|
||||
]
|
||||
}
|
||||
14
icons/sigma-square.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" />
|
||||
<path d="M16 8.9V7H8l4 5-4 5h8v-1.9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 303 B |
@@ -9,7 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M22 12a9.92 9.92 0 0 0-3.24-6.41 10.12 10.12 0 0 0-13.52 0A9.92 9.92 0 0 0 2 12Z" />
|
||||
<path d="M22 12a10.06 10.06 1 0 0-20 0Z" />
|
||||
<path d="M12 12v8a2 2 0 0 0 4 0" />
|
||||
<line x1="12" x2="12" y1="2" y2="3" />
|
||||
<path d="M12 2v1" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 315 B |
@@ -30,6 +30,7 @@ declare module 'lucide-vue-next'
|
||||
// Create interface extending SVGAttributes
|
||||
export interface SVGProps extends Partial<SVGAttributes> {
|
||||
size?: 24 | number
|
||||
strokeWidth?: number
|
||||
absoluteStrokeWidth?: boolean
|
||||
}
|
||||
|
||||
|
||||