diff --git a/public/icons/airplane.svg b/public/icons/airplane.svg new file mode 100644 index 00000000..099fb559 --- /dev/null +++ b/public/icons/airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/arrival.svg b/public/icons/arrival.svg new file mode 100644 index 00000000..5c825820 --- /dev/null +++ b/public/icons/arrival.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/car.svg b/public/icons/car.svg new file mode 100644 index 00000000..08e3abfb --- /dev/null +++ b/public/icons/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/departure.svg b/public/icons/departure.svg new file mode 100644 index 00000000..fed519db --- /dev/null +++ b/public/icons/departure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/internet.svg b/public/icons/internet.svg new file mode 100644 index 00000000..fcbb7e8e --- /dev/null +++ b/public/icons/internet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/userplus.svg b/public/icons/userplus.svg index 5872edfe..d8ac17f9 100644 --- a/public/icons/userplus.svg +++ b/public/icons/userplus.svg @@ -1 +1 @@ - \ No newline at end of file + \ 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 946450d6..3b678354 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -287,4 +287,89 @@ export const iconCollection: IconInfo[] = [ ], categories: ['IT'], }, + { + name: 'Car', + filename: 'car.svg', + searchTerms: [ + 'car', + 'vehicle', + 'automobile', + 'transport', + 'drive', + 'auto', + 'ride', + 'motor', + 'carriage', + 'wheels', + 'road', + 'transportation', + ], + categories: ['IT'], + }, + { + name: 'Airplane', + filename: 'airplane.svg', + searchTerms: [ + 'airplane', + 'plane', + 'flight', + 'jet', + 'aviation', + 'fly', + 'travel', + 'aircraft', + 'aeroplane', + 'transport', + 'airline', + 'airport', + 'pilot', + ], + categories: ['IT'], + }, + { + name: 'Arrival', + filename: 'arrival.svg', + searchTerms: [ + 'arrival', + 'destination', + 'end', + 'finish', + 'arrive', + 'land', + 'stopping', + ], + categories: ['IT'], + }, + { + name: 'Departure', + filename: 'departure.svg', + searchTerms: [ + 'departure', + 'leave', + 'exit', + 'go', + 'start', + 'take off', + 'launch', + ], + categories: ['IT'], + }, + { + name: 'Internet', + filename: 'internet.svg', + searchTerms: [ + 'internet', + 'web', + 'online', + 'www', + 'connection', + 'network', + 'surf', + 'browse', + 'world wide web', + 'www', + 'connected', + ], + categories: ['IT'], + }, ];