* Adds computer hardware icons from #527 * extend top line * Added satellite --------- Co-authored-by: Karsa <karsa@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
11
icons/memory-stick.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"ram"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
"development",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
21
icons/memory-stick.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<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="M6 19v-3" />
|
||||
<path d="M10 19v-3" />
|
||||
<path d="M14 19v-3" />
|
||||
<path d="M18 19v-3" />
|
||||
<path d="M8 11V9" />
|
||||
<path d="M16 11V9" />
|
||||
<path d="M12 11V9" />
|
||||
<path d="M2 15h20" />
|
||||
<path d="M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 532 B |
11
icons/pc-case.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"computer",
|
||||
"chassis"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
16
icons/pc-case.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="14" height="20" x="5" y="2" rx="2" />
|
||||
<path d="M15 14h.01" />
|
||||
<path d="M9 6h6" />
|
||||
<path d="M9 10h6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 332 B |
14
icons/satellite-dish.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"antenna",
|
||||
"receiver",
|
||||
"dish aerial",
|
||||
"saucer"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
16
icons/satellite-dish.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 10a7.31 7.31 0 0 0 10 10Z" />
|
||||
<path d="m9 15 3-3" />
|
||||
<path d="M17 13a6 6 0 0 0-6-6" />
|
||||
<path d="M21 13A10 10 0 0 0 11 3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 352 B |
12
icons/satellite.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"space station",
|
||||
"orbit",
|
||||
"transmitter"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"science"
|
||||
]
|
||||
}
|
||||
17
icons/satellite.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 7 9 3 5 7l4 4" />
|
||||
<path d="m17 11 4 4-4 4-4-4" />
|
||||
<path d="m8 12 4 4 6-6-4-4Z" />
|
||||
<path d="m16 8 3-3" />
|
||||
<path d="M9 21a6 6 0 0 0-6-6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 369 B |
10
icons/touchpad-off.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"trackpad",
|
||||
"cursor"
|
||||
],
|
||||
"categories": [
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
18
icons/touchpad-off.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="M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16" />
|
||||
<path d="M2 14h12" />
|
||||
<path d="M22 14h-2" />
|
||||
<path d="M12 20v-6" />
|
||||
<path d="m2 2 20 20" />
|
||||
<path d="M22 16V6a2 2 0 0 0-2-2H10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 403 B |
10
icons/touchpad.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"trackpad",
|
||||
"cursor"
|
||||
],
|
||||
"categories": [
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
15
icons/touchpad.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="20" height="16" x="2" y="4" rx="2" />
|
||||
<path d="M2 14h20" />
|
||||
<path d="M12 20v-6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 310 B |
11
icons/wallpaper.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"cover",
|
||||
"lock screen"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
16
icons/wallpaper.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="8" cy="9" r="2" />
|
||||
<path d="m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2" />
|
||||
<path d="M8 21h8" />
|
||||
<path d="M12 17v4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 407 B |