Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requested icons #266

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

40 changes: 36 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 @@ -413,6 +413,36 @@
"category": "interface",
"deprecated": true
},
{
"name": "dollar-sign-filled",
"desc": "a dollar sign inside a filled circle.",
"category": "interface"
},
{
"name": "dollar-sign-stroke",
"desc": "a dollar sign inside an outlined circle.",
"category": "interface"
},
{
"name": "dollar-sign-sm",
"desc": "a small dollar sign.",
"category": "interface"
},
{
"name": "dollar-sign-lg",
"desc": "a large dollar sign.",
"category": "interface"
},
{
"name": "edit-stroke",
"desc": "an outline of a pencil and a line.",
"category": "interface"
},
{
"name": "edit-filled",
"desc": "a solid pencil and a line.",
"category": "interface"
},
{
"name": "global-language-stroke",
"category": "interface"
Expand Down Expand Up @@ -573,11 +603,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.
3 changes: 3 additions & 0 deletions src/icons/dollar-sign-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/dollar-sign-lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/dollar-sign-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/dollar-sign-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/edit-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/edit-stroke.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.