diff --git a/public/icons/edit.svg b/public/icons/edit.svg new file mode 100644 index 0000000..1c728a4 --- /dev/null +++ b/public/icons/edit.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/message-typing.svg b/public/icons/message-typing.svg new file mode 100644 index 0000000..ade6e7b --- /dev/null +++ b/public/icons/message-typing.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/message.svg b/public/icons/message.svg new file mode 100644 index 0000000..6b2799c --- /dev/null +++ b/public/icons/message.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/icons/messages.svg b/public/icons/messages.svg new file mode 100644 index 0000000..3b3aa25 --- /dev/null +++ b/public/icons/messages.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/icons/plane.svg b/public/icons/plane.svg new file mode 100644 index 0000000..e672b3d --- /dev/null +++ b/public/icons/plane.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/rainbow.svg b/public/icons/rainbow.svg new file mode 100644 index 0000000..2902196 --- /dev/null +++ b/public/icons/rainbow.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index e8db2a6..96a44df 100644 --- a/src/icons.json +++ b/src/icons.json @@ -24,12 +24,12 @@ "bookmark.svg": [ "bookmark", "ui-icon", "red" ], "burger-menu.svg": [ "burger-menu", "ui-icon", "food", "orange" ], "burger.svg": [ "burger", "food", "orange" ], - "bus.svg": [ "bus", "vehicle", "red" ], + "bus.svg": [ "bus", "vehicle", "transportation", "red" ], "calendar.svg": [ "calendar", "ui-icon", "white", "red" ], "camera-polaroid.svg": [ "camera-polaroid", "grey-gray" ], "camera.svg": [ "camera", "grey-gray" ], "candycane.svg": [ "candycane", "xmas", "christmas", "festive", "red", "white" ], - "car.svg": [ "car", "vehicle", "blue" ], + "car.svg": [ "car", "vehicle", "transportation", "blue" ], "caret-down.svg": [ "caret-down", "ui-icon", "blue" ], "caret-left.svg": [ "caret-left", "ui-icon", "blue" ], "caret-right.svg": [ "caret-right", "ui-icon", "blue" ], @@ -57,13 +57,14 @@ "dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ], "dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ], "dollar.svg": [ "dollar", "ui-icon", "yellow" ], - "earth.svg": [ "earth", "ui-icon", "blue" ], + "earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ], + "edit.svg": [ "edit", "pencil", "paper", "ui-icon", "brown" ], "export.svg": [ "export", "arrow", "out", "share", "ui-icon", "blue", "orange" ], "facebook-detailed.svg": [ "facebook-detailed", "logo", "blue" ], "facebook.svg": [ "facebook", "logo", "blue" ], - "file-picture.svg": [ "file-picture", "ui-icon", "blue" ], - "file-text.svg": [ "file-text", "ui-icon", "blue" ], - "file.svg": [ "file", "ui-icon", "blue" ], + "file-picture.svg": [ "file-picture", "paper", "drawing", "painting", "ui-icon", "blue" ], + "file-text.svg": [ "file-text", "paper", "ui-icon", "blue" ], + "file.svg": [ "file", "paper", "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" ], @@ -82,6 +83,9 @@ "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" ], + "message.svg": [ "message", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ], + "message-typing.svg": [ "message-typing", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ], + "messages.svg": [ "messages", "conversations", "chat-bubbles", "private-messages", "direct-messages", "pm", "dm", "ui-icon", "blue" ], "mistletoe.svg": [ "mistletoe", "xmas", "christmas", "festive", "red", "green" ], "moon.svg": [ "moon", "ui-icon", "yellow", "dark" ], "nasilemak.svg": [ "nasilemak", "food", "green" ], @@ -92,9 +96,11 @@ "pencil.svg": [ "pencil", "ui-icon", "yellow", "blue", "edit" ], "phone.svg": [ "phone", "ui-icon", "red" ], "photo.svg": [ "photo", "ui-icon", "blue" ], - "picture.svg": [ "picture", "ui-icon", "blue" ], + "picture.svg": [ "picture", "drawing", "painting", "ui-icon", "blue" ], "pin.svg": [ "pin", "ui-icon", "red" ], + "plane.svg": [ "plane", "air-plane", "airplane", "aero-plane", "aeroplane", "aircraft", "vehicle", "transportation", "white", "red" ], "pumpkin.svg": [ "pumpkin", "halloween", "spooky", "festive", "orange" ], + "rainbow.svg": [ "rainbow", "colorful", "colourful" ], "rabbit-grey.svg": [ "rabbit-grey", "bunny", "full-body", "animal", "grey" ], "rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ], "reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ],