From 4b192b870dfd4fc1eb61b244bbe455a59f7089c3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 24 Oct 2020 15:32:00 -0700 Subject: Implement category icons --- modern/src/common/deviceCategories.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modern/src/common/deviceCategories.js (limited to 'modern/src/common') diff --git a/modern/src/common/deviceCategories.js b/modern/src/common/deviceCategories.js new file mode 100644 index 0000000..1eda190 --- /dev/null +++ b/modern/src/common/deviceCategories.js @@ -0,0 +1,23 @@ +export const deviceCategories = [ + 'default', + 'animal', + 'bicycle', + 'boat', + 'bus', + 'car', + 'crane', + 'helicopter', + 'motorcycle', + 'offroad', + 'person', + 'pickup', + 'plane', + 'ship', + 'tractor', + 'train', + 'tram', + 'trolleybus', + 'truck', + 'van', + 'scooter', +]; -- cgit v1.2.3