From aeea51de5d4b1329c4cb552bfad64dafd7fe58f9 Mon Sep 17 00:00:00 2001 From: IonutGabi Date: Tue, 15 Oct 2024 11:24:59 +0200 Subject: [PATCH] Add new icons to set of icons --- public/icons/arrowout.svg | 1 + public/icons/arrowrightdown.svg | 1 + public/icons/arrowupleft.svg | 1 + public/icons/arrowupright.svg | 1 + public/icons/bluetooth.svg | 1 + public/icons/bluetoothslash.svg | 1 + public/icons/cogwheel.svg | 1 + public/icons/filter.svg | 1 + public/icons/handsclapping.svg | 1 + public/icons/mouse.svg | 1 + public/icons/pencil.svg | 1 + public/icons/rocket.svg | 1 + public/icons/sortascending.svg | 1 + public/icons/sortdescending.svg | 1 + .../components/icon-selector/modal/icons.ts | 92 ++++++++++++++++++- 15 files changed, 102 insertions(+), 4 deletions(-) create mode 100644 public/icons/arrowout.svg create mode 100644 public/icons/arrowrightdown.svg create mode 100644 public/icons/arrowupleft.svg create mode 100644 public/icons/arrowupright.svg create mode 100644 public/icons/bluetooth.svg create mode 100644 public/icons/bluetoothslash.svg create mode 100644 public/icons/cogwheel.svg create mode 100644 public/icons/filter.svg create mode 100644 public/icons/handsclapping.svg create mode 100644 public/icons/mouse.svg create mode 100644 public/icons/pencil.svg create mode 100644 public/icons/rocket.svg create mode 100644 public/icons/sortascending.svg create mode 100644 public/icons/sortdescending.svg diff --git a/public/icons/arrowout.svg b/public/icons/arrowout.svg new file mode 100644 index 00000000..4fd661a8 --- /dev/null +++ b/public/icons/arrowout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/arrowrightdown.svg b/public/icons/arrowrightdown.svg new file mode 100644 index 00000000..99e3d44a --- /dev/null +++ b/public/icons/arrowrightdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/arrowupleft.svg b/public/icons/arrowupleft.svg new file mode 100644 index 00000000..0a5c6290 --- /dev/null +++ b/public/icons/arrowupleft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/arrowupright.svg b/public/icons/arrowupright.svg new file mode 100644 index 00000000..cabfe846 --- /dev/null +++ b/public/icons/arrowupright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bluetooth.svg b/public/icons/bluetooth.svg new file mode 100644 index 00000000..d2ca1690 --- /dev/null +++ b/public/icons/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bluetoothslash.svg b/public/icons/bluetoothslash.svg new file mode 100644 index 00000000..e1a8ac2f --- /dev/null +++ b/public/icons/bluetoothslash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/cogwheel.svg b/public/icons/cogwheel.svg new file mode 100644 index 00000000..48d84acb --- /dev/null +++ b/public/icons/cogwheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/filter.svg b/public/icons/filter.svg new file mode 100644 index 00000000..9ddf516a --- /dev/null +++ b/public/icons/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/handsclapping.svg b/public/icons/handsclapping.svg new file mode 100644 index 00000000..a30a4e8d --- /dev/null +++ b/public/icons/handsclapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/mouse.svg b/public/icons/mouse.svg new file mode 100644 index 00000000..489586a4 --- /dev/null +++ b/public/icons/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/pencil.svg b/public/icons/pencil.svg new file mode 100644 index 00000000..b9cf9806 --- /dev/null +++ b/public/icons/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/rocket.svg b/public/icons/rocket.svg new file mode 100644 index 00000000..a7992904 --- /dev/null +++ b/public/icons/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/sortascending.svg b/public/icons/sortascending.svg new file mode 100644 index 00000000..e74090c7 --- /dev/null +++ b/public/icons/sortascending.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/sortdescending.svg b/public/icons/sortdescending.svg new file mode 100644 index 00000000..3ce7ae19 --- /dev/null +++ b/public/icons/sortdescending.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pods/properties/components/icon-selector/modal/icons.ts b/src/pods/properties/components/icon-selector/modal/icons.ts index c0d3c0a5..77f75426 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -1125,7 +1125,7 @@ export const iconCollection: IconInfo[] = [ categories: ['IT'], }, { - name: 'Disconected wifi', + name: 'Disconnected wifi', filename: 'nowifi.svg', searchTerms: ['disconnected', 'wifi', 'disconnection', 'network'], categories: ['IT'], @@ -1215,9 +1215,9 @@ export const iconCollection: IconInfo[] = [ categories: ['IT'], }, { - name: 'Cloud slash', + name: 'Disconnected cloud', filename: 'cloudslash.svg', - searchTerms: ['cloud', 'slash', 'disconnected', 'lost conection'], + searchTerms: ['cloud', 'slash', 'disconnected', 'lost connection'], categories: ['IT'], }, { @@ -1235,7 +1235,91 @@ export const iconCollection: IconInfo[] = [ { name: 'Arrow down left', filename: 'arrowdownleft.svg', - searchTerms: ['arrow', 'down', 'left', 'move', 'go'], + searchTerms: ['arrow', 'down', 'left', 'move'], + categories: ['IT'], + }, + { + name: 'Arrow down right', + filename: 'arrowrightdown.svg', + searchTerms: ['arrow', 'down', 'right', 'move'], + categories: ['IT'], + }, + { + name: 'Arrow up left', + filename: 'arrowupleft.svg', + searchTerms: ['arrow', 'up', 'left', 'move'], + categories: ['IT'], + }, + { + name: 'Arrow up right', + filename: 'arrowupright.svg', + searchTerms: ['arrow', 'up', 'right', 'move'], + categories: ['IT'], + }, + { + name: 'Arrow out', + filename: 'arrowout.svg', + searchTerms: ['arrow', 'out', 'spread', 'expand'], + categories: ['IT'], + }, + { + name: 'Bluetooth', + filename: 'bluetooth.svg', + searchTerms: ['bluetooth', 'connection', 'wireless', 'technology'], + categories: ['IT'], + }, + { + name: 'Disconnected bluetooth', + filename: 'bluetoothslash.svg', + searchTerms: ['bluetooth', 'off', 'disconnected', 'lost connection'], + categories: ['IT'], + }, + { + name: 'Hands clapping', + filename: 'handsclapping.svg', + searchTerms: ['hand', 'clapping', 'applause', 'celebration'], + categories: ['IT'], + }, + { + name: 'Mouse', + filename: 'mouse.svg', + searchTerms: ['mouse', 'device', 'computer', 'click'], + categories: ['IT'], + }, + { + name: 'Filter', + filename: 'filter.svg', + searchTerms: ['filter', 'seep', 'select', 'find'], + categories: ['IT'], + }, + { + name: 'Sort ascending', + filename: 'sortascending.svg', + searchTerms: ['sort', 'ascending', 'order', 'arrange'], + categories: ['IT'], + }, + { + name: 'Sort descending', + filename: 'sortdescending.svg', + searchTerms: ['sort', 'descending', 'order', 'arrange'], + categories: ['IT'], + }, + { + name: 'Cog wheel', + filename: 'cogwheel.svg', + searchTerms: ['settings', 'configuration', 'options', 'preferences'], + categories: ['IT'], + }, + { + name: 'Rocket', + filename: 'rocket.svg', + searchTerms: ['rocket', 'launch', 'space', 'fly'], + categories: ['IT'], + }, + { + name: 'Pencil', + filename: 'pencil.svg', + searchTerms: ['pencil', 'edit', 'editing', 'edition'], categories: ['IT'], }, ];