From 7dce7f3b5bf1106555604c771077b1f667a178b9 Mon Sep 17 00:00:00 2001 From: Chanel Luu Hai Date: Mon, 4 Jan 2021 18:00:55 -0500 Subject: [PATCH] feat: new icons - high priority and emoji --- packages/icons/resources/icons/icons.json | 12 ++++++++++++ resources/icons/16px/emoji.svg | 7 +++++++ resources/icons/16px/high-priority.svg | 7 +++++++ resources/icons/20px/emoji.svg | 7 +++++++ resources/icons/20px/high-priority.svg | 7 +++++++ 5 files changed, 40 insertions(+) create mode 100644 resources/icons/16px/emoji.svg create mode 100644 resources/icons/16px/high-priority.svg create mode 100644 resources/icons/20px/emoji.svg create mode 100644 resources/icons/20px/high-priority.svg diff --git a/packages/icons/resources/icons/icons.json b/packages/icons/resources/icons/icons.json index 69a55ffec7..e4ffaa0eda 100644 --- a/packages/icons/resources/icons/icons.json +++ b/packages/icons/resources/icons/icons.json @@ -3550,5 +3550,17 @@ "iconName": "notifications-snooze", "tags": "notification, information, message, snooze, suppress", "group": "interface" + }, + { + "displayName": "High Priority", + "iconName": "high-priority", + "tags": "notification, message", + "group": "interface" + }, + { + "displayName": "Emoji", + "iconName": "emoji", + "tags": "message, chat, reaction", + "group": "interface" } ] diff --git a/resources/icons/16px/emoji.svg b/resources/icons/16px/emoji.svg new file mode 100644 index 0000000000..da0bd9471d --- /dev/null +++ b/resources/icons/16px/emoji.svg @@ -0,0 +1,7 @@ + + + emoji + + + + \ No newline at end of file diff --git a/resources/icons/16px/high-priority.svg b/resources/icons/16px/high-priority.svg new file mode 100644 index 0000000000..d826792c40 --- /dev/null +++ b/resources/icons/16px/high-priority.svg @@ -0,0 +1,7 @@ + + + high-priority + + + + \ No newline at end of file diff --git a/resources/icons/20px/emoji.svg b/resources/icons/20px/emoji.svg new file mode 100644 index 0000000000..087b475225 --- /dev/null +++ b/resources/icons/20px/emoji.svg @@ -0,0 +1,7 @@ + + + emoji + + + + \ No newline at end of file diff --git a/resources/icons/20px/high-priority.svg b/resources/icons/20px/high-priority.svg new file mode 100644 index 0000000000..c50e7c450a --- /dev/null +++ b/resources/icons/20px/high-priority.svg @@ -0,0 +1,7 @@ + + + high-priority + + + + \ No newline at end of file