From c07b4de56488850ad5c29bc333b10272d26ab9b4 Mon Sep 17 00:00:00 2001 From: IonutGabi Date: Fri, 13 Dec 2024 10:30:24 +0100 Subject: [PATCH] add the third option of a watch to set of icons --- public/icons/watch.svg | 1 + src/pods/properties/components/icon-selector/modal/icons.ts | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 public/icons/watch.svg diff --git a/public/icons/watch.svg b/public/icons/watch.svg new file mode 100644 index 00000000..6bf468a3 --- /dev/null +++ b/public/icons/watch.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 53c55d17..324d08b7 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -2272,4 +2272,10 @@ export const iconCollection: IconInfo[] = [ searchTerms: ['wall', 'brick', 'construction', 'building'], categories: ['IT'], }, + { + name: 'Watch', + filename: 'watch.svg', + searchTerms: ['watch', 'time', 'clock', 'wrist'], + categories: ['IT'], + }, ];