Skip to content

Commit

Permalink
feat: add facebook, sentiment, reply icons (#568)
Browse files Browse the repository at this point in the history
* Add icons for Facebook, negative sentiment, neutral sentiment, and reply

* Remove DialogFlow icon (we don't integrate with it)
  • Loading branch information
tedgoas-dialpad authored Apr 14, 2022
1 parent 599852b commit ff185d5
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/_data/svg-brand.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
"vue": "IconCopperCrm",
"desc": "Copper CRM app icon"
},
{
"name": "DialogFlow",
"file": "dialogflow",
"vue": "IconDialogFlow",
"desc": "DialogFlow app icon"
},
{
"name": "Dialpad",
"file": "brand-dialpad",
Expand Down Expand Up @@ -83,6 +77,12 @@
"vue": "IconEvernote",
"desc": "Evernote app icon"
},
{
"name": "Facebook",
"file": "facebook",
"vue": "IconFacebook",
"desc": "Facebook logo"
},
{
"name": "Freshsales CRM",
"file": "freshsales-crm",
Expand Down
20 changes: 19 additions & 1 deletion docs/_data/svg-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,23 @@
"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 Frown",
"file": "emoticon-frown",
"vue": "IconEmoticonFrown",
"desc": "A frowning emoticon used to communicate negative sentiment."
},
{
"name": "Emoticon Neutral",
"file": "emoticon-neutral",
"vue": "IconEmoticonNeutral",
"desc": "A neutral emoticon used to communicate neutral sentiment."
},
{
"name": "Emoticon Smile",
"file": "emoticon-smile",
"vue": "IconEmoticonSmile",
"desc": "A smiling emoticon used to communicate the ability to select an emoticon."
"desc": "A smiling emoticon used to communicate positive sentiment."
},
{
"name": "Emoticon",
Expand Down Expand Up @@ -949,6 +961,12 @@
"vue": "IconRemoveCircle",
"desc": "Communicates an unselected radio button state. It is placed in a filled container for added visual weight."
},
{
"name": "Reply",
"file": "reply",
"vue": "IconReply",
"desc": "Communicates the ability to reply to a message."
},
{
"name": "Screenshare",
"file": "screenshare",
Expand Down
1 change: 0 additions & 1 deletion lib/build/svg/brand/dialogflow.svg

This file was deleted.

1 change: 1 addition & 0 deletions lib/build/svg/brand/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/system/emoticon-frown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/system/emoticon-neutral.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/system/reply.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 ff185d5

Please sign in to comment.