From 95dbc8168cda27b86a328e24a4afcf0e0ee4cace Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 25 Sep 2021 14:54:19 -0700 Subject: [PATCH] feat: Add 2 collection icons --- app/components/IconPicker.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/components/IconPicker.js b/app/components/IconPicker.js index 6537e1a8b..b1c230ef6 100644 --- a/app/components/IconPicker.js +++ b/app/components/IconPicker.js @@ -12,6 +12,7 @@ import { EditIcon, EmailIcon, EyeIcon, + GlobeIcon, InfoIcon, ImageIcon, LeafIcon, @@ -28,6 +29,7 @@ import { TargetIcon, ToolsIcon, VehicleIcon, + WarningIcon, } from "outline-icons"; import * as React from "react"; import { useTranslation } from "react-i18next"; @@ -93,6 +95,10 @@ export const icons = { component: EyeIcon, keywords: "eye view", }, + globe: { + component: GlobeIcon, + keywords: "world translate", + }, info: { component: InfoIcon, keywords: "info information", @@ -161,6 +167,10 @@ export const icons = { component: VehicleIcon, keywords: "truck car travel transport", }, + warning: { + component: WarningIcon, + keywords: "warning alert error", + }, }; const colors = [