Skip to content

Commit

Permalink
feat: add dollar sign and edit icons #262
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 9813638 commit fec3dc0
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
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
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.

0 comments on commit fec3dc0

Please sign in to comment.