@ideeza/icons 2.1.5 → 2.1.7
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/v2/general/BillSecureIcon.d.ts +7 -0
- package/dist/icons/v2/general/DownloadArrowIcon.d.ts +7 -0
- package/dist/icons/v2/general/LightningIcon.d.ts +7 -0
- package/dist/icons/v2/general/ProfileCardIcon.d.ts +7 -0
- package/dist/icons/v2/general/ShareLinkIcon.d.ts +7 -0
- package/dist/icons/v2/general/StatisticsIcon.d.ts +7 -0
- package/dist/icons/v2/general/index.d.ts +6 -0
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +13 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBillSecureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBillSecureIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgDownloadArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgDownloadArrowIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgLightningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgLightningIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgProfileCardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgProfileCardIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgShareLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShareLinkIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStatisticsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStatisticsIcon;
|
|
@@ -6,6 +6,7 @@ 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 BillSecureIcon } from "./BillSecureIcon";
|
|
9
10
|
export { default as BoxCrossIcon } from "./BoxCroseIcon";
|
|
10
11
|
export { default as BoxMinusIcons } from "./BoxMinusIcon";
|
|
11
12
|
export { default as BlogIcon } from "./BlogIcon";
|
|
@@ -33,6 +34,7 @@ export { default as DollarCircleInIcon } from "./DollerCircleInIcon";
|
|
|
33
34
|
export { default as DollarCircleOutIcon } from "./DollerCircleOutIcon";
|
|
34
35
|
export { default as DoublePaperIcon } from "./DoublePaperIcon";
|
|
35
36
|
export { default as DownArrowIcon } from "./DownArrowIcon";
|
|
37
|
+
export { default as DownloadArrowIcon } from "./DownloadArrowIcon";
|
|
36
38
|
export { default as EmptyBoxIcon } from "./EmptyBoxIcon";
|
|
37
39
|
export { default as ExitFullScreenIcon } from "./ExitFullScreenIcon";
|
|
38
40
|
export { default as ExpandViewIcon } from "./ExpandViewIcon";
|
|
@@ -54,6 +56,7 @@ export { default as ImageAltIcon } from "./ImageAltIcon";
|
|
|
54
56
|
export { default as JournalIcon } from "./JournalIcon";
|
|
55
57
|
export { default as KeyboardCurveRightArrowIcon } from "./KeyboardCurveRightArrowIcon";
|
|
56
58
|
export { default as KeyboardCurveUptArrowIcon } from "./KeyboardCurveUpIcon";
|
|
59
|
+
export { default as LightningIcon } from "./LightningIcon";
|
|
57
60
|
export { default as LiveActivityIcon } from "./LiveActivityIcon";
|
|
58
61
|
export { default as LocationIcon } from "./LocationIcon";
|
|
59
62
|
export { default as LockAltIcon } from "./LockAltIcon";
|
|
@@ -75,6 +78,7 @@ export { default as PenIcon } from "./PenIcon";
|
|
|
75
78
|
export { default as PlusThinIcon } from "./PlusThinIcon";
|
|
76
79
|
export { default as PrinterIcon } from "./PrinterIcon";
|
|
77
80
|
export { default as PrintQueueIcon } from "./PrintQueueIcon";
|
|
81
|
+
export { default as ProfileCardIcon } from "./ProfileCardIcon";
|
|
78
82
|
export { default as ProfitLossIcon } from "./ProfitLossIcon";
|
|
79
83
|
export { default as ProgressCircleIcon } from "./ProgressCircleIcon";
|
|
80
84
|
export { default as ReferAltIcon } from "./ReferAltIcon";
|
|
@@ -88,10 +92,12 @@ export { default as SendUpIcon } from "./SendUpIcon";
|
|
|
88
92
|
export { default as SettingOutlineIcon } from "./SettingOutlineIcon";
|
|
89
93
|
export { default as ShareForwardIcon } from "./ShareForwardIcon";
|
|
90
94
|
export { default as ShareitIcon } from "./ShareitIcon";
|
|
95
|
+
export { default as ShareLinkIcon } from "./ShareLinkIcon";
|
|
91
96
|
export { default as ShieldIcon } from "./ShieldIcon";
|
|
92
97
|
export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
|
|
93
98
|
export { default as ShieldLockIcon } from "./ShieldLockIcon";
|
|
94
99
|
export { default as SidebarCollapseIcon } from "./SidebarCollapseIcon";
|
|
100
|
+
export { default as StatisticsIcon } from "./StatisticsIcon";
|
|
95
101
|
export { default as SystemHubIcon } from "./SystemHubIcon";
|
|
96
102
|
export { default as TagIcon } from "./TagIcon";
|
|
97
103
|
export { default as TargetBoardIcon } from "./TargetBoardIcon";
|
package/dist/index.cjs
CHANGED
|
@@ -2378,6 +2378,8 @@ const SvgAudioTrackIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.j
|
|
|
2378
2378
|
|
|
2379
2379
|
const SvgBalanceSheetIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2380
2380
|
|
|
2381
|
+
const SvgBillSecureIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2382
|
+
|
|
2381
2383
|
const SvgBoxCroseIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2382
2384
|
|
|
2383
2385
|
const SvgBoxMinusIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsxs("g", { filter: "url(#box-minus-icon_svg__a)", children: [jsxRuntimeExports.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" }), jsxRuntimeExports.jsx("g", { clipPath: "url(#box-minus-icon_svg__b)", children: jsxRuntimeExports.jsx("rect", { width: 12, height: 2.5, x: 7.5, y: 10, fill: "currentColor", rx: 1.25 }) })] }), jsxRuntimeExports.jsxs("defs", { children: [jsxRuntimeExports.jsx("clipPath", { id: "box-minus-icon_svg__b", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M7.5 10h12v3h-12z" }) }), jsxRuntimeExports.jsxs("filter", { id: "box-minus-icon_svg__a", width: 26, height: 25, x: 0.5, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [jsxRuntimeExports.jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsxRuntimeExports.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" }), jsxRuntimeExports.jsx("feOffset", { dy: 1 }), jsxRuntimeExports.jsx("feGaussianBlur", { stdDeviation: 1.5 }), jsxRuntimeExports.jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), jsxRuntimeExports.jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_9559_128452" }), jsxRuntimeExports.jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_9559_128452", result: "shape" })] })] })] }));
|
|
@@ -2432,6 +2434,8 @@ const SvgDoublePaperIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.
|
|
|
2432
2434
|
|
|
2433
2435
|
const SvgDownArrowIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("g", { clipPath: "url(#down-arrow-icon_svg__a)", children: jsxRuntimeExports.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" }) }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "down-arrow-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })] }));
|
|
2434
2436
|
|
|
2437
|
+
const SvgDownloadArrowIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10 12.083V3.75m0 8.333c-.584 0-1.674-1.662-2.084-2.083m2.083 2.083c.584 0 1.674-1.662 2.084-2.083M16.667 13.75c0 2.068-.431 2.5-2.5 2.5H5.834c-2.068 0-2.5-.432-2.5-2.5" })] }));
|
|
2438
|
+
|
|
2435
2439
|
const SvgEmptyBoxIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 21 21", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsxs("g", { clipPath: "url(#empty-box-icon_svg__a)", children: [jsxRuntimeExports.jsx("path", { d: "M.5 4.5a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4h-12a4 4 0 0 1-4-4z" }), jsxRuntimeExports.jsx("path", { d: "M4.5 1h12A3.5 3.5 0 0 1 20 4.5v12a3.5 3.5 0 0 1-3.5 3.5h-12A3.5 3.5 0 0 1 1 16.5v-12A3.5 3.5 0 0 1 4.5 1" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", d: "M4.5 1h12A3.5 3.5 0 0 1 20 4.5v12a3.5 3.5 0 0 1-3.5 3.5h-12A3.5 3.5 0 0 1 1 16.5v-12A3.5 3.5 0 0 1 4.5 1Z" })] }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", d: "M4.5 1h12A3.5 3.5 0 0 1 20 4.5v12a3.5 3.5 0 0 1-3.5 3.5h-12A3.5 3.5 0 0 1 1 16.5v-12A3.5 3.5 0 0 1 4.5 1Z" }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "empty-box-icon_svg__a", children: jsxRuntimeExports.jsx("path", { d: "M.5 4.5a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4h-12a4 4 0 0 1-4-4z" }) }) })] }));
|
|
2436
2440
|
|
|
2437
2441
|
const SvgExitFullScreenIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("g", { clipPath: "url(#exit-full-screen-icon_svg__a)", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M3.6 16.8h3.6v3.6h2.4v-6h-6zm3.6-9.6H3.6v2.4h6v-6H7.2zm7.2 13.2h2.4v-3.6h3.6v-2.4h-6zm2.4-13.2V3.6h-2.4v6h6V7.2z" }) }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "exit-full-screen-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })] }));
|
|
@@ -2474,6 +2478,8 @@ const SvgKeyboardCurveRightArrowIcon = ({ title, titleId, ...props }) => (jsxRun
|
|
|
2474
2478
|
|
|
2475
2479
|
const KeyboardCurveUpIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" })] }));
|
|
2476
2480
|
|
|
2481
|
+
const SvgLightningIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" })] }));
|
|
2482
|
+
|
|
2477
2483
|
const SvgLiveActivityIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2478
2484
|
|
|
2479
2485
|
const SvgLocationIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.233 7.733c0 1.05-.317 2.034-.858 2.859l-4.367 6.791-4.366-6.791a5.18 5.18 0 0 1-.859-2.859A5.237 5.237 0 0 1 10.017 2.5a5.23 5.23 0 0 1 5.233 5.233z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10 10.158a2.375 2.375 0 1 0 0-4.75 2.375 2.375 0 0 0 0 4.75M13.834 17.475H17.5v-6.167M6.167 17.475H2.5v-6.167" })] }));
|
|
@@ -2516,6 +2522,8 @@ const SvgPrinterIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs
|
|
|
2516
2522
|
|
|
2517
2523
|
const SvgPrintQueueIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M20.03 7.46h-3.8v9.09h3.8zM6.44 9.52v-6.5h11.69v.9M18.13 20.08v.9H6.44v-6.5" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, 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" })] }));
|
|
2518
2524
|
|
|
2525
|
+
const SvgProfileCardIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M11.667 7.5H15M11.667 10.417h2.5" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.167 2.5H5.833a4.167 4.167 0 0 0-4.166 4.167v6.666A4.167 4.167 0 0 0 5.833 17.5h8.334a4.167 4.167 0 0 0 4.166-4.167V6.667A4.167 4.167 0 0 0 14.167 2.5Z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.167 13.333c1.006-2.15 4.76-2.292 5.833 0" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M8.75 7.5a1.667 1.667 0 1 1-3.334 0 1.667 1.667 0 0 1 3.334 0Z" })] }));
|
|
2526
|
+
|
|
2519
2527
|
const SvgProfitLossIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2 10c0-3.317 2.683-6 6-6l-.857 1.714M22 14c0 3.317-2.683 6-6 6l.857-1.714M17.25 2.516c1.83-.755 3.442-.504 4.315-.344.249.046.435.29.435.573v6.46c0 .338-.262.59-.56.538-.896-.159-2.443-.355-4.19.365-1.878.775-3.768.92-4.8.888-.256-.008-.45-.25-.45-.54V3.996c0-.333.255-.595.551-.59 1.05.02 2.88-.14 4.699-.89M7.25 13.516c1.83-.755 3.441-.504 4.315-.344.249.046.435.29.435.573v6.46c0 .338-.262.59-.56.538-.896-.159-2.443-.355-4.19.366-1.878.774-3.768.92-4.8.887-.256-.008-.45-.25-.45-.54v-6.461c0-.333.255-.595.551-.59 1.05.02 2.88-.14 4.699-.89" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M17 6.5h.009M7 17.5h.009" })] }));
|
|
2520
2528
|
|
|
2521
2529
|
const SvgProgressCircleIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M10 2.5V5M10 15v2.5M17.5 10H15M5 10H2.5M15.303 4.697l-1.768 1.768M6.465 13.535l-1.768 1.768M15.303 15.303l-1.768-1.768M6.465 6.465 4.697 4.697" })] }));
|
|
@@ -2542,6 +2550,8 @@ const SvgShareForwardIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports
|
|
|
2542
2550
|
|
|
2543
2551
|
const SvgShareitIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4.77 14.82c-.14-.57-.21-1.17-.21-1.78 0-3.39 2.27-6.26 5.37-7.16M17.16 18.41A7.42 7.42 0 0 1 12 20.49c-2 0-3.82-.79-5.16-2.08M14.07 5.88c3.1.9 5.37 3.76 5.37 7.16 0 .61-.07 1.21-.21 1.78" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M13.08 3.51h-2.15a1 1 0 0 0-1 1v2.15a1 1 0 0 0 1 1h2.15a1 1 0 0 0 1-1V4.51a1 1 0 0 0-1-1ZM3.217 16.863l1.075 1.862a1 1 0 0 0 1.366.366l1.862-1.075a1 1 0 0 0 .366-1.366l-1.075-1.862a1 1 0 0 0-1.366-.366l-1.862 1.075a1 1 0 0 0-.366 1.366ZM19.703 18.729l1.075-1.863a1 1 0 0 0-.366-1.365l-1.862-1.075a1 1 0 0 0-1.366.365l-1.075 1.863a1 1 0 0 0 .366 1.366l1.862 1.075a1 1 0 0 0 1.366-.366Z" })] }));
|
|
2544
2552
|
|
|
2553
|
+
const SvgShareLinkIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.1 3c-3.65.007-5.56.096-6.782 1.318C3 5.636 3 7.757 3 12s0 6.364 1.318 7.682S7.758 21 12 21s6.364 0 7.683-1.318c1.22-1.221 1.31-3.133 1.317-6.782" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M21.071 4.032a.75.75 0 1 0-1.058-1.063l.53.531zm-10.6 8.437a.75.75 0 0 0 1.058 1.063L11 13zm9.558-9.242-.131.739zm-4.03-.977A.75.75 0 0 0 16 3.75v-1.5M20.25 8a.75.75 0 0 0 1.5 0h-1.5m.523-4.028.739-.13zm-.23-.472-.53-.531-9.542 9.5L11 13l.53.531 9.541-9.5zm-.514-.273.13-.738c-.7-.125-1.757-.182-2.6-.21a54 54 0 0 0-1.55-.029H16v1.5h.029l.41.003c.274.004.652.01 1.069.025.85.028 1.807.084 2.39.188zM21 8h.75v-.125a51 51 0 0 0-.029-1.433c-.028-.843-.085-1.9-.21-2.6l-.738.13-.739.13c.104.583.16 1.54.188 2.39a53 53 0 0 1 .028 1.392V8zm-.971-4.773-.131.739c.05.009.078.027.093.043a.17.17 0 0 1 .043.093l.739-.13.739-.13a1.65 1.65 0 0 0-1.353-1.353z" })] }));
|
|
2554
|
+
|
|
2545
2555
|
const SvgShieldIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M21 11.183V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a24.6 24.6 0 0 1-3.229-1.173C13.023 2.266 12.424 2 12 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.229 1.173-1.827.52-2.74.78-3.145 1.314C3 5.82 3 6.64 3 8.28v2.903c0 5.625 5.063 9 7.594 10.336.607.32.91.481 1.406.481s.799-.16 1.406-.48C15.937 20.182 21 16.807 21 11.182Z" })] }));
|
|
2546
2556
|
|
|
2547
2557
|
const SvgShieldKeyIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 36 36", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m18 1.5 12.326 2.739A1.5 1.5 0 0 1 31.5 5.703v14.98a9 9 0 0 1-4.008 7.489L18 34.5l-9.492-6.328A9 9 0 0 1 4.5 20.685V5.703a1.5 1.5 0 0 1 1.175-1.464zm0 3.074L7.5 6.906v13.778a6 6 0 0 0 2.672 4.991L18 30.896l7.828-5.22a6 6 0 0 0 2.672-4.99V6.906L18 4.575zm0 5.926a3 3 0 0 1 1.502 5.598L19.5 22.5h-3v-6.402A3 3 0 0 1 18 10.5" })] }));
|
|
@@ -2550,6 +2560,8 @@ const SvgShieldLockIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.j
|
|
|
2550
2560
|
|
|
2551
2561
|
const SvgSidebarCollapseIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2552
2562
|
|
|
2563
|
+
const SvgStatisticsIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2564
|
+
|
|
2553
2565
|
const SvgSystemHubIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
|
|
2554
2566
|
|
|
2555
2567
|
const SvgTagIcon$1 = ({ title, titleId, ...props }) => (jsxRuntimeExports.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 ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsxs("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#tag-icon_svg__a)", children: [jsxRuntimeExports.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M14.583 4.167a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5" }), jsxRuntimeExports.jsx("path", { d: "M2.312 9.287c-.836.933-.854 2.342-.087 3.333a28.3 28.3 0 0 0 5.156 5.155c.99.767 2.4.75 3.333-.087a77 77 0 0 0 7.096-7.248c.222-.258.36-.574.391-.912.138-1.496.42-5.807-.75-6.978-1.171-1.171-5.482-.888-6.979-.751-.338.031-.654.17-.912.391a77 77 0 0 0-7.248 7.097Z" }), jsxRuntimeExports.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m5.833 11.667 2.5 2.5" })] }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "tag-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
|
|
@@ -2650,6 +2662,7 @@ exports.BagWithTimeIcon = BagWithTimeIcon;
|
|
|
2650
2662
|
exports.BalanceSheetIcon = SvgBalanceSheetIcon;
|
|
2651
2663
|
exports.BellIcon = SvgBellIcon;
|
|
2652
2664
|
exports.BezierCurveIcon = SvgBezierCurveIcon;
|
|
2665
|
+
exports.BillSecureIcon = SvgBillSecureIcon;
|
|
2653
2666
|
exports.BlockIcon = BlockIcon;
|
|
2654
2667
|
exports.BlogIcon = SvgBlogIcon;
|
|
2655
2668
|
exports.BlubFillIcon = BlubFillIcon;
|
|
@@ -2782,6 +2795,7 @@ exports.DoubleSettingIcon = DoubleSettingIcon;
|
|
|
2782
2795
|
exports.DownArrowIcon = SvgDownArrowIcon;
|
|
2783
2796
|
exports.DownTipIcon = DownTipIcon;
|
|
2784
2797
|
exports.DownloadAltIcon = DownloadAltIcon;
|
|
2798
|
+
exports.DownloadArrowIcon = SvgDownloadArrowIcon;
|
|
2785
2799
|
exports.DownloadIcon = DownloadIcon;
|
|
2786
2800
|
exports.DragComponentIcon = SvgDragComponentIcon;
|
|
2787
2801
|
exports.DrcIcon = SvgDrcIcon;
|
|
@@ -2893,6 +2907,7 @@ exports.KeyboardCurveUptArrowIcon = KeyboardCurveUpIcon;
|
|
|
2893
2907
|
exports.KeyboardUpDownIcon = KeyboardUpDownIcon;
|
|
2894
2908
|
exports.LabelIcon = SvgLabelIcon;
|
|
2895
2909
|
exports.LeftIcon = SvgLeftIcon;
|
|
2910
|
+
exports.LightningIcon = SvgLightningIcon;
|
|
2896
2911
|
exports.LineIcon = SvgLineIcon;
|
|
2897
2912
|
exports.LinearPatternIcon = SvgLinearPatternIcon;
|
|
2898
2913
|
exports.LinkAltIcon = SvgLinkAltIcon;
|
|
@@ -3000,6 +3015,7 @@ exports.PortIcon = SvgPortIcon;
|
|
|
3000
3015
|
exports.PrintQueueIcon = SvgPrintQueueIcon;
|
|
3001
3016
|
exports.PrinterIcon = SvgPrinterIcon;
|
|
3002
3017
|
exports.ProductIcon = ProductIcon;
|
|
3018
|
+
exports.ProfileCardIcon = SvgProfileCardIcon;
|
|
3003
3019
|
exports.ProfitLossIcon = SvgProfitLossIcon;
|
|
3004
3020
|
exports.ProgressCircleIcon = SvgProgressCircleIcon;
|
|
3005
3021
|
exports.ProjectCreateIcon = ProjectCreateIcon;
|
|
@@ -3076,6 +3092,7 @@ exports.SettingsApplicationIcon = SettingsApplicationIcon;
|
|
|
3076
3092
|
exports.ShareAltIcon = ShareAltIcon;
|
|
3077
3093
|
exports.ShareForwardIcon = SvgShareForwardIcon;
|
|
3078
3094
|
exports.ShareIcon = ShareIcon;
|
|
3095
|
+
exports.ShareLinkIcon = SvgShareLinkIcon;
|
|
3079
3096
|
exports.ShareitIcon = SvgShareitIcon;
|
|
3080
3097
|
exports.SheetMetalIcom = SvgSheetMetalIcom;
|
|
3081
3098
|
exports.ShellIcon = SvgShellIcon;
|
|
@@ -3097,6 +3114,7 @@ exports.SphereBoltIcon = SvgSphereBoltIcon;
|
|
|
3097
3114
|
exports.SphereIcon = SvgSphereIcon;
|
|
3098
3115
|
exports.SplitAltIcon = SvgSplitAltIcon;
|
|
3099
3116
|
exports.SplitIcon = SvgSplitIcon;
|
|
3117
|
+
exports.StatisticsIcon = SvgStatisticsIcon;
|
|
3100
3118
|
exports.StickyNoteIcon = StickyNoteIcon;
|
|
3101
3119
|
exports.StopOutlineIcon = StopOutlineIcon;
|
|
3102
3120
|
exports.StrechIcon = SvgStrechIcon;
|