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,
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 = [