From e81b76f445c66ceb5bdc306239a154a2bb7f2408 Mon Sep 17 00:00:00 2001 From: Karsa Date: Mon, 1 May 2023 19:18:15 +0200 Subject: [PATCH] Adds computer hardware icons from #527 (#1170) * Adds computer hardware icons from #527 * extend top line * Added satellite --------- Co-authored-by: Karsa Co-authored-by: Eric Fennis --- icons/memory-stick.json | 11 +++++++++++ icons/memory-stick.svg | 21 +++++++++++++++++++++ icons/pc-case.json | 11 +++++++++++ icons/pc-case.svg | 16 ++++++++++++++++ icons/satellite-dish.json | 14 ++++++++++++++ icons/satellite-dish.svg | 16 ++++++++++++++++ icons/satellite.json | 12 ++++++++++++ icons/satellite.svg | 17 +++++++++++++++++ icons/touchpad-off.json | 10 ++++++++++ icons/touchpad-off.svg | 18 ++++++++++++++++++ icons/touchpad.json | 10 ++++++++++ icons/touchpad.svg | 15 +++++++++++++++ icons/wallpaper.json | 11 +++++++++++ icons/wallpaper.svg | 16 ++++++++++++++++ 14 files changed, 198 insertions(+) create mode 100644 icons/memory-stick.json create mode 100644 icons/memory-stick.svg create mode 100644 icons/pc-case.json create mode 100644 icons/pc-case.svg create mode 100644 icons/satellite-dish.json create mode 100644 icons/satellite-dish.svg create mode 100644 icons/satellite.json create mode 100644 icons/satellite.svg create mode 100644 icons/touchpad-off.json create mode 100644 icons/touchpad-off.svg create mode 100644 icons/touchpad.json create mode 100644 icons/touchpad.svg create mode 100644 icons/wallpaper.json create mode 100644 icons/wallpaper.svg diff --git a/icons/memory-stick.json b/icons/memory-stick.json new file mode 100644 index 0000000..5a69a40 --- /dev/null +++ b/icons/memory-stick.json @@ -0,0 +1,11 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "ram" + ], + "categories": [ + "devices", + "development", + "gaming" + ] +} diff --git a/icons/memory-stick.svg b/icons/memory-stick.svg new file mode 100644 index 0000000..a53804f --- /dev/null +++ b/icons/memory-stick.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/icons/pc-case.json b/icons/pc-case.json new file mode 100644 index 0000000..2105a02 --- /dev/null +++ b/icons/pc-case.json @@ -0,0 +1,11 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "computer", + "chassis" + ], + "categories": [ + "devices", + "gaming" + ] +} diff --git a/icons/pc-case.svg b/icons/pc-case.svg new file mode 100644 index 0000000..2871297 --- /dev/null +++ b/icons/pc-case.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/satellite-dish.json b/icons/satellite-dish.json new file mode 100644 index 0000000..a197791 --- /dev/null +++ b/icons/satellite-dish.json @@ -0,0 +1,14 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "antenna", + "receiver", + "dish aerial", + "saucer" + ], + "categories": [ + "connectivity", + "devices", + "multimedia" + ] +} diff --git a/icons/satellite-dish.svg b/icons/satellite-dish.svg new file mode 100644 index 0000000..a122bc7 --- /dev/null +++ b/icons/satellite-dish.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/satellite.json b/icons/satellite.json new file mode 100644 index 0000000..2edfc7b --- /dev/null +++ b/icons/satellite.json @@ -0,0 +1,12 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "space station", + "orbit", + "transmitter" + ], + "categories": [ + "connectivity", + "science" + ] +} diff --git a/icons/satellite.svg b/icons/satellite.svg new file mode 100644 index 0000000..a0511c3 --- /dev/null +++ b/icons/satellite.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/touchpad-off.json b/icons/touchpad-off.json new file mode 100644 index 0000000..aea06fd --- /dev/null +++ b/icons/touchpad-off.json @@ -0,0 +1,10 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "trackpad", + "cursor" + ], + "categories": [ + "devices" + ] +} diff --git a/icons/touchpad-off.svg b/icons/touchpad-off.svg new file mode 100644 index 0000000..8791398 --- /dev/null +++ b/icons/touchpad-off.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/icons/touchpad.json b/icons/touchpad.json new file mode 100644 index 0000000..aea06fd --- /dev/null +++ b/icons/touchpad.json @@ -0,0 +1,10 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "trackpad", + "cursor" + ], + "categories": [ + "devices" + ] +} diff --git a/icons/touchpad.svg b/icons/touchpad.svg new file mode 100644 index 0000000..e43b33f --- /dev/null +++ b/icons/touchpad.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/wallpaper.json b/icons/wallpaper.json new file mode 100644 index 0000000..1a37ded --- /dev/null +++ b/icons/wallpaper.json @@ -0,0 +1,11 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "cover", + "lock screen" + ], + "categories": [ + "account", + "devices" + ] +} diff --git a/icons/wallpaper.svg b/icons/wallpaper.svg new file mode 100644 index 0000000..3379d3d --- /dev/null +++ b/icons/wallpaper.svg @@ -0,0 +1,16 @@ + + + + + +