Skip to content

Commit

Permalink
Merge pull request #394 from nyaruka/branding_icons
Browse files Browse the repository at this point in the history
Add new icons for branding
  • Loading branch information
rowanseymour authored Feb 14, 2024
2 parents 268cb82 + d843b3a commit e3c46f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 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 = '819ccb7b7ad3480361d5afba355b4e6f';
export const SVG_FINGERPRINT = '824f6d3d3067a8db158453890cee52cb';

// only icons below are included in the sprite sheet
export enum Icon {
Expand All @@ -21,6 +21,11 @@ export enum Icon {
attachment_image = 'image-01',
attachment_location = 'marker-pin-01',
attachment_video = 'video-recorder',
branding = 'brush-02',
branding_email = 'mail-02',
branding_hostname = 'server-05',
branding_styling = 'palette',
branding_raw = 'pencil-01',
broadcast = 'announcement-01',
call = 'phone-call-01',
call_missed = 'phone-call-02',
Expand Down Expand Up @@ -71,7 +76,6 @@ export enum Icon {
classifier_bothub = 'classifier-bothub',
close = 'x',
compose = 'send-01',
colors = 'palette',
contact = 'user-01',
contact_archived = 'archive',
contact_blocked = 'message-x-square',
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 e3c46f9

Please sign in to comment.