From e4a8b6a816b5f274a65ede09af1946867d4e33aa Mon Sep 17 00:00:00 2001 From: Karsa Date: Wed, 31 Jul 2024 15:49:51 +0200 Subject: [PATCH 1/2] feat(icons): add eye-closed icon --- icons/eye-closed.json | 25 +++++++++++++++++++++++++ icons/eye-closed.svg | 17 +++++++++++++++++ icons/eye.json | 17 +++++++++++++++-- 3 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 icons/eye-closed.json create mode 100644 icons/eye-closed.svg diff --git a/icons/eye-closed.json b/icons/eye-closed.json new file mode 100644 index 00000000000..d89f7a7955b --- /dev/null +++ b/icons/eye-closed.json @@ -0,0 +1,25 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "karsa-mistmere" + ], + "tags": [ + "view", + "watch", + "see", + "hide", + "conceal", + "mask", + "hidden", + "visibility", + "vision", + "accessibility", + "read" + ], + "categories": [ + "accessibility", + "photography", + "design", + "security" + ] +} diff --git a/icons/eye-closed.svg b/icons/eye-closed.svg new file mode 100644 index 00000000000..dfa4975bb28 --- /dev/null +++ b/icons/eye-closed.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/eye.json b/icons/eye.json index 7fcbee1095b..095fdf01eac 100644 --- a/icons/eye.json +++ b/icons/eye.json @@ -7,10 +7,23 @@ ], "tags": [ "view", - "watch" + "watch", + "see", + "show", + "expose", + "reveal", + "display", + "visible", + "visibility", + "vision", + "preview", + "accessibility", + "read" ], "categories": [ "accessibility", - "photography" + "photography", + "design", + "security" ] } From 14f085855a7365ddd592910ccb659446fb581abc Mon Sep 17 00:00:00 2001 From: Karsa Date: Wed, 31 Jul 2024 15:52:39 +0200 Subject: [PATCH 2/2] feat(icons): update tags on eye-off as well --- icons/eye-closed.json | 4 +--- icons/eye-off.json | 11 +++++++++-- icons/eye.json | 1 - 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/icons/eye-closed.json b/icons/eye-closed.json index d89f7a7955b..a1ecd275f7c 100644 --- a/icons/eye-closed.json +++ b/icons/eye-closed.json @@ -12,9 +12,7 @@ "mask", "hidden", "visibility", - "vision", - "accessibility", - "read" + "vision" ], "categories": [ "accessibility", diff --git a/icons/eye-off.json b/icons/eye-off.json index 6cfcf6fc628..44a02f8b4af 100644 --- a/icons/eye-off.json +++ b/icons/eye-off.json @@ -9,11 +9,18 @@ "tags": [ "view", "watch", + "see", "hide", - "hidden" + "conceal", + "mask", + "hidden", + "visibility", + "vision" ], "categories": [ "accessibility", - "photography" + "photography", + "design", + "security" ] } diff --git a/icons/eye.json b/icons/eye.json index 095fdf01eac..e62cf9b12b1 100644 --- a/icons/eye.json +++ b/icons/eye.json @@ -17,7 +17,6 @@ "visibility", "vision", "preview", - "accessibility", "read" ], "categories": [