File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
// 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 ' ;
3
3
4
4
// only icons below are included in the sprite sheet
5
5
export enum Icon {
@@ -21,6 +21,11 @@ export enum Icon {
21
21
attachment_image = 'image-01' ,
22
22
attachment_location = 'marker-pin-01' ,
23
23
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' ,
24
29
broadcast = 'announcement-01' ,
25
30
call = 'phone-call-01' ,
26
31
call_missed = 'phone-call-02' ,
@@ -71,7 +76,6 @@ export enum Icon {
71
76
classifier_bothub = 'classifier-bothub' ,
72
77
close = 'x' ,
73
78
compose = 'send-01' ,
74
- colors = 'palette' ,
75
79
contact = 'user-01' ,
76
80
contact_archived = 'archive' ,
77
81
contact_blocked = 'message-x-square' ,
You can’t perform that action at this time.
0 commit comments