@ideeza/icons 2.1.2 → 2.1.4

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.
Files changed (35) hide show
  1. package/dist/icons/v2/general/AnalyticsIcon.d.ts +7 -0
  2. package/dist/icons/v2/general/ArrowAltRightIcon.d.ts +7 -0
  3. package/dist/icons/v2/general/BalanceSheetIcon.d.ts +7 -0
  4. package/dist/icons/v2/general/CardHistoryIcon.d.ts +7 -0
  5. package/dist/icons/v2/general/CheckListIcon.d.ts +7 -0
  6. package/dist/icons/v2/general/CoinStackIcon.d.ts +7 -0
  7. package/dist/icons/v2/general/DbIcon.d.ts +7 -0
  8. package/dist/icons/v2/general/DollerBagAltIcon.d.ts +7 -0
  9. package/dist/icons/v2/general/DollerCircleInIcon.d.ts +7 -0
  10. package/dist/icons/v2/general/DollerCircleOutIcon.d.ts +7 -0
  11. package/dist/icons/v2/general/DownArrowIcon.d.ts +7 -0
  12. package/dist/icons/v2/general/ExitFullScreenIcon.d.ts +7 -0
  13. package/dist/icons/v2/general/FinanceIcon.d.ts +7 -0
  14. package/dist/icons/v2/general/FocusCircleIcon.d.ts +7 -0
  15. package/dist/icons/v2/general/GiftBoxIcon.d.ts +7 -0
  16. package/dist/icons/v2/general/GlobalIcon.d.ts +7 -0
  17. package/dist/icons/v2/general/JournalIcon.d.ts +7 -0
  18. package/dist/icons/v2/general/LiveActivityIcon.d.ts +7 -0
  19. package/dist/icons/v2/general/LocationIcon.d.ts +7 -0
  20. package/dist/icons/v2/general/MemberTreeIcon.d.ts +7 -0
  21. package/dist/icons/v2/general/NftCoinIcon.d.ts +7 -0
  22. package/dist/icons/v2/general/ProfitLossIcon.d.ts +7 -0
  23. package/dist/icons/v2/general/ProgressCircleIcon.d.ts +7 -0
  24. package/dist/icons/v2/general/RefForwardIcon.d.ts +7 -0
  25. package/dist/icons/v2/general/SandOfTimeAltIcon.d.ts +7 -0
  26. package/dist/icons/v2/general/SelectVisiblePartAltIcon.d.ts +7 -0
  27. package/dist/icons/v2/general/ShareForwardIcon.d.ts +7 -0
  28. package/dist/icons/v2/general/TeamIcon.d.ts +7 -0
  29. package/dist/icons/v2/general/UpArrowIcon.d.ts +7 -0
  30. package/dist/icons/v2/general/index.d.ts +29 -0
  31. package/dist/index.cjs +87 -0
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.esm.js +59 -1
  34. package/dist/index.esm.js.map +1 -1
  35. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -2360,6 +2360,10 @@ const TwitterIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("s
2360
2360
 
2361
2361
  const SvgXIcon = ({ 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", d: "M16.728 2.088H7.296A5.116 5.116 0 0 0 2.184 7.2v9.888A5.116 5.116 0 0 0 7.296 22.2h9.456a5.116 5.116 0 0 0 5.112-5.112V7.176a5.13 5.13 0 0 0-5.136-5.088m1.704 16.704h-3.696c-.024 0-.048 0-.048-.024l-3.456-5.016h-.024q-2.088 2.412-4.104 4.752c-.072.096-.168.168-.24.24-.024.024-.048.024-.072.024H5.784c-.024 0-.048 0-.024-.024l4.92-5.712q.036-.036 0-.072L5.784 5.832v-.024h3.72c.024 0 .024 0 .048.024l3.264 4.728h.024l4.056-4.728c.024-.024.048-.024.072-.024h1.008c.048 0 .048.024.024.048l-4.656 5.4q-.036.036 0 .072l5.112 7.44s0 .024-.024.024" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M9.071 6.672H7.463c-.024 0-.024.024-.024.048l7.729 11.208h1.608c.023 0 .023-.024.023-.048z" })] }));
2362
2362
 
2363
+ const SvgAnalyticsIcon = ({ 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: "M3 20S6.712 5.217 6.528 5.734c-.184.518 4.643 9.39 4.643 9.39L21 4" })] }));
2364
+
2365
+ const SvgArrowAltRightIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 16 16", "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.8, d: "m9.22 12.731 3.584-3.385c.832-.787.833-2.11.003-2.9a2732 2732 0 0 1-3.548-3.38" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12.922 8.006H2.332" })] }));
2366
+
2363
2367
  const SvgArrowDownFillIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M19.093 8.195a1 1 0 0 1 .212 1.398 53.178 53.178 0 0 1-2.457 3.063c-.663.762-1.397 1.55-2.082 2.156-.341.302-.694.58-1.039.787-.316.19-.751.401-1.228.401-.476 0-.91-.21-1.228-.401a7.4 7.4 0 0 1-1.038-.787c-.686-.606-1.42-1.394-2.082-2.156a53 53 0 0 1-2.457-3.063A1 1 0 0 1 6.5 8h12c.207 0 .415.063.594.195" })] }));
2364
2368
 
2365
2369
  const SvgArrowDownRightIcon = ({ 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: "M14.167 14.167 5 5" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.167 14.89s4.694.396 5.407-.316c.712-.713.316-5.407.316-5.407" })] }));
@@ -2368,6 +2372,8 @@ const SvgArrowLeftThinIcon = ({ title, titleId, ...props }) => (jsxRuntimeExport
2368
2372
 
2369
2373
  const SvgArrowUpRightIcon = ({ 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: "M13.75 6.25 5 15" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.667 5.157s6.706-.566 7.724.452.452 7.724.452 7.724" })] }));
2370
2374
 
2375
+ 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" })] }));
2376
+
2371
2377
  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" })] }));
2372
2378
 
2373
2379
  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" })] })] })] }));
@@ -2382,6 +2388,8 @@ const SvgCalendarOutlineIcon = ({ title, titleId, ...props }) => (jsxRuntimeExpo
2382
2388
 
2383
2389
  const SvgCameraIcon = ({ 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: "M16.226 7.125c2.619.384 4.635 2.637 4.635 5.356v5.866a2.517 2.517 0 0 1-2.518 2.518H6.337a2.517 2.517 0 0 1-2.518-2.518v-5.866c0-2.719 2.016-4.972 4.634-5.356" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12.34 17.098a3.138 3.138 0 1 0 0-6.277 3.138 3.138 0 0 0 0 6.277M8.444 9.032V6.76a3.894 3.894 0 0 1 3.896-3.895 3.894 3.894 0 0 1 3.895 3.895V8.65" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M12.3 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" })] }));
2384
2390
 
2391
+ const SvgCardHistoryIcon = ({ 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", d: "M16.634 14.09a.46.46 0 0 1 .46.46v1.058l.825.825v.001a.46.46 0 0 1 0 .65v.002a.46.46 0 0 1-.5.1.5.5 0 0 1-.15-.1l-.96-.961a.46.46 0 0 1-.135-.326V14.55a.46.46 0 0 1 .46-.46ZM6.72 12.98h.96a.46.46 0 0 1 0 .92h-.96a.46.46 0 0 1 0-.92Z" }), jsxRuntimeExports.jsx("mask", { id: "card-history-icon_svg__a", fill: "currentColor", children: jsxRuntimeExports.jsx("path", { d: "M21.512 13.46a5 5 0 0 0-.563-.868c.104-.683.171-1.366.171-2.032 0-1.4-.226-2.808-.672-4.187-.47-1.437-1.765-2.546-3.376-2.895a26.2 26.2 0 0 0-11.102 0c-1.613.349-2.908 1.46-3.379 2.9a13.5 13.5 0 0 0-.671 4.182c0 1.4.226 2.808.672 4.186.47 1.438 1.765 2.547 3.375 2.896 1.805.395 3.639.593 5.472.593.22 0 .438-.011.657-.017q.128.256.286.493l.005.007c.242.381.542.732.885 1.038.038.038.107.105.206.174.924.768 2.1 1.19 3.322 1.19a5.2 5.2 0 0 0 3.446-1.286 5.24 5.24 0 0 0 1.834-3.994 5.3 5.3 0 0 0-.568-2.38M4.416 6.97c.26-.79 1.01-1.41 1.962-1.616 3.389-.74 6.897-.74 10.286 0 .95.206 1.7.825 1.958 1.613.077.237.14.475.202.713H4.216c.06-.237.124-.474.2-.708m8.678 5.128a3 3 0 0 0-.277.282 5.2 5.2 0 0 0-1.297 3.458q0 .24.02.475a22.7 22.7 0 0 1-5.165-.55c-.948-.205-1.699-.825-1.958-1.613a11.6 11.6 0 0 1-.577-3.592q.002-.48.043-.96h15.274q.065.765.029 1.531c-.044-.022-.089-.035-.132-.056a6 6 0 0 0-.2-.084 5 5 0 0 0-.697-.236 5.3 5.3 0 0 0-1.353-.172l-.171.001a6 6 0 0 0-.576.052c-.064.01-.13.015-.194.027q-.27.05-.535.127c-.07.02-.14.036-.21.058a6 6 0 0 0-.513.207c-.062.03-.128.051-.19.082a5 5 0 0 0-.65.389c-.27.192-.49.38-.67.573m5.891 6.286c-1.168 1.034-3.128 1.056-4.317.038a1 1 0 0 0-.073-.057l-.005-.005a3.3 3.3 0 0 1-.587-.68l-.024-.037-.01-.014a3 3 0 0 1-.319-.62 1 1 0 0 0-.03-.102 3.1 3.1 0 0 1-.181-1.068c0-.816.29-1.593.82-2.192.027-.03.052-.066.086-.093a1 1 0 0 0 .126-.118q.141-.158.408-.348c1.083-.772 2.613-.809 3.758-.058q.318.202.574.49.043.05.096.093l.098.117c.147.175.282.381.397.605.234.466.357.982.357 1.504 0 .98-.422 1.905-1.174 2.545" }) }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M21.512 13.46a5 5 0 0 0-.563-.868c.104-.683.171-1.366.171-2.032 0-1.4-.226-2.808-.672-4.187-.47-1.437-1.765-2.546-3.376-2.895a26.2 26.2 0 0 0-11.102 0c-1.613.349-2.908 1.46-3.379 2.9a13.5 13.5 0 0 0-.671 4.182c0 1.4.226 2.808.672 4.186.47 1.438 1.765 2.547 3.375 2.896 1.805.395 3.639.593 5.472.593.22 0 .438-.011.657-.017q.128.256.286.493l.005.007c.242.381.542.732.885 1.038.038.038.107.105.206.174.924.768 2.1 1.19 3.322 1.19a5.2 5.2 0 0 0 3.446-1.286 5.24 5.24 0 0 0 1.834-3.994 5.3 5.3 0 0 0-.568-2.38M4.416 6.97c.26-.79 1.01-1.41 1.962-1.616 3.389-.74 6.897-.74 10.286 0 .95.206 1.7.825 1.958 1.613.077.237.14.475.202.713H4.216c.06-.237.124-.474.2-.708m8.678 5.128a3 3 0 0 0-.277.282 5.2 5.2 0 0 0-1.297 3.458q0 .24.02.475a22.7 22.7 0 0 1-5.165-.55c-.948-.205-1.699-.825-1.958-1.613a11.6 11.6 0 0 1-.577-3.592q.002-.48.043-.96h15.274q.065.765.029 1.531c-.044-.022-.089-.035-.132-.056a6 6 0 0 0-.2-.084 5 5 0 0 0-.697-.236 5.3 5.3 0 0 0-1.353-.172l-.171.001a6 6 0 0 0-.576.052c-.064.01-.13.015-.194.027q-.27.05-.535.127c-.07.02-.14.036-.21.058a6 6 0 0 0-.513.207c-.062.03-.128.051-.19.082a5 5 0 0 0-.65.389c-.27.192-.49.38-.67.573m5.891 6.286c-1.168 1.034-3.128 1.056-4.317.038a1 1 0 0 0-.073-.057l-.005-.005a3.3 3.3 0 0 1-.587-.68l-.024-.037-.01-.014a3 3 0 0 1-.319-.62 1 1 0 0 0-.03-.102 3.1 3.1 0 0 1-.181-1.068c0-.816.29-1.593.82-2.192.027-.03.052-.066.086-.093a1 1 0 0 0 .126-.118q.141-.158.408-.348c1.083-.772 2.613-.809 3.758-.058q.318.202.574.49.043.05.096.093l.098.117c.147.175.282.381.397.605.234.466.357.982.357 1.504 0 .98-.422 1.905-1.174 2.545" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m21.512 13.46.891-.453-.001-.003zm-.563-.868-.989-.15-.065.434.275.343zm-.501-6.219.951-.308v-.003zm-3.376-2.895-.212.977zm-11.102 0 .211.978h.001zm-3.379 2.9-.95-.312zM1.92 10.56l-1-.002v.002zm.672 4.186-.951.309v.003zm3.375 2.896.214-.977h-.002zm6.129.576.893-.45-.285-.566-.634.016zm.286.493-.834.552.01.015.01.015zm.005.007.844-.536-.014-.023-.016-.022zm.885 1.038.707-.707-.02-.02-.02-.019zm.206.174.64-.768-.034-.028-.036-.026zm6.768-.096-.65-.76-.006.005-.006.006zm1.834-3.994h-1v.002zM6.378 5.354l.211.977h.003zm10.286 0-.214.977h.002zm1.958 1.613.951-.308v-.004zm.202.713v1h1.29l-.322-1.25zm-14.608 0-.969-.247L2.93 8.68h1.287zm8.601 4.702.751.66.009-.01zM11.52 15.84h1v-.003zm.02.475.014 1 1.074-.014-.091-1.071zm-5.165-.55.214-.977h-.002zm-1.958-1.613-.95.312zM3.84 10.56l-1-.004v.006zm.043-.96v-1h-.917l-.08.914zm15.274 0 .996-.085-.078-.915h-.918zm.029 1.531-.456.89 1.38.706.075-1.548zm-.132-.056.423-.906-.008-.003-.007-.004zm-.2-.084-.394.919.011.005.012.005zm-.537-.194.283-.96-.013-.003zm-.16-.042-.253.967.01.003zm-1.353-.172-.003-1h-.003zm-.171.001-.006-1h-.031zm-.576.052-.142-.99h-.006zm-.194.027-.176-.985-.005.001zm-.535.127.265.965.009-.003.009-.002zm-.21.058-.304-.953-.007.003-.007.002zm-.513.207-.411-.911-.008.003zm-.19.082.445.896.003-.002zm-.65.389-.579-.815zm5.221 6.859-.649-.761-.007.006-.007.006zm-4.317.038-.657.754.007.006zm-.073-.057-.707.707.058.058.068.049zm-.005-.005.707-.707-.023-.023-.025-.022zm-.587-.68-.842.54.002.004zm-.024-.037.841-.54-.013-.021-.015-.02zm-.01-.014-.828.561.007.01.007.01zm-.319-.62-.97.238.013.054.019.053zm-.03-.102-.942.338.002.006zm-.181-1.068 1 .01v-.01zm.82-2.192.749.663.003-.004zm.086-.093.614.79.002-.002zm.126-.118-.745-.667-.002.003zm.408-.348-.58-.815-.002.002zm3.758-.058-.548.836.012.008zm.574.49.749-.663-.002-.002zm.096.093.767-.642-.058-.069-.07-.058zm.098.117-.768.641.002.003zm.397.605.894-.449-.005-.01zm.357 1.504h1zm1.352-2.38.89-.456a6 6 0 0 0-.673-1.038l-.78.626-.78.627q.263.325.453.697zm-.563-.868.989.15c.108-.715.182-1.45.182-2.182h-2c0 .601-.06 1.231-.16 1.882zm.171-2.032h1c0-1.509-.243-3.02-.72-4.495l-.952.308-.951.308c.415 1.283.623 2.586.623 3.879zm-.672-4.187.95-.31c-.592-1.811-2.195-3.147-4.115-3.562l-.211.977-.212.977c1.302.282 2.29 1.166 2.638 2.23zm-3.376-2.895.212-.977a27.2 27.2 0 0 0-11.526 0l.212.977.212.977a25.2 25.2 0 0 1 10.678 0zm-11.102 0-.21-.977c-1.923.415-3.526 1.752-4.12 3.565l.951.311.95.311c.35-1.067 1.337-1.95 2.64-2.232zm-3.379 2.9-.95-.312a14.5 14.5 0 0 0-.721 4.492l1 .002 1 .002c.003-1.316.212-2.623.622-3.874zM1.92 10.56h-1c0 1.509.243 3.02.72 4.495l.952-.309.951-.308a12.6 12.6 0 0 1-.623-3.878zm.672 4.186-.95.312c.592 1.81 2.195 3.146 4.114 3.561l.211-.977.212-.977c-1.301-.282-2.288-1.166-2.637-2.23zm3.375 2.896-.213.977c1.874.41 3.78.616 5.685.616v-2c-1.76 0-3.523-.19-5.258-.57zm5.472.593v1c.235 0 .502-.013.683-.017l-.026-1-.026-1c-.256.007-.427.017-.63.017zm.657-.017-.893.45q.155.308.345.595l.834-.552.834-.552a4 4 0 0 1-.227-.39zm.286.493-.814.582.005.006.814-.58.814-.582-.005-.007zm.005.007-.844.536c.293.463.655.883 1.063 1.247l.666-.745.666-.746a4 4 0 0 1-.707-.828zm.885 1.038-.707.707c.052.052.17.17.344.29l.57-.823.569-.822a.4.4 0 0 1-.069-.06zm.206.174-.639.77a6.2 6.2 0 0 0 3.961 1.42v-2a4.2 4.2 0 0 1-2.682-.958zm3.322 1.19v1a6.2 6.2 0 0 0 4.11-1.538l-.664-.748-.662-.75A4.2 4.2 0 0 1 16.8 20.12zm3.446-1.286.65.76a6.24 6.24 0 0 0 1.615-2.139l-.909-.417-.909-.417a4.24 4.24 0 0 1-1.097 1.453zm1.356-1.796.909.418a6.24 6.24 0 0 0 .569-2.618l-1 .002-1 .002a4.2 4.2 0 0 1-.387 1.779zm.478-2.198h1c0-.982-.232-1.96-.677-2.833l-.891.453-.892.453c.3.591.46 1.258.46 1.927zM4.416 6.97l.95.312c.129-.392.55-.805 1.223-.95l-.21-.978-.212-.978c-1.23.266-2.311 1.093-2.701 2.283zm1.962-1.616.214.977c3.248-.71 6.61-.71 9.858 0l.214-.977.213-.977a25.1 25.1 0 0 0-10.712 0zm10.286 0-.213.977c.674.146 1.094.56 1.22.947l.951-.311.95-.312c-.389-1.187-1.468-2.012-2.696-2.278zm1.958 1.613-.951.308c.067.206.124.42.184.655l.969-.25.968-.25c-.062-.24-.132-.503-.219-.771zm.202.713v-1H4.216v2h14.608zm-14.608 0 .97.247c.058-.232.116-.444.181-.647l-.951-.308-.951-.309c-.086.266-.156.527-.218.77zm8.878 4.42-.663-.748a4 4 0 0 0-.374.38l.76.65.76.65q.084-.098.18-.184zm-.277.282-.751-.66a6.2 6.2 0 0 0-1.546 4.121l1-.003 1-.003a4.2 4.2 0 0 1 1.048-2.795zM11.52 15.84h-1q0 .282.024.56l.996-.085.997-.085a5 5 0 0 1-.017-.39zm.02.475-.013-1a21.7 21.7 0 0 1-4.938-.527l-.214.977-.214.977c1.77.388 3.571.597 5.393.573zm-5.165-.55.212-.977c-.67-.146-1.092-.559-1.22-.948l-.95.312-.95.313c.39 1.187 1.47 2.012 2.697 2.277zm-1.958-1.613.95-.31a10.6 10.6 0 0 1-.527-3.284l-1 .002-1 .002c.003 1.325.214 2.642.627 3.902zM3.84 10.56l1 .004q.001-.439.04-.878L3.883 9.6l-.996-.086q-.045.521-.047 1.042zm.043-.96v1h15.274v-2H3.883zm15.274 0-.997.085q.06.698.027 1.399l.999.047.999.048q.04-.833-.032-1.664zm.029 1.531.455-.89c-.07-.036-.133-.06-.157-.07l-.022-.008.015.006-.423.906-.423.907.08.035.045.017.005.002-.03-.014zm-.132-.056.408-.913a7 7 0 0 0-.236-.1l-.372.929-.37.928q.081.033.162.07zm-.2-.084.395-.919a6 6 0 0 0-.65-.234l-.282.96-.283.958q.217.064.426.154zm-.537-.194.27-.963-.187-.05-.242.97-.243.971.132.035zm-.16-.042.253-.968a6.3 6.3 0 0 0-1.61-.204l.004 1 .003 1a4.3 4.3 0 0 1 1.097.14zm-1.353-.172-.006-1-.17.001.005 1 .006 1 .17-.001zm-.171.001-.037-1a7 7 0 0 0-.68.062l.141.99.142.99a5 5 0 0 1 .47-.043zm-.576.052-.148-.99-.074.01-.148.022.176.985.176.984c.07-.012-.002.003.166-.022zm-.194.027-.181-.984q-.323.06-.636.152l.282.96.283.959q.214-.063.433-.104zm-.535.127-.264-.964c-.013.004-.158.04-.25.07l.304.952.304.953c.046-.015.043-.011.17-.046zm-.21.058L14.8 9.9c-.223.075-.43.164-.606.244l.411.911.412.912c.16-.072.293-.129.419-.17zm-.513.207-.419-.908-.01.005-.04.016c-.034.014-.098.04-.168.075l.447.894.448.894c-.009.005-.01.004.022-.008l.056-.023.083-.037zm-.19.082-.444-.896a6 6 0 0 0-.785.47l.58.815.579.815q.245-.175.515-.308zm-.65.389-.58-.815a5.5 5.5 0 0 0-.817.701l.726.687.727.687c.13-.137.298-.284.524-.445zm5.221 6.859-.663-.749c-.796.705-2.195.72-3.004.027l-.65.76-.65.76c1.57 1.344 4.09 1.314 5.63-.05zm-4.317.038.657-.754a2 2 0 0 0-.15-.117l-.58.814-.581.814-.003-.003zm-.073-.057.707-.707-.005-.005-.707.707-.707.707.005.005zm-.005-.005.66-.752a2.3 2.3 0 0 1-.408-.471l-.84.543-.839.544c.214.33.472.629.768.888zm-.587-.68.841-.54-.024-.037-.841.54-.842.54.024.037zm-.024-.037.813-.581-.01-.014-.813.581-.814.582.01.013zm-.01-.014.828-.56a2 2 0 0 1-.208-.406l-.939.345-.938.346q.163.444.43.836zm-.319-.62.971-.24a2 2 0 0 0-.062-.205l-.94.343-.939.344v-.004zm-.03-.102.94-.337a2.1 2.1 0 0 1-.121-.721l-1-.01-1-.01c-.005.483.076.962.24 1.416zm-.181-1.068h1c0-.578.205-1.117.569-1.53l-.75-.662-.748-.662a4.3 4.3 0 0 0-1.071 2.854zm.82-2.192.752.659.044-.052a.6.6 0 0 1-.096.09l-.614-.79-.614-.79a1.3 1.3 0 0 0-.188.18l-.035.043c-.008.01-.006.007-.002.002zm.086-.093.617.788a2 2 0 0 0 .256-.241l-.747-.665-.747-.664.005-.005zm.126-.118.745.668c.026-.03.098-.098.245-.203l-.582-.813-.582-.814c-.209.15-.409.314-.57.495zm.408-.348.58.814c.745-.531 1.827-.562 2.63-.036l.548-.836.549-.836c-1.488-.976-3.467-.933-4.887.08zm3.758-.058-.536.844q.196.124.363.31l.747-.664.747-.665a3.7 3.7 0 0 0-.784-.669zm.574.49-.75.662q.096.108.205.199l.64-.768.64-.769.014.013zm.096.093-.768.641.098.117.767-.641.768-.642-.098-.117zm.098.117-.766.644c.095.112.189.253.274.418l.889-.457.889-.458a4.3 4.3 0 0 0-.521-.791zm.397.605-.894.448c.165.328.25.69.251 1.057l1-.001h1a4.36 4.36 0 0 0-.463-1.953zm.357 1.504h-1c0 .69-.295 1.335-.823 1.784l.649.76.648.762a4.33 4.33 0 0 0 1.526-3.306z", mask: "url(#card-history-icon_svg__a)" })] }));
2392
+
2385
2393
  const SvgCheckBoxFillIcon = ({ 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.jsx("path", { fill: "currentColor", 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("g", { clipPath: "url(#check-box-fill-icon_svg__a)", filter: "url(#check-box-fill-icon_svg__b)", children: jsxRuntimeExports.jsx("path", { fill: "white", fillRule: "evenodd", d: "m8.438 12.222 5.391-5.392a1.125 1.125 0 0 1 1.592 1.59l-6.188 6.188c-.44.44-1.152.44-1.591 0L4.83 11.796a1.125 1.125 0 0 1 1.59-1.591z", clipRule: "evenodd" }) }), jsxRuntimeExports.jsxs("defs", { children: [jsxRuntimeExports.jsx("clipPath", { id: "check-box-fill-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M4.5 4.5h12v12h-12z" }) }), jsxRuntimeExports.jsxs("filter", { id: "check-box-fill-icon_svg__b", width: 11.25, height: 8.938, x: 4.5, y: 6.5, 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: 0.5 }), jsxRuntimeExports.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntimeExports.jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }), jsxRuntimeExports.jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_9123_66660" }), jsxRuntimeExports.jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_9123_66660", result: "shape" })] })] })] }));
2386
2394
 
2387
2395
  const SvgCheckBoxOutlineIcon = ({ 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.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("g", { clipPath: "url(#check-box-outline-icon_svg__a)", filter: "url(#check-box-outline-icon_svg__b)", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "m8.438 12.222 5.391-5.392a1.125 1.125 0 0 1 1.592 1.59l-6.188 6.188c-.44.44-1.152.44-1.591 0L4.83 11.796a1.125 1.125 0 0 1 1.59-1.591z", clipRule: "evenodd" }) }), jsxRuntimeExports.jsxs("defs", { children: [jsxRuntimeExports.jsx("clipPath", { id: "check-box-outline-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M4.5 4.5h12v12h-12z" }) }), jsxRuntimeExports.jsxs("filter", { id: "check-box-outline-icon_svg__b", width: 11.25, height: 8.938, x: 4.5, y: 6.5, 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: 0.5 }), jsxRuntimeExports.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntimeExports.jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }), jsxRuntimeExports.jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5003_80035" }), jsxRuntimeExports.jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5003_80035", result: "shape" })] })] })] }));
@@ -2390,20 +2398,36 @@ const SvgCheckCircleAltIcon = ({ title, titleId, ...props }) => (jsxRuntimeExpor
2390
2398
 
2391
2399
  const SvgCheckCircleFillIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 73 72", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M36.5 66c-16.569 0-30-13.431-30-30s13.431-30 30-30 30 13.431 30 30-13.431 30-30 30m-2.991-18 21.21-21.213-4.242-4.242-16.968 16.971-8.487-8.487-4.242 4.242z" })] }));
2392
2400
 
2401
+ const SvgCheckListIcon = ({ 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: "M15.5 11a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0" }), jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
2402
+
2393
2403
  const SvgClockProgressIcon = ({ 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: 2.667, d: "m25.267 11.476 3.347-.204c-2.4-6.332-9.287-9.939-16.003-8.146-7.152 1.91-11.4 9.222-9.489 16.332 1.912 7.11 9.26 11.326 16.413 9.416a13.38 13.38 0 0 0 9.796-10.895" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.667, d: "M16 10.667V16l2.667 2.667" })] }));
2394
2404
 
2405
+ const SvgCoinStackIcon = ({ 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: "M11.53 8.98c3.91 0 7.08-1.343 7.08-3s-3.17-3-7.08-3-7.08 1.343-7.08 3 3.17 3 7.08 3" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.61 5.98c0 1.66-3.17 3-7.08 3s-7.08-1.34-7.08-3M18.61 8.99c0 1.66-3.17 3-7.08 3s-7.08-1.34-7.08-3M18.61 11.99c0 1.66-3.17 3-7.08 3s-7.08-1.34-7.08-3M18.61 14.99c0 1.66-3.17 3-7.08 3s-7.08-1.34-7.08-3M18.61 18c0 1.66-3.17 3-7.08 3s-7.08-1.34-7.08-3" })] }));
2406
+
2395
2407
  const SvgDashboardMenuIcon = ({ 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("g", { stroke: "currentColor", strokeWidth: 1.5, clipPath: "url(#dashboard-menu-icon_svg__a)", children: jsxRuntimeExports.jsx("path", { d: "M1.667 5c0-1.571 0-2.357.488-2.845S3.43 1.667 5 1.667s2.357 0 2.846.488.488 1.274.488 2.845v1.667c0 1.571 0 2.357-.488 2.845C7.357 10 6.572 10 5 10c-1.571 0-2.357 0-2.845-.488s-.488-1.274-.488-2.845zM1.667 15.833c0-.776 0-1.165.127-1.47.169-.41.493-.734.902-.903.306-.127.694-.127 1.471-.127h1.667c.776 0 1.165 0 1.47.127.41.17.734.494.903.902.127.306.127.695.127 1.471s0 1.165-.127 1.472c-.17.408-.494.732-.902.901-.306.127-.695.127-1.471.127H4.167c-.777 0-1.165 0-1.471-.127a1.67 1.67 0 0 1-.902-.901c-.127-.307-.127-.695-.127-1.472ZM11.667 13.333c0-1.571 0-2.357.488-2.845S13.43 10 15 10s2.357 0 2.846.488.488 1.274.488 2.845V15c0 1.571 0 2.357-.488 2.845-.489.488-1.274.488-2.846.488-1.571 0-2.357 0-2.845-.488s-.488-1.274-.488-2.845zM11.667 4.167c0-.777 0-1.165.127-1.471.169-.409.493-.733.902-.902.306-.127.694-.127 1.471-.127h1.667c.776 0 1.165 0 1.47.127.41.169.734.493.903.902.127.306.127.694.127 1.47 0 .777 0 1.166-.127 1.472-.17.408-.494.733-.902.902-.306.127-.695.127-1.471.127h-1.667c-.777 0-1.165 0-1.471-.127a1.67 1.67 0 0 1-.902-.902c-.127-.306-.127-.695-.127-1.471Z" }) }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "dashboard-menu-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
2396
2408
 
2409
+ const SvgDbIcon = ({ 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("ellipse", { cx: 15.5, cy: 11, stroke: "currentColor", strokeWidth: 1.5, rx: 6.5, ry: 2 }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M22 15.5c0 1.105-2.91 2-6.5 2s-6.5-.895-6.5-2" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M22 11v8.8c0 1.215-2.91 2.2-6.5 2.2S9 21.015 9 19.8V11" }), jsxRuntimeExports.jsx("ellipse", { cx: 8.5, cy: 4, stroke: "currentColor", strokeWidth: 1.5, rx: 6.5, ry: 2 }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M6 11c-1.892-.23-3.63-.825-4-2m4 7c-1.892-.23-3.63-.825-4-2" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M6 21c-1.892-.23-3.63-.826-4-2V4M15 6V4" })] }));
2410
+
2397
2411
  const SvgDimondIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 37 36", "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.5, d: "m18.245 29.22 11.94-14.895-4.56-7.5h-14.76l-4.56 7.5zM6.305 14.325H29.96" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m18.25 29.22 4.71-14.895" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.5, d: "m18.25 29.22-4.71-14.895" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m31.726 21.51-6.195 7.71M4.781 21.51l6.195 7.71" })] }));
2398
2412
 
2399
2413
  const SvgDollarCircleIcon = ({ 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.58 8.607 2 8.454C3.849 3.704 9.158 1 14.333 2.344c5.513 1.433 8.788 6.918 7.314 12.25-1.219 4.411-5.304 7.337-9.8 7.406" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeDasharray: "0.5 3", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 22C6.5 22 2 17 2 11" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.604 9.722c-.352-.37-1.213-1.237-2.575-.62-1.361.615-1.577 2.596.482 2.807.93.095 1.537-.11 2.093.47.556.582.659 2.198-.761 2.634s-2.341-.284-2.588-.509m1.653-6.484v.79m0 6.337v.873" })] }));
2400
2414
 
2401
2415
  const SvgDoubleCheckIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 25", "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: "M3 14.333 6.5 18l1.024-1.073M17 7l-6.063 6.352M8 14.333 11.5 18 22 7" })] }));
2402
2416
 
2417
+ const SvgDollerBagAltIcon = ({ 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: 1.5, d: "M20.943 16.835a15.76 15.76 0 0 0-4.476-8.616c-.517-.503-.775-.754-1.346-.986C14.55 7 14.059 7 13.078 7h-2.156c-.981 0-1.472 0-2.043.233-.57.232-.83.483-1.346.986a15.76 15.76 0 0 0-4.476 8.616C2.57 19.773 5.28 22 8.308 22h7.384c3.029 0 5.74-2.227 5.25-5.165Z" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M12.663 11a.75.75 0 1 0-1.5 0h1.5m-1.5 7a.75.75 0 0 0 1.5 0h-1.5m1.823-5.046a.75.75 0 0 0 1.194-.908l-.597.454zm-2.239 3.148a.75.75 0 0 0-1 1.118l.5-.559zm1.166-1.703v-.75c-.647 0-.942-.105-1.06-.184-.053-.037-.103-.078-.103-.275h-1.5c0 .581.21 1.145.766 1.519.491.33 1.153.44 1.897.44zM10 13.19h.75c0-.095.05-.243.256-.394.204-.151.522-.267.907-.267v-1.5c-.672 0-1.31.2-1.798.56s-.865.917-.865 1.602zm4 2.622h-.75c0 .222-.079.34-.247.44-.214.13-.582.221-1.09.221v1.5c.644 0 1.32-.11 1.862-.434.587-.353.975-.94.975-1.727zm-2.087-1.412v.75c.653 0 .994.1 1.156.206.094.061.181.151.181.456h1.5c0-.704-.26-1.32-.862-1.712-.534-.349-1.237-.45-1.975-.45zm0-2.621h.75V11h-1.5v.778zm0 5.444h-.75V18h1.5v-.778zm0-5.444v.75c.535 0 .916.22 1.073.426l.597-.454.597-.454c-.498-.655-1.367-1.018-2.267-1.018zm0 5.444v-.75c-.533 0-.948-.175-1.166-.37l-.5.56-.5.558c.544.487 1.338.752 2.166.752z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.257 4.443c-.207-.3-.506-.708.112-.8.635-.096 1.294.338 1.94.33.583-.009.88-.268 1.2-.638C10.845 2.946 11.365 2 12 2s1.155.946 1.491 1.335c.32.37.617.63 1.2.637.646.01 1.305-.425 1.94-.33.618.093.319.5.112.8l-.932 1.359c-.4.58-.599.87-1.017 1.035S13.837 7 12.758 7h-1.516c-1.08 0-1.619 0-2.036-.164S8.589 6.38 8.189 5.8z" })] }));
2418
+
2419
+ const SvgDollerCircleInIcon = ({ 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: 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" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M22.524 2.537a.75.75 0 0 0-1.056-1.066l.528.533zm-4.557 4.24.131-.739zm-.744-.745.738-.13zm4.262 1.718a.75.75 0 0 0 .021-1.5l-.01.75zM17.75 2.494a.75.75 0 1 0-1.5.02l.75-.01zm-.296 4.01.527.533 4.542-4.5-.527-.533-.528-.533-4.542 4.5zm.513.273.131-.739a.17.17 0 0 1-.096-.046l-.548.512-.549.512c.247.264.572.436.931.5zm-.513-.273.548-.512a.17.17 0 0 1-.04-.09l-.74.13-.738.13c.057.323.201.618.421.854zm.513.273-.13.738c1.014.18 2.812.223 3.648.235l.01-.75.011-.75c-.867-.012-2.536-.057-3.408-.212zM17 2.504l-.75.01c.012.837.055 2.634.234 3.649l.739-.13.738-.131c-.154-.873-.2-2.54-.211-3.408z" }), jsxRuntimeExports.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" })] }));
2420
+
2421
+ const SvgDollerCircleOutIcon = ({ 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: 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" }), jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
2422
+
2403
2423
  const SvgDoublePaperIcon = ({ 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(#double-paper-icon_svg__a)", children: [jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "double-paper-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
2404
2424
 
2425
+ 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" }) }) })] }));
2426
+
2405
2427
  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" }) }) })] }));
2406
2428
 
2429
+ 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" }) }) })] }));
2430
+
2407
2431
  const SvgExpandViewIcon = ({ 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: "M2.425 5.8V2.425H5.8M2.425 2.425l4.042 4.041M5.8 17.575H2.425V14.2M2.425 17.575 6.5 13.5M17.575 14.2v3.375H14.2M17.575 17.575l-4.042-4.042M14.2 2.425h3.375V5.8M17.575 2.425l-4.042 4.041M12.309 6.025H7.692c-.92 0-1.667.746-1.667 1.667v4.616c0 .92.746 1.667 1.667 1.667h4.617c.92 0 1.666-.746 1.666-1.667V7.692c0-.92-.746-1.667-1.666-1.667" })] }));
2408
2432
 
2409
2433
  const SvgExternalLinkIcon = ({ 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: "M2.517 13.317h9.133c.917 0 1.667-.75 1.667-1.667V2.517" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M17.483 2.517V14.15a3.33 3.33 0 0 1-3.333 3.333H2.517M2.517 2.517l10.308 10.308" })] }));
@@ -2412,8 +2436,12 @@ const SvgFasterIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs(
2412
2436
 
2413
2437
  const FileFolderIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 41 47", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsxs("g", { filter: "url(#file-folder-icon_svg__a)", children: [jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M4.75 6.5a4 4 0 0 1 4-4h16l12 12v24a4 4 0 0 1-4 4h-24a4 4 0 0 1-4-4z" }), jsxRuntimeExports.jsx("path", { fill: "white", d: "m24.75 2.5 12 12h-8a4 4 0 0 1-4-4z", opacity: 0.3 }), jsxRuntimeExports.jsx("g", { clipPath: "url(#file-folder-icon_svg__b)", children: jsxRuntimeExports.jsx("path", { stroke: "white", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m21.417 23.167-.744-1.488c-.214-.428-.321-.642-.48-.798a1.3 1.3 0 0 0-.499-.308c-.211-.073-.45-.073-.93-.073h-2.547c-.747 0-1.12 0-1.406.145-.25.128-.454.332-.582.583-.146.285-.146.659-.146 1.405v.534m0 0h10.134c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.427.218.988.218 2.108V29.3c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.988.218-2.108.218h-6.934c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874c-.218-.428-.218-.988-.218-2.108z" }) })] }), jsxRuntimeExports.jsxs("defs", { children: [jsxRuntimeExports.jsx("clipPath", { id: "file-folder-icon_svg__b", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M12.75 18.5h16v16h-16z" }) }), jsxRuntimeExports.jsxs("filter", { id: "file-folder-icon_svg__a", width: 46, height: 46, x: -2.25, y: 0.5, 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("feMorphology", { in: "SourceAlpha", radius: 1, result: "effect1_dropShadow_35145_15368" }), jsxRuntimeExports.jsx("feOffset", { dy: 1 }), jsxRuntimeExports.jsx("feGaussianBlur", { stdDeviation: 1 }), jsxRuntimeExports.jsx("feColorMatrix", { values: "0 0 0 0 0.0392157 0 0 0 0 0.0496732 0 0 0 0 0.0705882 0 0 0 0.1 0" }), jsxRuntimeExports.jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_35145_15368" }), 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.0392157 0 0 0 0 0.0496732 0 0 0 0 0.0705882 0 0 0 0.1 0" }), jsxRuntimeExports.jsx("feBlend", { in2: "effect1_dropShadow_35145_15368", result: "effect2_dropShadow_35145_15368" }), jsxRuntimeExports.jsx("feBlend", { in: "SourceGraphic", in2: "effect2_dropShadow_35145_15368", result: "shape" })] })] })] }));
2414
2438
 
2439
+ const SvgFinanceIcon = ({ 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: "M21.01 5.71v12.81H14.5v-2.5h-5v2.5H2.99V5.71h6.3c0 1.5 1.21 2.71 2.71 2.71s2.71-1.21 2.71-2.71z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 8.42A2.71 2.71 0 1 0 12 3a2.71 2.71 0 0 0 0 5.42M14.5 16.02h-5v4.99h5zM6.27 11.87 6.7 15l3.93-3.8 2.63 2.14 3.85-4.38.7 3.76" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m4.85 12.51 1.13-2.77 1.84 2.36zM16.26 12.56l1.94 2.27 1-2.82z" })] }));
2440
+
2415
2441
  const SvgFlameIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { fill: "url(#flame-icon_svg__a)", fillRule: "evenodd", d: "M12.97 21.742q1.64-2.427.302-5.242-.372 1.51-1.362 1.834.92-2.625-1.535-5.671-.054 3.145-1.513 4.584-2.01 1.978.048 4.466Q.368 17.168 6.5 9.52q.38 1.848 1.843 2.269Q6.748 5.022 11.698.258c.02 7.049 2.182 7.675 4.915 10.822 2.95 3.776 1.216 8.133-3.643 10.662", clipRule: "evenodd" }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsxs("linearGradient", { id: "flame-icon_svg__a", x1: 17.594, x2: 5.024, y1: 6.154, y2: 18.725, gradientUnits: "userSpaceOnUse", children: [jsxRuntimeExports.jsx("stop", { stopColor: "#EF3E3D" }), jsxRuntimeExports.jsx("stop", { offset: 1, stopColor: "#FFC828" })] }) })] }));
2416
2442
 
2443
+ const SvgFocusCircleIcon = ({ 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: "m19.333 14 .824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104C15.288 15.172 14 16.438 14 18c0 .352.066.69.185 1m2.482 3-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104C20.712 20.828 22 19.562 22 18c0-.352-.066-.69-.185-1" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M21.991 11.5C22 10.9 22 10.736 22 10c0-3.771 0-5.657-1.172-6.828S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.172S2 6.229 2 10s0 5.657 1.172 6.828S6.229 18 10 18h1" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.5 10h-.009M5.5 10h-.009" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M14.5 10a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z" })] }));
2444
+
2417
2445
  const SvgFolderIcon = ({ 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: "M6.667 5.833h7.292c1.755 0 2.633 0 3.264.422a2.5 2.5 0 0 1 .69.69c.42.63.42 1.508.42 3.263 0 2.926 0 4.39-.702 5.44a4.2 4.2 0 0 1-1.15 1.15c-1.05.702-2.513.702-5.439.702H10c-3.928 0-5.892 0-7.113-1.22-1.22-1.22-1.22-3.185-1.22-7.113V6.62c0-1.514 0-2.27.317-2.838a2.5 2.5 0 0 1 .965-.965C3.517 2.5 4.273 2.5 5.787 2.5c.97 0 1.455 0 1.88.16.968.363 1.368 1.243 1.805 2.118L10 5.833" })] }));
2418
2446
 
2419
2447
  const SvgFolderExportAltIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 25", "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.5 21.5c.607-.59 3-2.16 3-3s-2.393-2.41-3-3m2 3h-7" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M12.5 21.5c-4.714 0-7.071 0-8.536-1.465C2.5 18.572 2.5 16.214 2.5 11.5V8.444c0-1.816 0-2.724.38-3.406A3 3 0 0 1 4.038 3.88c.682-.38 1.59-.38 3.406-.38 1.164 0 1.746 0 2.255.191 1.163.436 1.643 1.493 2.168 2.542L12.5 7.5m-4 0h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827c.486.726.505 1.726.506 3.667v1" })] }));
@@ -2422,22 +2450,34 @@ const SvgFormIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("s
2422
2450
 
2423
2451
  const SvgForwordAltIcon = ({ 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", d: "m16 17-1.425-1.4 4.6-4.6-4.6-4.6L16 5l6 6zM2 19v-4q0-2.075 1.45-3.525Q4.925 10 7 10h6.175l-3.6-3.6L11 5l6 6-6 6-1.425-1.4 3.6-3.6H7q-1.25 0-2.125.875A2.9 2.9 0 0 0 4 15v4z" })] }));
2424
2452
 
2453
+ const SvgGiftBoxIcon = ({ 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", d: "M4.5 3h15a.5.5 0 0 1 .48.356l1.5 5v.001q.02.07.02.143a3.501 3.501 0 0 1-6.125 2.315L15 10.39l-.375.425a3.5 3.5 0 0 1-2.438 1.18L12 12h-.002a3.5 3.5 0 0 1-2.624-1.185L9 10.39l-.375.425A3.5 3.5 0 0 1 2.5 8.5l.005-.072a1 1 0 0 1 .016-.073l1.5-4.999a.5.5 0 0 1 .399-.35zm.265 1.356-1.24 4.132-.026.086.006.09A2.5 2.5 0 0 0 8.5 8.5a.5.5 0 0 1 1 0 2.5 2.5 0 0 0 5 0 .5.5 0 0 1 1 0 2.5 2.5 0 0 0 4.995.164l.006-.09-.026-.086-1.24-4.132L19.128 4H4.872z" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 19.5V11H3v9.5a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V11h-2v8.5z", clipRule: "evenodd" })] }));
2454
+
2455
+ const SvgGlobalIcon = ({ 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: "M15.5 11a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0" }), jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
2456
+
2425
2457
  const HappyFaceIcon = ({ 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("circle", { cx: 14.001, cy: 14, r: 11.667, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), jsxRuntimeExports.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" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9.344 10.5h-.01m9.333 0h-.01" })] }));
2426
2458
 
2427
2459
  const SvgHomeIcon = ({ 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.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" }), jsxRuntimeExports.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" })] }));
2428
2460
 
2429
2461
  const SvgImageAltIcon = ({ 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: 2, clipPath: "url(#image-alt-icon_svg__a)", children: [jsxRuntimeExports.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M17.5 10v.417c0 3.732 0 5.598-1.16 6.757-1.159 1.16-3.025 1.16-6.757 1.16s-5.598 0-6.757-1.16c-1.16-1.16-1.16-3.025-1.16-6.757s0-5.598 1.16-6.758C3.986 2.5 5.851 2.5 9.583 2.5H10" }), jsxRuntimeExports.jsx("path", { d: "M18.333 4.583a2.917 2.917 0 1 1-5.833 0 2.917 2.917 0 0 1 5.833 0Z" }), jsxRuntimeExports.jsx("path", { strokeLinejoin: "round", d: "M17.5 11.667h-4.105c-.701 0-1.253.586-1.562 1.206-.336.673-1.009 1.293-2.25 1.293-1.24 0-1.913-.62-2.25-1.293-.309-.62-.86-1.207-1.562-1.207H1.667" })] }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "image-alt-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }) })] }));
2430
2462
 
2463
+ const SvgJournalIcon = ({ 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: "M18 15V9c0-2.828 0-4.243-.879-5.121C16.243 3 14.828 3 12 3H8c-2.828 0-4.243 0-5.121.879C2 4.757 2 6.172 2 9v6c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h12M6 8h8M6 12h8M6 16h4" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M18 8h1c1.414 0 2.121 0 2.56.44.44.439.44 1.146.44 2.56v8a2 2 0 1 1-4 0z" })] }));
2464
+
2431
2465
  const SvgKeyboardCurveRightArrowIcon = ({ 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.667, d: "M5.833 2.5q3 2.843 5.997 5.694a2.5 2.5 0 0 1 .004 3.616q-2.97 2.84-5.942 5.69" })] }));
2432
2466
 
2433
2467
  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" })] }));
2434
2468
 
2469
+ 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" })] }));
2470
+
2471
+ 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" })] }));
2472
+
2435
2473
  const LockAltIcon = ({ 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", strokeWidth: 1.5, d: "M5.693 25.126c.3 2.227 2.144 3.972 4.39 4.075 1.888.087 3.807.132 5.92.132s4.031-.045 5.92-.132c2.245-.103 4.09-1.848 4.39-4.075.195-1.453.356-2.943.356-4.46s-.161-3.006-.357-4.459c-.3-2.227-2.144-3.972-4.389-4.075a127 127 0 0 0-5.92-.132c-2.113 0-4.032.045-5.92.132-2.246.103-4.09 1.848-4.39 4.075-.196 1.453-.357 2.943-.357 4.46s.161 3.006.357 4.46Z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10 12V8.667a6 6 0 0 1 12 0V12" })] }));
2436
2474
 
2437
2475
  const SvgLogoutAltIcon = ({ 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.25, d: "M11.667 2.58q-.571-.08-1.167-.08c-4.418 0-8 3.358-8 7.5s3.582 7.5 8 7.5q.595 0 1.167-.08" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.25, d: "M17.5 10H9.167m8.333 0c0-.583-1.662-1.674-2.084-2.083M17.5 10c0 .584-1.662 1.674-2.084 2.083" })] }));
2438
2476
 
2439
2477
  const SvgMailCheckIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 25", "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: "M7.885 7.885 10.6 9.49c1.584.937 2.216.937 3.8 0l2.715-1.605" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m9.825 3.303.02.75zM3.284 9.768l.75.016zm11.9-6.465.02-.75zm6.542 6.465.75-.016zm-11.92 9.944a.75.75 0 0 0 .038-1.5l-.019.75zm-6.522-7.214.75-.016zm17.692-1.376a.75.75 0 0 0 1.5.02l-.75-.01zM9.826 3.303l.018.75c1.78-.045 3.542-.045 5.321 0l.02-.75.018-.75a107 107 0 0 0-5.396 0zM3.283 9.768l-.75-.016c-.02.922-.02 1.84 0 2.762l.75-.016.75-.016c-.02-.901-.02-1.797 0-2.698zm6.541-6.465-.018-.75c-1.432.037-2.587.064-3.512.225-.96.167-1.744.49-2.408 1.157l.532.528.532.53c.38-.384.845-.605 1.601-.737.79-.138 1.816-.166 3.292-.203zM3.284 9.768l.75.016c.03-1.441.054-2.438.187-3.21.128-.736.346-1.195.73-1.582l-.532-.529-.532-.528c-.66.664-.98 1.438-1.144 2.383-.157.909-.18 2.038-.209 3.434zm11.9-6.465-.019.75c1.477.037 2.502.065 3.292.203.756.132 1.22.353 1.602.736l.531-.529.532-.528c-.663-.668-1.448-.99-2.407-1.157-.925-.161-2.08-.188-3.512-.224zm6.542 6.465.75-.016c-.03-1.396-.052-2.525-.21-3.434-.163-.945-.483-1.72-1.144-2.383l-.532.528-.531.53c.384.386.602.845.73 1.581.133.772.156 1.769.187 3.21zm-11.9 9.194.018-.75c-1.476-.037-2.501-.065-3.292-.203-.756-.132-1.22-.353-1.601-.736l-.532.529-.532.529c.664.667 1.449.989 2.408 1.156.925.161 2.08.189 3.512.225zm-6.542-6.464-.75.016c.03 1.395.052 2.525.21 3.433.163.945.483 1.72 1.143 2.384l.532-.53.532-.528c-.384-.386-.602-.846-.73-1.582-.133-.772-.157-1.769-.187-3.21zm18.442-1.365.75.01v-.038l.004-.45c.002-.276.002-.626-.004-.903l-.75.016-.75.016a35 35 0 0 1 0 1.303v.035z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.27 17.577s.46 0 .922.923c0 0 1.466-2.308 2.77-2.769" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M21.73 17.115a4.615 4.615 0 1 1-9.23 0 4.615 4.615 0 0 1 9.23 0Z" })] }));
2440
2478
 
2479
+ const SvgMemberTreeIcon = ({ 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: 2, d: "M12 6.91v10.18M18.98 17.09V12H4.97v5.09M12.94 3.02h-1.89a1 1 0 0 0-1 1v1.89a1 1 0 0 0 1 1h1.89a1 1 0 0 0 1-1V4.02a1 1 0 0 0-1-1ZM12.92 17.09h-1.89a1 1 0 0 0-1 1v1.89a1 1 0 0 0 1 1h1.89a1 1 0 0 0 1-1v-1.89a1 1 0 0 0-1-1ZM5.91 17.09H4.02a1 1 0 0 0-1 1v1.89a1 1 0 0 0 1 1h1.89a1 1 0 0 0 1-1v-1.89a1 1 0 0 0-1-1ZM19.92 17.09h-1.89a1 1 0 0 0-1 1v1.89a1 1 0 0 0 1 1h1.89a1 1 0 0 0 1-1v-1.89a1 1 0 0 0-1-1Z" })] }));
2480
+
2441
2481
  const SvgMessageIcon = ({ 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: "M4.228 15.076c-.28.189-.576.363-.88.53-.143.083-.287.174-.355.34-.16.402.06.781.523.872.901.197 1.81.326 2.742.31.66-.015 1.318-.09 1.924-.265" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.228 15.083a6.14 6.14 0 0 1-1.811-4.348V9.34a6.145 6.145 0 0 1 6.152-6.144h2.704a6.143 6.143 0 0 1 6.144 6.144v1.394a6.15 6.15 0 0 1-6.144 6.151H8.57c-.13 0-.258 0-.387-.015" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M6.849 10.97a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.621M9.917 10.97a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.621M12.978 10.97a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.621" })] }));
2442
2482
 
2443
2483
  const SvgMoonHalfIcon = ({ 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.25, d: "M17.917 11.732a7.131 7.131 0 0 1-9.649-9.649 8.022 8.022 0 1 0 9.649 9.649" })] }));
@@ -2446,6 +2486,8 @@ const SvgMultilineIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.js
2446
2486
 
2447
2487
  const SvgNewsFeedIcon = ({ 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: "M15 12.5v-5c0-2.357 0-3.536-.732-4.268S12.358 2.5 10 2.5H6.667c-2.357 0-3.536 0-4.268.732S1.667 5.143 1.667 7.5v5c0 2.357 0 3.535.732 4.268s1.911.732 4.268.732h10M5 6.667h6.667M5 10h6.667M5 13.333h3.333" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15 6.667h.833c1.179 0 1.768 0 2.134.366s.366.955.366 2.134v6.666a1.667 1.667 0 1 1-3.333 0z" })] }));
2448
2488
 
2489
+ const SvgNftCoinIcon = ({ 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: "M21.01 5.71v12.81H14.5v-2.5h-5v2.5H2.99V5.71h6.3c0 1.5 1.21 2.71 2.71 2.71s2.71-1.21 2.71-2.71z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 8.42A2.71 2.71 0 1 0 12 3a2.71 2.71 0 0 0 0 5.42M14.5 16.02h-5v4.99h5zM6.27 11.87 6.7 15l3.93-3.8 2.63 2.14 3.85-4.38.7 3.76" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m4.85 12.51 1.13-2.77 1.84 2.36zM16.26 12.56l1.94 2.27 1-2.82z" })] }));
2490
+
2449
2491
  const SvgNoteIcon = ({ 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: "M8.574 18.301h-.748c-2.707 0-4.061 0-4.902-.854s-.841-2.23-.841-4.98V8.302c0-2.75 0-4.125.841-4.979s2.195-.854 4.902-.854h2.46c2.708 0 4.29.046 5.13.9.841.854.834 2.183.834 4.933v.989M13.287 1.667v1.666M9.121 1.667v1.666M4.954 1.667v1.666" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M5.833 12.5h3.333M5.833 8.333H12.5" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M17.3 12.399c-.755-.846-1.207-.795-1.71-.644-.352.05-1.56 1.459-2.063 1.908-.825.816-1.655 1.656-1.71 1.765-.156.254-.302.705-.372 1.208-.13.755-.32 1.604-.08 1.677.239.073.905-.067 1.66-.178.502-.09.854-.19 1.106-.342.352-.211 1.006-.956 2.133-2.063.706-.744 1.388-1.258 1.59-1.761.2-.755-.101-1.158-.554-1.57Z", opacity: 0.93 })] }));
2450
2492
 
2451
2493
  const SvgPartsIcon = ({ 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", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M12.162 3.333H10.58a1 1 0 0 0-1 1v6.878a1 1 0 0 0 1 1h1.583a1 1 0 0 0 1-1V4.333a1 1 0 0 0-1-1M17.1 7.772h-3.938M9.58 5.98H6.65M9.58 9.25H6.65M4.506 11.49v4.438M2.5 13.708h4.151" })] }));
@@ -2462,16 +2504,28 @@ const SvgPrinterIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs
2462
2504
 
2463
2505
  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" })] }));
2464
2506
 
2507
+ 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" })] }));
2508
+
2509
+ 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" })] }));
2510
+
2465
2511
  const SvgReferIcon = ({ 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.667, d: "M11.933 6.002v-2.08c0-.313.189-.538.472-.582a.52.52 0 0 1 .473.16l2.335 2.291c.676.67 1.36 1.331 2.036 2 .335.328.335.64 0 .968-1.447 1.425-2.895 2.843-4.342 4.276-.32.313-.764.21-.916-.102a.8.8 0 0 1-.066-.313v-2.043c-.24.029-.465.05-.69.087-1.79.298-3.288 1.178-4.633 2.356-.117.102-.233.197-.4.204-.386.014-.648-.29-.59-.713.117-.829.284-1.65.582-2.436C6.69 8.773 7.46 7.682 8.667 6.94c.742-.458 1.55-.72 2.4-.843.277-.044.553-.066.851-.102z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.667, d: "M8.078 4.693H5.845A3.346 3.346 0 0 0 2.5 8.04v5.949a3.346 3.346 0 0 0 3.345 3.345h5.95a3.35 3.35 0 0 0 3.192-2.342" })] }));
2466
2512
 
2513
+ const SvgRefForwardIcon = ({ 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: 1.167, d: "M6 4.583h4c.167 0 .261.054.312.104.051.051.105.146.105.313s-.054.262-.105.313-.145.104-.312.104H5.417v13.166h13.166V14c0-.167.053-.262.104-.312.051-.051.145-.105.313-.105.167 0 .261.054.312.104.051.051.105.146.105.313v4c0 .778-.64 1.417-1.417 1.417H6c-.778 0-1.417-.64-1.417-1.417V6c0-.778.639-1.417 1.417-1.417Z" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M20 10c-.6 0-1-.4-1-1V5h-4c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1v5c0 .6-.4 1-1 1" }), jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M13 12c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-7 7c-.2.2-.4.3-.7.3" })] }));
2514
+
2467
2515
  const SvgReplyIcon = ({ 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", d: "M19 19v-4q0-1.25-.875-2.125A2.9 2.9 0 0 0 16 12H6.825l3.6 3.6L9 17l-6-6 6-6 1.425 1.4-3.6 3.6H16q2.075 0 3.538 1.463T21 15v4z" })] }));
2468
2516
 
2517
+ const SvgSandOfTimeAltIcon = ({ 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", strokeWidth: 2, d: "M14.335 2.5h-8.67c-1.214 0-2.28.739-2.329 1.803-.06 1.339.985 2.228 2.084 3.062C6.94 8.52 7.7 9.097 7.78 9.828q.02.172 0 .344c-.08.73-.84 1.308-2.36 2.463-1.129.857-2.148 1.655-2.084 3.062.05 1.065 1.115 1.803 2.33 1.803h8.669c1.214 0 2.28-.738 2.329-1.803a2.72 2.72 0 0 0-1.051-2.277c-.338-.268-.689-.524-1.033-.785-1.52-1.155-2.28-1.732-2.36-2.463a1.6 1.6 0 0 1 0-.344c.08-.73.84-1.308 2.36-2.463 1.117-.848 2.148-1.671 2.084-3.062-.049-1.064-1.115-1.803-2.33-1.803Z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M7.5 17.198c0-.368 0-.552.073-.713a1 1 0 0 1 .039-.075c.089-.152.24-.26.542-.476.838-.599 1.257-.898 1.734-.93a2 2 0 0 1 .224 0c.477.032.896.331 1.734.93.302.216.453.324.542.476q.021.037.039.075c.073.161.073.345.073.713v.302h-5z" })] }));
2518
+
2519
+ const SvgSelectVisiblePartAltIcon = ({ 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: "M6.367 13.675h-1.3a2.497 2.497 0 0 1-2.5-2.5V5.058c0-1.383 1.116-2.5 2.5-2.5h6.116c1.384 0 2.5 1.117 2.5 2.5v1.067" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "m15.583 10.791-4.791 4.792L9.2 9.2z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m13.192 13.191 4.25 4.25" })] }));
2520
+
2469
2521
  const SvgSendUpAltIcon = ({ 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: "M3.015 10.81C2.497 7.515 15.693.513 19.32 3.904c3.708 3.462-2.847 17.466-5.957 17.089-1.484-.185-2.328-3.673-2.829-7.257-3.61-.457-7.265-1.283-7.529-2.926zM13.259 10.186l-3.101 3.629" })] }));
2470
2522
 
2471
2523
  const SvgSendUpIcon = ({ 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: 2, d: "M4.02 14.413C3.329 10.02 20.923.684 25.76 5.206c4.944 4.615-3.795 23.288-7.942 22.784-1.98-.246-3.104-4.896-3.772-9.676-4.814-.61-9.687-1.71-10.039-3.9zM17.682 13.581l-4.135 4.838" })] }));
2472
2524
 
2473
2525
  const SvgSettingOutlineIcon = ({ 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.667, d: "M11.159 3.99c-1.171-.21-1.208-1.678-2.38-1.47-1.17.21-.7 1.597-1.737 2.193s-2.006-.507-2.767.403c-.76.91.492 1.678.082 2.797C3.947 9.03 2.5 8.815 2.5 10s1.454.97 1.857 2.088-.85 1.887-.082 2.797 1.738-.187 2.767.403c1.03.589.56 1.99 1.738 2.192s1.208-1.26 2.379-1.469c1.17-.209 1.708 1.163 2.737.567s.112-1.745.88-2.655 2.058-.209 2.461-1.328-1.037-1.41-1.037-2.603 1.44-1.484 1.037-2.602c-.403-1.12-1.7-.418-2.461-1.328s.142-2.185-.94-2.685-1.506.806-2.677.597z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.667, d: "M10.1 12.432a2.431 2.431 0 1 0 0-4.863 2.431 2.431 0 0 0 0 4.863" })] }));
2474
2526
 
2527
+ const SvgShareForwardIcon = ({ 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.762, d: "M12.564 9.038V5.892c0-.476.281-.81.713-.88a.8.8 0 0 1 .723.246c1.18 1.154 2.352 2.317 3.533 3.471 1.03 1.014 2.053 2.018 3.084 3.031.51.502.51.97 0 1.472-2.185 2.15-4.388 4.3-6.564 6.467-.485.476-1.155.317-1.384-.15a1.3 1.3 0 0 1-.106-.476c-.008-.907 0-1.806 0-2.713v-.37c-.36.044-.713.079-1.048.132-2.714.458-4.978 1.788-7.005 3.568-.176.159-.352.29-.608.308-.59.027-.978-.431-.89-1.083.168-1.26.432-2.494.882-3.683.748-1.974 1.92-3.621 3.744-4.74 1.12-.688 2.335-1.084 3.63-1.278.414-.062.837-.097 1.295-.15z" })] }));
2528
+
2475
2529
  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" })] }));
2476
2530
 
2477
2531
  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" })] }));
@@ -2490,6 +2544,8 @@ const SvgTargetBoardIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.
2490
2544
 
2491
2545
  const SvgTargetHalfIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 381 375", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 14, d: "M295.106 468.197c97.036 0 175.699-78.644 175.699-175.656 0-97.013-78.663-175.656-175.699-175.656s-175.7 78.643-175.7 175.656c0 97.012 78.664 175.656 175.7 175.656M73.875 292.531h95.269M295.406 73.875v95.187M295.211 259.272v66.516M328.503 292.531H261.93" })] }));
2492
2546
 
2547
+ const SvgTeamIcon = ({ 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: "M15.5 11a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0" }), jsxRuntimeExports.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" }), jsxRuntimeExports.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" })] }));
2548
+
2493
2549
  const SvgTagIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsxRuntimeExports.jsx("path", { d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z", fill: "url(#paint0_linear_26413_165696)", stroke: "url(#paint1_linear_26413_165696)", strokeWidth: 2 }), jsxRuntimeExports.jsx("path", { d: "M7.83936 12.6192L10.5557 15.0003L16.1517 8.9917", stroke: "white", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntimeExports.jsxs("defs", { children: [jsxRuntimeExports.jsxs("linearGradient", { id: "paint0_linear_26413_165696", x1: 6, y1: 4, x2: 25.5, y2: 43, gradientUnits: "userSpaceOnUse", children: [jsxRuntimeExports.jsx("stop", { stopColor: "currentColor" }), jsxRuntimeExports.jsx("stop", { offset: 1, stopColor: "white" })] }), jsxRuntimeExports.jsxs("linearGradient", { id: "paint1_linear_26413_165696", x1: 4.5, y1: -0.999999, x2: 38, y2: 53.5, gradientUnits: "userSpaceOnUse", children: [jsxRuntimeExports.jsx("stop", { stopColor: "currentColor" }), jsxRuntimeExports.jsx("stop", { offset: 1, stopColor: "white" })] })] })] }));
2494
2550
 
2495
2551
  const SvgTickIcon = ({ 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: "M1 10.625 6.575 16 19 4" })] }));
@@ -2500,6 +2556,8 @@ const SvgUafoIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("s
2500
2556
 
2501
2557
  const SvgUnlockIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 24", "aria-labelledby": titleId, ...props, children: [title ? jsxRuntimeExports.jsx("title", { id: titleId, children: title }) : null, jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M4.768 18.845c.225 1.67 1.608 2.979 3.292 3.056 1.416.065 2.855.099 4.44.099s3.024-.034 4.44-.1c1.684-.076 3.067-1.385 3.292-3.055.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95 95 0 0 0 12.5 9c-1.585 0-3.024.034-4.44.1-1.684.076-3.067 1.385-3.292 3.055-.147 1.09-.268 2.207-.268 3.345s.121 2.255.268 3.345Z" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8 9V6.5A4.5 4.5 0 0 1 12.5 2c1.96 0 3.5 1.5 4 3" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12.496 15.5h.01" })] }));
2502
2558
 
2559
+ const SvgUpArrowIcon = ({ 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(#up-arrow-icon_svg__a)", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "m7.821 15.541-1.498-1.498 7.52-7.529h-5.71l.015-2.06h9.254v9.262h-2.074l.014-5.703z" }) }), jsxRuntimeExports.jsx("defs", { children: jsxRuntimeExports.jsx("clipPath", { id: "up-arrow-icon_svg__a", children: jsxRuntimeExports.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })] }));
2560
+
2503
2561
  const SvgUploadAltIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 26 26", "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: "M13 3.391v12.492M13 3.39l4.333 3.844M13 3.39 8.666 7.235M4.333 13v7.687c0 .51.228.999.635 1.359.406.36.957.563 1.532.563h13c.574 0 1.125-.203 1.532-.563.406-.36.634-.85.634-1.359V13" })] }));
2504
2562
 
2505
2563
  const SvgUserBoldIcon = ({ title, titleId, ...props }) => (jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 17 17", "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: "M8.519 8.043a2.942 2.942 0 1 0 0-5.883 2.942 2.942 0 0 0 0 5.883" }), jsxRuntimeExports.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.333, d: "M3.716 13.692c-.526-.423-.65-1.175-.19-1.67.847-.909 2.42-2.16 4.714-2.26 2.497-.116 4.272 1.205 5.204 2.137.468.468.389 1.208-.096 1.66l-.978.91c-.246.23-.571.357-.908.357H5.597c-.304 0-.6-.104-.836-.294z" })] }));
@@ -2524,5 +2582,5 @@ const SvgWarningOutlineIcon = ({ title, titleId, ...props }) => (jsxRuntimeExpor
2524
2582
 
2525
2583
  const SvgWireNodeIcon = ({ 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: "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" })] }));
2526
2584
 
2527
- 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, SvgAnonnateIcon as AnonnateIcon, AppPromoIcon, AppleStoreIcon, AppsIcon, SvgArVrIcon as ArVrIcon, SvgArcBy3XPIcon as ArcBy3XPIcon, SvgArcByCenterXPIcon as ArcByCenterXPIcon, SvgArcIcon as ArcIcon, ArduinoIcon, 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, SvgAutoCompleteBadgeIcon as AutoCompleteBadgeIcon, SvgAutoRouteIcon as AutoRouteIcon, SvgAutoScaleSketchIcon as AutoScaleSketchIcon, BackwordIcon, BagIcon, BagWithTimeIcon, SvgBellIcon as BellIcon, SvgBezierCurveIcon as BezierCurveIcon, 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, CardIcon, CenterFocusIcon, CenterOutlineIcon, ChatBubbleIcon, CheckBoxCheckedIcon, SvgCheckBoxFillIcon as CheckBoxFill, SvgCheckBoxOutlineIcon as CheckBoxOutlineIcon, CheckBoxUncheckedIcon, SvgCheckCircleAltIcon as CheckCircleAltIcon, SvgCheckCircleFillIcon as CheckCircleFillIcon, 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, CoinDoubleIcon, 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, SvgCurveIcon as CurveIcon, SvgCutAltIcon as CutAltIcon, SvgCutIcon as CutIcon, SvgCylinderIcon as CylinderIcon, SvgDashboardMenuIcon as DashboardMenuIcon, DashboardOutlineIcon, 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, DollarBagIcon, SvgDollarCircleIcon as DollarCircleIcon, DoneAllIcon, SvgDoubleCheckIcon as DoubleCheckIcon, SvgDoublePaperIcon as DoublePaperIcon, SvgDoublePlayIcon as DoublePlayIcon, DoubleSettingIcon, DownTipIcon, DownloadAltIcon, 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, 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, FlagIcon, SvgFlameIcon as FlameIcon, FlipHorizontalIcon, FlipVerticalIcon, 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, 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, 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, SvgLineIcon as LineIcon, SvgLinearPatternIcon as LinearPatternIcon, SvgLinkAltIcon as LinkAltIcon, LinkIcon, SvgLinkedinAltIcon as LinkedInAltIcon, LinkedInIcon, ListBulletedIcon, 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, SvgMenuDotIcon as MenuDotIcon, MenuDotOutlineIcon, SvgMenuLineIcon as MenuLineIcon, SvgMessageIcon as MessageIcon, 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, 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, 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, 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, SvgReferIcon as ReferAltIcon, ReferIcon, 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, SandsOfTimeIcon, SvgSaveDisplayConfigurationIcon as SaveDisplayConfigurationIcon, SvgScaleAltIcon as ScaleAltIcon, SvgScaleIcon as ScaleIcon, SearchAltIcon, SearchIcon, SearchThinIcon, SelectAllIcon, SelectLasoIcon, SelectVisiblePartIcon, SendAltIcon, SendIcon, SvgSendUpAltIcon as SendUpAltIcon, SvgSendUpIcon as SendUpIcon, SettingIcon, SvgSettingOutlineIcon as SettingOutlineIcon, SettingsApplicationIcon, ShareAltIcon, ShareIcon, 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, 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, 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, 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 };
2585
+ 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, SvgAutoCompleteBadgeIcon as AutoCompleteBadgeIcon, SvgAutoRouteIcon as AutoRouteIcon, SvgAutoScaleSketchIcon as AutoScaleSketchIcon, BackwordIcon, BagIcon, BagWithTimeIcon, SvgBalanceSheetIcon as BalanceSheetIcon, SvgBellIcon as BellIcon, SvgBezierCurveIcon as BezierCurveIcon, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 };
2528
2586
  //# sourceMappingURL=index.esm.js.map