From 4d91fbb588f2864941dcfb12288a8b6291afa503 Mon Sep 17 00:00:00 2001 From: Ethan Hazel <134425461+EthanHazel@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:45:21 -0500 Subject: [PATCH] feat(icons): Add toilet icon (#2141) * Added tiolet icon * fixed typo lol * fixed formatting with SVG * fixed typo on tags for Toilet * Updated icon to add more arcs by jguddas * Updated toilet json to work with linter * revert teamData.json * fix(teamData): Reverted accidental changes from Prettier --------- Co-authored-by: Eric Fennis Co-authored-by: Karsa --- icons/toilet.json | 19 +++++++++++++++++++ icons/toilet.svg | 14 ++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 icons/toilet.json create mode 100644 icons/toilet.svg diff --git a/icons/toilet.json b/icons/toilet.json new file mode 100644 index 00000000000..e24f84357e9 --- /dev/null +++ b/icons/toilet.json @@ -0,0 +1,19 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "EthanHazel", + "staffanmowitz", + "karsa-mistmere", + "jguddas" + ], + "tags": [ + "toilet", + "potty", + "bathroom", + "washroom" + ], + "categories": [ + "devices", + "home" + ] +} diff --git a/icons/toilet.svg b/icons/toilet.svg new file mode 100644 index 00000000000..9ce94841fba --- /dev/null +++ b/icons/toilet.svg @@ -0,0 +1,14 @@ + + + + \ No newline at end of file