Skip to content

Commit

Permalink
perf: update interface icon code #263
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Oct 8, 2024
1 parent d62922e commit 9813638
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@
},
{
"name": "checkmark-lg",
"desc": "Option has been checked.",
"desc": "a large check mark.",
"category": "interface"
},
{
"name": "checkmark-sm",
"desc": "Option has been checked.",
"desc": "a small check mark.",
"category": "interface"
},
{
Expand Down Expand Up @@ -573,11 +573,13 @@
},
{
"name": "x-lg",
"category": "interface"
"category": "interface",
"desc": "a large x"
},
{
"name": "x-sm",
"category": "interface"
"category": "interface",
"desc": "a small x"
},
{
"name": "notification-filled",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/checkmark-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/x-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/x-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9813638

Please sign in to comment.