From 314ee3b255fb38a16fbf9d05f3b1dbc251ace196 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Fri, 5 Jan 2024 11:47:57 +0000 Subject: [PATCH] Add amenities icons (#1461) * Add `washing-machine` icon * Add `safe` icon * Add `vault` icon * Add `heater` icon * Refine `vault` icon * Refine `safe` icon * Remove safe icon --------- Co-authored-by: Eric Fennis --- icons/heater.json | 21 +++++++++++++++++++++ icons/heater.svg | 22 ++++++++++++++++++++++ icons/vault.json | 24 ++++++++++++++++++++++++ icons/vault.svg | 22 ++++++++++++++++++++++ icons/washing-machine.json | 21 +++++++++++++++++++++ icons/washing-machine.svg | 17 +++++++++++++++++ 6 files changed, 127 insertions(+) create mode 100644 icons/heater.json create mode 100644 icons/heater.svg create mode 100644 icons/vault.json create mode 100644 icons/vault.svg create mode 100644 icons/washing-machine.json create mode 100644 icons/washing-machine.svg diff --git a/icons/heater.json b/icons/heater.json new file mode 100644 index 0000000000..48ad1cc1e8 --- /dev/null +++ b/icons/heater.json @@ -0,0 +1,21 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "heating", + "warmth", + "comfort", + "fire", + "stove", + "electric", + "electronics", + "amenities" + ], + "categories": [ + "home", + "devices", + "travel" + ] +} \ No newline at end of file diff --git a/icons/heater.svg b/icons/heater.svg new file mode 100644 index 0000000000..647229a864 --- /dev/null +++ b/icons/heater.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + diff --git a/icons/vault.json b/icons/vault.json new file mode 100644 index 0000000000..aa77032043 --- /dev/null +++ b/icons/vault.json @@ -0,0 +1,24 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "safe", + "lockbox", + "deposit", + "locker", + "coffer", + "strongbox", + "safety", + "secure", + "storage", + "valuables", + "bank" + ], + "categories": [ + "security", + "travel", + "home" + ] +} \ No newline at end of file diff --git a/icons/vault.svg b/icons/vault.svg new file mode 100644 index 0000000000..95e51027a5 --- /dev/null +++ b/icons/vault.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + diff --git a/icons/washing-machine.json b/icons/washing-machine.json new file mode 100644 index 0000000000..1b3ac18498 --- /dev/null +++ b/icons/washing-machine.json @@ -0,0 +1,21 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "tumble dryer", + "amenities", + "electronics", + "cycle", + "clothes", + "rinse", + "spin", + "drum" + ], + "categories": [ + "home", + "devices", + "travel" + ] +} \ No newline at end of file diff --git a/icons/washing-machine.svg b/icons/washing-machine.svg new file mode 100644 index 0000000000..85ce3db601 --- /dev/null +++ b/icons/washing-machine.svg @@ -0,0 +1,17 @@ + + + + + + +