diff --git a/public/icons/export.svg b/public/icons/export.svg new file mode 100644 index 0000000..a3652de --- /dev/null +++ b/public/icons/export.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/inbox.svg b/public/icons/inbox.svg new file mode 100644 index 0000000..ad985eb --- /dev/null +++ b/public/icons/inbox.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/icons/mail-open.svg b/public/icons/mail-open.svg new file mode 100644 index 0000000..4a2a54c --- /dev/null +++ b/public/icons/mail-open.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/mail.svg b/public/icons/mail.svg new file mode 100644 index 0000000..76489c1 --- /dev/null +++ b/public/icons/mail.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/icons/mailbox.svg b/public/icons/mailbox.svg new file mode 100644 index 0000000..084533f --- /dev/null +++ b/public/icons/mailbox.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/outbox.svg b/public/icons/outbox.svg new file mode 100644 index 0000000..85876d5 --- /dev/null +++ b/public/icons/outbox.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index 981a7b9..36a2c8b 100644 --- a/src/icons.json +++ b/src/icons.json @@ -55,11 +55,12 @@ "dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ], "dollar.svg": [ "dollar", "ui-icon", "yellow" ], "earth.svg": [ "earth", "ui-icon", "blue" ], + "export.svg": [ "export", "arrow", "share", "ui-icon", "blue", "orange" ], "facebook-detailed.svg": [ "facebook-detailed", "logo", "blue" ], "facebook.svg": [ "facebook", "logo", "blue" ], - "file-picture.svg": [ "file-picture", "ui-icon" ], - "file-text.svg": [ "file-text", "ui-icon" ], - "file.svg": [ "file", "ui-icon" ], + "file-picture.svg": [ "file-picture", "ui-icon", "blue" ], + "file-text.svg": [ "file-text", "ui-icon", "blue" ], + "file.svg": [ "file", "ui-icon", "blue" ], "folder.svg": [ "folder", "ui-icon", "orange", "yellow" ], "gear.svg": [ "gear", "ui-icon", "black" ], "gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ], @@ -69,14 +70,19 @@ "heart.svg": [ "heart", "ui-icon", "red" ], "house.svg": [ "house", "ui-icon" ], "ice-cream.svg": [ "ice-cream", "dessert", "food", "ui-icon", "pink", "brown" ], + "inbox.svg": [ "inbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ], "instagram-detailed.svg": [ "instagram-detailed", "logo", "purple", "magenta" ], "instagram.svg": [ "instagram", "logo", "purple", "magenta" ], "key.svg": [ "key", "ui-icon", "yellow" ], "lock.svg": [ "lock", "ui-icon", "yellow", "orange" ], "magnifier.svg": [ "magnifier", "zoom", "ui-icon", "brown", "white", "search" ], + "mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ], + "mail-open.svg": [ "mail-open", "email", "e-mail", "envelope", "ui-icon", "brown", "blue" ], + "mailbox.svg": [ "mailbox", "inbox", "mail-box", "email", "e-mail", "envelope", "ui-icon", "red" ], "mistletoe.svg": [ "mistletoe", "xmas", "christmas", "festive", "red", "green" ], "moon.svg": [ "moon", "ui-icon", "yellow", "dark" ], "nasilemak.svg": [ "nasilemak", "food", "green" ], + "outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ], "paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ], "paste.svg": [ "paste", "ui-icon", "cut", "copy" ], "pear.svg": [ "pear", "fruit", "food", "green" ],