magick-icons 0.1.135 → 0.1.137

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.js CHANGED
@@ -30,181 +30,141 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // dist/index.ts
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
- Add1: () => Add1,
34
- Add11: () => Add11,
35
- AddCircle1: () => AddCircle1,
36
- AddItem1: () => AddItem1,
37
- AiFlask1: () => AiFlask1,
38
- AiScience1: () => AiScience1,
39
- Autobrightness1: () => Autobrightness1,
40
- BackwardItem1: () => BackwardItem1,
41
- ColorSwatch1: () => ColorSwatch1,
42
- Icon3dcube1: () => Icon3dcube1,
43
- Icon3square1: () => Icon3square1
33
+ ArchiveBold: () => ArchiveBold,
34
+ ArrowDownBold: () => ArrowDownBold,
35
+ ArrowRightBold: () => ArrowRightBold,
36
+ ArrowUpBold: () => ArrowUpBold,
37
+ Calendar: () => Calendar,
38
+ CircleCheckFill: () => CircleCheckFill,
39
+ CloseCircle1: () => CloseCircle1,
40
+ DislikeBold: () => DislikeBold,
41
+ DocumentTextBold: () => DocumentTextBold,
42
+ DocumentUpload: () => DocumentUpload
44
43
  });
45
44
  module.exports = __toCommonJS(index_exports);
46
45
 
47
- // dist/icons/Add1.tsx
46
+ // dist/icons/ArchiveBold.tsx
48
47
  var import_react = __toESM(require("react"));
49
48
  var import_jsx_runtime = require("react/jsx-runtime");
50
- var Add1 = import_react.default.forwardRef(
49
+ var ArchiveBold = import_react.default.forwardRef(
51
50
  ({ size, ...props }, ref) => {
52
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z" }),
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35" }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75" }),
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75" })
57
- ] });
51
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M22 5v2c0 1.83-.83 2.82-2.5 2.97-.16.02-.33.03-.5.03H5c-.17 0-.34-.01-.5-.03C2.83 9.82 2 8.83 2 7V5q0-3 3-3h14q3 0 3 3M5.5 11.25c-.55 0-1 .45-1 1V19c0 2 .5 3 3 3h9c2.5 0 3-1 3-3v-6.75c0-.55-.45-1-1-1zm8.32 4.5h-3.64c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.64c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
58
52
  }
59
53
  );
60
- Add1.displayName = "Add1";
54
+ ArchiveBold.displayName = "ArchiveBold";
61
55
 
62
- // dist/icons/Add11.tsx
56
+ // dist/icons/ArrowDownBold.tsx
63
57
  var import_react2 = __toESM(require("react"));
64
58
  var import_jsx_runtime2 = require("react/jsx-runtime");
65
- var Add11 = import_react2.default.forwardRef(
59
+ var ArrowDownBold = import_react2.default.forwardRef(
66
60
  ({ size, ...props }, ref) => {
67
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
68
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#1e293b", d: "M18 20.25h-1.77c-.25 0-.48-.12-.62-.33a.73.73 0 0 1-.07-.7c.03-.08.06-.17.08-.26.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64-1.42-1.44-3.87-1.43-5.28-.01a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.09.23.06.49-.08.69s-.37.33-.62.33H6c-2.62 0-4.75-2.13-4.75-4.75V6c0-2.62 2.13-4.75 4.75-4.75h12c2.62 0 4.75 2.13 4.75 4.75v9.5c0 2.62-2.13 4.75-4.75 4.75m-.8-1.5h.8c1.79 0 3.25-1.46 3.25-3.25V6c0-1.79-1.46-3.25-3.25-3.25H6C4.21 2.75 2.75 4.21 2.75 6v9.5c0 1.79 1.46 3.25 3.25 3.25h.8c-.04-.24-.05-.49-.05-.75 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .27-.02.51-.05.75" }),
69
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#1e293b", d: "M6 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 6 6.25M8.5 6.25a.749.749 0 1 1 0-1.5h.01c.41 0 .75.34.75.75s-.35.75-.76.75M11 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 11 6.25M22 9.28H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75M12 23.25c-2.21 0-4.19-1.41-4.94-3.5-.06-.15-.11-.3-.14-.47-.11-.39-.17-.82-.17-1.29 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .5-.06.94-.18 1.34a3 3 0 0 1-.14.45c-.25.72-.67 1.38-1.23 1.92-.99 1-2.3 1.55-3.7 1.55m0-9c-1 0-1.93.39-2.64 1.11a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.54 1.51 1.96 2.52 3.53 2.52 1 0 1.93-.39 2.64-1.11.41-.39.7-.85.89-1.39.05-.12.08-.21.1-.3.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64a3.74 3.74 0 0 0-2.65-1.1" }),
70
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#1e293b", d: "M12 20.16c-.41 0-.75-.34-.75-.75v-2.83c0-.41.34-.75.75-.75s.75.34.75.75v2.83c0 .42-.34.75-.75.75" }),
71
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#1e293b", d: "M13.41 18.75h-2.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.83a.749.749 0 1 1 0 1.5" })
72
- ] });
61
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#1e293b", d: "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" }) });
73
62
  }
74
63
  );
75
- Add11.displayName = "Add11";
64
+ ArrowDownBold.displayName = "ArrowDownBold";
76
65
 
77
- // dist/icons/AddCircle1.tsx
66
+ // dist/icons/ArrowRightBold.tsx
78
67
  var import_react3 = __toESM(require("react"));
79
68
  var import_jsx_runtime3 = require("react/jsx-runtime");
80
- var AddCircle1 = import_react3.default.forwardRef(
69
+ var ArrowRightBold = import_react3.default.forwardRef(
81
70
  ({ size, ...props }, ref) => {
82
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
83
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }),
84
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: "#1e293b", d: "M16 12.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
85
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: "#1e293b", d: "M12 16.75c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .41-.34.75-.75.75" })
86
- ] });
71
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: "#1e293b", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 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" }) });
87
72
  }
88
73
  );
89
- AddCircle1.displayName = "AddCircle1";
74
+ ArrowRightBold.displayName = "ArrowRightBold";
90
75
 
91
- // dist/icons/AddItem1.tsx
76
+ // dist/icons/ArrowUpBold.tsx
92
77
  var import_react4 = __toESM(require("react"));
93
78
  var import_jsx_runtime4 = require("react/jsx-runtime");
94
- var AddItem1 = import_react4.default.forwardRef(
79
+ var ArrowUpBold = import_react4.default.forwardRef(
95
80
  ({ size, ...props }, ref) => {
96
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
97
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#1e293b", d: "M8 16.75H5.43c-2.69 0-4.18-1.48-4.18-4.18V5.43c0-2.69 1.48-4.18 4.18-4.18H10c2.69 0 4.18 1.48 4.18 4.18 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.88-.8-2.68-2.68-2.68H5.43c-1.88 0-2.68.8-2.68 2.68v7.14c0 1.88.8 2.68 2.68 2.68H8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
98
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#1e293b", d: "M18.57 22.75H14c-2.69 0-4.18-1.48-4.18-4.18v-7.14c0-2.69 1.48-4.18 4.18-4.18h4.57c2.69 0 4.18 1.48 4.18 4.18v7.14c0 2.7-1.48 4.18-4.18 4.18M14 8.75c-1.88 0-2.68.8-2.68 2.68v7.14c0 1.88.8 2.68 2.68 2.68h4.57c1.88 0 2.68-.8 2.68-2.68v-7.14c0-1.88-.8-2.68-2.68-2.68z" }),
99
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#1e293b", d: "M18.13 15.75h-3.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.25c.41 0 .75.34.75.75s-.34.75-.75.75" }),
100
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#1e293b", d: "M16.5 17.38c-.41 0-.75-.34-.75-.75v-3.25c0-.41.34-.75.75-.75s.75.34.75.75v3.25c0 .41-.34.75-.75.75" })
101
- ] });
81
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#1e293b", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 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" }) });
102
82
  }
103
83
  );
104
- AddItem1.displayName = "AddItem1";
84
+ ArrowUpBold.displayName = "ArrowUpBold";
105
85
 
106
- // dist/icons/AiFlask1.tsx
86
+ // dist/icons/Calendar.tsx
107
87
  var import_react5 = __toESM(require("react"));
108
88
  var import_jsx_runtime5 = require("react/jsx-runtime");
109
- var AiFlask1 = import_react5.default.forwardRef(
89
+ var Calendar = import_react5.default.forwardRef(
110
90
  ({ size, ...props }, ref) => {
111
91
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
112
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "M12 19.42c-.4 0-.74-.27-.83-.66l-.23-.97c-.1-.42-.42-.74-.84-.84l-.97-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.97-.23c.42-.1.74-.42.84-.84l.23-.97c.09-.39.43-.66.83-.66s.74.27.83.66l.23.97c.1.42.42.74.84.84l.97.23c.39.09.66.43.66.83s-.27.74-.66.83l-.97.23c-.42.1-.74.42-.84.84l-.23.97c-.09.39-.43.66-.83.66m-.64-3.52c.25.17.47.39.64.64.17-.25.39-.47.64-.64-.25-.17-.47-.39-.64-.64-.17.25-.39.47-.64.64" }),
113
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "M6.65 22.74c-1.49 0-2.69-.57-3.28-1.57-.6-1.01-.54-2.3.18-3.62l5-9.29c.23-.42.35-1.24.26-1.74l-.64-3.17c-.1-.52.03-1.05.37-1.45.33-.4.82-.63 1.35-.63h4.23c.52 0 1.02.23 1.35.64s.47.93.37 1.45l-.64 3.19c-.1.49.03 1.29.26 1.72l4.99 9.3c.71 1.33.78 2.62.17 3.63-.6 1.01-1.77 1.57-3.28 1.57zM9.89 2.76c-.1 0-.16.06-.19.09s-.07.11-.05.21l.64 3.17c.16.85-.02 2.02-.42 2.74l-5 9.28c-.46.84-.53 1.61-.21 2.15s1.03.84 1.99.84h10.69c.96 0 1.67-.3 2-.84.32-.54.25-1.3-.21-2.15l-4.99-9.29c-.4-.72-.58-1.9-.42-2.73l.64-3.18a.22.22 0 0 0-.05-.2c-.03-.03-.09-.09-.19-.09z" })
92
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32-.2-.58-.37-1.22-.37-1.68 0-3.03 2.47-5.5 5.5-5.5.29 0 .58.02.86.07.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 17.71q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.19.01-.07.03-.13.06-.19q.03-.09.09-.18c.03-.05.08-.1.12-.15q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71m0-3.5q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08c-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71m3.5 0c-.19.18-.44.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.2q.015-.09.06-.18.03-.09.09-.18l.12-.15c.37-.37 1.04-.37 1.42 0l.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }),
93
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "M21.83 16.17a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66 4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66m-.76 3.39c-.13.14-.32.22-.53.22h-.74v.78c0 .21-.08.39-.22.53s-.32.22-.53.22c-.41 0-.75-.34-.75-.75v-.78h-.75a.749.749 0 1 1 0-1.5h.75v-.71a.749.749 0 1 1 1.5 0v.71h.74c.42 0 .75.34.75.75 0 .21-.08.4-.22.53" })
114
94
  ] });
115
95
  }
116
96
  );
117
- AiFlask1.displayName = "AiFlask1";
97
+ Calendar.displayName = "Calendar";
118
98
 
119
- // dist/icons/AiScience1.tsx
99
+ // dist/icons/CircleCheckFill.tsx
120
100
  var import_react6 = __toESM(require("react"));
121
101
  var import_jsx_runtime6 = require("react/jsx-runtime");
122
- var AiScience1 = import_react6.default.forwardRef(
102
+ var CircleCheckFill = import_react6.default.forwardRef(
123
103
  ({ size, ...props }, ref) => {
124
104
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
125
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#1e293b", d: "M12.23 22.28c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.79c1.05 0 2.44-.19 3.03-1.1.47-.73.41-1.88-.19-3.23l-1.09-2.5c-1.03.53-3.28 1.4-5.67.61-2.72-.91-5.53-.81-5.56-.81-.26 0-.5-.11-.65-.33a.74.74 0 0 1-.07-.72l2.29-5.19c-.5-.14-.96-.4-1.33-.77-.57-.56-.89-1.32-.89-2.15 0-1.67 1.36-3.03 3.03-3.03h6.83c.81 0 1.57.32 2.14.89.75.75 1.06 1.83.8 2.87-.26 1.05-1.08 1.86-2.12 2.16l3.66 8.37c.82 1.86.84 3.47.07 4.66-.53.81-1.7 1.78-4.28 1.78zM7.67 12.27c1.17.05 3.02.23 4.9.86 1.94.65 3.82-.16 4.59-.56L14.8 7.16c-.1-.23-.08-.5.06-.71s.38-.34.63-.34h.15c.76 0 1.43-.48 1.6-1.15.13-.53-.02-1.06-.41-1.45a1.53 1.53 0 0 0-1.08-.45H8.92c-.84 0-1.53.69-1.53 1.53 0 .41.16.8.45 1.08.29.29.68.45 1.09.45h.29c.25 0 .49.13.63.34s.16.48.06.71z" }),
126
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#1e293b", d: "M6.69 22.44c-.4 0-.74-.27-.83-.65l-.23-.98c-.1-.43-.43-.75-.85-.85l-.98-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.98-.23c.43-.1.75-.42.85-.85l.23-.98c.09-.39.43-.66.83-.66s.74.27.83.66l.23.98c.1.43.43.75.85.85l.98.23c.39.09.66.43.66.83s-.27.74-.66.83l-.98.23c-.43.1-.75.42-.85.85l-.23.98c-.09.39-.43.65-.83.65m-.66-3.55q.39.27.66.66.27-.39.66-.66-.39-.27-.66-.66-.27.39-.66.66" })
105
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0m-5.72-2.53a.75.75 0 0 0-1.06 0L11 12.94l-1.47-1.47-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056 2 2a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06", "clip-rule": "evenodd" }),
106
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 2.75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 20c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25 1.25 6.063 1.25 12 6.063 22.75 12 22.75", "clip-rule": "evenodd" })
127
107
  ] });
128
108
  }
129
109
  );
130
- AiScience1.displayName = "AiScience1";
110
+ CircleCheckFill.displayName = "CircleCheckFill";
131
111
 
132
- // dist/icons/Autobrightness1.tsx
112
+ // dist/icons/CloseCircle1.tsx
133
113
  var import_react7 = __toESM(require("react"));
134
114
  var import_jsx_runtime7 = require("react/jsx-runtime");
135
- var Autobrightness1 = import_react7.default.forwardRef(
115
+ var CloseCircle1 = import_react7.default.forwardRef(
136
116
  ({ size, ...props }, ref) => {
137
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
138
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#1e293b", d: "M12.01 22.74c-.63 0-1.25-.21-1.74-.63l-1.58-1.35c-.16-.14-.56-.28-.77-.28H6.17a2.68 2.68 0 0 1-2.68-2.68v-1.71c0-.21-.14-.61-.27-.76l-1.36-1.6c-.82-.97-.82-2.49 0-3.47l1.36-1.6c.13-.15.27-.55.27-.76V6.2c0-1.48 1.2-2.68 2.68-2.68H7.9c.21 0 .6-.15.77-.29l1.58-1.35c.98-.83 2.51-.83 3.49 0l1.58 1.35c.16.14.57.28.78.28h1.7c1.48 0 2.68 1.2 2.68 2.68v1.7c0 .21.15.6.29.77l1.35 1.58c.84.99.83 2.52 0 3.49l-1.35 1.58c-.14.17-.28.56-.28.77v1.7c0 1.48-1.2 2.68-2.68 2.68h-1.7c-.21 0-.6.15-.78.29l-1.58 1.35c-.49.43-1.12.64-1.74.64M6.17 5.02c-.65 0-1.18.53-1.18 1.18v1.7c0 .57-.26 1.29-.63 1.73L3 11.23c-.34.41-.34 1.13 0 1.53l1.35 1.59c.36.41.63 1.16.63 1.73v1.71c0 .65.53 1.18 1.18 1.18H7.9c.56 0 1.3.27 1.74.64l1.59 1.36c.41.35 1.12.35 1.54 0l1.58-1.35c.45-.38 1.18-.64 1.74-.64h1.7c.65 0 1.18-.53 1.18-1.18v-1.7c0-.56.27-1.29.64-1.74l1.36-1.59c.35-.41.35-1.13 0-1.54l-1.35-1.58c-.38-.45-.64-1.18-.64-1.74V6.2c0-.65-.53-1.18-1.18-1.18h-1.7c-.57 0-1.31-.27-1.75-.64l-1.59-1.36c-.41-.35-1.12-.35-1.54 0L9.65 4.38c-.45.37-1.18.64-1.75.64z" }),
139
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#1e293b", d: "M14.81 16.24 12 9.91l-2.81 6.33-1.38-.61 3.5-7.87h1.38l3.5 7.87z" }),
140
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#1e293b", d: "M13.75 14.06h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75" })
141
- ] });
117
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#1e293b", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) });
142
118
  }
143
119
  );
144
- Autobrightness1.displayName = "Autobrightness1";
120
+ CloseCircle1.displayName = "CloseCircle1";
145
121
 
146
- // dist/icons/BackwardItem1.tsx
122
+ // dist/icons/DislikeBold.tsx
147
123
  var import_react8 = __toESM(require("react"));
148
124
  var import_jsx_runtime8 = require("react/jsx-runtime");
149
- var BackwardItem1 = import_react8.default.forwardRef(
125
+ var DislikeBold = import_react8.default.forwardRef(
150
126
  ({ size, ...props }, ref) => {
151
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
152
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#1e293b", d: "M18.85 11.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-2.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v2.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-9c-1.84 0-2.4.56-2.4 2.4v2.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-2.7c0-1.84-.56-2.4-2.4-2.4zM7.85 22.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-2.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v2.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-9c-1.84 0-2.4.56-2.4 2.4v2.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-2.7c0-1.84-.56-2.4-2.4-2.4z" }),
153
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#1e293b", d: "M13.62 18.13H11c-.41 0-.75-.34-.75-.75v-1.23c0-1.84-.56-2.4-2.4-2.4H6.62c-.41 0-.75-.34-.75-.75v-2.62c0-3.12 1.39-4.51 4.51-4.51H13c.41 0 .75.34.75.75v1.23c0 1.84.56 2.4 2.4 2.4h1.23c.41 0 .75.34.75.75v2.62c0 3.12-1.39 4.51-4.51 4.51m-1.87-1.5h1.87c2.28 0 3.01-.73 3.01-3.01v-1.87h-.48c-2.66 0-3.9-1.24-3.9-3.9v-.48h-1.87c-2.28 0-3.01.73-3.01 3.01v1.87h.48c2.66 0 3.9 1.24 3.9 3.9z" })
154
- ] });
127
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#1e293b", d: "M15.61 5.5v10.16c0 .4-.12.79-.34 1.12l-2.73 4.06c-.43.65-1.5 1.11-2.41.77-.98-.33-1.63-1.43-1.42-2.41l.52-3.27c.04-.3-.04-.57-.21-.78a.93.93 0 0 0-.69-.31H4.22c-.79 0-1.47-.32-1.87-.88-.38-.54-.45-1.24-.2-1.95l2.46-7.49c.31-1.24 1.66-2.25 3-2.25h3.9c.67 0 1.61.23 2.04.66l1.28.99a2 2 0 0 1 .78 1.58M18.79 17.61h1.03c1.55 0 2.18-.6 2.18-2.08V5.48C22 4 21.37 3.4 19.82 3.4h-1.03c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.47.63 2.07 2.18 2.07" }) });
155
128
  }
156
129
  );
157
- BackwardItem1.displayName = "BackwardItem1";
130
+ DislikeBold.displayName = "DislikeBold";
158
131
 
159
- // dist/icons/ColorSwatch1.tsx
132
+ // dist/icons/DocumentTextBold.tsx
160
133
  var import_react9 = __toESM(require("react"));
161
134
  var import_jsx_runtime9 = require("react/jsx-runtime");
162
- var ColorSwatch1 = import_react9.default.forwardRef(
135
+ var DocumentTextBold = import_react9.default.forwardRef(
163
136
  ({ size, ...props }, ref) => {
164
137
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
165
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "M6 22.75c-.3 0-.62-.03-.94-.09-.17-.04-.32-.08-.47-.12-.17-.05-.33-.11-.48-.17-.04-.01-.07-.03-.1-.04a6.6 6.6 0 0 1-.92-.56c-.02-.01-.03-.03-.05-.04a4 4 0 0 1-.42-.38c-.14-.15-.24-.27-.35-.39-.23-.3-.42-.6-.59-.95-.02-.03-.03-.07-.04-.11-.06-.14-.11-.28-.15-.43-.06-.21-.1-.35-.13-.5-.07-.35-.1-.66-.1-.96V4.51c0-1.91 1.34-3.25 3.25-3.25h3c1.91 0 3.25 1.34 3.25 3.25V18c0 1.24-.48 2.42-1.35 3.31-.16.16-.28.27-.39.36-.32.28-.73.53-1.17.71-.1.04-.22.09-.35.14-.49.15-1 .23-1.5.23M4.74 21c.1.04.2.07.3.1l.33.09c.55.1 1.14.07 1.61-.09.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21.63-.65.96-1.45.96-2.3V4.51c0-1.08-.67-1.75-1.75-1.75h-3c-1.08 0-1.75.67-1.75 1.75V18c0 .21.02.43.07.66.02.09.05.2.08.32.04.11.07.2.11.3.02.03.03.06.04.08s.02.05.03.07c.12.22.24.41.37.58.07.08.16.18.25.28.11.12.2.19.3.27.01.01.03.02.04.03.16.12.34.23.55.34.02.01.04.01.06.02s.05.03.09.05" }),
166
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "M19.5 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.35 0 .69-.05.98-.15.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21l6.84-6.83a.75.75 0 0 1 .53-.22h3.84c1.91 0 3.25 1.34 3.25 3.25v3c0 1.9-1.34 3.24-3.25 3.24m-10.04-1.5H19.5c1.08 0 1.75-.67 1.75-1.75v-3c0-1.08-.67-1.75-1.75-1.75h-3.53z" }),
167
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "M4.81 22.57q-.105 0-.21-.03c-.74-.22-1.42-.63-1.96-1.18-.54-.53-.95-1.21-1.17-1.95-.12-.4.1-.81.5-.93s.81.1.94.49a3.27 3.27 0 0 0 2.14 2.14c.39.12.61.54.49.94-.11.31-.41.52-.73.52M8.86 21.54a.754.754 0 0 1-.54-1.28c.6-.61.93-1.42.93-2.27V8.33c0-.2.08-.39.22-.53l2.71-2.71c1.31-1.31 3.29-1.31 4.6 0l2.12 2.12c1.35 1.35 1.35 3.25 0 4.6l-9.51 9.5c-.15.16-.34.23-.53.23m1.89-12.89v9.19l7.09-7.08c.76-.76.76-1.71 0-2.48l-2.12-2.12c-.75-.75-1.73-.75-2.48 0zM6 19.75c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75 1.75.79 1.75 1.75-.79 1.75-1.75 1.75m0-2c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25" })
138
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
139
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
168
140
  ] });
169
141
  }
170
142
  );
171
- ColorSwatch1.displayName = "ColorSwatch1";
143
+ DocumentTextBold.displayName = "DocumentTextBold";
172
144
 
173
- // dist/icons/Icon3dcube1.tsx
145
+ // dist/icons/DocumentUpload.tsx
174
146
  var import_react10 = __toESM(require("react"));
175
147
  var import_jsx_runtime10 = require("react/jsx-runtime");
176
- var Icon3dcube1 = import_react10.default.forwardRef(
177
- ({ size, ...props }, ref) => {
178
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#1e293b", d: "M12 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05" }) });
179
- }
180
- );
181
- Icon3dcube1.displayName = "Icon3dcube1";
182
-
183
- // dist/icons/Icon3square1.tsx
184
- var import_react11 = __toESM(require("react"));
185
- var import_jsx_runtime11 = require("react/jsx-runtime");
186
- var Icon3square1 = import_react11.default.forwardRef(
148
+ var DocumentUpload = import_react10.default.forwardRef(
187
149
  ({ size, ...props }, ref) => {
188
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
189
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z" }),
190
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z" }),
191
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z" })
150
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
151
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-8.97 3.34c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.72-.72V17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.07-.06.14-.11.22-.15.02-.01.05-.02.07-.03.06-.02.12-.03.19-.04h.08c.08 0 .16.02.24.05h.02c.08.03.16.09.22.15.01.01.02.01.02.02l2 2c.29.29.29.77 0 1.06" }),
152
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#1e293b", d: "M17.43 8.81c.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67" })
192
153
  ] });
193
154
  }
194
155
  );
195
- Icon3square1.displayName = "Icon3square1";
156
+ DocumentUpload.displayName = "DocumentUpload";
196
157
  // Annotate the CommonJS export names for ESM import in node:
197
158
  0 && (module.exports = {
198
- Add1,
199
- Add11,
200
- AddCircle1,
201
- AddItem1,
202
- AiFlask1,
203
- AiScience1,
204
- Autobrightness1,
205
- BackwardItem1,
206
- ColorSwatch1,
207
- Icon3dcube1,
208
- Icon3square1
159
+ ArchiveBold,
160
+ ArrowDownBold,
161
+ ArrowRightBold,
162
+ ArrowUpBold,
163
+ Calendar,
164
+ CircleCheckFill,
165
+ CloseCircle1,
166
+ DislikeBold,
167
+ DocumentTextBold,
168
+ DocumentUpload
209
169
  });
210
170
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts","icons/Add1.tsx","icons/Add11.tsx","icons/AddCircle1.tsx","icons/AddItem1.tsx","icons/AiFlask1.tsx","icons/AiScience1.tsx","icons/Autobrightness1.tsx","icons/BackwardItem1.tsx","icons/ColorSwatch1.tsx","icons/Icon3dcube1.tsx","icons/Icon3square1.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { Add1 } from 'magick-icons';\n * \n * function MyComponent() {\n * return <Add1 size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * Add1 icon component and its props type\n * @see {@link Add1Props} for available props\n */\nexport { Add1, type Add1Props } from './icons/Add1';\n\n/**\n * Add11 icon component and its props type\n * @see {@link Add11Props} for available props\n */\nexport { Add11, type Add11Props } from './icons/Add11';\n\n/**\n * AddCircle1 icon component and its props type\n * @see {@link AddCircle1Props} for available props\n */\nexport { AddCircle1, type AddCircle1Props } from './icons/AddCircle1';\n\n/**\n * AddItem1 icon component and its props type\n * @see {@link AddItem1Props} for available props\n */\nexport { AddItem1, type AddItem1Props } from './icons/AddItem1';\n\n/**\n * AiFlask1 icon component and its props type\n * @see {@link AiFlask1Props} for available props\n */\nexport { AiFlask1, type AiFlask1Props } from './icons/AiFlask1';\n\n/**\n * AiScience1 icon component and its props type\n * @see {@link AiScience1Props} for available props\n */\nexport { AiScience1, type AiScience1Props } from './icons/AiScience1';\n\n/**\n * Autobrightness1 icon component and its props type\n * @see {@link Autobrightness1Props} for available props\n */\nexport { Autobrightness1, type Autobrightness1Props } from './icons/Autobrightness1';\n\n/**\n * BackwardItem1 icon component and its props type\n * @see {@link BackwardItem1Props} for available props\n */\nexport { BackwardItem1, type BackwardItem1Props } from './icons/BackwardItem1';\n\n/**\n * ColorSwatch1 icon component and its props type\n * @see {@link ColorSwatch1Props} for available props\n */\nexport { ColorSwatch1, type ColorSwatch1Props } from './icons/ColorSwatch1';\n\n/**\n * Icon3dcube1 icon component and its props type\n * @see {@link Icon3dcube1Props} for available props\n */\nexport { Icon3dcube1, type Icon3dcube1Props } from './icons/Icon3dcube1';\n\n/**\n * Icon3square1 icon component and its props type\n * @see {@link Icon3square1Props} for available props\n */\nexport { Icon3square1, type Icon3square1Props } from './icons/Icon3square1';\n","import React from 'react';\n\n/**\n * Props for the Add1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Add1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Add1 icon component\n * @example\n * ```tsx\n * import { Add1 } from 'magick-icons';\n * \n * <Add1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Add1 = React.forwardRef<SVGSVGElement, Add1Props>(\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 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z\"/><path fill=\"#1e293b\" d=\"M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35\"/><path fill=\"#1e293b\" d=\"M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAdd1.displayName = 'Add1';\n","import React from 'react';\n\n/**\n * Props for the Add11 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Add11Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Add11 icon component\n * @example\n * ```tsx\n * import { Add11 } from 'magick-icons';\n * \n * <Add11 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Add11 = React.forwardRef<SVGSVGElement, Add11Props>(\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 20.25h-1.77c-.25 0-.48-.12-.62-.33a.73.73 0 0 1-.07-.7c.03-.08.06-.17.08-.26.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64-1.42-1.44-3.87-1.43-5.28-.01a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.09.23.06.49-.08.69s-.37.33-.62.33H6c-2.62 0-4.75-2.13-4.75-4.75V6c0-2.62 2.13-4.75 4.75-4.75h12c2.62 0 4.75 2.13 4.75 4.75v9.5c0 2.62-2.13 4.75-4.75 4.75m-.8-1.5h.8c1.79 0 3.25-1.46 3.25-3.25V6c0-1.79-1.46-3.25-3.25-3.25H6C4.21 2.75 2.75 4.21 2.75 6v9.5c0 1.79 1.46 3.25 3.25 3.25h.8c-.04-.24-.05-.49-.05-.75 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .27-.02.51-.05.75\"/><path fill=\"#1e293b\" d=\"M6 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 6 6.25M8.5 6.25a.749.749 0 1 1 0-1.5h.01c.41 0 .75.34.75.75s-.35.75-.76.75M11 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 11 6.25M22 9.28H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75M12 23.25c-2.21 0-4.19-1.41-4.94-3.5-.06-.15-.11-.3-.14-.47-.11-.39-.17-.82-.17-1.29 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .5-.06.94-.18 1.34a3 3 0 0 1-.14.45c-.25.72-.67 1.38-1.23 1.92-.99 1-2.3 1.55-3.7 1.55m0-9c-1 0-1.93.39-2.64 1.11a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.54 1.51 1.96 2.52 3.53 2.52 1 0 1.93-.39 2.64-1.11.41-.39.7-.85.89-1.39.05-.12.08-.21.1-.3.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64a3.74 3.74 0 0 0-2.65-1.1\"/><path fill=\"#1e293b\" d=\"M12 20.16c-.41 0-.75-.34-.75-.75v-2.83c0-.41.34-.75.75-.75s.75.34.75.75v2.83c0 .42-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M13.41 18.75h-2.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.83a.749.749 0 1 1 0 1.5\"/></svg>\n );\n }\n);\n\nAdd11.displayName = 'Add11';\n","import React from 'react';\n\n/**\n * Props for the AddCircle1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface AddCircle1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * AddCircle1 icon component\n * @example\n * ```tsx\n * import { AddCircle1 } from 'magick-icons';\n * \n * <AddCircle1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const AddCircle1 = React.forwardRef<SVGSVGElement, AddCircle1Props>(\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 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75\"/><path fill=\"#1e293b\" d=\"M16 12.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M12 16.75c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .41-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAddCircle1.displayName = 'AddCircle1';\n","import React from 'react';\n\n/**\n * Props for the AddItem1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface AddItem1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * AddItem1 icon component\n * @example\n * ```tsx\n * import { AddItem1 } from 'magick-icons';\n * \n * <AddItem1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const AddItem1 = React.forwardRef<SVGSVGElement, AddItem1Props>(\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 16.75H5.43c-2.69 0-4.18-1.48-4.18-4.18V5.43c0-2.69 1.48-4.18 4.18-4.18H10c2.69 0 4.18 1.48 4.18 4.18 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.88-.8-2.68-2.68-2.68H5.43c-1.88 0-2.68.8-2.68 2.68v7.14c0 1.88.8 2.68 2.68 2.68H8c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M18.57 22.75H14c-2.69 0-4.18-1.48-4.18-4.18v-7.14c0-2.69 1.48-4.18 4.18-4.18h4.57c2.69 0 4.18 1.48 4.18 4.18v7.14c0 2.7-1.48 4.18-4.18 4.18M14 8.75c-1.88 0-2.68.8-2.68 2.68v7.14c0 1.88.8 2.68 2.68 2.68h4.57c1.88 0 2.68-.8 2.68-2.68v-7.14c0-1.88-.8-2.68-2.68-2.68z\"/><path fill=\"#1e293b\" d=\"M18.13 15.75h-3.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.25c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M16.5 17.38c-.41 0-.75-.34-.75-.75v-3.25c0-.41.34-.75.75-.75s.75.34.75.75v3.25c0 .41-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAddItem1.displayName = 'AddItem1';\n","import React from 'react';\n\n/**\n * Props for the AiFlask1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface AiFlask1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * AiFlask1 icon component\n * @example\n * ```tsx\n * import { AiFlask1 } from 'magick-icons';\n * \n * <AiFlask1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const AiFlask1 = React.forwardRef<SVGSVGElement, AiFlask1Props>(\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 19.42c-.4 0-.74-.27-.83-.66l-.23-.97c-.1-.42-.42-.74-.84-.84l-.97-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.97-.23c.42-.1.74-.42.84-.84l.23-.97c.09-.39.43-.66.83-.66s.74.27.83.66l.23.97c.1.42.42.74.84.84l.97.23c.39.09.66.43.66.83s-.27.74-.66.83l-.97.23c-.42.1-.74.42-.84.84l-.23.97c-.09.39-.43.66-.83.66m-.64-3.52c.25.17.47.39.64.64.17-.25.39-.47.64-.64-.25-.17-.47-.39-.64-.64-.17.25-.39.47-.64.64\"/><path fill=\"#1e293b\" d=\"M6.65 22.74c-1.49 0-2.69-.57-3.28-1.57-.6-1.01-.54-2.3.18-3.62l5-9.29c.23-.42.35-1.24.26-1.74l-.64-3.17c-.1-.52.03-1.05.37-1.45.33-.4.82-.63 1.35-.63h4.23c.52 0 1.02.23 1.35.64s.47.93.37 1.45l-.64 3.19c-.1.49.03 1.29.26 1.72l4.99 9.3c.71 1.33.78 2.62.17 3.63-.6 1.01-1.77 1.57-3.28 1.57zM9.89 2.76c-.1 0-.16.06-.19.09s-.07.11-.05.21l.64 3.17c.16.85-.02 2.02-.42 2.74l-5 9.28c-.46.84-.53 1.61-.21 2.15s1.03.84 1.99.84h10.69c.96 0 1.67-.3 2-.84.32-.54.25-1.3-.21-2.15l-4.99-9.29c-.4-.72-.58-1.9-.42-2.73l.64-3.18a.22.22 0 0 0-.05-.2c-.03-.03-.09-.09-.19-.09z\"/></svg>\n );\n }\n);\n\nAiFlask1.displayName = 'AiFlask1';\n","import React from 'react';\n\n/**\n * Props for the AiScience1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface AiScience1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * AiScience1 icon component\n * @example\n * ```tsx\n * import { AiScience1 } from 'magick-icons';\n * \n * <AiScience1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const AiScience1 = React.forwardRef<SVGSVGElement, AiScience1Props>(\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.23 22.28c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.79c1.05 0 2.44-.19 3.03-1.1.47-.73.41-1.88-.19-3.23l-1.09-2.5c-1.03.53-3.28 1.4-5.67.61-2.72-.91-5.53-.81-5.56-.81-.26 0-.5-.11-.65-.33a.74.74 0 0 1-.07-.72l2.29-5.19c-.5-.14-.96-.4-1.33-.77-.57-.56-.89-1.32-.89-2.15 0-1.67 1.36-3.03 3.03-3.03h6.83c.81 0 1.57.32 2.14.89.75.75 1.06 1.83.8 2.87-.26 1.05-1.08 1.86-2.12 2.16l3.66 8.37c.82 1.86.84 3.47.07 4.66-.53.81-1.7 1.78-4.28 1.78zM7.67 12.27c1.17.05 3.02.23 4.9.86 1.94.65 3.82-.16 4.59-.56L14.8 7.16c-.1-.23-.08-.5.06-.71s.38-.34.63-.34h.15c.76 0 1.43-.48 1.6-1.15.13-.53-.02-1.06-.41-1.45a1.53 1.53 0 0 0-1.08-.45H8.92c-.84 0-1.53.69-1.53 1.53 0 .41.16.8.45 1.08.29.29.68.45 1.09.45h.29c.25 0 .49.13.63.34s.16.48.06.71z\"/><path fill=\"#1e293b\" d=\"M6.69 22.44c-.4 0-.74-.27-.83-.65l-.23-.98c-.1-.43-.43-.75-.85-.85l-.98-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.98-.23c.43-.1.75-.42.85-.85l.23-.98c.09-.39.43-.66.83-.66s.74.27.83.66l.23.98c.1.43.43.75.85.85l.98.23c.39.09.66.43.66.83s-.27.74-.66.83l-.98.23c-.43.1-.75.42-.85.85l-.23.98c-.09.39-.43.65-.83.65m-.66-3.55q.39.27.66.66.27-.39.66-.66-.39-.27-.66-.66-.27.39-.66.66\"/></svg>\n );\n }\n);\n\nAiScience1.displayName = 'AiScience1';\n","import React from 'react';\n\n/**\n * Props for the Autobrightness1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Autobrightness1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Autobrightness1 icon component\n * @example\n * ```tsx\n * import { Autobrightness1 } from 'magick-icons';\n * \n * <Autobrightness1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Autobrightness1 = React.forwardRef<SVGSVGElement, Autobrightness1Props>(\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.01 22.74c-.63 0-1.25-.21-1.74-.63l-1.58-1.35c-.16-.14-.56-.28-.77-.28H6.17a2.68 2.68 0 0 1-2.68-2.68v-1.71c0-.21-.14-.61-.27-.76l-1.36-1.6c-.82-.97-.82-2.49 0-3.47l1.36-1.6c.13-.15.27-.55.27-.76V6.2c0-1.48 1.2-2.68 2.68-2.68H7.9c.21 0 .6-.15.77-.29l1.58-1.35c.98-.83 2.51-.83 3.49 0l1.58 1.35c.16.14.57.28.78.28h1.7c1.48 0 2.68 1.2 2.68 2.68v1.7c0 .21.15.6.29.77l1.35 1.58c.84.99.83 2.52 0 3.49l-1.35 1.58c-.14.17-.28.56-.28.77v1.7c0 1.48-1.2 2.68-2.68 2.68h-1.7c-.21 0-.6.15-.78.29l-1.58 1.35c-.49.43-1.12.64-1.74.64M6.17 5.02c-.65 0-1.18.53-1.18 1.18v1.7c0 .57-.26 1.29-.63 1.73L3 11.23c-.34.41-.34 1.13 0 1.53l1.35 1.59c.36.41.63 1.16.63 1.73v1.71c0 .65.53 1.18 1.18 1.18H7.9c.56 0 1.3.27 1.74.64l1.59 1.36c.41.35 1.12.35 1.54 0l1.58-1.35c.45-.38 1.18-.64 1.74-.64h1.7c.65 0 1.18-.53 1.18-1.18v-1.7c0-.56.27-1.29.64-1.74l1.36-1.59c.35-.41.35-1.13 0-1.54l-1.35-1.58c-.38-.45-.64-1.18-.64-1.74V6.2c0-.65-.53-1.18-1.18-1.18h-1.7c-.57 0-1.31-.27-1.75-.64l-1.59-1.36c-.41-.35-1.12-.35-1.54 0L9.65 4.38c-.45.37-1.18.64-1.75.64z\"/><path fill=\"#1e293b\" d=\"M14.81 16.24 12 9.91l-2.81 6.33-1.38-.61 3.5-7.87h1.38l3.5 7.87z\"/><path fill=\"#1e293b\" d=\"M13.75 14.06h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAutobrightness1.displayName = 'Autobrightness1';\n","import React from 'react';\n\n/**\n * Props for the BackwardItem1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface BackwardItem1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * BackwardItem1 icon component\n * @example\n * ```tsx\n * import { BackwardItem1 } from 'magick-icons';\n * \n * <BackwardItem1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const BackwardItem1 = React.forwardRef<SVGSVGElement, BackwardItem1Props>(\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.85 11.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-2.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v2.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-9c-1.84 0-2.4.56-2.4 2.4v2.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-2.7c0-1.84-.56-2.4-2.4-2.4zM7.85 22.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-2.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v2.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-9c-1.84 0-2.4.56-2.4 2.4v2.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-2.7c0-1.84-.56-2.4-2.4-2.4z\"/><path fill=\"#1e293b\" d=\"M13.62 18.13H11c-.41 0-.75-.34-.75-.75v-1.23c0-1.84-.56-2.4-2.4-2.4H6.62c-.41 0-.75-.34-.75-.75v-2.62c0-3.12 1.39-4.51 4.51-4.51H13c.41 0 .75.34.75.75v1.23c0 1.84.56 2.4 2.4 2.4h1.23c.41 0 .75.34.75.75v2.62c0 3.12-1.39 4.51-4.51 4.51m-1.87-1.5h1.87c2.28 0 3.01-.73 3.01-3.01v-1.87h-.48c-2.66 0-3.9-1.24-3.9-3.9v-.48h-1.87c-2.28 0-3.01.73-3.01 3.01v1.87h.48c2.66 0 3.9 1.24 3.9 3.9z\"/></svg>\n );\n }\n);\n\nBackwardItem1.displayName = 'BackwardItem1';\n","import React from 'react';\n\n/**\n * Props for the ColorSwatch1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface ColorSwatch1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * ColorSwatch1 icon component\n * @example\n * ```tsx\n * import { ColorSwatch1 } from 'magick-icons';\n * \n * <ColorSwatch1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const ColorSwatch1 = React.forwardRef<SVGSVGElement, ColorSwatch1Props>(\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=\"M6 22.75c-.3 0-.62-.03-.94-.09-.17-.04-.32-.08-.47-.12-.17-.05-.33-.11-.48-.17-.04-.01-.07-.03-.1-.04a6.6 6.6 0 0 1-.92-.56c-.02-.01-.03-.03-.05-.04a4 4 0 0 1-.42-.38c-.14-.15-.24-.27-.35-.39-.23-.3-.42-.6-.59-.95-.02-.03-.03-.07-.04-.11-.06-.14-.11-.28-.15-.43-.06-.21-.1-.35-.13-.5-.07-.35-.1-.66-.1-.96V4.51c0-1.91 1.34-3.25 3.25-3.25h3c1.91 0 3.25 1.34 3.25 3.25V18c0 1.24-.48 2.42-1.35 3.31-.16.16-.28.27-.39.36-.32.28-.73.53-1.17.71-.1.04-.22.09-.35.14-.49.15-1 .23-1.5.23M4.74 21c.1.04.2.07.3.1l.33.09c.55.1 1.14.07 1.61-.09.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21.63-.65.96-1.45.96-2.3V4.51c0-1.08-.67-1.75-1.75-1.75h-3c-1.08 0-1.75.67-1.75 1.75V18c0 .21.02.43.07.66.02.09.05.2.08.32.04.11.07.2.11.3.02.03.03.06.04.08s.02.05.03.07c.12.22.24.41.37.58.07.08.16.18.25.28.11.12.2.19.3.27.01.01.03.02.04.03.16.12.34.23.55.34.02.01.04.01.06.02s.05.03.09.05\"/><path fill=\"#1e293b\" d=\"M19.5 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.35 0 .69-.05.98-.15.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21l6.84-6.83a.75.75 0 0 1 .53-.22h3.84c1.91 0 3.25 1.34 3.25 3.25v3c0 1.9-1.34 3.24-3.25 3.24m-10.04-1.5H19.5c1.08 0 1.75-.67 1.75-1.75v-3c0-1.08-.67-1.75-1.75-1.75h-3.53z\"/><path fill=\"#1e293b\" d=\"M4.81 22.57q-.105 0-.21-.03c-.74-.22-1.42-.63-1.96-1.18-.54-.53-.95-1.21-1.17-1.95-.12-.4.1-.81.5-.93s.81.1.94.49a3.27 3.27 0 0 0 2.14 2.14c.39.12.61.54.49.94-.11.31-.41.52-.73.52M8.86 21.54a.754.754 0 0 1-.54-1.28c.6-.61.93-1.42.93-2.27V8.33c0-.2.08-.39.22-.53l2.71-2.71c1.31-1.31 3.29-1.31 4.6 0l2.12 2.12c1.35 1.35 1.35 3.25 0 4.6l-9.51 9.5c-.15.16-.34.23-.53.23m1.89-12.89v9.19l7.09-7.08c.76-.76.76-1.71 0-2.48l-2.12-2.12c-.75-.75-1.73-.75-2.48 0zM6 19.75c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75 1.75.79 1.75 1.75-.79 1.75-1.75 1.75m0-2c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25\"/></svg>\n );\n }\n);\n\nColorSwatch1.displayName = 'ColorSwatch1';\n","import React from 'react';\n\n/**\n * Props for the Icon3dcube1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Icon3dcube1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Icon3dcube1 icon component\n * @example\n * ```tsx\n * import { Icon3dcube1 } from 'magick-icons';\n * \n * <Icon3dcube1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Icon3dcube1 = React.forwardRef<SVGSVGElement, Icon3dcube1Props>(\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 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05\"/></svg>\n );\n }\n);\n\nIcon3dcube1.displayName = 'Icon3dcube1';\n","import React from 'react';\n\n/**\n * Props for the Icon3square1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Icon3square1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Icon3square1 icon component\n * @example\n * ```tsx\n * import { Icon3square1 } from 'magick-icons';\n * \n * <Icon3square1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Icon3square1 = React.forwardRef<SVGSVGElement, Icon3square1Props>(\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=\"M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z\"/><path fill=\"#1e293b\" d=\"M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z\"/><path fill=\"#1e293b\" d=\"M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z\"/></svg>\n );\n }\n);\n\nIcon3square1.displayName = 'Icon3square1';\n"],"mappings":"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","names":["React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React"]}
1
+ {"version":3,"sources":["index.ts","icons/ArchiveBold.tsx","icons/ArrowDownBold.tsx","icons/ArrowRightBold.tsx","icons/ArrowUpBold.tsx","icons/Calendar.tsx","icons/CircleCheckFill.tsx","icons/CloseCircle1.tsx","icons/DislikeBold.tsx","icons/DocumentTextBold.tsx","icons/DocumentUpload.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { ArchiveBold } from 'magick-icons';\n * \n * function MyComponent() {\n * return <ArchiveBold size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * ArchiveBold icon component and its props type\n * @see {@link ArchiveBoldProps} for available props\n */\nexport { ArchiveBold, type ArchiveBoldProps } from './icons/ArchiveBold';\n\n/**\n * ArrowDownBold icon component and its props type\n * @see {@link ArrowDownBoldProps} for available props\n */\nexport { ArrowDownBold, type ArrowDownBoldProps } from './icons/ArrowDownBold';\n\n/**\n * ArrowRightBold icon component and its props type\n * @see {@link ArrowRightBoldProps} for available props\n */\nexport { ArrowRightBold, type ArrowRightBoldProps } from './icons/ArrowRightBold';\n\n/**\n * ArrowUpBold icon component and its props type\n * @see {@link ArrowUpBoldProps} for available props\n */\nexport { ArrowUpBold, type ArrowUpBoldProps } from './icons/ArrowUpBold';\n\n/**\n * Calendar icon component and its props type\n * @see {@link CalendarProps} for available props\n */\nexport { Calendar, type CalendarProps } from './icons/Calendar';\n\n/**\n * CircleCheckFill icon component and its props type\n * @see {@link CircleCheckFillProps} for available props\n */\nexport { CircleCheckFill, type CircleCheckFillProps } from './icons/CircleCheckFill';\n\n/**\n * CloseCircle1 icon component and its props type\n * @see {@link CloseCircle1Props} for available props\n */\nexport { CloseCircle1, type CloseCircle1Props } from './icons/CloseCircle1';\n\n/**\n * DislikeBold icon component and its props type\n * @see {@link DislikeBoldProps} for available props\n */\nexport { DislikeBold, type DislikeBoldProps } from './icons/DislikeBold';\n\n/**\n * DocumentTextBold icon component and its props type\n * @see {@link DocumentTextBoldProps} for available props\n */\nexport { DocumentTextBold, type DocumentTextBoldProps } from './icons/DocumentTextBold';\n\n/**\n * DocumentUpload icon component and its props type\n * @see {@link DocumentUploadProps} for available props\n */\nexport { DocumentUpload, type DocumentUploadProps } from './icons/DocumentUpload';\n","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"],"mappings":"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","names":["React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React","import_react","import_jsx_runtime","React"]}