diff --git a/icons/eye-closed.json b/icons/eye-closed.json new file mode 100644 index 00000000000..a1ecd275f7c --- /dev/null +++ b/icons/eye-closed.json @@ -0,0 +1,23 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "karsa-mistmere" + ], + "tags": [ + "view", + "watch", + "see", + "hide", + "conceal", + "mask", + "hidden", + "visibility", + "vision" + ], + "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-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 7fcbee1095b..e62cf9b12b1 100644 --- a/icons/eye.json +++ b/icons/eye.json @@ -7,10 +7,22 @@ ], "tags": [ "view", - "watch" + "watch", + "see", + "show", + "expose", + "reveal", + "display", + "visible", + "visibility", + "vision", + "preview", + "read" ], "categories": [ "accessibility", - "photography" + "photography", + "design", + "security" ] }