magick-icons 0.1.113 → 0.1.115
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 +1 -19
- package/index.d.ts +1 -19
- package/index.js +154 -169
- package/index.js.map +1 -1
- package/index.mjs +155 -169
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -51,380 +51,367 @@ var Calendar = React5.forwardRef(
|
|
|
51
51
|
);
|
|
52
52
|
Calendar.displayName = "Calendar";
|
|
53
53
|
|
|
54
|
-
// dist/icons/
|
|
54
|
+
// dist/icons/CircleCheckFill.tsx
|
|
55
55
|
import React6 from "react";
|
|
56
56
|
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
57
|
-
var
|
|
57
|
+
var CircleCheckFill = React6.forwardRef(
|
|
58
58
|
({ size, ...props }, ref) => {
|
|
59
|
-
return /* @__PURE__ */ jsxs2("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "
|
|
60
|
-
/* @__PURE__ */ jsx6("path", { fill: "#
|
|
61
|
-
/* @__PURE__ */ jsx6("path", { fill: "#
|
|
62
|
-
] });
|
|
63
|
-
}
|
|
64
|
-
);
|
|
65
|
-
ChatMinimize.displayName = "ChatMinimize";
|
|
66
|
-
|
|
67
|
-
// dist/icons/CircleCheckFill.tsx
|
|
68
|
-
import React7 from "react";
|
|
69
|
-
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
70
|
-
var CircleCheckFill = React7.forwardRef(
|
|
71
|
-
({ size, ...props }, ref) => {
|
|
72
|
-
return /* @__PURE__ */ jsxs3("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
73
|
-
/* @__PURE__ */ jsx7("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" }),
|
|
74
|
-
/* @__PURE__ */ jsx7("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" })
|
|
59
|
+
return /* @__PURE__ */ jsxs2("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
60
|
+
/* @__PURE__ */ jsx6("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" }),
|
|
61
|
+
/* @__PURE__ */ jsx6("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" })
|
|
75
62
|
] });
|
|
76
63
|
}
|
|
77
64
|
);
|
|
78
65
|
CircleCheckFill.displayName = "CircleCheckFill";
|
|
79
66
|
|
|
80
67
|
// dist/icons/CloseCircle1.tsx
|
|
81
|
-
import
|
|
82
|
-
import { jsx as
|
|
83
|
-
var CloseCircle1 =
|
|
68
|
+
import React7 from "react";
|
|
69
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
70
|
+
var CloseCircle1 = React7.forwardRef(
|
|
84
71
|
({ size, ...props }, ref) => {
|
|
85
|
-
return /* @__PURE__ */
|
|
72
|
+
return /* @__PURE__ */ jsx7("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx7("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" }) });
|
|
86
73
|
}
|
|
87
74
|
);
|
|
88
75
|
CloseCircle1.displayName = "CloseCircle1";
|
|
89
76
|
|
|
90
77
|
// dist/icons/DislikeBold.tsx
|
|
91
|
-
import
|
|
92
|
-
import { jsx as
|
|
93
|
-
var DislikeBold =
|
|
78
|
+
import React8 from "react";
|
|
79
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
80
|
+
var DislikeBold = React8.forwardRef(
|
|
94
81
|
({ size, ...props }, ref) => {
|
|
95
|
-
return /* @__PURE__ */
|
|
82
|
+
return /* @__PURE__ */ jsx8("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx8("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" }) });
|
|
96
83
|
}
|
|
97
84
|
);
|
|
98
85
|
DislikeBold.displayName = "DislikeBold";
|
|
99
86
|
|
|
100
87
|
// dist/icons/DocumentTextBold.tsx
|
|
101
|
-
import
|
|
102
|
-
import { jsx as
|
|
103
|
-
var DocumentTextBold =
|
|
88
|
+
import React9 from "react";
|
|
89
|
+
import { jsx as jsx9, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
90
|
+
var DocumentTextBold = React9.forwardRef(
|
|
104
91
|
({ size, ...props }, ref) => {
|
|
105
|
-
return /* @__PURE__ */
|
|
106
|
-
/* @__PURE__ */
|
|
107
|
-
/* @__PURE__ */
|
|
92
|
+
return /* @__PURE__ */ jsxs3("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
93
|
+
/* @__PURE__ */ jsx9("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" }),
|
|
94
|
+
/* @__PURE__ */ jsx9("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" })
|
|
108
95
|
] });
|
|
109
96
|
}
|
|
110
97
|
);
|
|
111
98
|
DocumentTextBold.displayName = "DocumentTextBold";
|
|
112
99
|
|
|
113
100
|
// dist/icons/DocumentUpload.tsx
|
|
114
|
-
import
|
|
115
|
-
import { jsx as
|
|
116
|
-
var DocumentUpload =
|
|
101
|
+
import React10 from "react";
|
|
102
|
+
import { jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
103
|
+
var DocumentUpload = React10.forwardRef(
|
|
117
104
|
({ size, ...props }, ref) => {
|
|
118
|
-
return /* @__PURE__ */
|
|
119
|
-
/* @__PURE__ */
|
|
120
|
-
/* @__PURE__ */
|
|
105
|
+
return /* @__PURE__ */ jsxs4("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
106
|
+
/* @__PURE__ */ jsx10("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" }),
|
|
107
|
+
/* @__PURE__ */ jsx10("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" })
|
|
121
108
|
] });
|
|
122
109
|
}
|
|
123
110
|
);
|
|
124
111
|
DocumentUpload.displayName = "DocumentUpload";
|
|
125
112
|
|
|
126
113
|
// dist/icons/Finance.tsx
|
|
127
|
-
import
|
|
128
|
-
import { jsx as
|
|
129
|
-
var Finance =
|
|
114
|
+
import React11 from "react";
|
|
115
|
+
import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
116
|
+
var Finance = React11.forwardRef(
|
|
130
117
|
({ size, ...props }, ref) => {
|
|
131
|
-
return /* @__PURE__ */
|
|
132
|
-
/* @__PURE__ */
|
|
133
|
-
/* @__PURE__ */
|
|
134
|
-
/* @__PURE__ */
|
|
118
|
+
return /* @__PURE__ */ jsxs5("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
119
|
+
/* @__PURE__ */ jsx11("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" }),
|
|
120
|
+
/* @__PURE__ */ jsx11("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" }),
|
|
121
|
+
/* @__PURE__ */ jsx11("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" })
|
|
135
122
|
] });
|
|
136
123
|
}
|
|
137
124
|
);
|
|
138
125
|
Finance.displayName = "Finance";
|
|
139
126
|
|
|
140
127
|
// dist/icons/Flag.tsx
|
|
141
|
-
import
|
|
142
|
-
import { jsx as
|
|
143
|
-
var Flag =
|
|
128
|
+
import React12 from "react";
|
|
129
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
130
|
+
var Flag = React12.forwardRef(
|
|
144
131
|
({ size, ...props }, ref) => {
|
|
145
|
-
return /* @__PURE__ */
|
|
132
|
+
return /* @__PURE__ */ jsx12("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx12("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" }) });
|
|
146
133
|
}
|
|
147
134
|
);
|
|
148
135
|
Flag.displayName = "Flag";
|
|
149
136
|
|
|
150
137
|
// dist/icons/Folder2.tsx
|
|
151
|
-
import
|
|
152
|
-
import { jsx as
|
|
153
|
-
var Folder2 =
|
|
138
|
+
import React13 from "react";
|
|
139
|
+
import { jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
140
|
+
var Folder2 = React13.forwardRef(
|
|
154
141
|
({ size, ...props }, ref) => {
|
|
155
|
-
return /* @__PURE__ */
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
142
|
+
return /* @__PURE__ */ jsxs6("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
143
|
+
/* @__PURE__ */ jsx13("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" }),
|
|
144
|
+
/* @__PURE__ */ jsx13("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" })
|
|
158
145
|
] });
|
|
159
146
|
}
|
|
160
147
|
);
|
|
161
148
|
Folder2.displayName = "Folder2";
|
|
162
149
|
|
|
163
150
|
// dist/icons/FolderDrawerOpen.tsx
|
|
164
|
-
import
|
|
165
|
-
import { jsx as
|
|
166
|
-
var FolderDrawerOpen =
|
|
151
|
+
import React14 from "react";
|
|
152
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
153
|
+
var FolderDrawerOpen = React14.forwardRef(
|
|
167
154
|
({ size, ...props }, ref) => {
|
|
168
|
-
return /* @__PURE__ */
|
|
155
|
+
return /* @__PURE__ */ jsx14("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx14("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" }) });
|
|
169
156
|
}
|
|
170
157
|
);
|
|
171
158
|
FolderDrawerOpen.displayName = "FolderDrawerOpen";
|
|
172
159
|
|
|
173
160
|
// dist/icons/FolderOpenBold.tsx
|
|
174
|
-
import
|
|
175
|
-
import { jsx as
|
|
176
|
-
var FolderOpenBold =
|
|
161
|
+
import React15 from "react";
|
|
162
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
163
|
+
var FolderOpenBold = React15.forwardRef(
|
|
177
164
|
({ size, ...props }, ref) => {
|
|
178
|
-
return /* @__PURE__ */
|
|
165
|
+
return /* @__PURE__ */ jsx15("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx15("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" }) });
|
|
179
166
|
}
|
|
180
167
|
);
|
|
181
168
|
FolderOpenBold.displayName = "FolderOpenBold";
|
|
182
169
|
|
|
183
170
|
// dist/icons/HeartBold.tsx
|
|
184
|
-
import
|
|
185
|
-
import { jsx as
|
|
186
|
-
var HeartBold =
|
|
171
|
+
import React16 from "react";
|
|
172
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
173
|
+
var HeartBold = React16.forwardRef(
|
|
187
174
|
({ size, ...props }, ref) => {
|
|
188
|
-
return /* @__PURE__ */
|
|
175
|
+
return /* @__PURE__ */ jsx16("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx16("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" }) });
|
|
189
176
|
}
|
|
190
177
|
);
|
|
191
178
|
HeartBold.displayName = "HeartBold";
|
|
192
179
|
|
|
193
180
|
// dist/icons/IconsaxAiScienceBold.tsx
|
|
194
|
-
import
|
|
195
|
-
import { jsx as
|
|
196
|
-
var IconsaxAiScienceBold =
|
|
181
|
+
import React17 from "react";
|
|
182
|
+
import { jsx as jsx17, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
183
|
+
var IconsaxAiScienceBold = React17.forwardRef(
|
|
197
184
|
({ size, ...props }, ref) => {
|
|
198
|
-
return /* @__PURE__ */
|
|
199
|
-
/* @__PURE__ */
|
|
200
|
-
/* @__PURE__ */
|
|
185
|
+
return /* @__PURE__ */ jsxs7("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
186
|
+
/* @__PURE__ */ jsx17("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
187
|
+
/* @__PURE__ */ jsx17("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
201
188
|
] });
|
|
202
189
|
}
|
|
203
190
|
);
|
|
204
191
|
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
205
192
|
|
|
206
193
|
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
207
|
-
import
|
|
208
|
-
import { jsx as
|
|
209
|
-
var IconsaxAttachCircleBold =
|
|
194
|
+
import React18 from "react";
|
|
195
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
196
|
+
var IconsaxAttachCircleBold = React18.forwardRef(
|
|
210
197
|
({ size, ...props }, ref) => {
|
|
211
|
-
return /* @__PURE__ */
|
|
198
|
+
return /* @__PURE__ */ jsx18("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx18("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
|
|
212
199
|
}
|
|
213
200
|
);
|
|
214
201
|
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
215
202
|
|
|
216
203
|
// dist/icons/IconsaxBrainBold.tsx
|
|
217
|
-
import
|
|
218
|
-
import { jsx as
|
|
219
|
-
var IconsaxBrainBold =
|
|
204
|
+
import React19 from "react";
|
|
205
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
206
|
+
var IconsaxBrainBold = React19.forwardRef(
|
|
220
207
|
({ size, ...props }, ref) => {
|
|
221
|
-
return /* @__PURE__ */
|
|
208
|
+
return /* @__PURE__ */ jsx19("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx19("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
222
209
|
}
|
|
223
210
|
);
|
|
224
211
|
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
225
212
|
|
|
226
213
|
// dist/icons/IconsaxMonetizeBold.tsx
|
|
227
|
-
import
|
|
228
|
-
import { jsx as
|
|
229
|
-
var IconsaxMonetizeBold =
|
|
214
|
+
import React20 from "react";
|
|
215
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
216
|
+
var IconsaxMonetizeBold = React20.forwardRef(
|
|
230
217
|
({ size, ...props }, ref) => {
|
|
231
|
-
return /* @__PURE__ */
|
|
218
|
+
return /* @__PURE__ */ jsx20("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx20("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
|
|
232
219
|
}
|
|
233
220
|
);
|
|
234
221
|
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
235
222
|
|
|
236
223
|
// dist/icons/IconsaxPenBrushBold.tsx
|
|
237
|
-
import
|
|
238
|
-
import { jsx as
|
|
239
|
-
var IconsaxPenBrushBold =
|
|
224
|
+
import React21 from "react";
|
|
225
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
226
|
+
var IconsaxPenBrushBold = React21.forwardRef(
|
|
240
227
|
({ size, ...props }, ref) => {
|
|
241
|
-
return /* @__PURE__ */
|
|
228
|
+
return /* @__PURE__ */ jsx21("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx21("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
|
|
242
229
|
}
|
|
243
230
|
);
|
|
244
231
|
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
245
232
|
|
|
246
233
|
// dist/icons/IconsaxPeopleBold.tsx
|
|
247
|
-
import
|
|
248
|
-
import { jsx as
|
|
249
|
-
var IconsaxPeopleBold =
|
|
234
|
+
import React22 from "react";
|
|
235
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
236
|
+
var IconsaxPeopleBold = React22.forwardRef(
|
|
250
237
|
({ size, ...props }, ref) => {
|
|
251
|
-
return /* @__PURE__ */
|
|
238
|
+
return /* @__PURE__ */ jsx22("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx22("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
|
|
252
239
|
}
|
|
253
240
|
);
|
|
254
241
|
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
255
242
|
|
|
256
243
|
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
257
|
-
import
|
|
258
|
-
import { jsx as
|
|
259
|
-
var IconsaxTaskSquareBold =
|
|
244
|
+
import React23 from "react";
|
|
245
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
246
|
+
var IconsaxTaskSquareBold = React23.forwardRef(
|
|
260
247
|
({ size, ...props }, ref) => {
|
|
261
|
-
return /* @__PURE__ */
|
|
248
|
+
return /* @__PURE__ */ jsx23("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx23("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
|
|
262
249
|
}
|
|
263
250
|
);
|
|
264
251
|
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
265
252
|
|
|
266
253
|
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
267
|
-
import
|
|
268
|
-
import { jsx as
|
|
269
|
-
var IconsaxVideoCameraBold =
|
|
254
|
+
import React24 from "react";
|
|
255
|
+
import { jsx as jsx24, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
256
|
+
var IconsaxVideoCameraBold = React24.forwardRef(
|
|
270
257
|
({ size, ...props }, ref) => {
|
|
271
|
-
return /* @__PURE__ */
|
|
272
|
-
/* @__PURE__ */
|
|
273
|
-
/* @__PURE__ */
|
|
274
|
-
/* @__PURE__ */
|
|
258
|
+
return /* @__PURE__ */ jsxs8("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
259
|
+
/* @__PURE__ */ jsx24("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
|
|
260
|
+
/* @__PURE__ */ jsx24("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
|
|
261
|
+
/* @__PURE__ */ jsx24("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
|
|
275
262
|
] });
|
|
276
263
|
}
|
|
277
264
|
);
|
|
278
265
|
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
279
266
|
|
|
280
267
|
// dist/icons/InfoCircleBold.tsx
|
|
281
|
-
import
|
|
282
|
-
import { jsx as
|
|
283
|
-
var InfoCircleBold =
|
|
268
|
+
import React25 from "react";
|
|
269
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
270
|
+
var InfoCircleBold = React25.forwardRef(
|
|
284
271
|
({ size, ...props }, ref) => {
|
|
285
|
-
return /* @__PURE__ */
|
|
272
|
+
return /* @__PURE__ */ jsx25("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx25("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
|
|
286
273
|
}
|
|
287
274
|
);
|
|
288
275
|
InfoCircleBold.displayName = "InfoCircleBold";
|
|
289
276
|
|
|
290
277
|
// dist/icons/Legal.tsx
|
|
291
|
-
import
|
|
292
|
-
import { jsx as
|
|
293
|
-
var Legal =
|
|
278
|
+
import React26 from "react";
|
|
279
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
280
|
+
var Legal = React26.forwardRef(
|
|
294
281
|
({ size, ...props }, ref) => {
|
|
295
|
-
return /* @__PURE__ */
|
|
282
|
+
return /* @__PURE__ */ jsx26("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx26("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
|
|
296
283
|
}
|
|
297
284
|
);
|
|
298
285
|
Legal.displayName = "Legal";
|
|
299
286
|
|
|
300
287
|
// dist/icons/LikeBold.tsx
|
|
301
|
-
import
|
|
302
|
-
import { jsx as
|
|
303
|
-
var LikeBold =
|
|
288
|
+
import React27 from "react";
|
|
289
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
290
|
+
var LikeBold = React27.forwardRef(
|
|
304
291
|
({ size, ...props }, ref) => {
|
|
305
|
-
return /* @__PURE__ */
|
|
292
|
+
return /* @__PURE__ */ jsx27("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx27("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
|
|
306
293
|
}
|
|
307
294
|
);
|
|
308
295
|
LikeBold.displayName = "LikeBold";
|
|
309
296
|
|
|
310
297
|
// dist/icons/LinkSquare.tsx
|
|
311
|
-
import
|
|
312
|
-
import { jsx as
|
|
313
|
-
var LinkSquare =
|
|
298
|
+
import React28 from "react";
|
|
299
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
300
|
+
var LinkSquare = React28.forwardRef(
|
|
314
301
|
({ size, ...props }, ref) => {
|
|
315
|
-
return /* @__PURE__ */
|
|
302
|
+
return /* @__PURE__ */ jsx28("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx28("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
|
|
316
303
|
}
|
|
317
304
|
);
|
|
318
305
|
LinkSquare.displayName = "LinkSquare";
|
|
319
306
|
|
|
320
307
|
// dist/icons/Lock.tsx
|
|
321
|
-
import
|
|
322
|
-
import { jsx as
|
|
323
|
-
var Lock =
|
|
308
|
+
import React29 from "react";
|
|
309
|
+
import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
310
|
+
var Lock = React29.forwardRef(
|
|
324
311
|
({ size, ...props }, ref) => {
|
|
325
|
-
return /* @__PURE__ */
|
|
326
|
-
/* @__PURE__ */
|
|
327
|
-
/* @__PURE__ */
|
|
312
|
+
return /* @__PURE__ */ jsxs9("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
313
|
+
/* @__PURE__ */ jsx29("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
|
|
314
|
+
/* @__PURE__ */ jsx29("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
|
|
328
315
|
] });
|
|
329
316
|
}
|
|
330
317
|
);
|
|
331
318
|
Lock.displayName = "Lock";
|
|
332
319
|
|
|
333
320
|
// dist/icons/MagickPotion.tsx
|
|
334
|
-
import
|
|
335
|
-
import { jsx as
|
|
336
|
-
var MagickPotion =
|
|
321
|
+
import React30 from "react";
|
|
322
|
+
import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
323
|
+
var MagickPotion = React30.forwardRef(
|
|
337
324
|
({ size, ...props }, ref) => {
|
|
338
|
-
return /* @__PURE__ */
|
|
339
|
-
/* @__PURE__ */
|
|
340
|
-
/* @__PURE__ */
|
|
325
|
+
return /* @__PURE__ */ jsxs10("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
326
|
+
/* @__PURE__ */ jsx30("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
327
|
+
/* @__PURE__ */ jsx30("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
341
328
|
] });
|
|
342
329
|
}
|
|
343
330
|
);
|
|
344
331
|
MagickPotion.displayName = "MagickPotion";
|
|
345
332
|
|
|
346
333
|
// dist/icons/Marketing.tsx
|
|
347
|
-
import
|
|
348
|
-
import { jsx as
|
|
349
|
-
var Marketing =
|
|
334
|
+
import React31 from "react";
|
|
335
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
336
|
+
var Marketing = React31.forwardRef(
|
|
350
337
|
({ size, ...props }, ref) => {
|
|
351
|
-
return /* @__PURE__ */
|
|
338
|
+
return /* @__PURE__ */ jsx31("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx31("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
|
|
352
339
|
}
|
|
353
340
|
);
|
|
354
341
|
Marketing.displayName = "Marketing";
|
|
355
342
|
|
|
356
343
|
// dist/icons/MessageEdit.tsx
|
|
357
|
-
import
|
|
358
|
-
import { jsx as
|
|
359
|
-
var MessageEdit =
|
|
344
|
+
import React32 from "react";
|
|
345
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
346
|
+
var MessageEdit = React32.forwardRef(
|
|
360
347
|
({ size, ...props }, ref) => {
|
|
361
|
-
return /* @__PURE__ */
|
|
348
|
+
return /* @__PURE__ */ jsx32("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx32("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
|
|
362
349
|
}
|
|
363
350
|
);
|
|
364
351
|
MessageEdit.displayName = "MessageEdit";
|
|
365
352
|
|
|
366
353
|
// dist/icons/Network.tsx
|
|
367
|
-
import
|
|
368
|
-
import { jsx as
|
|
369
|
-
var Network =
|
|
354
|
+
import React33 from "react";
|
|
355
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
356
|
+
var Network = React33.forwardRef(
|
|
370
357
|
({ size, ...props }, ref) => {
|
|
371
|
-
return /* @__PURE__ */
|
|
358
|
+
return /* @__PURE__ */ jsx33("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx33("path", { fill: "#1e293b", d: "M20.13 7.12a2.62 2.62 0 1 0 0-5.24 2.62 2.62 0 0 0 0 5.24M17 6.57l-2.4 2.4c-.74-.52-1.63-.84-2.6-.84-1.13 0-2.15.43-2.94 1.12L7 7.19c.46-.56.76-1.27.76-2.06 0-1.79-1.46-3.25-3.25-3.25a3.25 3.25 0 1 0 0 6.5c.46 0 .9-.1 1.29-.27l2.31 2.31c-.37.66-.6 1.4-.6 2.22 0 2.49 2.01 4.5 4.5 4.5.46 0 .89-.09 1.31-.22l.25.5c-.63.48-1.05 1.23-1.05 2.09 0 1.45 1.17 2.62 2.62 2.62s2.62-1.17 2.62-2.62c0-.94-.49-1.76-1.23-2.23-.26-.16-.56-.28-.87-.34-.17-.03-.61-.04-.66-.03l-.33-.65a4.5 4.5 0 0 0 1.84-3.62c0-.97-.31-1.87-.84-2.6l2.4-2.4z" }) });
|
|
372
359
|
}
|
|
373
360
|
);
|
|
374
361
|
Network.displayName = "Network";
|
|
375
362
|
|
|
376
363
|
// dist/icons/PA.tsx
|
|
377
|
-
import
|
|
378
|
-
import { jsx as
|
|
379
|
-
var PA =
|
|
364
|
+
import React34 from "react";
|
|
365
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
366
|
+
var PA = React34.forwardRef(
|
|
380
367
|
({ size, ...props }, ref) => {
|
|
381
|
-
return /* @__PURE__ */
|
|
368
|
+
return /* @__PURE__ */ jsx34("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx34("path", { fill: "#1e293b", d: "M16.02 9.3c-.55-.38-1.16-.76-1.81-1.14-.16-.09-.33-.17-.49-.26 3.42-1.37 5.76-1.27 6.26-.57.2.58.09 1.22-.28 1.69-.26.33-.2.8.13 1.05.14.11.3.16.46.16.22 0 .44-.1.59-.29.71-.9.89-2.14.48-3.22-.01-.04-.03-.07-.05-.11-1.28-2.2-5.76-1.31-9.63.54-.64.31-1.26.63-1.89 1-.16.09-.31.19-.47.28.54-3.72 1.83-5.69 2.68-5.69.41 0 .88.43 1.33 1.2a.752.752 0 1 0 1.3-.76c-.75-1.29-1.64-1.94-2.63-1.94-2.54 0-4.02 4.33-4.35 8.61-.05.74-.08 1.45-.08 2.14v.55c-2.9-2.28-3.98-4.35-3.61-5.13.39-.46 1.01-.69 1.61-.61.41.06.79-.23.84-.64a.74.74 0 0 0-.64-.84 3.34 3.34 0 0 0-3.03 1.21l-.06.09C1.4 8.83 4.41 12.27 7.97 14.7c.55.38 1.16.76 1.81 1.14.16.09.32.18.48.26-3.42 1.36-5.75 1.26-6.24.56-.2-.57-.1-1.21.28-1.69.26-.32.21-.8-.12-1.05a.74.74 0 0 0-1.05.12c-.73.91-.91 2.15-.48 3.23.01.04.03.07.05.1.53.92 1.62 1.3 2.98 1.3 1.92 0 4.39-.75 6.65-1.84.65-.31 1.27-.64 1.89-1 .16-.09.31-.19.47-.28-.54 3.72-1.83 5.69-2.68 5.69-.41 0-.88-.43-1.33-1.2a.752.752 0 1 0-1.3.76c.75 1.29 1.64 1.94 2.63 1.94 2.54 0 4.02-4.33 4.35-8.61.05-.74.08-1.45.08-2.14v-.55c2.9 2.28 3.98 4.35 3.61 5.13-.39.46-1.01.69-1.61.61a.74.74 0 0 0-.84.64c-.06.41.23.79.64.84a3.336 3.336 0 0 0 3.03-1.2l.06-.09c1.28-2.21-1.73-5.65-5.29-8.08z" }) });
|
|
382
369
|
}
|
|
383
370
|
);
|
|
384
371
|
PA.displayName = "PA";
|
|
385
372
|
|
|
386
373
|
// dist/icons/SquarePen1.tsx
|
|
387
|
-
import
|
|
388
|
-
import { jsx as
|
|
389
|
-
var SquarePen1 =
|
|
374
|
+
import React35 from "react";
|
|
375
|
+
import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
376
|
+
var SquarePen1 = React35.forwardRef(
|
|
390
377
|
({ size, ...props }, ref) => {
|
|
391
|
-
return /* @__PURE__ */
|
|
392
|
-
/* @__PURE__ */
|
|
393
|
-
/* @__PURE__ */
|
|
378
|
+
return /* @__PURE__ */ jsxs11("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
379
|
+
/* @__PURE__ */ jsx35("path", { fill: "#1e293b", d: "m14.43 8.51-.89.89c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.89-.89c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0" }),
|
|
380
|
+
/* @__PURE__ */ jsx35("path", { fill: "#1e293b", d: "M17 2H7C4.25 2 2 4.25 2 7v10c0 2.75 2.25 5 5 5h10c2.75 0 5-2.25 5-5V7c0-2.75-2.25-5-5-5m-.33 8.33-6.17 6.18c-.22.22-.5.36-.8.4l-2.66.38c-.2.03-.35-.11-.32-.32l.38-2.66c.05-.3.18-.59.4-.8l6.18-6.18a2.118 2.118 0 1 1 2.99 3" })
|
|
394
381
|
] });
|
|
395
382
|
}
|
|
396
383
|
);
|
|
397
384
|
SquarePen1.displayName = "SquarePen1";
|
|
398
385
|
|
|
399
386
|
// dist/icons/Tasks.tsx
|
|
400
|
-
import
|
|
401
|
-
import { jsx as
|
|
402
|
-
var Tasks =
|
|
387
|
+
import React36 from "react";
|
|
388
|
+
import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
389
|
+
var Tasks = React36.forwardRef(
|
|
403
390
|
({ size, ...props }, ref) => {
|
|
404
|
-
return /* @__PURE__ */
|
|
405
|
-
/* @__PURE__ */
|
|
406
|
-
/* @__PURE__ */
|
|
391
|
+
return /* @__PURE__ */ jsxs12("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
392
|
+
/* @__PURE__ */ jsx36("path", { fill: "#1e293b", d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2" }),
|
|
393
|
+
/* @__PURE__ */ jsx36("path", { fill: "#1e293b", d: "M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89 0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95-.5-.26-1.1.09-1.1.65m-4.86 12.13H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.38c.41 0 .75.34.75.75s-.34.75-.75.75m2.62-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
407
394
|
] });
|
|
408
395
|
}
|
|
409
396
|
);
|
|
410
397
|
Tasks.displayName = "Tasks";
|
|
411
398
|
|
|
412
399
|
// dist/icons/Trash.tsx
|
|
413
|
-
import
|
|
414
|
-
import { jsx as
|
|
415
|
-
var Trash =
|
|
400
|
+
import React37 from "react";
|
|
401
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
402
|
+
var Trash = React37.forwardRef(
|
|
416
403
|
({ size, ...props }, ref) => {
|
|
417
|
-
return /* @__PURE__ */
|
|
404
|
+
return /* @__PURE__ */ jsx37("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx37("path", { fill: "#1e293b", d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82s.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39s-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95m-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75m.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
418
405
|
}
|
|
419
406
|
);
|
|
420
407
|
Trash.displayName = "Trash";
|
|
421
408
|
|
|
422
409
|
// dist/icons/Video.tsx
|
|
423
|
-
import
|
|
424
|
-
import { jsx as
|
|
425
|
-
var Video =
|
|
410
|
+
import React38 from "react";
|
|
411
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
412
|
+
var Video = React38.forwardRef(
|
|
426
413
|
({ size, ...props }, ref) => {
|
|
427
|
-
return /* @__PURE__ */
|
|
414
|
+
return /* @__PURE__ */ jsx38("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx38("path", { fill: "#1e293b", d: "M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58.37 0 .66-.11.85-.21.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88-.85 1.88-1.88 1.88" }) });
|
|
428
415
|
}
|
|
429
416
|
);
|
|
430
417
|
Video.displayName = "Video";
|
|
@@ -434,7 +421,6 @@ export {
|
|
|
434
421
|
ArrowRightBold,
|
|
435
422
|
ArrowUpBold,
|
|
436
423
|
Calendar,
|
|
437
|
-
ChatMinimize,
|
|
438
424
|
CircleCheckFill,
|
|
439
425
|
CloseCircle1,
|
|
440
426
|
DislikeBold,
|