magick-icons 0.1.206 → 0.1.208
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 +685 -1
- package/index.d.ts +685 -1
- package/index.js +660 -166
- package/index.js.map +1 -1
- package/index.mjs +623 -167
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -31,7 +31,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
AiIcon: () => AiIcon,
|
|
34
|
+
ArchiveBold: () => ArchiveBold,
|
|
35
|
+
ArrowDownBold: () => ArrowDownBold,
|
|
36
|
+
ArrowRightBold: () => ArrowRightBold,
|
|
37
|
+
ArrowUpBold: () => ArrowUpBold,
|
|
34
38
|
BookmarkFilled: () => BookmarkFilled,
|
|
39
|
+
Calendar: () => Calendar,
|
|
35
40
|
ChatFullScreen: () => ChatFullScreen,
|
|
36
41
|
ChatMaximize: () => ChatMaximize,
|
|
37
42
|
ChatMinimize: () => ChatMinimize,
|
|
@@ -40,30 +45,63 @@ __export(index_exports, {
|
|
|
40
45
|
ChevronRight: () => ChevronRight,
|
|
41
46
|
ChevronUp: () => ChevronUp,
|
|
42
47
|
ChevronsUpDown: () => ChevronsUpDown,
|
|
48
|
+
CircleCheckFill: () => CircleCheckFill,
|
|
49
|
+
CloseCircle1: () => CloseCircle1,
|
|
50
|
+
DislikeBold: () => DislikeBold,
|
|
43
51
|
Doc: () => Doc,
|
|
52
|
+
DocumentTextBold: () => DocumentTextBold,
|
|
53
|
+
DocumentUpload: () => DocumentUpload,
|
|
44
54
|
Enter: () => Enter,
|
|
45
55
|
Excel: () => Excel,
|
|
46
56
|
File: () => File,
|
|
57
|
+
Finance: () => Finance,
|
|
58
|
+
Flag: () => Flag,
|
|
59
|
+
Folder2: () => Folder2,
|
|
60
|
+
FolderDrawerOpen: () => FolderDrawerOpen,
|
|
47
61
|
FolderDrawerOpenAddBold: () => FolderDrawerOpenAddBold,
|
|
62
|
+
FolderOpenBold: () => FolderOpenBold,
|
|
48
63
|
GeneralMagicko: () => GeneralMagicko,
|
|
49
64
|
GripVertical: () => GripVertical,
|
|
65
|
+
HeartBold: () => HeartBold,
|
|
50
66
|
Hr: () => Hr,
|
|
51
67
|
HrSystem: () => HrSystem,
|
|
68
|
+
IconsaxAiScienceBold: () => IconsaxAiScienceBold,
|
|
69
|
+
IconsaxAttachCircleBold: () => IconsaxAttachCircleBold,
|
|
70
|
+
IconsaxBrainBold: () => IconsaxBrainBold,
|
|
71
|
+
IconsaxMonetizeBold: () => IconsaxMonetizeBold,
|
|
72
|
+
IconsaxPenBrushBold: () => IconsaxPenBrushBold,
|
|
73
|
+
IconsaxPeopleBold: () => IconsaxPeopleBold,
|
|
74
|
+
IconsaxTaskSquareBold: () => IconsaxTaskSquareBold,
|
|
75
|
+
IconsaxVideoCameraBold: () => IconsaxVideoCameraBold,
|
|
52
76
|
IconsaxWord: () => IconsaxWord,
|
|
53
77
|
InProgress: () => InProgress,
|
|
78
|
+
InfoCircleBold: () => InfoCircleBold,
|
|
79
|
+
Legal: () => Legal,
|
|
80
|
+
LikeBold: () => LikeBold,
|
|
54
81
|
Line: () => Line,
|
|
82
|
+
LinkSquare: () => LinkSquare,
|
|
55
83
|
List: () => List,
|
|
56
84
|
ListEnd: () => ListEnd,
|
|
57
85
|
ListOrdered: () => ListOrdered,
|
|
58
86
|
ListTodo: () => ListTodo,
|
|
87
|
+
Lock: () => Lock,
|
|
88
|
+
MagickPotion: () => MagickPotion,
|
|
59
89
|
MagickoCheck: () => MagickoCheck,
|
|
90
|
+
Marketing: () => Marketing,
|
|
91
|
+
MessageEdit: () => MessageEdit,
|
|
92
|
+
Network: () => Network,
|
|
60
93
|
NotiDot: () => NotiDot,
|
|
94
|
+
PA: () => PA,
|
|
61
95
|
PauseSquare: () => PauseSquare,
|
|
62
96
|
Pdf: () => Pdf,
|
|
63
97
|
PlayFilled: () => PlayFilled,
|
|
64
98
|
Signature: () => Signature,
|
|
65
99
|
SperateDot: () => SperateDot,
|
|
100
|
+
SquarePen1: () => SquarePen1,
|
|
66
101
|
Strikethrough: () => Strikethrough,
|
|
102
|
+
Tasks: () => Tasks,
|
|
103
|
+
Trash: () => Trash,
|
|
104
|
+
Video: () => Video,
|
|
67
105
|
X: () => X
|
|
68
106
|
});
|
|
69
107
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -85,390 +123,813 @@ var AiIcon = import_react.default.forwardRef(
|
|
|
85
123
|
);
|
|
86
124
|
AiIcon.displayName = "AiIcon";
|
|
87
125
|
|
|
88
|
-
// dist/icons/
|
|
126
|
+
// dist/icons/ArchiveBold.tsx
|
|
89
127
|
var import_react2 = __toESM(require("react"));
|
|
90
128
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
91
|
-
var
|
|
129
|
+
var ArchiveBold = import_react2.default.forwardRef(
|
|
130
|
+
({ size, ...props }, ref) => {
|
|
131
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("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" }) });
|
|
132
|
+
}
|
|
133
|
+
);
|
|
134
|
+
ArchiveBold.displayName = "ArchiveBold";
|
|
135
|
+
|
|
136
|
+
// dist/icons/ArrowDownBold.tsx
|
|
137
|
+
var import_react3 = __toESM(require("react"));
|
|
138
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
139
|
+
var ArrowDownBold = import_react3.default.forwardRef(
|
|
140
|
+
({ size, ...props }, ref) => {
|
|
141
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("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" }) });
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
ArrowDownBold.displayName = "ArrowDownBold";
|
|
145
|
+
|
|
146
|
+
// dist/icons/ArrowRightBold.tsx
|
|
147
|
+
var import_react4 = __toESM(require("react"));
|
|
148
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
149
|
+
var ArrowRightBold = import_react4.default.forwardRef(
|
|
150
|
+
({ size, ...props }, ref) => {
|
|
151
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" }) });
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
ArrowRightBold.displayName = "ArrowRightBold";
|
|
155
|
+
|
|
156
|
+
// dist/icons/ArrowUpBold.tsx
|
|
157
|
+
var import_react5 = __toESM(require("react"));
|
|
158
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
159
|
+
var ArrowUpBold = import_react5.default.forwardRef(
|
|
92
160
|
({ size, ...props }, ref) => {
|
|
93
|
-
return /* @__PURE__ */ (0,
|
|
94
|
-
|
|
95
|
-
|
|
161
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("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" }) });
|
|
162
|
+
}
|
|
163
|
+
);
|
|
164
|
+
ArrowUpBold.displayName = "ArrowUpBold";
|
|
165
|
+
|
|
166
|
+
// dist/icons/BookmarkFilled.tsx
|
|
167
|
+
var import_react6 = __toESM(require("react"));
|
|
168
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
169
|
+
var BookmarkFilled = import_react6.default.forwardRef(
|
|
170
|
+
({ size, ...props }, ref) => {
|
|
171
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
172
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("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" }),
|
|
173
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("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" })
|
|
96
174
|
] });
|
|
97
175
|
}
|
|
98
176
|
);
|
|
99
177
|
BookmarkFilled.displayName = "BookmarkFilled";
|
|
100
178
|
|
|
179
|
+
// dist/icons/Calendar.tsx
|
|
180
|
+
var import_react7 = __toESM(require("react"));
|
|
181
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
182
|
+
var Calendar = import_react7.default.forwardRef(
|
|
183
|
+
({ size, ...props }, ref) => {
|
|
184
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
185
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("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" }),
|
|
186
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("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" })
|
|
187
|
+
] });
|
|
188
|
+
}
|
|
189
|
+
);
|
|
190
|
+
Calendar.displayName = "Calendar";
|
|
191
|
+
|
|
101
192
|
// dist/icons/ChatFullScreen.tsx
|
|
102
|
-
var
|
|
103
|
-
var
|
|
104
|
-
var ChatFullScreen =
|
|
193
|
+
var import_react8 = __toESM(require("react"));
|
|
194
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
195
|
+
var ChatFullScreen = import_react8.default.forwardRef(
|
|
105
196
|
({ size, ...props }, ref) => {
|
|
106
|
-
return /* @__PURE__ */ (0,
|
|
107
|
-
/* @__PURE__ */ (0,
|
|
108
|
-
/* @__PURE__ */ (0,
|
|
109
|
-
/* @__PURE__ */ (0,
|
|
197
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
198
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" }),
|
|
199
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" }),
|
|
200
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" })
|
|
110
201
|
] });
|
|
111
202
|
}
|
|
112
203
|
);
|
|
113
204
|
ChatFullScreen.displayName = "ChatFullScreen";
|
|
114
205
|
|
|
115
206
|
// dist/icons/ChatMaximize.tsx
|
|
116
|
-
var
|
|
117
|
-
var
|
|
118
|
-
var ChatMaximize =
|
|
207
|
+
var import_react9 = __toESM(require("react"));
|
|
208
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
209
|
+
var ChatMaximize = import_react9.default.forwardRef(
|
|
119
210
|
({ size, ...props }, ref) => {
|
|
120
|
-
return /* @__PURE__ */ (0,
|
|
121
|
-
/* @__PURE__ */ (0,
|
|
122
|
-
/* @__PURE__ */ (0,
|
|
123
|
-
/* @__PURE__ */ (0,
|
|
211
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
212
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("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" }),
|
|
213
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("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" }),
|
|
214
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("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" })
|
|
124
215
|
] });
|
|
125
216
|
}
|
|
126
217
|
);
|
|
127
218
|
ChatMaximize.displayName = "ChatMaximize";
|
|
128
219
|
|
|
129
220
|
// dist/icons/ChatMinimize.tsx
|
|
130
|
-
var
|
|
131
|
-
var
|
|
132
|
-
var ChatMinimize =
|
|
221
|
+
var import_react10 = __toESM(require("react"));
|
|
222
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
223
|
+
var ChatMinimize = import_react10.default.forwardRef(
|
|
133
224
|
({ size, ...props }, ref) => {
|
|
134
|
-
return /* @__PURE__ */ (0,
|
|
135
|
-
/* @__PURE__ */ (0,
|
|
136
|
-
/* @__PURE__ */ (0,
|
|
137
|
-
/* @__PURE__ */ (0,
|
|
225
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
226
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("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" }),
|
|
227
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("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" }),
|
|
228
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("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" })
|
|
138
229
|
] });
|
|
139
230
|
}
|
|
140
231
|
);
|
|
141
232
|
ChatMinimize.displayName = "ChatMinimize";
|
|
142
233
|
|
|
143
234
|
// dist/icons/ChevronDown.tsx
|
|
144
|
-
var
|
|
145
|
-
var
|
|
146
|
-
var ChevronDown =
|
|
235
|
+
var import_react11 = __toESM(require("react"));
|
|
236
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
237
|
+
var ChevronDown = import_react11.default.forwardRef(
|
|
147
238
|
({ size, ...props }, ref) => {
|
|
148
|
-
return /* @__PURE__ */ (0,
|
|
239
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("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" }) });
|
|
149
240
|
}
|
|
150
241
|
);
|
|
151
242
|
ChevronDown.displayName = "ChevronDown";
|
|
152
243
|
|
|
153
244
|
// dist/icons/ChevronLeft.tsx
|
|
154
|
-
var
|
|
155
|
-
var
|
|
156
|
-
var ChevronLeft =
|
|
245
|
+
var import_react12 = __toESM(require("react"));
|
|
246
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
247
|
+
var ChevronLeft = import_react12.default.forwardRef(
|
|
157
248
|
({ size, ...props }, ref) => {
|
|
158
|
-
return /* @__PURE__ */ (0,
|
|
249
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("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" }) });
|
|
159
250
|
}
|
|
160
251
|
);
|
|
161
252
|
ChevronLeft.displayName = "ChevronLeft";
|
|
162
253
|
|
|
163
254
|
// dist/icons/ChevronRight.tsx
|
|
164
|
-
var
|
|
165
|
-
var
|
|
166
|
-
var ChevronRight =
|
|
255
|
+
var import_react13 = __toESM(require("react"));
|
|
256
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
257
|
+
var ChevronRight = import_react13.default.forwardRef(
|
|
167
258
|
({ size, ...props }, ref) => {
|
|
168
|
-
return /* @__PURE__ */ (0,
|
|
259
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("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" }) });
|
|
169
260
|
}
|
|
170
261
|
);
|
|
171
262
|
ChevronRight.displayName = "ChevronRight";
|
|
172
263
|
|
|
173
264
|
// dist/icons/ChevronUp.tsx
|
|
174
|
-
var
|
|
175
|
-
var
|
|
176
|
-
var ChevronUp =
|
|
265
|
+
var import_react14 = __toESM(require("react"));
|
|
266
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
267
|
+
var ChevronUp = import_react14.default.forwardRef(
|
|
177
268
|
({ size, ...props }, ref) => {
|
|
178
|
-
return /* @__PURE__ */ (0,
|
|
269
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("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" }) });
|
|
179
270
|
}
|
|
180
271
|
);
|
|
181
272
|
ChevronUp.displayName = "ChevronUp";
|
|
182
273
|
|
|
183
274
|
// dist/icons/ChevronsUpDown.tsx
|
|
184
|
-
var
|
|
185
|
-
var
|
|
186
|
-
var ChevronsUpDown =
|
|
275
|
+
var import_react15 = __toESM(require("react"));
|
|
276
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
277
|
+
var ChevronsUpDown = import_react15.default.forwardRef(
|
|
187
278
|
({ size, ...props }, ref) => {
|
|
188
|
-
return /* @__PURE__ */ (0,
|
|
279
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("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" }) });
|
|
189
280
|
}
|
|
190
281
|
);
|
|
191
282
|
ChevronsUpDown.displayName = "ChevronsUpDown";
|
|
192
283
|
|
|
284
|
+
// dist/icons/CircleCheckFill.tsx
|
|
285
|
+
var import_react16 = __toESM(require("react"));
|
|
286
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
287
|
+
var CircleCheckFill = import_react16.default.forwardRef(
|
|
288
|
+
({ size, ...props }, ref) => {
|
|
289
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("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" }),
|
|
291
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("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" })
|
|
292
|
+
] });
|
|
293
|
+
}
|
|
294
|
+
);
|
|
295
|
+
CircleCheckFill.displayName = "CircleCheckFill";
|
|
296
|
+
|
|
297
|
+
// dist/icons/CloseCircle1.tsx
|
|
298
|
+
var import_react17 = __toESM(require("react"));
|
|
299
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
300
|
+
var CloseCircle1 = import_react17.default.forwardRef(
|
|
301
|
+
({ size, ...props }, ref) => {
|
|
302
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("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" }) });
|
|
303
|
+
}
|
|
304
|
+
);
|
|
305
|
+
CloseCircle1.displayName = "CloseCircle1";
|
|
306
|
+
|
|
307
|
+
// dist/icons/DislikeBold.tsx
|
|
308
|
+
var import_react18 = __toESM(require("react"));
|
|
309
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
310
|
+
var DislikeBold = import_react18.default.forwardRef(
|
|
311
|
+
({ size, ...props }, ref) => {
|
|
312
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("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" }) });
|
|
313
|
+
}
|
|
314
|
+
);
|
|
315
|
+
DislikeBold.displayName = "DislikeBold";
|
|
316
|
+
|
|
193
317
|
// dist/icons/Doc.tsx
|
|
194
|
-
var
|
|
195
|
-
var
|
|
196
|
-
var Doc =
|
|
318
|
+
var import_react19 = __toESM(require("react"));
|
|
319
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
320
|
+
var Doc = import_react19.default.forwardRef(
|
|
197
321
|
({ size, ...props }, ref) => {
|
|
198
|
-
return /* @__PURE__ */ (0,
|
|
199
|
-
/* @__PURE__ */ (0,
|
|
200
|
-
/* @__PURE__ */ (0,
|
|
201
|
-
/* @__PURE__ */ (0,
|
|
322
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
323
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("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" }),
|
|
324
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("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" }),
|
|
325
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1d4ed8", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
202
326
|
] });
|
|
203
327
|
}
|
|
204
328
|
);
|
|
205
329
|
Doc.displayName = "Doc";
|
|
206
330
|
|
|
331
|
+
// dist/icons/DocumentTextBold.tsx
|
|
332
|
+
var import_react20 = __toESM(require("react"));
|
|
333
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
334
|
+
var DocumentTextBold = import_react20.default.forwardRef(
|
|
335
|
+
({ size, ...props }, ref) => {
|
|
336
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
337
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("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" }),
|
|
338
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("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" })
|
|
339
|
+
] });
|
|
340
|
+
}
|
|
341
|
+
);
|
|
342
|
+
DocumentTextBold.displayName = "DocumentTextBold";
|
|
343
|
+
|
|
344
|
+
// dist/icons/DocumentUpload.tsx
|
|
345
|
+
var import_react21 = __toESM(require("react"));
|
|
346
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
347
|
+
var DocumentUpload = import_react21.default.forwardRef(
|
|
348
|
+
({ size, ...props }, ref) => {
|
|
349
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
350
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("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" }),
|
|
351
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("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" })
|
|
352
|
+
] });
|
|
353
|
+
}
|
|
354
|
+
);
|
|
355
|
+
DocumentUpload.displayName = "DocumentUpload";
|
|
356
|
+
|
|
207
357
|
// dist/icons/Enter.tsx
|
|
208
|
-
var
|
|
209
|
-
var
|
|
210
|
-
var Enter =
|
|
358
|
+
var import_react22 = __toESM(require("react"));
|
|
359
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
360
|
+
var Enter = import_react22.default.forwardRef(
|
|
211
361
|
({ size, ...props }, ref) => {
|
|
212
|
-
return /* @__PURE__ */ (0,
|
|
362
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("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" }) });
|
|
213
363
|
}
|
|
214
364
|
);
|
|
215
365
|
Enter.displayName = "Enter";
|
|
216
366
|
|
|
217
367
|
// dist/icons/Excel.tsx
|
|
218
|
-
var
|
|
219
|
-
var
|
|
220
|
-
var Excel =
|
|
368
|
+
var import_react23 = __toESM(require("react"));
|
|
369
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
370
|
+
var Excel = import_react23.default.forwardRef(
|
|
221
371
|
({ size, ...props }, ref) => {
|
|
222
|
-
return /* @__PURE__ */ (0,
|
|
223
|
-
/* @__PURE__ */ (0,
|
|
224
|
-
/* @__PURE__ */ (0,
|
|
225
|
-
/* @__PURE__ */ (0,
|
|
372
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
373
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("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" }),
|
|
374
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("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" }),
|
|
375
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: "#15803d", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
226
376
|
] });
|
|
227
377
|
}
|
|
228
378
|
);
|
|
229
379
|
Excel.displayName = "Excel";
|
|
230
380
|
|
|
231
381
|
// dist/icons/File.tsx
|
|
232
|
-
var
|
|
233
|
-
var
|
|
234
|
-
var File =
|
|
382
|
+
var import_react24 = __toESM(require("react"));
|
|
383
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
384
|
+
var File = import_react24.default.forwardRef(
|
|
235
385
|
({ size, ...props }, ref) => {
|
|
236
|
-
return /* @__PURE__ */ (0,
|
|
237
|
-
/* @__PURE__ */ (0,
|
|
238
|
-
/* @__PURE__ */ (0,
|
|
386
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
387
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("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" }),
|
|
388
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: "#ca8a04", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
239
389
|
] });
|
|
240
390
|
}
|
|
241
391
|
);
|
|
242
392
|
File.displayName = "File";
|
|
243
393
|
|
|
394
|
+
// dist/icons/Finance.tsx
|
|
395
|
+
var import_react25 = __toESM(require("react"));
|
|
396
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
397
|
+
var Finance = import_react25.default.forwardRef(
|
|
398
|
+
({ size, ...props }, ref) => {
|
|
399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
400
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("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" }),
|
|
401
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("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" }),
|
|
402
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("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" })
|
|
403
|
+
] });
|
|
404
|
+
}
|
|
405
|
+
);
|
|
406
|
+
Finance.displayName = "Finance";
|
|
407
|
+
|
|
408
|
+
// dist/icons/Flag.tsx
|
|
409
|
+
var import_react26 = __toESM(require("react"));
|
|
410
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
411
|
+
var Flag = import_react26.default.forwardRef(
|
|
412
|
+
({ size, ...props }, ref) => {
|
|
413
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("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" }) });
|
|
414
|
+
}
|
|
415
|
+
);
|
|
416
|
+
Flag.displayName = "Flag";
|
|
417
|
+
|
|
418
|
+
// dist/icons/Folder2.tsx
|
|
419
|
+
var import_react27 = __toESM(require("react"));
|
|
420
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
421
|
+
var Folder2 = import_react27.default.forwardRef(
|
|
422
|
+
({ size, ...props }, ref) => {
|
|
423
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
424
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("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" }),
|
|
425
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("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" })
|
|
426
|
+
] });
|
|
427
|
+
}
|
|
428
|
+
);
|
|
429
|
+
Folder2.displayName = "Folder2";
|
|
430
|
+
|
|
431
|
+
// dist/icons/FolderDrawerOpen.tsx
|
|
432
|
+
var import_react28 = __toESM(require("react"));
|
|
433
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
434
|
+
var FolderDrawerOpen = import_react28.default.forwardRef(
|
|
435
|
+
({ size, ...props }, ref) => {
|
|
436
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("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" }) });
|
|
437
|
+
}
|
|
438
|
+
);
|
|
439
|
+
FolderDrawerOpen.displayName = "FolderDrawerOpen";
|
|
440
|
+
|
|
244
441
|
// dist/icons/FolderDrawerOpenAddBold.tsx
|
|
245
|
-
var
|
|
246
|
-
var
|
|
247
|
-
var FolderDrawerOpenAddBold =
|
|
442
|
+
var import_react29 = __toESM(require("react"));
|
|
443
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
444
|
+
var FolderDrawerOpenAddBold = import_react29.default.forwardRef(
|
|
248
445
|
({ size, ...props }, ref) => {
|
|
249
|
-
return /* @__PURE__ */ (0,
|
|
446
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("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" }) });
|
|
250
447
|
}
|
|
251
448
|
);
|
|
252
449
|
FolderDrawerOpenAddBold.displayName = "FolderDrawerOpenAddBold";
|
|
253
450
|
|
|
451
|
+
// dist/icons/FolderOpenBold.tsx
|
|
452
|
+
var import_react30 = __toESM(require("react"));
|
|
453
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
454
|
+
var FolderOpenBold = import_react30.default.forwardRef(
|
|
455
|
+
({ size, ...props }, ref) => {
|
|
456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("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" }) });
|
|
457
|
+
}
|
|
458
|
+
);
|
|
459
|
+
FolderOpenBold.displayName = "FolderOpenBold";
|
|
460
|
+
|
|
254
461
|
// dist/icons/GeneralMagicko.tsx
|
|
255
|
-
var
|
|
256
|
-
var
|
|
257
|
-
var GeneralMagicko =
|
|
462
|
+
var import_react31 = __toESM(require("react"));
|
|
463
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
464
|
+
var GeneralMagicko = import_react31.default.forwardRef(
|
|
258
465
|
({ size, ...props }, ref) => {
|
|
259
|
-
return /* @__PURE__ */ (0,
|
|
466
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("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" }) });
|
|
260
467
|
}
|
|
261
468
|
);
|
|
262
469
|
GeneralMagicko.displayName = "GeneralMagicko";
|
|
263
470
|
|
|
264
471
|
// dist/icons/GripVertical.tsx
|
|
265
|
-
var
|
|
266
|
-
var
|
|
267
|
-
var GripVertical =
|
|
472
|
+
var import_react32 = __toESM(require("react"));
|
|
473
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
474
|
+
var GripVertical = import_react32.default.forwardRef(
|
|
268
475
|
({ size, ...props }, ref) => {
|
|
269
|
-
return /* @__PURE__ */ (0,
|
|
476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("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" }) });
|
|
270
477
|
}
|
|
271
478
|
);
|
|
272
479
|
GripVertical.displayName = "GripVertical";
|
|
273
480
|
|
|
481
|
+
// dist/icons/HeartBold.tsx
|
|
482
|
+
var import_react33 = __toESM(require("react"));
|
|
483
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
484
|
+
var HeartBold = import_react33.default.forwardRef(
|
|
485
|
+
({ size, ...props }, ref) => {
|
|
486
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("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" }) });
|
|
487
|
+
}
|
|
488
|
+
);
|
|
489
|
+
HeartBold.displayName = "HeartBold";
|
|
490
|
+
|
|
274
491
|
// dist/icons/Hr.tsx
|
|
275
|
-
var
|
|
276
|
-
var
|
|
277
|
-
var Hr =
|
|
492
|
+
var import_react34 = __toESM(require("react"));
|
|
493
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
494
|
+
var Hr = import_react34.default.forwardRef(
|
|
278
495
|
({ size, ...props }, ref) => {
|
|
279
|
-
return /* @__PURE__ */ (0,
|
|
280
|
-
/* @__PURE__ */ (0,
|
|
281
|
-
/* @__PURE__ */ (0,
|
|
282
|
-
/* @__PURE__ */ (0,
|
|
283
|
-
/* @__PURE__ */ (0,
|
|
496
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
|
|
497
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("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" }),
|
|
498
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("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" }),
|
|
499
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("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" }),
|
|
500
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("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" })
|
|
284
501
|
] });
|
|
285
502
|
}
|
|
286
503
|
);
|
|
287
504
|
Hr.displayName = "Hr";
|
|
288
505
|
|
|
289
506
|
// dist/icons/HrSystem.tsx
|
|
290
|
-
var
|
|
291
|
-
var
|
|
292
|
-
var HrSystem =
|
|
507
|
+
var import_react35 = __toESM(require("react"));
|
|
508
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
509
|
+
var HrSystem = import_react35.default.forwardRef(
|
|
293
510
|
({ size, ...props }, ref) => {
|
|
294
|
-
return /* @__PURE__ */ (0,
|
|
295
|
-
/* @__PURE__ */ (0,
|
|
296
|
-
/* @__PURE__ */ (0,
|
|
511
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
512
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("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" }),
|
|
513
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("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" })
|
|
297
514
|
] });
|
|
298
515
|
}
|
|
299
516
|
);
|
|
300
517
|
HrSystem.displayName = "HrSystem";
|
|
301
518
|
|
|
519
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
520
|
+
var import_react36 = __toESM(require("react"));
|
|
521
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
522
|
+
var IconsaxAiScienceBold = import_react36.default.forwardRef(
|
|
523
|
+
({ size, ...props }, ref) => {
|
|
524
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
525
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("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" }),
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("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" })
|
|
527
|
+
] });
|
|
528
|
+
}
|
|
529
|
+
);
|
|
530
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
531
|
+
|
|
532
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
533
|
+
var import_react37 = __toESM(require("react"));
|
|
534
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
535
|
+
var IconsaxAttachCircleBold = import_react37.default.forwardRef(
|
|
536
|
+
({ size, ...props }, ref) => {
|
|
537
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("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" }) });
|
|
538
|
+
}
|
|
539
|
+
);
|
|
540
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
541
|
+
|
|
542
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
543
|
+
var import_react38 = __toESM(require("react"));
|
|
544
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
545
|
+
var IconsaxBrainBold = import_react38.default.forwardRef(
|
|
546
|
+
({ size, ...props }, ref) => {
|
|
547
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("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" }) });
|
|
548
|
+
}
|
|
549
|
+
);
|
|
550
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
551
|
+
|
|
552
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
553
|
+
var import_react39 = __toESM(require("react"));
|
|
554
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
555
|
+
var IconsaxMonetizeBold = import_react39.default.forwardRef(
|
|
556
|
+
({ size, ...props }, ref) => {
|
|
557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("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" }) });
|
|
558
|
+
}
|
|
559
|
+
);
|
|
560
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
561
|
+
|
|
562
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
563
|
+
var import_react40 = __toESM(require("react"));
|
|
564
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
565
|
+
var IconsaxPenBrushBold = import_react40.default.forwardRef(
|
|
566
|
+
({ size, ...props }, ref) => {
|
|
567
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("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" }) });
|
|
568
|
+
}
|
|
569
|
+
);
|
|
570
|
+
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
571
|
+
|
|
572
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
573
|
+
var import_react41 = __toESM(require("react"));
|
|
574
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
575
|
+
var IconsaxPeopleBold = import_react41.default.forwardRef(
|
|
576
|
+
({ size, ...props }, ref) => {
|
|
577
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("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" }) });
|
|
578
|
+
}
|
|
579
|
+
);
|
|
580
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
581
|
+
|
|
582
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
583
|
+
var import_react42 = __toESM(require("react"));
|
|
584
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
585
|
+
var IconsaxTaskSquareBold = import_react42.default.forwardRef(
|
|
586
|
+
({ size, ...props }, ref) => {
|
|
587
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("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" }) });
|
|
588
|
+
}
|
|
589
|
+
);
|
|
590
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
591
|
+
|
|
592
|
+
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
593
|
+
var import_react43 = __toESM(require("react"));
|
|
594
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
595
|
+
var IconsaxVideoCameraBold = import_react43.default.forwardRef(
|
|
596
|
+
({ size, ...props }, ref) => {
|
|
597
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
598
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("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" }),
|
|
599
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("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" }),
|
|
600
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("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" })
|
|
601
|
+
] });
|
|
602
|
+
}
|
|
603
|
+
);
|
|
604
|
+
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
605
|
+
|
|
302
606
|
// dist/icons/IconsaxWord.tsx
|
|
303
|
-
var
|
|
304
|
-
var
|
|
305
|
-
var IconsaxWord =
|
|
607
|
+
var import_react44 = __toESM(require("react"));
|
|
608
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
609
|
+
var IconsaxWord = import_react44.default.forwardRef(
|
|
306
610
|
({ size, ...props }, ref) => {
|
|
307
|
-
return /* @__PURE__ */ (0,
|
|
611
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("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" }) });
|
|
308
612
|
}
|
|
309
613
|
);
|
|
310
614
|
IconsaxWord.displayName = "IconsaxWord";
|
|
311
615
|
|
|
312
616
|
// dist/icons/InProgress.tsx
|
|
313
|
-
var
|
|
314
|
-
var
|
|
315
|
-
var InProgress =
|
|
617
|
+
var import_react45 = __toESM(require("react"));
|
|
618
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
619
|
+
var InProgress = import_react45.default.forwardRef(
|
|
316
620
|
({ size, ...props }, ref) => {
|
|
317
|
-
return /* @__PURE__ */ (0,
|
|
318
|
-
/* @__PURE__ */ (0,
|
|
319
|
-
/* @__PURE__ */ (0,
|
|
621
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
622
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
623
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("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" })
|
|
320
624
|
] });
|
|
321
625
|
}
|
|
322
626
|
);
|
|
323
627
|
InProgress.displayName = "InProgress";
|
|
324
628
|
|
|
629
|
+
// dist/icons/InfoCircleBold.tsx
|
|
630
|
+
var import_react46 = __toESM(require("react"));
|
|
631
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
632
|
+
var InfoCircleBold = import_react46.default.forwardRef(
|
|
633
|
+
({ size, ...props }, ref) => {
|
|
634
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
|
|
635
|
+
}
|
|
636
|
+
);
|
|
637
|
+
InfoCircleBold.displayName = "InfoCircleBold";
|
|
638
|
+
|
|
639
|
+
// dist/icons/Legal.tsx
|
|
640
|
+
var import_react47 = __toESM(require("react"));
|
|
641
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
642
|
+
var Legal = import_react47.default.forwardRef(
|
|
643
|
+
({ size, ...props }, ref) => {
|
|
644
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
|
|
645
|
+
}
|
|
646
|
+
);
|
|
647
|
+
Legal.displayName = "Legal";
|
|
648
|
+
|
|
649
|
+
// dist/icons/LikeBold.tsx
|
|
650
|
+
var import_react48 = __toESM(require("react"));
|
|
651
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
652
|
+
var LikeBold = import_react48.default.forwardRef(
|
|
653
|
+
({ size, ...props }, ref) => {
|
|
654
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.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.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
|
|
655
|
+
}
|
|
656
|
+
);
|
|
657
|
+
LikeBold.displayName = "LikeBold";
|
|
658
|
+
|
|
325
659
|
// dist/icons/Line.tsx
|
|
326
|
-
var
|
|
327
|
-
var
|
|
328
|
-
var Line =
|
|
660
|
+
var import_react49 = __toESM(require("react"));
|
|
661
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
662
|
+
var Line = import_react49.default.forwardRef(
|
|
329
663
|
({ size, ...props }, ref) => {
|
|
330
|
-
return /* @__PURE__ */ (0,
|
|
664
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
331
665
|
}
|
|
332
666
|
);
|
|
333
667
|
Line.displayName = "Line";
|
|
334
668
|
|
|
669
|
+
// dist/icons/LinkSquare.tsx
|
|
670
|
+
var import_react50 = __toESM(require("react"));
|
|
671
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
672
|
+
var LinkSquare = import_react50.default.forwardRef(
|
|
673
|
+
({ size, ...props }, ref) => {
|
|
674
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
|
|
675
|
+
}
|
|
676
|
+
);
|
|
677
|
+
LinkSquare.displayName = "LinkSquare";
|
|
678
|
+
|
|
335
679
|
// dist/icons/List.tsx
|
|
336
|
-
var
|
|
337
|
-
var
|
|
338
|
-
var List =
|
|
680
|
+
var import_react51 = __toESM(require("react"));
|
|
681
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
682
|
+
var List = import_react51.default.forwardRef(
|
|
339
683
|
({ size, ...props }, ref) => {
|
|
340
|
-
return /* @__PURE__ */ (0,
|
|
684
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("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" }) });
|
|
341
685
|
}
|
|
342
686
|
);
|
|
343
687
|
List.displayName = "List";
|
|
344
688
|
|
|
345
689
|
// dist/icons/ListEnd.tsx
|
|
346
|
-
var
|
|
347
|
-
var
|
|
348
|
-
var ListEnd =
|
|
690
|
+
var import_react52 = __toESM(require("react"));
|
|
691
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
692
|
+
var ListEnd = import_react52.default.forwardRef(
|
|
349
693
|
({ size, ...props }, ref) => {
|
|
350
|
-
return /* @__PURE__ */ (0,
|
|
694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("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" }) });
|
|
351
695
|
}
|
|
352
696
|
);
|
|
353
697
|
ListEnd.displayName = "ListEnd";
|
|
354
698
|
|
|
355
699
|
// dist/icons/ListOrdered.tsx
|
|
356
|
-
var
|
|
357
|
-
var
|
|
358
|
-
var ListOrdered =
|
|
700
|
+
var import_react53 = __toESM(require("react"));
|
|
701
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
702
|
+
var ListOrdered = import_react53.default.forwardRef(
|
|
359
703
|
({ size, ...props }, ref) => {
|
|
360
|
-
return /* @__PURE__ */ (0,
|
|
704
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("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" }) });
|
|
361
705
|
}
|
|
362
706
|
);
|
|
363
707
|
ListOrdered.displayName = "ListOrdered";
|
|
364
708
|
|
|
365
709
|
// dist/icons/ListTodo.tsx
|
|
366
|
-
var
|
|
367
|
-
var
|
|
368
|
-
var ListTodo =
|
|
710
|
+
var import_react54 = __toESM(require("react"));
|
|
711
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
712
|
+
var ListTodo = import_react54.default.forwardRef(
|
|
369
713
|
({ size, ...props }, ref) => {
|
|
370
|
-
return /* @__PURE__ */ (0,
|
|
714
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("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" }) });
|
|
371
715
|
}
|
|
372
716
|
);
|
|
373
717
|
ListTodo.displayName = "ListTodo";
|
|
374
718
|
|
|
719
|
+
// dist/icons/Lock.tsx
|
|
720
|
+
var import_react55 = __toESM(require("react"));
|
|
721
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
722
|
+
var Lock = import_react55.default.forwardRef(
|
|
723
|
+
({ size, ...props }, ref) => {
|
|
724
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
725
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
|
|
726
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
|
|
727
|
+
] });
|
|
728
|
+
}
|
|
729
|
+
);
|
|
730
|
+
Lock.displayName = "Lock";
|
|
731
|
+
|
|
732
|
+
// dist/icons/MagickPotion.tsx
|
|
733
|
+
var import_react56 = __toESM(require("react"));
|
|
734
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
735
|
+
var MagickPotion = import_react56.default.forwardRef(
|
|
736
|
+
({ size, ...props }, ref) => {
|
|
737
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
738
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", 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" }),
|
|
739
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", 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" })
|
|
740
|
+
] });
|
|
741
|
+
}
|
|
742
|
+
);
|
|
743
|
+
MagickPotion.displayName = "MagickPotion";
|
|
744
|
+
|
|
375
745
|
// dist/icons/MagickoCheck.tsx
|
|
376
|
-
var
|
|
377
|
-
var
|
|
378
|
-
var MagickoCheck =
|
|
746
|
+
var import_react57 = __toESM(require("react"));
|
|
747
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
748
|
+
var MagickoCheck = import_react57.default.forwardRef(
|
|
379
749
|
({ size, ...props }, ref) => {
|
|
380
|
-
return /* @__PURE__ */ (0,
|
|
750
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("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" }) });
|
|
381
751
|
}
|
|
382
752
|
);
|
|
383
753
|
MagickoCheck.displayName = "MagickoCheck";
|
|
384
754
|
|
|
755
|
+
// dist/icons/Marketing.tsx
|
|
756
|
+
var import_react58 = __toESM(require("react"));
|
|
757
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
758
|
+
var Marketing = import_react58.default.forwardRef(
|
|
759
|
+
({ size, ...props }, ref) => {
|
|
760
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
|
|
761
|
+
}
|
|
762
|
+
);
|
|
763
|
+
Marketing.displayName = "Marketing";
|
|
764
|
+
|
|
765
|
+
// dist/icons/MessageEdit.tsx
|
|
766
|
+
var import_react59 = __toESM(require("react"));
|
|
767
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
768
|
+
var MessageEdit = import_react59.default.forwardRef(
|
|
769
|
+
({ size, ...props }, ref) => {
|
|
770
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
|
|
771
|
+
}
|
|
772
|
+
);
|
|
773
|
+
MessageEdit.displayName = "MessageEdit";
|
|
774
|
+
|
|
775
|
+
// dist/icons/Network.tsx
|
|
776
|
+
var import_react60 = __toESM(require("react"));
|
|
777
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
778
|
+
var Network = import_react60.default.forwardRef(
|
|
779
|
+
({ size, ...props }, ref) => {
|
|
780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#1e293b", d: "M20.13 7.12a2.62 2.62 0 1 0 0-5.24 2.62 2.62 0 0 0 0 5.24M17 6.57l-2.4 2.4c-.74-.52-1.63-.84-2.6-.84-1.13 0-2.15.43-2.94 1.12L7 7.19c.46-.56.76-1.27.76-2.06 0-1.79-1.46-3.25-3.25-3.25a3.25 3.25 0 1 0 0 6.5c.46 0 .9-.1 1.29-.27l2.31 2.31c-.37.66-.6 1.4-.6 2.22 0 2.49 2.01 4.5 4.5 4.5.46 0 .89-.09 1.31-.22l.25.5c-.63.48-1.05 1.23-1.05 2.09 0 1.45 1.17 2.62 2.62 2.62s2.62-1.17 2.62-2.62c0-.94-.49-1.76-1.23-2.23-.26-.16-.56-.28-.87-.34-.17-.03-.61-.04-.66-.03l-.33-.65a4.5 4.5 0 0 0 1.84-3.62c0-.97-.31-1.87-.84-2.6l2.4-2.4z" }) });
|
|
781
|
+
}
|
|
782
|
+
);
|
|
783
|
+
Network.displayName = "Network";
|
|
784
|
+
|
|
385
785
|
// dist/icons/NotiDot.tsx
|
|
386
|
-
var
|
|
387
|
-
var
|
|
388
|
-
var NotiDot =
|
|
786
|
+
var import_react61 = __toESM(require("react"));
|
|
787
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
788
|
+
var NotiDot = import_react61.default.forwardRef(
|
|
389
789
|
({ size, ...props }, ref) => {
|
|
390
|
-
return /* @__PURE__ */ (0,
|
|
790
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
391
791
|
}
|
|
392
792
|
);
|
|
393
793
|
NotiDot.displayName = "NotiDot";
|
|
394
794
|
|
|
795
|
+
// dist/icons/PA.tsx
|
|
796
|
+
var import_react62 = __toESM(require("react"));
|
|
797
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
798
|
+
var PA = import_react62.default.forwardRef(
|
|
799
|
+
({ size, ...props }, ref) => {
|
|
800
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M16.02 9.3c-.55-.38-1.16-.76-1.81-1.14-.16-.09-.33-.17-.49-.26 3.42-1.37 5.76-1.27 6.26-.57.2.58.09 1.22-.28 1.69-.26.33-.2.8.13 1.05.14.11.3.16.46.16.22 0 .44-.1.59-.29.71-.9.89-2.14.48-3.22-.01-.04-.03-.07-.05-.11-1.28-2.2-5.76-1.31-9.63.54-.64.31-1.26.63-1.89 1-.16.09-.31.19-.47.28.54-3.72 1.83-5.69 2.68-5.69.41 0 .88.43 1.33 1.2a.752.752 0 1 0 1.3-.76c-.75-1.29-1.64-1.94-2.63-1.94-2.54 0-4.02 4.33-4.35 8.61-.05.74-.08 1.45-.08 2.14v.55c-2.9-2.28-3.98-4.35-3.61-5.13.39-.46 1.01-.69 1.61-.61.41.06.79-.23.84-.64a.74.74 0 0 0-.64-.84 3.34 3.34 0 0 0-3.03 1.21l-.06.09C1.4 8.83 4.41 12.27 7.97 14.7c.55.38 1.16.76 1.81 1.14.16.09.32.18.48.26-3.42 1.36-5.75 1.26-6.24.56-.2-.57-.1-1.21.28-1.69.26-.32.21-.8-.12-1.05a.74.74 0 0 0-1.05.12c-.73.91-.91 2.15-.48 3.23.01.04.03.07.05.1.53.92 1.62 1.3 2.98 1.3 1.92 0 4.39-.75 6.65-1.84.65-.31 1.27-.64 1.89-1 .16-.09.31-.19.47-.28-.54 3.72-1.83 5.69-2.68 5.69-.41 0-.88-.43-1.33-1.2a.752.752 0 1 0-1.3.76c.75 1.29 1.64 1.94 2.63 1.94 2.54 0 4.02-4.33 4.35-8.61.05-.74.08-1.45.08-2.14v-.55c2.9 2.28 3.98 4.35 3.61 5.13-.39.46-1.01.69-1.61.61a.74.74 0 0 0-.84.64c-.06.41.23.79.64.84a3.336 3.336 0 0 0 3.03-1.2l.06-.09c1.28-2.21-1.73-5.65-5.29-8.08z" }) });
|
|
801
|
+
}
|
|
802
|
+
);
|
|
803
|
+
PA.displayName = "PA";
|
|
804
|
+
|
|
395
805
|
// dist/icons/PauseSquare.tsx
|
|
396
|
-
var
|
|
397
|
-
var
|
|
398
|
-
var PauseSquare =
|
|
806
|
+
var import_react63 = __toESM(require("react"));
|
|
807
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
808
|
+
var PauseSquare = import_react63.default.forwardRef(
|
|
399
809
|
({ size, ...props }, ref) => {
|
|
400
|
-
return /* @__PURE__ */ (0,
|
|
810
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("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" }) });
|
|
401
811
|
}
|
|
402
812
|
);
|
|
403
813
|
PauseSquare.displayName = "PauseSquare";
|
|
404
814
|
|
|
405
815
|
// dist/icons/Pdf.tsx
|
|
406
|
-
var
|
|
407
|
-
var
|
|
408
|
-
var Pdf =
|
|
409
|
-
({ size, ...props }, ref) => {
|
|
410
|
-
return /* @__PURE__ */ (0,
|
|
411
|
-
/* @__PURE__ */ (0,
|
|
412
|
-
/* @__PURE__ */ (0,
|
|
413
|
-
/* @__PURE__ */ (0,
|
|
816
|
+
var import_react64 = __toESM(require("react"));
|
|
817
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
818
|
+
var Pdf = import_react64.default.forwardRef(
|
|
819
|
+
({ size, ...props }, ref) => {
|
|
820
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
821
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("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" }),
|
|
822
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
823
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("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" })
|
|
414
824
|
] });
|
|
415
825
|
}
|
|
416
826
|
);
|
|
417
827
|
Pdf.displayName = "Pdf";
|
|
418
828
|
|
|
419
829
|
// dist/icons/PlayFilled.tsx
|
|
420
|
-
var
|
|
421
|
-
var
|
|
422
|
-
var PlayFilled =
|
|
830
|
+
var import_react65 = __toESM(require("react"));
|
|
831
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
832
|
+
var PlayFilled = import_react65.default.forwardRef(
|
|
423
833
|
({ size, ...props }, ref) => {
|
|
424
|
-
return /* @__PURE__ */ (0,
|
|
834
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("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" }) });
|
|
425
835
|
}
|
|
426
836
|
);
|
|
427
837
|
PlayFilled.displayName = "PlayFilled";
|
|
428
838
|
|
|
429
839
|
// dist/icons/Signature.tsx
|
|
430
|
-
var
|
|
431
|
-
var
|
|
432
|
-
var Signature =
|
|
840
|
+
var import_react66 = __toESM(require("react"));
|
|
841
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
842
|
+
var Signature = import_react66.default.forwardRef(
|
|
433
843
|
({ size, ...props }, ref) => {
|
|
434
|
-
return /* @__PURE__ */ (0,
|
|
844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("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" }) });
|
|
435
845
|
}
|
|
436
846
|
);
|
|
437
847
|
Signature.displayName = "Signature";
|
|
438
848
|
|
|
439
849
|
// dist/icons/SperateDot.tsx
|
|
440
|
-
var
|
|
441
|
-
var
|
|
442
|
-
var SperateDot =
|
|
850
|
+
var import_react67 = __toESM(require("react"));
|
|
851
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
852
|
+
var SperateDot = import_react67.default.forwardRef(
|
|
443
853
|
({ size, ...props }, ref) => {
|
|
444
|
-
return /* @__PURE__ */ (0,
|
|
854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
445
855
|
}
|
|
446
856
|
);
|
|
447
857
|
SperateDot.displayName = "SperateDot";
|
|
448
858
|
|
|
859
|
+
// dist/icons/SquarePen1.tsx
|
|
860
|
+
var import_react68 = __toESM(require("react"));
|
|
861
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
862
|
+
var SquarePen1 = import_react68.default.forwardRef(
|
|
863
|
+
({ size, ...props }, ref) => {
|
|
864
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", d: "m14.43 8.51-.89.89c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.89-.89c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0" }),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.25 2 2 4.25 2 7v10c0 2.75 2.25 5 5 5h10c2.75 0 5-2.25 5-5V7c0-2.75-2.25-5-5-5m-.33 8.33-6.17 6.18c-.22.22-.5.36-.8.4l-2.66.38c-.2.03-.35-.11-.32-.32l.38-2.66c.05-.3.18-.59.4-.8l6.18-6.18a2.118 2.118 0 1 1 2.99 3" })
|
|
867
|
+
] });
|
|
868
|
+
}
|
|
869
|
+
);
|
|
870
|
+
SquarePen1.displayName = "SquarePen1";
|
|
871
|
+
|
|
449
872
|
// dist/icons/Strikethrough.tsx
|
|
450
|
-
var
|
|
451
|
-
var
|
|
452
|
-
var Strikethrough =
|
|
873
|
+
var import_react69 = __toESM(require("react"));
|
|
874
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
875
|
+
var Strikethrough = import_react69.default.forwardRef(
|
|
453
876
|
({ size, ...props }, ref) => {
|
|
454
|
-
return /* @__PURE__ */ (0,
|
|
877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("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" }) });
|
|
455
878
|
}
|
|
456
879
|
);
|
|
457
880
|
Strikethrough.displayName = "Strikethrough";
|
|
458
881
|
|
|
882
|
+
// dist/icons/Tasks.tsx
|
|
883
|
+
var import_react70 = __toESM(require("react"));
|
|
884
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
885
|
+
var Tasks = import_react70.default.forwardRef(
|
|
886
|
+
({ size, ...props }, ref) => {
|
|
887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
888
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#1e293b", d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2" }),
|
|
889
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#1e293b", d: "M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89 0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95-.5-.26-1.1.09-1.1.65m-4.86 12.13H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.38c.41 0 .75.34.75.75s-.34.75-.75.75m2.62-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
890
|
+
] });
|
|
891
|
+
}
|
|
892
|
+
);
|
|
893
|
+
Tasks.displayName = "Tasks";
|
|
894
|
+
|
|
895
|
+
// dist/icons/Trash.tsx
|
|
896
|
+
var import_react71 = __toESM(require("react"));
|
|
897
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
898
|
+
var Trash = import_react71.default.forwardRef(
|
|
899
|
+
({ size, ...props }, ref) => {
|
|
900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82s.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39s-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95m-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75m.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
901
|
+
}
|
|
902
|
+
);
|
|
903
|
+
Trash.displayName = "Trash";
|
|
904
|
+
|
|
905
|
+
// dist/icons/Video.tsx
|
|
906
|
+
var import_react72 = __toESM(require("react"));
|
|
907
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
908
|
+
var Video = import_react72.default.forwardRef(
|
|
909
|
+
({ size, ...props }, ref) => {
|
|
910
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#1e293b", d: "M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58.37 0 .66-.11.85-.21.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88-.85 1.88-1.88 1.88" }) });
|
|
911
|
+
}
|
|
912
|
+
);
|
|
913
|
+
Video.displayName = "Video";
|
|
914
|
+
|
|
459
915
|
// dist/icons/X.tsx
|
|
460
|
-
var
|
|
461
|
-
var
|
|
462
|
-
var X =
|
|
916
|
+
var import_react73 = __toESM(require("react"));
|
|
917
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
918
|
+
var X = import_react73.default.forwardRef(
|
|
463
919
|
({ size, ...props }, ref) => {
|
|
464
|
-
return /* @__PURE__ */ (0,
|
|
920
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("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" }) });
|
|
465
921
|
}
|
|
466
922
|
);
|
|
467
923
|
X.displayName = "X";
|
|
468
924
|
// Annotate the CommonJS export names for ESM import in node:
|
|
469
925
|
0 && (module.exports = {
|
|
470
926
|
AiIcon,
|
|
927
|
+
ArchiveBold,
|
|
928
|
+
ArrowDownBold,
|
|
929
|
+
ArrowRightBold,
|
|
930
|
+
ArrowUpBold,
|
|
471
931
|
BookmarkFilled,
|
|
932
|
+
Calendar,
|
|
472
933
|
ChatFullScreen,
|
|
473
934
|
ChatMaximize,
|
|
474
935
|
ChatMinimize,
|
|
@@ -477,30 +938,63 @@ X.displayName = "X";
|
|
|
477
938
|
ChevronRight,
|
|
478
939
|
ChevronUp,
|
|
479
940
|
ChevronsUpDown,
|
|
941
|
+
CircleCheckFill,
|
|
942
|
+
CloseCircle1,
|
|
943
|
+
DislikeBold,
|
|
480
944
|
Doc,
|
|
945
|
+
DocumentTextBold,
|
|
946
|
+
DocumentUpload,
|
|
481
947
|
Enter,
|
|
482
948
|
Excel,
|
|
483
949
|
File,
|
|
950
|
+
Finance,
|
|
951
|
+
Flag,
|
|
952
|
+
Folder2,
|
|
953
|
+
FolderDrawerOpen,
|
|
484
954
|
FolderDrawerOpenAddBold,
|
|
955
|
+
FolderOpenBold,
|
|
485
956
|
GeneralMagicko,
|
|
486
957
|
GripVertical,
|
|
958
|
+
HeartBold,
|
|
487
959
|
Hr,
|
|
488
960
|
HrSystem,
|
|
961
|
+
IconsaxAiScienceBold,
|
|
962
|
+
IconsaxAttachCircleBold,
|
|
963
|
+
IconsaxBrainBold,
|
|
964
|
+
IconsaxMonetizeBold,
|
|
965
|
+
IconsaxPenBrushBold,
|
|
966
|
+
IconsaxPeopleBold,
|
|
967
|
+
IconsaxTaskSquareBold,
|
|
968
|
+
IconsaxVideoCameraBold,
|
|
489
969
|
IconsaxWord,
|
|
490
970
|
InProgress,
|
|
971
|
+
InfoCircleBold,
|
|
972
|
+
Legal,
|
|
973
|
+
LikeBold,
|
|
491
974
|
Line,
|
|
975
|
+
LinkSquare,
|
|
492
976
|
List,
|
|
493
977
|
ListEnd,
|
|
494
978
|
ListOrdered,
|
|
495
979
|
ListTodo,
|
|
980
|
+
Lock,
|
|
981
|
+
MagickPotion,
|
|
496
982
|
MagickoCheck,
|
|
983
|
+
Marketing,
|
|
984
|
+
MessageEdit,
|
|
985
|
+
Network,
|
|
497
986
|
NotiDot,
|
|
987
|
+
PA,
|
|
498
988
|
PauseSquare,
|
|
499
989
|
Pdf,
|
|
500
990
|
PlayFilled,
|
|
501
991
|
Signature,
|
|
502
992
|
SperateDot,
|
|
993
|
+
SquarePen1,
|
|
503
994
|
Strikethrough,
|
|
995
|
+
Tasks,
|
|
996
|
+
Trash,
|
|
997
|
+
Video,
|
|
504
998
|
X
|
|
505
999
|
});
|
|
506
1000
|
//# sourceMappingURL=index.js.map
|