Skip to content

Commit

Permalink
feat(icons): add eye-closed icon (#2349)
Browse files Browse the repository at this point in the history
* feat(icons): add eye-closed icon

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

---------

Co-authored-by: Eric Fennis <[email protected]>
  • Loading branch information
karsa-mistmere and ericfennis authored Oct 8, 2024
1 parent a72cbc2 commit f49ecd7
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 4 deletions.
23 changes: 23 additions & 0 deletions icons/eye-closed.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
17 changes: 17 additions & 0 deletions icons/eye-closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions icons/eye-off.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@
"tags": [
"view",
"watch",
"see",
"hide",
"hidden"
"conceal",
"mask",
"hidden",
"visibility",
"vision"
],
"categories": [
"accessibility",
"photography"
"photography",
"design",
"security"
]
}
16 changes: 14 additions & 2 deletions icons/eye.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@
],
"tags": [
"view",
"watch"
"watch",
"see",
"show",
"expose",
"reveal",
"display",
"visible",
"visibility",
"vision",
"preview",
"read"
],
"categories": [
"accessibility",
"photography"
"photography",
"design",
"security"
]
}

0 comments on commit f49ecd7

Please sign in to comment.