@ideeza/icons 2.1.8 → 2.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/general/BusAltIcon.d.ts +7 -0
- package/dist/icons/general/TrainIcon.d.ts +7 -0
- package/dist/icons/v2/general/BankIcon.d.ts +7 -0
- package/dist/icons/v2/general/BlockedSealIcon.d.ts +7 -0
- package/dist/icons/v2/general/GraduationCapIcon.d.ts +7 -0
- package/dist/icons/v2/general/PinTaskIcon.d.ts +7 -0
- package/dist/icons/v2/general/StarFillIcon.d.ts +7 -0
- package/dist/icons/v2/general/StarOutlineIcon.d.ts +7 -0
- package/dist/icons/v2/general/index.d.ts +6 -0
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +13 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const BusAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default BusAltIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const TrainIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default TrainIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBankIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBankIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBlockedSealIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBlockedSealIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgGraduationCapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgGraduationCapIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPinTaskIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPinTaskIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStarFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStarFillIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStarOutlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStarOutlineIcon;
|
|
@@ -6,7 +6,9 @@ export { default as ArrowLeftThinIcon } from "./ArrowLeftThinIcon";
|
|
|
6
6
|
export { default as ArrowUpRightIcon } from "./ArrowUpRightIcon";
|
|
7
7
|
export { default as AudioTrackIcon } from "./AudioTrackIcon";
|
|
8
8
|
export { default as BalanceSheetIcon } from "./BalanceSheetIcon";
|
|
9
|
+
export { default as BankIcon } from "./BankIcon";
|
|
9
10
|
export { default as BillSecureIcon } from "./BillSecureIcon";
|
|
11
|
+
export { default as BlockedSealIcon } from "./BlockedSealIcon";
|
|
10
12
|
export { default as BoxCrossIcon } from "./BoxCroseIcon";
|
|
11
13
|
export { default as BoxMinusIcons } from "./BoxMinusIcon";
|
|
12
14
|
export { default as BlogIcon } from "./BlogIcon";
|
|
@@ -50,6 +52,7 @@ export { default as FormIcon } from "./FormIcon";
|
|
|
50
52
|
export { default as ForwardAltIcon } from "./ForwordAltIcon";
|
|
51
53
|
export { default as GiftBoxIcon } from "./GiftBoxIcon";
|
|
52
54
|
export { default as GlobalIcon } from "./GlobalIcon";
|
|
55
|
+
export { default as GraduationCapIcon } from "./GraduationCapIcon";
|
|
53
56
|
export { default as HappyFaceIcon } from "./HappyFaceIcon";
|
|
54
57
|
export { default as HomeIcon } from "./HomeIcon";
|
|
55
58
|
export { default as ImageAltIcon } from "./ImageAltIcon";
|
|
@@ -75,6 +78,7 @@ export { default as PawStationIcon } from "./PawStationIcon";
|
|
|
75
78
|
export { default as PayRollIcon } from "./PayRollIcon";
|
|
76
79
|
export { default as PcbIcon } from "./PcbIcon";
|
|
77
80
|
export { default as PenIcon } from "./PenIcon";
|
|
81
|
+
export { default as PinTaskIcon } from "./PinTaskIcon";
|
|
78
82
|
export { default as PlusThinIcon } from "./PlusThinIcon";
|
|
79
83
|
export { default as PrinterIcon } from "./PrinterIcon";
|
|
80
84
|
export { default as PrintQueueIcon } from "./PrintQueueIcon";
|
|
@@ -97,6 +101,8 @@ export { default as ShieldIcon } from "./ShieldIcon";
|
|
|
97
101
|
export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
|
|
98
102
|
export { default as ShieldLockIcon } from "./ShieldLockIcon";
|
|
99
103
|
export { default as SidebarCollapseIcon } from "./SidebarCollapseIcon";
|
|
104
|
+
export { default as StarFillIcon } from "./StarFillIcon";
|
|
105
|
+
export { default as StarOutlineIcon } from "./StarOutlineIcon";
|
|
100
106
|
export { default as StatisticsIcon } from "./StatisticsIcon";
|
|
101
107
|
export { default as SystemHubIcon } from "./SystemHubIcon";
|
|
102
108
|
export { default as TagIcon } from "./TagIcon";
|
package/dist/index.cjs
CHANGED
|
@@ -1002,8 +1002,12 @@ const SvgAudioTrackIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("sv
|
|
|
1002
1002
|
|
|
1003
1003
|
const SvgBalanceSheetIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.03 7.46h-3.8v9.09h3.8zM6.44 9.52v-6.5h11.69v.9M18.13 20.08v.9H6.44v-6.5" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.44 14.48a2.48 2.48 0 1 0 0-4.96 2.48 2.48 0 0 0 0 4.96M11.76 8.96h1.46M11.76 12h1.46M11.76 15.04h1.46" })] }));
|
|
1004
1004
|
|
|
1005
|
+
const SvgBankIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M1.667 7.14c0-.996.401-1.607 1.233-2.07l3.425-1.906C8.119 2.166 9.016 1.667 10 1.667c.983 0 1.88.499 3.675 1.497l3.424 1.906c.832.463 1.234 1.074 1.234 2.07 0 .271 0 .406-.03.517-.154.584-.683.676-1.194.676H2.89c-.51 0-1.04-.092-1.195-.676-.03-.11-.03-.246-.03-.516Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.667, d: "M9.997 5.834h.007" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 1.25, d: "M3.334 8.334v7.083m3.333-7.083v7.083M13.334 8.334v7.083m3.333-7.083v7.083M15.833 15.417H4.167a2.5 2.5 0 0 0-2.5 2.5c0 .23.186.416.416.416h15.834c.23 0 .416-.186.416-.416a2.5 2.5 0 0 0-2.5-2.5Z" })] }));
|
|
1006
|
+
|
|
1005
1007
|
const SvgBillSecureIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M17.5 9.167v-.834c0-3.143 0-4.714-1.034-5.69s-2.697-.976-6.025-.976H9.56c-3.328 0-4.992 0-6.025.976S2.5 5.19 2.5 8.333v3.333c0 3.143 0 4.715 1.034 5.69 1.033.977 2.697.977 6.025.977H10M6.667 5.833h6.666M6.667 10h4.166" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M17.5 17.206v-3.04c0-1.19-1.12-2.5-2.5-2.5s-2.5 1.31-2.5 2.5v2.917c0 .65.61 1.25 1.364 1.25.753 0 1.363-.6 1.363-1.25v-2.28" })] }));
|
|
1006
1008
|
|
|
1009
|
+
const SvgBlockedSealIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#blocked-seal-icon_svg__a)", children: jsxRuntime.jsx("path", { d: "M6.41 16.347c.492 0 .738 0 .963.083q.046.017.092.038c.217.1.391.274.74.622.801.802 1.202 1.203 1.695 1.24q.1.006.2 0c.493-.037.893-.438 1.695-1.24.348-.348.522-.522.74-.622q.044-.021.092-.038c.224-.083.47-.083.963-.083h.09c1.258 0 1.886 0 2.276-.39.39-.391.39-1.02.39-2.276v-.09c0-.493 0-.74.084-.964q.017-.047.038-.092c.1-.218.274-.392.622-.74.802-.802 1.203-1.202 1.24-1.696a1.3 1.3 0 0 0 0-.199c-.037-.493-.438-.894-1.24-1.695-.348-.349-.522-.523-.622-.74l-.038-.092c-.083-.225-.083-.47-.083-.963v-.091c0-1.257 0-1.885-.39-2.275-.391-.39-1.02-.39-2.276-.39h-.09c-.493 0-.74 0-.964-.084l-.092-.038c-.218-.1-.392-.274-.74-.622-.802-.802-1.202-1.203-1.696-1.24a1.3 1.3 0 0 0-.199 0c-.493.037-.894.438-1.695 1.24-.349.348-.523.522-.74.622q-.045.02-.092.038c-.225.083-.47.083-.963.083h-.091c-1.257 0-1.885 0-2.275.39s-.39 1.02-.39 2.276v.09c0 .493 0 .74-.084.964l-.038.092c-.1.217-.274.391-.622.74-.802.801-1.203 1.202-1.24 1.695a1.3 1.3 0 0 0 0 .2c.037.493.438.893 1.24 1.695.348.348.522.522.622.74q.02.044.038.092c.083.224.083.47.083.963v.09c0 1.258 0 1.886.39 2.276s1.02.39 2.276.39zM12.5 7.5l-5 5M12.5 12.5h-.009m-4.982-5H7.5" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "blocked-seal-icon_svg__a", children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
|
|
1010
|
+
|
|
1007
1011
|
const SvgBoxCroseIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m24.03 9.95-9.668 5.62L4.32 9.913 14.47 4z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.362 15.57 14.326 28 4 22.36l.32-12.448zM14.373 15.57 14.336 28M20.375 17.95l7.62 7.817M27.995 17.95l-7.62 7.817" })] }));
|
|
1008
1012
|
|
|
1009
1013
|
const SvgBoxMinusIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 27 25", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsxs("g", { filter: "url(#box-minus-icon_svg__a)", children: [jsxRuntime.jsx("path", { stroke: "currentColor", d: "M7.5 2.5h12A3.5 3.5 0 0 1 23 6v11a3.5 3.5 0 0 1-3.5 3.5h-12A3.5 3.5 0 0 1 4 17V6a3.5 3.5 0 0 1 3.5-3.5Z" }), jsxRuntime.jsx("g", { clipPath: "url(#box-minus-icon_svg__b)", children: jsxRuntime.jsx("rect", { width: 12, height: 2.5, x: 7.5, y: 10, fill: "currentColor", rx: 1.25 }) })] }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsx("clipPath", { id: "box-minus-icon_svg__b", children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M7.5 10h12v3h-12z" }) }), jsxRuntime.jsxs("filter", { id: "box-minus-icon_svg__a", width: 26, height: 25, x: 0.5, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsxRuntime.jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), jsxRuntime.jsx("feOffset", { dy: 1 }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: 1.5 }), jsxRuntime.jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), jsxRuntime.jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_9559_128452" }), jsxRuntime.jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_9559_128452", result: "shape" })] })] })] }));
|
|
@@ -1090,6 +1094,8 @@ const SvgGiftBoxIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg",
|
|
|
1090
1094
|
|
|
1091
1095
|
const SvgGlobalIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.5 11a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.483 11.35q.484.149 1.017.15a3.5 3.5 0 1 0-3.483-3.85M10.983 7.65a3.5 3.5 0 1 0-2.466 3.7M22 16.5c0-2.761-2.462-5-5.5-5M17.5 19.5c0-2.761-2.462-5-5.5-5s-5.5 2.239-5.5 5" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.5 11.5c-3.038 0-5.5 2.239-5.5 5" })] }));
|
|
1092
1096
|
|
|
1097
|
+
const SvgGraduationCapIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19 10c-2.005-.632-4.412-1-7-1s-4.995.368-7 1v3.5c2.005-.632 4.412-1 7-1s4.995.368 7 1z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M19 13v2.023c0 2.131-1.032 4.106-2.719 5.202l-1.4.91a5.23 5.23 0 0 1-5.762 0l-1.4-.91C6.032 19.13 5 17.155 5 15.023V13M19 10l1.126-.593C21.389 8.58 22.02 8.165 22 7.573c-.021-.592-.68-.952-1.997-1.672l-4.728-2.583C13.668 2.439 12.865 2 12 2s-1.668.44-3.275 1.318L3.998 5.9C2.68 6.621 2.02 6.981 2 7.573s.61 1.006 1.873 1.834L5 10" })] }));
|
|
1098
|
+
|
|
1093
1099
|
const HappyFaceIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 28 28", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("circle", { cx: 14.001, cy: 14, r: 11.667, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.334 17.5a5.82 5.82 0 0 0 4.667 2.333 5.82 5.82 0 0 0 4.666-2.333" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9.344 10.5h-.01m9.333 0h-.01" })] }));
|
|
1094
1100
|
|
|
1095
1101
|
const SvgHomeIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M8.904 3.999 5.179 6.703a5.28 5.28 0 0 0-1.92 5.906l1.422 4.38a5.28 5.28 0 0 0 5.017 3.646h4.606a5.28 5.28 0 0 0 5.016-3.647l1.422-4.379a5.275 5.275 0 0 0-1.92-5.897l-3.724-2.704a5.28 5.28 0 0 0-6.203 0z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M9.008 15.81c.332.254 1.721.895 3.588.712 1.204-.122 2.004-.345 2.397-.641" })] }));
|
|
@@ -1140,6 +1146,8 @@ const SvgPcbIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { x
|
|
|
1140
1146
|
|
|
1141
1147
|
const SvgPenIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3.423 15.464C7.33 11.34 11.237 7.217 15.134 3.093L17.041 3l3.114 3.113v1.67C15.969 11.888 11.783 16 7.598 20.104c-1.536-.02-3.072-.03-4.598-.051.144-1.536.278-3.072.423-4.598zM17.99 9.917l-4.825-4.742" })] }));
|
|
1142
1148
|
|
|
1149
|
+
const SvgPinTaskIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "m10.612 5-.527 2M12.3 2.763a1.54 1.54 0 0 1-.55 2.084 1.486 1.486 0 0 1-2.048-.558 1.54 1.54 0 0 1 .55-2.084 1.486 1.486 0 0 1 2.048.558Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M13 21.998C12.031 20.818 10.5 18 8.5 18c-1.29.106-1.964 1.361-2.652 2.329m0 0c-.396-.368-.545-.916-.844-2.013L3.26 11.907c-.702-2.579-1.053-3.868-.457-4.884S4.708 5.66 7.328 4.97L9.5 4.397M5.848 20.33c.397.367.962.481 2.091.709l4.142.834c.883.178.891.178 1.762-.052l2.83-.746c2.619-.691 3.928-1.037 4.524-2.053.596-1.015.245-2.305-.457-4.884l-1.737-6.383c-.702-2.58-1.053-3.869-2.085-4.455-.898-.511-2.008-.315-4.011.201" })] }));
|
|
1150
|
+
|
|
1143
1151
|
const SvgPlusThinIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11.95 2.95v18M20.95 11.95h-18" })] }));
|
|
1144
1152
|
|
|
1145
1153
|
const SvgPrinterIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.354 18c-2.123 0-3.185 0-3.94-.453a3.04 3.04 0 0 1-1.15-1.223c-.392-.77-.287-1.787-.075-3.822.176-1.698.264-2.547.698-3.171.285-.41.67-.745 1.121-.977C4.695 8 5.582 8 7.354 8h9.292c1.772 0 2.659 0 3.346.354.451.232.836.567 1.121.977.434.624.522 1.473.698 3.172.212 2.034.317 3.052-.076 3.821a3.04 3.04 0 0 1-1.148 1.223C19.83 18 18.769 18 16.646 18" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17 8V6c0-1.886 0-2.828-.586-3.414S14.886 2 13 2h-2c-1.886 0-2.828 0-3.414.586S7 4.114 7 6v2M13.989 16H10.01c-.685 0-1.028 0-1.32.109a1.87 1.87 0 0 0-.945.8c-.168.281-.251.642-.417 1.363-.26 1.128-.39 1.691-.301 2.143.117.602.484 1.112.995 1.382.382.203.918.203 1.988.203h3.978c1.07 0 1.606 0 1.988-.203.51-.27.878-.78.995-1.382.089-.452-.041-1.015-.3-2.143-.167-.72-.25-1.082-.418-1.362a1.87 1.87 0 0 0-.946-.801C15.017 16 14.674 16 13.988 16Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18 12h.009" })] }));
|
|
@@ -1184,6 +1192,10 @@ const SvgShieldLockIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("sv
|
|
|
1184
1192
|
|
|
1185
1193
|
const SvgSidebarCollapseIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 4.06 3.955C5.375 3 7.251 3 11 3h2c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C22 6.375 22 8.251 22 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C18.625 21 16.749 21 13 21h-2c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C2 17.625 2 15.749 2 12ZM9.5 3.5v17" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5 7h1.5M5 11h1.5M17 10l-1.226 1.057c-.516.445-.774.667-.774.943s.258.498.774.943L17 14" })] }));
|
|
1186
1194
|
|
|
1195
|
+
const SvgStarFillIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { fill: "currentColor", d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0" })] }));
|
|
1196
|
+
|
|
1197
|
+
const SvgStarOutlineIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0" })] }));
|
|
1198
|
+
|
|
1187
1199
|
const SvgStatisticsIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 28 28", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M24.5 24.5H11.667c-3.85 0-5.775 0-6.971-1.196S3.5 20.184 3.5 16.334V3.5" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.167 11.667V24.5M21 15.167V24.5M9.333 15.167v8.166M24.5 9.318c-2.147 0-4.442.298-5.977-1.742-1.747-2.323-4.966-2.323-6.713 0-1.534 2.04-3.83 1.742-5.977 1.742H3.5" })] }));
|
|
1188
1200
|
|
|
1189
1201
|
const SvgSystemHubIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntime.jsx("title", { id: titleId, children: title }) : null, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeWidth: 0.75, d: "M3.375 3.75c.614 0 1.14.37 1.373.9l.099.225h2.278c.12 0 .233.058.304.155v.001l1.592 2.204q-.319.201-.607.44L7.046 5.78l-.112-.155H4.847l-.099.225a1.499 1.499 0 0 1-2.873-.6 1.5 1.5 0 0 1 1.5-1.5ZM3.375 10.5c.614 0 1.14.37 1.373.9l.099.225H6.39c-.02.256-.02.494 0 .75H4.847l-.099.225a1.499 1.499 0 0 1-2.873-.6 1.5 1.5 0 0 1 1.5-1.5Z" }), jsxRuntime.jsx("path", { fill: "currentColor", d: "M10.125 3.375a1.875 1.875 0 1 1 2.625 1.717V6.81a4.8 4.8 0 0 0-1.5 0V5.092a1.87 1.87 0 0 1-1.125-1.717M14.432 7.352l1.835-2.541a.75.75 0 0 1 .608-.311h2.033a1.874 1.874 0 0 1 3.592.75 1.875 1.875 0 0 1-3.592.75h-1.65l-1.612 2.231a5.3 5.3 0 0 0-1.214-.88M22.5 18.75a1.875 1.875 0 0 1-3.592.75h-2.033a.75.75 0 0 1-.608-.311l-1.835-2.541a5.3 5.3 0 0 0 1.215-.88L17.258 18h1.65a1.874 1.874 0 0 1 3.592.75M9.568 16.649l-1.835 2.54a.75.75 0 0 1-.608.311H5.092a1.874 1.874 0 0 1-3.592-.75A1.875 1.875 0 0 1 5.092 18h1.65l1.612-2.231c.359.348.767.645 1.214.88M22.5 12a1.875 1.875 0 0 1-3.592.75H17.19c.08-.553.08-.947 0-1.5h1.718A1.874 1.874 0 0 1 22.5 12M13.875 20.625a1.875 1.875 0 1 1-2.625-1.717V17.19c.553.08.947.08 1.5 0v1.718c.662.29 1.125.948 1.125 1.717M16.125 12a4.125 4.125 0 1 1-8.25 0 4.125 4.125 0 0 1 8.25 0" })] }));
|
|
@@ -1284,10 +1296,12 @@ exports.BackwordIcon = BackwordIcon;
|
|
|
1284
1296
|
exports.BagIcon = BagIcon;
|
|
1285
1297
|
exports.BagWithTimeIcon = BagWithTimeIcon;
|
|
1286
1298
|
exports.BalanceSheetIcon = SvgBalanceSheetIcon;
|
|
1299
|
+
exports.BankIcon = SvgBankIcon;
|
|
1287
1300
|
exports.BellIcon = SvgBellIcon;
|
|
1288
1301
|
exports.BezierCurveIcon = SvgBezierCurveIcon;
|
|
1289
1302
|
exports.BillSecureIcon = SvgBillSecureIcon;
|
|
1290
1303
|
exports.BlockIcon = BlockIcon;
|
|
1304
|
+
exports.BlockedSealIcon = SvgBlockedSealIcon;
|
|
1291
1305
|
exports.BlogIcon = SvgBlogIcon;
|
|
1292
1306
|
exports.BlubFillIcon = BlubFillIcon;
|
|
1293
1307
|
exports.BoardDimensionIcon = SvgBoardDimensionIcon;
|
|
@@ -1487,6 +1501,7 @@ exports.GearOutlineIcon = GearOutlineIcon;
|
|
|
1487
1501
|
exports.GiftBoxIcon = SvgGiftBoxIcon;
|
|
1488
1502
|
exports.GlobalIcon = SvgGlobalIcon;
|
|
1489
1503
|
exports.GndIcon = SvgGndIcon;
|
|
1504
|
+
exports.GraduationCapIcon = SvgGraduationCapIcon;
|
|
1490
1505
|
exports.Grid4By4Icon = Grid4By4Icon;
|
|
1491
1506
|
exports.GridCompactIcon = GridCompactIcon;
|
|
1492
1507
|
exports.GridOffIcon = GridOffIcon;
|
|
@@ -1622,6 +1637,7 @@ exports.PerpendicularIcon = SvgPerpendicularIcon;
|
|
|
1622
1637
|
exports.PersonBookIcon = PersonBookIcon;
|
|
1623
1638
|
exports.PersonRemoveIcon = PersonRemoveIcon;
|
|
1624
1639
|
exports.PinSwapIcon = SvgPinSwapIcon;
|
|
1640
|
+
exports.PinTaskIcon = SvgPinTaskIcon;
|
|
1625
1641
|
exports.PlaneIcon = SvgPlaneIcon;
|
|
1626
1642
|
exports.PlayArrowIcon = PlayArrowIcon;
|
|
1627
1643
|
exports.PlaySkipBackIcon = SvgPlaySkipBackIcon;
|
|
@@ -1738,6 +1754,8 @@ exports.SphereBoltIcon = SvgSphereBoltIcon;
|
|
|
1738
1754
|
exports.SphereIcon = SvgSphereIcon;
|
|
1739
1755
|
exports.SplitAltIcon = SvgSplitAltIcon;
|
|
1740
1756
|
exports.SplitIcon = SvgSplitIcon;
|
|
1757
|
+
exports.StarFillIcon = SvgStarFillIcon;
|
|
1758
|
+
exports.StarOutlineIcon = SvgStarOutlineIcon;
|
|
1741
1759
|
exports.StatisticsIcon = SvgStatisticsIcon;
|
|
1742
1760
|
exports.StickyNoteIcon = StickyNoteIcon;
|
|
1743
1761
|
exports.StopOutlineIcon = StopOutlineIcon;
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.esm.js
CHANGED
|
@@ -1000,8 +1000,12 @@ const SvgAudioTrackIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns
|
|
|
1000
1000
|
|
|
1001
1001
|
const SvgBalanceSheetIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.03 7.46h-3.8v9.09h3.8zM6.44 9.52v-6.5h11.69v.9M18.13 20.08v.9H6.44v-6.5" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.44 14.48a2.48 2.48 0 1 0 0-4.96 2.48 2.48 0 0 0 0 4.96M11.76 8.96h1.46M11.76 12h1.46M11.76 15.04h1.46" })] }));
|
|
1002
1002
|
|
|
1003
|
+
const SvgBankIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M1.667 7.14c0-.996.401-1.607 1.233-2.07l3.425-1.906C8.119 2.166 9.016 1.667 10 1.667c.983 0 1.88.499 3.675 1.497l3.424 1.906c.832.463 1.234 1.074 1.234 2.07 0 .271 0 .406-.03.517-.154.584-.683.676-1.194.676H2.89c-.51 0-1.04-.092-1.195-.676-.03-.11-.03-.246-.03-.516Z" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.667, d: "M9.997 5.834h.007" }), jsx("path", { stroke: "currentColor", strokeWidth: 1.25, d: "M3.334 8.334v7.083m3.333-7.083v7.083M13.334 8.334v7.083m3.333-7.083v7.083M15.833 15.417H4.167a2.5 2.5 0 0 0-2.5 2.5c0 .23.186.416.416.416h15.834c.23 0 .416-.186.416-.416a2.5 2.5 0 0 0-2.5-2.5Z" })] }));
|
|
1004
|
+
|
|
1003
1005
|
const SvgBillSecureIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M17.5 9.167v-.834c0-3.143 0-4.714-1.034-5.69s-2.697-.976-6.025-.976H9.56c-3.328 0-4.992 0-6.025.976S2.5 5.19 2.5 8.333v3.333c0 3.143 0 4.715 1.034 5.69 1.033.977 2.697.977 6.025.977H10M6.667 5.833h6.666M6.667 10h4.166" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M17.5 17.206v-3.04c0-1.19-1.12-2.5-2.5-2.5s-2.5 1.31-2.5 2.5v2.917c0 .65.61 1.25 1.364 1.25.753 0 1.363-.6 1.363-1.25v-2.28" })] }));
|
|
1004
1006
|
|
|
1007
|
+
const SvgBlockedSealIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#blocked-seal-icon_svg__a)", children: jsx("path", { d: "M6.41 16.347c.492 0 .738 0 .963.083q.046.017.092.038c.217.1.391.274.74.622.801.802 1.202 1.203 1.695 1.24q.1.006.2 0c.493-.037.893-.438 1.695-1.24.348-.348.522-.522.74-.622q.044-.021.092-.038c.224-.083.47-.083.963-.083h.09c1.258 0 1.886 0 2.276-.39.39-.391.39-1.02.39-2.276v-.09c0-.493 0-.74.084-.964q.017-.047.038-.092c.1-.218.274-.392.622-.74.802-.802 1.203-1.202 1.24-1.696a1.3 1.3 0 0 0 0-.199c-.037-.493-.438-.894-1.24-1.695-.348-.349-.522-.523-.622-.74l-.038-.092c-.083-.225-.083-.47-.083-.963v-.091c0-1.257 0-1.885-.39-2.275-.391-.39-1.02-.39-2.276-.39h-.09c-.493 0-.74 0-.964-.084l-.092-.038c-.218-.1-.392-.274-.74-.622-.802-.802-1.202-1.203-1.696-1.24a1.3 1.3 0 0 0-.199 0c-.493.037-.894.438-1.695 1.24-.349.348-.523.522-.74.622q-.045.02-.092.038c-.225.083-.47.083-.963.083h-.091c-1.257 0-1.885 0-2.275.39s-.39 1.02-.39 2.276v.09c0 .493 0 .74-.084.964l-.038.092c-.1.217-.274.391-.622.74-.802.801-1.203 1.202-1.24 1.695a1.3 1.3 0 0 0 0 .2c.037.493.438.893 1.24 1.695.348.348.522.522.622.74q.02.044.038.092c.083.224.083.47.083.963v.09c0 1.258 0 1.886.39 2.276s1.02.39 2.276.39zM12.5 7.5l-5 5M12.5 12.5h-.009m-4.982-5H7.5" }) }), jsx("defs", { children: jsx("clipPath", { id: "blocked-seal-icon_svg__a", children: jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
|
|
1008
|
+
|
|
1005
1009
|
const SvgBoxCroseIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m24.03 9.95-9.668 5.62L4.32 9.913 14.47 4z" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.362 15.57 14.326 28 4 22.36l.32-12.448zM14.373 15.57 14.336 28M20.375 17.95l7.62 7.817M27.995 17.95l-7.62 7.817" })] }));
|
|
1006
1010
|
|
|
1007
1011
|
const SvgBoxMinusIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 27 25", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsxs("g", { filter: "url(#box-minus-icon_svg__a)", children: [jsx("path", { stroke: "currentColor", d: "M7.5 2.5h12A3.5 3.5 0 0 1 23 6v11a3.5 3.5 0 0 1-3.5 3.5h-12A3.5 3.5 0 0 1 4 17V6a3.5 3.5 0 0 1 3.5-3.5Z" }), jsx("g", { clipPath: "url(#box-minus-icon_svg__b)", children: jsx("rect", { width: 12, height: 2.5, x: 7.5, y: 10, fill: "currentColor", rx: 1.25 }) })] }), jsxs("defs", { children: [jsx("clipPath", { id: "box-minus-icon_svg__b", children: jsx("path", { fill: "currentColor", d: "M7.5 10h12v3h-12z" }) }), jsxs("filter", { id: "box-minus-icon_svg__a", width: 26, height: 25, x: 0.5, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), jsx("feOffset", { dy: 1 }), jsx("feGaussianBlur", { stdDeviation: 1.5 }), jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_9559_128452" }), jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_9559_128452", result: "shape" })] })] })] }));
|
|
@@ -1088,6 +1092,8 @@ const SvgGiftBoxIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "
|
|
|
1088
1092
|
|
|
1089
1093
|
const SvgGlobalIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.5 11a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.483 11.35q.484.149 1.017.15a3.5 3.5 0 1 0-3.483-3.85M10.983 7.65a3.5 3.5 0 1 0-2.466 3.7M22 16.5c0-2.761-2.462-5-5.5-5M17.5 19.5c0-2.761-2.462-5-5.5-5s-5.5 2.239-5.5 5" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.5 11.5c-3.038 0-5.5 2.239-5.5 5" })] }));
|
|
1090
1094
|
|
|
1095
|
+
const SvgGraduationCapIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19 10c-2.005-.632-4.412-1-7-1s-4.995.368-7 1v3.5c2.005-.632 4.412-1 7-1s4.995.368 7 1z" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M19 13v2.023c0 2.131-1.032 4.106-2.719 5.202l-1.4.91a5.23 5.23 0 0 1-5.762 0l-1.4-.91C6.032 19.13 5 17.155 5 15.023V13M19 10l1.126-.593C21.389 8.58 22.02 8.165 22 7.573c-.021-.592-.68-.952-1.997-1.672l-4.728-2.583C13.668 2.439 12.865 2 12 2s-1.668.44-3.275 1.318L3.998 5.9C2.68 6.621 2.02 6.981 2 7.573s.61 1.006 1.873 1.834L5 10" })] }));
|
|
1096
|
+
|
|
1091
1097
|
const HappyFaceIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 28 28", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("circle", { cx: 14.001, cy: 14, r: 11.667, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.334 17.5a5.82 5.82 0 0 0 4.667 2.333 5.82 5.82 0 0 0 4.666-2.333" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9.344 10.5h-.01m9.333 0h-.01" })] }));
|
|
1092
1098
|
|
|
1093
1099
|
const SvgHomeIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M8.904 3.999 5.179 6.703a5.28 5.28 0 0 0-1.92 5.906l1.422 4.38a5.28 5.28 0 0 0 5.017 3.646h4.606a5.28 5.28 0 0 0 5.016-3.647l1.422-4.379a5.275 5.275 0 0 0-1.92-5.897l-3.724-2.704a5.28 5.28 0 0 0-6.203 0z" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.6, d: "M9.008 15.81c.332.254 1.721.895 3.588.712 1.204-.122 2.004-.345 2.397-.641" })] }));
|
|
@@ -1138,6 +1144,8 @@ const SvgPcbIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http
|
|
|
1138
1144
|
|
|
1139
1145
|
const SvgPenIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3.423 15.464C7.33 11.34 11.237 7.217 15.134 3.093L17.041 3l3.114 3.113v1.67C15.969 11.888 11.783 16 7.598 20.104c-1.536-.02-3.072-.03-4.598-.051.144-1.536.278-3.072.423-4.598zM17.99 9.917l-4.825-4.742" })] }));
|
|
1140
1146
|
|
|
1147
|
+
const SvgPinTaskIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "m10.612 5-.527 2M12.3 2.763a1.54 1.54 0 0 1-.55 2.084 1.486 1.486 0 0 1-2.048-.558 1.54 1.54 0 0 1 .55-2.084 1.486 1.486 0 0 1 2.048.558Z" }), jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M13 21.998C12.031 20.818 10.5 18 8.5 18c-1.29.106-1.964 1.361-2.652 2.329m0 0c-.396-.368-.545-.916-.844-2.013L3.26 11.907c-.702-2.579-1.053-3.868-.457-4.884S4.708 5.66 7.328 4.97L9.5 4.397M5.848 20.33c.397.367.962.481 2.091.709l4.142.834c.883.178.891.178 1.762-.052l2.83-.746c2.619-.691 3.928-1.037 4.524-2.053.596-1.015.245-2.305-.457-4.884l-1.737-6.383c-.702-2.58-1.053-3.869-2.085-4.455-.898-.511-2.008-.315-4.011.201" })] }));
|
|
1148
|
+
|
|
1141
1149
|
const SvgPlusThinIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11.95 2.95v18M20.95 11.95h-18" })] }));
|
|
1142
1150
|
|
|
1143
1151
|
const SvgPrinterIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.354 18c-2.123 0-3.185 0-3.94-.453a3.04 3.04 0 0 1-1.15-1.223c-.392-.77-.287-1.787-.075-3.822.176-1.698.264-2.547.698-3.171.285-.41.67-.745 1.121-.977C4.695 8 5.582 8 7.354 8h9.292c1.772 0 2.659 0 3.346.354.451.232.836.567 1.121.977.434.624.522 1.473.698 3.172.212 2.034.317 3.052-.076 3.821a3.04 3.04 0 0 1-1.148 1.223C19.83 18 18.769 18 16.646 18" }), jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17 8V6c0-1.886 0-2.828-.586-3.414S14.886 2 13 2h-2c-1.886 0-2.828 0-3.414.586S7 4.114 7 6v2M13.989 16H10.01c-.685 0-1.028 0-1.32.109a1.87 1.87 0 0 0-.945.8c-.168.281-.251.642-.417 1.363-.26 1.128-.39 1.691-.301 2.143.117.602.484 1.112.995 1.382.382.203.918.203 1.988.203h3.978c1.07 0 1.606 0 1.988-.203.51-.27.878-.78.995-1.382.089-.452-.041-1.015-.3-2.143-.167-.72-.25-1.082-.418-1.362a1.87 1.87 0 0 0-.946-.801C15.017 16 14.674 16 13.988 16Z" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18 12h.009" })] }));
|
|
@@ -1182,6 +1190,10 @@ const SvgShieldLockIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns
|
|
|
1182
1190
|
|
|
1183
1191
|
const SvgSidebarCollapseIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 4.06 3.955C5.375 3 7.251 3 11 3h2c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C22 6.375 22 8.251 22 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C18.625 21 16.749 21 13 21h-2c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C2 17.625 2 15.749 2 12ZM9.5 3.5v17" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5 7h1.5M5 11h1.5M17 10l-1.226 1.057c-.516.445-.774.667-.774.943s.258.498.774.943L17 14" })] }));
|
|
1184
1192
|
|
|
1193
|
+
const SvgStarFillIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "currentColor", d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0" })] }));
|
|
1194
|
+
|
|
1195
|
+
const SvgStarOutlineIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0" })] }));
|
|
1196
|
+
|
|
1185
1197
|
const SvgStatisticsIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 28 28", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M24.5 24.5H11.667c-3.85 0-5.775 0-6.971-1.196S3.5 20.184 3.5 16.334V3.5" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.167 11.667V24.5M21 15.167V24.5M9.333 15.167v8.166M24.5 9.318c-2.147 0-4.442.298-5.977-1.742-1.747-2.323-4.966-2.323-6.713 0-1.534 2.04-3.83 1.742-5.977 1.742H3.5" })] }));
|
|
1186
1198
|
|
|
1187
1199
|
const SvgSystemHubIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "currentColor", stroke: "currentColor", strokeWidth: 0.75, d: "M3.375 3.75c.614 0 1.14.37 1.373.9l.099.225h2.278c.12 0 .233.058.304.155v.001l1.592 2.204q-.319.201-.607.44L7.046 5.78l-.112-.155H4.847l-.099.225a1.499 1.499 0 0 1-2.873-.6 1.5 1.5 0 0 1 1.5-1.5ZM3.375 10.5c.614 0 1.14.37 1.373.9l.099.225H6.39c-.02.256-.02.494 0 .75H4.847l-.099.225a1.499 1.499 0 0 1-2.873-.6 1.5 1.5 0 0 1 1.5-1.5Z" }), jsx("path", { fill: "currentColor", d: "M10.125 3.375a1.875 1.875 0 1 1 2.625 1.717V6.81a4.8 4.8 0 0 0-1.5 0V5.092a1.87 1.87 0 0 1-1.125-1.717M14.432 7.352l1.835-2.541a.75.75 0 0 1 .608-.311h2.033a1.874 1.874 0 0 1 3.592.75 1.875 1.875 0 0 1-3.592.75h-1.65l-1.612 2.231a5.3 5.3 0 0 0-1.214-.88M22.5 18.75a1.875 1.875 0 0 1-3.592.75h-2.033a.75.75 0 0 1-.608-.311l-1.835-2.541a5.3 5.3 0 0 0 1.215-.88L17.258 18h1.65a1.874 1.874 0 0 1 3.592.75M9.568 16.649l-1.835 2.54a.75.75 0 0 1-.608.311H5.092a1.874 1.874 0 0 1-3.592-.75A1.875 1.875 0 0 1 5.092 18h1.65l1.612-2.231c.359.348.767.645 1.214.88M22.5 12a1.875 1.875 0 0 1-3.592.75H17.19c.08-.553.08-.947 0-1.5h1.718A1.874 1.874 0 0 1 22.5 12M13.875 20.625a1.875 1.875 0 1 1-2.625-1.717V17.19c.553.08.947.08 1.5 0v1.718c.662.29 1.125.948 1.125 1.717M16.125 12a4.125 4.125 0 1 1-8.25 0 4.125 4.125 0 0 1 8.25 0" })] }));
|
|
@@ -1230,5 +1242,5 @@ const SvgWarningOutlineIcon = ({ title, titleId, ...props }) => (jsxs("svg", { x
|
|
|
1230
1242
|
|
|
1231
1243
|
const SvgWireNodeIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.7 3.99v7.31M9.46 11.3H5.93v3.53h3.53zM14.31 6.7V3.22M16.07 6.7h-3.53v3.53h3.53zM14.31 20.8v-3.63M12.54 17.17h3.53v-3.53h-3.53z" })] }));
|
|
1232
1244
|
|
|
1233
|
-
export { AccountBalanceWalletIcon, AccountTreeIcon, AddImageIcon, SvgAddPartIcon as AddPartIcon, AddPhotoAltIcon, AddReactionIcon, SvgAdjustableIcon as AdjustableIcon, AdvanceEditIcon, AgileModuleIcon, AiIcon, SvgAiPromtIcon as AiPromtIcon, SvgAlignCenterIcon as AlignCenterIcon, AlignHorizontalLeftIcon, AlignHorizontalRightIcon, SvgAlignIcon as AlignIcon, AlignJustifySpaceEvenIcon, AlignSpaceAroundIcon, AlignVerticalBottomIcon, AlignVerticalCenterIcon, AlignVerticalTopIcon, SvgAlignedHolesIcon as AlignedHolesIcon, SvgAlignmentIndicatorIcon as AlignmentIndicatorIcon, SvgAnalyticsIcon as AnalyticsIcon, SvgAnonnateIcon as AnonnateIcon, AppPromoIcon, AppleStoreIcon, AppsIcon, SvgArVrIcon as ArVrIcon, SvgArcBy3XPIcon as ArcBy3XPIcon, SvgArcByCenterXPIcon as ArcByCenterXPIcon, SvgArcIcon as ArcIcon, ArduinoIcon, SvgArrowAltRightIcon as ArrowAltRightIcon, ArrowBackwardIcon, SvgArrowDownFillIcon as ArrowDownFillIcon, SvgArrowDownRightIcon as ArrowDownRightIcon, ArrowDownwardIcon, ArrowForwordIcon as ArrowForwardIcon, SvgArrowLeftThinIcon as ArrowLeftThinIcon, SvgArrowSelectorToolIcon as ArrowSelectorToolIcon, ArrowUpDownIcon, SvgArrowUpRightIcon as ArrowUpRightIcon, ArrowUpwordIcon as ArrowUpwardIcon, AttachmentIcon, SvgAudioTrackIcon as AudioTrackIcon, SvgAutoCompleteBadgeIcon as AutoCompleteBadgeIcon, SvgAutoRouteIcon as AutoRouteIcon, SvgAutoScaleSketchIcon as AutoScaleSketchIcon, BackwordIcon, BagIcon, BagWithTimeIcon, SvgBalanceSheetIcon as BalanceSheetIcon, SvgBellIcon as BellIcon, SvgBezierCurveIcon as BezierCurveIcon, SvgBillSecureIcon as BillSecureIcon, BlockIcon, SvgBlogIcon as BlogIcon, BlubFillIcon, SvgBoardDimensionIcon as BoardDimensionIcon, BoltIcon, BoltOutlineIcon, BookOutlineIcon, SvgBooleanIcon as BooleanIcon, SvgBottomIcon as BottomIcon, SvgBox2Icon as Box2Icon, SvgBox3DAltIcon as Box3DAltIcon, SvgBox3DIcon as Box3DIcon, SvgBoxAxisIcon as BoxAxisIcon, SvgBoxCroseIcon as BoxCrossIcon, BoxIcon, SvgBoxMinusIcon as BoxMinusIcons, SvgBroadcastIcon as BroadcastIcon, BrushIcon, SvgBugAltIcon as BugAltIcon, BugIcon, SvgBusIcon as BusIcon, SvgCADDirectIcon as CADDirectIcon, SvgCalendarOutlineIcon as CalendarOutlineIcon, SvgCameraIcon as CameraIcon, SvgCardHistoryIcon as CardHistoryIcon, CardIcon, CenterFocusIcon, CenterOutlineIcon, ChatBubbleIcon, CheckBoxCheckedIcon, SvgCheckBoxFillIcon as CheckBoxFill, SvgCheckBoxOutlineIcon as CheckBoxOutlineIcon, CheckBoxUncheckedIcon, SvgCheckCircleAltIcon as CheckCircleAltIcon, SvgCheckCircleFillIcon as CheckCircleFillIcon, SvgCheckListIcon as CheckListIcon, SvgChevronDownIcon as ChevronDownIcon, ChevronForwardIcon, SvgCircleBy3XPIcon as CircleBy3XPIcon, SvgCircleByCenterIcon as CircleByCenterIcon, CircleCheckOutlineIcon, SvgCircleDiameterIcon as CircleDiameterIcon, CircleDotOutlineIcon, CircleFillShapeIcon, CircleInfoFillIcon, CircleInfoIcon, CircleMinusIcon, SvgCircleOutlineThinIcon as CircleOutlineThinIcon, CirclePlusIcon, CircleQuestionFillIcon, CircleRingShapeIcon, SvgCleanSketchIcon as CleanSketchIcon, SvgClockIcon as ClockIcon, SvgClockProgressIcon as ClockProgressIcon, SvgCloneComponentIcon as CloneComponentIcon, CloseIcon, SvgCloseThinIcon as CloseThinIcon, CodeAltIcon, SvgCodeBlockIcon as CodeBlockIcon, CodeIcon, SvgCodeSlashIcon as CodeSlashIcon, CoinDoubleIcon, SvgCoinStackIcon as CoinStackIcon, CommemtAddIcon as CommentAddIcon, CommentOutlineIcon, CommunitiesIcon, SvgComponentSketchIcon as ComponentSketchIcon, SvgComponentsIcon as ComponentsIcon, SvgComponentsSketchIcon as ComponentsSketchIcon, SvgConeIcon as ConeIcon, ConfigurationIcon, SvgConfigurationOptionIcon as ConfigurationOptionIcon, SvgConicIcon as ConicIcon, SvgConstructionIcon as ConstructionIcon, ContactSupportIcon, ContentCopyIcon, ContentCutIcon, SvgContentPasteAltIcon as ContentPasteAltIcon, ContentPasteIcon, SvgConvertToCurveIcon as ConvertToCurveIcon, CopyAltIcon, SvgCopyCurrentDisplayIcon as CopyCurrentDisplayIcon, CopyIcon, CopyPdfIcon, SvgCopySketchAltIcon as CopySketchAltIcon, SvgCopySketchIcon as CopySketchIcon, SvgCopyThinIcon as CopyThinIcon, SvgCreateAsConstructionIcon as CreateAsConstructionIcon, SvgCreateDatumIcon as CreateDatumIcon, SvgCreateInternalComponentIcon as CreateInternalComponentIcon, SvgCreatePartInPlaceIcon as CreatePartInPlaceIcon, SvgCreatesRectangleIcon as CreatesRectangleIcon, SvgCrossProbeIcon as CrossProbeIcon, SvgCubeIcon as CubeIcon, SvgCurveIcon as CurveIcon, SvgCutAltIcon as CutAltIcon, SvgCutIcon as CutIcon, SvgCylinderIcon as CylinderIcon, SvgDashboardMenuIcon as DashboardMenuIcon, DashboardOutlineIcon, SvgDbIcon as DbIcon, SvgDefineAlternateComponentIcon as DefineAlternateComponentIcon, SvgDeleteBodyIcon as DeleteBodyIcon, DeleteIcon, SvgDesignBlockIcon as DesignBlockAltIcon, SvgDesignBlockIcon$1 as DesignBlockIcon, DesignServiceIcon, DeveloperModeTvIcon, DeviceHubIcon, SvgDifferentialPairIcon as DifferentialPairIcon, SvgDifferentialRoutingIcon as DifferentialRoutingIcon, SvgDimondIcon as DimondIcon, SvgDisperceIcon as DisperceIcon, SvgDisplayConfigurationIcon as DisplayConfigurationIcon, SvgDistanceBetween2PointRightIcon as DistanceBetween2PointRightIcon, SvgDistanceBetween2PointVerticalIcon as DistanceBetween2PointVerticalIcon, SvgDistenceBetween2PointFlatIcon as DistenceBetween2PointFlatIcon, DiversityIcon, DoNotDistrubIcon, SvgDollerBagAltIcon as DollarBagAltIcon, DollarBagIcon, SvgDollarCircleIcon as DollarCircleIcon, SvgDollerCircleInIcon as DollarCircleInIcon, SvgDollerCircleOutIcon as DollarCircleOutIcon, DoneAllIcon, SvgDoubleCheckIcon as DoubleCheckIcon, SvgDoublePaperIcon as DoublePaperIcon, SvgDoublePlayIcon as DoublePlayIcon, DoubleSettingIcon, SvgDownArrowIcon as DownArrowIcon, DownTipIcon, DownloadAltIcon, SvgDownloadArrowIcon as DownloadArrowIcon, DownloadIcon, SvgDragComponentIcon as DragComponentIcon, SvgDrcIcon as DrcIcon, SvgDuplicateComponentIcon as DuplicateComponentIcon, DvrIcon, EditPenAltIcon, EditPenIcon, EditSquareIcon, ElectronicIcon, SvgEllipseBy3XPIcon as EllipseBy3XPIcon, SvgEllipseByCenterXPIcon as EllipseByCenterXPIcon, SvgEllipseIcon as EllipseIcon, SvgEllipticalIcon as EllipticalIcon, SvgEmptyBoxIcon as EmptyBoxIcon, SvgEpilepsyInfinityIcon as EpilepsyInfinityIcon, SvgEqualIcon as EqualIcon, EraserIcon, SvgErcIcon as ErcIcon, SvgErrorIcon as ErrorIcon, SvgExitFullScreenIcon as ExitFullScreenIcon, SvgExpandViewIcon as ExpandViewIcon, SvgExtendToNextIcon as ExtendToNextIcon, SvgExternalLinkIcon as ExternalLinkIcon, SvgExtrudeAltIcon as ExtrudeAltIcon, SvgExtrudeIcon as ExtrudeIcon, EyeIcon, SvgEyeOffIcon as EyeOffIcon, SvgFacebookAltIcon as FacebookAltIcon, FacebookIcon, SvgFanOutIcon as FanOutIcon, SvgFastenerSystemIcon as FastenerSystemIcon, SvgFasterIcon as FasterIcon, SvgFileAltIcon as FileAltIcon, FileBlankIcon, SvgFileDownloadIcon as FileDownloadIcon, FileFolderIcon, FileIcon, SvgFilePresentIcon as FilePresentIcon, SvgFillIcon as FillIcon, SvgFillet3DIcon as Fillet3DIcon, SvgFilletAltIcon as FilletAltIcon, SvgFilletIcon as FilletIcon, SvgFinanceIcon as FinanceIcon, FlagIcon, SvgFlameIcon as FlameIcon, FlipHorizontalIcon, FlipVerticalIcon, SvgFocusCircleIcon as FocusCircleIcon, SvgFolderIcon as FolderAltIcon, SvgFolderExportAltIcon as FolderExportAltIcon, SvgFolderExportIcon as FolderExportIcon, SvgFolderIcon$1 as FolderIcon, FolderOutlineIcon, FolderProtectedIcon, SvgFormIcon as FormIcon, SvgForwordAltIcon as ForwardAltIcon, ForwordIcon, SvgFrameIcon as FrameIcon, SvgFrameOriginIcon as FrameOriginIcon, SvgFreeSketchIcon as FreeSketchIcon, FullScreenIcon, SvgGateSwapIcon as GateSwapIcon, SvgGearAltIcon as GearAltIcon, GearOutlineIcon, SvgGiftBoxIcon as GiftBoxIcon, SvgGlobalIcon as GlobalIcon, SvgGndIcon as GndIcon, Grid4By4Icon, GridCompactIcon, GridOffIcon, SvgGridOptionsIcon as GridOptionsIcon, SvgGussetPlateIcon as GussetPlateIcon, HappyFaceIcon, HeartCheckOutlineIcon, HeartFillIcon, HeartOutline, HelpIcon, HideIcon, SvgHole2AltIcon as Hole2AltIcon, SvgHoleAltIcon as HoleAltIcon, SvgHoleIcon as HoleIcon, SvgHomeIcon as HomeIcon, SvgHumbergurIcon as HumbergerIcon, IcIcon, IdeezaIcon, SvgImageAltIcon as ImageAltIcon, SvgImageIcon as ImageIcon, SvgInfoIcon as InfoIcon, SvgInsertComponentFrom3DfinditIcon as InsertComponentFrom3DfinditIcon, SvgInsertStandardPartIcon as InsertStandardPartIcon, InstagramIcon, SvgIntelliSketchOptionsIcon as IntelliSketchOptionsIcon, SvgInteractiveRoutingIcon as InteractiveRoutingIcon, SvgIntersectIcon as IntersectIcon, SvgInvokeIcon as InvokeIcon, SvgJournalIcon as JournalIcon, SvgJunctionIcon as JunctionIcon, KeyIcon, KeyboardArrowDownAltIcon, KeyboardArrowDownIcon, SvgKeyboardArrowDownSmallIcon as KeyboardArrowDownSmallIcon, SvgKeyboardArrowDownThinIcon as KeyboardArrowDownThinIcon, KeyboradArrowLeftAltIcon as KeyboardArrowLeftAltIcon, KeyboardArrowRightAltIcon, KeyboardArrowRightIcon, KeyboardArrowUpAltIcon, SvgKeyboardCurveRightArrowIcon as KeyboardCurveRightArrowIcon, KeyboardCurveUpIcon as KeyboardCurveUptArrowIcon, KeyboardUpDownIcon, SvgLabelIcon as LabelIcon, SvgLeftIcon as LeftIcon, SvgLightningIcon as LightningIcon, SvgLineIcon as LineIcon, SvgLinearPatternIcon as LinearPatternIcon, SvgLinkAltIcon as LinkAltIcon, LinkIcon, SvgLinkedinAltIcon as LinkedInAltIcon, LinkedInIcon, ListBulletedIcon, SvgLiveActivityIcon as LiveActivityIcon, SvgLocationIcon as LocationIcon, LocationOutlineIcon, LockAltIcon, LockIcon, SvgLoftIcon as LoftIcon, LogoutAltIcon, SvgLogoutAltIcon as LogoutCurveIcon, LogoutIcon, SvgMailAltIcon as MailAltIcon, SvgMailCheckIcon as MailCheckIcon, SvgMailIcon as MailIcon, SvgMeanderIcon as MeanderIcon, SvgMeasureAngleIcon as MeasureAngleIcon, SvgMediumIcon as MediumIcon, SvgMemberTreeIcon as MemberTreeIcon, SvgMenuDotIcon as MenuDotIcon, MenuDotOutlineIcon, SvgMenuLineIcon as MenuLineIcon, SvgMessageIcon as MessageIcon, SvgMetricsIcon as MetricsIcon, MicAltIcon, MicIcon, SvgMilterIcon as MilterIcon, SvgMintIcon as MintIcon, SvgMirrorAltIcon as MirrorAltIcon, SvgMirrorBodyIcon as MirrorBodyIcon, SvgMirrorComponentsIcon as MirrorComponentsIcon, SvgMirrorIcon as MirrorIcon, SvgMobileIcon as MobileIcon, SvgModesIcon as ModesIcon, SvgModifyIcon as ModifyIcon, SvgModuleIcon as ModuleIcon, SvgModulerIcon as ModulerIcon, SvgMoonHalfIcon as MoonHalfIcon, SvgMountingHolesIcon as MountingHolesIcon, SvgMoveAltIcon as MoveAltIcon, SvgMoveComponentIcon as MoveComponentIcon, SvgMoveIcon as MoveIcon, MovieIcon, SvgMultiLineIcon as MultiLineIcon, SvgMultilineIcon as MultilineIcon, SvgMultipleAirwireIcon as MultipleAirwireIcon, SvgNavArrowRight as NavArrowRightIcon, SvgNetLabelIcon as NetLabelIcon, SvgNewsFeedIcon as NewsFeedIcon, NewspaperIcon, SvgNftCoinIcon as NftCoinIcon, NftFillIcon, NftOutlineIcon, NftPolygonOutlineIcon, NoteAltIcon, SvgNoteIcon as NoteIcon, NoteOutlineIcon, NotificationBellAltIcon, NotificationBellAltSlashIcon, SvgNotificationBellIcon as NotificationBellIcon, SvgNotificationBellWithRedIcon as NotificationBellWithRedIcon, NotificationOffIcon, SvgObjectInfoIcon as ObjectInfoIcon, SvgOffsetIcon as OffSetAltIcon, SvgOffSetIcon as OffSetIcon, SvgOptimizeIcon as OptimizeIcon, SvgPadIcon as PadIcon, PanToolIcon, SvgParallelIcon as ParallelIcon, SvgPartIcon as PartIcon, SvgPartsIcon as PartsIcon, SvgPastIcon as PastIcon, SvgPatternAltIcon as PatternAltIcon, SvgPatternIcon as PatternIcon, PauseIcon, PauseOutlineIcon, SvgPawStationIcon as PawStationIcon, SvgPayRollIcon as PayRollIcon, PaypalIcon, SvgPcIcon as PcIcon, SvgPcbIcon as PcbIcon, SvgPenIcon as PenIcon, SvgPerpendicularIcon as PerpendicularIcon, PersonBookIcon, PersonRemoveIcon, SvgPinSwapIcon as PinSwapIcon, SvgPlaneIcon as PlaneIcon, PlayArrowIcon, SvgPlaySkipBackIcon as PlaySkipBackIcon, SvgPlaySkipForwordIcon as PlaySkipForwordIcon, PlayStoreIcon, PlusIcon, SvgPlusThinIcon as PlusThinIcon, SvgPointIcon$1 as PointAltIcon, SvgPointIcon as PointIcon, PointRightOutlineIcon, SvgPolygonByCenterIcon as PolygonByCenterIcon, SvgPolygonIcon as PolygonIcon, SvgPolygonPourIcon as PolygonPourIcon, SvgPortIcon as PortIcon, SvgPrintQueueIcon as PrintQueueIcon, SvgPrinterIcon as PrinterIcon, ProductIcon, SvgProfileCardIcon as ProfileCardIcon, SvgProfitLossIcon as ProfitLossIcon, SvgProgressCircleIcon as ProgressCircleIcon, ProjectCreateIcon, SvgProjectToSketchIcon as ProjectToSketchIcon, PushPinOutlineIcon, SvgQuestionAltIcon as QuestionAltIcon, QuestionMarkIcon, QuickReorderIcon, SvgQuickRouteAirwireIcon as QuickRouteAirwireIcon, SvgQuickRouteMultipleWireIcon as QuickRouteMultipleWireIcon, SvgQuickRouteSignalIcon as QuickRouteSignalIcon, QuickStartIcon, QuizIcon, SvgRadialPatternIcon as RadialPatternIcon, SvgRadioActiveIcon as RadioActiveIcon, SvgRadioDeactiveIcon as RadioDeactiveIcon, RasberryPiIcon, ReasumeOutlineIcon, SvgRectangleBy2XPIcon as RectangleBy2XPIcon, SvgRectangleBy3XPIcon as RectangleBy3XPIcon, SvgRectangleByCenterIcon as RectangleByCenterIcon, SvgRectangleIcon as RectangleIcon, RedoIcon, SvgRefForwardIcon as RefForwardIcon, SvgReferIcon as ReferAltIcon, ReferIcon, SvgRegisterIcon as RegisterIcon, SvgRelationshipColoursIcon as RelationshipColoursIcon, ReloadAltIcon, RemoveIcon, SvgReplacePartIcon as ReplacePartIcon, SvgReplacePartWith3DfinditIcon as ReplacePartWith3DfinditIcon, SvgReplacePartWithCopyIcon as ReplacePartWithCopyIcon, SvgReplacePartWithNewPartIcon as ReplacePartWithNewPartIcon, SvgReplacePartWithStandardPartIcon as ReplacePartWithStandardPartIcon, SvgReplyIcon as ReplyIcon, SvgRepositionOriginIcon as RepositionOriginIcon, SvgRerouteIcon as RerouteIcon, SvgRestoreSnapIcon as RestoreSnapIcon, SvgRevolveAltIcon as RevolveAltIcon, SvgRevolveIcon as RevolveIcon, SvgRevolvedCutOutIcon as RevolvedCutOutIcon, SvgRightIcon as RightIcon, SvgRigidIcon as RigidIcon, SvgRipUpIcon as RipUpIcon, RocketOutlineIcon, SvgRotateAltIcon as RotateAltIcon, SvgRotateIcon as RotateIcon, RotateLeftIcon, RotateRightIcon, SvgRotationalMotorIcon as RotationalMotorIcon, SvgRouteIcon as RouteIcon, RunnerIcon, SackOutlineIcon, SvgSandOfTimeAltIcon as SandOfTimeAltIcon, SandsOfTimeIcon, SvgSaveDisplayConfigurationIcon as SaveDisplayConfigurationIcon, SvgScaleAltIcon as ScaleAltIcon, SvgScaleIcon as ScaleIcon, SearchAltIcon, SearchIcon, SearchThinIcon, SelectAllIcon, SelectLasoIcon, SvgSelectVisiblePartAltIcon as SelectVisiblePartAltIcon, SelectVisiblePartIcon, SendAltIcon, SendIcon, SvgSendUpAltIcon as SendUpAltIcon, SvgSendUpIcon as SendUpIcon, SettingIcon, SvgSettingOutlineIcon as SettingOutlineIcon, SettingsApplicationIcon, ShareAltIcon, SvgShareForwardIcon as ShareForwardIcon, ShareIcon, SvgShareLinkIcon as ShareLinkIcon, SvgShareitIcon as ShareitIcon, SvgSheetMetalIcom as SheetMetalIcom, SvgShellIcon as ShellIcon, ShieldAltIcon, SvgShieldIcon as ShieldIcon, SvgShieldKeyIcon as ShieldKeyIcon, SvgShieldLockIcon as ShieldLockIcon, ShieldOutlineIcon, ShopingBagCoinIcon, ShoppingCartIcon, SvgShowGridIcon as ShowGridIcon, SvgSidebarCollapseIcon as SidebarCollapseIcon, SvgSignalIcon as SignalIcon, SvgSketchIcon as SketchIcon, SvgSliceIcon as SliceIcon, SvgSmoothIcon as SmoothIcon, SvgSnapToGridIcon as SnapToGridIcon, SvgSphereBoltIcon as SphereBoltIcon, SvgSphereIcon as SphereIcon, SvgSplitAltIcon as SplitAltIcon, SvgSplitIcon as SplitIcon, SvgStatisticsIcon as StatisticsIcon, StickyNoteIcon, StopOutlineIcon, SvgStrechIcon as StrechIcon, SubtrackIcon, SvgSubtractAltIcon as SubtractAltIcon, SvgSubtractIcon as SubtractIcon, SunnyIcon, SvgSweepIcon as SweepIcon, SvgSymmetricIcon as SymmetricIcon, SvgSymmetricOffsetIcon as SymmetricOffsetIcon, SvgSystemHubIcon as SystemHubIcon, SvgSystemLibraryIcon as SystemLibraryIcon, TacticIcon, SvgTagIcon$1 as TagIcon, SvgTakeScreenshotIcon as TakeScreenshotIcon, SvgTangentArcIcon as TangentArcIcon, SvgTangentCircleIcon as TangentCircleIcon, SvgTangentIcon as TangentIcon, SvgTargetBoardIcon as TargetBoardIcon, SvgTargetHalfIcon as TargetHalfIcon, SvgTeamIcon as TeamIcon, SvgTearOffSketchAltIcon as TearOffSketchAltIcon, SvgTearOffSketchIcon as TearOffSketchIcon, SvgTextAltIcon as TextAltIcon, SvgTextIcon as TextIcon, SvgTextProfileIcon as TextProfileIcon, ThreeDCaseIcon, SvgThreeDotHorizIcon as ThreeDotHorizIcon, ThreeDotVerticalIcon, SvgThreeLineIcon as ThreeLineIcon, SvgThreeStarAltIcon as ThreeStarAltIcon, ThreeStarIcon, ThumbDownAltIcon, ThumbUpAltIcon, ThumbsUpOutlineIcon, SvgTagIcon as TickFillIcon, SvgTickIcon as TickIcon, TickThinIcon, SvgTopIcon as TopIcon, SvgTorusIcon as TorusIcon, TrandingUpIcon, TrashAltIcon, SvgTrashBoldIcon as TrashBoldIcon, TrashIcon, SvgTrashOutlineIcon as TrashOutlineIcon, SvgTriLineArrowIcon as TriLineArrowIcon, SvgTriLineIcon as TriLineIcon, SvgTrimCornerIcon as TrimCornerIcon, SvgTrimIcon as TrimIcon, SvgTrophyIcon as TrophyIcon, TryAgainIcon, TuneIcon, TutorialOutlineIcon, TwitterIcon, SvgUafoIcon as UafoIcon, UndoIcon, SvgUnionIcon as UnionIcon, SvgUnlockIcon as UnlockIcon, SvgUpArrowIcon as UpArrowIcon, SvgUploadAltIcon as UploadAltIcon, UploadIcon, SvgUserBoldIcon as UserBoldIcon, SvgUserCaptureIcon as UserCaptureAltIcon, UserCaptureIcon, SvgUserDoubleAltIcon as UserDoubleAltIcon, SvgUserDoubleFillIcon as UserDoubleFillIcon, UserDoubleIcon, UserGroupAltIcon, UserGroupIcon, UserOutlineIcon, SvgUserPlusIcon as UserPlusIcon, SvgUserRecognitionIcon as UserRecognitionIcon, SvgUserSettingIcon as UserSettingIcon, SvgUserOutlineIcon as UserSmallIcon, SvgUserSwitchIcon as UserSwitchIcon, SvgVccIcon as VccIcon, SvgVerifiedAltFillIcon as VerifiedAltFillIcon, VerifiedIcon, VerifiedOutlineIcon, SvgViaIcon as ViaIcon, SvgVideoIcon as VideoIcon, SvgWalletIcon as WalletIcon, WarningFillIcon, WarningIcon, SvgWarningOutlineIcon as WarningOutlineIcon, SvgWireNodeIcon as WireNodeIcon, SvgXIcon as XIcon, SvgXYKeyInIcon as XYKeyInIcon, SvgZeroOriginIcon as ZeroOriginIcon, SvgZoomInAltIcon as ZoomInAltIcon, ZoomInIcon, ZoomInThinIcon, SvgZoomOutAltIcon as ZoomOutAltIcon, ZoomOutIcon, ZoomOutThinIcon };
|
|
1245
|
+
export { AccountBalanceWalletIcon, AccountTreeIcon, AddImageIcon, SvgAddPartIcon as AddPartIcon, AddPhotoAltIcon, AddReactionIcon, SvgAdjustableIcon as AdjustableIcon, AdvanceEditIcon, AgileModuleIcon, AiIcon, SvgAiPromtIcon as AiPromtIcon, SvgAlignCenterIcon as AlignCenterIcon, AlignHorizontalLeftIcon, AlignHorizontalRightIcon, SvgAlignIcon as AlignIcon, AlignJustifySpaceEvenIcon, AlignSpaceAroundIcon, AlignVerticalBottomIcon, AlignVerticalCenterIcon, AlignVerticalTopIcon, SvgAlignedHolesIcon as AlignedHolesIcon, SvgAlignmentIndicatorIcon as AlignmentIndicatorIcon, SvgAnalyticsIcon as AnalyticsIcon, SvgAnonnateIcon as AnonnateIcon, AppPromoIcon, AppleStoreIcon, AppsIcon, SvgArVrIcon as ArVrIcon, SvgArcBy3XPIcon as ArcBy3XPIcon, SvgArcByCenterXPIcon as ArcByCenterXPIcon, SvgArcIcon as ArcIcon, ArduinoIcon, SvgArrowAltRightIcon as ArrowAltRightIcon, ArrowBackwardIcon, SvgArrowDownFillIcon as ArrowDownFillIcon, SvgArrowDownRightIcon as ArrowDownRightIcon, ArrowDownwardIcon, ArrowForwordIcon as ArrowForwardIcon, SvgArrowLeftThinIcon as ArrowLeftThinIcon, SvgArrowSelectorToolIcon as ArrowSelectorToolIcon, ArrowUpDownIcon, SvgArrowUpRightIcon as ArrowUpRightIcon, ArrowUpwordIcon as ArrowUpwardIcon, AttachmentIcon, SvgAudioTrackIcon as AudioTrackIcon, SvgAutoCompleteBadgeIcon as AutoCompleteBadgeIcon, SvgAutoRouteIcon as AutoRouteIcon, SvgAutoScaleSketchIcon as AutoScaleSketchIcon, BackwordIcon, BagIcon, BagWithTimeIcon, SvgBalanceSheetIcon as BalanceSheetIcon, SvgBankIcon as BankIcon, SvgBellIcon as BellIcon, SvgBezierCurveIcon as BezierCurveIcon, SvgBillSecureIcon as BillSecureIcon, BlockIcon, SvgBlockedSealIcon as BlockedSealIcon, SvgBlogIcon as BlogIcon, BlubFillIcon, SvgBoardDimensionIcon as BoardDimensionIcon, BoltIcon, BoltOutlineIcon, BookOutlineIcon, SvgBooleanIcon as BooleanIcon, SvgBottomIcon as BottomIcon, SvgBox2Icon as Box2Icon, SvgBox3DAltIcon as Box3DAltIcon, SvgBox3DIcon as Box3DIcon, SvgBoxAxisIcon as BoxAxisIcon, SvgBoxCroseIcon as BoxCrossIcon, BoxIcon, SvgBoxMinusIcon as BoxMinusIcons, SvgBroadcastIcon as BroadcastIcon, BrushIcon, SvgBugAltIcon as BugAltIcon, BugIcon, SvgBusIcon as BusIcon, SvgCADDirectIcon as CADDirectIcon, SvgCalendarOutlineIcon as CalendarOutlineIcon, SvgCameraIcon as CameraIcon, SvgCardHistoryIcon as CardHistoryIcon, CardIcon, CenterFocusIcon, CenterOutlineIcon, ChatBubbleIcon, CheckBoxCheckedIcon, SvgCheckBoxFillIcon as CheckBoxFill, SvgCheckBoxOutlineIcon as CheckBoxOutlineIcon, CheckBoxUncheckedIcon, SvgCheckCircleAltIcon as CheckCircleAltIcon, SvgCheckCircleFillIcon as CheckCircleFillIcon, SvgCheckListIcon as CheckListIcon, SvgChevronDownIcon as ChevronDownIcon, ChevronForwardIcon, SvgCircleBy3XPIcon as CircleBy3XPIcon, SvgCircleByCenterIcon as CircleByCenterIcon, CircleCheckOutlineIcon, SvgCircleDiameterIcon as CircleDiameterIcon, CircleDotOutlineIcon, CircleFillShapeIcon, CircleInfoFillIcon, CircleInfoIcon, CircleMinusIcon, SvgCircleOutlineThinIcon as CircleOutlineThinIcon, CirclePlusIcon, CircleQuestionFillIcon, CircleRingShapeIcon, SvgCleanSketchIcon as CleanSketchIcon, SvgClockIcon as ClockIcon, SvgClockProgressIcon as ClockProgressIcon, SvgCloneComponentIcon as CloneComponentIcon, CloseIcon, SvgCloseThinIcon as CloseThinIcon, CodeAltIcon, SvgCodeBlockIcon as CodeBlockIcon, CodeIcon, SvgCodeSlashIcon as CodeSlashIcon, CoinDoubleIcon, SvgCoinStackIcon as CoinStackIcon, CommemtAddIcon as CommentAddIcon, CommentOutlineIcon, CommunitiesIcon, SvgComponentSketchIcon as ComponentSketchIcon, SvgComponentsIcon as ComponentsIcon, SvgComponentsSketchIcon as ComponentsSketchIcon, SvgConeIcon as ConeIcon, ConfigurationIcon, SvgConfigurationOptionIcon as ConfigurationOptionIcon, SvgConicIcon as ConicIcon, SvgConstructionIcon as ConstructionIcon, ContactSupportIcon, ContentCopyIcon, ContentCutIcon, SvgContentPasteAltIcon as ContentPasteAltIcon, ContentPasteIcon, SvgConvertToCurveIcon as ConvertToCurveIcon, CopyAltIcon, SvgCopyCurrentDisplayIcon as CopyCurrentDisplayIcon, CopyIcon, CopyPdfIcon, SvgCopySketchAltIcon as CopySketchAltIcon, SvgCopySketchIcon as CopySketchIcon, SvgCopyThinIcon as CopyThinIcon, SvgCreateAsConstructionIcon as CreateAsConstructionIcon, SvgCreateDatumIcon as CreateDatumIcon, SvgCreateInternalComponentIcon as CreateInternalComponentIcon, SvgCreatePartInPlaceIcon as CreatePartInPlaceIcon, SvgCreatesRectangleIcon as CreatesRectangleIcon, SvgCrossProbeIcon as CrossProbeIcon, SvgCubeIcon as CubeIcon, SvgCurveIcon as CurveIcon, SvgCutAltIcon as CutAltIcon, SvgCutIcon as CutIcon, SvgCylinderIcon as CylinderIcon, SvgDashboardMenuIcon as DashboardMenuIcon, DashboardOutlineIcon, SvgDbIcon as DbIcon, SvgDefineAlternateComponentIcon as DefineAlternateComponentIcon, SvgDeleteBodyIcon as DeleteBodyIcon, DeleteIcon, SvgDesignBlockIcon as DesignBlockAltIcon, SvgDesignBlockIcon$1 as DesignBlockIcon, DesignServiceIcon, DeveloperModeTvIcon, DeviceHubIcon, SvgDifferentialPairIcon as DifferentialPairIcon, SvgDifferentialRoutingIcon as DifferentialRoutingIcon, SvgDimondIcon as DimondIcon, SvgDisperceIcon as DisperceIcon, SvgDisplayConfigurationIcon as DisplayConfigurationIcon, SvgDistanceBetween2PointRightIcon as DistanceBetween2PointRightIcon, SvgDistanceBetween2PointVerticalIcon as DistanceBetween2PointVerticalIcon, SvgDistenceBetween2PointFlatIcon as DistenceBetween2PointFlatIcon, DiversityIcon, DoNotDistrubIcon, SvgDollerBagAltIcon as DollarBagAltIcon, DollarBagIcon, SvgDollarCircleIcon as DollarCircleIcon, SvgDollerCircleInIcon as DollarCircleInIcon, SvgDollerCircleOutIcon as DollarCircleOutIcon, DoneAllIcon, SvgDoubleCheckIcon as DoubleCheckIcon, SvgDoublePaperIcon as DoublePaperIcon, SvgDoublePlayIcon as DoublePlayIcon, DoubleSettingIcon, SvgDownArrowIcon as DownArrowIcon, DownTipIcon, DownloadAltIcon, SvgDownloadArrowIcon as DownloadArrowIcon, DownloadIcon, SvgDragComponentIcon as DragComponentIcon, SvgDrcIcon as DrcIcon, SvgDuplicateComponentIcon as DuplicateComponentIcon, DvrIcon, EditPenAltIcon, EditPenIcon, EditSquareIcon, ElectronicIcon, SvgEllipseBy3XPIcon as EllipseBy3XPIcon, SvgEllipseByCenterXPIcon as EllipseByCenterXPIcon, SvgEllipseIcon as EllipseIcon, SvgEllipticalIcon as EllipticalIcon, SvgEmptyBoxIcon as EmptyBoxIcon, SvgEpilepsyInfinityIcon as EpilepsyInfinityIcon, SvgEqualIcon as EqualIcon, EraserIcon, SvgErcIcon as ErcIcon, SvgErrorIcon as ErrorIcon, SvgExitFullScreenIcon as ExitFullScreenIcon, SvgExpandViewIcon as ExpandViewIcon, SvgExtendToNextIcon as ExtendToNextIcon, SvgExternalLinkIcon as ExternalLinkIcon, SvgExtrudeAltIcon as ExtrudeAltIcon, SvgExtrudeIcon as ExtrudeIcon, EyeIcon, SvgEyeOffIcon as EyeOffIcon, SvgFacebookAltIcon as FacebookAltIcon, FacebookIcon, SvgFanOutIcon as FanOutIcon, SvgFastenerSystemIcon as FastenerSystemIcon, SvgFasterIcon as FasterIcon, SvgFileAltIcon as FileAltIcon, FileBlankIcon, SvgFileDownloadIcon as FileDownloadIcon, FileFolderIcon, FileIcon, SvgFilePresentIcon as FilePresentIcon, SvgFillIcon as FillIcon, SvgFillet3DIcon as Fillet3DIcon, SvgFilletAltIcon as FilletAltIcon, SvgFilletIcon as FilletIcon, SvgFinanceIcon as FinanceIcon, FlagIcon, SvgFlameIcon as FlameIcon, FlipHorizontalIcon, FlipVerticalIcon, SvgFocusCircleIcon as FocusCircleIcon, SvgFolderIcon as FolderAltIcon, SvgFolderExportAltIcon as FolderExportAltIcon, SvgFolderExportIcon as FolderExportIcon, SvgFolderIcon$1 as FolderIcon, FolderOutlineIcon, FolderProtectedIcon, SvgFormIcon as FormIcon, SvgForwordAltIcon as ForwardAltIcon, ForwordIcon, SvgFrameIcon as FrameIcon, SvgFrameOriginIcon as FrameOriginIcon, SvgFreeSketchIcon as FreeSketchIcon, FullScreenIcon, SvgGateSwapIcon as GateSwapIcon, SvgGearAltIcon as GearAltIcon, GearOutlineIcon, SvgGiftBoxIcon as GiftBoxIcon, SvgGlobalIcon as GlobalIcon, SvgGndIcon as GndIcon, SvgGraduationCapIcon as GraduationCapIcon, Grid4By4Icon, GridCompactIcon, GridOffIcon, SvgGridOptionsIcon as GridOptionsIcon, SvgGussetPlateIcon as GussetPlateIcon, HappyFaceIcon, HeartCheckOutlineIcon, HeartFillIcon, HeartOutline, HelpIcon, HideIcon, SvgHole2AltIcon as Hole2AltIcon, SvgHoleAltIcon as HoleAltIcon, SvgHoleIcon as HoleIcon, SvgHomeIcon as HomeIcon, SvgHumbergurIcon as HumbergerIcon, IcIcon, IdeezaIcon, SvgImageAltIcon as ImageAltIcon, SvgImageIcon as ImageIcon, SvgInfoIcon as InfoIcon, SvgInsertComponentFrom3DfinditIcon as InsertComponentFrom3DfinditIcon, SvgInsertStandardPartIcon as InsertStandardPartIcon, InstagramIcon, SvgIntelliSketchOptionsIcon as IntelliSketchOptionsIcon, SvgInteractiveRoutingIcon as InteractiveRoutingIcon, SvgIntersectIcon as IntersectIcon, SvgInvokeIcon as InvokeIcon, SvgJournalIcon as JournalIcon, SvgJunctionIcon as JunctionIcon, KeyIcon, KeyboardArrowDownAltIcon, KeyboardArrowDownIcon, SvgKeyboardArrowDownSmallIcon as KeyboardArrowDownSmallIcon, SvgKeyboardArrowDownThinIcon as KeyboardArrowDownThinIcon, KeyboradArrowLeftAltIcon as KeyboardArrowLeftAltIcon, KeyboardArrowRightAltIcon, KeyboardArrowRightIcon, KeyboardArrowUpAltIcon, SvgKeyboardCurveRightArrowIcon as KeyboardCurveRightArrowIcon, KeyboardCurveUpIcon as KeyboardCurveUptArrowIcon, KeyboardUpDownIcon, SvgLabelIcon as LabelIcon, SvgLeftIcon as LeftIcon, SvgLightningIcon as LightningIcon, SvgLineIcon as LineIcon, SvgLinearPatternIcon as LinearPatternIcon, SvgLinkAltIcon as LinkAltIcon, LinkIcon, SvgLinkedinAltIcon as LinkedInAltIcon, LinkedInIcon, ListBulletedIcon, SvgLiveActivityIcon as LiveActivityIcon, SvgLocationIcon as LocationIcon, LocationOutlineIcon, LockAltIcon, LockIcon, SvgLoftIcon as LoftIcon, LogoutAltIcon, SvgLogoutAltIcon as LogoutCurveIcon, LogoutIcon, SvgMailAltIcon as MailAltIcon, SvgMailCheckIcon as MailCheckIcon, SvgMailIcon as MailIcon, SvgMeanderIcon as MeanderIcon, SvgMeasureAngleIcon as MeasureAngleIcon, SvgMediumIcon as MediumIcon, SvgMemberTreeIcon as MemberTreeIcon, SvgMenuDotIcon as MenuDotIcon, MenuDotOutlineIcon, SvgMenuLineIcon as MenuLineIcon, SvgMessageIcon as MessageIcon, SvgMetricsIcon as MetricsIcon, MicAltIcon, MicIcon, SvgMilterIcon as MilterIcon, SvgMintIcon as MintIcon, SvgMirrorAltIcon as MirrorAltIcon, SvgMirrorBodyIcon as MirrorBodyIcon, SvgMirrorComponentsIcon as MirrorComponentsIcon, SvgMirrorIcon as MirrorIcon, SvgMobileIcon as MobileIcon, SvgModesIcon as ModesIcon, SvgModifyIcon as ModifyIcon, SvgModuleIcon as ModuleIcon, SvgModulerIcon as ModulerIcon, SvgMoonHalfIcon as MoonHalfIcon, SvgMountingHolesIcon as MountingHolesIcon, SvgMoveAltIcon as MoveAltIcon, SvgMoveComponentIcon as MoveComponentIcon, SvgMoveIcon as MoveIcon, MovieIcon, SvgMultiLineIcon as MultiLineIcon, SvgMultilineIcon as MultilineIcon, SvgMultipleAirwireIcon as MultipleAirwireIcon, SvgNavArrowRight as NavArrowRightIcon, SvgNetLabelIcon as NetLabelIcon, SvgNewsFeedIcon as NewsFeedIcon, NewspaperIcon, SvgNftCoinIcon as NftCoinIcon, NftFillIcon, NftOutlineIcon, NftPolygonOutlineIcon, NoteAltIcon, SvgNoteIcon as NoteIcon, NoteOutlineIcon, NotificationBellAltIcon, NotificationBellAltSlashIcon, SvgNotificationBellIcon as NotificationBellIcon, SvgNotificationBellWithRedIcon as NotificationBellWithRedIcon, NotificationOffIcon, SvgObjectInfoIcon as ObjectInfoIcon, SvgOffsetIcon as OffSetAltIcon, SvgOffSetIcon as OffSetIcon, SvgOptimizeIcon as OptimizeIcon, SvgPadIcon as PadIcon, PanToolIcon, SvgParallelIcon as ParallelIcon, SvgPartIcon as PartIcon, SvgPartsIcon as PartsIcon, SvgPastIcon as PastIcon, SvgPatternAltIcon as PatternAltIcon, SvgPatternIcon as PatternIcon, PauseIcon, PauseOutlineIcon, SvgPawStationIcon as PawStationIcon, SvgPayRollIcon as PayRollIcon, PaypalIcon, SvgPcIcon as PcIcon, SvgPcbIcon as PcbIcon, SvgPenIcon as PenIcon, SvgPerpendicularIcon as PerpendicularIcon, PersonBookIcon, PersonRemoveIcon, SvgPinSwapIcon as PinSwapIcon, SvgPinTaskIcon as PinTaskIcon, SvgPlaneIcon as PlaneIcon, PlayArrowIcon, SvgPlaySkipBackIcon as PlaySkipBackIcon, SvgPlaySkipForwordIcon as PlaySkipForwordIcon, PlayStoreIcon, PlusIcon, SvgPlusThinIcon as PlusThinIcon, SvgPointIcon$1 as PointAltIcon, SvgPointIcon as PointIcon, PointRightOutlineIcon, SvgPolygonByCenterIcon as PolygonByCenterIcon, SvgPolygonIcon as PolygonIcon, SvgPolygonPourIcon as PolygonPourIcon, SvgPortIcon as PortIcon, SvgPrintQueueIcon as PrintQueueIcon, SvgPrinterIcon as PrinterIcon, ProductIcon, SvgProfileCardIcon as ProfileCardIcon, SvgProfitLossIcon as ProfitLossIcon, SvgProgressCircleIcon as ProgressCircleIcon, ProjectCreateIcon, SvgProjectToSketchIcon as ProjectToSketchIcon, PushPinOutlineIcon, SvgQuestionAltIcon as QuestionAltIcon, QuestionMarkIcon, QuickReorderIcon, SvgQuickRouteAirwireIcon as QuickRouteAirwireIcon, SvgQuickRouteMultipleWireIcon as QuickRouteMultipleWireIcon, SvgQuickRouteSignalIcon as QuickRouteSignalIcon, QuickStartIcon, QuizIcon, SvgRadialPatternIcon as RadialPatternIcon, SvgRadioActiveIcon as RadioActiveIcon, SvgRadioDeactiveIcon as RadioDeactiveIcon, RasberryPiIcon, ReasumeOutlineIcon, SvgRectangleBy2XPIcon as RectangleBy2XPIcon, SvgRectangleBy3XPIcon as RectangleBy3XPIcon, SvgRectangleByCenterIcon as RectangleByCenterIcon, SvgRectangleIcon as RectangleIcon, RedoIcon, SvgRefForwardIcon as RefForwardIcon, SvgReferIcon as ReferAltIcon, ReferIcon, SvgRegisterIcon as RegisterIcon, SvgRelationshipColoursIcon as RelationshipColoursIcon, ReloadAltIcon, RemoveIcon, SvgReplacePartIcon as ReplacePartIcon, SvgReplacePartWith3DfinditIcon as ReplacePartWith3DfinditIcon, SvgReplacePartWithCopyIcon as ReplacePartWithCopyIcon, SvgReplacePartWithNewPartIcon as ReplacePartWithNewPartIcon, SvgReplacePartWithStandardPartIcon as ReplacePartWithStandardPartIcon, SvgReplyIcon as ReplyIcon, SvgRepositionOriginIcon as RepositionOriginIcon, SvgRerouteIcon as RerouteIcon, SvgRestoreSnapIcon as RestoreSnapIcon, SvgRevolveAltIcon as RevolveAltIcon, SvgRevolveIcon as RevolveIcon, SvgRevolvedCutOutIcon as RevolvedCutOutIcon, SvgRightIcon as RightIcon, SvgRigidIcon as RigidIcon, SvgRipUpIcon as RipUpIcon, RocketOutlineIcon, SvgRotateAltIcon as RotateAltIcon, SvgRotateIcon as RotateIcon, RotateLeftIcon, RotateRightIcon, SvgRotationalMotorIcon as RotationalMotorIcon, SvgRouteIcon as RouteIcon, RunnerIcon, SackOutlineIcon, SvgSandOfTimeAltIcon as SandOfTimeAltIcon, SandsOfTimeIcon, SvgSaveDisplayConfigurationIcon as SaveDisplayConfigurationIcon, SvgScaleAltIcon as ScaleAltIcon, SvgScaleIcon as ScaleIcon, SearchAltIcon, SearchIcon, SearchThinIcon, SelectAllIcon, SelectLasoIcon, SvgSelectVisiblePartAltIcon as SelectVisiblePartAltIcon, SelectVisiblePartIcon, SendAltIcon, SendIcon, SvgSendUpAltIcon as SendUpAltIcon, SvgSendUpIcon as SendUpIcon, SettingIcon, SvgSettingOutlineIcon as SettingOutlineIcon, SettingsApplicationIcon, ShareAltIcon, SvgShareForwardIcon as ShareForwardIcon, ShareIcon, SvgShareLinkIcon as ShareLinkIcon, SvgShareitIcon as ShareitIcon, SvgSheetMetalIcom as SheetMetalIcom, SvgShellIcon as ShellIcon, ShieldAltIcon, SvgShieldIcon as ShieldIcon, SvgShieldKeyIcon as ShieldKeyIcon, SvgShieldLockIcon as ShieldLockIcon, ShieldOutlineIcon, ShopingBagCoinIcon, ShoppingCartIcon, SvgShowGridIcon as ShowGridIcon, SvgSidebarCollapseIcon as SidebarCollapseIcon, SvgSignalIcon as SignalIcon, SvgSketchIcon as SketchIcon, SvgSliceIcon as SliceIcon, SvgSmoothIcon as SmoothIcon, SvgSnapToGridIcon as SnapToGridIcon, SvgSphereBoltIcon as SphereBoltIcon, SvgSphereIcon as SphereIcon, SvgSplitAltIcon as SplitAltIcon, SvgSplitIcon as SplitIcon, SvgStarFillIcon as StarFillIcon, SvgStarOutlineIcon as StarOutlineIcon, SvgStatisticsIcon as StatisticsIcon, StickyNoteIcon, StopOutlineIcon, SvgStrechIcon as StrechIcon, SubtrackIcon, SvgSubtractAltIcon as SubtractAltIcon, SvgSubtractIcon as SubtractIcon, SunnyIcon, SvgSweepIcon as SweepIcon, SvgSymmetricIcon as SymmetricIcon, SvgSymmetricOffsetIcon as SymmetricOffsetIcon, SvgSystemHubIcon as SystemHubIcon, SvgSystemLibraryIcon as SystemLibraryIcon, TacticIcon, SvgTagIcon$1 as TagIcon, SvgTakeScreenshotIcon as TakeScreenshotIcon, SvgTangentArcIcon as TangentArcIcon, SvgTangentCircleIcon as TangentCircleIcon, SvgTangentIcon as TangentIcon, SvgTargetBoardIcon as TargetBoardIcon, SvgTargetHalfIcon as TargetHalfIcon, SvgTeamIcon as TeamIcon, SvgTearOffSketchAltIcon as TearOffSketchAltIcon, SvgTearOffSketchIcon as TearOffSketchIcon, SvgTextAltIcon as TextAltIcon, SvgTextIcon as TextIcon, SvgTextProfileIcon as TextProfileIcon, ThreeDCaseIcon, SvgThreeDotHorizIcon as ThreeDotHorizIcon, ThreeDotVerticalIcon, SvgThreeLineIcon as ThreeLineIcon, SvgThreeStarAltIcon as ThreeStarAltIcon, ThreeStarIcon, ThumbDownAltIcon, ThumbUpAltIcon, ThumbsUpOutlineIcon, SvgTagIcon as TickFillIcon, SvgTickIcon as TickIcon, TickThinIcon, SvgTopIcon as TopIcon, SvgTorusIcon as TorusIcon, TrandingUpIcon, TrashAltIcon, SvgTrashBoldIcon as TrashBoldIcon, TrashIcon, SvgTrashOutlineIcon as TrashOutlineIcon, SvgTriLineArrowIcon as TriLineArrowIcon, SvgTriLineIcon as TriLineIcon, SvgTrimCornerIcon as TrimCornerIcon, SvgTrimIcon as TrimIcon, SvgTrophyIcon as TrophyIcon, TryAgainIcon, TuneIcon, TutorialOutlineIcon, TwitterIcon, SvgUafoIcon as UafoIcon, UndoIcon, SvgUnionIcon as UnionIcon, SvgUnlockIcon as UnlockIcon, SvgUpArrowIcon as UpArrowIcon, SvgUploadAltIcon as UploadAltIcon, UploadIcon, SvgUserBoldIcon as UserBoldIcon, SvgUserCaptureIcon as UserCaptureAltIcon, UserCaptureIcon, SvgUserDoubleAltIcon as UserDoubleAltIcon, SvgUserDoubleFillIcon as UserDoubleFillIcon, UserDoubleIcon, UserGroupAltIcon, UserGroupIcon, UserOutlineIcon, SvgUserPlusIcon as UserPlusIcon, SvgUserRecognitionIcon as UserRecognitionIcon, SvgUserSettingIcon as UserSettingIcon, SvgUserOutlineIcon as UserSmallIcon, SvgUserSwitchIcon as UserSwitchIcon, SvgVccIcon as VccIcon, SvgVerifiedAltFillIcon as VerifiedAltFillIcon, VerifiedIcon, VerifiedOutlineIcon, SvgViaIcon as ViaIcon, SvgVideoIcon as VideoIcon, SvgWalletIcon as WalletIcon, WarningFillIcon, WarningIcon, SvgWarningOutlineIcon as WarningOutlineIcon, SvgWireNodeIcon as WireNodeIcon, SvgXIcon as XIcon, SvgXYKeyInIcon as XYKeyInIcon, SvgZeroOriginIcon as ZeroOriginIcon, SvgZoomInAltIcon as ZoomInAltIcon, ZoomInIcon, ZoomInThinIcon, SvgZoomOutAltIcon as ZoomOutAltIcon, ZoomOutIcon, ZoomOutThinIcon };
|
|
1234
1246
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|