Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new icons for branding #394

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading