Skip to content

Commit d843b3a

Browse files
committed
Add new icons for branding
1 parent 268cb82 commit d843b3a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: src/vectoricon/index.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// for cache busting we dynamically generate a fingerprint, use yarn svg to update
2-
export const SVG_FINGERPRINT = '819ccb7b7ad3480361d5afba355b4e6f';
2+
export const SVG_FINGERPRINT = '824f6d3d3067a8db158453890cee52cb';
33

44
// only icons below are included in the sprite sheet
55
export enum Icon {
@@ -21,6 +21,11 @@ export enum Icon {
2121
attachment_image = 'image-01',
2222
attachment_location = 'marker-pin-01',
2323
attachment_video = 'video-recorder',
24+
branding = 'brush-02',
25+
branding_email = 'mail-02',
26+
branding_hostname = 'server-05',
27+
branding_styling = 'palette',
28+
branding_raw = 'pencil-01',
2429
broadcast = 'announcement-01',
2530
call = 'phone-call-01',
2631
call_missed = 'phone-call-02',
@@ -71,7 +76,6 @@ export enum Icon {
7176
classifier_bothub = 'classifier-bothub',
7277
close = 'x',
7378
compose = 'send-01',
74-
colors = 'palette',
7579
contact = 'user-01',
7680
contact_archived = 'archive',
7781
contact_blocked = 'message-x-square',

Diff for: static/svg/index.svg

+1-1
Loading

0 commit comments

Comments
 (0)