magick-icons 0.1.141 → 0.1.142
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 +397 -1
- package/index.d.ts +397 -1
- package/index.js +285 -2
- package/index.js.map +1 -1
- package/index.mjs +262 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -45,7 +45,29 @@ __export(index_exports, {
|
|
|
45
45
|
Folder2: () => Folder2,
|
|
46
46
|
FolderDrawerOpen: () => FolderDrawerOpen,
|
|
47
47
|
FolderOpenBold: () => FolderOpenBold,
|
|
48
|
-
HeartBold: () => HeartBold
|
|
48
|
+
HeartBold: () => HeartBold,
|
|
49
|
+
IconsaxAiScienceBold: () => IconsaxAiScienceBold,
|
|
50
|
+
IconsaxAttachCircleBold: () => IconsaxAttachCircleBold,
|
|
51
|
+
IconsaxBrainBold: () => IconsaxBrainBold,
|
|
52
|
+
IconsaxMonetizeBold: () => IconsaxMonetizeBold,
|
|
53
|
+
IconsaxPenBrushBold: () => IconsaxPenBrushBold,
|
|
54
|
+
IconsaxPeopleBold: () => IconsaxPeopleBold,
|
|
55
|
+
IconsaxTaskSquareBold: () => IconsaxTaskSquareBold,
|
|
56
|
+
IconsaxVideoCameraBold: () => IconsaxVideoCameraBold,
|
|
57
|
+
InfoCircleBold: () => InfoCircleBold,
|
|
58
|
+
Legal: () => Legal,
|
|
59
|
+
LikeBold: () => LikeBold,
|
|
60
|
+
LinkSquare: () => LinkSquare,
|
|
61
|
+
Lock: () => Lock,
|
|
62
|
+
MagickPotion: () => MagickPotion,
|
|
63
|
+
Marketing: () => Marketing,
|
|
64
|
+
MessageEdit: () => MessageEdit,
|
|
65
|
+
Network: () => Network,
|
|
66
|
+
PA: () => PA,
|
|
67
|
+
SquarePen1: () => SquarePen1,
|
|
68
|
+
Tasks: () => Tasks,
|
|
69
|
+
Trash: () => Trash,
|
|
70
|
+
Video: () => Video
|
|
49
71
|
});
|
|
50
72
|
module.exports = __toCommonJS(index_exports);
|
|
51
73
|
|
|
@@ -227,6 +249,245 @@ var HeartBold = import_react16.default.forwardRef(
|
|
|
227
249
|
}
|
|
228
250
|
);
|
|
229
251
|
HeartBold.displayName = "HeartBold";
|
|
252
|
+
|
|
253
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
254
|
+
var import_react17 = __toESM(require("react"));
|
|
255
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
256
|
+
var IconsaxAiScienceBold = import_react17.default.forwardRef(
|
|
257
|
+
({ size, ...props }, ref) => {
|
|
258
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
259
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.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" }),
|
|
260
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.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" })
|
|
261
|
+
] });
|
|
262
|
+
}
|
|
263
|
+
);
|
|
264
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
265
|
+
|
|
266
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
267
|
+
var import_react18 = __toESM(require("react"));
|
|
268
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
269
|
+
var IconsaxAttachCircleBold = import_react18.default.forwardRef(
|
|
270
|
+
({ size, ...props }, ref) => {
|
|
271
|
+
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: "#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" }) });
|
|
272
|
+
}
|
|
273
|
+
);
|
|
274
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
275
|
+
|
|
276
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
277
|
+
var import_react19 = __toESM(require("react"));
|
|
278
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
279
|
+
var IconsaxBrainBold = import_react19.default.forwardRef(
|
|
280
|
+
({ size, ...props }, ref) => {
|
|
281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.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_runtime19.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" }) });
|
|
282
|
+
}
|
|
283
|
+
);
|
|
284
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
285
|
+
|
|
286
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
287
|
+
var import_react20 = __toESM(require("react"));
|
|
288
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
289
|
+
var IconsaxMonetizeBold = import_react20.default.forwardRef(
|
|
290
|
+
({ size, ...props }, ref) => {
|
|
291
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.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_runtime20.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" }) });
|
|
292
|
+
}
|
|
293
|
+
);
|
|
294
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
295
|
+
|
|
296
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
297
|
+
var import_react21 = __toESM(require("react"));
|
|
298
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
299
|
+
var IconsaxPenBrushBold = import_react21.default.forwardRef(
|
|
300
|
+
({ size, ...props }, ref) => {
|
|
301
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.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_runtime21.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" }) });
|
|
302
|
+
}
|
|
303
|
+
);
|
|
304
|
+
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
305
|
+
|
|
306
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
307
|
+
var import_react22 = __toESM(require("react"));
|
|
308
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
309
|
+
var IconsaxPeopleBold = import_react22.default.forwardRef(
|
|
310
|
+
({ size, ...props }, ref) => {
|
|
311
|
+
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: "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" }) });
|
|
312
|
+
}
|
|
313
|
+
);
|
|
314
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
315
|
+
|
|
316
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
317
|
+
var import_react23 = __toESM(require("react"));
|
|
318
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
319
|
+
var IconsaxTaskSquareBold = import_react23.default.forwardRef(
|
|
320
|
+
({ size, ...props }, ref) => {
|
|
321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.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_runtime23.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" }) });
|
|
322
|
+
}
|
|
323
|
+
);
|
|
324
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
325
|
+
|
|
326
|
+
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
327
|
+
var import_react24 = __toESM(require("react"));
|
|
328
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
329
|
+
var IconsaxVideoCameraBold = import_react24.default.forwardRef(
|
|
330
|
+
({ size, ...props }, ref) => {
|
|
331
|
+
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: [
|
|
332
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.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" }),
|
|
333
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.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" }),
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.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" })
|
|
335
|
+
] });
|
|
336
|
+
}
|
|
337
|
+
);
|
|
338
|
+
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
339
|
+
|
|
340
|
+
// dist/icons/InfoCircleBold.tsx
|
|
341
|
+
var import_react25 = __toESM(require("react"));
|
|
342
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
343
|
+
var InfoCircleBold = import_react25.default.forwardRef(
|
|
344
|
+
({ size, ...props }, ref) => {
|
|
345
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.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_runtime25.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" }) });
|
|
346
|
+
}
|
|
347
|
+
);
|
|
348
|
+
InfoCircleBold.displayName = "InfoCircleBold";
|
|
349
|
+
|
|
350
|
+
// dist/icons/Legal.tsx
|
|
351
|
+
var import_react26 = __toESM(require("react"));
|
|
352
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
353
|
+
var Legal = import_react26.default.forwardRef(
|
|
354
|
+
({ size, ...props }, ref) => {
|
|
355
|
+
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: "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" }) });
|
|
356
|
+
}
|
|
357
|
+
);
|
|
358
|
+
Legal.displayName = "Legal";
|
|
359
|
+
|
|
360
|
+
// dist/icons/LikeBold.tsx
|
|
361
|
+
var import_react27 = __toESM(require("react"));
|
|
362
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
363
|
+
var LikeBold = import_react27.default.forwardRef(
|
|
364
|
+
({ size, ...props }, ref) => {
|
|
365
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.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_runtime27.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" }) });
|
|
366
|
+
}
|
|
367
|
+
);
|
|
368
|
+
LikeBold.displayName = "LikeBold";
|
|
369
|
+
|
|
370
|
+
// dist/icons/LinkSquare.tsx
|
|
371
|
+
var import_react28 = __toESM(require("react"));
|
|
372
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
373
|
+
var LinkSquare = import_react28.default.forwardRef(
|
|
374
|
+
({ size, ...props }, ref) => {
|
|
375
|
+
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: "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" }) });
|
|
376
|
+
}
|
|
377
|
+
);
|
|
378
|
+
LinkSquare.displayName = "LinkSquare";
|
|
379
|
+
|
|
380
|
+
// dist/icons/Lock.tsx
|
|
381
|
+
var import_react29 = __toESM(require("react"));
|
|
382
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
383
|
+
var Lock = import_react29.default.forwardRef(
|
|
384
|
+
({ size, ...props }, ref) => {
|
|
385
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
386
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.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" }),
|
|
387
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.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" })
|
|
388
|
+
] });
|
|
389
|
+
}
|
|
390
|
+
);
|
|
391
|
+
Lock.displayName = "Lock";
|
|
392
|
+
|
|
393
|
+
// dist/icons/MagickPotion.tsx
|
|
394
|
+
var import_react30 = __toESM(require("react"));
|
|
395
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
396
|
+
var MagickPotion = import_react30.default.forwardRef(
|
|
397
|
+
({ size, ...props }, ref) => {
|
|
398
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
399
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.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" }),
|
|
400
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.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" })
|
|
401
|
+
] });
|
|
402
|
+
}
|
|
403
|
+
);
|
|
404
|
+
MagickPotion.displayName = "MagickPotion";
|
|
405
|
+
|
|
406
|
+
// dist/icons/Marketing.tsx
|
|
407
|
+
var import_react31 = __toESM(require("react"));
|
|
408
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
409
|
+
var Marketing = import_react31.default.forwardRef(
|
|
410
|
+
({ size, ...props }, ref) => {
|
|
411
|
+
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: "#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" }) });
|
|
412
|
+
}
|
|
413
|
+
);
|
|
414
|
+
Marketing.displayName = "Marketing";
|
|
415
|
+
|
|
416
|
+
// dist/icons/MessageEdit.tsx
|
|
417
|
+
var import_react32 = __toESM(require("react"));
|
|
418
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
419
|
+
var MessageEdit = import_react32.default.forwardRef(
|
|
420
|
+
({ size, ...props }, ref) => {
|
|
421
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.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_runtime32.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" }) });
|
|
422
|
+
}
|
|
423
|
+
);
|
|
424
|
+
MessageEdit.displayName = "MessageEdit";
|
|
425
|
+
|
|
426
|
+
// dist/icons/Network.tsx
|
|
427
|
+
var import_react33 = __toESM(require("react"));
|
|
428
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
429
|
+
var Network = import_react33.default.forwardRef(
|
|
430
|
+
({ size, ...props }, ref) => {
|
|
431
|
+
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: "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" }) });
|
|
432
|
+
}
|
|
433
|
+
);
|
|
434
|
+
Network.displayName = "Network";
|
|
435
|
+
|
|
436
|
+
// dist/icons/PA.tsx
|
|
437
|
+
var import_react34 = __toESM(require("react"));
|
|
438
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
439
|
+
var PA = import_react34.default.forwardRef(
|
|
440
|
+
({ size, ...props }, ref) => {
|
|
441
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.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_runtime34.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" }) });
|
|
442
|
+
}
|
|
443
|
+
);
|
|
444
|
+
PA.displayName = "PA";
|
|
445
|
+
|
|
446
|
+
// dist/icons/SquarePen1.tsx
|
|
447
|
+
var import_react35 = __toESM(require("react"));
|
|
448
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
449
|
+
var SquarePen1 = import_react35.default.forwardRef(
|
|
450
|
+
({ size, ...props }, ref) => {
|
|
451
|
+
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: [
|
|
452
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" }),
|
|
453
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" })
|
|
454
|
+
] });
|
|
455
|
+
}
|
|
456
|
+
);
|
|
457
|
+
SquarePen1.displayName = "SquarePen1";
|
|
458
|
+
|
|
459
|
+
// dist/icons/Tasks.tsx
|
|
460
|
+
var import_react36 = __toESM(require("react"));
|
|
461
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
462
|
+
var Tasks = import_react36.default.forwardRef(
|
|
463
|
+
({ size, ...props }, ref) => {
|
|
464
|
+
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: [
|
|
465
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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" }),
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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" })
|
|
467
|
+
] });
|
|
468
|
+
}
|
|
469
|
+
);
|
|
470
|
+
Tasks.displayName = "Tasks";
|
|
471
|
+
|
|
472
|
+
// dist/icons/Trash.tsx
|
|
473
|
+
var import_react37 = __toESM(require("react"));
|
|
474
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
475
|
+
var Trash = import_react37.default.forwardRef(
|
|
476
|
+
({ size, ...props }, ref) => {
|
|
477
|
+
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: "#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" }) });
|
|
478
|
+
}
|
|
479
|
+
);
|
|
480
|
+
Trash.displayName = "Trash";
|
|
481
|
+
|
|
482
|
+
// dist/icons/Video.tsx
|
|
483
|
+
var import_react38 = __toESM(require("react"));
|
|
484
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
485
|
+
var Video = import_react38.default.forwardRef(
|
|
486
|
+
({ size, ...props }, ref) => {
|
|
487
|
+
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: "#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" }) });
|
|
488
|
+
}
|
|
489
|
+
);
|
|
490
|
+
Video.displayName = "Video";
|
|
230
491
|
// Annotate the CommonJS export names for ESM import in node:
|
|
231
492
|
0 && (module.exports = {
|
|
232
493
|
ArchiveBold,
|
|
@@ -244,6 +505,28 @@ HeartBold.displayName = "HeartBold";
|
|
|
244
505
|
Folder2,
|
|
245
506
|
FolderDrawerOpen,
|
|
246
507
|
FolderOpenBold,
|
|
247
|
-
HeartBold
|
|
508
|
+
HeartBold,
|
|
509
|
+
IconsaxAiScienceBold,
|
|
510
|
+
IconsaxAttachCircleBold,
|
|
511
|
+
IconsaxBrainBold,
|
|
512
|
+
IconsaxMonetizeBold,
|
|
513
|
+
IconsaxPenBrushBold,
|
|
514
|
+
IconsaxPeopleBold,
|
|
515
|
+
IconsaxTaskSquareBold,
|
|
516
|
+
IconsaxVideoCameraBold,
|
|
517
|
+
InfoCircleBold,
|
|
518
|
+
Legal,
|
|
519
|
+
LikeBold,
|
|
520
|
+
LinkSquare,
|
|
521
|
+
Lock,
|
|
522
|
+
MagickPotion,
|
|
523
|
+
Marketing,
|
|
524
|
+
MessageEdit,
|
|
525
|
+
Network,
|
|
526
|
+
PA,
|
|
527
|
+
SquarePen1,
|
|
528
|
+
Tasks,
|
|
529
|
+
Trash,
|
|
530
|
+
Video
|
|
248
531
|
});
|
|
249
532
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts","icons/ArchiveBold.tsx","icons/ArrowDownBold.tsx","icons/ArrowRightBold.tsx","icons/ArrowUpBold.tsx","icons/Calendar.tsx","icons/CircleCheckFill.tsx","icons/CloseCircle1.tsx","icons/DislikeBold.tsx","icons/DocumentTextBold.tsx","icons/DocumentUpload.tsx","icons/Finance.tsx","icons/Flag.tsx","icons/Folder2.tsx","icons/FolderDrawerOpen.tsx","icons/FolderOpenBold.tsx","icons/HeartBold.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { ArchiveBold } from 'magick-icons';\n * \n * function MyComponent() {\n * return <ArchiveBold size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * ArchiveBold icon component and its props type\n * @see {@link ArchiveBoldProps} for available props\n */\nexport { ArchiveBold, type ArchiveBoldProps } from './icons/ArchiveBold';\n\n/**\n * ArrowDownBold icon component and its props type\n * @see {@link ArrowDownBoldProps} for available props\n */\nexport { ArrowDownBold, type ArrowDownBoldProps } from './icons/ArrowDownBold';\n\n/**\n * ArrowRightBold icon component and its props type\n * @see {@link ArrowRightBoldProps} for available props\n */\nexport { ArrowRightBold, type ArrowRightBoldProps } from './icons/ArrowRightBold';\n\n/**\n * ArrowUpBold icon component and its props type\n * @see {@link ArrowUpBoldProps} for available props\n */\nexport { ArrowUpBold, type ArrowUpBoldProps } from './icons/ArrowUpBold';\n\n/**\n * Calendar icon component and its props type\n * @see {@link CalendarProps} for available props\n */\nexport { Calendar, type CalendarProps } from './icons/Calendar';\n\n/**\n * CircleCheckFill icon component and its props type\n * @see {@link CircleCheckFillProps} for available props\n */\nexport { CircleCheckFill, type CircleCheckFillProps } from './icons/CircleCheckFill';\n\n/**\n * CloseCircle1 icon component and its props type\n * @see {@link CloseCircle1Props} for available props\n */\nexport { CloseCircle1, type CloseCircle1Props } from './icons/CloseCircle1';\n\n/**\n * DislikeBold icon component and its props type\n * @see {@link DislikeBoldProps} for available props\n */\nexport { DislikeBold, type DislikeBoldProps } from './icons/DislikeBold';\n\n/**\n * DocumentTextBold icon component and its props type\n * @see {@link DocumentTextBoldProps} for available props\n */\nexport { DocumentTextBold, type DocumentTextBoldProps } from './icons/DocumentTextBold';\n\n/**\n * DocumentUpload icon component and its props type\n * @see {@link DocumentUploadProps} for available props\n */\nexport { DocumentUpload, type DocumentUploadProps } from './icons/DocumentUpload';\n\n/**\n * Finance icon component and its props type\n * @see {@link FinanceProps} for available props\n */\nexport { Finance, type FinanceProps } from './icons/Finance';\n\n/**\n * Flag icon component and its props type\n * @see {@link FlagProps} for available props\n */\nexport { Flag, type FlagProps } from './icons/Flag';\n\n/**\n * Folder2 icon component and its props type\n * @see {@link Folder2Props} for available props\n */\nexport { Folder2, type Folder2Props } from './icons/Folder2';\n\n/**\n * FolderDrawerOpen icon component and its props type\n * @see {@link FolderDrawerOpenProps} for available props\n */\nexport { FolderDrawerOpen, type FolderDrawerOpenProps } from './icons/FolderDrawerOpen';\n\n/**\n * FolderOpenBold icon component and its props type\n * @see {@link FolderOpenBoldProps} for available props\n */\nexport { FolderOpenBold, type FolderOpenBoldProps } from './icons/FolderOpenBold';\n\n/**\n * HeartBold icon component and its props type\n * @see {@link HeartBoldProps} for available props\n */\nexport { HeartBold, type HeartBoldProps } from './icons/HeartBold';\n","import React from 'react';\n\n/**\n * Props for the ArchiveBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArchiveBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArchiveBold icon component\n * @example\n * ```tsx\n * import { ArchiveBold } from 'magick-icons';\n * \n * <ArchiveBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArchiveBold = React.forwardRef<SVGSVGElement, ArchiveBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArchiveBold.displayName = 'ArchiveBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowDownBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowDownBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowDownBold icon component\n * @example\n * ```tsx\n * import { ArrowDownBold } from 'magick-icons';\n * \n * <ArrowDownBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowDownBold = React.forwardRef<SVGSVGElement, ArrowDownBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowDownBold.displayName = 'ArrowDownBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowRightBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowRightBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowRightBold icon component\n * @example\n * ```tsx\n * import { ArrowRightBold } from 'magick-icons';\n * \n * <ArrowRightBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowRightBold = React.forwardRef<SVGSVGElement, ArrowRightBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowRightBold.displayName = 'ArrowRightBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowUpBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowUpBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowUpBold icon component\n * @example\n * ```tsx\n * import { ArrowUpBold } from 'magick-icons';\n * \n * <ArrowUpBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowUpBold = React.forwardRef<SVGSVGElement, ArrowUpBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowUpBold.displayName = 'ArrowUpBold';\n","import React from 'react';\n\n/**\n * Props for the Calendar icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CalendarProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Calendar icon component\n * @example\n * ```tsx\n * import { Calendar } from 'magick-icons';\n * \n * <Calendar size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Calendar = React.forwardRef<SVGSVGElement, CalendarProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nCalendar.displayName = 'Calendar';\n","import React from 'react';\n\n/**\n * Props for the CircleCheckFill icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CircleCheckFillProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * CircleCheckFill icon component\n * @example\n * ```tsx\n * import { CircleCheckFill } from 'magick-icons';\n * \n * <CircleCheckFill size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const CircleCheckFill = React.forwardRef<SVGSVGElement, CircleCheckFillProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nCircleCheckFill.displayName = 'CircleCheckFill';\n","import React from 'react';\n\n/**\n * Props for the CloseCircle1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CloseCircle1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * CloseCircle1 icon component\n * @example\n * ```tsx\n * import { CloseCircle1 } from 'magick-icons';\n * \n * <CloseCircle1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const CloseCircle1 = React.forwardRef<SVGSVGElement, CloseCircle1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nCloseCircle1.displayName = 'CloseCircle1';\n","import React from 'react';\n\n/**\n * Props for the DislikeBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DislikeBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DislikeBold icon component\n * @example\n * ```tsx\n * import { DislikeBold } from 'magick-icons';\n * \n * <DislikeBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DislikeBold = React.forwardRef<SVGSVGElement, DislikeBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nDislikeBold.displayName = 'DislikeBold';\n","import React from 'react';\n\n/**\n * Props for the DocumentTextBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DocumentTextBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DocumentTextBold icon component\n * @example\n * ```tsx\n * import { DocumentTextBold } from 'magick-icons';\n * \n * <DocumentTextBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DocumentTextBold = React.forwardRef<SVGSVGElement, DocumentTextBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nDocumentTextBold.displayName = 'DocumentTextBold';\n","import React from 'react';\n\n/**\n * Props for the DocumentUpload icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DocumentUploadProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DocumentUpload icon component\n * @example\n * ```tsx\n * import { DocumentUpload } from 'magick-icons';\n * \n * <DocumentUpload size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DocumentUpload = React.forwardRef<SVGSVGElement, DocumentUploadProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nDocumentUpload.displayName = 'DocumentUpload';\n","import React from 'react';\n\n/**\n * Props for the Finance icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FinanceProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Finance icon component\n * @example\n * ```tsx\n * import { Finance } from 'magick-icons';\n * \n * <Finance size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Finance = React.forwardRef<SVGSVGElement, FinanceProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/><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\"/></svg>\n );\n }\n);\n\nFinance.displayName = 'Finance';\n","import React from 'react';\n\n/**\n * Props for the Flag icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FlagProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Flag icon component\n * @example\n * ```tsx\n * import { Flag } from 'magick-icons';\n * \n * <Flag size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Flag = React.forwardRef<SVGSVGElement, FlagProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFlag.displayName = 'Flag';\n","import React from 'react';\n\n/**\n * Props for the Folder2 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Folder2Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Folder2 icon component\n * @example\n * ```tsx\n * import { Folder2 } from 'magick-icons';\n * \n * <Folder2 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Folder2 = React.forwardRef<SVGSVGElement, Folder2Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nFolder2.displayName = 'Folder2';\n","import React from 'react';\n\n/**\n * Props for the FolderDrawerOpen icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FolderDrawerOpenProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * FolderDrawerOpen icon component\n * @example\n * ```tsx\n * import { FolderDrawerOpen } from 'magick-icons';\n * \n * <FolderDrawerOpen size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const FolderDrawerOpen = React.forwardRef<SVGSVGElement, FolderDrawerOpenProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFolderDrawerOpen.displayName = 'FolderDrawerOpen';\n","import React from 'react';\n\n/**\n * Props for the FolderOpenBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FolderOpenBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * FolderOpenBold icon component\n * @example\n * ```tsx\n * import { FolderOpenBold } from 'magick-icons';\n * \n * <FolderOpenBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const FolderOpenBold = React.forwardRef<SVGSVGElement, FolderOpenBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFolderOpenBold.displayName = 'FolderOpenBold';\n","import React from 'react';\n\n/**\n * Props for the HeartBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface HeartBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * HeartBold icon component\n * @example\n * ```tsx\n * import { HeartBold } from 'magick-icons';\n * \n * <HeartBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const HeartBold = React.forwardRef<SVGSVGElement, HeartBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nHeartBold.displayName = 'HeartBold';\n"],"mappings":"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","names":["React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React"]}
|
|
1
|
+
{"version":3,"sources":["index.ts","icons/ArchiveBold.tsx","icons/ArrowDownBold.tsx","icons/ArrowRightBold.tsx","icons/ArrowUpBold.tsx","icons/Calendar.tsx","icons/CircleCheckFill.tsx","icons/CloseCircle1.tsx","icons/DislikeBold.tsx","icons/DocumentTextBold.tsx","icons/DocumentUpload.tsx","icons/Finance.tsx","icons/Flag.tsx","icons/Folder2.tsx","icons/FolderDrawerOpen.tsx","icons/FolderOpenBold.tsx","icons/HeartBold.tsx","icons/IconsaxAiScienceBold.tsx","icons/IconsaxAttachCircleBold.tsx","icons/IconsaxBrainBold.tsx","icons/IconsaxMonetizeBold.tsx","icons/IconsaxPenBrushBold.tsx","icons/IconsaxPeopleBold.tsx","icons/IconsaxTaskSquareBold.tsx","icons/IconsaxVideoCameraBold.tsx","icons/InfoCircleBold.tsx","icons/Legal.tsx","icons/LikeBold.tsx","icons/LinkSquare.tsx","icons/Lock.tsx","icons/MagickPotion.tsx","icons/Marketing.tsx","icons/MessageEdit.tsx","icons/Network.tsx","icons/PA.tsx","icons/SquarePen1.tsx","icons/Tasks.tsx","icons/Trash.tsx","icons/Video.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { ArchiveBold } from 'magick-icons';\n * \n * function MyComponent() {\n * return <ArchiveBold size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * ArchiveBold icon component and its props type\n * @see {@link ArchiveBoldProps} for available props\n */\nexport { ArchiveBold, type ArchiveBoldProps } from './icons/ArchiveBold';\n\n/**\n * ArrowDownBold icon component and its props type\n * @see {@link ArrowDownBoldProps} for available props\n */\nexport { ArrowDownBold, type ArrowDownBoldProps } from './icons/ArrowDownBold';\n\n/**\n * ArrowRightBold icon component and its props type\n * @see {@link ArrowRightBoldProps} for available props\n */\nexport { ArrowRightBold, type ArrowRightBoldProps } from './icons/ArrowRightBold';\n\n/**\n * ArrowUpBold icon component and its props type\n * @see {@link ArrowUpBoldProps} for available props\n */\nexport { ArrowUpBold, type ArrowUpBoldProps } from './icons/ArrowUpBold';\n\n/**\n * Calendar icon component and its props type\n * @see {@link CalendarProps} for available props\n */\nexport { Calendar, type CalendarProps } from './icons/Calendar';\n\n/**\n * CircleCheckFill icon component and its props type\n * @see {@link CircleCheckFillProps} for available props\n */\nexport { CircleCheckFill, type CircleCheckFillProps } from './icons/CircleCheckFill';\n\n/**\n * CloseCircle1 icon component and its props type\n * @see {@link CloseCircle1Props} for available props\n */\nexport { CloseCircle1, type CloseCircle1Props } from './icons/CloseCircle1';\n\n/**\n * DislikeBold icon component and its props type\n * @see {@link DislikeBoldProps} for available props\n */\nexport { DislikeBold, type DislikeBoldProps } from './icons/DislikeBold';\n\n/**\n * DocumentTextBold icon component and its props type\n * @see {@link DocumentTextBoldProps} for available props\n */\nexport { DocumentTextBold, type DocumentTextBoldProps } from './icons/DocumentTextBold';\n\n/**\n * DocumentUpload icon component and its props type\n * @see {@link DocumentUploadProps} for available props\n */\nexport { DocumentUpload, type DocumentUploadProps } from './icons/DocumentUpload';\n\n/**\n * Finance icon component and its props type\n * @see {@link FinanceProps} for available props\n */\nexport { Finance, type FinanceProps } from './icons/Finance';\n\n/**\n * Flag icon component and its props type\n * @see {@link FlagProps} for available props\n */\nexport { Flag, type FlagProps } from './icons/Flag';\n\n/**\n * Folder2 icon component and its props type\n * @see {@link Folder2Props} for available props\n */\nexport { Folder2, type Folder2Props } from './icons/Folder2';\n\n/**\n * FolderDrawerOpen icon component and its props type\n * @see {@link FolderDrawerOpenProps} for available props\n */\nexport { FolderDrawerOpen, type FolderDrawerOpenProps } from './icons/FolderDrawerOpen';\n\n/**\n * FolderOpenBold icon component and its props type\n * @see {@link FolderOpenBoldProps} for available props\n */\nexport { FolderOpenBold, type FolderOpenBoldProps } from './icons/FolderOpenBold';\n\n/**\n * HeartBold icon component and its props type\n * @see {@link HeartBoldProps} for available props\n */\nexport { HeartBold, type HeartBoldProps } from './icons/HeartBold';\n\n/**\n * IconsaxAiScienceBold icon component and its props type\n * @see {@link IconsaxAiScienceBoldProps} for available props\n */\nexport { IconsaxAiScienceBold, type IconsaxAiScienceBoldProps } from './icons/IconsaxAiScienceBold';\n\n/**\n * IconsaxAttachCircleBold icon component and its props type\n * @see {@link IconsaxAttachCircleBoldProps} for available props\n */\nexport { IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps } from './icons/IconsaxAttachCircleBold';\n\n/**\n * IconsaxBrainBold icon component and its props type\n * @see {@link IconsaxBrainBoldProps} for available props\n */\nexport { IconsaxBrainBold, type IconsaxBrainBoldProps } from './icons/IconsaxBrainBold';\n\n/**\n * IconsaxMonetizeBold icon component and its props type\n * @see {@link IconsaxMonetizeBoldProps} for available props\n */\nexport { IconsaxMonetizeBold, type IconsaxMonetizeBoldProps } from './icons/IconsaxMonetizeBold';\n\n/**\n * IconsaxPenBrushBold icon component and its props type\n * @see {@link IconsaxPenBrushBoldProps} for available props\n */\nexport { IconsaxPenBrushBold, type IconsaxPenBrushBoldProps } from './icons/IconsaxPenBrushBold';\n\n/**\n * IconsaxPeopleBold icon component and its props type\n * @see {@link IconsaxPeopleBoldProps} for available props\n */\nexport { IconsaxPeopleBold, type IconsaxPeopleBoldProps } from './icons/IconsaxPeopleBold';\n\n/**\n * IconsaxTaskSquareBold icon component and its props type\n * @see {@link IconsaxTaskSquareBoldProps} for available props\n */\nexport { IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps } from './icons/IconsaxTaskSquareBold';\n\n/**\n * IconsaxVideoCameraBold icon component and its props type\n * @see {@link IconsaxVideoCameraBoldProps} for available props\n */\nexport { IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps } from './icons/IconsaxVideoCameraBold';\n\n/**\n * InfoCircleBold icon component and its props type\n * @see {@link InfoCircleBoldProps} for available props\n */\nexport { InfoCircleBold, type InfoCircleBoldProps } from './icons/InfoCircleBold';\n\n/**\n * Legal icon component and its props type\n * @see {@link LegalProps} for available props\n */\nexport { Legal, type LegalProps } from './icons/Legal';\n\n/**\n * LikeBold icon component and its props type\n * @see {@link LikeBoldProps} for available props\n */\nexport { LikeBold, type LikeBoldProps } from './icons/LikeBold';\n\n/**\n * LinkSquare icon component and its props type\n * @see {@link LinkSquareProps} for available props\n */\nexport { LinkSquare, type LinkSquareProps } from './icons/LinkSquare';\n\n/**\n * Lock icon component and its props type\n * @see {@link LockProps} for available props\n */\nexport { Lock, type LockProps } from './icons/Lock';\n\n/**\n * MagickPotion icon component and its props type\n * @see {@link MagickPotionProps} for available props\n */\nexport { MagickPotion, type MagickPotionProps } from './icons/MagickPotion';\n\n/**\n * Marketing icon component and its props type\n * @see {@link MarketingProps} for available props\n */\nexport { Marketing, type MarketingProps } from './icons/Marketing';\n\n/**\n * MessageEdit icon component and its props type\n * @see {@link MessageEditProps} for available props\n */\nexport { MessageEdit, type MessageEditProps } from './icons/MessageEdit';\n\n/**\n * Network icon component and its props type\n * @see {@link NetworkProps} for available props\n */\nexport { Network, type NetworkProps } from './icons/Network';\n\n/**\n * PA icon component and its props type\n * @see {@link PAProps} for available props\n */\nexport { PA, type PAProps } from './icons/PA';\n\n/**\n * SquarePen1 icon component and its props type\n * @see {@link SquarePen1Props} for available props\n */\nexport { SquarePen1, type SquarePen1Props } from './icons/SquarePen1';\n\n/**\n * Tasks icon component and its props type\n * @see {@link TasksProps} for available props\n */\nexport { Tasks, type TasksProps } from './icons/Tasks';\n\n/**\n * Trash icon component and its props type\n * @see {@link TrashProps} for available props\n */\nexport { Trash, type TrashProps } from './icons/Trash';\n\n/**\n * Video icon component and its props type\n * @see {@link VideoProps} for available props\n */\nexport { Video, type VideoProps } from './icons/Video';\n","import React from 'react';\n\n/**\n * Props for the ArchiveBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArchiveBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArchiveBold icon component\n * @example\n * ```tsx\n * import { ArchiveBold } from 'magick-icons';\n * \n * <ArchiveBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArchiveBold = React.forwardRef<SVGSVGElement, ArchiveBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArchiveBold.displayName = 'ArchiveBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowDownBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowDownBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowDownBold icon component\n * @example\n * ```tsx\n * import { ArrowDownBold } from 'magick-icons';\n * \n * <ArrowDownBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowDownBold = React.forwardRef<SVGSVGElement, ArrowDownBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowDownBold.displayName = 'ArrowDownBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowRightBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowRightBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowRightBold icon component\n * @example\n * ```tsx\n * import { ArrowRightBold } from 'magick-icons';\n * \n * <ArrowRightBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowRightBold = React.forwardRef<SVGSVGElement, ArrowRightBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowRightBold.displayName = 'ArrowRightBold';\n","import React from 'react';\n\n/**\n * Props for the ArrowUpBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ArrowUpBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ArrowUpBold icon component\n * @example\n * ```tsx\n * import { ArrowUpBold } from 'magick-icons';\n * \n * <ArrowUpBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ArrowUpBold = React.forwardRef<SVGSVGElement, ArrowUpBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nArrowUpBold.displayName = 'ArrowUpBold';\n","import React from 'react';\n\n/**\n * Props for the Calendar icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CalendarProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Calendar icon component\n * @example\n * ```tsx\n * import { Calendar } from 'magick-icons';\n * \n * <Calendar size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Calendar = React.forwardRef<SVGSVGElement, CalendarProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nCalendar.displayName = 'Calendar';\n","import React from 'react';\n\n/**\n * Props for the CircleCheckFill icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CircleCheckFillProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * CircleCheckFill icon component\n * @example\n * ```tsx\n * import { CircleCheckFill } from 'magick-icons';\n * \n * <CircleCheckFill size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const CircleCheckFill = React.forwardRef<SVGSVGElement, CircleCheckFillProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nCircleCheckFill.displayName = 'CircleCheckFill';\n","import React from 'react';\n\n/**\n * Props for the CloseCircle1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface CloseCircle1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * CloseCircle1 icon component\n * @example\n * ```tsx\n * import { CloseCircle1 } from 'magick-icons';\n * \n * <CloseCircle1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const CloseCircle1 = React.forwardRef<SVGSVGElement, CloseCircle1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nCloseCircle1.displayName = 'CloseCircle1';\n","import React from 'react';\n\n/**\n * Props for the DislikeBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DislikeBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DislikeBold icon component\n * @example\n * ```tsx\n * import { DislikeBold } from 'magick-icons';\n * \n * <DislikeBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DislikeBold = React.forwardRef<SVGSVGElement, DislikeBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nDislikeBold.displayName = 'DislikeBold';\n","import React from 'react';\n\n/**\n * Props for the DocumentTextBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DocumentTextBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DocumentTextBold icon component\n * @example\n * ```tsx\n * import { DocumentTextBold } from 'magick-icons';\n * \n * <DocumentTextBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DocumentTextBold = React.forwardRef<SVGSVGElement, DocumentTextBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nDocumentTextBold.displayName = 'DocumentTextBold';\n","import React from 'react';\n\n/**\n * Props for the DocumentUpload icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface DocumentUploadProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * DocumentUpload icon component\n * @example\n * ```tsx\n * import { DocumentUpload } from 'magick-icons';\n * \n * <DocumentUpload size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const DocumentUpload = React.forwardRef<SVGSVGElement, DocumentUploadProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nDocumentUpload.displayName = 'DocumentUpload';\n","import React from 'react';\n\n/**\n * Props for the Finance icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FinanceProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Finance icon component\n * @example\n * ```tsx\n * import { Finance } from 'magick-icons';\n * \n * <Finance size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Finance = React.forwardRef<SVGSVGElement, FinanceProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/><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\"/></svg>\n );\n }\n);\n\nFinance.displayName = 'Finance';\n","import React from 'react';\n\n/**\n * Props for the Flag icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FlagProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Flag icon component\n * @example\n * ```tsx\n * import { Flag } from 'magick-icons';\n * \n * <Flag size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Flag = React.forwardRef<SVGSVGElement, FlagProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFlag.displayName = 'Flag';\n","import React from 'react';\n\n/**\n * Props for the Folder2 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Folder2Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Folder2 icon component\n * @example\n * ```tsx\n * import { Folder2 } from 'magick-icons';\n * \n * <Folder2 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Folder2 = React.forwardRef<SVGSVGElement, Folder2Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nFolder2.displayName = 'Folder2';\n","import React from 'react';\n\n/**\n * Props for the FolderDrawerOpen icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FolderDrawerOpenProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * FolderDrawerOpen icon component\n * @example\n * ```tsx\n * import { FolderDrawerOpen } from 'magick-icons';\n * \n * <FolderDrawerOpen size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const FolderDrawerOpen = React.forwardRef<SVGSVGElement, FolderDrawerOpenProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFolderDrawerOpen.displayName = 'FolderDrawerOpen';\n","import React from 'react';\n\n/**\n * Props for the FolderOpenBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface FolderOpenBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * FolderOpenBold icon component\n * @example\n * ```tsx\n * import { FolderOpenBold } from 'magick-icons';\n * \n * <FolderOpenBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const FolderOpenBold = React.forwardRef<SVGSVGElement, FolderOpenBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nFolderOpenBold.displayName = 'FolderOpenBold';\n","import React from 'react';\n\n/**\n * Props for the HeartBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface HeartBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * HeartBold icon component\n * @example\n * ```tsx\n * import { HeartBold } from 'magick-icons';\n * \n * <HeartBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const HeartBold = React.forwardRef<SVGSVGElement, HeartBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nHeartBold.displayName = 'HeartBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxAiScienceBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxAiScienceBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxAiScienceBold icon component\n * @example\n * ```tsx\n * import { IconsaxAiScienceBold } from 'magick-icons';\n * \n * <IconsaxAiScienceBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxAiScienceBold = React.forwardRef<SVGSVGElement, IconsaxAiScienceBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nIconsaxAiScienceBold.displayName = 'IconsaxAiScienceBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxAttachCircleBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxAttachCircleBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxAttachCircleBold icon component\n * @example\n * ```tsx\n * import { IconsaxAttachCircleBold } from 'magick-icons';\n * \n * <IconsaxAttachCircleBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxAttachCircleBold = React.forwardRef<SVGSVGElement, IconsaxAttachCircleBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxAttachCircleBold.displayName = 'IconsaxAttachCircleBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxBrainBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxBrainBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxBrainBold icon component\n * @example\n * ```tsx\n * import { IconsaxBrainBold } from 'magick-icons';\n * \n * <IconsaxBrainBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxBrainBold = React.forwardRef<SVGSVGElement, IconsaxBrainBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxBrainBold.displayName = 'IconsaxBrainBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxMonetizeBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxMonetizeBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxMonetizeBold icon component\n * @example\n * ```tsx\n * import { IconsaxMonetizeBold } from 'magick-icons';\n * \n * <IconsaxMonetizeBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxMonetizeBold = React.forwardRef<SVGSVGElement, IconsaxMonetizeBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxMonetizeBold.displayName = 'IconsaxMonetizeBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxPenBrushBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxPenBrushBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxPenBrushBold icon component\n * @example\n * ```tsx\n * import { IconsaxPenBrushBold } from 'magick-icons';\n * \n * <IconsaxPenBrushBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxPenBrushBold = React.forwardRef<SVGSVGElement, IconsaxPenBrushBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxPenBrushBold.displayName = 'IconsaxPenBrushBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxPeopleBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxPeopleBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxPeopleBold icon component\n * @example\n * ```tsx\n * import { IconsaxPeopleBold } from 'magick-icons';\n * \n * <IconsaxPeopleBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxPeopleBold = React.forwardRef<SVGSVGElement, IconsaxPeopleBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxPeopleBold.displayName = 'IconsaxPeopleBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxTaskSquareBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxTaskSquareBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxTaskSquareBold icon component\n * @example\n * ```tsx\n * import { IconsaxTaskSquareBold } from 'magick-icons';\n * \n * <IconsaxTaskSquareBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxTaskSquareBold = React.forwardRef<SVGSVGElement, IconsaxTaskSquareBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nIconsaxTaskSquareBold.displayName = 'IconsaxTaskSquareBold';\n","import React from 'react';\n\n/**\n * Props for the IconsaxVideoCameraBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface IconsaxVideoCameraBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * IconsaxVideoCameraBold icon component\n * @example\n * ```tsx\n * import { IconsaxVideoCameraBold } from 'magick-icons';\n * \n * <IconsaxVideoCameraBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const IconsaxVideoCameraBold = React.forwardRef<SVGSVGElement, IconsaxVideoCameraBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/><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\"/></svg>\n );\n }\n);\n\nIconsaxVideoCameraBold.displayName = 'IconsaxVideoCameraBold';\n","import React from 'react';\n\n/**\n * Props for the InfoCircleBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface InfoCircleBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * InfoCircleBold icon component\n * @example\n * ```tsx\n * import { InfoCircleBold } from 'magick-icons';\n * \n * <InfoCircleBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const InfoCircleBold = React.forwardRef<SVGSVGElement, InfoCircleBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nInfoCircleBold.displayName = 'InfoCircleBold';\n","import React from 'react';\n\n/**\n * Props for the Legal icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface LegalProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Legal icon component\n * @example\n * ```tsx\n * import { Legal } from 'magick-icons';\n * \n * <Legal size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Legal = React.forwardRef<SVGSVGElement, LegalProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nLegal.displayName = 'Legal';\n","import React from 'react';\n\n/**\n * Props for the LikeBold icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface LikeBoldProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * LikeBold icon component\n * @example\n * ```tsx\n * import { LikeBold } from 'magick-icons';\n * \n * <LikeBold size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const LikeBold = React.forwardRef<SVGSVGElement, LikeBoldProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nLikeBold.displayName = 'LikeBold';\n","import React from 'react';\n\n/**\n * Props for the LinkSquare icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface LinkSquareProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * LinkSquare icon component\n * @example\n * ```tsx\n * import { LinkSquare } from 'magick-icons';\n * \n * <LinkSquare size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const LinkSquare = React.forwardRef<SVGSVGElement, LinkSquareProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nLinkSquare.displayName = 'LinkSquare';\n","import React from 'react';\n\n/**\n * Props for the Lock icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface LockProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Lock icon component\n * @example\n * ```tsx\n * import { Lock } from 'magick-icons';\n * \n * <Lock size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Lock = React.forwardRef<SVGSVGElement, LockProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nLock.displayName = 'Lock';\n","import React from 'react';\n\n/**\n * Props for the MagickPotion icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface MagickPotionProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * MagickPotion icon component\n * @example\n * ```tsx\n * import { MagickPotion } from 'magick-icons';\n * \n * <MagickPotion size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const MagickPotion = React.forwardRef<SVGSVGElement, MagickPotionProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nMagickPotion.displayName = 'MagickPotion';\n","import React from 'react';\n\n/**\n * Props for the Marketing icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface MarketingProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Marketing icon component\n * @example\n * ```tsx\n * import { Marketing } from 'magick-icons';\n * \n * <Marketing size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Marketing = React.forwardRef<SVGSVGElement, MarketingProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nMarketing.displayName = 'Marketing';\n","import React from 'react';\n\n/**\n * Props for the MessageEdit icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface MessageEditProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * MessageEdit icon component\n * @example\n * ```tsx\n * import { MessageEdit } from 'magick-icons';\n * \n * <MessageEdit size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const MessageEdit = React.forwardRef<SVGSVGElement, MessageEditProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nMessageEdit.displayName = 'MessageEdit';\n","import React from 'react';\n\n/**\n * Props for the Network icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface NetworkProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Network icon component\n * @example\n * ```tsx\n * import { Network } from 'magick-icons';\n * \n * <Network size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Network = React.forwardRef<SVGSVGElement, NetworkProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nNetwork.displayName = 'Network';\n","import React from 'react';\n\n/**\n * Props for the PA icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface PAProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * PA icon component\n * @example\n * ```tsx\n * import { PA } from 'magick-icons';\n * \n * <PA size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const PA = React.forwardRef<SVGSVGElement, PAProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nPA.displayName = 'PA';\n","import React from 'react';\n\n/**\n * Props for the SquarePen1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface SquarePen1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * SquarePen1 icon component\n * @example\n * ```tsx\n * import { SquarePen1 } from 'magick-icons';\n * \n * <SquarePen1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const SquarePen1 = React.forwardRef<SVGSVGElement, SquarePen1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nSquarePen1.displayName = 'SquarePen1';\n","import React from 'react';\n\n/**\n * Props for the Tasks icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface TasksProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Tasks icon component\n * @example\n * ```tsx\n * import { Tasks } from 'magick-icons';\n * \n * <Tasks size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Tasks = React.forwardRef<SVGSVGElement, TasksProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/><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\"/></svg>\n );\n }\n);\n\nTasks.displayName = 'Tasks';\n","import React from 'react';\n\n/**\n * Props for the Trash icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface TrashProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Trash icon component\n * @example\n * ```tsx\n * import { Trash } from 'magick-icons';\n * \n * <Trash size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Trash = React.forwardRef<SVGSVGElement, TrashProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nTrash.displayName = 'Trash';\n","import React from 'react';\n\n/**\n * Props for the Video icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface VideoProps extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Video icon component\n * @example\n * ```tsx\n * import { Video } from 'magick-icons';\n * \n * <Video size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Video = React.forwardRef<SVGSVGElement, VideoProps>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><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\"/></svg>\n );\n }\n);\n\nVideo.displayName = 'Video';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,mBAAkB;AAsBwG;AAHnH,IAAM,cAAc,aAAAA,QAAM;AAAA,EAC/B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,4CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,sDAAC,UAAK,MAAK,WAAU,GAAE,wSAAsS,GAAE;AAAA,EAEvb;AACF;AAEA,YAAY,cAAc;;;AC3B1B,IAAAC,gBAAkB;AAsBwG,IAAAC,sBAAA;AAHnH,IAAM,gBAAgB,cAAAC,QAAM;AAAA,EACjC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,uDAAC,UAAK,MAAK,WAAU,GAAE,8QAA4Q,GAAE;AAAA,EAE7Z;AACF;AAEA,cAAc,cAAc;;;AC3B5B,IAAAC,gBAAkB;AAsBwG,IAAAC,sBAAA;AAHnH,IAAM,iBAAiB,cAAAC,QAAM;AAAA,EAClC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,uDAAC,UAAK,MAAK,WAAU,GAAE,yRAAuR,GAAE;AAAA,EAExa;AACF;AAEA,eAAe,cAAc;;;AC3B7B,IAAAC,gBAAkB;AAsBwG,IAAAC,sBAAA;AAHnH,IAAM,cAAc,cAAAC,QAAM;AAAA,EAC/B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,uDAAC,UAAK,MAAK,WAAU,GAAE,2RAAyR,GAAE;AAAA,EAE1a;AACF;AAEA,YAAY,cAAc;;;AC3B1B,IAAAC,gBAAkB;AAsBZ,IAAAC,sBAAA;AAHC,IAAM,WAAW,cAAAC,QAAM;AAAA,EAC5B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,mDAAC,UAAK,MAAK,WAAU,GAAE,msCAAisC;AAAA,MAAE,6CAAC,UAAK,MAAK,WAAU,GAAE,0TAAwT;AAAA,OAAE;AAAA,EAEnqD;AACF;AAEA,SAAS,cAAc;;;AC3BvB,IAAAC,gBAAkB;AAsBZ,IAAAC,sBAAA;AAHC,IAAM,kBAAkB,cAAAC,QAAM;AAAA,EACnC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,mDAAC,UAAK,MAAK,QAAO,aAAU,WAAU,GAAE,0MAAyM,aAAU,WAAS;AAAA,MAAE,6CAAC,UAAK,MAAK,QAAO,aAAU,WAAU,GAAE,2JAA0J,aAAU,WAAS;AAAA,OAAE;AAAA,EAErlB;AACF;AAEA,gBAAgB,cAAc;;;AC3B9B,IAAAC,gBAAkB;AAsBwG,IAAAC,sBAAA;AAHnH,IAAM,eAAe,cAAAC,QAAM;AAAA,EAChC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,uDAAC,UAAK,MAAK,WAAU,GAAE,iVAA+U,GAAE;AAAA,EAEhe;AACF;AAEA,aAAa,cAAc;;;AC3B3B,IAAAC,gBAAkB;AAsBwG,IAAAC,sBAAA;AAHnH,IAAM,cAAc,cAAAC,QAAM;AAAA,EAC/B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,uDAAC,UAAK,MAAK,WAAU,GAAE,obAAkb,GAAE;AAAA,EAEnkB;AACF;AAEA,YAAY,cAAc;;;AC3B1B,IAAAC,gBAAkB;AAsBZ,IAAAC,sBAAA;AAHC,IAAM,mBAAmB,cAAAC,QAAM;AAAA,EACpC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,mDAAC,UAAK,MAAK,WAAU,GAAE,+IAA6I;AAAA,MAAE,6CAAC,UAAK,MAAK,WAAU,GAAE,gVAA8U;AAAA,OAAE;AAAA,EAEroB;AACF;AAEA,iBAAiB,cAAc;;;AC3B/B,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,iBAAiB,eAAAC,QAAM;AAAA,EAClC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,meAAie;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,gJAA8I;AAAA,OAAE;AAAA,EAEzxB;AACF;AAEA,eAAe,cAAc;;;AC3B7B,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,UAAU,eAAAC,QAAM;AAAA,EAC3B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,oIAAkI;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,wLAAsL;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,imBAA+lB;AAAA,OAAE;AAAA,EAE1lC;AACF;AAEA,QAAQ,cAAc;;;AC3BtB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,OAAO,eAAAC,QAAM;AAAA,EACxB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,uRAAqR,GAAE;AAAA,EAEta;AACF;AAEA,KAAK,cAAc;;;AC3BnB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,UAAU,eAAAC,QAAM;AAAA,EAC3B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,iKAA+J;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,2UAAyU;AAAA,OAAE;AAAA,EAElpB;AACF;AAEA,QAAQ,cAAc;;;AC3BtB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,mBAAmB,eAAAC,QAAM;AAAA,EACpC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,wjBAAsjB,GAAE;AAAA,EAEvsB;AACF;AAEA,iBAAiB,cAAc;;;AC3B/B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,iBAAiB,eAAAC,QAAM;AAAA,EAClC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,meAAie,GAAE;AAAA,EAElnB;AACF;AAEA,eAAe,cAAc;;;AC3B7B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,YAAY,eAAAC,QAAM;AAAA,EAC7B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,+JAA6J,GAAE;AAAA,EAE9S;AACF;AAEA,UAAU,cAAc;;;AC3BxB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,uBAAuB,eAAAC,QAAM;AAAA,EACxC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,QAAO,GAAE,ghBAA8gB;AAAA,MAAE,8CAAC,UAAK,MAAK,QAAO,GAAE,qVAAmV;AAAA,OAAE;AAAA,EAErgC;AACF;AAEA,qBAAqB,cAAc;;;AC3BnC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,0BAA0B,eAAAC,QAAM;AAAA,EAC3C,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,+dAA8d,SAAQ,OAAK,GAAE;AAAA,EAEznB;AACF;AAEA,wBAAwB,cAAc;;;AC3BtC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,mBAAmB,eAAAC,QAAM;AAAA,EACpC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,umCAAqmC,GAAE;AAAA,EAEnvC;AACF;AAEA,iBAAiB,cAAc;;;AC3B/B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,sBAAsB,eAAAC,QAAM;AAAA,EACvC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,0jBAAwjB,GAAE;AAAA,EAEzsB;AACF;AAEA,oBAAoB,cAAc;;;AC3BlC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,sBAAsB,eAAAC,QAAM;AAAA,EACvC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,opBAAkpB,GAAE;AAAA,EAEhyB;AACF;AAEA,oBAAoB,cAAc;;;AC3BlC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,oBAAoB,eAAAC,QAAM;AAAA,EACrC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,+vBAA6vB,GAAE;AAAA,EAE34B;AACF;AAEA,kBAAkB,cAAc;;;AC3BhC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,wBAAwB,eAAAC,QAAM;AAAA,EACzC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,ymBAAumB,GAAE;AAAA,EAErvB;AACF;AAEA,sBAAsB,cAAc;;;AC3BpC,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,yBAAyB,eAAAC,QAAM;AAAA,EAC1C,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,4HAA0H;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,+OAA6O;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,4HAA0H;AAAA,OAAE;AAAA,EAEpqB;AACF;AAEA,uBAAuB,cAAc;;;AC3BrC,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,iBAAiB,eAAAC,QAAM;AAAA,EAClC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,QAAO,GAAE,qaAAma,GAAE;AAAA,EAEjjB;AACF;AAEA,eAAe,cAAc;;;AC3B7B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,QAAQ,eAAAC,QAAM;AAAA,EACzB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,msBAAisB,GAAE;AAAA,EAEl1B;AACF;AAEA,MAAM,cAAc;;;AC3BpB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,WAAW,eAAAC,QAAM;AAAA,EAC5B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,gbAA8a,GAAE;AAAA,EAE/jB;AACF;AAEA,SAAS,cAAc;;;AC3BvB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,aAAa,eAAAC,QAAM;AAAA,EAC9B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,o2BAAk2B,GAAE;AAAA,EAEn/B;AACF;AAEA,WAAW,cAAc;;;AC3BzB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,OAAO,eAAAC,QAAM;AAAA,EACxB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,6EAA2E;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,oVAAkV;AAAA,OAAE;AAAA,EAEvkB;AACF;AAEA,KAAK,cAAc;;;AC3BnB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,eAAe,eAAAC,QAAM;AAAA,EAChC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,ghBAA8gB;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,qVAAmV;AAAA,OAAE;AAAA,EAE3gC;AACF;AAEA,aAAa,cAAc;;;AC3B3B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,YAAY,eAAAC,QAAM;AAAA,EAC7B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,2sBAAysB,GAAE;AAAA,EAE11B;AACF;AAEA,UAAU,cAAc;;;AC3BxB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,cAAc,eAAAC,QAAM;AAAA,EAC/B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,wjBAAsjB,GAAE;AAAA,EAEvsB;AACF;AAEA,YAAY,cAAc;;;AC3B1B,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,UAAU,eAAAC,QAAM;AAAA,EAC3B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,ghBAA8gB,GAAE;AAAA,EAE/pB;AACF;AAEA,QAAQ,cAAc;;;AC3BtB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,KAAK,eAAAC,QAAM;AAAA,EACtB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,8qCAA4qC,GAAE;AAAA,EAE7zC;AACF;AAEA,GAAG,cAAc;;;AC3BjB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,aAAa,eAAAC,QAAM;AAAA,EAC9B,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,iIAA+H;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,iOAA+N;AAAA,OAAE;AAAA,EAExgB;AACF;AAEA,WAAW,cAAc;;;AC3BzB,IAAAC,iBAAkB;AAsBZ,IAAAC,uBAAA;AAHC,IAAM,QAAQ,eAAAC,QAAM;AAAA,EACzB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,+CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,oDAAC,UAAK,MAAK,WAAU,GAAE,uIAAqI;AAAA,MAAE,8CAAC,UAAK,MAAK,WAAU,GAAE,wZAAsZ;AAAA,OAAE;AAAA,EAErsB;AACF;AAEA,MAAM,cAAc;;;AC3BpB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,QAAQ,eAAAC,QAAM;AAAA,EACzB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,ynBAAunB,GAAE;AAAA,EAExwB;AACF;AAEA,MAAM,cAAc;;;AC3BpB,IAAAC,iBAAkB;AAsBwG,IAAAC,uBAAA;AAHnH,IAAM,QAAQ,eAAAC,QAAM;AAAA,EACzB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,8CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO,wDAAC,UAAK,MAAK,WAAU,GAAE,4WAA0W,GAAE;AAAA,EAE3f;AACF;AAEA,MAAM,cAAc;","names":["React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React"]}
|