magick-icons 0.1.200 → 0.1.202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.mts +433 -1
- package/index.d.ts +433 -1
- package/index.js +480 -166
- package/index.js.map +1 -1
- package/index.mjs +457 -167
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -15,389 +15,660 @@ var AiIcon = React.forwardRef(
|
|
|
15
15
|
);
|
|
16
16
|
AiIcon.displayName = "AiIcon";
|
|
17
17
|
|
|
18
|
-
// dist/icons/
|
|
18
|
+
// dist/icons/ArchiveBold.tsx
|
|
19
19
|
import React2 from "react";
|
|
20
|
-
import { jsx as jsx2
|
|
21
|
-
var
|
|
20
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
21
|
+
var ArchiveBold = React2.forwardRef(
|
|
22
|
+
({ size, ...props }, ref) => {
|
|
23
|
+
return /* @__PURE__ */ jsx2("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx2("path", { fill: "#1e293b", d: "M22 5v2c0 1.83-.83 2.82-2.5 2.97-.16.02-.33.03-.5.03H5c-.17 0-.34-.01-.5-.03C2.83 9.82 2 8.83 2 7V5q0-3 3-3h14q3 0 3 3M5.5 11.25c-.55 0-1 .45-1 1V19c0 2 .5 3 3 3h9c2.5 0 3-1 3-3v-6.75c0-.55-.45-1-1-1zm8.32 4.5h-3.64c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.64c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
ArchiveBold.displayName = "ArchiveBold";
|
|
27
|
+
|
|
28
|
+
// dist/icons/ArrowDownBold.tsx
|
|
29
|
+
import React3 from "react";
|
|
30
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
31
|
+
var ArrowDownBold = React3.forwardRef(
|
|
32
|
+
({ size, ...props }, ref) => {
|
|
33
|
+
return /* @__PURE__ */ jsx3("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx3("path", { fill: "#1e293b", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m3.53 11.03-3 3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-3-3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.72 1.72V8.5c0-.41.34-.75.75-.75s.75.34.75.75v5.19l1.72-1.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06" }) });
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
ArrowDownBold.displayName = "ArrowDownBold";
|
|
37
|
+
|
|
38
|
+
// dist/icons/ArrowRightBold.tsx
|
|
39
|
+
import React4 from "react";
|
|
40
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
41
|
+
var ArrowRightBold = React4.forwardRef(
|
|
42
|
+
({ size, ...props }, ref) => {
|
|
43
|
+
return /* @__PURE__ */ jsx4("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx4("path", { fill: "#1e293b", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.03 10.53-3 3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.72-1.72H8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.19l-1.72-1.72a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3 3c.29.29.29.77 0 1.06" }) });
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
ArrowRightBold.displayName = "ArrowRightBold";
|
|
47
|
+
|
|
48
|
+
// dist/icons/ArrowUpBold.tsx
|
|
49
|
+
import React5 from "react";
|
|
50
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
51
|
+
var ArrowUpBold = React5.forwardRef(
|
|
52
|
+
({ size, ...props }, ref) => {
|
|
53
|
+
return /* @__PURE__ */ jsx5("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx5("path", { fill: "#1e293b", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m3.53 10.03c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.72-1.72v5.19c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.19l-1.72 1.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l3-3c.29-.29.77-.29 1.06 0l3 3c.29.29.29.77 0 1.06" }) });
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
ArrowUpBold.displayName = "ArrowUpBold";
|
|
57
|
+
|
|
58
|
+
// dist/icons/BookmarkFilled.tsx
|
|
59
|
+
import React6 from "react";
|
|
60
|
+
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
61
|
+
var BookmarkFilled = React6.forwardRef(
|
|
22
62
|
({ size, ...props }, ref) => {
|
|
23
63
|
return /* @__PURE__ */ jsxs2("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */
|
|
64
|
+
/* @__PURE__ */ jsx6("path", { fill: "#000", d: "M18.25 5A1.25 1.25 0 0 0 17 3.75H7A1.25 1.25 0 0 0 5.75 5v14.707l5.878-3.358.089-.043a.75.75 0 0 1 .655.043l5.878 3.358zm1.5 16a.75.75 0 0 1-1.122.651L12 17.863l-6.628 3.788A.75.75 0 0 1 4.25 21V5A2.75 2.75 0 0 1 7 2.25h10A2.75 2.75 0 0 1 19.75 5z" }),
|
|
65
|
+
/* @__PURE__ */ jsx6("path", { fill: "#000", d: "M18.25 5A1.25 1.25 0 0 0 17 3.75H7A1.25 1.25 0 0 0 5.75 5v14.707l5.878-3.358.089-.043a.75.75 0 0 1 .655.043l5.878 3.358z" })
|
|
26
66
|
] });
|
|
27
67
|
}
|
|
28
68
|
);
|
|
29
69
|
BookmarkFilled.displayName = "BookmarkFilled";
|
|
30
70
|
|
|
31
|
-
// dist/icons/
|
|
32
|
-
import
|
|
33
|
-
import { jsx as
|
|
34
|
-
var
|
|
71
|
+
// dist/icons/Calendar.tsx
|
|
72
|
+
import React7 from "react";
|
|
73
|
+
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
74
|
+
var Calendar = React7.forwardRef(
|
|
35
75
|
({ size, ...props }, ref) => {
|
|
36
76
|
return /* @__PURE__ */ jsxs3("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
|
|
77
|
+
/* @__PURE__ */ jsx7("path", { fill: "#1e293b", d: "M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32-.2-.58-.37-1.22-.37-1.68 0-3.03 2.47-5.5 5.5-5.5.29 0 .58.02.86.07.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 17.71q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.19.01-.07.03-.13.06-.19q.03-.09.09-.18c.03-.05.08-.1.12-.15q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71m0-3.5q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08c-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71m3.5 0c-.19.18-.44.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.2q.015-.09.06-.18.03-.09.09-.18l.12-.15c.37-.37 1.04-.37 1.42 0l.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }),
|
|
78
|
+
/* @__PURE__ */ jsx7("path", { fill: "#1e293b", d: "M21.83 16.17a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66 4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66m-.76 3.39c-.13.14-.32.22-.53.22h-.74v.78c0 .21-.08.39-.22.53s-.32.22-.53.22c-.41 0-.75-.34-.75-.75v-.78h-.75a.749.749 0 1 1 0-1.5h.75v-.71a.749.749 0 1 1 1.5 0v.71h.74c.42 0 .75.34.75.75 0 .21-.08.4-.22.53" })
|
|
79
|
+
] });
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
Calendar.displayName = "Calendar";
|
|
83
|
+
|
|
84
|
+
// dist/icons/ChatFullScreen.tsx
|
|
85
|
+
import React8 from "react";
|
|
86
|
+
import { jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
87
|
+
var ChatFullScreen = React8.forwardRef(
|
|
88
|
+
({ size, ...props }, ref) => {
|
|
89
|
+
return /* @__PURE__ */ jsxs4("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
90
|
+
/* @__PURE__ */ jsx8("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
91
|
+
/* @__PURE__ */ jsx8("path", { fill: "#000", d: "M17.2 18.75H8.8c-.85 0-1.55-.7-1.55-1.55V6.8c0-.85.7-1.55 1.55-1.55h8.4c.85 0 1.55.7 1.55 1.55v10.4c0 .85-.7 1.55-1.55 1.55m-8.4-12s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" }),
|
|
92
|
+
/* @__PURE__ */ jsx8("path", { fill: "#000", d: "M8.8 6.75s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" })
|
|
40
93
|
] });
|
|
41
94
|
}
|
|
42
95
|
);
|
|
43
96
|
ChatFullScreen.displayName = "ChatFullScreen";
|
|
44
97
|
|
|
45
98
|
// dist/icons/ChatMaximize.tsx
|
|
46
|
-
import
|
|
47
|
-
import { jsx as
|
|
48
|
-
var ChatMaximize =
|
|
99
|
+
import React9 from "react";
|
|
100
|
+
import { jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
101
|
+
var ChatMaximize = React9.forwardRef(
|
|
49
102
|
({ size, ...props }, ref) => {
|
|
50
|
-
return /* @__PURE__ */
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */
|
|
103
|
+
return /* @__PURE__ */ jsxs5("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
104
|
+
/* @__PURE__ */ jsx9("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
105
|
+
/* @__PURE__ */ jsx9("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-6.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v6.4c0 .85-.7 1.55-1.55 1.55m-10.4-8s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" }),
|
|
106
|
+
/* @__PURE__ */ jsx9("path", { fill: "#000", d: "M6.8 10.75s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" })
|
|
54
107
|
] });
|
|
55
108
|
}
|
|
56
109
|
);
|
|
57
110
|
ChatMaximize.displayName = "ChatMaximize";
|
|
58
111
|
|
|
59
112
|
// dist/icons/ChatMinimize.tsx
|
|
60
|
-
import
|
|
61
|
-
import { jsx as
|
|
62
|
-
var ChatMinimize =
|
|
113
|
+
import React10 from "react";
|
|
114
|
+
import { jsx as jsx10, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
115
|
+
var ChatMinimize = React10.forwardRef(
|
|
63
116
|
({ size, ...props }, ref) => {
|
|
64
|
-
return /* @__PURE__ */
|
|
65
|
-
/* @__PURE__ */
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
/* @__PURE__ */
|
|
117
|
+
return /* @__PURE__ */ jsxs6("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
118
|
+
/* @__PURE__ */ jsx10("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
119
|
+
/* @__PURE__ */ jsx10("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-2.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v2.4c0 .85-.7 1.55-1.55 1.55m-10.4-4s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" }),
|
|
120
|
+
/* @__PURE__ */ jsx10("path", { fill: "#000", d: "M6.8 14.75s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" })
|
|
68
121
|
] });
|
|
69
122
|
}
|
|
70
123
|
);
|
|
71
124
|
ChatMinimize.displayName = "ChatMinimize";
|
|
72
125
|
|
|
73
126
|
// dist/icons/ChevronDown.tsx
|
|
74
|
-
import
|
|
75
|
-
import { jsx as
|
|
76
|
-
var ChevronDown =
|
|
127
|
+
import React11 from "react";
|
|
128
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
129
|
+
var ChevronDown = React11.forwardRef(
|
|
77
130
|
({ size, ...props }, ref) => {
|
|
78
|
-
return /* @__PURE__ */
|
|
131
|
+
return /* @__PURE__ */ jsx11("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx11("path", { fill: "#1e293b", d: "M17.47 8.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 13.94z" }) });
|
|
79
132
|
}
|
|
80
133
|
);
|
|
81
134
|
ChevronDown.displayName = "ChevronDown";
|
|
82
135
|
|
|
83
136
|
// dist/icons/ChevronLeft.tsx
|
|
84
|
-
import
|
|
85
|
-
import { jsx as
|
|
86
|
-
var ChevronLeft =
|
|
137
|
+
import React12 from "react";
|
|
138
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
139
|
+
var ChevronLeft = React12.forwardRef(
|
|
87
140
|
({ size, ...props }, ref) => {
|
|
88
|
-
return /* @__PURE__ */
|
|
141
|
+
return /* @__PURE__ */ jsx12("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx12("path", { fill: "#1e293b", d: "M14.47 5.47a.75.75 0 1 1 1.06 1.06L10.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-6-6a.75.75 0 0 1 0-1.06z" }) });
|
|
89
142
|
}
|
|
90
143
|
);
|
|
91
144
|
ChevronLeft.displayName = "ChevronLeft";
|
|
92
145
|
|
|
93
146
|
// dist/icons/ChevronRight.tsx
|
|
94
|
-
import
|
|
95
|
-
import { jsx as
|
|
96
|
-
var ChevronRight =
|
|
147
|
+
import React13 from "react";
|
|
148
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
149
|
+
var ChevronRight = React13.forwardRef(
|
|
97
150
|
({ size, ...props }, ref) => {
|
|
98
|
-
return /* @__PURE__ */
|
|
151
|
+
return /* @__PURE__ */ jsx13("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx13("path", { fill: "#1e293b", d: "M8.47 5.47a.75.75 0 0 1 1.004-.052l.056.052 6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L13.94 12 8.47 6.53l-.052-.056A.75.75 0 0 1 8.47 5.47" }) });
|
|
99
152
|
}
|
|
100
153
|
);
|
|
101
154
|
ChevronRight.displayName = "ChevronRight";
|
|
102
155
|
|
|
103
156
|
// dist/icons/ChevronUp.tsx
|
|
104
|
-
import
|
|
105
|
-
import { jsx as
|
|
106
|
-
var ChevronUp =
|
|
157
|
+
import React14 from "react";
|
|
158
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
159
|
+
var ChevronUp = React14.forwardRef(
|
|
107
160
|
({ size, ...props }, ref) => {
|
|
108
|
-
return /* @__PURE__ */
|
|
161
|
+
return /* @__PURE__ */ jsx14("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx14("path", { fill: "#1e293b", d: "M11.526 8.418a.75.75 0 0 1 1.004.052l6 6 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 10.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06l6-6z" }) });
|
|
109
162
|
}
|
|
110
163
|
);
|
|
111
164
|
ChevronUp.displayName = "ChevronUp";
|
|
112
165
|
|
|
113
166
|
// dist/icons/ChevronsUpDown.tsx
|
|
114
|
-
import
|
|
115
|
-
import { jsx as
|
|
116
|
-
var ChevronsUpDown =
|
|
167
|
+
import React15 from "react";
|
|
168
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
169
|
+
var ChevronsUpDown = React15.forwardRef(
|
|
117
170
|
({ size, ...props }, ref) => {
|
|
118
|
-
return /* @__PURE__ */
|
|
171
|
+
return /* @__PURE__ */ jsx15("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx15("path", { fill: "#000", d: "M16.47 14.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 18.94zM11.526 3.418a.75.75 0 0 1 1.004.052l5 5 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 5.06 7.53 9.53a.75.75 0 1 1-1.06-1.06l5-5z" }) });
|
|
119
172
|
}
|
|
120
173
|
);
|
|
121
174
|
ChevronsUpDown.displayName = "ChevronsUpDown";
|
|
122
175
|
|
|
176
|
+
// dist/icons/CircleCheckFill.tsx
|
|
177
|
+
import React16 from "react";
|
|
178
|
+
import { jsx as jsx16, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
179
|
+
var CircleCheckFill = React16.forwardRef(
|
|
180
|
+
({ size, ...props }, ref) => {
|
|
181
|
+
return /* @__PURE__ */ jsxs7("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
182
|
+
/* @__PURE__ */ jsx16("path", { fill: "#000", "fill-rule": "evenodd", d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0m-5.72-2.53a.75.75 0 0 0-1.06 0L11 12.94l-1.47-1.47-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056 2 2a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06", "clip-rule": "evenodd" }),
|
|
183
|
+
/* @__PURE__ */ jsx16("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 2.75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 20c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25 1.25 6.063 1.25 12 6.063 22.75 12 22.75", "clip-rule": "evenodd" })
|
|
184
|
+
] });
|
|
185
|
+
}
|
|
186
|
+
);
|
|
187
|
+
CircleCheckFill.displayName = "CircleCheckFill";
|
|
188
|
+
|
|
189
|
+
// dist/icons/CloseCircle1.tsx
|
|
190
|
+
import React17 from "react";
|
|
191
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
192
|
+
var CloseCircle1 = React17.forwardRef(
|
|
193
|
+
({ size, ...props }, ref) => {
|
|
194
|
+
return /* @__PURE__ */ jsx17("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx17("path", { fill: "#1e293b", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) });
|
|
195
|
+
}
|
|
196
|
+
);
|
|
197
|
+
CloseCircle1.displayName = "CloseCircle1";
|
|
198
|
+
|
|
199
|
+
// dist/icons/DislikeBold.tsx
|
|
200
|
+
import React18 from "react";
|
|
201
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
202
|
+
var DislikeBold = React18.forwardRef(
|
|
203
|
+
({ size, ...props }, ref) => {
|
|
204
|
+
return /* @__PURE__ */ jsx18("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx18("path", { fill: "#1e293b", d: "M15.61 5.5v10.16c0 .4-.12.79-.34 1.12l-2.73 4.06c-.43.65-1.5 1.11-2.41.77-.98-.33-1.63-1.43-1.42-2.41l.52-3.27c.04-.3-.04-.57-.21-.78a.93.93 0 0 0-.69-.31H4.22c-.79 0-1.47-.32-1.87-.88-.38-.54-.45-1.24-.2-1.95l2.46-7.49c.31-1.24 1.66-2.25 3-2.25h3.9c.67 0 1.61.23 2.04.66l1.28.99a2 2 0 0 1 .78 1.58M18.79 17.61h1.03c1.55 0 2.18-.6 2.18-2.08V5.48C22 4 21.37 3.4 19.82 3.4h-1.03c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.47.63 2.07 2.18 2.07" }) });
|
|
205
|
+
}
|
|
206
|
+
);
|
|
207
|
+
DislikeBold.displayName = "DislikeBold";
|
|
208
|
+
|
|
123
209
|
// dist/icons/Doc.tsx
|
|
124
|
-
import
|
|
125
|
-
import { jsx as
|
|
126
|
-
var Doc =
|
|
210
|
+
import React19 from "react";
|
|
211
|
+
import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
212
|
+
var Doc = React19.forwardRef(
|
|
127
213
|
({ size, ...props }, ref) => {
|
|
128
|
-
return /* @__PURE__ */
|
|
129
|
-
/* @__PURE__ */
|
|
130
|
-
/* @__PURE__ */
|
|
131
|
-
/* @__PURE__ */
|
|
214
|
+
return /* @__PURE__ */ jsxs8("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
215
|
+
/* @__PURE__ */ jsx19("path", { fill: "#3b82f6", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
216
|
+
/* @__PURE__ */ jsx19("path", { fill: "#fff", d: "M15.02 18.182h-.8a.5.5 0 0 0-.046-.18.415.415 0 0 0-.251-.23.6.6 0 0 0-.204-.033.57.57 0 0 0-.336.096.6.6 0 0 0-.208.277q-.07.18-.07.434 0 .267.072.447a.57.57 0 0 0 .209.27q.136.09.328.09a.7.7 0 0 0 .196-.028.42.42 0 0 0 .254-.207.5.5 0 0 0 .055-.17l.802.006q-.015.186-.104.377a1.22 1.22 0 0 1-.66.61 1.5 1.5 0 0 1-.56.099q-.4 0-.72-.172a1.25 1.25 0 0 1-.5-.506q-.184-.334-.184-.816 0-.486.188-.819.187-.333.505-.504a1.5 1.5 0 0 1 .71-.172q.276 0 .508.075t.406.22.281.354q.106.21.13.482M11.94 18.546q0 .484-.19.82-.189.331-.51.503-.32.17-.716.17-.397 0-.718-.171a1.3 1.3 0 0 1-.509-.506q-.187-.334-.187-.816 0-.486.187-.819.19-.333.509-.504.32-.172.718-.172.396 0 .716.172.321.171.51.504.19.333.19.819m-.813 0a1.2 1.2 0 0 0-.07-.44.56.56 0 0 0-.203-.274.56.56 0 0 0-.33-.093.57.57 0 0 0-.33.093.57.57 0 0 0-.204.273q-.068.18-.068.44 0 .262.068.442.07.18.203.273.135.092.331.092t.33-.092a.57.57 0 0 0 .203-.273q.07-.18.07-.441M7.307 20h-1.12v-2.91h1.108q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24q.081-.171.081-.474 0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279z" }),
|
|
217
|
+
/* @__PURE__ */ jsx19("path", { fill: "#1d4ed8", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
132
218
|
] });
|
|
133
219
|
}
|
|
134
220
|
);
|
|
135
221
|
Doc.displayName = "Doc";
|
|
136
222
|
|
|
223
|
+
// dist/icons/DocumentTextBold.tsx
|
|
224
|
+
import React20 from "react";
|
|
225
|
+
import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
226
|
+
var DocumentTextBold = React20.forwardRef(
|
|
227
|
+
({ size, ...props }, ref) => {
|
|
228
|
+
return /* @__PURE__ */ jsxs9("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
229
|
+
/* @__PURE__ */ jsx20("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
|
|
230
|
+
/* @__PURE__ */ jsx20("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
231
|
+
] });
|
|
232
|
+
}
|
|
233
|
+
);
|
|
234
|
+
DocumentTextBold.displayName = "DocumentTextBold";
|
|
235
|
+
|
|
236
|
+
// dist/icons/DocumentUpload.tsx
|
|
237
|
+
import React21 from "react";
|
|
238
|
+
import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
239
|
+
var DocumentUpload = React21.forwardRef(
|
|
240
|
+
({ size, ...props }, ref) => {
|
|
241
|
+
return /* @__PURE__ */ jsxs10("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
242
|
+
/* @__PURE__ */ jsx21("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-8.97 3.34c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.72-.72V17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.07-.06.14-.11.22-.15.02-.01.05-.02.07-.03.06-.02.12-.03.19-.04h.08c.08 0 .16.02.24.05h.02c.08.03.16.09.22.15.01.01.02.01.02.02l2 2c.29.29.29.77 0 1.06" }),
|
|
243
|
+
/* @__PURE__ */ jsx21("path", { fill: "#1e293b", d: "M17.43 8.81c.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67" })
|
|
244
|
+
] });
|
|
245
|
+
}
|
|
246
|
+
);
|
|
247
|
+
DocumentUpload.displayName = "DocumentUpload";
|
|
248
|
+
|
|
137
249
|
// dist/icons/Enter.tsx
|
|
138
|
-
import
|
|
139
|
-
import { jsx as
|
|
140
|
-
var Enter =
|
|
250
|
+
import React22 from "react";
|
|
251
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
252
|
+
var Enter = React22.forwardRef(
|
|
141
253
|
({ size, ...props }, ref) => {
|
|
142
|
-
return /* @__PURE__ */
|
|
254
|
+
return /* @__PURE__ */ jsx22("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx22("path", { fill: "#000", d: "M19.25 6v2A3.25 3.25 0 0 1 16 11.25H5.81l3.72-3.72.052-.056a.75.75 0 0 0-1.056-1.056l-.056.052-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06l-3.72-3.72H16A4.75 4.75 0 0 0 20.75 8V6a.75.75 0 1 0-1.5 0" }) });
|
|
143
255
|
}
|
|
144
256
|
);
|
|
145
257
|
Enter.displayName = "Enter";
|
|
146
258
|
|
|
147
259
|
// dist/icons/Excel.tsx
|
|
148
|
-
import
|
|
149
|
-
import { jsx as
|
|
150
|
-
var Excel =
|
|
260
|
+
import React23 from "react";
|
|
261
|
+
import { jsx as jsx23, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
262
|
+
var Excel = React23.forwardRef(
|
|
151
263
|
({ size, ...props }, ref) => {
|
|
152
|
-
return /* @__PURE__ */
|
|
153
|
-
/* @__PURE__ */
|
|
154
|
-
/* @__PURE__ */
|
|
155
|
-
/* @__PURE__ */
|
|
264
|
+
return /* @__PURE__ */ jsxs11("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
265
|
+
/* @__PURE__ */ jsx23("path", { fill: "#22c55e", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
266
|
+
/* @__PURE__ */ jsx23("path", { fill: "#fff", d: "m15.034 17.09.477.848h.023l.483-.847h.88l-.868 1.454.903 1.455h-.903l-.495-.864h-.023l-.494.864h-.898l.892-1.454-.863-1.455zM13.092 18a.3.3 0 0 0-.107-.222q-.094-.08-.285-.08a.6.6 0 0 0-.2.03.24.24 0 0 0-.114.079.2.2 0 0 0-.039.114.2.2 0 0 0 .019.095.2.2 0 0 0 .07.075.6.6 0 0 0 .124.06q.075.027.18.048l.238.051q.241.052.413.135a1 1 0 0 1 .281.197q.11.113.161.253a.9.9 0 0 1 .054.307.82.82 0 0 1-.144.486.88.88 0 0 1-.406.302q-.263.105-.632.104-.379 0-.662-.112a.92.92 0 0 1-.437-.345q-.156-.235-.156-.6h.75a.45.45 0 0 0 .066.225q.06.09.168.137.11.048.26.047a.6.6 0 0 0 .211-.03q.085-.032.13-.088a.2.2 0 0 0 .045-.126.18.18 0 0 0-.044-.116.34.34 0 0 0-.136-.091 1.4 1.4 0 0 0-.257-.077l-.29-.062q-.386-.084-.61-.28-.22-.198-.22-.539a.8.8 0 0 1 .148-.484q.151-.21.416-.325a1.5 1.5 0 0 1 .613-.117q.351 0 .609.118.257.119.396.332a.9.9 0 0 1 .142.499zM9.238 20v-2.91h.79v2.274h1.176V20zM7.034 17.09l.477.848h.023l.483-.847h.88l-.869 1.454L8.932 20h-.904l-.494-.864h-.023L7.017 20H6.12l.892-1.454-.863-1.455z" }),
|
|
267
|
+
/* @__PURE__ */ jsx23("path", { fill: "#15803d", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
156
268
|
] });
|
|
157
269
|
}
|
|
158
270
|
);
|
|
159
271
|
Excel.displayName = "Excel";
|
|
160
272
|
|
|
161
273
|
// dist/icons/File.tsx
|
|
162
|
-
import
|
|
163
|
-
import { jsx as
|
|
164
|
-
var File =
|
|
274
|
+
import React24 from "react";
|
|
275
|
+
import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
276
|
+
var File = React24.forwardRef(
|
|
165
277
|
({ size, ...props }, ref) => {
|
|
166
|
-
return /* @__PURE__ */
|
|
167
|
-
/* @__PURE__ */
|
|
168
|
-
/* @__PURE__ */
|
|
278
|
+
return /* @__PURE__ */ jsxs12("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
279
|
+
/* @__PURE__ */ jsx24("path", { fill: "#facc15", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
280
|
+
/* @__PURE__ */ jsx24("path", { fill: "#ca8a04", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
169
281
|
] });
|
|
170
282
|
}
|
|
171
283
|
);
|
|
172
284
|
File.displayName = "File";
|
|
173
285
|
|
|
286
|
+
// dist/icons/Finance.tsx
|
|
287
|
+
import React25 from "react";
|
|
288
|
+
import { jsx as jsx25, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
289
|
+
var Finance = React25.forwardRef(
|
|
290
|
+
({ size, ...props }, ref) => {
|
|
291
|
+
return /* @__PURE__ */ jsxs13("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
292
|
+
/* @__PURE__ */ jsx25("path", { fill: "#1e293b", d: "M22 15c0 3.87-3.13 7-7 7-.61 0-1.2-.08-1.76-.23a7.87 7.87 0 0 0 3.68-5.67l.12-.9a7.92 7.92 0 0 0 2.89-5.17A6.96 6.96 0 0 1 22 15" }),
|
|
293
|
+
/* @__PURE__ */ jsx25("path", { fill: "#1e293b", d: "M15.93 15.97A6.95 6.95 0 0 1 12 21.32c-.91.44-1.92.68-3 .68-3.87 0-7-3.13-7-7 0-1.95.79-3.71 2.08-4.97.28 2.22 1.5 4.25 3.36 5.54C8.78 16.51 10.35 17 12 17c1.4 0 2.74-.35 3.93-1.03" }),
|
|
294
|
+
/* @__PURE__ */ jsx25("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
|
|
295
|
+
] });
|
|
296
|
+
}
|
|
297
|
+
);
|
|
298
|
+
Finance.displayName = "Finance";
|
|
299
|
+
|
|
300
|
+
// dist/icons/Flag.tsx
|
|
301
|
+
import React26 from "react";
|
|
302
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
303
|
+
var Flag = React26.forwardRef(
|
|
304
|
+
({ size, ...props }, ref) => {
|
|
305
|
+
return /* @__PURE__ */ jsx26("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx26("path", { fill: "#1e293b", d: "m18.02 12.33-1.22-1.22a1.4 1.4 0 0 1-.47-1.03c-.02-.45.16-.9.49-1.23l1.2-1.2c1.04-1.04 1.43-2.04 1.1-2.83-.32-.78-1.31-1.21-2.77-1.21H5.9v-.86c0-.41-.34-.75-.75-.75s-.75.34-.75.75v18.5c0 .41.34.75.75.75s.75-.34.75-.75v-4.88h10.45c1.44 0 2.41-.44 2.74-1.23s-.05-1.78-1.07-2.81" }) });
|
|
306
|
+
}
|
|
307
|
+
);
|
|
308
|
+
Flag.displayName = "Flag";
|
|
309
|
+
|
|
310
|
+
// dist/icons/Folder2.tsx
|
|
311
|
+
import React27 from "react";
|
|
312
|
+
import { jsx as jsx27, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
313
|
+
var Folder2 = React27.forwardRef(
|
|
314
|
+
({ size, ...props }, ref) => {
|
|
315
|
+
return /* @__PURE__ */ jsxs14("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
316
|
+
/* @__PURE__ */ jsx27("path", { fill: "#1e293b", d: "M19.435 4.034c.132.208-.095.45-.335.396-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.14-.2-.008-.49.237-.49h2.753c1.561 0 2.936.81 3.715 2.034" }),
|
|
317
|
+
/* @__PURE__ */ jsx27("path", { fill: "#1e293b", d: "M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7 0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7" })
|
|
318
|
+
] });
|
|
319
|
+
}
|
|
320
|
+
);
|
|
321
|
+
Folder2.displayName = "Folder2";
|
|
322
|
+
|
|
323
|
+
// dist/icons/FolderDrawerOpen.tsx
|
|
324
|
+
import React28 from "react";
|
|
325
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
326
|
+
var FolderDrawerOpen = React28.forwardRef(
|
|
327
|
+
({ size, ...props }, ref) => {
|
|
328
|
+
return /* @__PURE__ */ jsx28("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx28("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52H9.6c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
|
|
329
|
+
}
|
|
330
|
+
);
|
|
331
|
+
FolderDrawerOpen.displayName = "FolderDrawerOpen";
|
|
332
|
+
|
|
174
333
|
// dist/icons/FolderDrawerOpenAddBold.tsx
|
|
175
|
-
import
|
|
176
|
-
import { jsx as
|
|
177
|
-
var FolderDrawerOpenAddBold =
|
|
334
|
+
import React29 from "react";
|
|
335
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
336
|
+
var FolderDrawerOpenAddBold = React29.forwardRef(
|
|
178
337
|
({ size, ...props }, ref) => {
|
|
179
|
-
return /* @__PURE__ */
|
|
338
|
+
return /* @__PURE__ */ jsx29("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx29("path", { fill: "#1e293b", d: "M18.22 10.35c.6 0 1.18.15 1.69.44q.57.3.99.81l.16.22c.51.69.73 1.53.64 2.37l-.37 4.65c-.14 1.42-.3 3.16-3.47 3.16H6.14c-3.17 0-3.34-1.74-3.47-3.15l-.37-4.67c-.09-.9.18-1.8.75-2.53.29-.36.64-.65 1.03-.86.52-.29 1.09-.44 1.69-.44zm-6.171 3.4a.75.75 0 0 0-.75.75v1.25h-1.3a.75.75 0 0 0 0 1.5h1.3v1.25a.75.75 0 0 0 1.5 0v-1.25h1.2a.75.75 0 0 0 0-1.5h-1.2V14.5a.75.75 0 0 0-.75-.75M9.22 2c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.125 0 4.347.837 4.601 3.427.038.382-.377.638-.742.516a5 5 0 0 0-1.589-.253H5.77c-.557 0-1.105.09-1.617.262-.36.12-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2z" }) });
|
|
180
339
|
}
|
|
181
340
|
);
|
|
182
341
|
FolderDrawerOpenAddBold.displayName = "FolderDrawerOpenAddBold";
|
|
183
342
|
|
|
343
|
+
// dist/icons/FolderOpenBold.tsx
|
|
344
|
+
import React30 from "react";
|
|
345
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
346
|
+
var FolderOpenBold = React30.forwardRef(
|
|
347
|
+
({ size, ...props }, ref) => {
|
|
348
|
+
return /* @__PURE__ */ jsx30("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx30("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
|
|
349
|
+
}
|
|
350
|
+
);
|
|
351
|
+
FolderOpenBold.displayName = "FolderOpenBold";
|
|
352
|
+
|
|
184
353
|
// dist/icons/GeneralMagicko.tsx
|
|
185
|
-
import
|
|
186
|
-
import { jsx as
|
|
187
|
-
var GeneralMagicko =
|
|
354
|
+
import React31 from "react";
|
|
355
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
356
|
+
var GeneralMagicko = React31.forwardRef(
|
|
188
357
|
({ size, ...props }, ref) => {
|
|
189
|
-
return /* @__PURE__ */
|
|
358
|
+
return /* @__PURE__ */ jsx31("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx31("path", { fill: "#000", d: "M3 17.58V6.42l9-4.92 9 4.92v11.16l-9 4.92zM7.499 6.202 5.033 7.552v8.894L7.5 17.795v-3.337l2.033 1.112v3.337l2.466 1.348 2.456-1.343v-3.336l2.033-1.112V17.8l2.478-1.354V7.552l-2.478-1.354v3.336l-2.033-1.112V5.086l-2.456-1.343-2.466 1.348v3.337L7.5 9.54zm4.216.385A.28.28 0 0 1 12 6.33h.016c.143 0 .261.107.27.244l.188 3.31c.048.84.724 1.525 1.6 1.622l2.592.285a.214.214 0 0 1 .196.21v.029a.184.184 0 0 1-.166.179l-2.623.287c-.875.095-1.55.78-1.599 1.623l-.189 3.294a.28.28 0 0 1-.285.259h-.016a.264.264 0 0 1-.269-.244l-.19-3.308c-.047-.841-.723-1.525-1.598-1.622l-2.593-.286a.214.214 0 0 1-.196-.21v-.028c0-.091.072-.167.166-.179l2.623-.29c.875-.096 1.55-.78 1.599-1.622z" }) });
|
|
190
359
|
}
|
|
191
360
|
);
|
|
192
361
|
GeneralMagicko.displayName = "GeneralMagicko";
|
|
193
362
|
|
|
194
363
|
// dist/icons/GripVertical.tsx
|
|
195
|
-
import
|
|
196
|
-
import { jsx as
|
|
197
|
-
var GripVertical =
|
|
364
|
+
import React32 from "react";
|
|
365
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
366
|
+
var GripVertical = React32.forwardRef(
|
|
198
367
|
({ size, ...props }, ref) => {
|
|
199
|
-
return /* @__PURE__ */
|
|
368
|
+
return /* @__PURE__ */ jsx32("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx32("path", { fill: "#1e293b", d: "M8.958 15.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0" }) });
|
|
200
369
|
}
|
|
201
370
|
);
|
|
202
371
|
GripVertical.displayName = "GripVertical";
|
|
203
372
|
|
|
373
|
+
// dist/icons/HeartBold.tsx
|
|
374
|
+
import React33 from "react";
|
|
375
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
376
|
+
var HeartBold = React33.forwardRef(
|
|
377
|
+
({ size, ...props }, ref) => {
|
|
378
|
+
return /* @__PURE__ */ jsx33("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx33("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
|
|
379
|
+
}
|
|
380
|
+
);
|
|
381
|
+
HeartBold.displayName = "HeartBold";
|
|
382
|
+
|
|
204
383
|
// dist/icons/Hr.tsx
|
|
205
|
-
import
|
|
206
|
-
import { jsx as
|
|
207
|
-
var Hr =
|
|
208
|
-
({ size, ...props }, ref) => {
|
|
209
|
-
return /* @__PURE__ */
|
|
210
|
-
/* @__PURE__ */
|
|
211
|
-
/* @__PURE__ */
|
|
212
|
-
/* @__PURE__ */
|
|
213
|
-
/* @__PURE__ */
|
|
384
|
+
import React34 from "react";
|
|
385
|
+
import { jsx as jsx34, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
386
|
+
var Hr = React34.forwardRef(
|
|
387
|
+
({ size, ...props }, ref) => {
|
|
388
|
+
return /* @__PURE__ */ jsxs15("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
|
|
389
|
+
/* @__PURE__ */ jsx34("path", { fill: "#1e293b", d: "M10 8.958A3.963 3.963 0 0 1 6.042 5 3.963 3.963 0 0 1 10 1.042 3.963 3.963 0 0 1 13.958 5 3.963 3.963 0 0 1 10 8.958m0-6.666A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292M14.667 18.958H5.333a2.63 2.63 0 0 1-2.625-2.625V12a2.63 2.63 0 0 1 2.625-2.625h9.334A2.63 2.63 0 0 1 17.292 12v4.333a2.63 2.63 0 0 1-2.625 2.625m-9.334-8.333c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375z" }),
|
|
390
|
+
/* @__PURE__ */ jsx34("path", { fill: "#fff", d: "M9.583 11.667v5h-1.25v-1.875H6.667v1.875h-1.25v-5h1.25v1.875h1.666v-1.875zM14.583 13.554a1.89 1.89 0 0 0-1.887-1.887h-2.28v5h1.25v-1.042h1.03q.158 0 .308-.026c.22.282.33.634.33 1.068h1.25c0-.639-.164-1.206-.48-1.676.298-.333.48-.774.48-1.253zm-2.916.821v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637z" }),
|
|
391
|
+
/* @__PURE__ */ jsx34("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M5.333 10.625c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375zm4.25 6.042v-5h-1.25v1.875H6.667v-1.875h-1.25v5h1.25v-1.875h1.666v1.875zm3.113-5a1.89 1.89 0 0 1 1.887 1.887v.184c0 .48-.18.92-.478 1.253.315.47.478 1.037.478 1.676h-1.25c0-.434-.108-.786-.329-1.068a2 2 0 0 1-.308.026h-1.03v1.042h-1.25v-5z", "clip-rule": "evenodd" }),
|
|
392
|
+
/* @__PURE__ */ jsx34("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
|
|
214
393
|
] });
|
|
215
394
|
}
|
|
216
395
|
);
|
|
217
396
|
Hr.displayName = "Hr";
|
|
218
397
|
|
|
219
398
|
// dist/icons/HrSystem.tsx
|
|
220
|
-
import
|
|
221
|
-
import { jsx as
|
|
222
|
-
var HrSystem =
|
|
399
|
+
import React35 from "react";
|
|
400
|
+
import { jsx as jsx35, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
401
|
+
var HrSystem = React35.forwardRef(
|
|
223
402
|
({ size, ...props }, ref) => {
|
|
224
|
-
return /* @__PURE__ */
|
|
225
|
-
/* @__PURE__ */
|
|
226
|
-
/* @__PURE__ */
|
|
403
|
+
return /* @__PURE__ */ jsxs16("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
404
|
+
/* @__PURE__ */ jsx35("path", { fill: "#000", d: "M12 10.75A4.756 4.756 0 0 1 7.25 6 4.756 4.756 0 0 1 12 1.25 4.756 4.756 0 0 1 16.75 6 4.756 4.756 0 0 1 12 10.75m0-8A3.254 3.254 0 0 0 8.75 6 3.254 3.254 0 0 0 12 9.25 3.254 3.254 0 0 0 15.25 6 3.254 3.254 0 0 0 12 2.75M17.6 22.75H6.4a3.153 3.153 0 0 1-3.15-3.15v-5.2a3.153 3.153 0 0 1 3.15-3.15h11.2a3.153 3.153 0 0 1 3.15 3.15v5.2a3.153 3.153 0 0 1-3.15 3.15m-11.2-10c-.91 0-1.65.74-1.65 1.65v5.2c0 .91.74 1.65 1.65 1.65h11.2c.91 0 1.65-.74 1.65-1.65v-5.2c0-.91-.74-1.65-1.65-1.65z" }),
|
|
405
|
+
/* @__PURE__ */ jsx35("path", { fill: "#000", d: "M11.5 14v6H10v-2.25H8V20H6.5v-6H8v2.25h2V14zM17.5 16.265A2.267 2.267 0 0 0 15.235 14H12.5v6H14v-1.25h1.235q.19 0 .37-.031c.265.338.395.76.395 1.281h1.5c0-.766-.196-1.447-.574-2.011.357-.4.574-.928.574-1.504zm-3.5.985V15.5h1.235c.422 0 .765.343.765.765v.22a.766.766 0 0 1-.765.765z" })
|
|
227
406
|
] });
|
|
228
407
|
}
|
|
229
408
|
);
|
|
230
409
|
HrSystem.displayName = "HrSystem";
|
|
231
410
|
|
|
411
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
412
|
+
import React36 from "react";
|
|
413
|
+
import { jsx as jsx36, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
414
|
+
var IconsaxAiScienceBold = React36.forwardRef(
|
|
415
|
+
({ size, ...props }, ref) => {
|
|
416
|
+
return /* @__PURE__ */ jsxs17("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
417
|
+
/* @__PURE__ */ jsx36("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
418
|
+
/* @__PURE__ */ jsx36("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
419
|
+
] });
|
|
420
|
+
}
|
|
421
|
+
);
|
|
422
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
423
|
+
|
|
424
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
425
|
+
import React37 from "react";
|
|
426
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
427
|
+
var IconsaxAttachCircleBold = React37.forwardRef(
|
|
428
|
+
({ size, ...props }, ref) => {
|
|
429
|
+
return /* @__PURE__ */ jsx37("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx37("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
|
|
430
|
+
}
|
|
431
|
+
);
|
|
432
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
433
|
+
|
|
434
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
435
|
+
import React38 from "react";
|
|
436
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
437
|
+
var IconsaxBrainBold = React38.forwardRef(
|
|
438
|
+
({ size, ...props }, ref) => {
|
|
439
|
+
return /* @__PURE__ */ jsx38("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx38("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
440
|
+
}
|
|
441
|
+
);
|
|
442
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
443
|
+
|
|
444
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
445
|
+
import React39 from "react";
|
|
446
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
447
|
+
var IconsaxMonetizeBold = React39.forwardRef(
|
|
448
|
+
({ size, ...props }, ref) => {
|
|
449
|
+
return /* @__PURE__ */ jsx39("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx39("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
|
|
450
|
+
}
|
|
451
|
+
);
|
|
452
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
453
|
+
|
|
454
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
455
|
+
import React40 from "react";
|
|
456
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
457
|
+
var IconsaxPenBrushBold = React40.forwardRef(
|
|
458
|
+
({ size, ...props }, ref) => {
|
|
459
|
+
return /* @__PURE__ */ jsx40("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx40("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
|
|
460
|
+
}
|
|
461
|
+
);
|
|
462
|
+
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
463
|
+
|
|
464
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
465
|
+
import React41 from "react";
|
|
466
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
467
|
+
var IconsaxPeopleBold = React41.forwardRef(
|
|
468
|
+
({ size, ...props }, ref) => {
|
|
469
|
+
return /* @__PURE__ */ jsx41("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx41("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
|
|
470
|
+
}
|
|
471
|
+
);
|
|
472
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
473
|
+
|
|
474
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
475
|
+
import React42 from "react";
|
|
476
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
477
|
+
var IconsaxTaskSquareBold = React42.forwardRef(
|
|
478
|
+
({ size, ...props }, ref) => {
|
|
479
|
+
return /* @__PURE__ */ jsx42("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx42("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
|
|
480
|
+
}
|
|
481
|
+
);
|
|
482
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
483
|
+
|
|
484
|
+
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
485
|
+
import React43 from "react";
|
|
486
|
+
import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
487
|
+
var IconsaxVideoCameraBold = React43.forwardRef(
|
|
488
|
+
({ size, ...props }, ref) => {
|
|
489
|
+
return /* @__PURE__ */ jsxs18("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
490
|
+
/* @__PURE__ */ jsx43("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
|
|
491
|
+
/* @__PURE__ */ jsx43("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
|
|
492
|
+
/* @__PURE__ */ jsx43("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
|
|
493
|
+
] });
|
|
494
|
+
}
|
|
495
|
+
);
|
|
496
|
+
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
497
|
+
|
|
232
498
|
// dist/icons/IconsaxWord.tsx
|
|
233
|
-
import
|
|
234
|
-
import { jsx as
|
|
235
|
-
var IconsaxWord =
|
|
499
|
+
import React44 from "react";
|
|
500
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
501
|
+
var IconsaxWord = React44.forwardRef(
|
|
236
502
|
({ size, ...props }, ref) => {
|
|
237
|
-
return /* @__PURE__ */
|
|
503
|
+
return /* @__PURE__ */ jsx44("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx44("path", { fill: "#000", d: "M6.996 5.441a.75.75 0 0 1 .683.44l5 11a.75.75 0 0 1-1.366.62l-.709-1.56H3.388l-.71 1.56a.75.75 0 0 1-1.364-.62l5-11 .051-.096a.75.75 0 0 1 .631-.344M21.25 17v-.066a4.273 4.273 0 0 1-5.76-.23l-.004-.003c-1.655-1.655-1.65-4.35-.003-6.017l.003-.002c1.618-1.618 4.227-1.65 5.9-.113a.749.749 0 0 1 1.364.43v6a.75.75 0 0 1-1.5 0m-1.013-5.443a2.77 2.77 0 0 0-3.69.185c-1.07 1.085-1.065 2.83-.003 3.895l.21.189a2.77 2.77 0 0 0 3.691-.186c1.07-1.085 1.066-2.83.003-3.895zM4.07 14.44h5.852L6.996 8.003z" }) });
|
|
238
504
|
}
|
|
239
505
|
);
|
|
240
506
|
IconsaxWord.displayName = "IconsaxWord";
|
|
241
507
|
|
|
242
508
|
// dist/icons/InProgress.tsx
|
|
243
|
-
import
|
|
244
|
-
import { jsx as
|
|
245
|
-
var InProgress =
|
|
509
|
+
import React45 from "react";
|
|
510
|
+
import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
511
|
+
var InProgress = React45.forwardRef(
|
|
246
512
|
({ size, ...props }, ref) => {
|
|
247
|
-
return /* @__PURE__ */
|
|
248
|
-
/* @__PURE__ */
|
|
249
|
-
/* @__PURE__ */
|
|
513
|
+
return /* @__PURE__ */ jsxs19("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
514
|
+
/* @__PURE__ */ jsx45("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
515
|
+
/* @__PURE__ */ jsx45("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75 1.25 17.937 1.25 12 6.063 1.25 12 1.25m0 1.5a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", "clip-rule": "evenodd" })
|
|
250
516
|
] });
|
|
251
517
|
}
|
|
252
518
|
);
|
|
253
519
|
InProgress.displayName = "InProgress";
|
|
254
520
|
|
|
255
521
|
// dist/icons/Line.tsx
|
|
256
|
-
import
|
|
257
|
-
import { jsx as
|
|
258
|
-
var Line =
|
|
522
|
+
import React46 from "react";
|
|
523
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
524
|
+
var Line = React46.forwardRef(
|
|
259
525
|
({ size, ...props }, ref) => {
|
|
260
|
-
return /* @__PURE__ */
|
|
526
|
+
return /* @__PURE__ */ jsx46("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx46("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
261
527
|
}
|
|
262
528
|
);
|
|
263
529
|
Line.displayName = "Line";
|
|
264
530
|
|
|
265
531
|
// dist/icons/List.tsx
|
|
266
|
-
import
|
|
267
|
-
import { jsx as
|
|
268
|
-
var List =
|
|
532
|
+
import React47 from "react";
|
|
533
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
534
|
+
var List = React47.forwardRef(
|
|
269
535
|
({ size, ...props }, ref) => {
|
|
270
|
-
return /* @__PURE__ */
|
|
536
|
+
return /* @__PURE__ */ jsx47("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx47("path", { fill: "#000", d: "m3.01 17.25.077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z" }) });
|
|
271
537
|
}
|
|
272
538
|
);
|
|
273
539
|
List.displayName = "List";
|
|
274
540
|
|
|
275
541
|
// dist/icons/ListEnd.tsx
|
|
276
|
-
import
|
|
277
|
-
import { jsx as
|
|
278
|
-
var ListEnd =
|
|
542
|
+
import React48 from "react";
|
|
543
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
544
|
+
var ListEnd = React48.forwardRef(
|
|
279
545
|
({ size, ...props }, ref) => {
|
|
280
|
-
return /* @__PURE__ */
|
|
546
|
+
return /* @__PURE__ */ jsx48("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx48("path", { fill: "#1e293b", d: "M15.559 14.868c.3-.34.787-.34 1.087 0s.3.891 0 1.232l-.738.835h3.272c.34 0 .666-.153.906-.425s.376-.641.376-1.026V3.87c0-.481.344-.871.769-.871s.769.39.769.871v11.613c0 .847-.297 1.659-.826 2.258-.53.599-1.247.935-1.994.935h-3.272l.738.836.053.066a.96.96 0 0 1-.053 1.166.705.705 0 0 1-1.03.06l-.057-.06-2.052-2.323a.954.954 0 0 1 0-1.232zm-5.61 2.067c.425 0 .769.39.769.871s-.344.871-.77.871H2.77c-.425 0-.769-.39-.769-.87 0-.482.344-.872.77-.872zm6.154-6.967c.424 0 .769.39.769.87 0 .482-.345.872-.77.872H2.77c-.425 0-.769-.39-.769-.871s.344-.871.77-.871zm0-6.968c.424 0 .769.39.769.871s-.345.87-.77.87H2.77c-.425 0-.769-.389-.769-.87S2.344 3 2.77 3z" }) });
|
|
281
547
|
}
|
|
282
548
|
);
|
|
283
549
|
ListEnd.displayName = "ListEnd";
|
|
284
550
|
|
|
285
551
|
// dist/icons/ListOrdered.tsx
|
|
286
|
-
import
|
|
287
|
-
import { jsx as
|
|
288
|
-
var ListOrdered =
|
|
552
|
+
import React49 from "react";
|
|
553
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
554
|
+
var ListOrdered = React49.forwardRef(
|
|
289
555
|
({ size, ...props }, ref) => {
|
|
290
|
-
return /* @__PURE__ */
|
|
556
|
+
return /* @__PURE__ */ jsx49("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx49("path", { fill: "#000", d: "M5.25 15c0-.224-.096-.335-.21-.392-.132-.065-.382-.099-.705.063a.75.75 0 1 1-.67-1.342c.676-.338 1.427-.371 2.045-.062.636.318 1.04.957 1.04 1.733 0 .495-.243.907-.463 1.2-.226.301-.517.59-.757.83l-.216.22H6l.077.004a.75.75 0 0 1 0 1.492L6 18.75H4a.75.75 0 0 1-.75-.75c0-.495.243-.907.463-1.2.225-.301.517-.59.757-.83.26-.26.469-.471.618-.67.155-.207.162-.295.162-.3M21 17.25a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm-16-6a.75.75 0 0 1 .75.75v3.25H6a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h.25v-2.5H4a.75.75 0 0 1 0-1.5zm16 0a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5z" }) });
|
|
291
557
|
}
|
|
292
558
|
);
|
|
293
559
|
ListOrdered.displayName = "ListOrdered";
|
|
294
560
|
|
|
295
561
|
// dist/icons/ListTodo.tsx
|
|
296
|
-
import
|
|
297
|
-
import { jsx as
|
|
298
|
-
var ListTodo =
|
|
562
|
+
import React50 from "react";
|
|
563
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
564
|
+
var ListTodo = React50.forwardRef(
|
|
299
565
|
({ size, ...props }, ref) => {
|
|
300
|
-
return /* @__PURE__ */
|
|
566
|
+
return /* @__PURE__ */ jsx50("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx50("path", { fill: "#000", d: "M8.47 14.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L5 17.94zM21 17.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM8.25 6A.25.25 0 0 0 8 5.75H4a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25zM21 5.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM9.75 10A1.75 1.75 0 0 1 8 11.75H4A1.75 1.75 0 0 1 2.25 10V6c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75z" }) });
|
|
301
567
|
}
|
|
302
568
|
);
|
|
303
569
|
ListTodo.displayName = "ListTodo";
|
|
304
570
|
|
|
305
571
|
// dist/icons/MagickoCheck.tsx
|
|
306
|
-
import
|
|
307
|
-
import { jsx as
|
|
308
|
-
var MagickoCheck =
|
|
572
|
+
import React51 from "react";
|
|
573
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
574
|
+
var MagickoCheck = React51.forwardRef(
|
|
309
575
|
({ size, ...props }, ref) => {
|
|
310
|
-
return /* @__PURE__ */
|
|
576
|
+
return /* @__PURE__ */ jsx51("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx51("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
|
|
311
577
|
}
|
|
312
578
|
);
|
|
313
579
|
MagickoCheck.displayName = "MagickoCheck";
|
|
314
580
|
|
|
315
581
|
// dist/icons/NotiDot.tsx
|
|
316
|
-
import
|
|
317
|
-
import { jsx as
|
|
318
|
-
var NotiDot =
|
|
582
|
+
import React52 from "react";
|
|
583
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
584
|
+
var NotiDot = React52.forwardRef(
|
|
319
585
|
({ size, ...props }, ref) => {
|
|
320
|
-
return /* @__PURE__ */
|
|
586
|
+
return /* @__PURE__ */ jsx52("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx52("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
321
587
|
}
|
|
322
588
|
);
|
|
323
589
|
NotiDot.displayName = "NotiDot";
|
|
324
590
|
|
|
325
591
|
// dist/icons/PauseSquare.tsx
|
|
326
|
-
import
|
|
327
|
-
import { jsx as
|
|
328
|
-
var PauseSquare =
|
|
592
|
+
import React53 from "react";
|
|
593
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
594
|
+
var PauseSquare = React53.forwardRef(
|
|
329
595
|
({ size, ...props }, ref) => {
|
|
330
|
-
return /* @__PURE__ */
|
|
596
|
+
return /* @__PURE__ */ jsx53("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx53("path", { fill: "#000", d: "M17 3H7a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4" }) });
|
|
331
597
|
}
|
|
332
598
|
);
|
|
333
599
|
PauseSquare.displayName = "PauseSquare";
|
|
334
600
|
|
|
335
601
|
// dist/icons/Pdf.tsx
|
|
336
|
-
import
|
|
337
|
-
import { jsx as
|
|
338
|
-
var Pdf =
|
|
339
|
-
({ size, ...props }, ref) => {
|
|
340
|
-
return /* @__PURE__ */
|
|
341
|
-
/* @__PURE__ */
|
|
342
|
-
/* @__PURE__ */
|
|
343
|
-
/* @__PURE__ */
|
|
602
|
+
import React54 from "react";
|
|
603
|
+
import { jsx as jsx54, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
604
|
+
var Pdf = React54.forwardRef(
|
|
605
|
+
({ size, ...props }, ref) => {
|
|
606
|
+
return /* @__PURE__ */ jsxs20("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
607
|
+
/* @__PURE__ */ jsx54("path", { fill: "#fa1515", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
608
|
+
/* @__PURE__ */ jsx54("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
609
|
+
/* @__PURE__ */ jsx54("path", { fill: "#fff", d: "M11.746 20v-2.91h2.045v.637h-1.255v.5h1.13v.637h-1.13V20zM9.932 20h-1.12v-2.91H9.92q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24 1.1 1.1 0 0 0 .081-.474q0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279zM6.188 20v-2.91h1.255q.324 0 .567.129a.93.93 0 0 1 .378.36q.135.231.135.54 0 .314-.14.541a.9.9 0 0 1-.387.353 1.3 1.3 0 0 1-.581.123h-.75v-.613h.59a.5.5 0 0 0 .238-.049.35.35 0 0 0 .152-.14.4.4 0 0 0 .054-.215.4.4 0 0 0-.054-.213.34.34 0 0 0-.152-.136.5.5 0 0 0-.237-.048h-.279V20z" })
|
|
344
610
|
] });
|
|
345
611
|
}
|
|
346
612
|
);
|
|
347
613
|
Pdf.displayName = "Pdf";
|
|
348
614
|
|
|
349
615
|
// dist/icons/PlayFilled.tsx
|
|
350
|
-
import
|
|
351
|
-
import { jsx as
|
|
352
|
-
var PlayFilled =
|
|
616
|
+
import React55 from "react";
|
|
617
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
618
|
+
var PlayFilled = React55.forwardRef(
|
|
353
619
|
({ size, ...props }, ref) => {
|
|
354
|
-
return /* @__PURE__ */
|
|
620
|
+
return /* @__PURE__ */ jsx55("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx55("path", { fill: "#000", d: "M5 3.097v17.806c0 .875.941 1.396 1.643.911l12.886-8.903c.627-.433.627-1.389 0-1.822L6.643 2.186C5.941 1.701 5 2.223 5 3.097" }) });
|
|
355
621
|
}
|
|
356
622
|
);
|
|
357
623
|
PlayFilled.displayName = "PlayFilled";
|
|
358
624
|
|
|
359
625
|
// dist/icons/Signature.tsx
|
|
360
|
-
import
|
|
361
|
-
import { jsx as
|
|
362
|
-
var Signature =
|
|
626
|
+
import React56 from "react";
|
|
627
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
628
|
+
var Signature = React56.forwardRef(
|
|
363
629
|
({ size, ...props }, ref) => {
|
|
364
|
-
return /* @__PURE__ */
|
|
630
|
+
return /* @__PURE__ */ jsx56("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx56("path", { fill: "#000", d: "M21 20.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5zm-2.284-5.986.178.045q.244.083.439.257l.002-.001 2.156 1.868.056.054a.75.75 0 0 1-.978 1.128l-.06-.048-1.762-1.527A1.75 1.75 0 0 1 17 17.75h-2A1.75 1.75 0 0 1 13.25 16c0-.811-.632-1.615-2.107-2.256a10 10 0 0 0-1.454-.49c-.292.853-.63 1.654-1.037 2.332-.704 1.177-1.718 2.164-3.152 2.164a3.25 3.25 0 0 1 0-6.5h.005l.433.007c.937.024 1.854.109 2.721.251q.084-.303.164-.616c.387-1.522.677-3.114.934-4.49.127-.683.248-1.318.368-1.853.117-.522.244-1.002.396-1.35l.084-.178a3.25 3.25 0 1 1 4.22 4.448l-.073.027a.75.75 0 0 1-.54-1.397L14.4 6a1.751 1.751 0 1 0-2.408-2.39l-.097.189c-.088.204-.19.56-.306 1.077a54 54 0 0 0-.358 1.8c-.254 1.362-.553 3.007-.954 4.585q-.071.278-.148.557c.576.152 1.117.336 1.61.55 1.647.716 3.011 1.898 3.011 3.631a.25.25 0 0 0 .25.25h2a.25.25 0 0 0 .25-.25v-.5h.001c-.001-.243.068-.48.2-.684l.11-.147c.121-.137.27-.247.439-.32l.173-.06q.178-.049.361-.044zM3.75 14.5a1.75 1.75 0 0 0 1.75 1.75c.643 0 1.26-.425 1.865-1.434.314-.524.59-1.158.841-1.863a19 19 0 0 0-2.708-.203A1.75 1.75 0 0 0 3.75 14.5" }) });
|
|
365
631
|
}
|
|
366
632
|
);
|
|
367
633
|
Signature.displayName = "Signature";
|
|
368
634
|
|
|
369
635
|
// dist/icons/SperateDot.tsx
|
|
370
|
-
import
|
|
371
|
-
import { jsx as
|
|
372
|
-
var SperateDot =
|
|
636
|
+
import React57 from "react";
|
|
637
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
638
|
+
var SperateDot = React57.forwardRef(
|
|
373
639
|
({ size, ...props }, ref) => {
|
|
374
|
-
return /* @__PURE__ */
|
|
640
|
+
return /* @__PURE__ */ jsx57("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx57("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
375
641
|
}
|
|
376
642
|
);
|
|
377
643
|
SperateDot.displayName = "SperateDot";
|
|
378
644
|
|
|
379
645
|
// dist/icons/Strikethrough.tsx
|
|
380
|
-
import
|
|
381
|
-
import { jsx as
|
|
382
|
-
var Strikethrough =
|
|
646
|
+
import React58 from "react";
|
|
647
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
648
|
+
var Strikethrough = React58.forwardRef(
|
|
383
649
|
({ size, ...props }, ref) => {
|
|
384
|
-
return /* @__PURE__ */
|
|
650
|
+
return /* @__PURE__ */ jsx58("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx58("path", { fill: "#000", d: "M17.25 16A3.25 3.25 0 0 0 14 12.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 0 1.5h-2.537a4.75 4.75 0 0 1-3.463 8H6a.75.75 0 0 1 0-1.5h8A3.25 3.25 0 0 0 17.25 16M16 3.25l.077.004a.75.75 0 0 1 0 1.492L16 4.75H9a2.25 2.25 0 0 0-2.23 1.94c-.044.313-.02.63.066.932l.04.128.023.073a.75.75 0 0 1-1.407.498l-.03-.071-.067-.214A3.75 3.75 0 0 1 9 3.25z" }) });
|
|
385
651
|
}
|
|
386
652
|
);
|
|
387
653
|
Strikethrough.displayName = "Strikethrough";
|
|
388
654
|
|
|
389
655
|
// dist/icons/X.tsx
|
|
390
|
-
import
|
|
391
|
-
import { jsx as
|
|
392
|
-
var X =
|
|
656
|
+
import React59 from "react";
|
|
657
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
658
|
+
var X = React59.forwardRef(
|
|
393
659
|
({ size, ...props }, ref) => {
|
|
394
|
-
return /* @__PURE__ */
|
|
660
|
+
return /* @__PURE__ */ jsx59("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx59("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
|
|
395
661
|
}
|
|
396
662
|
);
|
|
397
663
|
X.displayName = "X";
|
|
398
664
|
export {
|
|
399
665
|
AiIcon,
|
|
666
|
+
ArchiveBold,
|
|
667
|
+
ArrowDownBold,
|
|
668
|
+
ArrowRightBold,
|
|
669
|
+
ArrowUpBold,
|
|
400
670
|
BookmarkFilled,
|
|
671
|
+
Calendar,
|
|
401
672
|
ChatFullScreen,
|
|
402
673
|
ChatMaximize,
|
|
403
674
|
ChatMinimize,
|
|
@@ -406,15 +677,34 @@ export {
|
|
|
406
677
|
ChevronRight,
|
|
407
678
|
ChevronUp,
|
|
408
679
|
ChevronsUpDown,
|
|
680
|
+
CircleCheckFill,
|
|
681
|
+
CloseCircle1,
|
|
682
|
+
DislikeBold,
|
|
409
683
|
Doc,
|
|
684
|
+
DocumentTextBold,
|
|
685
|
+
DocumentUpload,
|
|
410
686
|
Enter,
|
|
411
687
|
Excel,
|
|
412
688
|
File,
|
|
689
|
+
Finance,
|
|
690
|
+
Flag,
|
|
691
|
+
Folder2,
|
|
692
|
+
FolderDrawerOpen,
|
|
413
693
|
FolderDrawerOpenAddBold,
|
|
694
|
+
FolderOpenBold,
|
|
414
695
|
GeneralMagicko,
|
|
415
696
|
GripVertical,
|
|
697
|
+
HeartBold,
|
|
416
698
|
Hr,
|
|
417
699
|
HrSystem,
|
|
700
|
+
IconsaxAiScienceBold,
|
|
701
|
+
IconsaxAttachCircleBold,
|
|
702
|
+
IconsaxBrainBold,
|
|
703
|
+
IconsaxMonetizeBold,
|
|
704
|
+
IconsaxPenBrushBold,
|
|
705
|
+
IconsaxPeopleBold,
|
|
706
|
+
IconsaxTaskSquareBold,
|
|
707
|
+
IconsaxVideoCameraBold,
|
|
418
708
|
IconsaxWord,
|
|
419
709
|
InProgress,
|
|
420
710
|
Line,
|