Skip to content

Commit

Permalink
feat(upsell): add new icons #115
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   src/data/icons.json
new file:   src/icons/clock-filled.svg
new file:   src/icons/clock-stroke.svg
new file:   src/icons/pin-trip.svg
new file:   src/icons/rising-sun.svg
new file:   src/icons/sparkle-filled.svg
new file:   src/icons/sparkle-stroke.svg
new file:   src/icons/tag.svg
  • Loading branch information
blackfalcon committed Apr 22, 2022
1 parent e22f52c commit 733c3cc
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,48 @@
"name": "spraybottle",
"desc": "Indicates that there is information about cleaning",
"category": "health"
},
{
"title": "clock",
"name": "clock-filled",
"desc": "Clock face with hands",
"category": "interface"
},
{
"title": "clock",
"name": "clock-stroke",
"desc": "Clock face with hands",
"category": "interface"
},
{
"title": "pin trip",
"name": "pin-trip",
"desc": "Pin icon showing travel from point to point",
"category": "interface"
},
{
"title": "rising sun",
"name": "rising-sun",
"desc": "Half sun with rays",
"category": "destination"
},
{
"title": "sparkle filled",
"name": "sparkle-filled",
"desc": "3 sparkles",
"category": "interface"
},
{
"title": "sparkle stroke",
"name": "sparkle-stroke",
"desc": "3 sparkles",
"category": "interface"
},
{
"title": "tag",
"name": "tag",
"desc": "Tag with aurora line at bottom",
"category": "interface"
}
]
}
3 changes: 3 additions & 0 deletions src/icons/clock-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/clock-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/pin-trip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/rising-sun.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/sparkle-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/sparkle-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 733c3cc

Please sign in to comment.