feat: Add 2 collection icons
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user