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.mjs
CHANGED
|
@@ -176,6 +176,245 @@ var HeartBold = React16.forwardRef(
|
|
|
176
176
|
}
|
|
177
177
|
);
|
|
178
178
|
HeartBold.displayName = "HeartBold";
|
|
179
|
+
|
|
180
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
181
|
+
import React17 from "react";
|
|
182
|
+
import { jsx as jsx17, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
183
|
+
var IconsaxAiScienceBold = React17.forwardRef(
|
|
184
|
+
({ size, ...props }, ref) => {
|
|
185
|
+
return /* @__PURE__ */ jsxs7("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
186
|
+
/* @__PURE__ */ jsx17("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" }),
|
|
187
|
+
/* @__PURE__ */ jsx17("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" })
|
|
188
|
+
] });
|
|
189
|
+
}
|
|
190
|
+
);
|
|
191
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
192
|
+
|
|
193
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
194
|
+
import React18 from "react";
|
|
195
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
196
|
+
var IconsaxAttachCircleBold = React18.forwardRef(
|
|
197
|
+
({ size, ...props }, ref) => {
|
|
198
|
+
return /* @__PURE__ */ jsx18("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx18("path", { fill: "#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" }) });
|
|
199
|
+
}
|
|
200
|
+
);
|
|
201
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
202
|
+
|
|
203
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
204
|
+
import React19 from "react";
|
|
205
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
206
|
+
var IconsaxBrainBold = React19.forwardRef(
|
|
207
|
+
({ size, ...props }, ref) => {
|
|
208
|
+
return /* @__PURE__ */ jsx19("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx19("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" }) });
|
|
209
|
+
}
|
|
210
|
+
);
|
|
211
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
212
|
+
|
|
213
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
214
|
+
import React20 from "react";
|
|
215
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
216
|
+
var IconsaxMonetizeBold = React20.forwardRef(
|
|
217
|
+
({ size, ...props }, ref) => {
|
|
218
|
+
return /* @__PURE__ */ jsx20("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx20("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" }) });
|
|
219
|
+
}
|
|
220
|
+
);
|
|
221
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
222
|
+
|
|
223
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
224
|
+
import React21 from "react";
|
|
225
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
226
|
+
var IconsaxPenBrushBold = React21.forwardRef(
|
|
227
|
+
({ size, ...props }, ref) => {
|
|
228
|
+
return /* @__PURE__ */ jsx21("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx21("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" }) });
|
|
229
|
+
}
|
|
230
|
+
);
|
|
231
|
+
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
232
|
+
|
|
233
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
234
|
+
import React22 from "react";
|
|
235
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
236
|
+
var IconsaxPeopleBold = React22.forwardRef(
|
|
237
|
+
({ size, ...props }, ref) => {
|
|
238
|
+
return /* @__PURE__ */ jsx22("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx22("path", { fill: "#000", d: "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" }) });
|
|
239
|
+
}
|
|
240
|
+
);
|
|
241
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
242
|
+
|
|
243
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
244
|
+
import React23 from "react";
|
|
245
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
246
|
+
var IconsaxTaskSquareBold = React23.forwardRef(
|
|
247
|
+
({ size, ...props }, ref) => {
|
|
248
|
+
return /* @__PURE__ */ jsx23("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx23("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" }) });
|
|
249
|
+
}
|
|
250
|
+
);
|
|
251
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
252
|
+
|
|
253
|
+
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
254
|
+
import React24 from "react";
|
|
255
|
+
import { jsx as jsx24, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
256
|
+
var IconsaxVideoCameraBold = React24.forwardRef(
|
|
257
|
+
({ size, ...props }, ref) => {
|
|
258
|
+
return /* @__PURE__ */ jsxs8("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
259
|
+
/* @__PURE__ */ jsx24("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" }),
|
|
260
|
+
/* @__PURE__ */ jsx24("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" }),
|
|
261
|
+
/* @__PURE__ */ jsx24("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" })
|
|
262
|
+
] });
|
|
263
|
+
}
|
|
264
|
+
);
|
|
265
|
+
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
266
|
+
|
|
267
|
+
// dist/icons/InfoCircleBold.tsx
|
|
268
|
+
import React25 from "react";
|
|
269
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
270
|
+
var InfoCircleBold = React25.forwardRef(
|
|
271
|
+
({ size, ...props }, ref) => {
|
|
272
|
+
return /* @__PURE__ */ jsx25("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx25("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" }) });
|
|
273
|
+
}
|
|
274
|
+
);
|
|
275
|
+
InfoCircleBold.displayName = "InfoCircleBold";
|
|
276
|
+
|
|
277
|
+
// dist/icons/Legal.tsx
|
|
278
|
+
import React26 from "react";
|
|
279
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
280
|
+
var Legal = React26.forwardRef(
|
|
281
|
+
({ size, ...props }, ref) => {
|
|
282
|
+
return /* @__PURE__ */ jsx26("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx26("path", { fill: "#1e293b", d: "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" }) });
|
|
283
|
+
}
|
|
284
|
+
);
|
|
285
|
+
Legal.displayName = "Legal";
|
|
286
|
+
|
|
287
|
+
// dist/icons/LikeBold.tsx
|
|
288
|
+
import React27 from "react";
|
|
289
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
290
|
+
var LikeBold = React27.forwardRef(
|
|
291
|
+
({ size, ...props }, ref) => {
|
|
292
|
+
return /* @__PURE__ */ jsx27("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx27("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" }) });
|
|
293
|
+
}
|
|
294
|
+
);
|
|
295
|
+
LikeBold.displayName = "LikeBold";
|
|
296
|
+
|
|
297
|
+
// dist/icons/LinkSquare.tsx
|
|
298
|
+
import React28 from "react";
|
|
299
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
300
|
+
var LinkSquare = React28.forwardRef(
|
|
301
|
+
({ size, ...props }, ref) => {
|
|
302
|
+
return /* @__PURE__ */ jsx28("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx28("path", { fill: "#1e293b", d: "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" }) });
|
|
303
|
+
}
|
|
304
|
+
);
|
|
305
|
+
LinkSquare.displayName = "LinkSquare";
|
|
306
|
+
|
|
307
|
+
// dist/icons/Lock.tsx
|
|
308
|
+
import React29 from "react";
|
|
309
|
+
import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
310
|
+
var Lock = React29.forwardRef(
|
|
311
|
+
({ size, ...props }, ref) => {
|
|
312
|
+
return /* @__PURE__ */ jsxs9("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
313
|
+
/* @__PURE__ */ jsx29("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" }),
|
|
314
|
+
/* @__PURE__ */ jsx29("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" })
|
|
315
|
+
] });
|
|
316
|
+
}
|
|
317
|
+
);
|
|
318
|
+
Lock.displayName = "Lock";
|
|
319
|
+
|
|
320
|
+
// dist/icons/MagickPotion.tsx
|
|
321
|
+
import React30 from "react";
|
|
322
|
+
import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
323
|
+
var MagickPotion = React30.forwardRef(
|
|
324
|
+
({ size, ...props }, ref) => {
|
|
325
|
+
return /* @__PURE__ */ jsxs10("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
326
|
+
/* @__PURE__ */ jsx30("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" }),
|
|
327
|
+
/* @__PURE__ */ jsx30("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" })
|
|
328
|
+
] });
|
|
329
|
+
}
|
|
330
|
+
);
|
|
331
|
+
MagickPotion.displayName = "MagickPotion";
|
|
332
|
+
|
|
333
|
+
// dist/icons/Marketing.tsx
|
|
334
|
+
import React31 from "react";
|
|
335
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
336
|
+
var Marketing = React31.forwardRef(
|
|
337
|
+
({ size, ...props }, ref) => {
|
|
338
|
+
return /* @__PURE__ */ jsx31("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx31("path", { fill: "#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" }) });
|
|
339
|
+
}
|
|
340
|
+
);
|
|
341
|
+
Marketing.displayName = "Marketing";
|
|
342
|
+
|
|
343
|
+
// dist/icons/MessageEdit.tsx
|
|
344
|
+
import React32 from "react";
|
|
345
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
346
|
+
var MessageEdit = React32.forwardRef(
|
|
347
|
+
({ size, ...props }, ref) => {
|
|
348
|
+
return /* @__PURE__ */ jsx32("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx32("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" }) });
|
|
349
|
+
}
|
|
350
|
+
);
|
|
351
|
+
MessageEdit.displayName = "MessageEdit";
|
|
352
|
+
|
|
353
|
+
// dist/icons/Network.tsx
|
|
354
|
+
import React33 from "react";
|
|
355
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
356
|
+
var Network = React33.forwardRef(
|
|
357
|
+
({ size, ...props }, ref) => {
|
|
358
|
+
return /* @__PURE__ */ jsx33("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx33("path", { fill: "#1e293b", d: "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" }) });
|
|
359
|
+
}
|
|
360
|
+
);
|
|
361
|
+
Network.displayName = "Network";
|
|
362
|
+
|
|
363
|
+
// dist/icons/PA.tsx
|
|
364
|
+
import React34 from "react";
|
|
365
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
366
|
+
var PA = React34.forwardRef(
|
|
367
|
+
({ size, ...props }, ref) => {
|
|
368
|
+
return /* @__PURE__ */ jsx34("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx34("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" }) });
|
|
369
|
+
}
|
|
370
|
+
);
|
|
371
|
+
PA.displayName = "PA";
|
|
372
|
+
|
|
373
|
+
// dist/icons/SquarePen1.tsx
|
|
374
|
+
import React35 from "react";
|
|
375
|
+
import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
376
|
+
var SquarePen1 = React35.forwardRef(
|
|
377
|
+
({ size, ...props }, ref) => {
|
|
378
|
+
return /* @__PURE__ */ jsxs11("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
379
|
+
/* @__PURE__ */ jsx35("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" }),
|
|
380
|
+
/* @__PURE__ */ jsx35("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" })
|
|
381
|
+
] });
|
|
382
|
+
}
|
|
383
|
+
);
|
|
384
|
+
SquarePen1.displayName = "SquarePen1";
|
|
385
|
+
|
|
386
|
+
// dist/icons/Tasks.tsx
|
|
387
|
+
import React36 from "react";
|
|
388
|
+
import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
389
|
+
var Tasks = React36.forwardRef(
|
|
390
|
+
({ size, ...props }, ref) => {
|
|
391
|
+
return /* @__PURE__ */ jsxs12("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
392
|
+
/* @__PURE__ */ jsx36("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" }),
|
|
393
|
+
/* @__PURE__ */ jsx36("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" })
|
|
394
|
+
] });
|
|
395
|
+
}
|
|
396
|
+
);
|
|
397
|
+
Tasks.displayName = "Tasks";
|
|
398
|
+
|
|
399
|
+
// dist/icons/Trash.tsx
|
|
400
|
+
import React37 from "react";
|
|
401
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
402
|
+
var Trash = React37.forwardRef(
|
|
403
|
+
({ size, ...props }, ref) => {
|
|
404
|
+
return /* @__PURE__ */ jsx37("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx37("path", { fill: "#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" }) });
|
|
405
|
+
}
|
|
406
|
+
);
|
|
407
|
+
Trash.displayName = "Trash";
|
|
408
|
+
|
|
409
|
+
// dist/icons/Video.tsx
|
|
410
|
+
import React38 from "react";
|
|
411
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
412
|
+
var Video = React38.forwardRef(
|
|
413
|
+
({ size, ...props }, ref) => {
|
|
414
|
+
return /* @__PURE__ */ jsx38("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx38("path", { fill: "#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" }) });
|
|
415
|
+
}
|
|
416
|
+
);
|
|
417
|
+
Video.displayName = "Video";
|
|
179
418
|
export {
|
|
180
419
|
ArchiveBold,
|
|
181
420
|
ArrowDownBold,
|
|
@@ -192,6 +431,28 @@ export {
|
|
|
192
431
|
Folder2,
|
|
193
432
|
FolderDrawerOpen,
|
|
194
433
|
FolderOpenBold,
|
|
195
|
-
HeartBold
|
|
434
|
+
HeartBold,
|
|
435
|
+
IconsaxAiScienceBold,
|
|
436
|
+
IconsaxAttachCircleBold,
|
|
437
|
+
IconsaxBrainBold,
|
|
438
|
+
IconsaxMonetizeBold,
|
|
439
|
+
IconsaxPenBrushBold,
|
|
440
|
+
IconsaxPeopleBold,
|
|
441
|
+
IconsaxTaskSquareBold,
|
|
442
|
+
IconsaxVideoCameraBold,
|
|
443
|
+
InfoCircleBold,
|
|
444
|
+
Legal,
|
|
445
|
+
LikeBold,
|
|
446
|
+
LinkSquare,
|
|
447
|
+
Lock,
|
|
448
|
+
MagickPotion,
|
|
449
|
+
Marketing,
|
|
450
|
+
MessageEdit,
|
|
451
|
+
Network,
|
|
452
|
+
PA,
|
|
453
|
+
SquarePen1,
|
|
454
|
+
Tasks,
|
|
455
|
+
Trash,
|
|
456
|
+
Video
|
|
196
457
|
};
|
|
197
458
|
//# sourceMappingURL=index.mjs.map
|
package/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["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":["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","jsx","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx"]}
|
|
1
|
+
{"version":3,"sources":["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":["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":"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","names":["React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx","React","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx"]}
|