Skip to content

Commit

Permalink
feat: add icons for new bottom bar (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimut-dialpad authored Jul 26, 2022
1 parent 2b246e7 commit 00e5bab
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/_data/svg-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,18 @@
"vue": "IconClose",
"desc": "Ability to close an item such as a modal or popover, or to exit a workflow."
},
{
"name": "Co-Host, Make",
"file": "co-host-make",
"vue": "IconCoHostMake",
"desc": "Communicates the user can make another participant a co-host."
},
{
"name": "Co-Host, Remove",
"file": "co-host-remove",
"vue": "IconCoHostRemove",
"desc": "Communicates the user can remove a co-host."
},
{
"name": "Coaching Group",
"file": "coaching-group",
Expand Down Expand Up @@ -401,6 +413,12 @@
"vue": "IconEmail",
"desc": "An filled version of an email icon, which is used to reinforce that the text it is placed next to is an email address, or communicates the ability to send an email."
},
{
"name": "Emoticon, Filled",
"file": "emoticon-filled",
"vue": "IconEmoticonFilled",
"desc": "An excited filled emoticon used to communicate the ability to select an emoticon."
},
{
"name": "Emoticon Frown",
"file": "emoticon-frown",
Expand Down Expand Up @@ -601,6 +619,12 @@
"vue": "IconKareGlyph",
"desc": "The Kare brand glyph."
},
{
"name": "Keyboard",
"file": "keyboard",
"vue": "IconKeyboard",
"desc": "Communicates a keyboard shortcuts listing area."
},
{
"name": "Label",
"file": "label",
Expand Down Expand Up @@ -931,6 +955,12 @@
"vue": "IconRadioSelected",
"desc": "Communicates a selected radio button state."
},
{
"name": "Raise Hand, Filled",
"file": "raise-hand-filled",
"vue": "IconRaiseHandFilled",
"desc": "Communicates raising a hand during a meeting. Filled."
},
{
"name": "Raise Hand",
"file": "raise-hand",
Expand Down
7 changes: 7 additions & 0 deletions lib/build/svg/system/co-host-make.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 lib/build/svg/system/co-host-remove.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 lib/build/svg/system/emoticon-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 lib/build/svg/system/keyboard.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 lib/build/svg/system/raise-hand-filled.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 00e5bab

Please sign in to comment.