From d843b3a3fb436cf732cf8ce365d9b9397333ed68 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 14 Feb 2024 18:34:17 +0000 Subject: [PATCH] Add new icons for branding --- src/vectoricon/index.ts | 8 ++++++-- static/svg/index.svg | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/vectoricon/index.ts b/src/vectoricon/index.ts index 81663c4c..25765e99 100644 --- a/src/vectoricon/index.ts +++ b/src/vectoricon/index.ts @@ -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 { @@ -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', @@ -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', diff --git a/static/svg/index.svg b/static/svg/index.svg index c1f035b7..1ed70272 100644 --- a/static/svg/index.svg +++ b/static/svg/index.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file