feat: Add 2 collection icons

This commit is contained in:
Tom Moor
2021-09-25 14:54:19 -07:00
parent 0021553518
commit 95dbc8168c

View File

@@ -12,6 +12,7 @@ import {
EditIcon, EditIcon,
EmailIcon, EmailIcon,
EyeIcon, EyeIcon,
GlobeIcon,
InfoIcon, InfoIcon,
ImageIcon, ImageIcon,
LeafIcon, LeafIcon,
@@ -28,6 +29,7 @@ import {
TargetIcon, TargetIcon,
ToolsIcon, ToolsIcon,
VehicleIcon, VehicleIcon,
WarningIcon,
} from "outline-icons"; } from "outline-icons";
import * as React from "react"; import * as React from "react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
@@ -93,6 +95,10 @@ export const icons = {
component: EyeIcon, component: EyeIcon,
keywords: "eye view", keywords: "eye view",
}, },
globe: {
component: GlobeIcon,
keywords: "world translate",
},
info: { info: {
component: InfoIcon, component: InfoIcon,
keywords: "info information", keywords: "info information",
@@ -161,6 +167,10 @@ export const icons = {
component: VehicleIcon, component: VehicleIcon,
keywords: "truck car travel transport", keywords: "truck car travel transport",
}, },
warning: {
component: WarningIcon,
keywords: "warning alert error",
},
}; };
const colors = [ const colors = [