magick-icons 0.1.123 → 0.1.124
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 +97 -133
- package/index.d.ts +97 -133
- package/index.js +103 -169
- package/index.js.map +1 -1
- package/index.mjs +108 -172
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/README.md +0 -116
package/index.js
CHANGED
|
@@ -30,286 +30,220 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// dist/index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
Icon3dcube1: () => Icon3dcube1,
|
|
50
|
-
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,
|
|
43
|
+
Finance: () => Finance,
|
|
44
|
+
Flag: () => Flag,
|
|
45
|
+
Folder2: () => Folder2,
|
|
46
|
+
FolderDrawerOpen: () => FolderDrawerOpen,
|
|
47
|
+
FolderOpenBold: () => FolderOpenBold,
|
|
48
|
+
HeartBold: () => HeartBold
|
|
51
49
|
});
|
|
52
50
|
module.exports = __toCommonJS(index_exports);
|
|
53
51
|
|
|
54
|
-
// dist/icons/
|
|
52
|
+
// dist/icons/ArchiveBold.tsx
|
|
55
53
|
var import_react = __toESM(require("react"));
|
|
56
54
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
57
|
-
var
|
|
55
|
+
var ArchiveBold = import_react.default.forwardRef(
|
|
58
56
|
({ size, ...props }, ref) => {
|
|
59
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
60
|
-
/* @__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" }),
|
|
61
|
-
/* @__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" }),
|
|
62
|
-
/* @__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" }),
|
|
63
|
-
/* @__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" })
|
|
64
|
-
] });
|
|
57
|
+
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" }) });
|
|
65
58
|
}
|
|
66
59
|
);
|
|
67
|
-
|
|
60
|
+
ArchiveBold.displayName = "ArchiveBold";
|
|
68
61
|
|
|
69
|
-
// dist/icons/
|
|
62
|
+
// dist/icons/ArrowDownBold.tsx
|
|
70
63
|
var import_react2 = __toESM(require("react"));
|
|
71
64
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
72
|
-
var
|
|
65
|
+
var ArrowDownBold = import_react2.default.forwardRef(
|
|
73
66
|
({ size, ...props }, ref) => {
|
|
74
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.
|
|
75
|
-
/* @__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" }),
|
|
76
|
-
/* @__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" }),
|
|
77
|
-
/* @__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" }),
|
|
78
|
-
/* @__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" })
|
|
79
|
-
] });
|
|
67
|
+
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" }) });
|
|
80
68
|
}
|
|
81
69
|
);
|
|
82
|
-
|
|
70
|
+
ArrowDownBold.displayName = "ArrowDownBold";
|
|
83
71
|
|
|
84
|
-
// dist/icons/
|
|
72
|
+
// dist/icons/ArrowRightBold.tsx
|
|
85
73
|
var import_react3 = __toESM(require("react"));
|
|
86
74
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
87
|
-
var
|
|
75
|
+
var ArrowRightBold = import_react3.default.forwardRef(
|
|
88
76
|
({ size, ...props }, ref) => {
|
|
89
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.
|
|
90
|
-
/* @__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" }),
|
|
91
|
-
/* @__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" }),
|
|
92
|
-
/* @__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" })
|
|
93
|
-
] });
|
|
77
|
+
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" }) });
|
|
94
78
|
}
|
|
95
79
|
);
|
|
96
|
-
|
|
80
|
+
ArrowRightBold.displayName = "ArrowRightBold";
|
|
97
81
|
|
|
98
|
-
// dist/icons/
|
|
82
|
+
// dist/icons/ArrowUpBold.tsx
|
|
99
83
|
var import_react4 = __toESM(require("react"));
|
|
100
84
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
101
|
-
var
|
|
85
|
+
var ArrowUpBold = import_react4.default.forwardRef(
|
|
102
86
|
({ size, ...props }, ref) => {
|
|
103
|
-
return /* @__PURE__ */ (0, import_jsx_runtime4.
|
|
104
|
-
/* @__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" }),
|
|
105
|
-
/* @__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" }),
|
|
106
|
-
/* @__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" }),
|
|
107
|
-
/* @__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" })
|
|
108
|
-
] });
|
|
87
|
+
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" }) });
|
|
109
88
|
}
|
|
110
89
|
);
|
|
111
|
-
|
|
90
|
+
ArrowUpBold.displayName = "ArrowUpBold";
|
|
112
91
|
|
|
113
|
-
// dist/icons/
|
|
92
|
+
// dist/icons/Calendar.tsx
|
|
114
93
|
var import_react5 = __toESM(require("react"));
|
|
115
94
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
116
|
-
var
|
|
95
|
+
var Calendar = import_react5.default.forwardRef(
|
|
117
96
|
({ size, ...props }, ref) => {
|
|
118
97
|
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: [
|
|
119
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "
|
|
120
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#1e293b", d: "
|
|
98
|
+
/* @__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" }),
|
|
99
|
+
/* @__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" })
|
|
121
100
|
] });
|
|
122
101
|
}
|
|
123
102
|
);
|
|
124
|
-
|
|
103
|
+
Calendar.displayName = "Calendar";
|
|
125
104
|
|
|
126
|
-
// dist/icons/
|
|
105
|
+
// dist/icons/CircleCheckFill.tsx
|
|
127
106
|
var import_react6 = __toESM(require("react"));
|
|
128
107
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
129
|
-
var
|
|
108
|
+
var CircleCheckFill = import_react6.default.forwardRef(
|
|
130
109
|
({ size, ...props }, ref) => {
|
|
131
110
|
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: [
|
|
132
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#
|
|
133
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#
|
|
111
|
+
/* @__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" }),
|
|
112
|
+
/* @__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" })
|
|
134
113
|
] });
|
|
135
114
|
}
|
|
136
115
|
);
|
|
137
|
-
|
|
116
|
+
CircleCheckFill.displayName = "CircleCheckFill";
|
|
138
117
|
|
|
139
|
-
// dist/icons/
|
|
118
|
+
// dist/icons/CloseCircle1.tsx
|
|
140
119
|
var import_react7 = __toESM(require("react"));
|
|
141
120
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
142
|
-
var
|
|
121
|
+
var CloseCircle1 = import_react7.default.forwardRef(
|
|
143
122
|
({ size, ...props }, ref) => {
|
|
144
|
-
return /* @__PURE__ */ (0, import_jsx_runtime7.
|
|
145
|
-
/* @__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" }),
|
|
146
|
-
/* @__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" }),
|
|
147
|
-
/* @__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" })
|
|
148
|
-
] });
|
|
123
|
+
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" }) });
|
|
149
124
|
}
|
|
150
125
|
);
|
|
151
|
-
|
|
126
|
+
CloseCircle1.displayName = "CloseCircle1";
|
|
152
127
|
|
|
153
|
-
// dist/icons/
|
|
128
|
+
// dist/icons/DislikeBold.tsx
|
|
154
129
|
var import_react8 = __toESM(require("react"));
|
|
155
130
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
156
|
-
var
|
|
131
|
+
var DislikeBold = import_react8.default.forwardRef(
|
|
157
132
|
({ size, ...props }, ref) => {
|
|
158
|
-
return /* @__PURE__ */ (0, import_jsx_runtime8.
|
|
159
|
-
/* @__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" }),
|
|
160
|
-
/* @__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" })
|
|
161
|
-
] });
|
|
133
|
+
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" }) });
|
|
162
134
|
}
|
|
163
135
|
);
|
|
164
|
-
|
|
136
|
+
DislikeBold.displayName = "DislikeBold";
|
|
165
137
|
|
|
166
|
-
// dist/icons/
|
|
138
|
+
// dist/icons/DocumentTextBold.tsx
|
|
167
139
|
var import_react9 = __toESM(require("react"));
|
|
168
140
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
169
|
-
var
|
|
141
|
+
var DocumentTextBold = import_react9.default.forwardRef(
|
|
170
142
|
({ size, ...props }, ref) => {
|
|
171
143
|
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: [
|
|
172
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "
|
|
173
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#1e293b", d: "
|
|
144
|
+
/* @__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" }),
|
|
145
|
+
/* @__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" })
|
|
174
146
|
] });
|
|
175
147
|
}
|
|
176
148
|
);
|
|
177
|
-
|
|
149
|
+
DocumentTextBold.displayName = "DocumentTextBold";
|
|
178
150
|
|
|
179
|
-
// dist/icons/
|
|
151
|
+
// dist/icons/DocumentUpload.tsx
|
|
180
152
|
var import_react10 = __toESM(require("react"));
|
|
181
153
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
182
|
-
var
|
|
154
|
+
var DocumentUpload = import_react10.default.forwardRef(
|
|
183
155
|
({ size, ...props }, ref) => {
|
|
184
156
|
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: [
|
|
185
|
-
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#1e293b", d: "M20.5
|
|
186
|
-
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#1e293b", d: "
|
|
157
|
+
/* @__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" }),
|
|
158
|
+
/* @__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" })
|
|
187
159
|
] });
|
|
188
160
|
}
|
|
189
161
|
);
|
|
190
|
-
|
|
162
|
+
DocumentUpload.displayName = "DocumentUpload";
|
|
191
163
|
|
|
192
|
-
// dist/icons/
|
|
164
|
+
// dist/icons/Finance.tsx
|
|
193
165
|
var import_react11 = __toESM(require("react"));
|
|
194
166
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
195
|
-
var
|
|
167
|
+
var Finance = import_react11.default.forwardRef(
|
|
196
168
|
({ size, ...props }, ref) => {
|
|
197
169
|
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: [
|
|
198
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "
|
|
199
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "
|
|
170
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M22 15c0 3.87-3.13 7-7 7-.61 0-1.2-.08-1.76-.23a7.87 7.87 0 0 0 3.68-5.67l.12-.9a7.92 7.92 0 0 0 2.89-5.17A6.96 6.96 0 0 1 22 15" }),
|
|
171
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M15.93 15.97A6.95 6.95 0 0 1 12 21.32c-.91.44-1.92.68-3 .68-3.87 0-7-3.13-7-7 0-1.95.79-3.71 2.08-4.97.28 2.22 1.5 4.25 3.36 5.54C8.78 16.51 10.35 17 12 17c1.4 0 2.74-.35 3.93-1.03" }),
|
|
172
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
|
|
200
173
|
] });
|
|
201
174
|
}
|
|
202
175
|
);
|
|
203
|
-
|
|
176
|
+
Finance.displayName = "Finance";
|
|
204
177
|
|
|
205
|
-
// dist/icons/
|
|
178
|
+
// dist/icons/Flag.tsx
|
|
206
179
|
var import_react12 = __toESM(require("react"));
|
|
207
180
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
208
|
-
var
|
|
181
|
+
var Flag = import_react12.default.forwardRef(
|
|
209
182
|
({ size, ...props }, ref) => {
|
|
210
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: "#1e293b", d: "
|
|
183
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: "#1e293b", d: "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" }) });
|
|
211
184
|
}
|
|
212
185
|
);
|
|
213
|
-
|
|
186
|
+
Flag.displayName = "Flag";
|
|
214
187
|
|
|
215
|
-
// dist/icons/
|
|
188
|
+
// dist/icons/Folder2.tsx
|
|
216
189
|
var import_react13 = __toESM(require("react"));
|
|
217
190
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
218
|
-
var
|
|
191
|
+
var Folder2 = import_react13.default.forwardRef(
|
|
219
192
|
({ size, ...props }, ref) => {
|
|
220
193
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
221
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#1e293b", d: "
|
|
222
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#1e293b", d: "
|
|
194
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#1e293b", d: "M19.435 4.034c.132.208-.095.45-.335.396-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.14-.2-.008-.49.237-.49h2.753c1.561 0 2.936.81 3.715 2.034" }),
|
|
195
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#1e293b", d: "M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7 0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7" })
|
|
223
196
|
] });
|
|
224
197
|
}
|
|
225
198
|
);
|
|
226
|
-
|
|
199
|
+
Folder2.displayName = "Folder2";
|
|
227
200
|
|
|
228
|
-
// dist/icons/
|
|
201
|
+
// dist/icons/FolderDrawerOpen.tsx
|
|
229
202
|
var import_react14 = __toESM(require("react"));
|
|
230
203
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
231
|
-
var
|
|
204
|
+
var FolderDrawerOpen = import_react14.default.forwardRef(
|
|
232
205
|
({ size, ...props }, ref) => {
|
|
233
|
-
return /* @__PURE__ */ (0, import_jsx_runtime14.
|
|
234
|
-
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#1e293b", d: "M20.5 15.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.59 0 .72-.09.73-.09.02-.06.02-.41.02-.66v-2c0-.25 0-.59-.04-.68-.01.01-.16-.07-.71-.07-.41 0-.75-.34-.75-.75s.34-.75.75-.75c2.08 0 2.25 1.02 2.25 2.25v2c0 1.23-.17 2.25-2.25 2.25M6.38 14.75c-.06 0-.12-.01-.18-.02-.4-.1-.65-.51-.55-.91.3-1.19.3-2.45 0-3.64a.748.748 0 1 1 1.45-.36c.36 1.43.36 2.94 0 4.36-.08.34-.39.57-.72.57M9.88 14.75c-.06 0-.12-.01-.18-.02-.4-.1-.65-.51-.55-.91.3-1.19.3-2.45 0-3.64-.1-.4.14-.81.55-.91.4-.1.81.14.91.55.36 1.43.36 2.94 0 4.36-.09.34-.4.57-.73.57M13.38 14.75c-.06 0-.12-.01-.18-.02-.4-.1-.65-.51-.55-.91.3-1.19.3-2.45 0-3.64-.1-.4.14-.81.55-.91.4-.1.81.14.91.55.36 1.43.36 2.94 0 4.36-.09.34-.4.57-.73.57" }),
|
|
235
|
-
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#1e293b", d: "M13 19.75H7c-4.41 0-5.75-1.34-5.75-5.75v-4c0-4.41 1.34-5.75 5.75-5.75h6c4.41 0 5.75 1.34 5.75 5.75v4c0 4.41-1.34 5.75-5.75 5.75m-6-14c-3.57 0-4.25.68-4.25 4.25v4c0 3.57.68 4.25 4.25 4.25h6c3.57 0 4.25-.68 4.25-4.25v-4c0-3.57-.68-4.25-4.25-4.25z" })
|
|
236
|
-
] });
|
|
206
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#1e293b", d: "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" }) });
|
|
237
207
|
}
|
|
238
208
|
);
|
|
239
|
-
|
|
209
|
+
FolderDrawerOpen.displayName = "FolderDrawerOpen";
|
|
240
210
|
|
|
241
|
-
// dist/icons/
|
|
211
|
+
// dist/icons/FolderOpenBold.tsx
|
|
242
212
|
var import_react15 = __toESM(require("react"));
|
|
243
213
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
244
|
-
var
|
|
214
|
+
var FolderOpenBold = import_react15.default.forwardRef(
|
|
245
215
|
({ size, ...props }, ref) => {
|
|
246
|
-
return /* @__PURE__ */ (0, import_jsx_runtime15.
|
|
247
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M3 9.75C1.48 9.75.25 8.52.25 7S1.48 4.25 3 4.25 5.75 5.48 5.75 7 4.52 9.75 3 9.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M21 9.75c-1.52 0-2.75-1.23-2.75-2.75S19.48 4.25 21 4.25 23.75 5.48 23.75 7 22.52 9.75 21 9.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" }),
|
|
248
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M19 7.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M9 7.75H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M6 20.75H4c-1.24 0-2.25-1.01-2.25-2.25v-2c0-1.24 1.01-2.25 2.25-2.25h2c1.24 0 2.25 1.01 2.25 2.25v2c0 .9-.53 1.7-1.35 2.05-.27.13-.58.2-.9.2m-2-5c-.41 0-.75.34-.75.75v2c0 .41.34.75.75.75h2c.1 0 .19-.02.29-.07.29-.12.46-.39.46-.68v-2c0-.41-.34-.75-.75-.75zM20 20.75h-2q-.48 0-.93-.21c-.79-.33-1.32-1.14-1.32-2.04v-2c0-1.24 1.01-2.25 2.25-2.25h2c1.24 0 2.25 1.01 2.25 2.25v2c0 1.24-1.01 2.25-2.25 2.25m-2-5c-.41 0-.75.34-.75.75v2c0 .29.17.56.43.67.13.06.22.08.32.08h2c.41 0 .75-.34.75-.75v-2c0-.41-.34-.75-.75-.75z" }),
|
|
249
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M13.5 10.75h-3c-1.24 0-2.25-1.01-2.25-2.25v-3c0-1.24 1.01-2.25 2.25-2.25h3c1.24 0 2.25 1.01 2.25 2.25v3c0 1.24-1.01 2.25-2.25 2.25m-3-6c-.41 0-.75.34-.75.75v3c0 .41.34.75.75.75h3c.41 0 .75-.34.75-.75v-3c0-.41-.34-.75-.75-.75z" }),
|
|
250
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M18.97 15.75h-.09a.75.75 0 0 1-.66-.83c.02-.14.02-.27.02-.41 0-2.6-1.41-5-3.59-6.1a.75.75 0 1 1 .68-1.34c2.68 1.36 4.41 4.28 4.41 7.44 0 .2-.01.39-.04.59-.03.37-.35.65-.73.65M5.03 15.749c-.38 0-.7-.28-.74-.66-.02-.2-.04-.39-.04-.59 0-3.16 1.73-6.08 4.41-7.44a.75.75 0 0 1 1.01.33c.19.37.04.82-.33 1.01-2.18 1.1-3.59 3.5-3.59 6.1 0 .14.01.27.02.41.05.41-.25.78-.66.83-.02.01-.05.01-.08.01" })
|
|
251
|
-
] });
|
|
216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#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" }) });
|
|
252
217
|
}
|
|
253
218
|
);
|
|
254
|
-
|
|
219
|
+
FolderOpenBold.displayName = "FolderOpenBold";
|
|
255
220
|
|
|
256
|
-
// dist/icons/
|
|
221
|
+
// dist/icons/HeartBold.tsx
|
|
257
222
|
var import_react16 = __toESM(require("react"));
|
|
258
223
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
259
|
-
var
|
|
260
|
-
({ size, ...props }, ref) => {
|
|
261
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
262
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#1e293b", d: "M18.54 13.58c-2.15 0-3.64-1.02-5.01-1.96-2.46-1.69-4.79-3.28-11.15.5-.36.21-.82.09-1.03-.26a.76.76 0 0 1 .26-1.03c7.18-4.26 10.15-2.24 12.76-.45 1.98 1.35 3.68 2.52 7.32.93.38-.17.82 0 .99.39.17.38 0 .82-.39.99-1.46.64-2.69.89-3.76.89z" }),
|
|
263
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#1e293b", d: "M7.56 21.64c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06c1.91-1.91 3.49-6.75 2.78-10.91-.32-1.87-1.26-4.38-3.92-5.67a.75.75 0 0 1-.35-1c.18-.37.63-.53 1-.35 2.57 1.24 4.21 3.58 4.75 6.77.81 4.76-1.03 10.05-3.2 12.22-.15.15-.34.22-.53.22M15.33 21.64c-.18 0-.35-.06-.49-.19a.756.756 0 0 1-.07-1.06c1.43-1.64 2.89-6.61 2-10.99-.56-2.72-1.89-4.62-3.98-5.62a.75.75 0 0 1-.35-1c.18-.37.63-.53 1-.35 2.49 1.21 4.15 3.51 4.8 6.67.94 4.59-.48 10.15-2.34 12.27-.15.17-.36.26-.56.26z" }),
|
|
264
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#1e293b", d: "M15.33 21.64c-.34 0-.65-.23-.73-.57 0-.03-.81-3.22-3.47-4.23-2.22-.84-5.15 0-8.7 2.49a.74.74 0 0 1-1.04-.18.74.74 0 0 1 .18-1.04c3.99-2.79 7.39-3.69 10.1-2.66 3.41 1.3 4.35 5.12 4.39 5.28a.745.745 0 0 1-.73.92z" }),
|
|
265
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#1e293b", d: "M19.78 21.64H4.22a2.97 2.97 0 0 1-2.97-2.97V5.33a2.97 2.97 0 0 1 2.97-2.97h15.56a2.97 2.97 0 0 1 2.97 2.97v13.33a2.97 2.97 0 0 1-2.97 2.97zM4.22 3.86c-.81 0-1.47.66-1.47 1.47v13.33c0 .81.66 1.47 1.47 1.47h15.56c.81 0 1.47-.66 1.47-1.47V5.33c0-.81-.66-1.47-1.47-1.47z" })
|
|
266
|
-
] });
|
|
267
|
-
}
|
|
268
|
-
);
|
|
269
|
-
Blend11.displayName = "Blend11";
|
|
270
|
-
|
|
271
|
-
// dist/icons/Icon3dcube1.tsx
|
|
272
|
-
var import_react17 = __toESM(require("react"));
|
|
273
|
-
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
274
|
-
var Icon3dcube1 = import_react17.default.forwardRef(
|
|
224
|
+
var HeartBold = import_react16.default.forwardRef(
|
|
275
225
|
({ size, ...props }, ref) => {
|
|
276
|
-
return /* @__PURE__ */ (0,
|
|
277
|
-
}
|
|
278
|
-
);
|
|
279
|
-
Icon3dcube1.displayName = "Icon3dcube1";
|
|
280
|
-
|
|
281
|
-
// dist/icons/Icon3square1.tsx
|
|
282
|
-
var import_react18 = __toESM(require("react"));
|
|
283
|
-
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
284
|
-
var Icon3square1 = import_react18.default.forwardRef(
|
|
285
|
-
({ size, ...props }, ref) => {
|
|
286
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
287
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.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" }),
|
|
288
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.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" }),
|
|
289
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.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" })
|
|
290
|
-
] });
|
|
226
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.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_runtime16.jsx)("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
|
|
291
227
|
}
|
|
292
228
|
);
|
|
293
|
-
|
|
229
|
+
HeartBold.displayName = "HeartBold";
|
|
294
230
|
// Annotate the CommonJS export names for ESM import in node:
|
|
295
231
|
0 && (module.exports = {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
Icon3dcube1,
|
|
313
|
-
Icon3square1
|
|
232
|
+
ArchiveBold,
|
|
233
|
+
ArrowDownBold,
|
|
234
|
+
ArrowRightBold,
|
|
235
|
+
ArrowUpBold,
|
|
236
|
+
Calendar,
|
|
237
|
+
CircleCheckFill,
|
|
238
|
+
CloseCircle1,
|
|
239
|
+
DislikeBold,
|
|
240
|
+
DocumentTextBold,
|
|
241
|
+
DocumentUpload,
|
|
242
|
+
Finance,
|
|
243
|
+
Flag,
|
|
244
|
+
Folder2,
|
|
245
|
+
FolderDrawerOpen,
|
|
246
|
+
FolderOpenBold,
|
|
247
|
+
HeartBold
|
|
314
248
|
});
|
|
315
249
|
//# sourceMappingURL=index.js.map
|