@ideeza/icons 2.1.8 → 2.2.0
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/DotsGridIcon.d.ts +7 -0
- package/dist/icons/v2/general/GraduationCapIcon.d.ts +7 -0
- package/dist/icons/v2/general/LabFlaskIcon.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 +8 -0
- package/dist/index.cjs +24 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +17 -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 SvgDotsGridIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgDotsGridIcon;
|
|
@@ -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 SvgLabFlaskIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgLabFlaskIcon;
|
|
@@ -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";
|
|
@@ -32,6 +34,7 @@ export { default as DoubleCheckIcon } from "./DoubleCheckIcon";
|
|
|
32
34
|
export { default as DollarBagAltIcon } from "./DollerBagAltIcon";
|
|
33
35
|
export { default as DollarCircleInIcon } from "./DollerCircleInIcon";
|
|
34
36
|
export { default as DollarCircleOutIcon } from "./DollerCircleOutIcon";
|
|
37
|
+
export { default as DotsGridIcon } from "./DotsGridIcon";
|
|
35
38
|
export { default as DoublePaperIcon } from "./DoublePaperIcon";
|
|
36
39
|
export { default as DownArrowIcon } from "./DownArrowIcon";
|
|
37
40
|
export { default as DownloadArrowIcon } from "./DownloadArrowIcon";
|
|
@@ -50,12 +53,14 @@ export { default as FormIcon } from "./FormIcon";
|
|
|
50
53
|
export { default as ForwardAltIcon } from "./ForwordAltIcon";
|
|
51
54
|
export { default as GiftBoxIcon } from "./GiftBoxIcon";
|
|
52
55
|
export { default as GlobalIcon } from "./GlobalIcon";
|
|
56
|
+
export { default as GraduationCapIcon } from "./GraduationCapIcon";
|
|
53
57
|
export { default as HappyFaceIcon } from "./HappyFaceIcon";
|
|
54
58
|
export { default as HomeIcon } from "./HomeIcon";
|
|
55
59
|
export { default as ImageAltIcon } from "./ImageAltIcon";
|
|
56
60
|
export { default as JournalIcon } from "./JournalIcon";
|
|
57
61
|
export { default as KeyboardCurveRightArrowIcon } from "./KeyboardCurveRightArrowIcon";
|
|
58
62
|
export { default as KeyboardCurveUptArrowIcon } from "./KeyboardCurveUpIcon";
|
|
63
|
+
export { default as LabFlaskIcon } from "./LabFlaskIcon";
|
|
59
64
|
export { default as LightningIcon } from "./LightningIcon";
|
|
60
65
|
export { default as LiveActivityIcon } from "./LiveActivityIcon";
|
|
61
66
|
export { default as LocationIcon } from "./LocationIcon";
|
|
@@ -75,6 +80,7 @@ export { default as PawStationIcon } from "./PawStationIcon";
|
|
|
75
80
|
export { default as PayRollIcon } from "./PayRollIcon";
|
|
76
81
|
export { default as PcbIcon } from "./PcbIcon";
|
|
77
82
|
export { default as PenIcon } from "./PenIcon";
|
|
83
|
+
export { default as PinTaskIcon } from "./PinTaskIcon";
|
|
78
84
|
export { default as PlusThinIcon } from "./PlusThinIcon";
|
|
79
85
|
export { default as PrinterIcon } from "./PrinterIcon";
|
|
80
86
|
export { default as PrintQueueIcon } from "./PrintQueueIcon";
|
|
@@ -97,6 +103,8 @@ export { default as ShieldIcon } from "./ShieldIcon";
|
|
|
97
103
|
export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
|
|
98
104
|
export { default as ShieldLockIcon } from "./ShieldLockIcon";
|
|
99
105
|
export { default as SidebarCollapseIcon } from "./SidebarCollapseIcon";
|
|
106
|
+
export { default as StarFillIcon } from "./StarFillIcon";
|
|
107
|
+
export { default as StarOutlineIcon } from "./StarOutlineIcon";
|
|
100
108
|
export { default as StatisticsIcon } from "./StatisticsIcon";
|
|
101
109
|
export { default as SystemHubIcon } from "./SystemHubIcon";
|
|
102
110
|
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" })] })] })] }));
|
|
@@ -1054,6 +1058,8 @@ const SvgDollerCircleInIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs
|
|
|
1054
1058
|
|
|
1055
1059
|
const SvgDollerCircleOutIcon = ({ 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: "M14 2.2q-.97-.198-2-.2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10q-.002-1.03-.2-2" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 9c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5 2 .672 2 1.5-.895 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1M12 9V8m0 7c-.87 0-1.612-.417-1.886-1M12 15v1" }), jsxRuntime.jsx("path", { fill: "currentColor", d: "M22.07 3.033a.75.75 0 0 0-1.056-1.066l.528.533zm-5.598 3.434a.75.75 0 0 0 1.056 1.066L17 7zm4.556-4.24-.13.738zm.745.744.738-.13zM17.51 1.254a.75.75 0 1 0-.02 1.5l.01-.75zm3.736 5.256a.75.75 0 0 0 1.5-.02l-.75.01zm.296-4.01-.528-.533-4.542 4.5L17 7l.528.533 4.542-4.5zm-.514-.273-.13.738c.05.01.078.028.093.044a.17.17 0 0 1 .043.093l.739-.13.738-.131a1.65 1.65 0 0 0-1.352-1.353zm0 0 .131-.739c-1.015-.18-2.812-.223-3.649-.234l-.01.75-.01.75c.867.012 2.536.057 3.408.211zm.968 4.273.75-.01c-.012-.837-.055-2.635-.235-3.65l-.738.131-.739.131c.155.872.2 2.54.212 3.408z" })] }));
|
|
1056
1060
|
|
|
1061
|
+
const SvgDotsGridIcon = ({ 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", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.667 5h.005m-.005 5h.005m-.005 5h.005m6.656-10h.005m-.005 5h.005m-.005 5h.005" })] }));
|
|
1062
|
+
|
|
1057
1063
|
const SvgDoublePaperIcon = ({ 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.jsxs("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#double-paper-icon_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinejoin: "round", d: "m13.83 17.249-2.038.54c-1.885.499-2.828.748-3.567.34-.739-.41-.985-1.317-1.477-3.133l-1.219-4.492c-.492-1.815-.738-2.723-.305-3.442S6.6 6.093 8.485 5.594l3.334-.883c1.886-.499 2.829-.749 3.567-.34.74.41.985 1.317 1.478 3.132l1.223 4.51c.21.773.314 1.159.199 1.522m-4.456 3.714c.626-.166.631-.169 1.119-.587l2.286-1.962c.624-.535.936-.802 1.05-1.165m-4.455 3.714s.49-3.828 1.587-4.332c1.244-.573 2.869.618 2.869.618" }), jsxRuntime.jsx("path", { d: "M14.167 4.167c-.054-.894-.203-1.457-.627-1.86-.65-.62-1.692-.622-3.777-.628l-3.685-.011c-2.085-.007-3.128-.01-3.773.605-.646.615-.643 1.607-.637 3.591l.015 4.911c.006 1.985.009 2.977.659 3.595s1.692.622 3.777.628l.567.002" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "double-paper-icon_svg__a", children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
|
|
1058
1064
|
|
|
1059
1065
|
const SvgDownArrowIcon = ({ 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("g", { clipPath: "url(#down-arrow-icon_svg__a)", children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M17.402 9.739V19H8.148l-.014-2.06h5.71L6.323 9.412 7.82 7.913l7.522 7.529-.015-5.703z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "down-arrow-icon_svg__a", children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })] }));
|
|
@@ -1090,6 +1096,8 @@ const SvgGiftBoxIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg",
|
|
|
1090
1096
|
|
|
1091
1097
|
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
1098
|
|
|
1099
|
+
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" })] }));
|
|
1100
|
+
|
|
1093
1101
|
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
1102
|
|
|
1095
1103
|
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" })] }));
|
|
@@ -1102,6 +1110,8 @@ const SvgKeyboardCurveRightArrowIcon = ({ title, titleId, ...props }) => (jsxRun
|
|
|
1102
1110
|
|
|
1103
1111
|
const KeyboardCurveUpIcon = ({ 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: "M20.737 17.737a8712 8712 0 0 0-6.833-7.196 3 3 0 0 0-4.34-.005 5316 5316 0 0 1-6.827 7.13" })] }));
|
|
1104
1112
|
|
|
1113
|
+
const SvgLabFlaskIcon = ({ 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: "M14.54 2v2.486c0 1.748 0 2.622.215 3.461.213.84.633 1.61 1.472 3.15l1.136 2.088c2.138 3.926 3.207 5.89 2.33 7.345l-.014.022C18.79 22 16.526 22 12 22s-6.79 0-7.68-1.448l-.013-.022c-.877-1.455.192-3.419 2.33-7.345l1.136-2.088c.84-1.54 1.258-2.31 1.472-3.15s.214-1.713.214-3.46V2" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 16.002 9.009 16M15 18.002l.009-.002" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8 2h8" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M7.5 11.556c1-1.153 2.6-.322 4.5.762 2.5 1.426 4 .332 4.5-.703" })] }));
|
|
1114
|
+
|
|
1105
1115
|
const SvgLightningIcon = ({ 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", strokeLinejoin: "round", strokeWidth: 2, d: "M18.282 3.337 9.59 14.735h3.815l-3.873 9.917 8.936-12.309-4.013-.07zM9.66 4.258l.863 1.925M6.078 6.86l1.564 1.412M3.862 10.698l2.006.654M3.395 15.108l2.1-.221M4.772 19.32l1.82-1.05M16.217 24.418l-.444-2.053M20.265 22.622l-1.237-1.704M23.228 19.32l-1.82-1.05M24.605 15.108l-2.1-.221M24.138 10.698l-2.006.654M21.922 6.86l-1.564 1.412" })] }));
|
|
1106
1116
|
|
|
1107
1117
|
const SvgLiveActivityIcon = ({ 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: "M19.13 12a8.12 8.12 0 0 1-8.12 8.12c-4.49 0-8.12-3.63-8.12-8.12s3.63-8.12 8.12-8.12" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M17.15 8.04h3.96v1.98c0 1.09-.89 1.98-1.98 1.98s-1.98-.89-1.98-1.98zM17.8 8.04V6.56M20.46 8.04V6.56M15.28 4.41l-9.76 7.15 4.31-.32-1.38 5.34 6.27-5.98-2.71-.05z" })] }));
|
|
@@ -1140,6 +1150,8 @@ const SvgPcbIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("svg", { x
|
|
|
1140
1150
|
|
|
1141
1151
|
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
1152
|
|
|
1153
|
+
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" })] }));
|
|
1154
|
+
|
|
1143
1155
|
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
1156
|
|
|
1145
1157
|
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 +1196,10 @@ const SvgShieldLockIcon = ({ title, titleId, ...props }) => (jsxRuntime.jsxs("sv
|
|
|
1184
1196
|
|
|
1185
1197
|
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
1198
|
|
|
1199
|
+
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" })] }));
|
|
1200
|
+
|
|
1201
|
+
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" })] }));
|
|
1202
|
+
|
|
1187
1203
|
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
1204
|
|
|
1189
1205
|
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 +1300,12 @@ exports.BackwordIcon = BackwordIcon;
|
|
|
1284
1300
|
exports.BagIcon = BagIcon;
|
|
1285
1301
|
exports.BagWithTimeIcon = BagWithTimeIcon;
|
|
1286
1302
|
exports.BalanceSheetIcon = SvgBalanceSheetIcon;
|
|
1303
|
+
exports.BankIcon = SvgBankIcon;
|
|
1287
1304
|
exports.BellIcon = SvgBellIcon;
|
|
1288
1305
|
exports.BezierCurveIcon = SvgBezierCurveIcon;
|
|
1289
1306
|
exports.BillSecureIcon = SvgBillSecureIcon;
|
|
1290
1307
|
exports.BlockIcon = BlockIcon;
|
|
1308
|
+
exports.BlockedSealIcon = SvgBlockedSealIcon;
|
|
1291
1309
|
exports.BlogIcon = SvgBlogIcon;
|
|
1292
1310
|
exports.BlubFillIcon = BlubFillIcon;
|
|
1293
1311
|
exports.BoardDimensionIcon = SvgBoardDimensionIcon;
|
|
@@ -1412,6 +1430,7 @@ exports.DollarCircleIcon = SvgDollarCircleIcon;
|
|
|
1412
1430
|
exports.DollarCircleInIcon = SvgDollerCircleInIcon;
|
|
1413
1431
|
exports.DollarCircleOutIcon = SvgDollerCircleOutIcon;
|
|
1414
1432
|
exports.DoneAllIcon = DoneAllIcon;
|
|
1433
|
+
exports.DotsGridIcon = SvgDotsGridIcon;
|
|
1415
1434
|
exports.DoubleCheckIcon = SvgDoubleCheckIcon;
|
|
1416
1435
|
exports.DoublePaperIcon = SvgDoublePaperIcon;
|
|
1417
1436
|
exports.DoublePlayIcon = SvgDoublePlayIcon;
|
|
@@ -1487,6 +1506,7 @@ exports.GearOutlineIcon = GearOutlineIcon;
|
|
|
1487
1506
|
exports.GiftBoxIcon = SvgGiftBoxIcon;
|
|
1488
1507
|
exports.GlobalIcon = SvgGlobalIcon;
|
|
1489
1508
|
exports.GndIcon = SvgGndIcon;
|
|
1509
|
+
exports.GraduationCapIcon = SvgGraduationCapIcon;
|
|
1490
1510
|
exports.Grid4By4Icon = Grid4By4Icon;
|
|
1491
1511
|
exports.GridCompactIcon = GridCompactIcon;
|
|
1492
1512
|
exports.GridOffIcon = GridOffIcon;
|
|
@@ -1529,6 +1549,7 @@ exports.KeyboardArrowUpAltIcon = KeyboardArrowUpAltIcon;
|
|
|
1529
1549
|
exports.KeyboardCurveRightArrowIcon = SvgKeyboardCurveRightArrowIcon;
|
|
1530
1550
|
exports.KeyboardCurveUptArrowIcon = KeyboardCurveUpIcon;
|
|
1531
1551
|
exports.KeyboardUpDownIcon = KeyboardUpDownIcon;
|
|
1552
|
+
exports.LabFlaskIcon = SvgLabFlaskIcon;
|
|
1532
1553
|
exports.LabelIcon = SvgLabelIcon;
|
|
1533
1554
|
exports.LeftIcon = SvgLeftIcon;
|
|
1534
1555
|
exports.LightningIcon = SvgLightningIcon;
|
|
@@ -1622,6 +1643,7 @@ exports.PerpendicularIcon = SvgPerpendicularIcon;
|
|
|
1622
1643
|
exports.PersonBookIcon = PersonBookIcon;
|
|
1623
1644
|
exports.PersonRemoveIcon = PersonRemoveIcon;
|
|
1624
1645
|
exports.PinSwapIcon = SvgPinSwapIcon;
|
|
1646
|
+
exports.PinTaskIcon = SvgPinTaskIcon;
|
|
1625
1647
|
exports.PlaneIcon = SvgPlaneIcon;
|
|
1626
1648
|
exports.PlayArrowIcon = PlayArrowIcon;
|
|
1627
1649
|
exports.PlaySkipBackIcon = SvgPlaySkipBackIcon;
|
|
@@ -1738,6 +1760,8 @@ exports.SphereBoltIcon = SvgSphereBoltIcon;
|
|
|
1738
1760
|
exports.SphereIcon = SvgSphereIcon;
|
|
1739
1761
|
exports.SplitAltIcon = SvgSplitAltIcon;
|
|
1740
1762
|
exports.SplitIcon = SvgSplitIcon;
|
|
1763
|
+
exports.StarFillIcon = SvgStarFillIcon;
|
|
1764
|
+
exports.StarOutlineIcon = SvgStarOutlineIcon;
|
|
1741
1765
|
exports.StatisticsIcon = SvgStatisticsIcon;
|
|
1742
1766
|
exports.StickyNoteIcon = StickyNoteIcon;
|
|
1743
1767
|
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" })] })] })] }));
|
|
@@ -1052,6 +1056,8 @@ const SvgDollerCircleInIcon = ({ title, titleId, ...props }) => (jsxs("svg", { x
|
|
|
1052
1056
|
|
|
1053
1057
|
const SvgDollerCircleOutIcon = ({ 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: "M14 2.2q-.97-.198-2-.2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10q-.002-1.03-.2-2" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 9c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5 2 .672 2 1.5-.895 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1M12 9V8m0 7c-.87 0-1.612-.417-1.886-1M12 15v1" }), jsx("path", { fill: "currentColor", d: "M22.07 3.033a.75.75 0 0 0-1.056-1.066l.528.533zm-5.598 3.434a.75.75 0 0 0 1.056 1.066L17 7zm4.556-4.24-.13.738zm.745.744.738-.13zM17.51 1.254a.75.75 0 1 0-.02 1.5l.01-.75zm3.736 5.256a.75.75 0 0 0 1.5-.02l-.75.01zm.296-4.01-.528-.533-4.542 4.5L17 7l.528.533 4.542-4.5zm-.514-.273-.13.738c.05.01.078.028.093.044a.17.17 0 0 1 .043.093l.739-.13.738-.131a1.65 1.65 0 0 0-1.352-1.353zm0 0 .131-.739c-1.015-.18-2.812-.223-3.649-.234l-.01.75-.01.75c.867.012 2.536.057 3.408.211zm.968 4.273.75-.01c-.012-.837-.055-2.635-.235-3.65l-.738.131-.739.131c.155.872.2 2.54.212 3.408z" })] }));
|
|
1054
1058
|
|
|
1059
|
+
const SvgDotsGridIcon = ({ 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", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.667 5h.005m-.005 5h.005m-.005 5h.005m6.656-10h.005m-.005 5h.005m-.005 5h.005" })] }));
|
|
1060
|
+
|
|
1055
1061
|
const SvgDoublePaperIcon = ({ 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, jsxs("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#double-paper-icon_svg__a)", children: [jsx("path", { strokeLinejoin: "round", d: "m13.83 17.249-2.038.54c-1.885.499-2.828.748-3.567.34-.739-.41-.985-1.317-1.477-3.133l-1.219-4.492c-.492-1.815-.738-2.723-.305-3.442S6.6 6.093 8.485 5.594l3.334-.883c1.886-.499 2.829-.749 3.567-.34.74.41.985 1.317 1.478 3.132l1.223 4.51c.21.773.314 1.159.199 1.522m-4.456 3.714c.626-.166.631-.169 1.119-.587l2.286-1.962c.624-.535.936-.802 1.05-1.165m-4.455 3.714s.49-3.828 1.587-4.332c1.244-.573 2.869.618 2.869.618" }), jsx("path", { d: "M14.167 4.167c-.054-.894-.203-1.457-.627-1.86-.65-.62-1.692-.622-3.777-.628l-3.685-.011c-2.085-.007-3.128-.01-3.773.605-.646.615-.643 1.607-.637 3.591l.015 4.911c.006 1.985.009 2.977.659 3.595s1.692.622 3.777.628l.567.002" })] }), jsx("defs", { children: jsx("clipPath", { id: "double-paper-icon_svg__a", children: jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
|
|
1056
1062
|
|
|
1057
1063
|
const SvgDownArrowIcon = ({ 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("g", { clipPath: "url(#down-arrow-icon_svg__a)", children: jsx("path", { fill: "currentColor", d: "M17.402 9.739V19H8.148l-.014-2.06h5.71L6.323 9.412 7.82 7.913l7.522 7.529-.015-5.703z" }) }), jsx("defs", { children: jsx("clipPath", { id: "down-arrow-icon_svg__a", children: jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })] }));
|
|
@@ -1088,6 +1094,8 @@ const SvgGiftBoxIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "
|
|
|
1088
1094
|
|
|
1089
1095
|
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
1096
|
|
|
1097
|
+
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" })] }));
|
|
1098
|
+
|
|
1091
1099
|
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
1100
|
|
|
1093
1101
|
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" })] }));
|
|
@@ -1100,6 +1108,8 @@ const SvgKeyboardCurveRightArrowIcon = ({ title, titleId, ...props }) => (jsxs("
|
|
|
1100
1108
|
|
|
1101
1109
|
const KeyboardCurveUpIcon = ({ 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: "M20.737 17.737a8712 8712 0 0 0-6.833-7.196 3 3 0 0 0-4.34-.005 5316 5316 0 0 1-6.827 7.13" })] }));
|
|
1102
1110
|
|
|
1111
|
+
const SvgLabFlaskIcon = ({ 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: "M14.54 2v2.486c0 1.748 0 2.622.215 3.461.213.84.633 1.61 1.472 3.15l1.136 2.088c2.138 3.926 3.207 5.89 2.33 7.345l-.014.022C18.79 22 16.526 22 12 22s-6.79 0-7.68-1.448l-.013-.022c-.877-1.455.192-3.419 2.33-7.345l1.136-2.088c.84-1.54 1.258-2.31 1.472-3.15s.214-1.713.214-3.46V2" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 16.002 9.009 16M15 18.002l.009-.002" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8 2h8" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M7.5 11.556c1-1.153 2.6-.322 4.5.762 2.5 1.426 4 .332 4.5-.703" })] }));
|
|
1112
|
+
|
|
1103
1113
|
const SvgLightningIcon = ({ 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", strokeLinejoin: "round", strokeWidth: 2, d: "M18.282 3.337 9.59 14.735h3.815l-3.873 9.917 8.936-12.309-4.013-.07zM9.66 4.258l.863 1.925M6.078 6.86l1.564 1.412M3.862 10.698l2.006.654M3.395 15.108l2.1-.221M4.772 19.32l1.82-1.05M16.217 24.418l-.444-2.053M20.265 22.622l-1.237-1.704M23.228 19.32l-1.82-1.05M24.605 15.108l-2.1-.221M24.138 10.698l-2.006.654M21.922 6.86l-1.564 1.412" })] }));
|
|
1104
1114
|
|
|
1105
1115
|
const SvgLiveActivityIcon = ({ 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: "M19.13 12a8.12 8.12 0 0 1-8.12 8.12c-4.49 0-8.12-3.63-8.12-8.12s3.63-8.12 8.12-8.12" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M17.15 8.04h3.96v1.98c0 1.09-.89 1.98-1.98 1.98s-1.98-.89-1.98-1.98zM17.8 8.04V6.56M20.46 8.04V6.56M15.28 4.41l-9.76 7.15 4.31-.32-1.38 5.34 6.27-5.98-2.71-.05z" })] }));
|
|
@@ -1138,6 +1148,8 @@ const SvgPcbIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns: "http
|
|
|
1138
1148
|
|
|
1139
1149
|
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
1150
|
|
|
1151
|
+
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" })] }));
|
|
1152
|
+
|
|
1141
1153
|
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
1154
|
|
|
1143
1155
|
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 +1194,10 @@ const SvgShieldLockIcon = ({ title, titleId, ...props }) => (jsxs("svg", { xmlns
|
|
|
1182
1194
|
|
|
1183
1195
|
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
1196
|
|
|
1197
|
+
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" })] }));
|
|
1198
|
+
|
|
1199
|
+
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" })] }));
|
|
1200
|
+
|
|
1185
1201
|
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
1202
|
|
|
1187
1203
|
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 +1246,5 @@ const SvgWarningOutlineIcon = ({ title, titleId, ...props }) => (jsxs("svg", { x
|
|
|
1230
1246
|
|
|
1231
1247
|
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
1248
|
|
|
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 };
|
|
1249
|
+
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, SvgDotsGridIcon as DotsGridIcon, 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, SvgLabFlaskIcon as LabFlaskIcon, 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
1250
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|