From d45dee8b3580000370739610e21353360b217136 Mon Sep 17 00:00:00 2001 From: Karsa Date: Thu, 16 Jun 2022 13:02:09 +0200 Subject: [PATCH] Adds various `lamp` icons (#716) Co-authored-by: @karsa-mistmere Co-authored-by: @ericfennis --- .gitignore | 1 + icons/lamp-ceiling.svg | 15 +++++++++++++++ icons/lamp-desk.svg | 16 ++++++++++++++++ icons/lamp-floor.svg | 15 +++++++++++++++ icons/lamp-wall-down.svg | 15 +++++++++++++++ icons/lamp-wall-up.svg | 15 +++++++++++++++ icons/lamp.svg | 15 +++++++++++++++ tags.json | 41 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 133 insertions(+) create mode 100644 icons/lamp-ceiling.svg create mode 100644 icons/lamp-desk.svg create mode 100644 icons/lamp-floor.svg create mode 100644 icons/lamp-wall-down.svg create mode 100644 icons/lamp-wall-up.svg create mode 100644 icons/lamp.svg diff --git a/.gitignore b/.gitignore index 74f7d8f..6e4a2ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .next .obsidian .now +.idea node_modules dist build diff --git a/icons/lamp-ceiling.svg b/icons/lamp-ceiling.svg new file mode 100644 index 0000000..8673f73 --- /dev/null +++ b/icons/lamp-ceiling.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/lamp-desk.svg b/icons/lamp-desk.svg new file mode 100644 index 0000000..536a803 --- /dev/null +++ b/icons/lamp-desk.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/lamp-floor.svg b/icons/lamp-floor.svg new file mode 100644 index 0000000..a051439 --- /dev/null +++ b/icons/lamp-floor.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/lamp-wall-down.svg b/icons/lamp-wall-down.svg new file mode 100644 index 0000000..2197096 --- /dev/null +++ b/icons/lamp-wall-down.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/lamp-wall-up.svg b/icons/lamp-wall-up.svg new file mode 100644 index 0000000..b3f1a3e --- /dev/null +++ b/icons/lamp-wall-up.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/lamp.svg b/icons/lamp.svg new file mode 100644 index 0000000..4c0a674 --- /dev/null +++ b/icons/lamp.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/tags.json b/tags.json index 9a0a144..8a220c1 100644 --- a/tags.json +++ b/tags.json @@ -1705,6 +1705,47 @@ "settings", "mouse" ], + "lamp": [ + "lighting", + "household", + "home", + "furniture" + ], + "lamp-ceiling": [ + "lighting", + "household", + "home", + "furniture" + ], + "lamp-desk": [ + "lighting", + "household", + "office", + "desk", + "home", + "furniture" + ], + "lamp-floor": [ + "lighting", + "household", + "floor", + "home", + "furniture" + ], + "lamp-wall-down": [ + "lighting", + "household", + "wall", + "home", + "furniture" + ], + "lamp-wall-up": [ + "lighting", + "household", + "wall", + "home", + "furniture" + ], "landmark": [ "bank", "building",