@ideeza/icons 1.0.7 → 1.0.8

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.
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgBox3DAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgBox3DAltIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgMailAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgMailAltIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgTrophyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgTrophyIcon;
@@ -7,6 +7,7 @@ export { default as ArrowUpDownIcon } from "./ArrowUpDownIcon";
7
7
  export { default as BagWithTimeIcon } from "./BagWithTimeIcon";
8
8
  export { default as BlubFillIcon } from "./BlubFillIcon";
9
9
  export { default as BookOutlineIcon } from "./BookOutlineIcon";
10
+ export { default as Box3DAltIcon } from "./Box3DAltIcon";
10
11
  export { default as CenterOutlineIcon } from "./CenterOutlineIcon";
11
12
  export { default as CircleInfoIcon } from "./CircleInfoIcon";
12
13
  export { default as CircleMinusIcon } from "./CircleMinusIcon";
@@ -25,6 +26,7 @@ export { default as ElectronicIcon } from "./ElectronicIcon";
25
26
  export { default as HideIcon } from "./HideIcon";
26
27
  export { default as LinkAltIcon } from "./LinkAltIcon";
27
28
  export { default as MailIcon } from "./MailIcon";
29
+ export { default as MailAltIcon } from "./MailAltIcon";
28
30
  export { default as MenuDotOutlineIcon } from "./MenuDotOutlineIcon";
29
31
  export { default as NoteOutlineIcon } from "./NoteOutlineIcon";
30
32
  export { default as ProductIcon } from "./ProductIcon";
@@ -41,6 +43,7 @@ export { default as StickyNoteIcon } from "./StickyNoteIcon";
41
43
  export { default as SunnyIcon } from "./SunnyIcon";
42
44
  export { default as ThreeDCaseIcon } from "./ThreeDCaseIcon";
43
45
  export { default as TrandingUpIcon } from "./TrandingUpIcon";
46
+ export { default as TrophyIcon } from "./TrophyIcon";
44
47
  export { default as TutorialOutlineIcon } from "./TutorialOutlineIcon";
45
48
  export { default as UploadIcon } from "./UploadIcon";
46
49
  export { default as UserCaptureIcon } from "./UserCaptureIcon";
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgAiPromtIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgAiPromtIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgArVrIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgArVrIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgClockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgClockIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgRadioActiveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgRadioActiveIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgRadioDeactiveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgRadioDeactiveIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgThreeStarAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgThreeStarAltIcon;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
8
+ export default SvgVideoIcon;
@@ -1,14 +1,17 @@
1
1
  export { default as AdjustableIcon } from "./AdjustableIcon";
2
+ export { default as AiPromtIcon } from "./AiPromtIcon";
2
3
  export { default as AlignedHolesIcon } from "./AlignedHolesIcon";
3
4
  export { default as AlignmentIndicatorIcon } from "./AlignmentIndicatorIcon";
4
5
  export { default as ArcBy3XPIcon } from "./ArcBy3XPIcon";
5
6
  export { default as ArcByCenterXPIcon } from "./ArcByCenterXPIcon";
7
+ export { default as ArVrIcon } from "./ArVrIcon";
6
8
  export { default as CADDirectIcon } from "./CADDirectIcon";
7
9
  export { default as CircleBy3XPIcon } from "./CircleBy3XPIcon";
8
10
  export { default as CircleByCenterIcon } from "./CircleByCenterIcon";
9
11
  export { default as CleanSketchIcon } from "./CleanSketchIcon";
10
12
  export { default as CloneComponentIcon } from "./CloneComponentIcon";
11
13
  export { default as ComponentSketchIcon } from "./ComponentSketchIcon";
14
+ export { default as ClockIcon } from "./ClockIcon";
12
15
  export { default as ComponentsIcon } from "./ComponentsIcon";
13
16
  export { default as ComponentsSketchIcon } from "./ComponentsSketchIcon";
14
17
  export { default as ConfigurationOptionIcon } from "./ConfigurationOptionIcon";
@@ -56,6 +59,8 @@ export { default as PerpendicularIcon } from "./PerpendicularIcon";
56
59
  export { default as PointIcon } from "./PointIcon";
57
60
  export { default as PolygonByCenterIcon } from "./PolygonByCenterIcon";
58
61
  export { default as ProjectToSketchIcon } from "./ProjectToSketchIcon";
62
+ export { default as RadioActiveIcon } from "./RadioActiveIcon";
63
+ export { default as RadioDeactiveIcon } from "./RadioDeactiveIcon";
59
64
  export { default as RectangleBy2XPIcon } from "./RectangleBy2XPIcon";
60
65
  export { default as RectangleBy3XPIcon } from "./RectangleBy3XPIcon";
61
66
  export { default as RectangleByCenterIcon } from "./RectangleByCenterIcon";
@@ -85,8 +90,10 @@ export { default as TangentArcIcon } from "./TangentArcIcon";
85
90
  export { default as TangentCircleIcon } from "./TangentCircleIcon";
86
91
  export { default as TangentIcon } from "./TangentIcon";
87
92
  export { default as TearOffSketchAltIcon } from "./TearOffSketchAltIcon";
93
+ export { default as ThreeStarAltIcon } from "./ThreeStarAltIcon";
88
94
  export { default as TearOffSketchIcon } from "./TearOffSketchIcon";
89
95
  export { default as TrimCornerIcon } from "./TrimCornerIcon";
90
96
  export { default as TrimIcon } from "./TrimIcon";
97
+ export { default as VideoIcon } from "./VideoIcon";
91
98
  export { default as XYKeyInIcon } from "./XYKeyInIcon";
92
99
  export { default as ZeroOriginIcon } from "./ZeroOriginIcon";
package/dist/index.cjs CHANGED
@@ -732,6 +732,11 @@ const BookOutlineIcon = ({ title, titleId, ...props }) => (React.createElement("
732
732
  React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M18.5 16H4a2.5 2.5 0 0 0 0 5h14.5" }),
733
733
  React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M18.5 21a2.5 2.5 0 0 1 0-5M13 6H7m3 4H7" })));
734
734
 
735
+ const SvgBox3DAltIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 21", "aria-labelledby": titleId, ...props },
736
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
737
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9 19.64c.28 0 .539-.126 1.058-.381l4.172-2.044C16.077 16.31 17 15.857 17 15.14v-9m-8 13.5c-.28 0-.539-.127-1.058-.382L3.77 17.215C1.923 16.31 1 15.857 1 15.14v-9m8 13.5v-9" }),
738
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.942 2.023c.52-.255.779-.382 1.058-.382.28 0 .539.127 1.058.382l4.172 2.044C16.077 4.972 17 5.425 17 6.14s-.923 1.169-2.77 2.074l-4.172 2.044c-.52.255-.779.382-1.058.382-.28 0-.539-.127-1.058-.382L3.77 8.215C1.923 7.31 1 6.857 1 6.14s.923-1.17 2.77-2.074z" })));
739
+
735
740
  const CenterOutlineIcon = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 10 10", "aria-labelledby": titleId, ...props },
736
741
  title ? React.createElement("title", { id: titleId }, title) : null,
737
742
  React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.625, d: "M3.75 1.667v1.25c0 .46-.373.833-.833.833h-1.25M6.25 8.333v-1.25c0-.46.373-.833.833-.833h1.25M8.334 3.75h-1.25a.833.833 0 0 1-.834-.833v-1.25M1.667 6.25h1.25c.46 0 .833.373.833.833v1.25" })));
@@ -819,6 +824,11 @@ const SvgMailIcon = ({ title, titleId, ...props }) => (React__namespace.createEl
819
824
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m1.836 4 6.413 3.917c2.549 1.444 3.625 1.444 6.174 0L20.836 4" }),
820
825
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M1.353 11.476c.065 3.065.098 4.598 1.229 5.733 1.13 1.136 2.705 1.175 5.854 1.254 1.94.05 3.862.05 5.802 0 3.149-.08 4.723-.118 5.854-1.254 1.13-1.135 1.164-2.668 1.23-5.733.02-.986.02-1.966 0-2.952-.066-3.065-.1-4.598-1.23-5.733-1.131-1.136-2.705-1.175-5.854-1.254a115 115 0 0 0-5.802 0c-3.15.079-4.723.118-5.854 1.254-1.131 1.135-1.164 2.668-1.23 5.733q-.03 1.475 0 2.952" })));
821
826
 
827
+ const SvgMailAltIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 17", "aria-labelledby": titleId, ...props },
828
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
829
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m5.832 5.724 2.452 1.45c1.429.845 2 .845 3.43 0l2.451-1.45" }),
830
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M1.678 9.87c.054 2.555.082 3.832 1.024 4.778.943.947 2.254.98 4.879 1.045 1.616.042 3.218.042 4.835 0 2.624-.066 3.935-.098 4.878-1.045.942-.946.97-2.223 1.025-4.777.017-.822.017-1.639 0-2.46-.055-2.555-.083-3.832-1.025-4.778-.943-.947-2.254-.979-4.878-1.045a96 96 0 0 0-4.835 0c-2.625.066-3.936.098-4.879 1.045-.942.946-.97 2.223-1.025 4.778a58 58 0 0 0 .001 2.46" })));
831
+
822
832
  const MenuDotOutlineIcon = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props },
823
833
  title ? React.createElement("title", { id: titleId }, title) : null,
824
834
  React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.25 10.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5M18 9.357V10.5m0-1.143a2.93 2.93 0 0 1-2.427-1.272M18 9.357a2.93 2.93 0 0 0 2.427-1.272m-4.854 0-1.073.7m1.073-.7a2.8 2.8 0 0 1 0-3.17m4.854 3.17 1.073.7m-1.073-.7a2.8 2.8 0 0 0 0-3.17M18 3.643a2.93 2.93 0 0 1 2.427 1.272M18 3.643a2.93 2.93 0 0 0-2.427 1.272M18 3.643V2.5m2.427 2.415 1.073-.701m-5.927.701-1.073-.7M17.75 22a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5M6.25 22a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5" })));
@@ -912,6 +922,11 @@ const TrandingUpIcon = ({ title, titleId, ...props }) => (React.createElement("s
912
922
  title ? React.createElement("title", { id: titleId }, title) : null,
913
923
  React.createElement("path", { fill: "currentColor", d: "M.7 11.625a.93.93 0 0 1-.288-.713.98.98 0 0 1 .288-.687l5.275-5.35Q6.55 4.3 7.4 4.3t1.425.575l2.575 2.6 5.2-5.15H15a.97.97 0 0 1-.713-.288.97.97 0 0 1-.287-.712q0-.424.287-.713A.97.97 0 0 1 15 .325h4q.424 0 .712.287Q20 .9 20 1.325v4q0 .424-.288.712a.97.97 0 0 1-.712.288.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712v-1.6L12.825 8.9q-.575.575-1.425.575T9.975 8.9L7.4 6.325l-5.3 5.3a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275" })));
914
924
 
925
+ const SvgTrophyIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 22 23", "aria-labelledby": titleId, ...props },
926
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
927
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 3.64a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v5a7 7 0 0 1-14 0zm4 18h6l-3-5z" }),
928
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 3.64H3a2 2 0 0 0-2 2v1.24a4 4 0 0 0 2.128 3.535l1.372.726M18 3.64h1a2 2 0 0 1 2 2v.637a5 5 0 0 1-2.66 4.419l-.84.444" })));
929
+
915
930
  const TutorialOutlineIcon = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props },
916
931
  title ? React.createElement("title", { id: titleId }, title) : null,
917
932
  React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M1.5 6h19m-19 10h19M11 16V6M7 6V2m8 4V2M7 20v-4m8 4v-4M1.5 11c0-4.478 0-6.718 1.391-8.109S6.521 1.5 11 1.5c4.478 0 6.718 0 8.109 1.391S20.5 6.521 20.5 11c0 4.478 0 6.718-1.391 8.109S15.479 20.5 11 20.5c-4.478 0-6.718 0-8.109-1.391S1.5 15.479 1.5 11" })));
@@ -1706,6 +1721,10 @@ const SvgAdjustableIcon = ({ title, titleId, ...props }) => (React__namespace.cr
1706
1721
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M16.459 13.125a3.33 3.33 0 0 1-3.334 3.333h-8.25a3.33 3.33 0 0 1-3.333-3.333V9M1.542 4.875a3.33 3.33 0 0 1 3.333-3.333h8.242a3.33 3.33 0 0 1 3.333 3.333V9M7.667 6.45h5.375" }),
1707
1722
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M6.792 5.117h-1a.833.833 0 0 0-.833.833v1c0 .46.373.833.833.833h1c.46 0 .834-.373.834-.833v-1a.833.833 0 0 0-.834-.833ZM10.376 11.55H4.959M11.209 12.884h1c.46 0 .833-.374.833-.834v-1a.833.833 0 0 0-.833-.833h-1a.833.833 0 0 0-.834.833v1c0 .46.373.833.834.833Z" })));
1708
1723
 
1724
+ const SvgAiPromtIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props },
1725
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1726
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8.333 5.833-.43 1.162c-.563 1.523-.845 2.285-1.4 2.84-.556.556-1.318.838-2.841 1.401l-1.162.43 1.162.43c1.523.564 2.285.846 2.84 1.401.556.556.838 1.318 1.401 2.84l.43 1.163.43-1.162c.564-1.523.846-2.285 1.401-2.84.556-.556 1.318-.838 2.84-1.402l1.163-.43-1.162-.43c-1.523-.563-2.285-.845-2.84-1.4-.556-.556-.838-1.318-1.402-2.841zM15 2.5l-.184.498c-.242.653-.363.98-.6 1.217-.239.238-.565.36-1.218.6L12.5 5l.498.184c.653.242.98.363 1.217.6.238.239.36.565.6 1.218L15 7.5l.184-.498c.242-.653.363-.98.6-1.217.239-.238.565-.36 1.218-.6L17.5 5l-.498-.184c-.653-.242-.98-.363-1.217-.6-.238-.239-.36-.565-.6-1.218z" })));
1727
+
1709
1728
  const SvgAlignedHolesIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props },
1710
1729
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1711
1730
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M5.117 10.858H3.56a2.05 2.05 0 0 0-2.05 2.05v1.559a2.05 2.05 0 0 0 2.05 2.05h1.558a2.05 2.05 0 0 0 2.05-2.05v-1.559a2.05 2.05 0 0 0-2.05-2.05ZM14.442 1.542h-1.558a2.05 2.05 0 0 0-2.05 2.05V5.15a2.05 2.05 0 0 0 2.05 2.05h1.558a2.05 2.05 0 0 0 2.05-2.05V3.592a2.05 2.05 0 0 0-2.05-2.05ZM6.634 4.367H1.509M5.117 6.758l.942-.941c.8-.8.8-2.092 0-2.892l-.942-.942M11.367 13.692h5.125M12.884 16.075l-.942-.942c-.8-.8-.8-2.091 0-2.891l.941-.942" })));
@@ -1725,6 +1744,11 @@ const SvgArcByCenterXPIcon = ({ title, titleId, ...props }) => (React__namespace
1725
1744
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M8.083 15.417A7.325 7.325 0 0 1 .758 8.092C.758 4.05 4.04.758 8.083.758a7.33 7.33 0 0 1 7.325 7.325" }),
1726
1745
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M4.79 1.066H1.082v3.709H4.79z" })));
1727
1746
 
1747
+ const SvgArVrIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 12", "aria-labelledby": titleId, ...props },
1748
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1749
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.277 10.549h3.494a2.856 2.856 0 0 0 2.858-2.858V3.828h-15v3.863a2.856 2.856 0 0 0 2.858 2.858H7.98M4.587 1.18c.278-.25.638-.387 1.012-.387h7.308c.397 0 .779.156 1.063.434v0c.97.952.296 2.601-1.063 2.601H5.599c-1.393 0-2.05-1.719-1.012-2.648M3.83 5.793h2.201" }),
1750
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.98 10.549 1.145-1.98 1.152 1.98" })));
1751
+
1728
1752
  const SvgCADDirectIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props },
1729
1753
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1730
1754
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M16.499 13.45v-2.592a1.76 1.76 0 0 0-.884-1.525l-2.241-1.291a1.75 1.75 0 0 0-1.759 0L9.374 9.333a1.77 1.77 0 0 0-.884 1.525v2.592c0 .625.334 1.208.884 1.525l2.241 1.292a1.75 1.75 0 0 0 1.759 0l2.241-1.292c.542-.317.884-.892.884-1.525ZM12.498 16.5v-4.45M12.498 12.05l3.633-2.1M12.498 12.05 8.84 9.925M4.841 12.5a3.33 3.33 0 0 1-3.333-3.333V4.842A3.33 3.33 0 0 1 4.84 1.508h4.325A3.33 3.33 0 0 1 12.5 4.842M4.4 4.25h4.925M4.4 7h3.15M4.4 9.75H5.51" })));
@@ -1759,6 +1783,11 @@ const SvgComponentSketchIcon = ({ title, titleId, ...props }) => (React__namespa
1759
1783
  React__namespace.createElement("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M7.334 5.883H3.209c-.92 0-1.667.746-1.667 1.667v3.108c0 .92.746 1.667 1.667 1.667h4.125c.92 0 1.666-.746 1.666-1.667V7.55c0-.92-.746-1.667-1.666-1.667Z" }),
1760
1784
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M5.267 5.75V1.617M5.267 12.442V16.6M5.267 3.067a.725.725 0 1 0 0-1.45.725.725 0 0 0 0 1.45ZM5.267 16.575a.725.725 0 1 0 0-1.45.725.725 0 0 0 0 1.45Z" })));
1761
1785
 
1786
+ const SvgClockIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 25 25", "aria-labelledby": titleId, ...props },
1787
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1788
+ React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 2, d: "M12.5 22.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10Z" }),
1789
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11.5 9.5v4l2 2" })));
1790
+
1762
1791
  const SvgComponentsIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 17 17", "aria-labelledby": titleId, ...props },
1763
1792
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1764
1793
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M6.033 3.65h4.525M3.65 10.55V6.025M11.924 14.3H7.4M14.308 7.392v4.525" }),
@@ -1992,6 +2021,15 @@ const SvgProjectToSketchIcon = ({ title, titleId, ...props }) => (React__namespa
1992
2021
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.2, d: "M5.475 3.025 11.9 9.45l1.225 3.683-3.683-1.225L1.5 3.967l2.458-2.459zM9.441 11.908l2.45-2.458M3.658 6.125l2.45-2.458" }),
1993
2022
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M14.834 7.308c.916 0 1.666.75 1.666 1.667v5.858c0 .917-.75 1.667-1.666 1.667H8.975c-.916 0-1.666-.75-1.666-1.667" })));
1994
2023
 
2024
+ const SvgRadioActiveIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props },
2025
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2026
+ React__namespace.createElement("circle", { cx: 9, cy: 9, r: 7, stroke: "currentColor", strokeWidth: 4 })));
2027
+
2028
+ const SvgRadioDeactiveIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props },
2029
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2030
+ React__namespace.createElement("path", { fill: "transparent", d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12" }),
2031
+ React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 2, d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z" })));
2032
+
1995
2033
  const SvgRectangleBy2XPIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props },
1996
2034
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
1997
2035
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M15.233 8.017v-2.7a2.827 2.827 0 0 0-2.825-2.825H5.325A2.827 2.827 0 0 0 2.5 5.317V12.4a2.827 2.827 0 0 0 2.825 2.825h1.558" }),
@@ -2140,6 +2178,36 @@ const SvgTearOffSketchAltIcon = ({ title, titleId, ...props }) => (React__namesp
2140
2178
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M10.834 15.808c0 .917-.75 1.667-1.666 1.667H4.184c-.916 0-1.666-.75-1.666-1.667V4.192c0-.917.75-1.667 1.666-1.667h4.984c.916 0 1.666.75 1.666 1.667" }),
2141
2179
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M11.975 7.192H9.692c-.92 0-1.667.746-1.667 1.666v2.284c0 .92.747 1.666 1.667 1.666h2.283c.92 0 1.667-.746 1.667-1.666V8.858c0-.92-.746-1.666-1.667-1.666ZM13.643 10h3.866" })));
2142
2180
 
2181
+ const SvgThreeStarAltIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props },
2182
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2183
+ React__namespace.createElement("g", { filter: "url(#three-star-alt-icon_svg__a)" },
2184
+ React__namespace.createElement("path", { fill: "url(#three-star-alt-icon_svg__b)", d: "M12.323 7.112a.2.2 0 0 1-.1-.023.16.16 0 0 1-.065-.083l-.343-.802-.862-.377a.16.16 0 0 1-.082-.065.2.2 0 0 1-.024-.1.2.2 0 0 1 .024-.1.16.16 0 0 1 .082-.066l.862-.365.343-.767a.16.16 0 0 1 .065-.083.2.2 0 0 1 .1-.023.2.2 0 0 1 .1.023q.042.024.065.083l.343.767.862.365q.06.024.082.065a.2.2 0 0 1 .024.1.2.2 0 0 1-.024.1.16.16 0 0 1-.082.066l-.862.377-.343.802a.16.16 0 0 1-.064.083.2.2 0 0 1-.1.023m0 7.03a.2.2 0 0 1-.094-.023.15.15 0 0 1-.071-.082l-.343-.767-.85-.366a.16.16 0 0 1-.082-.065.2.2 0 0 1-.024-.1.2.2 0 0 1 .024-.1.16.16 0 0 1 .082-.065l.85-.366.343-.814a.16.16 0 0 1 .065-.082.2.2 0 0 1 .1-.024q.06 0 .1.024.042.023.065.082l.343.814.85.366q.06.023.083.065a.2.2 0 0 1 .023.1.2.2 0 0 1-.023.1.16.16 0 0 1-.083.065l-.85.366-.343.767a.15.15 0 0 1-.07.082.2.2 0 0 1-.095.024m-5.184-2.04a.35.35 0 0 1-.183-.053.35.35 0 0 1-.135-.148l-.768-1.64L4.4 9.52a.35.35 0 0 1-.148-.136A.35.35 0 0 1 4.2 9.2a.35.35 0 0 1 .053-.183.35.35 0 0 1 .148-.135l1.653-.743.768-1.628a.351.351 0 0 1 .319-.212q.093 0 .182.053a.35.35 0 0 1 .136.147l.78 1.64 1.64.743q.108.046.16.135a.35.35 0 0 1 .053.183.35.35 0 0 1-.212.319l-1.641.743-.78 1.64a.3.3 0 0 1-.136.153.4.4 0 0 1-.183.047", shapeRendering: "crispEdges" })),
2185
+ React__namespace.createElement("defs", null,
2186
+ React__namespace.createElement("linearGradient", { id: "three-star-alt-icon_svg__b", x1: 10.677, x2: 9.19, y1: 8.911, y2: 15.824, gradientUnits: "userSpaceOnUse" },
2187
+ React__namespace.createElement("stop", { stopColor: "currentColor", stopOpacity: 0.96 }),
2188
+ React__namespace.createElement("stop", { offset: 1, stopColor: "currentColor", stopOpacity: 0.23 })),
2189
+ React__namespace.createElement("filter", { id: "three-star-alt-icon_svg__a", width: 16.801, height: 17.744, x: 0.379, y: 0.921, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
2190
+ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
2191
+ React__namespace.createElement("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" }),
2192
+ React__namespace.createElement("feOffset", { dx: -0.79, dy: 1.493 }),
2193
+ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.515 }),
2194
+ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
2195
+ React__namespace.createElement("feColorMatrix", { values: "0 0 0 0 0.0506089 0 0 0 0 0.0159861 0 0 0 0 0.191833 0 0 0 0.25 0" }),
2196
+ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_18034_169842" }),
2197
+ React__namespace.createElement("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" }),
2198
+ React__namespace.createElement("feOffset", { dx: 0.746, dy: -0.703 }),
2199
+ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.317 }),
2200
+ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
2201
+ React__namespace.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.35 0" }),
2202
+ React__namespace.createElement("feBlend", { in2: "effect1_dropShadow_18034_169842", result: "effect2_dropShadow_18034_169842" }),
2203
+ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect2_dropShadow_18034_169842", result: "shape" }),
2204
+ React__namespace.createElement("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" }),
2205
+ React__namespace.createElement("feOffset", { dy: 1.844 }),
2206
+ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.164 }),
2207
+ React__namespace.createElement("feComposite", { in2: "hardAlpha", k2: -1, k3: 1, operator: "arithmetic" }),
2208
+ React__namespace.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
2209
+ React__namespace.createElement("feBlend", { in2: "shape", result: "effect3_innerShadow_18034_169842" })))));
2210
+
2143
2211
  const SvgTearOffSketchIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 17 18", "aria-labelledby": titleId, ...props },
2144
2212
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2145
2213
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2, d: "M1.509 7.775A6.393 6.393 0 0 0 7.9 1.383M7.91 16.617a6.393 6.393 0 0 0-6.392-6.392" }),
@@ -2156,6 +2224,10 @@ const SvgTrimIcon = ({ title, titleId, ...props }) => (React__namespace.createEl
2156
2224
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M3.675 10.45H2.383a.836.836 0 0 1-.833-.833V8.325c0-.458.375-.833.833-.833h1.292c.458 0 .833.375.833.833v1.292a.836.836 0 0 1-.833.833ZM14.983 7.492V5.7a2.664 2.664 0 0 0-2.667-2.667M12.316 14.967a2.664 2.664 0 0 0 2.667-2.667v-1.85" }),
2157
2225
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M14.325 10.45h1.292a.836.836 0 0 0 .833-.833V8.325a.836.836 0 0 0-.833-.833h-1.284a.836.836 0 0 0-.833.833v1.292c0 .458.375.833.833.833z" })));
2158
2226
 
2227
+ const SvgVideoIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 14", "aria-labelledby": titleId, ...props },
2228
+ title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2229
+ React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9.541 1.167H5.018A3.52 3.52 0 0 0 1.5 4.685V9.37a3.52 3.52 0 0 0 3.518 3.517H9.54A3.52 3.52 0 0 0 13.06 9.37V4.685a3.52 3.52 0 0 0-3.518-3.518M13.06 4.216l3.44-1.429v8.372l-3.41-2.105M8.267 3.701h1.904" })));
2230
+
2159
2231
  const SvgXYKeyInIcon = ({ title, titleId, ...props }) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props },
2160
2232
  title ? React__namespace.createElement("title", { id: titleId }, title) : null,
2161
2233
  React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M9.009 14.508h-3.3c-1.217 0-2.2-.983-2.2-2.2v-3.3M9.009 3.508h3.3c1.217 0 2.2.984 2.2 2.2v3.3M1.5 4.508c0-1.658 1.342-3 3-3M16.5 13.508c0 1.659-1.342 3-3 3M11.159 6.867l-4.292 4.291M11.159 11.158 6.867 6.867M17.334.667l-3.492 3.491M.667 17.334l3.508-3.509" })));
@@ -2200,6 +2272,7 @@ exports.AdjustableIcon = SvgAdjustableIcon;
2200
2272
  exports.AdvanceEditIcon = AdvanceEditIcon;
2201
2273
  exports.AgileModuleIcon = AgileModuleIcon;
2202
2274
  exports.AiIcon = AiIcon;
2275
+ exports.AiPromtIcon = SvgAiPromtIcon;
2203
2276
  exports.AlignCenterIcon = SvgAlignCenterIcon;
2204
2277
  exports.AlignHorizontalLeftIcon = AlignHorizontalLeftIcon;
2205
2278
  exports.AlignHorizontalRightIcon = AlignHorizontalRightIcon;
@@ -2215,6 +2288,7 @@ exports.AnonnateIcon = SvgAnonnateIcon;
2215
2288
  exports.AppPromoIcon = AppPromoIcon;
2216
2289
  exports.AppleStoreIcon = AppleStoreIcon;
2217
2290
  exports.AppsIcon = AppsIcon;
2291
+ exports.ArVrIcon = SvgArVrIcon;
2218
2292
  exports.ArcBy3XPIcon = SvgArcBy3XPIcon;
2219
2293
  exports.ArcByCenterXPIcon = SvgArcByCenterXPIcon;
2220
2294
  exports.ArcIcon = SvgArcIcon;
@@ -2242,6 +2316,7 @@ exports.BookOutlineIcon = BookOutlineIcon;
2242
2316
  exports.BooleanIcon = SvgBooleanIcon;
2243
2317
  exports.BottomIcon = SvgBottomIcon;
2244
2318
  exports.Box2Icon = SvgBox2Icon;
2319
+ exports.Box3DAltIcon = SvgBox3DAltIcon;
2245
2320
  exports.Box3DIcon = SvgBox3DIcon;
2246
2321
  exports.BoxIcon = BoxIcon;
2247
2322
  exports.BrushIcon = BrushIcon;
@@ -2270,6 +2345,7 @@ exports.CirclePlusIcon = CirclePlusIcon;
2270
2345
  exports.CircleQuestionFillIcon = CircleQuestionFillIcon;
2271
2346
  exports.CircleRingShapeIcon = CircleRingShapeIcon;
2272
2347
  exports.CleanSketchIcon = SvgCleanSketchIcon;
2348
+ exports.ClockIcon = SvgClockIcon;
2273
2349
  exports.CloneComponentIcon = SvgCloneComponentIcon;
2274
2350
  exports.CloseIcon = CloseIcon;
2275
2351
  exports.CloseThinIcon = SvgCloseThinIcon;
@@ -2434,6 +2510,7 @@ exports.LockIcon = LockIcon;
2434
2510
  exports.LoftIcon = SvgLoftIcon;
2435
2511
  exports.LogoutAltIcon = LogoutAltIcon;
2436
2512
  exports.LogoutIcon = LogoutIcon;
2513
+ exports.MailAltIcon = SvgMailAltIcon;
2437
2514
  exports.MailIcon = SvgMailIcon;
2438
2515
  exports.MeanderIcon = SvgMeanderIcon;
2439
2516
  exports.MeasureAngleIcon = SvgMeasureAngleIcon;
@@ -2513,6 +2590,8 @@ exports.QuickRouteSignalIcon = SvgQuickRouteSignalIcon;
2513
2590
  exports.QuickStartIcon = QuickStartIcon;
2514
2591
  exports.QuizIcon = QuizIcon;
2515
2592
  exports.RadialPatternIcon = SvgRadialPatternIcon;
2593
+ exports.RadioActiveIcon = SvgRadioActiveIcon;
2594
+ exports.RadioDeactiveIcon = SvgRadioDeactiveIcon;
2516
2595
  exports.RasberryPiIcon = RasberryPiIcon;
2517
2596
  exports.ReasumeOutlineIcon = ReasumeOutlineIcon;
2518
2597
  exports.RectangleBy2XPIcon = SvgRectangleBy2XPIcon;
@@ -2604,6 +2683,7 @@ exports.ThreeDCaseIcon = ThreeDCaseIcon;
2604
2683
  exports.ThreeDotHorizIcon = SvgThreeDotHorizIcon;
2605
2684
  exports.ThreeDotVerticalIcon = ThreeDotVerticalIcon;
2606
2685
  exports.ThreeLineIcon = SvgThreeLineIcon;
2686
+ exports.ThreeStarAltIcon = SvgThreeStarAltIcon;
2607
2687
  exports.ThreeStarIcon = ThreeStarIcon;
2608
2688
  exports.ThumbDownAltIcon = ThumbDownAltIcon;
2609
2689
  exports.ThumbUpAltIcon = ThumbUpAltIcon;
@@ -2619,6 +2699,7 @@ exports.TriLineArrowIcon = SvgTriLineArrowIcon;
2619
2699
  exports.TriLineIcon = SvgTriLineIcon;
2620
2700
  exports.TrimCornerIcon = SvgTrimCornerIcon;
2621
2701
  exports.TrimIcon = SvgTrimIcon;
2702
+ exports.TrophyIcon = SvgTrophyIcon;
2622
2703
  exports.TryAgainIcon = TryAgainIcon;
2623
2704
  exports.TuneIcon = TuneIcon;
2624
2705
  exports.TutorialOutlineIcon = TutorialOutlineIcon;
@@ -2636,6 +2717,7 @@ exports.VerifiedAltFillIcon = SvgVerifiedAltFillIcon;
2636
2717
  exports.VerifiedIcon = VerifiedIcon;
2637
2718
  exports.VerifiedOutlineIcon = VerifiedOutlineIcon;
2638
2719
  exports.ViaIcon = SvgViaIcon;
2720
+ exports.VideoIcon = SvgVideoIcon;
2639
2721
  exports.WarningFillIcon = WarningFillIcon;
2640
2722
  exports.WarningIcon = WarningIcon;
2641
2723
  exports.XYKeyInIcon = SvgXYKeyInIcon;