Skip to content

Commit

Permalink
Merge pull request #379 from nyaruka/trigger_type_icons
Browse files Browse the repository at this point in the history
Add icons for each trigger type
  • Loading branch information
ericnewcomer authored Oct 30, 2023
2 parents 7970fc6 + 806350e commit 82949de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions src/vectoricon/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// for cache busting we dynamically generate a fingerprint, use yarn svg to update
export const SVG_FINGERPRINT = '9c84101e8549effb3e17279445ff41e3';
export const SVG_FINGERPRINT = '8dab8ee62610a33e1b9643402301d455';

// only icons below are included in the sprite sheet
export enum Icon {
Expand Down Expand Up @@ -78,7 +78,6 @@ export enum Icon {
contact_stopped = 'slash-octagon',
contact_updated = 'user-edit',
contacts = 'user-01',
conversation = 'message-chat-square',
copy = 'copy-04',
dashboard = 'pie-chart-01',
delete = 'trash-03',
Expand Down Expand Up @@ -146,7 +145,6 @@ export enum Icon {
featured = 'star-01',
quick_replies = 'dotpoints-01',
recording = 'microphone-01',
referral = 'user-right-01',
resend = 'refresh-cw-05',
reset = 'flip-backward',
resthooks = 'share-07',
Expand Down Expand Up @@ -181,6 +179,16 @@ export enum Icon {
trigger_active = 'play',
trigger_archived = 'archive',
trigger_new = 'plus',
trigger_keyword = 'message-check-square',
trigger_catch_all = 'message-question-square',
trigger_inbound_call = 'phone-incoming-01',
trigger_missed_call = 'phone-hang-up',
trigger_schedule = 'calendar',
trigger_new_conversation = 'conversation',
trigger_referral = 'user-right-01',
trigger_closed_ticket = 'agent',
trigger_opt_in = 'message-check-circle',
trigger_opt_out = 'message-x-circle',
triggers = 'signal-01',
updated = 'edit-02',
up = 'chevron-up',
Expand Down
2 changes: 1 addition & 1 deletion static/svg/index.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 82949de

Please sign in to comment.