feat(icons): add eye-closed icon (#2349)

* feat(icons): add eye-closed icon

* feat(icons): update tags on eye-off as well

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>

authored by Karsa Eric Fennis and committed by GitHub f49ecd73 a72cbc2d

+23
icons/eye-closed.json
··· 1 + { 2 + "$schema": "../icon.schema.json", 3 + "contributors": [ 4 + "karsa-mistmere" 5 + ], 6 + "tags": [ 7 + "view", 8 + "watch", 9 + "see", 10 + "hide", 11 + "conceal", 12 + "mask", 13 + "hidden", 14 + "visibility", 15 + "vision" 16 + ], 17 + "categories": [ 18 + "accessibility", 19 + "photography", 20 + "design", 21 + "security" 22 + ] 23 + }
+17
icons/eye-closed.svg
··· 1 + <svg 2 + xmlns="http://www.w3.org/2000/svg" 3 + width="24" 4 + height="24" 5 + viewBox="0 0 24 24" 6 + fill="none" 7 + stroke="currentColor" 8 + stroke-width="2" 9 + stroke-linecap="round" 10 + stroke-linejoin="round" 11 + > 12 + <path d="m15 18-.722-3.25" /> 13 + <path d="M2 8a10.645 10.645 0 0 0 20 0" /> 14 + <path d="m20 15-1.726-2.05" /> 15 + <path d="m4 15 1.726-2.05" /> 16 + <path d="m9 18 .722-3.25" /> 17 + </svg>
+9 -2
icons/eye-off.json
··· 9 9 "tags": [ 10 10 "view", 11 11 "watch", 12 + "see", 12 13 "hide", 13 - "hidden" 14 + "conceal", 15 + "mask", 16 + "hidden", 17 + "visibility", 18 + "vision" 14 19 ], 15 20 "categories": [ 16 21 "accessibility", 17 - "photography" 22 + "photography", 23 + "design", 24 + "security" 18 25 ] 19 26 }
+14 -2
icons/eye.json
··· 7 7 ], 8 8 "tags": [ 9 9 "view", 10 - "watch" 10 + "watch", 11 + "see", 12 + "show", 13 + "expose", 14 + "reveal", 15 + "display", 16 + "visible", 17 + "visibility", 18 + "vision", 19 + "preview", 20 + "read" 11 21 ], 12 22 "categories": [ 13 23 "accessibility", 14 - "photography" 24 + "photography", 25 + "design", 26 + "security" 15 27 ] 16 28 }