Skip to content

Commit

Permalink
feat: add new mug icons to repo #241
Browse files Browse the repository at this point in the history
This commit adds 2 new icons for the in-flight type of icons.

Changes to be committed:
modified:   src/data/icons.json
new file:   src/icons/mug-filled.svg
new file:   src/icons/mug-stroke.svg
  • Loading branch information
blackfalcon authored and jordanjones243 committed Mar 20, 2024
1 parent 7bacf15 commit 4215529
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,16 @@
"desc": "Icon of a piece of paper.",
"category": "interface"
},
{
"name": "mug-stroke",
"desc": "an outline of a coffee or tea mug with a handle.",
"category": "in-flight"
},
{
"name": "mug-filled",
"desc": "a solid fill coffee or tea mug with a handle.",
"category": "in-flight"
},
{
"name": "boarding",
"desc": "Indicate boarding options.",
Expand Down
3 changes: 3 additions & 0 deletions src/icons/mug-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/mug-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 4215529

Please sign in to comment.