@yoroll/react-icon 0.0.22 → 0.0.23
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/dist/index.cjs +718 -625
- package/dist/index.iife.js +712 -625
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +931 -832
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Canvasframe.d.ts +4 -0
- package/dist/types/components/Command.d.ts +4 -0
- package/dist/types/components/PauseFilled.d.ts +4 -0
- package/dist/types/components/Premiumcontent.d.ts +4 -0
- package/dist/types/components/QtEsaved.d.ts +4 -0
- package/dist/types/components/StopFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.23 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Document.tsx
|
|
@@ -59,10 +59,29 @@ var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
59
59
|
}
|
|
60
60
|
) }), QtEsave_default = IconQtEsave;
|
|
61
61
|
|
|
62
|
-
// src/components/
|
|
62
|
+
// src/components/QtEsaved.tsx
|
|
63
63
|
import { jsx as jsx6, jsxs } from "react/jsx-runtime";
|
|
64
|
-
var
|
|
64
|
+
var IconQtEsaved = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
65
|
+
/* @__PURE__ */ jsx6(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
fill: fill || color || "currentColor",
|
|
69
|
+
d: "M18.2451 3.24512L16.6953 4.87695L15.5684 3.75H3.75V20.25H6.75V13.5H17.25V20.25H20.25V10.5781L22.5 8.1875V22.5H1.5V1.5H16.5L18.2451 3.24512ZM9 20.25H15V15.75H9V20.25Z"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
65
72
|
/* @__PURE__ */ jsx6(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
fill: stroke || color || "currentColor",
|
|
76
|
+
d: "M23 4.49999L16.5 11.3L12 7.09999L13.6 5.49999L16.5 8.2L21.4 3L23 4.49999Z"
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
] }), QtEsaved_default = IconQtEsaved;
|
|
80
|
+
|
|
81
|
+
// src/components/Uploadimage.tsx
|
|
82
|
+
import { jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
83
|
+
var IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
84
|
+
/* @__PURE__ */ jsx7(
|
|
66
85
|
"path",
|
|
67
86
|
{
|
|
68
87
|
fill: stroke || color || "currentColor",
|
|
@@ -71,7 +90,7 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
71
90
|
clipRule: "evenodd"
|
|
72
91
|
}
|
|
73
92
|
),
|
|
74
|
-
/* @__PURE__ */
|
|
93
|
+
/* @__PURE__ */ jsx7(
|
|
75
94
|
"path",
|
|
76
95
|
{
|
|
77
96
|
fill: stroke || color || "currentColor",
|
|
@@ -81,9 +100,9 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
81
100
|
] }), Uploadimage_default = IconUploadimage;
|
|
82
101
|
|
|
83
102
|
// src/components/Aboutus.tsx
|
|
84
|
-
import { jsx as
|
|
85
|
-
var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
86
|
-
/* @__PURE__ */
|
|
103
|
+
import { jsx as jsx8, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
104
|
+
var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs3("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
105
|
+
/* @__PURE__ */ jsx8(
|
|
87
106
|
"path",
|
|
88
107
|
{
|
|
89
108
|
fill: stroke || color || "currentColor",
|
|
@@ -92,7 +111,7 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
92
111
|
clipRule: "evenodd"
|
|
93
112
|
}
|
|
94
113
|
),
|
|
95
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ jsx8(
|
|
96
115
|
"path",
|
|
97
116
|
{
|
|
98
117
|
fill: stroke || color || "currentColor",
|
|
@@ -102,16 +121,16 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
102
121
|
] }), Aboutus_default = IconAboutus;
|
|
103
122
|
|
|
104
123
|
// src/components/AddSceneChoice.tsx
|
|
105
|
-
import { jsx as
|
|
106
|
-
var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
107
|
-
/* @__PURE__ */
|
|
124
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
125
|
+
var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
126
|
+
/* @__PURE__ */ jsx9(
|
|
108
127
|
"path",
|
|
109
128
|
{
|
|
110
129
|
fill: stroke || color || "currentColor",
|
|
111
130
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
112
131
|
}
|
|
113
132
|
),
|
|
114
|
-
/* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ jsx9(
|
|
115
134
|
"path",
|
|
116
135
|
{
|
|
117
136
|
fill: stroke || color || "currentColor",
|
|
@@ -123,8 +142,8 @@ var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke
|
|
|
123
142
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
124
143
|
|
|
125
144
|
// src/components/Add.tsx
|
|
126
|
-
import { jsx as
|
|
127
|
-
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
145
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
146
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
|
|
128
147
|
"path",
|
|
129
148
|
{
|
|
130
149
|
fill: stroke || color || "currentColor",
|
|
@@ -133,8 +152,8 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
133
152
|
) }), Add_default = IconAdd;
|
|
134
153
|
|
|
135
154
|
// src/components/AgentFilled.tsx
|
|
136
|
-
import { jsx as
|
|
137
|
-
var IconAgentFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
155
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
156
|
+
var IconAgentFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx11(
|
|
138
157
|
"path",
|
|
139
158
|
{
|
|
140
159
|
fill: fill || color || "currentColor",
|
|
@@ -143,9 +162,9 @@ var IconAgentFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
143
162
|
) }), AgentFilled_default = IconAgentFilled;
|
|
144
163
|
|
|
145
164
|
// src/components/Agent.tsx
|
|
146
|
-
import { jsx as
|
|
147
|
-
var IconAgent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
148
|
-
/* @__PURE__ */
|
|
165
|
+
import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
166
|
+
var IconAgent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
167
|
+
/* @__PURE__ */ jsx12(
|
|
149
168
|
"path",
|
|
150
169
|
{
|
|
151
170
|
fill: stroke || color || "currentColor",
|
|
@@ -154,14 +173,14 @@ var IconAgent = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
154
173
|
clipRule: "evenodd"
|
|
155
174
|
}
|
|
156
175
|
),
|
|
157
|
-
/* @__PURE__ */
|
|
176
|
+
/* @__PURE__ */ jsx12(
|
|
158
177
|
"path",
|
|
159
178
|
{
|
|
160
179
|
fill: stroke || color || "currentColor",
|
|
161
180
|
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
162
181
|
}
|
|
163
182
|
),
|
|
164
|
-
/* @__PURE__ */
|
|
183
|
+
/* @__PURE__ */ jsx12(
|
|
165
184
|
"path",
|
|
166
185
|
{
|
|
167
186
|
fill: stroke || color || "currentColor",
|
|
@@ -171,9 +190,9 @@ var IconAgent = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
171
190
|
] }), Agent_default = IconAgent;
|
|
172
191
|
|
|
173
192
|
// src/components/Agreements.tsx
|
|
174
|
-
import { jsx as
|
|
175
|
-
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
176
|
-
/* @__PURE__ */
|
|
193
|
+
import { jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
194
|
+
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
195
|
+
/* @__PURE__ */ jsx13(
|
|
177
196
|
"path",
|
|
178
197
|
{
|
|
179
198
|
fill: stroke || color || "currentColor",
|
|
@@ -182,12 +201,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
182
201
|
clipRule: "evenodd"
|
|
183
202
|
}
|
|
184
203
|
),
|
|
185
|
-
/* @__PURE__ */
|
|
204
|
+
/* @__PURE__ */ jsx13("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
186
205
|
] }), Agreements_default = IconAgreements;
|
|
187
206
|
|
|
188
207
|
// src/components/AngleDown.tsx
|
|
189
|
-
import { jsx as
|
|
190
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
208
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
209
|
+
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
|
|
191
210
|
"path",
|
|
192
211
|
{
|
|
193
212
|
fill: stroke || color || "currentColor",
|
|
@@ -196,8 +215,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
196
215
|
) }), AngleDown_default = IconAngleDown;
|
|
197
216
|
|
|
198
217
|
// src/components/Angleright.tsx
|
|
199
|
-
import { jsx as
|
|
200
|
-
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
218
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
219
|
+
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
|
|
201
220
|
"path",
|
|
202
221
|
{
|
|
203
222
|
fill: stroke || color || "currentColor",
|
|
@@ -206,8 +225,8 @@ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
206
225
|
) }), Angleright_default = IconAngleright;
|
|
207
226
|
|
|
208
227
|
// src/components/Announcement.tsx
|
|
209
|
-
import { jsx as
|
|
210
|
-
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
228
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
229
|
+
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
|
|
211
230
|
"path",
|
|
212
231
|
{
|
|
213
232
|
fill: stroke || color || "currentColor",
|
|
@@ -218,8 +237,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
218
237
|
) }), Announcement_default = IconAnnouncement;
|
|
219
238
|
|
|
220
239
|
// src/components/Artboard.tsx
|
|
221
|
-
import { jsx as
|
|
222
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
240
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
241
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
|
|
223
242
|
"path",
|
|
224
243
|
{
|
|
225
244
|
fill: stroke || color || "currentColor",
|
|
@@ -230,19 +249,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
230
249
|
) }), Artboard_default = IconArtboard;
|
|
231
250
|
|
|
232
251
|
// src/components/AssetsFilled.tsx
|
|
233
|
-
import { jsx as
|
|
234
|
-
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
235
|
-
/* @__PURE__ */
|
|
236
|
-
/* @__PURE__ */
|
|
237
|
-
/* @__PURE__ */
|
|
252
|
+
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
253
|
+
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
254
|
+
/* @__PURE__ */ jsx18("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
255
|
+
/* @__PURE__ */ jsx18("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
256
|
+
/* @__PURE__ */ jsx18("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
238
257
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
239
258
|
|
|
240
259
|
// src/components/Assets.tsx
|
|
241
|
-
import { jsx as
|
|
242
|
-
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
243
|
-
/* @__PURE__ */
|
|
244
|
-
/* @__PURE__ */
|
|
245
|
-
/* @__PURE__ */
|
|
260
|
+
import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
261
|
+
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
262
|
+
/* @__PURE__ */ jsx19("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
263
|
+
/* @__PURE__ */ jsx19("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
264
|
+
/* @__PURE__ */ jsx19(
|
|
246
265
|
"path",
|
|
247
266
|
{
|
|
248
267
|
fill: stroke || color || "currentColor",
|
|
@@ -254,8 +273,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
254
273
|
] }), Assets_default = IconAssets;
|
|
255
274
|
|
|
256
275
|
// src/components/Autolayout.tsx
|
|
257
|
-
import { jsx as
|
|
258
|
-
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
276
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
277
|
+
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
|
|
259
278
|
"path",
|
|
260
279
|
{
|
|
261
280
|
fill: stroke || color || "currentColor",
|
|
@@ -264,9 +283,9 @@ var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
264
283
|
) }), Autolayout_default = IconAutolayout;
|
|
265
284
|
|
|
266
285
|
// src/components/Backtoprojects.tsx
|
|
267
|
-
import { jsx as
|
|
268
|
-
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
269
|
-
/* @__PURE__ */
|
|
286
|
+
import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
287
|
+
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
288
|
+
/* @__PURE__ */ jsx21(
|
|
270
289
|
"path",
|
|
271
290
|
{
|
|
272
291
|
fill: stroke || color || "currentColor",
|
|
@@ -275,7 +294,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
275
294
|
clipRule: "evenodd"
|
|
276
295
|
}
|
|
277
296
|
),
|
|
278
|
-
/* @__PURE__ */
|
|
297
|
+
/* @__PURE__ */ jsx21(
|
|
279
298
|
"path",
|
|
280
299
|
{
|
|
281
300
|
fill: stroke || color || "currentColor",
|
|
@@ -284,7 +303,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
284
303
|
clipRule: "evenodd"
|
|
285
304
|
}
|
|
286
305
|
),
|
|
287
|
-
/* @__PURE__ */
|
|
306
|
+
/* @__PURE__ */ jsx21(
|
|
288
307
|
"path",
|
|
289
308
|
{
|
|
290
309
|
fill: stroke || color || "currentColor",
|
|
@@ -293,7 +312,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
293
312
|
clipRule: "evenodd"
|
|
294
313
|
}
|
|
295
314
|
),
|
|
296
|
-
/* @__PURE__ */
|
|
315
|
+
/* @__PURE__ */ jsx21(
|
|
297
316
|
"path",
|
|
298
317
|
{
|
|
299
318
|
fill: stroke || color || "currentColor",
|
|
@@ -305,8 +324,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
305
324
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
306
325
|
|
|
307
326
|
// src/components/Backward.tsx
|
|
308
|
-
import { jsx as
|
|
309
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
327
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
328
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
310
329
|
"path",
|
|
311
330
|
{
|
|
312
331
|
fill: stroke || color || "currentColor",
|
|
@@ -315,8 +334,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
315
334
|
) }), Backward_default = IconBackward;
|
|
316
335
|
|
|
317
336
|
// src/components/BatchShots.tsx
|
|
318
|
-
import { jsx as
|
|
319
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
337
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
338
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
|
|
320
339
|
"path",
|
|
321
340
|
{
|
|
322
341
|
fill: stroke || color || "currentColor",
|
|
@@ -327,16 +346,16 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
327
346
|
) }), BatchShots_default = IconBatchShots;
|
|
328
347
|
|
|
329
348
|
// src/components/Canvaposition.tsx
|
|
330
|
-
import { jsx as
|
|
331
|
-
var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
332
|
-
/* @__PURE__ */
|
|
349
|
+
import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
350
|
+
var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
351
|
+
/* @__PURE__ */ jsx24(
|
|
333
352
|
"path",
|
|
334
353
|
{
|
|
335
354
|
fill: stroke || color || "currentColor",
|
|
336
355
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
337
356
|
}
|
|
338
357
|
),
|
|
339
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ jsx24(
|
|
340
359
|
"path",
|
|
341
360
|
{
|
|
342
361
|
fill: stroke || color || "currentColor",
|
|
@@ -347,9 +366,50 @@ var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }
|
|
|
347
366
|
)
|
|
348
367
|
] }), Canvaposition_default = IconCanvaposition;
|
|
349
368
|
|
|
369
|
+
// src/components/Canvasframe.tsx
|
|
370
|
+
import { jsx as jsx25, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
371
|
+
var IconCanvasframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
372
|
+
/* @__PURE__ */ jsx25(
|
|
373
|
+
"path",
|
|
374
|
+
{
|
|
375
|
+
fill: stroke || color || "currentColor",
|
|
376
|
+
d: "M1.5 1.5H10.5V8.25H1.5V1.5ZM3.75 3.75H8.25V6H3.75V3.75Z",
|
|
377
|
+
fillRule: "evenodd",
|
|
378
|
+
clipRule: "evenodd"
|
|
379
|
+
}
|
|
380
|
+
),
|
|
381
|
+
/* @__PURE__ */ jsx25(
|
|
382
|
+
"path",
|
|
383
|
+
{
|
|
384
|
+
fill: stroke || color || "currentColor",
|
|
385
|
+
d: "M1.5 11.25H10.5V22.5H1.5V11.25ZM3.75 13.5H8.25V20.25H3.75V13.5Z",
|
|
386
|
+
fillRule: "evenodd",
|
|
387
|
+
clipRule: "evenodd"
|
|
388
|
+
}
|
|
389
|
+
),
|
|
390
|
+
/* @__PURE__ */ jsx25(
|
|
391
|
+
"path",
|
|
392
|
+
{
|
|
393
|
+
fill: stroke || color || "currentColor",
|
|
394
|
+
d: "M13.5 1.5V12.75H22.5V1.5H13.5ZM20.25 3.75H15.75V10.5H20.25V3.75Z",
|
|
395
|
+
fillRule: "evenodd",
|
|
396
|
+
clipRule: "evenodd"
|
|
397
|
+
}
|
|
398
|
+
),
|
|
399
|
+
/* @__PURE__ */ jsx25(
|
|
400
|
+
"path",
|
|
401
|
+
{
|
|
402
|
+
fill: stroke || color || "currentColor",
|
|
403
|
+
d: "M13.5 15.75H22.5V22.5H13.5V15.75ZM15.75 18H20.25V20.25H15.75V18Z",
|
|
404
|
+
fillRule: "evenodd",
|
|
405
|
+
clipRule: "evenodd"
|
|
406
|
+
}
|
|
407
|
+
)
|
|
408
|
+
] }), Canvasframe_default = IconCanvasframe;
|
|
409
|
+
|
|
350
410
|
// src/components/Canvasmode.tsx
|
|
351
|
-
import { jsx as
|
|
352
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
411
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
412
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx26(
|
|
353
413
|
"path",
|
|
354
414
|
{
|
|
355
415
|
fill: stroke || color || "currentColor",
|
|
@@ -360,8 +420,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
360
420
|
) }), Canvasmode_default = IconCanvasmode;
|
|
361
421
|
|
|
362
422
|
// src/components/CcgFilled.tsx
|
|
363
|
-
import { jsx as
|
|
364
|
-
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
423
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
424
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
365
425
|
"path",
|
|
366
426
|
{
|
|
367
427
|
fill: fill || color || "currentColor",
|
|
@@ -372,8 +432,8 @@ var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
372
432
|
) }), CcgFilled_default = IconCcgFilled;
|
|
373
433
|
|
|
374
434
|
// src/components/Ccg.tsx
|
|
375
|
-
import { jsx as
|
|
376
|
-
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
435
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
436
|
+
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
|
|
377
437
|
"path",
|
|
378
438
|
{
|
|
379
439
|
fill: stroke || color || "currentColor",
|
|
@@ -384,30 +444,30 @@ var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
384
444
|
) }), Ccg_default = IconCcg;
|
|
385
445
|
|
|
386
446
|
// src/components/Ccggame.tsx
|
|
387
|
-
import { jsx as
|
|
388
|
-
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
389
|
-
/* @__PURE__ */
|
|
447
|
+
import { jsx as jsx29, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
448
|
+
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
449
|
+
/* @__PURE__ */ jsx29(
|
|
390
450
|
"path",
|
|
391
451
|
{
|
|
392
452
|
fill: stroke || color || "currentColor",
|
|
393
453
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
394
454
|
}
|
|
395
455
|
),
|
|
396
|
-
/* @__PURE__ */
|
|
456
|
+
/* @__PURE__ */ jsx29(
|
|
397
457
|
"path",
|
|
398
458
|
{
|
|
399
459
|
fill: stroke || color || "currentColor",
|
|
400
460
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
401
461
|
}
|
|
402
462
|
),
|
|
403
|
-
/* @__PURE__ */
|
|
463
|
+
/* @__PURE__ */ jsx29(
|
|
404
464
|
"path",
|
|
405
465
|
{
|
|
406
466
|
fill: stroke || color || "currentColor",
|
|
407
467
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
408
468
|
}
|
|
409
469
|
),
|
|
410
|
-
/* @__PURE__ */
|
|
470
|
+
/* @__PURE__ */ jsx29(
|
|
411
471
|
"path",
|
|
412
472
|
{
|
|
413
473
|
fill: stroke || color || "currentColor",
|
|
@@ -419,8 +479,8 @@ var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
419
479
|
] }), Ccggame_default = IconCcggame;
|
|
420
480
|
|
|
421
481
|
// src/components/Ccglanguage.tsx
|
|
422
|
-
import { jsx as
|
|
423
|
-
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
482
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
483
|
+
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
|
|
424
484
|
"path",
|
|
425
485
|
{
|
|
426
486
|
fill: stroke || color || "currentColor",
|
|
@@ -429,8 +489,8 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
429
489
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
430
490
|
|
|
431
491
|
// src/components/Chaptercollapse.tsx
|
|
432
|
-
import { jsx as
|
|
433
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
492
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
493
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx31(
|
|
434
494
|
"path",
|
|
435
495
|
{
|
|
436
496
|
fill: stroke || color || "currentColor",
|
|
@@ -441,8 +501,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
441
501
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
442
502
|
|
|
443
503
|
// src/components/Chapterexpand.tsx
|
|
444
|
-
import { jsx as
|
|
445
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
504
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
505
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
446
506
|
"path",
|
|
447
507
|
{
|
|
448
508
|
fill: stroke || color || "currentColor",
|
|
@@ -453,16 +513,16 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
453
513
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
454
514
|
|
|
455
515
|
// src/components/Chathistory.tsx
|
|
456
|
-
import { jsx as
|
|
457
|
-
var IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
458
|
-
/* @__PURE__ */
|
|
516
|
+
import { jsx as jsx33, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
517
|
+
var IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
518
|
+
/* @__PURE__ */ jsx33(
|
|
459
519
|
"path",
|
|
460
520
|
{
|
|
461
521
|
fill: stroke || color || "currentColor",
|
|
462
522
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
463
523
|
}
|
|
464
524
|
),
|
|
465
|
-
/* @__PURE__ */
|
|
525
|
+
/* @__PURE__ */ jsx33(
|
|
466
526
|
"path",
|
|
467
527
|
{
|
|
468
528
|
fill: stroke || color || "currentColor",
|
|
@@ -474,8 +534,8 @@ var IconChathistory = ({ size, width, height, color, className, fill, stroke })
|
|
|
474
534
|
] }), Chathistory_default = IconChathistory;
|
|
475
535
|
|
|
476
536
|
// src/components/Check.tsx
|
|
477
|
-
import { jsx as
|
|
478
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
537
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
538
|
+
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
|
|
479
539
|
"path",
|
|
480
540
|
{
|
|
481
541
|
fill: stroke || color || "currentColor",
|
|
@@ -484,8 +544,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
484
544
|
) }), Check_default = IconCheck;
|
|
485
545
|
|
|
486
546
|
// src/components/CheckedFilled.tsx
|
|
487
|
-
import { jsx as
|
|
488
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
547
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
548
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
|
|
489
549
|
"path",
|
|
490
550
|
{
|
|
491
551
|
fill: fill || color || "currentColor",
|
|
@@ -496,8 +556,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
496
556
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
497
557
|
|
|
498
558
|
// src/components/Close.tsx
|
|
499
|
-
import { jsx as
|
|
500
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
559
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
560
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx36(
|
|
501
561
|
"path",
|
|
502
562
|
{
|
|
503
563
|
fill: stroke || color || "currentColor",
|
|
@@ -506,9 +566,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
506
566
|
) }), Close_default = IconClose;
|
|
507
567
|
|
|
508
568
|
// src/components/Collapsewindow.tsx
|
|
509
|
-
import { jsx as
|
|
510
|
-
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
511
|
-
/* @__PURE__ */
|
|
569
|
+
import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
570
|
+
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
571
|
+
/* @__PURE__ */ jsx37(
|
|
512
572
|
"path",
|
|
513
573
|
{
|
|
514
574
|
fill: stroke || color || "currentColor",
|
|
@@ -517,7 +577,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
517
577
|
clipRule: "evenodd"
|
|
518
578
|
}
|
|
519
579
|
),
|
|
520
|
-
/* @__PURE__ */
|
|
580
|
+
/* @__PURE__ */ jsx37(
|
|
521
581
|
"path",
|
|
522
582
|
{
|
|
523
583
|
fill: stroke || color || "currentColor",
|
|
@@ -528,11 +588,21 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
528
588
|
)
|
|
529
589
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
530
590
|
|
|
591
|
+
// src/components/Command.tsx
|
|
592
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
593
|
+
var IconCommand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx38(
|
|
594
|
+
"path",
|
|
595
|
+
{
|
|
596
|
+
fill: stroke || color || "currentColor",
|
|
597
|
+
d: "M7.39517 9.52168V14.4783H5.28429C2.92324 14.4783 1 16.3234 1 18.7001C1 21.0768 2.92324 23 5.28429 23C7.64534 23 9.56859 21.0768 9.56859 18.7001V16.6048H14.4314V18.7001C14.4314 21.0768 16.3547 23 18.7157 23C21.0768 23 23 21.0768 23 18.7001C23 16.3234 21.0768 14.4783 18.7157 14.4783H16.5892V9.52168H18.7157C21.0768 9.52168 23 7.67662 23 5.29993C23 2.92324 21.0768 1 18.7157 1C16.3547 1 14.4314 2.92324 14.4314 5.29993V7.4108H9.56859V5.29993C9.56859 2.92324 7.64534 1 5.28429 1C2.92324 1 1 2.92324 1 5.29993C1 7.67662 2.92324 9.52168 5.28429 9.52168H7.39517ZM5.29993 7.42644C4.12722 7.42644 3.17342 6.47264 3.17342 5.29993C3.17342 4.12722 4.12722 3.17342 5.28429 3.17342C6.44136 3.17342 7.39517 4.12722 7.39517 5.31557V7.42644H5.29993ZM18.7001 7.42644H16.5892V5.31557C16.5892 4.12722 17.5586 3.17342 18.7157 3.17342C19.8728 3.17342 20.8266 4.12722 20.8266 5.29993C20.8266 6.47264 19.8728 7.42644 18.7001 7.42644ZM9.56859 14.494V9.50604H14.4314V14.494H9.56859ZM5.29993 16.5579H7.39517V18.6844C7.39517 19.8571 6.44136 20.8109 5.28429 20.8109C4.12722 20.8109 3.17342 19.8571 3.17342 18.6844C3.17342 17.5117 4.12722 16.5579 5.29993 16.5579ZM18.7001 16.5579C19.8728 16.5579 20.8266 17.5117 20.8266 18.6844C20.8266 19.8571 19.8728 20.8109 18.7157 20.8109C17.5586 20.8109 16.5892 19.8571 16.5892 18.6844V16.5579H18.7001Z"
|
|
598
|
+
}
|
|
599
|
+
) }), Command_default = IconCommand;
|
|
600
|
+
|
|
531
601
|
// src/components/Copy.tsx
|
|
532
|
-
import { jsx as
|
|
533
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
534
|
-
/* @__PURE__ */
|
|
535
|
-
/* @__PURE__ */
|
|
602
|
+
import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
603
|
+
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
604
|
+
/* @__PURE__ */ jsx39("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
605
|
+
/* @__PURE__ */ jsx39(
|
|
536
606
|
"path",
|
|
537
607
|
{
|
|
538
608
|
fill: stroke || color || "currentColor",
|
|
@@ -544,8 +614,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
544
614
|
] }), Copy_default = IconCopy;
|
|
545
615
|
|
|
546
616
|
// src/components/Copylink.tsx
|
|
547
|
-
import { jsx as
|
|
548
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
617
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
618
|
+
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx40(
|
|
549
619
|
"path",
|
|
550
620
|
{
|
|
551
621
|
fill: stroke || color || "currentColor",
|
|
@@ -556,8 +626,8 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
556
626
|
) }), Copylink_default = IconCopylink;
|
|
557
627
|
|
|
558
628
|
// src/components/Createplan.tsx
|
|
559
|
-
import { jsx as
|
|
560
|
-
var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
629
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
630
|
+
var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx41(
|
|
561
631
|
"path",
|
|
562
632
|
{
|
|
563
633
|
fill: stroke || color || "currentColor",
|
|
@@ -568,9 +638,9 @@ var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
568
638
|
) }), Createplan_default = IconCreateplan;
|
|
569
639
|
|
|
570
640
|
// src/components/CreditFilled.tsx
|
|
571
|
-
import { jsx as
|
|
572
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
641
|
+
import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
642
|
+
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
643
|
+
/* @__PURE__ */ jsx42("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx42(
|
|
574
644
|
"path",
|
|
575
645
|
{
|
|
576
646
|
fill: fill || color || "currentColor",
|
|
@@ -579,12 +649,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
579
649
|
clipRule: "evenodd"
|
|
580
650
|
}
|
|
581
651
|
) }),
|
|
582
|
-
/* @__PURE__ */
|
|
652
|
+
/* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
583
653
|
] }), CreditFilled_default = IconCreditFilled;
|
|
584
654
|
|
|
585
655
|
// src/components/Cursor.tsx
|
|
586
|
-
import { jsx as
|
|
587
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
656
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
657
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx43(
|
|
588
658
|
"path",
|
|
589
659
|
{
|
|
590
660
|
fill: stroke || color || "currentColor",
|
|
@@ -595,10 +665,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
595
665
|
) }), Cursor_default = IconCursor;
|
|
596
666
|
|
|
597
667
|
// src/components/DeleteSceneChoice.tsx
|
|
598
|
-
import { jsx as
|
|
599
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
600
|
-
/* @__PURE__ */
|
|
601
|
-
/* @__PURE__ */
|
|
668
|
+
import { jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
669
|
+
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
670
|
+
/* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
671
|
+
/* @__PURE__ */ jsx44(
|
|
602
672
|
"path",
|
|
603
673
|
{
|
|
604
674
|
fill: stroke || color || "currentColor",
|
|
@@ -610,10 +680,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
610
680
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
611
681
|
|
|
612
682
|
// src/components/Delete.tsx
|
|
613
|
-
import { jsx as
|
|
614
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
615
|
-
/* @__PURE__ */
|
|
616
|
-
/* @__PURE__ */
|
|
683
|
+
import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
684
|
+
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
685
|
+
/* @__PURE__ */ jsx45("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
686
|
+
/* @__PURE__ */ jsx45(
|
|
617
687
|
"path",
|
|
618
688
|
{
|
|
619
689
|
fill: stroke || color || "currentColor",
|
|
@@ -625,8 +695,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
625
695
|
] }), Delete_default = IconDelete;
|
|
626
696
|
|
|
627
697
|
// src/components/DownFilled.tsx
|
|
628
|
-
import { jsx as
|
|
629
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
698
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
699
|
+
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx46(
|
|
630
700
|
"path",
|
|
631
701
|
{
|
|
632
702
|
fill: fill || color || "currentColor",
|
|
@@ -637,8 +707,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
637
707
|
) }), DownFilled_default = IconDownFilled;
|
|
638
708
|
|
|
639
709
|
// src/components/DownleftFilled.tsx
|
|
640
|
-
import { jsx as
|
|
641
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
710
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
711
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
|
|
642
712
|
"path",
|
|
643
713
|
{
|
|
644
714
|
fill: fill || color || "currentColor",
|
|
@@ -649,16 +719,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
649
719
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
650
720
|
|
|
651
721
|
// src/components/Download.tsx
|
|
652
|
-
import { jsx as
|
|
653
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
654
|
-
/* @__PURE__ */
|
|
722
|
+
import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
723
|
+
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
724
|
+
/* @__PURE__ */ jsx48(
|
|
655
725
|
"path",
|
|
656
726
|
{
|
|
657
727
|
fill: stroke || color || "currentColor",
|
|
658
728
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
659
729
|
}
|
|
660
730
|
),
|
|
661
|
-
/* @__PURE__ */
|
|
731
|
+
/* @__PURE__ */ jsx48(
|
|
662
732
|
"path",
|
|
663
733
|
{
|
|
664
734
|
fill: stroke || color || "currentColor",
|
|
@@ -670,8 +740,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
670
740
|
] }), Download_default = IconDownload;
|
|
671
741
|
|
|
672
742
|
// src/components/DownrightFilled.tsx
|
|
673
|
-
import { jsx as
|
|
674
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
743
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
744
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx49(
|
|
675
745
|
"path",
|
|
676
746
|
{
|
|
677
747
|
fill: fill || color || "currentColor",
|
|
@@ -682,20 +752,20 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
682
752
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
683
753
|
|
|
684
754
|
// src/components/DraghandleFilled.tsx
|
|
685
|
-
import { jsx as
|
|
686
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
687
|
-
/* @__PURE__ */
|
|
688
|
-
/* @__PURE__ */
|
|
689
|
-
/* @__PURE__ */
|
|
690
|
-
/* @__PURE__ */
|
|
691
|
-
/* @__PURE__ */
|
|
692
|
-
/* @__PURE__ */
|
|
755
|
+
import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
756
|
+
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
757
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
758
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
759
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
760
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
761
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
762
|
+
/* @__PURE__ */ jsx50("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
693
763
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
694
764
|
|
|
695
765
|
// src/components/Edit.tsx
|
|
696
|
-
import { jsx as
|
|
697
|
-
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
766
|
+
import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
767
|
+
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
768
|
+
/* @__PURE__ */ jsx51(
|
|
699
769
|
"path",
|
|
700
770
|
{
|
|
701
771
|
fill: stroke || color || "currentColor",
|
|
@@ -704,7 +774,7 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
704
774
|
clipRule: "evenodd"
|
|
705
775
|
}
|
|
706
776
|
),
|
|
707
|
-
/* @__PURE__ */
|
|
777
|
+
/* @__PURE__ */ jsx51(
|
|
708
778
|
"path",
|
|
709
779
|
{
|
|
710
780
|
fill: stroke || color || "currentColor",
|
|
@@ -714,8 +784,8 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
714
784
|
] }), Edit_default = IconEdit;
|
|
715
785
|
|
|
716
786
|
// src/components/Element.tsx
|
|
717
|
-
import { jsx as
|
|
718
|
-
var IconElement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
787
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
788
|
+
var IconElement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx52(
|
|
719
789
|
"path",
|
|
720
790
|
{
|
|
721
791
|
fill: stroke || color || "currentColor",
|
|
@@ -726,9 +796,9 @@ var IconElement = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
726
796
|
) }), Element_default = IconElement;
|
|
727
797
|
|
|
728
798
|
// src/components/Expandwindow.tsx
|
|
729
|
-
import { jsx as
|
|
730
|
-
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
731
|
-
/* @__PURE__ */
|
|
799
|
+
import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
800
|
+
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
801
|
+
/* @__PURE__ */ jsx53(
|
|
732
802
|
"path",
|
|
733
803
|
{
|
|
734
804
|
fill: stroke || color || "currentColor",
|
|
@@ -737,7 +807,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
737
807
|
clipRule: "evenodd"
|
|
738
808
|
}
|
|
739
809
|
),
|
|
740
|
-
/* @__PURE__ */
|
|
810
|
+
/* @__PURE__ */ jsx53(
|
|
741
811
|
"path",
|
|
742
812
|
{
|
|
743
813
|
fill: stroke || color || "currentColor",
|
|
@@ -749,8 +819,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
749
819
|
] }), Expandwindow_default = IconExpandwindow;
|
|
750
820
|
|
|
751
821
|
// src/components/FavoriteFilled.tsx
|
|
752
|
-
import { jsx as
|
|
753
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
822
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
823
|
+
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
|
|
754
824
|
"path",
|
|
755
825
|
{
|
|
756
826
|
fill: fill || color || "currentColor",
|
|
@@ -759,8 +829,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
759
829
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
760
830
|
|
|
761
831
|
// src/components/Favorite.tsx
|
|
762
|
-
import { jsx as
|
|
763
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
832
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
833
|
+
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
|
|
764
834
|
"path",
|
|
765
835
|
{
|
|
766
836
|
fill: stroke || color || "currentColor",
|
|
@@ -771,8 +841,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
771
841
|
) }), Favorite_default = IconFavorite;
|
|
772
842
|
|
|
773
843
|
// src/components/FeedbackFailFilled.tsx
|
|
774
|
-
import { jsx as
|
|
775
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
844
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
845
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx56(
|
|
776
846
|
"path",
|
|
777
847
|
{
|
|
778
848
|
fill: fill || color || "currentColor",
|
|
@@ -783,8 +853,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
783
853
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
784
854
|
|
|
785
855
|
// src/components/FeedbackPendingFilled.tsx
|
|
786
|
-
import { jsx as
|
|
787
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
856
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
857
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx57(
|
|
788
858
|
"path",
|
|
789
859
|
{
|
|
790
860
|
fill: fill || color || "currentColor",
|
|
@@ -795,8 +865,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
795
865
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
796
866
|
|
|
797
867
|
// src/components/FeedbackProblemFilled.tsx
|
|
798
|
-
import { jsx as
|
|
799
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
868
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
869
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx58(
|
|
800
870
|
"path",
|
|
801
871
|
{
|
|
802
872
|
fill: fill || color || "currentColor",
|
|
@@ -807,30 +877,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
807
877
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
808
878
|
|
|
809
879
|
// src/components/FeedbackProblem.tsx
|
|
810
|
-
import { jsx as
|
|
811
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
812
|
-
/* @__PURE__ */
|
|
880
|
+
import { jsx as jsx59, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
881
|
+
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
882
|
+
/* @__PURE__ */ jsx59(
|
|
813
883
|
"path",
|
|
814
884
|
{
|
|
815
885
|
fill: stroke || color || "currentColor",
|
|
816
886
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
817
887
|
}
|
|
818
888
|
),
|
|
819
|
-
/* @__PURE__ */
|
|
889
|
+
/* @__PURE__ */ jsx59(
|
|
820
890
|
"path",
|
|
821
891
|
{
|
|
822
892
|
fill: stroke || color || "currentColor",
|
|
823
893
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
824
894
|
}
|
|
825
895
|
),
|
|
826
|
-
/* @__PURE__ */
|
|
896
|
+
/* @__PURE__ */ jsx59(
|
|
827
897
|
"path",
|
|
828
898
|
{
|
|
829
899
|
fill: stroke || color || "currentColor",
|
|
830
900
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
831
901
|
}
|
|
832
902
|
),
|
|
833
|
-
/* @__PURE__ */
|
|
903
|
+
/* @__PURE__ */ jsx59(
|
|
834
904
|
"path",
|
|
835
905
|
{
|
|
836
906
|
fill: stroke || color || "currentColor",
|
|
@@ -842,9 +912,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
842
912
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
843
913
|
|
|
844
914
|
// src/components/FiletypeImageFilled.tsx
|
|
845
|
-
import { jsx as
|
|
846
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
847
|
-
/* @__PURE__ */
|
|
915
|
+
import { jsx as jsx60, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
916
|
+
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
917
|
+
/* @__PURE__ */ jsx60("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx60(
|
|
848
918
|
"path",
|
|
849
919
|
{
|
|
850
920
|
fill: "#2E2E2E",
|
|
@@ -852,21 +922,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
852
922
|
style: { opacity: 0.3 }
|
|
853
923
|
}
|
|
854
924
|
) }),
|
|
855
|
-
/* @__PURE__ */
|
|
925
|
+
/* @__PURE__ */ jsx60(
|
|
856
926
|
"path",
|
|
857
927
|
{
|
|
858
928
|
fill: "#2E2E2E",
|
|
859
929
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
860
930
|
}
|
|
861
931
|
),
|
|
862
|
-
/* @__PURE__ */
|
|
932
|
+
/* @__PURE__ */ jsx60(
|
|
863
933
|
"path",
|
|
864
934
|
{
|
|
865
935
|
fill: "#2E2E2E",
|
|
866
936
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
867
937
|
}
|
|
868
938
|
),
|
|
869
|
-
/* @__PURE__ */
|
|
939
|
+
/* @__PURE__ */ jsx60(
|
|
870
940
|
"path",
|
|
871
941
|
{
|
|
872
942
|
fill: "#2E2E2E",
|
|
@@ -878,9 +948,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
878
948
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
879
949
|
|
|
880
950
|
// src/components/FiletypePdfFilled.tsx
|
|
881
|
-
import { jsx as
|
|
882
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
883
|
-
/* @__PURE__ */
|
|
951
|
+
import { jsx as jsx61, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
952
|
+
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
953
|
+
/* @__PURE__ */ jsx61("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx61(
|
|
884
954
|
"path",
|
|
885
955
|
{
|
|
886
956
|
fill: "#FF3E4C",
|
|
@@ -888,14 +958,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
888
958
|
style: { opacity: 0.3 }
|
|
889
959
|
}
|
|
890
960
|
) }),
|
|
891
|
-
/* @__PURE__ */
|
|
961
|
+
/* @__PURE__ */ jsx61(
|
|
892
962
|
"path",
|
|
893
963
|
{
|
|
894
964
|
fill: "#FF3E4C",
|
|
895
965
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
896
966
|
}
|
|
897
967
|
),
|
|
898
|
-
/* @__PURE__ */
|
|
968
|
+
/* @__PURE__ */ jsx61(
|
|
899
969
|
"path",
|
|
900
970
|
{
|
|
901
971
|
fill: "#FF3E4C",
|
|
@@ -905,9 +975,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
905
975
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
906
976
|
|
|
907
977
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
908
|
-
import { jsx as
|
|
909
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
978
|
+
import { jsx as jsx62, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
979
|
+
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
980
|
+
/* @__PURE__ */ jsx62("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx62(
|
|
911
981
|
"path",
|
|
912
982
|
{
|
|
913
983
|
fill: "#2E2E2E",
|
|
@@ -915,14 +985,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
915
985
|
style: { opacity: 0.3 }
|
|
916
986
|
}
|
|
917
987
|
) }),
|
|
918
|
-
/* @__PURE__ */
|
|
988
|
+
/* @__PURE__ */ jsx62(
|
|
919
989
|
"path",
|
|
920
990
|
{
|
|
921
991
|
fill: "#2E2E2E",
|
|
922
992
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
923
993
|
}
|
|
924
994
|
),
|
|
925
|
-
/* @__PURE__ */
|
|
995
|
+
/* @__PURE__ */ jsx62(
|
|
926
996
|
"path",
|
|
927
997
|
{
|
|
928
998
|
fill: "#2E2E2E",
|
|
@@ -932,9 +1002,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
932
1002
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
933
1003
|
|
|
934
1004
|
// src/components/FiletypeTxtFilled.tsx
|
|
935
|
-
import { jsx as
|
|
936
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
937
|
-
/* @__PURE__ */
|
|
1005
|
+
import { jsx as jsx63, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1006
|
+
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1007
|
+
/* @__PURE__ */ jsx63("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx63(
|
|
938
1008
|
"path",
|
|
939
1009
|
{
|
|
940
1010
|
fill: "#005FAD",
|
|
@@ -942,11 +1012,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
942
1012
|
style: { opacity: 0.3 }
|
|
943
1013
|
}
|
|
944
1014
|
) }),
|
|
945
|
-
/* @__PURE__ */
|
|
946
|
-
/* @__PURE__ */
|
|
947
|
-
/* @__PURE__ */
|
|
948
|
-
/* @__PURE__ */
|
|
949
|
-
/* @__PURE__ */
|
|
1015
|
+
/* @__PURE__ */ jsx63("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1016
|
+
/* @__PURE__ */ jsx63("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1017
|
+
/* @__PURE__ */ jsx63("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1018
|
+
/* @__PURE__ */ jsx63("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1019
|
+
/* @__PURE__ */ jsx63(
|
|
950
1020
|
"path",
|
|
951
1021
|
{
|
|
952
1022
|
fill: "#005FAD",
|
|
@@ -956,9 +1026,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
956
1026
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
957
1027
|
|
|
958
1028
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
959
|
-
import { jsx as
|
|
960
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
961
|
-
/* @__PURE__ */
|
|
1029
|
+
import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1030
|
+
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1031
|
+
/* @__PURE__ */ jsx64("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx64(
|
|
962
1032
|
"path",
|
|
963
1033
|
{
|
|
964
1034
|
fill: "#2E2E2E",
|
|
@@ -966,11 +1036,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
966
1036
|
style: { opacity: 0.3 }
|
|
967
1037
|
}
|
|
968
1038
|
) }),
|
|
969
|
-
/* @__PURE__ */
|
|
970
|
-
/* @__PURE__ */
|
|
971
|
-
/* @__PURE__ */
|
|
972
|
-
/* @__PURE__ */
|
|
973
|
-
/* @__PURE__ */
|
|
1039
|
+
/* @__PURE__ */ jsx64("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1040
|
+
/* @__PURE__ */ jsx64("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1041
|
+
/* @__PURE__ */ jsx64("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1042
|
+
/* @__PURE__ */ jsx64("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1043
|
+
/* @__PURE__ */ jsx64(
|
|
974
1044
|
"path",
|
|
975
1045
|
{
|
|
976
1046
|
fill: "#2E2E2E",
|
|
@@ -980,9 +1050,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
980
1050
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
981
1051
|
|
|
982
1052
|
// src/components/FiletypeWordFilled.tsx
|
|
983
|
-
import { jsx as
|
|
984
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
985
|
-
/* @__PURE__ */
|
|
1053
|
+
import { jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1054
|
+
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1055
|
+
/* @__PURE__ */ jsx65("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx65(
|
|
986
1056
|
"path",
|
|
987
1057
|
{
|
|
988
1058
|
fill: "#0072FF",
|
|
@@ -990,14 +1060,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
990
1060
|
style: { opacity: 0.3 }
|
|
991
1061
|
}
|
|
992
1062
|
) }),
|
|
993
|
-
/* @__PURE__ */
|
|
1063
|
+
/* @__PURE__ */ jsx65(
|
|
994
1064
|
"path",
|
|
995
1065
|
{
|
|
996
1066
|
fill: "#0072FF",
|
|
997
1067
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
998
1068
|
}
|
|
999
1069
|
),
|
|
1000
|
-
/* @__PURE__ */
|
|
1070
|
+
/* @__PURE__ */ jsx65(
|
|
1001
1071
|
"path",
|
|
1002
1072
|
{
|
|
1003
1073
|
fill: "#0072FF",
|
|
@@ -1007,9 +1077,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
1007
1077
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
1008
1078
|
|
|
1009
1079
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
1010
|
-
import { jsx as
|
|
1011
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1012
|
-
/* @__PURE__ */
|
|
1080
|
+
import { jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1081
|
+
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1082
|
+
/* @__PURE__ */ jsx66("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx66(
|
|
1013
1083
|
"path",
|
|
1014
1084
|
{
|
|
1015
1085
|
fill: "#2E2E2E",
|
|
@@ -1017,14 +1087,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
1017
1087
|
style: { opacity: 0.3 }
|
|
1018
1088
|
}
|
|
1019
1089
|
) }),
|
|
1020
|
-
/* @__PURE__ */
|
|
1090
|
+
/* @__PURE__ */ jsx66(
|
|
1021
1091
|
"path",
|
|
1022
1092
|
{
|
|
1023
1093
|
fill: "#2E2E2E",
|
|
1024
1094
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
1025
1095
|
}
|
|
1026
1096
|
),
|
|
1027
|
-
/* @__PURE__ */
|
|
1097
|
+
/* @__PURE__ */ jsx66(
|
|
1028
1098
|
"path",
|
|
1029
1099
|
{
|
|
1030
1100
|
fill: "#2E2E2E",
|
|
@@ -1034,9 +1104,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
1034
1104
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
1035
1105
|
|
|
1036
1106
|
// src/components/Fillin.tsx
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
-
/* @__PURE__ */
|
|
1107
|
+
import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1108
|
+
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1109
|
+
/* @__PURE__ */ jsx67("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx67(
|
|
1040
1110
|
"path",
|
|
1041
1111
|
{
|
|
1042
1112
|
fill: stroke || color || "currentColor",
|
|
@@ -1045,7 +1115,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1045
1115
|
clipRule: "evenodd"
|
|
1046
1116
|
}
|
|
1047
1117
|
) }),
|
|
1048
|
-
/* @__PURE__ */
|
|
1118
|
+
/* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx67(
|
|
1049
1119
|
"rect",
|
|
1050
1120
|
{
|
|
1051
1121
|
width: "24",
|
|
@@ -1057,36 +1127,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1057
1127
|
] }), Fillin_default = IconFillin;
|
|
1058
1128
|
|
|
1059
1129
|
// src/components/FoldedMenu.tsx
|
|
1060
|
-
import { jsx as
|
|
1061
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1062
|
-
/* @__PURE__ */
|
|
1063
|
-
/* @__PURE__ */
|
|
1064
|
-
/* @__PURE__ */
|
|
1065
|
-
/* @__PURE__ */
|
|
1130
|
+
import { jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1131
|
+
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1132
|
+
/* @__PURE__ */ jsx68("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1133
|
+
/* @__PURE__ */ jsx68("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1134
|
+
/* @__PURE__ */ jsx68("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1135
|
+
/* @__PURE__ */ jsx68("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1066
1136
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1067
1137
|
|
|
1068
1138
|
// src/components/FullScreen.tsx
|
|
1069
|
-
import { jsx as
|
|
1070
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1071
|
-
/* @__PURE__ */
|
|
1072
|
-
/* @__PURE__ */
|
|
1073
|
-
/* @__PURE__ */
|
|
1074
|
-
/* @__PURE__ */
|
|
1139
|
+
import { jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1140
|
+
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1141
|
+
/* @__PURE__ */ jsx69("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1142
|
+
/* @__PURE__ */ jsx69("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1143
|
+
/* @__PURE__ */ jsx69("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1144
|
+
/* @__PURE__ */ jsx69("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1075
1145
|
] }), FullScreen_default = IconFullScreen;
|
|
1076
1146
|
|
|
1077
1147
|
// src/components/GameFilled.tsx
|
|
1078
|
-
import { jsx as
|
|
1079
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1080
|
-
/* @__PURE__ */
|
|
1081
|
-
/* @__PURE__ */
|
|
1082
|
-
/* @__PURE__ */
|
|
1148
|
+
import { jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1149
|
+
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1150
|
+
/* @__PURE__ */ jsx70("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1151
|
+
/* @__PURE__ */ jsx70("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1152
|
+
/* @__PURE__ */ jsx70(
|
|
1083
1153
|
"path",
|
|
1084
1154
|
{
|
|
1085
1155
|
fill: fill || color || "currentColor",
|
|
1086
1156
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1087
1157
|
}
|
|
1088
1158
|
),
|
|
1089
|
-
/* @__PURE__ */
|
|
1159
|
+
/* @__PURE__ */ jsx70(
|
|
1090
1160
|
"path",
|
|
1091
1161
|
{
|
|
1092
1162
|
fill: fill || color || "currentColor",
|
|
@@ -1096,9 +1166,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1096
1166
|
] }), GameFilled_default = IconGameFilled;
|
|
1097
1167
|
|
|
1098
1168
|
// src/components/Game.tsx
|
|
1099
|
-
import { jsx as
|
|
1100
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1101
|
-
/* @__PURE__ */
|
|
1169
|
+
import { jsx as jsx71, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1170
|
+
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1171
|
+
/* @__PURE__ */ jsx71(
|
|
1102
1172
|
"path",
|
|
1103
1173
|
{
|
|
1104
1174
|
fill: stroke || color || "currentColor",
|
|
@@ -1107,7 +1177,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1107
1177
|
clipRule: "evenodd"
|
|
1108
1178
|
}
|
|
1109
1179
|
),
|
|
1110
|
-
/* @__PURE__ */
|
|
1180
|
+
/* @__PURE__ */ jsx71(
|
|
1111
1181
|
"path",
|
|
1112
1182
|
{
|
|
1113
1183
|
fill: stroke || color || "currentColor",
|
|
@@ -1116,7 +1186,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1116
1186
|
clipRule: "evenodd"
|
|
1117
1187
|
}
|
|
1118
1188
|
),
|
|
1119
|
-
/* @__PURE__ */
|
|
1189
|
+
/* @__PURE__ */ jsx71(
|
|
1120
1190
|
"path",
|
|
1121
1191
|
{
|
|
1122
1192
|
fill: stroke || color || "currentColor",
|
|
@@ -1125,7 +1195,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1125
1195
|
clipRule: "evenodd"
|
|
1126
1196
|
}
|
|
1127
1197
|
),
|
|
1128
|
-
/* @__PURE__ */
|
|
1198
|
+
/* @__PURE__ */ jsx71(
|
|
1129
1199
|
"path",
|
|
1130
1200
|
{
|
|
1131
1201
|
fill: stroke || color || "currentColor",
|
|
@@ -1137,8 +1207,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1137
1207
|
] }), Game_default = IconGame;
|
|
1138
1208
|
|
|
1139
1209
|
// src/components/GamebackupFilled.tsx
|
|
1140
|
-
import { jsx as
|
|
1141
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1210
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1211
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx72(
|
|
1142
1212
|
"path",
|
|
1143
1213
|
{
|
|
1144
1214
|
fill: fill || color || "currentColor",
|
|
@@ -1149,8 +1219,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1149
1219
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1150
1220
|
|
|
1151
1221
|
// src/components/Gamebackup.tsx
|
|
1152
|
-
import { jsx as
|
|
1153
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1222
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1223
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1154
1224
|
"path",
|
|
1155
1225
|
{
|
|
1156
1226
|
fill: stroke || color || "currentColor",
|
|
@@ -1161,8 +1231,8 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1161
1231
|
) }), Gamebackup_default = IconGamebackup;
|
|
1162
1232
|
|
|
1163
1233
|
// src/components/GamecontrolChoice.tsx
|
|
1164
|
-
import { jsx as
|
|
1165
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1234
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
1235
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx74(
|
|
1166
1236
|
"path",
|
|
1167
1237
|
{
|
|
1168
1238
|
fill: stroke || color || "currentColor",
|
|
@@ -1173,8 +1243,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
1173
1243
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1174
1244
|
|
|
1175
1245
|
// src/components/GamecontrolGameplay.tsx
|
|
1176
|
-
import { jsx as
|
|
1177
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1246
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1247
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx75(
|
|
1178
1248
|
"path",
|
|
1179
1249
|
{
|
|
1180
1250
|
fill: stroke || color || "currentColor",
|
|
@@ -1185,8 +1255,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1185
1255
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1186
1256
|
|
|
1187
1257
|
// src/components/GamecontrolLinear.tsx
|
|
1188
|
-
import { jsx as
|
|
1189
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1258
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1259
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx76(
|
|
1190
1260
|
"path",
|
|
1191
1261
|
{
|
|
1192
1262
|
fill: stroke || color || "currentColor",
|
|
@@ -1197,16 +1267,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1197
1267
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1198
1268
|
|
|
1199
1269
|
// src/components/GamecontrolNone.tsx
|
|
1200
|
-
import { jsx as
|
|
1201
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1202
|
-
/* @__PURE__ */
|
|
1270
|
+
import { jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1271
|
+
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1272
|
+
/* @__PURE__ */ jsx77(
|
|
1203
1273
|
"path",
|
|
1204
1274
|
{
|
|
1205
1275
|
fill: stroke || color || "currentColor",
|
|
1206
1276
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
1207
1277
|
}
|
|
1208
1278
|
),
|
|
1209
|
-
/* @__PURE__ */
|
|
1279
|
+
/* @__PURE__ */ jsx77(
|
|
1210
1280
|
"path",
|
|
1211
1281
|
{
|
|
1212
1282
|
fill: stroke || color || "currentColor",
|
|
@@ -1215,7 +1285,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1215
1285
|
clipRule: "evenodd"
|
|
1216
1286
|
}
|
|
1217
1287
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1288
|
+
/* @__PURE__ */ jsx77(
|
|
1219
1289
|
"path",
|
|
1220
1290
|
{
|
|
1221
1291
|
fill: stroke || color || "currentColor",
|
|
@@ -1227,23 +1297,23 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1227
1297
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1228
1298
|
|
|
1229
1299
|
// src/components/GamecontrolTerminal.tsx
|
|
1230
|
-
import { jsx as
|
|
1231
|
-
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1232
|
-
/* @__PURE__ */
|
|
1300
|
+
import { jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1301
|
+
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1302
|
+
/* @__PURE__ */ jsx78(
|
|
1233
1303
|
"path",
|
|
1234
1304
|
{
|
|
1235
1305
|
fill: stroke || color || "currentColor",
|
|
1236
1306
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
1237
1307
|
}
|
|
1238
1308
|
),
|
|
1239
|
-
/* @__PURE__ */
|
|
1309
|
+
/* @__PURE__ */ jsx78(
|
|
1240
1310
|
"path",
|
|
1241
1311
|
{
|
|
1242
1312
|
fill: stroke || color || "currentColor",
|
|
1243
1313
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
1244
1314
|
}
|
|
1245
1315
|
),
|
|
1246
|
-
/* @__PURE__ */
|
|
1316
|
+
/* @__PURE__ */ jsx78(
|
|
1247
1317
|
"path",
|
|
1248
1318
|
{
|
|
1249
1319
|
fill: stroke || color || "currentColor",
|
|
@@ -1255,8 +1325,8 @@ var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, st
|
|
|
1255
1325
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1256
1326
|
|
|
1257
1327
|
// src/components/Gamelanguage.tsx
|
|
1258
|
-
import { jsx as
|
|
1259
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1328
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1329
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
|
|
1260
1330
|
"path",
|
|
1261
1331
|
{
|
|
1262
1332
|
fill: stroke || color || "currentColor",
|
|
@@ -1267,9 +1337,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1267
1337
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1268
1338
|
|
|
1269
1339
|
// src/components/Gamepreview.tsx
|
|
1270
|
-
import { jsx as
|
|
1271
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1272
|
-
/* @__PURE__ */
|
|
1340
|
+
import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1341
|
+
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1342
|
+
/* @__PURE__ */ jsx80(
|
|
1273
1343
|
"path",
|
|
1274
1344
|
{
|
|
1275
1345
|
fill: stroke || color || "currentColor",
|
|
@@ -1278,7 +1348,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1278
1348
|
clipRule: "evenodd"
|
|
1279
1349
|
}
|
|
1280
1350
|
),
|
|
1281
|
-
/* @__PURE__ */
|
|
1351
|
+
/* @__PURE__ */ jsx80(
|
|
1282
1352
|
"path",
|
|
1283
1353
|
{
|
|
1284
1354
|
fill: stroke || color || "currentColor",
|
|
@@ -1290,8 +1360,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1290
1360
|
] }), Gamepreview_default = IconGamepreview;
|
|
1291
1361
|
|
|
1292
1362
|
// src/components/Gameui.tsx
|
|
1293
|
-
import { jsx as
|
|
1294
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1363
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
1364
|
+
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx81(
|
|
1295
1365
|
"path",
|
|
1296
1366
|
{
|
|
1297
1367
|
fill: stroke || color || "currentColor",
|
|
@@ -1302,9 +1372,9 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1302
1372
|
) }), Gameui_default = IconGameui;
|
|
1303
1373
|
|
|
1304
1374
|
// src/components/Gameuivariable.tsx
|
|
1305
|
-
import { jsx as
|
|
1306
|
-
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1307
|
-
/* @__PURE__ */
|
|
1375
|
+
import { jsx as jsx82, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1376
|
+
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1377
|
+
/* @__PURE__ */ jsx82(
|
|
1308
1378
|
"path",
|
|
1309
1379
|
{
|
|
1310
1380
|
fill: fill || color || "currentColor",
|
|
@@ -1313,7 +1383,7 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1313
1383
|
clipRule: "evenodd"
|
|
1314
1384
|
}
|
|
1315
1385
|
),
|
|
1316
|
-
/* @__PURE__ */
|
|
1386
|
+
/* @__PURE__ */ jsx82(
|
|
1317
1387
|
"path",
|
|
1318
1388
|
{
|
|
1319
1389
|
fill: stroke || color || "currentColor",
|
|
@@ -1323,16 +1393,16 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1323
1393
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1324
1394
|
|
|
1325
1395
|
// src/components/Gameuivariable2.tsx
|
|
1326
|
-
import { jsx as
|
|
1327
|
-
var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1328
|
-
/* @__PURE__ */
|
|
1396
|
+
import { jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1397
|
+
var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1398
|
+
/* @__PURE__ */ jsx83(
|
|
1329
1399
|
"path",
|
|
1330
1400
|
{
|
|
1331
1401
|
fill: fill || color || "currentColor",
|
|
1332
1402
|
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
1333
1403
|
}
|
|
1334
1404
|
),
|
|
1335
|
-
/* @__PURE__ */
|
|
1405
|
+
/* @__PURE__ */ jsx83(
|
|
1336
1406
|
"path",
|
|
1337
1407
|
{
|
|
1338
1408
|
fill: stroke || color || "currentColor",
|
|
@@ -1342,16 +1412,16 @@ var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke
|
|
|
1342
1412
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1343
1413
|
|
|
1344
1414
|
// src/components/GenerateMultimage.tsx
|
|
1345
|
-
import { jsx as
|
|
1346
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1347
|
-
/* @__PURE__ */
|
|
1415
|
+
import { jsx as jsx84, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1416
|
+
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1417
|
+
/* @__PURE__ */ jsx84(
|
|
1348
1418
|
"path",
|
|
1349
1419
|
{
|
|
1350
1420
|
fill: stroke || color || "currentColor",
|
|
1351
1421
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
1352
1422
|
}
|
|
1353
1423
|
),
|
|
1354
|
-
/* @__PURE__ */
|
|
1424
|
+
/* @__PURE__ */ jsx84(
|
|
1355
1425
|
"path",
|
|
1356
1426
|
{
|
|
1357
1427
|
fill: stroke || color || "currentColor",
|
|
@@ -1360,12 +1430,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1360
1430
|
clipRule: "evenodd"
|
|
1361
1431
|
}
|
|
1362
1432
|
),
|
|
1363
|
-
/* @__PURE__ */
|
|
1433
|
+
/* @__PURE__ */ jsx84("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1364
1434
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1365
1435
|
|
|
1366
1436
|
// src/components/GenerateFilled.tsx
|
|
1367
|
-
import { jsx as
|
|
1368
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1437
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1438
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
|
|
1369
1439
|
"path",
|
|
1370
1440
|
{
|
|
1371
1441
|
fill: fill || color || "currentColor",
|
|
@@ -1376,16 +1446,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1376
1446
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1377
1447
|
|
|
1378
1448
|
// src/components/GenerateFrameStart.tsx
|
|
1379
|
-
import { jsx as
|
|
1380
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1381
|
-
/* @__PURE__ */
|
|
1449
|
+
import { jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1450
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1451
|
+
/* @__PURE__ */ jsx86(
|
|
1382
1452
|
"path",
|
|
1383
1453
|
{
|
|
1384
1454
|
fill: stroke || color || "currentColor",
|
|
1385
1455
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
1386
1456
|
}
|
|
1387
1457
|
),
|
|
1388
|
-
/* @__PURE__ */
|
|
1458
|
+
/* @__PURE__ */ jsx86(
|
|
1389
1459
|
"path",
|
|
1390
1460
|
{
|
|
1391
1461
|
fill: stroke || color || "currentColor",
|
|
@@ -1397,9 +1467,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1397
1467
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1398
1468
|
|
|
1399
1469
|
// src/components/GenerateFrameStart2End.tsx
|
|
1400
|
-
import { jsx as
|
|
1401
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1402
|
-
/* @__PURE__ */
|
|
1470
|
+
import { jsx as jsx87, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1471
|
+
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1472
|
+
/* @__PURE__ */ jsx87(
|
|
1403
1473
|
"path",
|
|
1404
1474
|
{
|
|
1405
1475
|
fill: stroke || color || "currentColor",
|
|
@@ -1408,14 +1478,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1408
1478
|
clipRule: "evenodd"
|
|
1409
1479
|
}
|
|
1410
1480
|
),
|
|
1411
|
-
/* @__PURE__ */
|
|
1481
|
+
/* @__PURE__ */ jsx87(
|
|
1412
1482
|
"path",
|
|
1413
1483
|
{
|
|
1414
1484
|
fill: stroke || color || "currentColor",
|
|
1415
1485
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
1416
1486
|
}
|
|
1417
1487
|
),
|
|
1418
|
-
/* @__PURE__ */
|
|
1488
|
+
/* @__PURE__ */ jsx87(
|
|
1419
1489
|
"path",
|
|
1420
1490
|
{
|
|
1421
1491
|
fill: stroke || color || "currentColor",
|
|
@@ -1427,9 +1497,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1427
1497
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1428
1498
|
|
|
1429
1499
|
// src/components/GenerateSwitchframe.tsx
|
|
1430
|
-
import { jsx as
|
|
1431
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1432
|
-
/* @__PURE__ */
|
|
1500
|
+
import { jsx as jsx88, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1501
|
+
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1502
|
+
/* @__PURE__ */ jsx88(
|
|
1433
1503
|
"path",
|
|
1434
1504
|
{
|
|
1435
1505
|
fill: stroke || color || "currentColor",
|
|
@@ -1438,7 +1508,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1438
1508
|
clipRule: "evenodd"
|
|
1439
1509
|
}
|
|
1440
1510
|
),
|
|
1441
|
-
/* @__PURE__ */
|
|
1511
|
+
/* @__PURE__ */ jsx88(
|
|
1442
1512
|
"path",
|
|
1443
1513
|
{
|
|
1444
1514
|
fill: stroke || color || "currentColor",
|
|
@@ -1450,16 +1520,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1450
1520
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1451
1521
|
|
|
1452
1522
|
// src/components/GenerateT2V.tsx
|
|
1453
|
-
import { jsx as
|
|
1454
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1455
|
-
/* @__PURE__ */
|
|
1523
|
+
import { jsx as jsx89, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1524
|
+
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1525
|
+
/* @__PURE__ */ jsx89(
|
|
1456
1526
|
"path",
|
|
1457
1527
|
{
|
|
1458
1528
|
fill: stroke || color || "currentColor",
|
|
1459
1529
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1460
1530
|
}
|
|
1461
1531
|
),
|
|
1462
|
-
/* @__PURE__ */
|
|
1532
|
+
/* @__PURE__ */ jsx89(
|
|
1463
1533
|
"path",
|
|
1464
1534
|
{
|
|
1465
1535
|
fill: stroke || color || "currentColor",
|
|
@@ -1471,8 +1541,8 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1471
1541
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1472
1542
|
|
|
1473
1543
|
// src/components/Generate.tsx
|
|
1474
|
-
import { jsx as
|
|
1475
|
-
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1544
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1545
|
+
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
|
|
1476
1546
|
"path",
|
|
1477
1547
|
{
|
|
1478
1548
|
fill: stroke || color || "currentColor",
|
|
@@ -1481,16 +1551,16 @@ var IconGenerate = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1481
1551
|
) }), Generate_default = IconGenerate;
|
|
1482
1552
|
|
|
1483
1553
|
// src/components/GenreAuto.tsx
|
|
1484
|
-
import { jsx as
|
|
1485
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1486
|
-
/* @__PURE__ */
|
|
1554
|
+
import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1555
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1556
|
+
/* @__PURE__ */ jsx91(
|
|
1487
1557
|
"path",
|
|
1488
1558
|
{
|
|
1489
1559
|
fill: stroke || color || "currentColor",
|
|
1490
1560
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1491
1561
|
}
|
|
1492
1562
|
),
|
|
1493
|
-
/* @__PURE__ */
|
|
1563
|
+
/* @__PURE__ */ jsx91(
|
|
1494
1564
|
"path",
|
|
1495
1565
|
{
|
|
1496
1566
|
fill: stroke || color || "currentColor",
|
|
@@ -1499,15 +1569,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1499
1569
|
clipRule: "evenodd"
|
|
1500
1570
|
}
|
|
1501
1571
|
),
|
|
1502
|
-
/* @__PURE__ */
|
|
1503
|
-
/* @__PURE__ */
|
|
1572
|
+
/* @__PURE__ */ jsx91("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1573
|
+
/* @__PURE__ */ jsx91(
|
|
1504
1574
|
"path",
|
|
1505
1575
|
{
|
|
1506
1576
|
fill: stroke || color || "currentColor",
|
|
1507
1577
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1508
1578
|
}
|
|
1509
1579
|
),
|
|
1510
|
-
/* @__PURE__ */
|
|
1580
|
+
/* @__PURE__ */ jsx91(
|
|
1511
1581
|
"path",
|
|
1512
1582
|
{
|
|
1513
1583
|
fill: stroke || color || "currentColor",
|
|
@@ -1517,23 +1587,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1517
1587
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1518
1588
|
|
|
1519
1589
|
// src/components/GenreComedy.tsx
|
|
1520
|
-
import { jsx as
|
|
1521
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1522
|
-
/* @__PURE__ */
|
|
1590
|
+
import { jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1591
|
+
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1592
|
+
/* @__PURE__ */ jsx92(
|
|
1523
1593
|
"path",
|
|
1524
1594
|
{
|
|
1525
1595
|
fill: stroke || color || "currentColor",
|
|
1526
1596
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
1527
1597
|
}
|
|
1528
1598
|
),
|
|
1529
|
-
/* @__PURE__ */
|
|
1599
|
+
/* @__PURE__ */ jsx92(
|
|
1530
1600
|
"path",
|
|
1531
1601
|
{
|
|
1532
1602
|
fill: stroke || color || "currentColor",
|
|
1533
1603
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
1534
1604
|
}
|
|
1535
1605
|
),
|
|
1536
|
-
/* @__PURE__ */
|
|
1606
|
+
/* @__PURE__ */ jsx92(
|
|
1537
1607
|
"path",
|
|
1538
1608
|
{
|
|
1539
1609
|
fill: stroke || color || "currentColor",
|
|
@@ -1542,7 +1612,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1542
1612
|
clipRule: "evenodd"
|
|
1543
1613
|
}
|
|
1544
1614
|
),
|
|
1545
|
-
/* @__PURE__ */
|
|
1615
|
+
/* @__PURE__ */ jsx92(
|
|
1546
1616
|
"path",
|
|
1547
1617
|
{
|
|
1548
1618
|
fill: stroke || color || "currentColor",
|
|
@@ -1554,8 +1624,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1554
1624
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1555
1625
|
|
|
1556
1626
|
// src/components/GenreFantasy.tsx
|
|
1557
|
-
import { jsx as
|
|
1558
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1627
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
1628
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx93(
|
|
1559
1629
|
"path",
|
|
1560
1630
|
{
|
|
1561
1631
|
fill: stroke || color || "currentColor",
|
|
@@ -1566,23 +1636,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1566
1636
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1567
1637
|
|
|
1568
1638
|
// src/components/GenreHorror.tsx
|
|
1569
|
-
import { jsx as
|
|
1570
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1571
|
-
/* @__PURE__ */
|
|
1639
|
+
import { jsx as jsx94, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1640
|
+
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1641
|
+
/* @__PURE__ */ jsx94(
|
|
1572
1642
|
"path",
|
|
1573
1643
|
{
|
|
1574
1644
|
fill: stroke || color || "currentColor",
|
|
1575
1645
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
1576
1646
|
}
|
|
1577
1647
|
),
|
|
1578
|
-
/* @__PURE__ */
|
|
1648
|
+
/* @__PURE__ */ jsx94(
|
|
1579
1649
|
"path",
|
|
1580
1650
|
{
|
|
1581
1651
|
fill: stroke || color || "currentColor",
|
|
1582
1652
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
1583
1653
|
}
|
|
1584
1654
|
),
|
|
1585
|
-
/* @__PURE__ */
|
|
1655
|
+
/* @__PURE__ */ jsx94(
|
|
1586
1656
|
"path",
|
|
1587
1657
|
{
|
|
1588
1658
|
fill: stroke || color || "currentColor",
|
|
@@ -1594,8 +1664,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1594
1664
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1595
1665
|
|
|
1596
1666
|
// src/components/GenreRomance.tsx
|
|
1597
|
-
import { jsx as
|
|
1598
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1667
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1668
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
1599
1669
|
"path",
|
|
1600
1670
|
{
|
|
1601
1671
|
fill: stroke || color || "currentColor",
|
|
@@ -1606,16 +1676,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1606
1676
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1607
1677
|
|
|
1608
1678
|
// src/components/GenreScifi.tsx
|
|
1609
|
-
import { jsx as
|
|
1610
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1611
|
-
/* @__PURE__ */
|
|
1679
|
+
import { jsx as jsx96, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1680
|
+
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1681
|
+
/* @__PURE__ */ jsx96(
|
|
1612
1682
|
"path",
|
|
1613
1683
|
{
|
|
1614
1684
|
fill: stroke || color || "currentColor",
|
|
1615
1685
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
1616
1686
|
}
|
|
1617
1687
|
),
|
|
1618
|
-
/* @__PURE__ */
|
|
1688
|
+
/* @__PURE__ */ jsx96(
|
|
1619
1689
|
"path",
|
|
1620
1690
|
{
|
|
1621
1691
|
fill: stroke || color || "currentColor",
|
|
@@ -1624,7 +1694,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1624
1694
|
clipRule: "evenodd"
|
|
1625
1695
|
}
|
|
1626
1696
|
),
|
|
1627
|
-
/* @__PURE__ */
|
|
1697
|
+
/* @__PURE__ */ jsx96(
|
|
1628
1698
|
"path",
|
|
1629
1699
|
{
|
|
1630
1700
|
fill: stroke || color || "currentColor",
|
|
@@ -1634,8 +1704,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1634
1704
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1635
1705
|
|
|
1636
1706
|
// src/components/GenreSuspense.tsx
|
|
1637
|
-
import { jsx as
|
|
1638
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1707
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
1708
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1639
1709
|
"path",
|
|
1640
1710
|
{
|
|
1641
1711
|
fill: stroke || color || "currentColor",
|
|
@@ -1646,8 +1716,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1646
1716
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1647
1717
|
|
|
1648
1718
|
// src/components/Genre.tsx
|
|
1649
|
-
import { jsx as
|
|
1650
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1719
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
1720
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx98("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx98(
|
|
1651
1721
|
"path",
|
|
1652
1722
|
{
|
|
1653
1723
|
fill: stroke || color || "currentColor",
|
|
@@ -1658,9 +1728,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1658
1728
|
) }), Genre_default = IconGenre;
|
|
1659
1729
|
|
|
1660
1730
|
// src/components/GoogleLogoFilled.tsx
|
|
1661
|
-
import { jsx as
|
|
1662
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1663
|
-
/* @__PURE__ */
|
|
1731
|
+
import { jsx as jsx99, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1732
|
+
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1733
|
+
/* @__PURE__ */ jsx99(
|
|
1664
1734
|
"mask",
|
|
1665
1735
|
{
|
|
1666
1736
|
id: "mask0_48_113",
|
|
@@ -1670,7 +1740,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1670
1740
|
y: "0",
|
|
1671
1741
|
maskUnits: "userSpaceOnUse",
|
|
1672
1742
|
style: { maskType: "luminance" },
|
|
1673
|
-
children: /* @__PURE__ */
|
|
1743
|
+
children: /* @__PURE__ */ jsx99(
|
|
1674
1744
|
"path",
|
|
1675
1745
|
{
|
|
1676
1746
|
fill: stroke || color || "currentColor",
|
|
@@ -1679,64 +1749,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1679
1749
|
)
|
|
1680
1750
|
}
|
|
1681
1751
|
),
|
|
1682
|
-
/* @__PURE__ */
|
|
1683
|
-
/* @__PURE__ */
|
|
1752
|
+
/* @__PURE__ */ jsxs50("g", { mask: "url(#mask0_48_113)", children: [
|
|
1753
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1684
1754
|
"path",
|
|
1685
1755
|
{
|
|
1686
1756
|
fill: "url(#paint0_radial_48_113)",
|
|
1687
1757
|
d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
|
|
1688
1758
|
}
|
|
1689
1759
|
) }),
|
|
1690
|
-
/* @__PURE__ */
|
|
1760
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1691
1761
|
"path",
|
|
1692
1762
|
{
|
|
1693
1763
|
fill: "url(#paint1_radial_48_113)",
|
|
1694
1764
|
d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
|
|
1695
1765
|
}
|
|
1696
1766
|
) }),
|
|
1697
|
-
/* @__PURE__ */
|
|
1767
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1698
1768
|
"path",
|
|
1699
1769
|
{
|
|
1700
1770
|
fill: "url(#paint2_radial_48_113)",
|
|
1701
1771
|
d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
|
|
1702
1772
|
}
|
|
1703
1773
|
) }),
|
|
1704
|
-
/* @__PURE__ */
|
|
1774
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1705
1775
|
"path",
|
|
1706
1776
|
{
|
|
1707
1777
|
fill: "url(#paint3_radial_48_113)",
|
|
1708
1778
|
d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
|
|
1709
1779
|
}
|
|
1710
1780
|
) }),
|
|
1711
|
-
/* @__PURE__ */
|
|
1781
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1712
1782
|
"path",
|
|
1713
1783
|
{
|
|
1714
1784
|
fill: "#3086FF",
|
|
1715
1785
|
d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
|
|
1716
1786
|
}
|
|
1717
1787
|
) }),
|
|
1718
|
-
/* @__PURE__ */
|
|
1788
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1719
1789
|
"path",
|
|
1720
1790
|
{
|
|
1721
1791
|
fill: "url(#paint4_radial_48_113)",
|
|
1722
1792
|
d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
|
|
1723
1793
|
}
|
|
1724
1794
|
) }),
|
|
1725
|
-
/* @__PURE__ */
|
|
1795
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1726
1796
|
"path",
|
|
1727
1797
|
{
|
|
1728
1798
|
fill: "url(#paint5_radial_48_113)",
|
|
1729
1799
|
d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
|
|
1730
1800
|
}
|
|
1731
1801
|
) }),
|
|
1732
|
-
/* @__PURE__ */
|
|
1802
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx99(
|
|
1733
1803
|
"path",
|
|
1734
1804
|
{
|
|
1735
1805
|
fill: "url(#paint6_radial_48_113)",
|
|
1736
1806
|
d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
|
|
1737
1807
|
}
|
|
1738
1808
|
) }),
|
|
1739
|
-
/* @__PURE__ */
|
|
1809
|
+
/* @__PURE__ */ jsx99("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx99(
|
|
1740
1810
|
"path",
|
|
1741
1811
|
{
|
|
1742
1812
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1744,8 +1814,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1744
1814
|
}
|
|
1745
1815
|
) })
|
|
1746
1816
|
] }),
|
|
1747
|
-
/* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ jsxs50("defs", { children: [
|
|
1818
|
+
/* @__PURE__ */ jsxs50(
|
|
1749
1819
|
"filter",
|
|
1750
1820
|
{
|
|
1751
1821
|
id: "filter0_f_48_113",
|
|
@@ -1756,13 +1826,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1756
1826
|
filterUnits: "userSpaceOnUse",
|
|
1757
1827
|
colorInterpolationFilters: "sRGB",
|
|
1758
1828
|
children: [
|
|
1759
|
-
/* @__PURE__ */
|
|
1760
|
-
/* @__PURE__ */
|
|
1761
|
-
/* @__PURE__ */
|
|
1829
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1830
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1831
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1762
1832
|
]
|
|
1763
1833
|
}
|
|
1764
1834
|
),
|
|
1765
|
-
/* @__PURE__ */
|
|
1835
|
+
/* @__PURE__ */ jsxs50(
|
|
1766
1836
|
"filter",
|
|
1767
1837
|
{
|
|
1768
1838
|
id: "filter1_f_48_113",
|
|
@@ -1773,13 +1843,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1773
1843
|
filterUnits: "userSpaceOnUse",
|
|
1774
1844
|
colorInterpolationFilters: "sRGB",
|
|
1775
1845
|
children: [
|
|
1776
|
-
/* @__PURE__ */
|
|
1777
|
-
/* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1847
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1848
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1779
1849
|
]
|
|
1780
1850
|
}
|
|
1781
1851
|
),
|
|
1782
|
-
/* @__PURE__ */
|
|
1852
|
+
/* @__PURE__ */ jsxs50(
|
|
1783
1853
|
"filter",
|
|
1784
1854
|
{
|
|
1785
1855
|
id: "filter2_f_48_113",
|
|
@@ -1790,13 +1860,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1790
1860
|
filterUnits: "userSpaceOnUse",
|
|
1791
1861
|
colorInterpolationFilters: "sRGB",
|
|
1792
1862
|
children: [
|
|
1793
|
-
/* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1863
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1864
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1865
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1796
1866
|
]
|
|
1797
1867
|
}
|
|
1798
1868
|
),
|
|
1799
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsxs50(
|
|
1800
1870
|
"filter",
|
|
1801
1871
|
{
|
|
1802
1872
|
id: "filter3_f_48_113",
|
|
@@ -1807,13 +1877,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1807
1877
|
filterUnits: "userSpaceOnUse",
|
|
1808
1878
|
colorInterpolationFilters: "sRGB",
|
|
1809
1879
|
children: [
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
1812
|
-
/* @__PURE__ */
|
|
1880
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1881
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1882
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1813
1883
|
]
|
|
1814
1884
|
}
|
|
1815
1885
|
),
|
|
1816
|
-
/* @__PURE__ */
|
|
1886
|
+
/* @__PURE__ */ jsxs50(
|
|
1817
1887
|
"filter",
|
|
1818
1888
|
{
|
|
1819
1889
|
id: "filter4_f_48_113",
|
|
@@ -1824,13 +1894,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1824
1894
|
filterUnits: "userSpaceOnUse",
|
|
1825
1895
|
colorInterpolationFilters: "sRGB",
|
|
1826
1896
|
children: [
|
|
1827
|
-
/* @__PURE__ */
|
|
1828
|
-
/* @__PURE__ */
|
|
1829
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1898
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1899
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1830
1900
|
]
|
|
1831
1901
|
}
|
|
1832
1902
|
),
|
|
1833
|
-
/* @__PURE__ */
|
|
1903
|
+
/* @__PURE__ */ jsxs50(
|
|
1834
1904
|
"filter",
|
|
1835
1905
|
{
|
|
1836
1906
|
id: "filter5_f_48_113",
|
|
@@ -1841,13 +1911,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1841
1911
|
filterUnits: "userSpaceOnUse",
|
|
1842
1912
|
colorInterpolationFilters: "sRGB",
|
|
1843
1913
|
children: [
|
|
1844
|
-
/* @__PURE__ */
|
|
1845
|
-
/* @__PURE__ */
|
|
1846
|
-
/* @__PURE__ */
|
|
1914
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1915
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1916
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1847
1917
|
]
|
|
1848
1918
|
}
|
|
1849
1919
|
),
|
|
1850
|
-
/* @__PURE__ */
|
|
1920
|
+
/* @__PURE__ */ jsxs50(
|
|
1851
1921
|
"filter",
|
|
1852
1922
|
{
|
|
1853
1923
|
id: "filter6_f_48_113",
|
|
@@ -1858,13 +1928,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1858
1928
|
filterUnits: "userSpaceOnUse",
|
|
1859
1929
|
colorInterpolationFilters: "sRGB",
|
|
1860
1930
|
children: [
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
/* @__PURE__ */
|
|
1863
|
-
/* @__PURE__ */
|
|
1931
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1932
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1933
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1864
1934
|
]
|
|
1865
1935
|
}
|
|
1866
1936
|
),
|
|
1867
|
-
/* @__PURE__ */
|
|
1937
|
+
/* @__PURE__ */ jsxs50(
|
|
1868
1938
|
"filter",
|
|
1869
1939
|
{
|
|
1870
1940
|
id: "filter7_f_48_113",
|
|
@@ -1875,13 +1945,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1875
1945
|
filterUnits: "userSpaceOnUse",
|
|
1876
1946
|
colorInterpolationFilters: "sRGB",
|
|
1877
1947
|
children: [
|
|
1878
|
-
/* @__PURE__ */
|
|
1879
|
-
/* @__PURE__ */
|
|
1880
|
-
/* @__PURE__ */
|
|
1948
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1949
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1950
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1881
1951
|
]
|
|
1882
1952
|
}
|
|
1883
1953
|
),
|
|
1884
|
-
/* @__PURE__ */
|
|
1954
|
+
/* @__PURE__ */ jsxs50(
|
|
1885
1955
|
"filter",
|
|
1886
1956
|
{
|
|
1887
1957
|
id: "filter8_f_48_113",
|
|
@@ -1892,13 +1962,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1892
1962
|
filterUnits: "userSpaceOnUse",
|
|
1893
1963
|
colorInterpolationFilters: "sRGB",
|
|
1894
1964
|
children: [
|
|
1895
|
-
/* @__PURE__ */
|
|
1896
|
-
/* @__PURE__ */
|
|
1897
|
-
/* @__PURE__ */
|
|
1965
|
+
/* @__PURE__ */ jsx99("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1966
|
+
/* @__PURE__ */ jsx99("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1967
|
+
/* @__PURE__ */ jsx99("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1898
1968
|
]
|
|
1899
1969
|
}
|
|
1900
1970
|
),
|
|
1901
|
-
/* @__PURE__ */
|
|
1971
|
+
/* @__PURE__ */ jsxs50(
|
|
1902
1972
|
"radialGradient",
|
|
1903
1973
|
{
|
|
1904
1974
|
id: "paint0_radial_48_113",
|
|
@@ -1908,20 +1978,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1908
1978
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1909
1979
|
gradientUnits: "userSpaceOnUse",
|
|
1910
1980
|
children: [
|
|
1911
|
-
/* @__PURE__ */
|
|
1912
|
-
/* @__PURE__ */
|
|
1913
|
-
/* @__PURE__ */
|
|
1914
|
-
/* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1916
|
-
/* @__PURE__ */
|
|
1917
|
-
/* @__PURE__ */
|
|
1918
|
-
/* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
1920
|
-
/* @__PURE__ */
|
|
1981
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1982
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1983
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1984
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1985
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1986
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1987
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1988
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1989
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1990
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1921
1991
|
]
|
|
1922
1992
|
}
|
|
1923
1993
|
),
|
|
1924
|
-
/* @__PURE__ */
|
|
1994
|
+
/* @__PURE__ */ jsxs50(
|
|
1925
1995
|
"radialGradient",
|
|
1926
1996
|
{
|
|
1927
1997
|
id: "paint1_radial_48_113",
|
|
@@ -1931,12 +2001,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1931
2001
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1932
2002
|
gradientUnits: "userSpaceOnUse",
|
|
1933
2003
|
children: [
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */
|
|
2004
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2005
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1936
2006
|
]
|
|
1937
2007
|
}
|
|
1938
2008
|
),
|
|
1939
|
-
/* @__PURE__ */
|
|
2009
|
+
/* @__PURE__ */ jsxs50(
|
|
1940
2010
|
"radialGradient",
|
|
1941
2011
|
{
|
|
1942
2012
|
id: "paint2_radial_48_113",
|
|
@@ -1946,18 +2016,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1946
2016
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1947
2017
|
gradientUnits: "userSpaceOnUse",
|
|
1948
2018
|
children: [
|
|
1949
|
-
/* @__PURE__ */
|
|
1950
|
-
/* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1953
|
-
/* @__PURE__ */
|
|
1954
|
-
/* @__PURE__ */
|
|
1955
|
-
/* @__PURE__ */
|
|
1956
|
-
/* @__PURE__ */
|
|
2019
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2020
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2021
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2022
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2023
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2024
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2025
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2026
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1957
2027
|
]
|
|
1958
2028
|
}
|
|
1959
2029
|
),
|
|
1960
|
-
/* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ jsxs50(
|
|
1961
2031
|
"radialGradient",
|
|
1962
2032
|
{
|
|
1963
2033
|
id: "paint3_radial_48_113",
|
|
@@ -1967,19 +2037,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1967
2037
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1968
2038
|
gradientUnits: "userSpaceOnUse",
|
|
1969
2039
|
children: [
|
|
1970
|
-
/* @__PURE__ */
|
|
1971
|
-
/* @__PURE__ */
|
|
1972
|
-
/* @__PURE__ */
|
|
1973
|
-
/* @__PURE__ */
|
|
1974
|
-
/* @__PURE__ */
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
1978
|
-
/* @__PURE__ */
|
|
2040
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2041
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2042
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2043
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2044
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2045
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2046
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2047
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2048
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1979
2049
|
]
|
|
1980
2050
|
}
|
|
1981
2051
|
),
|
|
1982
|
-
/* @__PURE__ */
|
|
2052
|
+
/* @__PURE__ */ jsxs50(
|
|
1983
2053
|
"radialGradient",
|
|
1984
2054
|
{
|
|
1985
2055
|
id: "paint4_radial_48_113",
|
|
@@ -1989,18 +2059,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1989
2059
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1990
2060
|
gradientUnits: "userSpaceOnUse",
|
|
1991
2061
|
children: [
|
|
1992
|
-
/* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
1998
|
-
/* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2062
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2063
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2064
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2065
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2066
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2067
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2068
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2069
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2000
2070
|
]
|
|
2001
2071
|
}
|
|
2002
2072
|
),
|
|
2003
|
-
/* @__PURE__ */
|
|
2073
|
+
/* @__PURE__ */ jsxs50(
|
|
2004
2074
|
"radialGradient",
|
|
2005
2075
|
{
|
|
2006
2076
|
id: "paint5_radial_48_113",
|
|
@@ -2010,15 +2080,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2010
2080
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2011
2081
|
gradientUnits: "userSpaceOnUse",
|
|
2012
2082
|
children: [
|
|
2013
|
-
/* @__PURE__ */
|
|
2014
|
-
/* @__PURE__ */
|
|
2015
|
-
/* @__PURE__ */
|
|
2016
|
-
/* @__PURE__ */
|
|
2017
|
-
/* @__PURE__ */
|
|
2083
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2084
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2085
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2086
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2087
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2018
2088
|
]
|
|
2019
2089
|
}
|
|
2020
2090
|
),
|
|
2021
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsxs50(
|
|
2022
2092
|
"radialGradient",
|
|
2023
2093
|
{
|
|
2024
2094
|
id: "paint6_radial_48_113",
|
|
@@ -2028,20 +2098,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2028
2098
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2029
2099
|
gradientUnits: "userSpaceOnUse",
|
|
2030
2100
|
children: [
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
/* @__PURE__ */
|
|
2033
|
-
/* @__PURE__ */
|
|
2034
|
-
/* @__PURE__ */
|
|
2035
|
-
/* @__PURE__ */
|
|
2036
|
-
/* @__PURE__ */
|
|
2037
|
-
/* @__PURE__ */
|
|
2038
|
-
/* @__PURE__ */
|
|
2039
|
-
/* @__PURE__ */
|
|
2040
|
-
/* @__PURE__ */
|
|
2101
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2102
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2103
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2104
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2105
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2106
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2107
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2108
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2109
|
+
/* @__PURE__ */ jsx99("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2110
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#86C504" })
|
|
2041
2111
|
]
|
|
2042
2112
|
}
|
|
2043
2113
|
),
|
|
2044
|
-
/* @__PURE__ */
|
|
2114
|
+
/* @__PURE__ */ jsxs50(
|
|
2045
2115
|
"linearGradient",
|
|
2046
2116
|
{
|
|
2047
2117
|
id: "paint7_linear_48_113",
|
|
@@ -2051,8 +2121,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2051
2121
|
y2: "21.5116",
|
|
2052
2122
|
gradientUnits: "userSpaceOnUse",
|
|
2053
2123
|
children: [
|
|
2054
|
-
/* @__PURE__ */
|
|
2055
|
-
/* @__PURE__ */
|
|
2124
|
+
/* @__PURE__ */ jsx99("stop", { stopColor: "#0FBC5C" }),
|
|
2125
|
+
/* @__PURE__ */ jsx99("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2056
2126
|
]
|
|
2057
2127
|
}
|
|
2058
2128
|
)
|
|
@@ -2060,8 +2130,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2060
2130
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2061
2131
|
|
|
2062
2132
|
// src/components/Handtool.tsx
|
|
2063
|
-
import { jsx as
|
|
2064
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2133
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2134
|
+
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx100(
|
|
2065
2135
|
"path",
|
|
2066
2136
|
{
|
|
2067
2137
|
fill: stroke || color || "currentColor",
|
|
@@ -2070,17 +2140,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2070
2140
|
) }), Handtool_default = IconHandtool;
|
|
2071
2141
|
|
|
2072
2142
|
// src/components/Help.tsx
|
|
2073
|
-
import { jsx as
|
|
2074
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2075
|
-
/* @__PURE__ */
|
|
2076
|
-
/* @__PURE__ */
|
|
2143
|
+
import { jsx as jsx101, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2144
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2145
|
+
/* @__PURE__ */ jsx101("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2146
|
+
/* @__PURE__ */ jsx101(
|
|
2077
2147
|
"path",
|
|
2078
2148
|
{
|
|
2079
2149
|
fill: stroke || color || "currentColor",
|
|
2080
2150
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
2081
2151
|
}
|
|
2082
2152
|
),
|
|
2083
|
-
/* @__PURE__ */
|
|
2153
|
+
/* @__PURE__ */ jsx101(
|
|
2084
2154
|
"path",
|
|
2085
2155
|
{
|
|
2086
2156
|
fill: stroke || color || "currentColor",
|
|
@@ -2092,8 +2162,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2092
2162
|
] }), Help_default = IconHelp;
|
|
2093
2163
|
|
|
2094
2164
|
// src/components/HomepageFilled.tsx
|
|
2095
|
-
import { jsx as
|
|
2096
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2165
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
2166
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx102(
|
|
2097
2167
|
"path",
|
|
2098
2168
|
{
|
|
2099
2169
|
fill: fill || color || "currentColor",
|
|
@@ -2104,8 +2174,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2104
2174
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2105
2175
|
|
|
2106
2176
|
// src/components/Hotareacenter.tsx
|
|
2107
|
-
import { jsx as
|
|
2108
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2177
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2178
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
2109
2179
|
"path",
|
|
2110
2180
|
{
|
|
2111
2181
|
fill: "#191919",
|
|
@@ -2115,23 +2185,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
2115
2185
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2116
2186
|
|
|
2117
2187
|
// src/components/ImageGeneration.tsx
|
|
2118
|
-
import { jsx as
|
|
2119
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2188
|
+
import { jsx as jsx104, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2189
|
+
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2190
|
+
/* @__PURE__ */ jsx104(
|
|
2121
2191
|
"path",
|
|
2122
2192
|
{
|
|
2123
2193
|
fill: stroke || color || "currentColor",
|
|
2124
2194
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
2125
2195
|
}
|
|
2126
2196
|
),
|
|
2127
|
-
/* @__PURE__ */
|
|
2197
|
+
/* @__PURE__ */ jsx104(
|
|
2128
2198
|
"path",
|
|
2129
2199
|
{
|
|
2130
2200
|
fill: stroke || color || "currentColor",
|
|
2131
2201
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
2132
2202
|
}
|
|
2133
2203
|
),
|
|
2134
|
-
/* @__PURE__ */
|
|
2204
|
+
/* @__PURE__ */ jsx104(
|
|
2135
2205
|
"path",
|
|
2136
2206
|
{
|
|
2137
2207
|
fill: stroke || color || "currentColor",
|
|
@@ -2141,9 +2211,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2141
2211
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2142
2212
|
|
|
2143
2213
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2144
|
-
import { jsx as
|
|
2145
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2146
|
-
/* @__PURE__ */
|
|
2214
|
+
import { jsx as jsx105, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2215
|
+
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2216
|
+
/* @__PURE__ */ jsx105(
|
|
2147
2217
|
"path",
|
|
2148
2218
|
{
|
|
2149
2219
|
fill: fill || color || "currentColor",
|
|
@@ -2152,7 +2222,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2152
2222
|
clipRule: "evenodd"
|
|
2153
2223
|
}
|
|
2154
2224
|
),
|
|
2155
|
-
/* @__PURE__ */
|
|
2225
|
+
/* @__PURE__ */ jsx105(
|
|
2156
2226
|
"path",
|
|
2157
2227
|
{
|
|
2158
2228
|
fill: fill || color || "currentColor",
|
|
@@ -2162,11 +2232,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2162
2232
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2163
2233
|
|
|
2164
2234
|
// src/components/Info.tsx
|
|
2165
|
-
import { jsx as
|
|
2166
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2167
|
-
/* @__PURE__ */
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2235
|
+
import { jsx as jsx106, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2236
|
+
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2237
|
+
/* @__PURE__ */ jsx106("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2238
|
+
/* @__PURE__ */ jsx106("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2239
|
+
/* @__PURE__ */ jsx106(
|
|
2170
2240
|
"path",
|
|
2171
2241
|
{
|
|
2172
2242
|
fill: stroke || color || "currentColor",
|
|
@@ -2178,8 +2248,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2178
2248
|
] }), Info_default = IconInfo;
|
|
2179
2249
|
|
|
2180
2250
|
// src/components/Invitecode.tsx
|
|
2181
|
-
import { jsx as
|
|
2182
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2251
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2252
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
|
|
2183
2253
|
"path",
|
|
2184
2254
|
{
|
|
2185
2255
|
fill: fill || color || "currentColor",
|
|
@@ -2190,8 +2260,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2190
2260
|
) }), Invitecode_default = IconInvitecode;
|
|
2191
2261
|
|
|
2192
2262
|
// src/components/LeftFilled.tsx
|
|
2193
|
-
import { jsx as
|
|
2194
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2263
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2264
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx108(
|
|
2195
2265
|
"path",
|
|
2196
2266
|
{
|
|
2197
2267
|
fill: fill || color || "currentColor",
|
|
@@ -2202,16 +2272,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2202
2272
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2203
2273
|
|
|
2204
2274
|
// src/components/Loading.tsx
|
|
2205
|
-
import { jsx as
|
|
2206
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2207
|
-
/* @__PURE__ */
|
|
2275
|
+
import { jsx as jsx109, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2276
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2277
|
+
/* @__PURE__ */ jsx109(
|
|
2208
2278
|
"path",
|
|
2209
2279
|
{
|
|
2210
2280
|
fill: fill || color || "currentColor",
|
|
2211
2281
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
2212
2282
|
}
|
|
2213
2283
|
),
|
|
2214
|
-
/* @__PURE__ */
|
|
2284
|
+
/* @__PURE__ */ jsx109(
|
|
2215
2285
|
"path",
|
|
2216
2286
|
{
|
|
2217
2287
|
fill: stroke || color || "currentColor",
|
|
@@ -2221,16 +2291,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2221
2291
|
] }), Loading_default = IconLoading;
|
|
2222
2292
|
|
|
2223
2293
|
// src/components/Login.tsx
|
|
2224
|
-
import { jsx as
|
|
2225
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2226
|
-
/* @__PURE__ */
|
|
2294
|
+
import { jsx as jsx110, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2295
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2296
|
+
/* @__PURE__ */ jsx110(
|
|
2227
2297
|
"path",
|
|
2228
2298
|
{
|
|
2229
2299
|
fill: stroke || color || "currentColor",
|
|
2230
2300
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2231
2301
|
}
|
|
2232
2302
|
),
|
|
2233
|
-
/* @__PURE__ */
|
|
2303
|
+
/* @__PURE__ */ jsx110(
|
|
2234
2304
|
"path",
|
|
2235
2305
|
{
|
|
2236
2306
|
fill: stroke || color || "currentColor",
|
|
@@ -2242,9 +2312,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2242
2312
|
] }), Login_default = IconLogin;
|
|
2243
2313
|
|
|
2244
2314
|
// src/components/Logout.tsx
|
|
2245
|
-
import { jsx as
|
|
2246
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2247
|
-
/* @__PURE__ */
|
|
2315
|
+
import { jsx as jsx111, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2316
|
+
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2317
|
+
/* @__PURE__ */ jsx111(
|
|
2248
2318
|
"path",
|
|
2249
2319
|
{
|
|
2250
2320
|
fill: stroke || color || "currentColor",
|
|
@@ -2253,7 +2323,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2253
2323
|
clipRule: "evenodd"
|
|
2254
2324
|
}
|
|
2255
2325
|
),
|
|
2256
|
-
/* @__PURE__ */
|
|
2326
|
+
/* @__PURE__ */ jsx111(
|
|
2257
2327
|
"path",
|
|
2258
2328
|
{
|
|
2259
2329
|
fill: stroke || color || "currentColor",
|
|
@@ -2263,9 +2333,9 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2263
2333
|
] }), Logout_default = IconLogout;
|
|
2264
2334
|
|
|
2265
2335
|
// src/components/Magic.tsx
|
|
2266
|
-
import { jsx as
|
|
2267
|
-
var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2268
|
-
/* @__PURE__ */
|
|
2336
|
+
import { jsx as jsx112, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2337
|
+
var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2338
|
+
/* @__PURE__ */ jsx112(
|
|
2269
2339
|
"path",
|
|
2270
2340
|
{
|
|
2271
2341
|
fill: stroke || color || "currentColor",
|
|
@@ -2274,15 +2344,15 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2274
2344
|
clipRule: "evenodd"
|
|
2275
2345
|
}
|
|
2276
2346
|
),
|
|
2277
|
-
/* @__PURE__ */
|
|
2278
|
-
/* @__PURE__ */
|
|
2347
|
+
/* @__PURE__ */ jsx112("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2348
|
+
/* @__PURE__ */ jsx112(
|
|
2279
2349
|
"path",
|
|
2280
2350
|
{
|
|
2281
2351
|
fill: stroke || color || "currentColor",
|
|
2282
2352
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2283
2353
|
}
|
|
2284
2354
|
),
|
|
2285
|
-
/* @__PURE__ */
|
|
2355
|
+
/* @__PURE__ */ jsx112(
|
|
2286
2356
|
"path",
|
|
2287
2357
|
{
|
|
2288
2358
|
fill: stroke || color || "currentColor",
|
|
@@ -2292,8 +2362,8 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2292
2362
|
] }), Magic_default = IconMagic;
|
|
2293
2363
|
|
|
2294
2364
|
// src/components/ModelGeminiFilled.tsx
|
|
2295
|
-
import { jsx as
|
|
2296
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2365
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
2366
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx113("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx113(
|
|
2297
2367
|
"path",
|
|
2298
2368
|
{
|
|
2299
2369
|
fill: fill || color || "currentColor",
|
|
@@ -2302,8 +2372,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2302
2372
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2303
2373
|
|
|
2304
2374
|
// src/components/ModelOpenaiFilled.tsx
|
|
2305
|
-
import { jsx as
|
|
2306
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2375
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2376
|
+
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2307
2377
|
"path",
|
|
2308
2378
|
{
|
|
2309
2379
|
fill: fill || color || "currentColor",
|
|
@@ -2312,9 +2382,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2312
2382
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2313
2383
|
|
|
2314
2384
|
// src/components/ModelDeepmindFilled.tsx
|
|
2315
|
-
import { jsx as
|
|
2316
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2317
|
-
/* @__PURE__ */
|
|
2385
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2386
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2387
|
+
/* @__PURE__ */ jsx115("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx115(
|
|
2318
2388
|
"path",
|
|
2319
2389
|
{
|
|
2320
2390
|
fill: fill || color || "currentColor",
|
|
@@ -2323,28 +2393,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2323
2393
|
clipRule: "evenodd"
|
|
2324
2394
|
}
|
|
2325
2395
|
) }),
|
|
2326
|
-
/* @__PURE__ */
|
|
2396
|
+
/* @__PURE__ */ jsx115("defs", { children: /* @__PURE__ */ jsx115("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx115("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2327
2397
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2328
2398
|
|
|
2329
2399
|
// src/components/ModelSeedFilled.tsx
|
|
2330
|
-
import { jsx as
|
|
2331
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2333
|
-
/* @__PURE__ */
|
|
2400
|
+
import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2401
|
+
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2402
|
+
/* @__PURE__ */ jsx116("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2403
|
+
/* @__PURE__ */ jsx116(
|
|
2334
2404
|
"path",
|
|
2335
2405
|
{
|
|
2336
2406
|
fill: fill || color || "currentColor",
|
|
2337
2407
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2338
2408
|
}
|
|
2339
2409
|
),
|
|
2340
|
-
/* @__PURE__ */
|
|
2410
|
+
/* @__PURE__ */ jsx116(
|
|
2341
2411
|
"path",
|
|
2342
2412
|
{
|
|
2343
2413
|
fill: fill || color || "currentColor",
|
|
2344
2414
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2345
2415
|
}
|
|
2346
2416
|
),
|
|
2347
|
-
/* @__PURE__ */
|
|
2417
|
+
/* @__PURE__ */ jsx116(
|
|
2348
2418
|
"path",
|
|
2349
2419
|
{
|
|
2350
2420
|
fill: fill || color || "currentColor",
|
|
@@ -2354,8 +2424,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2354
2424
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2355
2425
|
|
|
2356
2426
|
// src/components/ModelSoraFilled.tsx
|
|
2357
|
-
import { jsx as
|
|
2358
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2427
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2428
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
|
|
2359
2429
|
"path",
|
|
2360
2430
|
{
|
|
2361
2431
|
fill: fill || color || "currentColor",
|
|
@@ -2364,7 +2434,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2364
2434
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2365
2435
|
|
|
2366
2436
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2367
|
-
import { jsx as
|
|
2437
|
+
import { jsx as jsx118, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2368
2438
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2369
2439
|
size,
|
|
2370
2440
|
width,
|
|
@@ -2373,64 +2443,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2373
2443
|
className,
|
|
2374
2444
|
fill,
|
|
2375
2445
|
stroke
|
|
2376
|
-
}) => /* @__PURE__ */
|
|
2377
|
-
/* @__PURE__ */
|
|
2446
|
+
}) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2447
|
+
/* @__PURE__ */ jsx118(
|
|
2378
2448
|
"path",
|
|
2379
2449
|
{
|
|
2380
2450
|
fill: "#5A5C62",
|
|
2381
2451
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
2382
2452
|
}
|
|
2383
2453
|
),
|
|
2384
|
-
/* @__PURE__ */
|
|
2454
|
+
/* @__PURE__ */ jsx118(
|
|
2385
2455
|
"path",
|
|
2386
2456
|
{
|
|
2387
2457
|
fill: "#D5D6D7",
|
|
2388
2458
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
2389
2459
|
}
|
|
2390
2460
|
),
|
|
2391
|
-
/* @__PURE__ */
|
|
2461
|
+
/* @__PURE__ */ jsx118(
|
|
2392
2462
|
"path",
|
|
2393
2463
|
{
|
|
2394
2464
|
fill: "#C4C5C7",
|
|
2395
2465
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
2396
2466
|
}
|
|
2397
2467
|
),
|
|
2398
|
-
/* @__PURE__ */
|
|
2468
|
+
/* @__PURE__ */ jsx118(
|
|
2399
2469
|
"path",
|
|
2400
2470
|
{
|
|
2401
2471
|
fill: "#7B7C81",
|
|
2402
2472
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
2403
2473
|
}
|
|
2404
2474
|
),
|
|
2405
|
-
/* @__PURE__ */
|
|
2475
|
+
/* @__PURE__ */ jsx118(
|
|
2406
2476
|
"path",
|
|
2407
2477
|
{
|
|
2408
2478
|
fill: "#85878B",
|
|
2409
2479
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
2410
2480
|
}
|
|
2411
2481
|
),
|
|
2412
|
-
/* @__PURE__ */
|
|
2482
|
+
/* @__PURE__ */ jsx118(
|
|
2413
2483
|
"path",
|
|
2414
2484
|
{
|
|
2415
2485
|
fill: "#1B1D24",
|
|
2416
2486
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
2417
2487
|
}
|
|
2418
2488
|
),
|
|
2419
|
-
/* @__PURE__ */
|
|
2489
|
+
/* @__PURE__ */ jsx118(
|
|
2420
2490
|
"path",
|
|
2421
2491
|
{
|
|
2422
2492
|
fill: "#D5D6D7",
|
|
2423
2493
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
2424
2494
|
}
|
|
2425
2495
|
),
|
|
2426
|
-
/* @__PURE__ */
|
|
2496
|
+
/* @__PURE__ */ jsx118(
|
|
2427
2497
|
"path",
|
|
2428
2498
|
{
|
|
2429
2499
|
fill: "#85878B",
|
|
2430
2500
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
2431
2501
|
}
|
|
2432
2502
|
),
|
|
2433
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ jsx118(
|
|
2434
2504
|
"path",
|
|
2435
2505
|
{
|
|
2436
2506
|
fill: "#D5D6D7",
|
|
@@ -2440,10 +2510,10 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2440
2510
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2441
2511
|
|
|
2442
2512
|
// src/components/ModelhappyhorseFilled.tsx
|
|
2443
|
-
import { jsx as
|
|
2444
|
-
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2445
|
-
/* @__PURE__ */
|
|
2446
|
-
/* @__PURE__ */
|
|
2513
|
+
import { jsx as jsx119, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2514
|
+
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2515
|
+
/* @__PURE__ */ jsxs62("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2516
|
+
/* @__PURE__ */ jsx119(
|
|
2447
2517
|
"mask",
|
|
2448
2518
|
{
|
|
2449
2519
|
id: "mask0_786_80",
|
|
@@ -2453,10 +2523,10 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2453
2523
|
y: "-8",
|
|
2454
2524
|
maskUnits: "userSpaceOnUse",
|
|
2455
2525
|
style: { maskType: "luminance" },
|
|
2456
|
-
children: /* @__PURE__ */
|
|
2526
|
+
children: /* @__PURE__ */ jsx119("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2457
2527
|
}
|
|
2458
2528
|
),
|
|
2459
|
-
/* @__PURE__ */
|
|
2529
|
+
/* @__PURE__ */ jsx119("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ jsx119(
|
|
2460
2530
|
"path",
|
|
2461
2531
|
{
|
|
2462
2532
|
fill: fill || color || "currentColor",
|
|
@@ -2464,12 +2534,12 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2464
2534
|
}
|
|
2465
2535
|
) })
|
|
2466
2536
|
] }),
|
|
2467
|
-
/* @__PURE__ */
|
|
2537
|
+
/* @__PURE__ */ jsx119("defs", { children: /* @__PURE__ */ jsx119("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ jsx119("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2468
2538
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2469
2539
|
|
|
2470
2540
|
// src/components/ModelklingFilled.tsx
|
|
2471
|
-
import { jsx as
|
|
2472
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2541
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
2542
|
+
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx120("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx120(
|
|
2473
2543
|
"path",
|
|
2474
2544
|
{
|
|
2475
2545
|
fill: fill || color || "currentColor",
|
|
@@ -2480,8 +2550,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2480
2550
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2481
2551
|
|
|
2482
2552
|
// src/components/Models.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2553
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2554
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2485
2555
|
"path",
|
|
2486
2556
|
{
|
|
2487
2557
|
fill: stroke || color || "currentColor",
|
|
@@ -2492,8 +2562,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2492
2562
|
) }), Models_default = IconModels;
|
|
2493
2563
|
|
|
2494
2564
|
// src/components/MoreCollapse.tsx
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2565
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2566
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx122("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx122(
|
|
2497
2567
|
"path",
|
|
2498
2568
|
{
|
|
2499
2569
|
fill: stroke || color || "currentColor",
|
|
@@ -2502,23 +2572,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2502
2572
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2503
2573
|
|
|
2504
2574
|
// src/components/MoreHorizontal.tsx
|
|
2505
|
-
import { jsx as
|
|
2506
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2507
|
-
/* @__PURE__ */
|
|
2575
|
+
import { jsx as jsx123, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2576
|
+
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2577
|
+
/* @__PURE__ */ jsx123(
|
|
2508
2578
|
"path",
|
|
2509
2579
|
{
|
|
2510
2580
|
fill: stroke || color || "currentColor",
|
|
2511
2581
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
2512
2582
|
}
|
|
2513
2583
|
),
|
|
2514
|
-
/* @__PURE__ */
|
|
2584
|
+
/* @__PURE__ */ jsx123(
|
|
2515
2585
|
"path",
|
|
2516
2586
|
{
|
|
2517
2587
|
fill: stroke || color || "currentColor",
|
|
2518
2588
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
2519
2589
|
}
|
|
2520
2590
|
),
|
|
2521
|
-
/* @__PURE__ */
|
|
2591
|
+
/* @__PURE__ */ jsx123(
|
|
2522
2592
|
"path",
|
|
2523
2593
|
{
|
|
2524
2594
|
fill: stroke || color || "currentColor",
|
|
@@ -2528,8 +2598,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2528
2598
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2529
2599
|
|
|
2530
2600
|
// src/components/MoreShowed.tsx
|
|
2531
|
-
import { jsx as
|
|
2532
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2601
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
2602
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx124("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx124(
|
|
2533
2603
|
"path",
|
|
2534
2604
|
{
|
|
2535
2605
|
fill: stroke || color || "currentColor",
|
|
@@ -2538,23 +2608,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2538
2608
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2539
2609
|
|
|
2540
2610
|
// src/components/More.tsx
|
|
2541
|
-
import { jsx as
|
|
2542
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2543
|
-
/* @__PURE__ */
|
|
2611
|
+
import { jsx as jsx125, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2612
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2613
|
+
/* @__PURE__ */ jsx125(
|
|
2544
2614
|
"path",
|
|
2545
2615
|
{
|
|
2546
2616
|
fill: stroke || color || "currentColor",
|
|
2547
2617
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
2548
2618
|
}
|
|
2549
2619
|
),
|
|
2550
|
-
/* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ jsx125(
|
|
2551
2621
|
"path",
|
|
2552
2622
|
{
|
|
2553
2623
|
fill: stroke || color || "currentColor",
|
|
2554
2624
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
2555
2625
|
}
|
|
2556
2626
|
),
|
|
2557
|
-
/* @__PURE__ */
|
|
2627
|
+
/* @__PURE__ */ jsx125(
|
|
2558
2628
|
"path",
|
|
2559
2629
|
{
|
|
2560
2630
|
fill: stroke || color || "currentColor",
|
|
@@ -2564,30 +2634,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2564
2634
|
] }), More_default = IconMore;
|
|
2565
2635
|
|
|
2566
2636
|
// src/components/Moresettings.tsx
|
|
2567
|
-
import { jsx as
|
|
2568
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2569
|
-
/* @__PURE__ */
|
|
2637
|
+
import { jsx as jsx126, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2638
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2639
|
+
/* @__PURE__ */ jsx126(
|
|
2570
2640
|
"path",
|
|
2571
2641
|
{
|
|
2572
2642
|
fill: stroke || color || "currentColor",
|
|
2573
2643
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
2574
2644
|
}
|
|
2575
2645
|
),
|
|
2576
|
-
/* @__PURE__ */
|
|
2646
|
+
/* @__PURE__ */ jsx126(
|
|
2577
2647
|
"path",
|
|
2578
2648
|
{
|
|
2579
2649
|
fill: stroke || color || "currentColor",
|
|
2580
2650
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
2581
2651
|
}
|
|
2582
2652
|
),
|
|
2583
|
-
/* @__PURE__ */
|
|
2653
|
+
/* @__PURE__ */ jsx126(
|
|
2584
2654
|
"path",
|
|
2585
2655
|
{
|
|
2586
2656
|
fill: stroke || color || "currentColor",
|
|
2587
2657
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
2588
2658
|
}
|
|
2589
2659
|
),
|
|
2590
|
-
/* @__PURE__ */
|
|
2660
|
+
/* @__PURE__ */ jsx126(
|
|
2591
2661
|
"path",
|
|
2592
2662
|
{
|
|
2593
2663
|
fill: stroke || color || "currentColor",
|
|
@@ -2599,9 +2669,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2599
2669
|
] }), Moresettings_default = IconMoresettings;
|
|
2600
2670
|
|
|
2601
2671
|
// src/components/MouseDrag.tsx
|
|
2602
|
-
import { jsx as
|
|
2603
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2604
|
-
/* @__PURE__ */
|
|
2672
|
+
import { jsx as jsx127, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2673
|
+
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2674
|
+
/* @__PURE__ */ jsx127(
|
|
2605
2675
|
"path",
|
|
2606
2676
|
{
|
|
2607
2677
|
fill: fill || color || "currentColor",
|
|
@@ -2609,7 +2679,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2609
2679
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2610
2680
|
}
|
|
2611
2681
|
),
|
|
2612
|
-
/* @__PURE__ */
|
|
2682
|
+
/* @__PURE__ */ jsx127(
|
|
2613
2683
|
"path",
|
|
2614
2684
|
{
|
|
2615
2685
|
fill: fill || color || "currentColor",
|
|
@@ -2617,7 +2687,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2617
2687
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2618
2688
|
}
|
|
2619
2689
|
),
|
|
2620
|
-
/* @__PURE__ */
|
|
2690
|
+
/* @__PURE__ */ jsx127(
|
|
2621
2691
|
"path",
|
|
2622
2692
|
{
|
|
2623
2693
|
fill: fill || color || "currentColor",
|
|
@@ -2628,9 +2698,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2628
2698
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2629
2699
|
|
|
2630
2700
|
// src/components/MouseMove.tsx
|
|
2631
|
-
import { jsx as
|
|
2632
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2633
|
-
/* @__PURE__ */
|
|
2701
|
+
import { jsx as jsx128, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2702
|
+
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2703
|
+
/* @__PURE__ */ jsx128("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx128(
|
|
2634
2704
|
"path",
|
|
2635
2705
|
{
|
|
2636
2706
|
fill: fill || color || "currentColor",
|
|
@@ -2638,13 +2708,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2638
2708
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
2639
2709
|
}
|
|
2640
2710
|
) }),
|
|
2641
|
-
/* @__PURE__ */
|
|
2711
|
+
/* @__PURE__ */ jsx128("defs", { children: /* @__PURE__ */ jsx128("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx128("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2642
2712
|
] }), MouseMove_default = IconMouseMove;
|
|
2643
2713
|
|
|
2644
2714
|
// src/components/MouseNumberchange.tsx
|
|
2645
|
-
import { jsx as
|
|
2646
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2647
|
-
/* @__PURE__ */
|
|
2715
|
+
import { jsx as jsx129, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2716
|
+
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2717
|
+
/* @__PURE__ */ jsx129(
|
|
2648
2718
|
"path",
|
|
2649
2719
|
{
|
|
2650
2720
|
fill: fill || color || "currentColor",
|
|
@@ -2652,7 +2722,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2652
2722
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2653
2723
|
}
|
|
2654
2724
|
),
|
|
2655
|
-
/* @__PURE__ */
|
|
2725
|
+
/* @__PURE__ */ jsx129(
|
|
2656
2726
|
"path",
|
|
2657
2727
|
{
|
|
2658
2728
|
fill: fill || color || "currentColor",
|
|
@@ -2663,8 +2733,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2663
2733
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2664
2734
|
|
|
2665
2735
|
// src/components/Musicassets.tsx
|
|
2666
|
-
import { jsx as
|
|
2667
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2736
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2737
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx130("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx130(
|
|
2668
2738
|
"path",
|
|
2669
2739
|
{
|
|
2670
2740
|
fill: stroke || color || "currentColor",
|
|
@@ -2675,9 +2745,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2675
2745
|
) }), Musicassets_default = IconMusicassets;
|
|
2676
2746
|
|
|
2677
2747
|
// src/components/Mute.tsx
|
|
2678
|
-
import { jsx as
|
|
2679
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2680
|
-
/* @__PURE__ */
|
|
2748
|
+
import { jsx as jsx131, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2749
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2750
|
+
/* @__PURE__ */ jsx131(
|
|
2681
2751
|
"path",
|
|
2682
2752
|
{
|
|
2683
2753
|
fill: stroke || color || "currentColor",
|
|
@@ -2686,7 +2756,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2686
2756
|
clipRule: "evenodd"
|
|
2687
2757
|
}
|
|
2688
2758
|
),
|
|
2689
|
-
/* @__PURE__ */
|
|
2759
|
+
/* @__PURE__ */ jsx131(
|
|
2690
2760
|
"path",
|
|
2691
2761
|
{
|
|
2692
2762
|
fill: stroke || color || "currentColor",
|
|
@@ -2696,9 +2766,9 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2696
2766
|
] }), Mute_default = IconMute;
|
|
2697
2767
|
|
|
2698
2768
|
// src/components/Newchat.tsx
|
|
2699
|
-
import { jsx as
|
|
2700
|
-
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2701
|
-
/* @__PURE__ */
|
|
2769
|
+
import { jsx as jsx132, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2770
|
+
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2771
|
+
/* @__PURE__ */ jsx132(
|
|
2702
2772
|
"path",
|
|
2703
2773
|
{
|
|
2704
2774
|
fill: stroke || color || "currentColor",
|
|
@@ -2707,7 +2777,7 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2707
2777
|
clipRule: "evenodd"
|
|
2708
2778
|
}
|
|
2709
2779
|
),
|
|
2710
|
-
/* @__PURE__ */
|
|
2780
|
+
/* @__PURE__ */ jsx132(
|
|
2711
2781
|
"path",
|
|
2712
2782
|
{
|
|
2713
2783
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,8 +2787,8 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2717
2787
|
] }), Newchat_default = IconNewchat;
|
|
2718
2788
|
|
|
2719
2789
|
// src/components/Next.tsx
|
|
2720
|
-
import { jsx as
|
|
2721
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2790
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
2791
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx133("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx133(
|
|
2722
2792
|
"path",
|
|
2723
2793
|
{
|
|
2724
2794
|
fill: stroke || color || "currentColor",
|
|
@@ -2729,16 +2799,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2729
2799
|
) }), Next_default = IconNext;
|
|
2730
2800
|
|
|
2731
2801
|
// src/components/Nextscene.tsx
|
|
2732
|
-
import { jsx as
|
|
2733
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2734
|
-
/* @__PURE__ */
|
|
2802
|
+
import { jsx as jsx134, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2803
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2804
|
+
/* @__PURE__ */ jsx134(
|
|
2735
2805
|
"path",
|
|
2736
2806
|
{
|
|
2737
2807
|
fill: stroke || color || "currentColor",
|
|
2738
2808
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2739
2809
|
}
|
|
2740
2810
|
),
|
|
2741
|
-
/* @__PURE__ */
|
|
2811
|
+
/* @__PURE__ */ jsx134(
|
|
2742
2812
|
"path",
|
|
2743
2813
|
{
|
|
2744
2814
|
fill: stroke || color || "currentColor",
|
|
@@ -2750,8 +2820,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2750
2820
|
] }), Nextscene_default = IconNextscene;
|
|
2751
2821
|
|
|
2752
2822
|
// src/components/Niceofficial.tsx
|
|
2753
|
-
import { jsx as
|
|
2754
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2823
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
2824
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx135("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx135(
|
|
2755
2825
|
"path",
|
|
2756
2826
|
{
|
|
2757
2827
|
fill: fill || color || "currentColor",
|
|
@@ -2762,9 +2832,9 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2762
2832
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2763
2833
|
|
|
2764
2834
|
// src/components/Notification.tsx
|
|
2765
|
-
import { jsx as
|
|
2766
|
-
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2767
|
-
/* @__PURE__ */
|
|
2835
|
+
import { jsx as jsx136, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2836
|
+
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2837
|
+
/* @__PURE__ */ jsx136(
|
|
2768
2838
|
"path",
|
|
2769
2839
|
{
|
|
2770
2840
|
fill: stroke || color || "currentColor",
|
|
@@ -2773,7 +2843,7 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2773
2843
|
clipRule: "evenodd"
|
|
2774
2844
|
}
|
|
2775
2845
|
),
|
|
2776
|
-
/* @__PURE__ */
|
|
2846
|
+
/* @__PURE__ */ jsx136(
|
|
2777
2847
|
"path",
|
|
2778
2848
|
{
|
|
2779
2849
|
fill: stroke || color || "currentColor",
|
|
@@ -2783,18 +2853,18 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2783
2853
|
] }), Notification_default = IconNotification;
|
|
2784
2854
|
|
|
2785
2855
|
// src/components/Oneclickgenerate.tsx
|
|
2786
|
-
import { jsx as
|
|
2787
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2788
|
-
/* @__PURE__ */
|
|
2789
|
-
/* @__PURE__ */
|
|
2790
|
-
/* @__PURE__ */
|
|
2856
|
+
import { jsx as jsx137, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2857
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2858
|
+
/* @__PURE__ */ jsx137("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2859
|
+
/* @__PURE__ */ jsx137("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2860
|
+
/* @__PURE__ */ jsx137(
|
|
2791
2861
|
"path",
|
|
2792
2862
|
{
|
|
2793
2863
|
fill: stroke || color || "currentColor",
|
|
2794
2864
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2795
2865
|
}
|
|
2796
2866
|
),
|
|
2797
|
-
/* @__PURE__ */
|
|
2867
|
+
/* @__PURE__ */ jsx137(
|
|
2798
2868
|
"path",
|
|
2799
2869
|
{
|
|
2800
2870
|
fill: stroke || color || "currentColor",
|
|
@@ -2806,9 +2876,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2806
2876
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2807
2877
|
|
|
2808
2878
|
// src/components/Opendemo.tsx
|
|
2809
|
-
import { jsx as
|
|
2810
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2811
|
-
/* @__PURE__ */
|
|
2879
|
+
import { jsx as jsx138, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2880
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2881
|
+
/* @__PURE__ */ jsx138(
|
|
2812
2882
|
"path",
|
|
2813
2883
|
{
|
|
2814
2884
|
fill: stroke || color || "currentColor",
|
|
@@ -2817,12 +2887,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2817
2887
|
clipRule: "evenodd"
|
|
2818
2888
|
}
|
|
2819
2889
|
),
|
|
2820
|
-
/* @__PURE__ */
|
|
2890
|
+
/* @__PURE__ */ jsx138("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2821
2891
|
] }), Opendemo_default = IconOpendemo;
|
|
2822
2892
|
|
|
2823
2893
|
// src/components/OppsFilled.tsx
|
|
2824
|
-
import { jsx as
|
|
2825
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2894
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
2895
|
+
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx139("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx139(
|
|
2826
2896
|
"path",
|
|
2827
2897
|
{
|
|
2828
2898
|
fill: fill || color || "currentColor",
|
|
@@ -2833,8 +2903,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2833
2903
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2834
2904
|
|
|
2835
2905
|
// src/components/OptionalcheckedFilled.tsx
|
|
2836
|
-
import { jsx as
|
|
2837
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2906
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2907
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140(
|
|
2838
2908
|
"path",
|
|
2839
2909
|
{
|
|
2840
2910
|
fill: fill || color || "currentColor",
|
|
@@ -2845,8 +2915,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2845
2915
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2846
2916
|
|
|
2847
2917
|
// src/components/Optionaluncheck.tsx
|
|
2848
|
-
import { jsx as
|
|
2849
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2918
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
2919
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx141("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx141(
|
|
2850
2920
|
"path",
|
|
2851
2921
|
{
|
|
2852
2922
|
fill: stroke || color || "currentColor",
|
|
@@ -2857,8 +2927,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2857
2927
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2858
2928
|
|
|
2859
2929
|
// src/components/Packagegame.tsx
|
|
2860
|
-
import { jsx as
|
|
2861
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2930
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
2931
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx142("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx142(
|
|
2862
2932
|
"path",
|
|
2863
2933
|
{
|
|
2864
2934
|
fill: stroke || color || "currentColor",
|
|
@@ -2869,13 +2939,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2869
2939
|
) }), Packagegame_default = IconPackagegame;
|
|
2870
2940
|
|
|
2871
2941
|
// src/components/PageError.tsx
|
|
2872
|
-
import { jsx as
|
|
2873
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2942
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2943
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2874
2944
|
|
|
2875
2945
|
// src/components/Parameters.tsx
|
|
2876
|
-
import { jsx as
|
|
2877
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2878
|
-
/* @__PURE__ */
|
|
2946
|
+
import { jsx as jsx144, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2947
|
+
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2948
|
+
/* @__PURE__ */ jsx144(
|
|
2879
2949
|
"path",
|
|
2880
2950
|
{
|
|
2881
2951
|
fill: stroke || color || "currentColor",
|
|
@@ -2884,7 +2954,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2884
2954
|
clipRule: "evenodd"
|
|
2885
2955
|
}
|
|
2886
2956
|
),
|
|
2887
|
-
/* @__PURE__ */
|
|
2957
|
+
/* @__PURE__ */ jsx144(
|
|
2888
2958
|
"path",
|
|
2889
2959
|
{
|
|
2890
2960
|
fill: stroke || color || "currentColor",
|
|
@@ -2895,10 +2965,17 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2895
2965
|
)
|
|
2896
2966
|
] }), Parameters_default = IconParameters;
|
|
2897
2967
|
|
|
2968
|
+
// src/components/PauseFilled.tsx
|
|
2969
|
+
import { jsx as jsx145, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2970
|
+
var IconPauseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2971
|
+
/* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
2972
|
+
/* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
2973
|
+
] }), PauseFilled_default = IconPauseFilled;
|
|
2974
|
+
|
|
2898
2975
|
// src/components/Pause.tsx
|
|
2899
|
-
import { jsx as
|
|
2900
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2901
|
-
/* @__PURE__ */
|
|
2976
|
+
import { jsx as jsx146, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2977
|
+
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2978
|
+
/* @__PURE__ */ jsx146(
|
|
2902
2979
|
"path",
|
|
2903
2980
|
{
|
|
2904
2981
|
fill: stroke || color || "currentColor",
|
|
@@ -2907,7 +2984,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2907
2984
|
clipRule: "evenodd"
|
|
2908
2985
|
}
|
|
2909
2986
|
),
|
|
2910
|
-
/* @__PURE__ */
|
|
2987
|
+
/* @__PURE__ */ jsx146(
|
|
2911
2988
|
"path",
|
|
2912
2989
|
{
|
|
2913
2990
|
fill: stroke || color || "currentColor",
|
|
@@ -2919,8 +2996,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2919
2996
|
] }), Pause_default = IconPause;
|
|
2920
2997
|
|
|
2921
2998
|
// src/components/Pencil.tsx
|
|
2922
|
-
import { jsx as
|
|
2923
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2999
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
3000
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx147("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx147(
|
|
2924
3001
|
"path",
|
|
2925
3002
|
{
|
|
2926
3003
|
fill: stroke || color || "currentColor",
|
|
@@ -2931,8 +3008,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2931
3008
|
) }), Pencil_default = IconPencil;
|
|
2932
3009
|
|
|
2933
3010
|
// src/components/Pick.tsx
|
|
2934
|
-
import { jsx as
|
|
2935
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3011
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
3012
|
+
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx148("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx148(
|
|
2936
3013
|
"path",
|
|
2937
3014
|
{
|
|
2938
3015
|
fill: stroke || color || "currentColor",
|
|
@@ -2943,25 +3020,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2943
3020
|
) }), Pick_default = IconPick;
|
|
2944
3021
|
|
|
2945
3022
|
// src/components/PickedFilled.tsx
|
|
2946
|
-
import { jsx as
|
|
2947
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3023
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
3024
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx149("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx149("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2948
3025
|
|
|
2949
3026
|
// src/components/PlanFilled.tsx
|
|
2950
|
-
import { jsx as
|
|
2951
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2952
|
-
/* @__PURE__ */
|
|
3027
|
+
import { jsx as jsx150, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3028
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3029
|
+
/* @__PURE__ */ jsx150("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx150(
|
|
2953
3030
|
"path",
|
|
2954
3031
|
{
|
|
2955
3032
|
fill: fill || color || "currentColor",
|
|
2956
3033
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2957
3034
|
}
|
|
2958
3035
|
) }),
|
|
2959
|
-
/* @__PURE__ */
|
|
3036
|
+
/* @__PURE__ */ jsx150("defs", { children: /* @__PURE__ */ jsx150("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx150("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2960
3037
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2961
3038
|
|
|
2962
3039
|
// src/components/PlayFilled.tsx
|
|
2963
|
-
import { jsx as
|
|
2964
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3040
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
3041
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
|
|
2965
3042
|
"path",
|
|
2966
3043
|
{
|
|
2967
3044
|
fill: fill || color || "currentColor",
|
|
@@ -2970,8 +3047,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2970
3047
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2971
3048
|
|
|
2972
3049
|
// src/components/Play.tsx
|
|
2973
|
-
import { jsx as
|
|
2974
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3050
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
3051
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx152("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx152(
|
|
2975
3052
|
"path",
|
|
2976
3053
|
{
|
|
2977
3054
|
fill: stroke || color || "currentColor",
|
|
@@ -2981,17 +3058,29 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2981
3058
|
}
|
|
2982
3059
|
) }), Play_default = IconPlay;
|
|
2983
3060
|
|
|
3061
|
+
// src/components/Premiumcontent.tsx
|
|
3062
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
3063
|
+
var IconPremiumcontent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx153("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx153(
|
|
3064
|
+
"path",
|
|
3065
|
+
{
|
|
3066
|
+
fill: stroke || color || "currentColor",
|
|
3067
|
+
d: "M9.78473 21.75L9.53473 24H11.7986L12.0486 21.75H16.1038C18.8079 21.75 21 19.5579 21 16.8538C21 14.5865 19.4434 12.6158 17.2378 12.0907L13.2279 11.1359L13.9652 4.5H19.5V2.25H14.2152L14.4652 0H12.2014L11.9514 2.25H7.89625C5.19212 2.25 3 4.44212 3 7.14625C3 9.41351 4.55657 11.3842 6.76218 11.9093L10.7721 12.8641L10.0347 19.5H4.5V21.75H9.78473ZM12.2986 19.5H16.1038C17.5652 19.5 18.75 18.3152 18.75 16.8538C18.75 15.6284 17.9087 14.5633 16.7167 14.2795L12.9776 13.3892L12.2986 19.5ZM11.0224 10.6108L11.7014 4.5H7.89625C6.43477 4.5 5.25 5.68477 5.25 7.14625C5.25 8.37162 6.09127 9.43671 7.28332 9.72053L11.0224 10.6108Z",
|
|
3068
|
+
fillRule: "evenodd",
|
|
3069
|
+
clipRule: "evenodd"
|
|
3070
|
+
}
|
|
3071
|
+
) }), Premiumcontent_default = IconPremiumcontent;
|
|
3072
|
+
|
|
2984
3073
|
// src/components/Previouscene.tsx
|
|
2985
|
-
import { jsx as
|
|
2986
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2987
|
-
/* @__PURE__ */
|
|
3074
|
+
import { jsx as jsx154, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3075
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3076
|
+
/* @__PURE__ */ jsx154(
|
|
2988
3077
|
"path",
|
|
2989
3078
|
{
|
|
2990
3079
|
fill: stroke || color || "currentColor",
|
|
2991
3080
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2992
3081
|
}
|
|
2993
3082
|
),
|
|
2994
|
-
/* @__PURE__ */
|
|
3083
|
+
/* @__PURE__ */ jsx154(
|
|
2995
3084
|
"path",
|
|
2996
3085
|
{
|
|
2997
3086
|
fill: stroke || color || "currentColor",
|
|
@@ -3003,8 +3092,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
3003
3092
|
] }), Previouscene_default = IconPreviouscene;
|
|
3004
3093
|
|
|
3005
3094
|
// src/components/ProblemFilled.tsx
|
|
3006
|
-
import { jsx as
|
|
3007
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3095
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3096
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx155("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx155(
|
|
3008
3097
|
"path",
|
|
3009
3098
|
{
|
|
3010
3099
|
fill: fill || color || "currentColor",
|
|
@@ -3015,8 +3104,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3015
3104
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
3016
3105
|
|
|
3017
3106
|
// src/components/ProblemNoticeFilled.tsx
|
|
3018
|
-
import { jsx as
|
|
3019
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3107
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
3108
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx156("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx156(
|
|
3020
3109
|
"path",
|
|
3021
3110
|
{
|
|
3022
3111
|
fill: fill || color || "currentColor",
|
|
@@ -3027,11 +3116,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
3027
3116
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3028
3117
|
|
|
3029
3118
|
// src/components/Problem.tsx
|
|
3030
|
-
import { jsx as
|
|
3031
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3032
|
-
/* @__PURE__ */
|
|
3033
|
-
/* @__PURE__ */
|
|
3034
|
-
/* @__PURE__ */
|
|
3119
|
+
import { jsx as jsx157, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3120
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3121
|
+
/* @__PURE__ */ jsx157("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3122
|
+
/* @__PURE__ */ jsx157("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3123
|
+
/* @__PURE__ */ jsx157(
|
|
3035
3124
|
"path",
|
|
3036
3125
|
{
|
|
3037
3126
|
fill: stroke || color || "currentColor",
|
|
@@ -3043,9 +3132,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3043
3132
|
] }), Problem_default = IconProblem;
|
|
3044
3133
|
|
|
3045
3134
|
// src/components/Publish.tsx
|
|
3046
|
-
import { jsx as
|
|
3047
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3048
|
-
/* @__PURE__ */
|
|
3135
|
+
import { jsx as jsx158, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3136
|
+
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3137
|
+
/* @__PURE__ */ jsx158(
|
|
3049
3138
|
"path",
|
|
3050
3139
|
{
|
|
3051
3140
|
fill: stroke || color || "currentColor",
|
|
@@ -3054,13 +3143,13 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3054
3143
|
clipRule: "evenodd"
|
|
3055
3144
|
}
|
|
3056
3145
|
),
|
|
3057
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ jsx158("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3058
3147
|
] }), Publish_default = IconPublish;
|
|
3059
3148
|
|
|
3060
3149
|
// src/components/Quote.tsx
|
|
3061
|
-
import { jsx as
|
|
3062
|
-
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3063
|
-
/* @__PURE__ */
|
|
3150
|
+
import { jsx as jsx159, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3151
|
+
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3152
|
+
/* @__PURE__ */ jsx159(
|
|
3064
3153
|
"path",
|
|
3065
3154
|
{
|
|
3066
3155
|
fill: stroke || color || "currentColor",
|
|
@@ -3069,7 +3158,7 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3069
3158
|
clipRule: "evenodd"
|
|
3070
3159
|
}
|
|
3071
3160
|
),
|
|
3072
|
-
/* @__PURE__ */
|
|
3161
|
+
/* @__PURE__ */ jsx159(
|
|
3073
3162
|
"path",
|
|
3074
3163
|
{
|
|
3075
3164
|
fill: stroke || color || "currentColor",
|
|
@@ -3081,8 +3170,8 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3081
3170
|
] }), Quote_default = IconQuote;
|
|
3082
3171
|
|
|
3083
3172
|
// src/components/Ratio169.tsx
|
|
3084
|
-
import { jsx as
|
|
3085
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3173
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3174
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx160("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx160(
|
|
3086
3175
|
"path",
|
|
3087
3176
|
{
|
|
3088
3177
|
fill: stroke || color || "currentColor",
|
|
@@ -3091,16 +3180,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3091
3180
|
) }), Ratio169_default = IconRatio169;
|
|
3092
3181
|
|
|
3093
3182
|
// src/components/Ratio11.tsx
|
|
3094
|
-
import { jsx as
|
|
3095
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3096
|
-
/* @__PURE__ */
|
|
3183
|
+
import { jsx as jsx161, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3184
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3185
|
+
/* @__PURE__ */ jsx161("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx161(
|
|
3097
3186
|
"path",
|
|
3098
3187
|
{
|
|
3099
3188
|
fill: stroke || color || "currentColor",
|
|
3100
3189
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
3101
3190
|
}
|
|
3102
3191
|
) }),
|
|
3103
|
-
/* @__PURE__ */
|
|
3192
|
+
/* @__PURE__ */ jsx161("defs", { children: /* @__PURE__ */ jsx161("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx161(
|
|
3104
3193
|
"rect",
|
|
3105
3194
|
{
|
|
3106
3195
|
width: "24",
|
|
@@ -3112,16 +3201,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3112
3201
|
] }), Ratio11_default = IconRatio11;
|
|
3113
3202
|
|
|
3114
3203
|
// src/components/Ratio916.tsx
|
|
3115
|
-
import { jsx as
|
|
3116
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3117
|
-
/* @__PURE__ */
|
|
3204
|
+
import { jsx as jsx162, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3205
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3206
|
+
/* @__PURE__ */ jsx162("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx162(
|
|
3118
3207
|
"path",
|
|
3119
3208
|
{
|
|
3120
3209
|
fill: stroke || color || "currentColor",
|
|
3121
3210
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
3122
3211
|
}
|
|
3123
3212
|
) }),
|
|
3124
|
-
/* @__PURE__ */
|
|
3213
|
+
/* @__PURE__ */ jsx162("defs", { children: /* @__PURE__ */ jsx162("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx162(
|
|
3125
3214
|
"rect",
|
|
3126
3215
|
{
|
|
3127
3216
|
width: "24",
|
|
@@ -3133,18 +3222,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3133
3222
|
] }), Ratio916_default = IconRatio916;
|
|
3134
3223
|
|
|
3135
3224
|
// src/components/RatioAuto.tsx
|
|
3136
|
-
import { jsx as
|
|
3137
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3138
|
-
/* @__PURE__ */
|
|
3139
|
-
/* @__PURE__ */
|
|
3225
|
+
import { jsx as jsx163, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3226
|
+
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3227
|
+
/* @__PURE__ */ jsxs85("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3228
|
+
/* @__PURE__ */ jsx163(
|
|
3140
3229
|
"path",
|
|
3141
3230
|
{
|
|
3142
3231
|
fill: stroke || color || "currentColor",
|
|
3143
3232
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
3144
3233
|
}
|
|
3145
3234
|
),
|
|
3146
|
-
/* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3235
|
+
/* @__PURE__ */ jsx163("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3236
|
+
/* @__PURE__ */ jsx163(
|
|
3148
3237
|
"path",
|
|
3149
3238
|
{
|
|
3150
3239
|
fill: stroke || color || "currentColor",
|
|
@@ -3154,7 +3243,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3154
3243
|
}
|
|
3155
3244
|
)
|
|
3156
3245
|
] }),
|
|
3157
|
-
/* @__PURE__ */
|
|
3246
|
+
/* @__PURE__ */ jsx163("defs", { children: /* @__PURE__ */ jsx163("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx163(
|
|
3158
3247
|
"rect",
|
|
3159
3248
|
{
|
|
3160
3249
|
width: "24",
|
|
@@ -3166,16 +3255,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3166
3255
|
] }), RatioAuto_default = IconRatioAuto;
|
|
3167
3256
|
|
|
3168
3257
|
// src/components/Ratio.tsx
|
|
3169
|
-
import { jsx as
|
|
3170
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3171
|
-
/* @__PURE__ */
|
|
3258
|
+
import { jsx as jsx164, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3259
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3260
|
+
/* @__PURE__ */ jsx164(
|
|
3172
3261
|
"path",
|
|
3173
3262
|
{
|
|
3174
3263
|
fill: stroke || color || "currentColor",
|
|
3175
3264
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3176
3265
|
}
|
|
3177
3266
|
),
|
|
3178
|
-
/* @__PURE__ */
|
|
3267
|
+
/* @__PURE__ */ jsx164(
|
|
3179
3268
|
"path",
|
|
3180
3269
|
{
|
|
3181
3270
|
fill: stroke || color || "currentColor",
|
|
@@ -3185,8 +3274,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3185
3274
|
] }), Ratio_default = IconRatio;
|
|
3186
3275
|
|
|
3187
3276
|
// src/components/ReEdit.tsx
|
|
3188
|
-
import { jsx as
|
|
3189
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3277
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3278
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
|
|
3190
3279
|
"path",
|
|
3191
3280
|
{
|
|
3192
3281
|
fill: stroke || color || "currentColor",
|
|
@@ -3197,8 +3286,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3197
3286
|
) }), ReEdit_default = IconReEdit;
|
|
3198
3287
|
|
|
3199
3288
|
// src/components/Regenerate.tsx
|
|
3200
|
-
import { jsx as
|
|
3201
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3289
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
3290
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx166("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx166(
|
|
3202
3291
|
"path",
|
|
3203
3292
|
{
|
|
3204
3293
|
fill: stroke || color || "currentColor",
|
|
@@ -3209,9 +3298,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3209
3298
|
) }), Regenerate_default = IconRegenerate;
|
|
3210
3299
|
|
|
3211
3300
|
// src/components/Resultsetting.tsx
|
|
3212
|
-
import { jsx as
|
|
3213
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3214
|
-
/* @__PURE__ */
|
|
3301
|
+
import { jsx as jsx167, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3302
|
+
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3303
|
+
/* @__PURE__ */ jsx167("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx167(
|
|
3215
3304
|
"path",
|
|
3216
3305
|
{
|
|
3217
3306
|
fill: stroke || color || "currentColor",
|
|
@@ -3220,7 +3309,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3220
3309
|
clipRule: "evenodd"
|
|
3221
3310
|
}
|
|
3222
3311
|
) }),
|
|
3223
|
-
/* @__PURE__ */
|
|
3312
|
+
/* @__PURE__ */ jsx167("defs", { children: /* @__PURE__ */ jsx167("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx167(
|
|
3224
3313
|
"rect",
|
|
3225
3314
|
{
|
|
3226
3315
|
width: "24",
|
|
@@ -3232,8 +3321,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3232
3321
|
] }), Resultsetting_default = IconResultsetting;
|
|
3233
3322
|
|
|
3234
3323
|
// src/components/RightFilled.tsx
|
|
3235
|
-
import { jsx as
|
|
3236
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3324
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
3325
|
+
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx168("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx168(
|
|
3237
3326
|
"path",
|
|
3238
3327
|
{
|
|
3239
3328
|
fill: fill || color || "currentColor",
|
|
@@ -3244,21 +3333,21 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3244
3333
|
) }), RightFilled_default = IconRightFilled;
|
|
3245
3334
|
|
|
3246
3335
|
// src/components/SatisfiedFilled.tsx
|
|
3247
|
-
import { jsx as
|
|
3248
|
-
var IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
-
/* @__PURE__ */
|
|
3336
|
+
import { jsx as jsx169, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3337
|
+
var IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3338
|
+
/* @__PURE__ */ jsx169(
|
|
3250
3339
|
"path",
|
|
3251
3340
|
{
|
|
3252
3341
|
fill: fill || color || "currentColor",
|
|
3253
3342
|
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3254
3343
|
}
|
|
3255
3344
|
),
|
|
3256
|
-
/* @__PURE__ */
|
|
3345
|
+
/* @__PURE__ */ jsx169("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3257
3346
|
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3258
3347
|
|
|
3259
3348
|
// src/components/Satisfied.tsx
|
|
3260
|
-
import { jsx as
|
|
3261
|
-
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3349
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3350
|
+
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx170("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx170(
|
|
3262
3351
|
"path",
|
|
3263
3352
|
{
|
|
3264
3353
|
fill: stroke || color || "currentColor",
|
|
@@ -3269,8 +3358,8 @@ var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3269
3358
|
) }), Satisfied_default = IconSatisfied;
|
|
3270
3359
|
|
|
3271
3360
|
// src/components/SceneNext.tsx
|
|
3272
|
-
import { jsx as
|
|
3273
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3361
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3362
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
|
|
3274
3363
|
"path",
|
|
3275
3364
|
{
|
|
3276
3365
|
fill: stroke || color || "currentColor",
|
|
@@ -3279,29 +3368,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3279
3368
|
) }), SceneNext_default = IconSceneNext;
|
|
3280
3369
|
|
|
3281
3370
|
// src/components/Scriptmode.tsx
|
|
3282
|
-
import { jsx as
|
|
3283
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3284
|
-
/* @__PURE__ */
|
|
3285
|
-
/* @__PURE__ */
|
|
3286
|
-
/* @__PURE__ */
|
|
3287
|
-
/* @__PURE__ */
|
|
3288
|
-
/* @__PURE__ */
|
|
3289
|
-
/* @__PURE__ */
|
|
3290
|
-
/* @__PURE__ */
|
|
3291
|
-
/* @__PURE__ */
|
|
3371
|
+
import { jsx as jsx172, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3372
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3373
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3374
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3375
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3376
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3377
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3378
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3379
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3380
|
+
/* @__PURE__ */ jsx172("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3292
3381
|
] }), Scriptmode_default = IconScriptmode;
|
|
3293
3382
|
|
|
3294
3383
|
// src/components/Scrolldown.tsx
|
|
3295
|
-
import { jsx as
|
|
3296
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3297
|
-
/* @__PURE__ */
|
|
3384
|
+
import { jsx as jsx173, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3385
|
+
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3386
|
+
/* @__PURE__ */ jsx173(
|
|
3298
3387
|
"path",
|
|
3299
3388
|
{
|
|
3300
3389
|
fill: stroke || color || "currentColor",
|
|
3301
3390
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3302
3391
|
}
|
|
3303
3392
|
),
|
|
3304
|
-
/* @__PURE__ */
|
|
3393
|
+
/* @__PURE__ */ jsx173(
|
|
3305
3394
|
"path",
|
|
3306
3395
|
{
|
|
3307
3396
|
fill: stroke || color || "currentColor",
|
|
@@ -3311,8 +3400,8 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3311
3400
|
] }), Scrolldown_default = IconScrolldown;
|
|
3312
3401
|
|
|
3313
3402
|
// src/components/Sendrequest.tsx
|
|
3314
|
-
import { jsx as
|
|
3315
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3403
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3404
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx174("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx174(
|
|
3316
3405
|
"path",
|
|
3317
3406
|
{
|
|
3318
3407
|
fill: fill || color || "currentColor",
|
|
@@ -3323,8 +3412,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
3323
3412
|
) }), Sendrequest_default = IconSendrequest;
|
|
3324
3413
|
|
|
3325
3414
|
// src/components/Sendup.tsx
|
|
3326
|
-
import { jsx as
|
|
3327
|
-
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3415
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3416
|
+
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx175("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx175(
|
|
3328
3417
|
"path",
|
|
3329
3418
|
{
|
|
3330
3419
|
fill: stroke || color || "currentColor",
|
|
@@ -3333,8 +3422,8 @@ var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3333
3422
|
) }), Sendup_default = IconSendup;
|
|
3334
3423
|
|
|
3335
3424
|
// src/components/Sendup2.tsx
|
|
3336
|
-
import { jsx as
|
|
3337
|
-
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3425
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3426
|
+
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx176("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx176(
|
|
3338
3427
|
"path",
|
|
3339
3428
|
{
|
|
3340
3429
|
fill: stroke || color || "currentColor",
|
|
@@ -3343,8 +3432,8 @@ var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3343
3432
|
) }), Sendup2_default = IconSendup2;
|
|
3344
3433
|
|
|
3345
3434
|
// src/components/ShareFilled.tsx
|
|
3346
|
-
import { jsx as
|
|
3347
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3435
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3436
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx177("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx177(
|
|
3348
3437
|
"path",
|
|
3349
3438
|
{
|
|
3350
3439
|
fill: fill || color || "currentColor",
|
|
@@ -3353,8 +3442,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3353
3442
|
) }), ShareFilled_default = IconShareFilled;
|
|
3354
3443
|
|
|
3355
3444
|
// src/components/Share.tsx
|
|
3356
|
-
import { jsx as
|
|
3357
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3445
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3446
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx178("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx178(
|
|
3358
3447
|
"path",
|
|
3359
3448
|
{
|
|
3360
3449
|
fill: stroke || color || "currentColor",
|
|
@@ -3365,8 +3454,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3365
3454
|
) }), Share_default = IconShare;
|
|
3366
3455
|
|
|
3367
3456
|
// src/components/Sidebar.tsx
|
|
3368
|
-
import { jsx as
|
|
3369
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3457
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
3458
|
+
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx179("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx179(
|
|
3370
3459
|
"path",
|
|
3371
3460
|
{
|
|
3372
3461
|
fill: stroke || color || "currentColor",
|
|
@@ -3377,8 +3466,8 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3377
3466
|
) }), Sidebar_default = IconSidebar;
|
|
3378
3467
|
|
|
3379
3468
|
// src/components/Singleunchecked.tsx
|
|
3380
|
-
import { jsx as
|
|
3381
|
-
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3469
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3470
|
+
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx180("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx180(
|
|
3382
3471
|
"path",
|
|
3383
3472
|
{
|
|
3384
3473
|
fill: stroke || color || "currentColor",
|
|
@@ -3389,8 +3478,8 @@ var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke
|
|
|
3389
3478
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3390
3479
|
|
|
3391
3480
|
// src/components/SocialX.tsx
|
|
3392
|
-
import { jsx as
|
|
3393
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3481
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
3482
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx181("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx181(
|
|
3394
3483
|
"path",
|
|
3395
3484
|
{
|
|
3396
3485
|
fill: fill || color || "currentColor",
|
|
@@ -3399,8 +3488,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3399
3488
|
) }), SocialX_default = IconSocialX;
|
|
3400
3489
|
|
|
3401
3490
|
// src/components/SocialDiscord.tsx
|
|
3402
|
-
import { jsx as
|
|
3403
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3491
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
3492
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx182("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx182(
|
|
3404
3493
|
"path",
|
|
3405
3494
|
{
|
|
3406
3495
|
fill: fill || color || "currentColor",
|
|
@@ -3409,9 +3498,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3409
3498
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3410
3499
|
|
|
3411
3500
|
// src/components/SoundOff.tsx
|
|
3412
|
-
import { jsx as
|
|
3413
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3414
|
-
/* @__PURE__ */
|
|
3501
|
+
import { jsx as jsx183, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3502
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3503
|
+
/* @__PURE__ */ jsx183(
|
|
3415
3504
|
"path",
|
|
3416
3505
|
{
|
|
3417
3506
|
fill: stroke || color || "currentColor",
|
|
@@ -3420,7 +3509,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3420
3509
|
clipRule: "evenodd"
|
|
3421
3510
|
}
|
|
3422
3511
|
),
|
|
3423
|
-
/* @__PURE__ */
|
|
3512
|
+
/* @__PURE__ */ jsx183(
|
|
3424
3513
|
"path",
|
|
3425
3514
|
{
|
|
3426
3515
|
fill: stroke || color || "currentColor",
|
|
@@ -3430,9 +3519,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3430
3519
|
] }), SoundOff_default = IconSoundOff;
|
|
3431
3520
|
|
|
3432
3521
|
// src/components/SoundOn.tsx
|
|
3433
|
-
import { jsx as
|
|
3434
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3435
|
-
/* @__PURE__ */
|
|
3522
|
+
import { jsx as jsx184, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
3523
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3524
|
+
/* @__PURE__ */ jsx184(
|
|
3436
3525
|
"path",
|
|
3437
3526
|
{
|
|
3438
3527
|
fill: stroke || color || "currentColor",
|
|
@@ -3441,14 +3530,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3441
3530
|
clipRule: "evenodd"
|
|
3442
3531
|
}
|
|
3443
3532
|
),
|
|
3444
|
-
/* @__PURE__ */
|
|
3533
|
+
/* @__PURE__ */ jsx184(
|
|
3445
3534
|
"path",
|
|
3446
3535
|
{
|
|
3447
3536
|
fill: stroke || color || "currentColor",
|
|
3448
3537
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
3449
3538
|
}
|
|
3450
3539
|
),
|
|
3451
|
-
/* @__PURE__ */
|
|
3540
|
+
/* @__PURE__ */ jsx184(
|
|
3452
3541
|
"path",
|
|
3453
3542
|
{
|
|
3454
3543
|
fill: stroke || color || "currentColor",
|
|
@@ -3457,9 +3546,13 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3457
3546
|
)
|
|
3458
3547
|
] }), SoundOn_default = IconSoundOn;
|
|
3459
3548
|
|
|
3549
|
+
// src/components/StopFilled.tsx
|
|
3550
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3551
|
+
var IconStopFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx185("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx185("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
3552
|
+
|
|
3460
3553
|
// src/components/Storyboard.tsx
|
|
3461
|
-
import { jsx as
|
|
3462
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3554
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
3555
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx186("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx186(
|
|
3463
3556
|
"path",
|
|
3464
3557
|
{
|
|
3465
3558
|
fill: stroke || color || "currentColor",
|
|
@@ -3470,25 +3563,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3470
3563
|
) }), Storyboard_default = IconStoryboard;
|
|
3471
3564
|
|
|
3472
3565
|
// src/components/StyleAutoFilled.tsx
|
|
3473
|
-
import { jsx as
|
|
3474
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3475
|
-
/* @__PURE__ */
|
|
3566
|
+
import { jsx as jsx187, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
3567
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3568
|
+
/* @__PURE__ */ jsx187(
|
|
3476
3569
|
"path",
|
|
3477
3570
|
{
|
|
3478
3571
|
fill: fill || color || "currentColor",
|
|
3479
3572
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
3480
3573
|
}
|
|
3481
3574
|
),
|
|
3482
|
-
/* @__PURE__ */
|
|
3575
|
+
/* @__PURE__ */ jsx187(
|
|
3483
3576
|
"path",
|
|
3484
3577
|
{
|
|
3485
3578
|
fill: fill || color || "currentColor",
|
|
3486
3579
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3487
3580
|
}
|
|
3488
3581
|
),
|
|
3489
|
-
/* @__PURE__ */
|
|
3490
|
-
/* @__PURE__ */
|
|
3491
|
-
/* @__PURE__ */
|
|
3582
|
+
/* @__PURE__ */ jsx187("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3583
|
+
/* @__PURE__ */ jsx187("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3584
|
+
/* @__PURE__ */ jsx187(
|
|
3492
3585
|
"path",
|
|
3493
3586
|
{
|
|
3494
3587
|
fill: fill || color || "currentColor",
|
|
@@ -3498,44 +3591,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3498
3591
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3499
3592
|
|
|
3500
3593
|
// src/components/Style.tsx
|
|
3501
|
-
import { jsx as
|
|
3502
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3503
|
-
/* @__PURE__ */
|
|
3594
|
+
import { jsx as jsx188, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
3595
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs94("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3596
|
+
/* @__PURE__ */ jsx188(
|
|
3504
3597
|
"path",
|
|
3505
3598
|
{
|
|
3506
3599
|
fill: stroke || color || "currentColor",
|
|
3507
3600
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
3508
3601
|
}
|
|
3509
3602
|
),
|
|
3510
|
-
/* @__PURE__ */
|
|
3603
|
+
/* @__PURE__ */ jsx188(
|
|
3511
3604
|
"path",
|
|
3512
3605
|
{
|
|
3513
3606
|
fill: stroke || color || "currentColor",
|
|
3514
3607
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
3515
3608
|
}
|
|
3516
3609
|
),
|
|
3517
|
-
/* @__PURE__ */
|
|
3610
|
+
/* @__PURE__ */ jsx188(
|
|
3518
3611
|
"path",
|
|
3519
3612
|
{
|
|
3520
3613
|
fill: stroke || color || "currentColor",
|
|
3521
3614
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
3522
3615
|
}
|
|
3523
3616
|
),
|
|
3524
|
-
/* @__PURE__ */
|
|
3617
|
+
/* @__PURE__ */ jsx188(
|
|
3525
3618
|
"path",
|
|
3526
3619
|
{
|
|
3527
3620
|
fill: stroke || color || "currentColor",
|
|
3528
3621
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
3529
3622
|
}
|
|
3530
3623
|
),
|
|
3531
|
-
/* @__PURE__ */
|
|
3624
|
+
/* @__PURE__ */ jsx188(
|
|
3532
3625
|
"path",
|
|
3533
3626
|
{
|
|
3534
3627
|
fill: stroke || color || "currentColor",
|
|
3535
3628
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
3536
3629
|
}
|
|
3537
3630
|
),
|
|
3538
|
-
/* @__PURE__ */
|
|
3631
|
+
/* @__PURE__ */ jsx188(
|
|
3539
3632
|
"path",
|
|
3540
3633
|
{
|
|
3541
3634
|
fill: stroke || color || "currentColor",
|
|
@@ -3547,9 +3640,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3547
3640
|
] }), Style_default = IconStyle;
|
|
3548
3641
|
|
|
3549
3642
|
// src/components/Styleoverall.tsx
|
|
3550
|
-
import { jsx as
|
|
3551
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3552
|
-
/* @__PURE__ */
|
|
3643
|
+
import { jsx as jsx189, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
3644
|
+
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3645
|
+
/* @__PURE__ */ jsx189(
|
|
3553
3646
|
"path",
|
|
3554
3647
|
{
|
|
3555
3648
|
fill: stroke || color || "currentColor",
|
|
@@ -3558,7 +3651,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3558
3651
|
clipRule: "evenodd"
|
|
3559
3652
|
}
|
|
3560
3653
|
),
|
|
3561
|
-
/* @__PURE__ */
|
|
3654
|
+
/* @__PURE__ */ jsx189(
|
|
3562
3655
|
"path",
|
|
3563
3656
|
{
|
|
3564
3657
|
fill: stroke || color || "currentColor",
|
|
@@ -3567,7 +3660,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3567
3660
|
clipRule: "evenodd"
|
|
3568
3661
|
}
|
|
3569
3662
|
),
|
|
3570
|
-
/* @__PURE__ */
|
|
3663
|
+
/* @__PURE__ */ jsx189(
|
|
3571
3664
|
"path",
|
|
3572
3665
|
{
|
|
3573
3666
|
fill: stroke || color || "currentColor",
|
|
@@ -3576,7 +3669,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3576
3669
|
clipRule: "evenodd"
|
|
3577
3670
|
}
|
|
3578
3671
|
),
|
|
3579
|
-
/* @__PURE__ */
|
|
3672
|
+
/* @__PURE__ */ jsx189(
|
|
3580
3673
|
"path",
|
|
3581
3674
|
{
|
|
3582
3675
|
fill: stroke || color || "currentColor",
|
|
@@ -3588,8 +3681,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3588
3681
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3589
3682
|
|
|
3590
3683
|
// src/components/SwitchOffFilled.tsx
|
|
3591
|
-
import { jsx as
|
|
3592
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3684
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
3685
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx190("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx190(
|
|
3593
3686
|
"path",
|
|
3594
3687
|
{
|
|
3595
3688
|
fill: fill || color || "currentColor",
|
|
@@ -3600,8 +3693,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3600
3693
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3601
3694
|
|
|
3602
3695
|
// src/components/SwitchOnFilled.tsx
|
|
3603
|
-
import { jsx as
|
|
3604
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3696
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
3697
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx191("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx191(
|
|
3605
3698
|
"path",
|
|
3606
3699
|
{
|
|
3607
3700
|
fill: fill || color || "currentColor",
|
|
@@ -3612,8 +3705,8 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3612
3705
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3613
3706
|
|
|
3614
3707
|
// src/components/Table.tsx
|
|
3615
|
-
import { jsx as
|
|
3616
|
-
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3708
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
3709
|
+
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx192("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx192(
|
|
3617
3710
|
"path",
|
|
3618
3711
|
{
|
|
3619
3712
|
fill: stroke || color || "currentColor",
|
|
@@ -3624,9 +3717,9 @@ var IconTable = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3624
3717
|
) }), Table_default = IconTable;
|
|
3625
3718
|
|
|
3626
3719
|
// src/components/Target.tsx
|
|
3627
|
-
import { jsx as
|
|
3628
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3629
|
-
/* @__PURE__ */
|
|
3720
|
+
import { jsx as jsx193, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
3721
|
+
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3722
|
+
/* @__PURE__ */ jsx193(
|
|
3630
3723
|
"path",
|
|
3631
3724
|
{
|
|
3632
3725
|
fill: stroke || color || "currentColor",
|
|
@@ -3635,7 +3728,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3635
3728
|
clipRule: "evenodd"
|
|
3636
3729
|
}
|
|
3637
3730
|
),
|
|
3638
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ jsx193(
|
|
3639
3732
|
"path",
|
|
3640
3733
|
{
|
|
3641
3734
|
fill: stroke || color || "currentColor",
|
|
@@ -3647,44 +3740,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3647
3740
|
] }), Target_default = IconTarget;
|
|
3648
3741
|
|
|
3649
3742
|
// src/components/TextLogo.tsx
|
|
3650
|
-
import { jsx as
|
|
3651
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3652
|
-
/* @__PURE__ */
|
|
3743
|
+
import { jsx as jsx194, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
3744
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs97("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3745
|
+
/* @__PURE__ */ jsx194(
|
|
3653
3746
|
"path",
|
|
3654
3747
|
{
|
|
3655
3748
|
fill: fill || color || "currentColor",
|
|
3656
3749
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
3657
3750
|
}
|
|
3658
3751
|
),
|
|
3659
|
-
/* @__PURE__ */
|
|
3752
|
+
/* @__PURE__ */ jsx194(
|
|
3660
3753
|
"path",
|
|
3661
3754
|
{
|
|
3662
3755
|
fill: fill || color || "currentColor",
|
|
3663
3756
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
3664
3757
|
}
|
|
3665
3758
|
),
|
|
3666
|
-
/* @__PURE__ */
|
|
3759
|
+
/* @__PURE__ */ jsx194(
|
|
3667
3760
|
"path",
|
|
3668
3761
|
{
|
|
3669
3762
|
fill: fill || color || "currentColor",
|
|
3670
3763
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3671
3764
|
}
|
|
3672
3765
|
),
|
|
3673
|
-
/* @__PURE__ */
|
|
3766
|
+
/* @__PURE__ */ jsx194(
|
|
3674
3767
|
"path",
|
|
3675
3768
|
{
|
|
3676
3769
|
fill: fill || color || "currentColor",
|
|
3677
3770
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3678
3771
|
}
|
|
3679
3772
|
),
|
|
3680
|
-
/* @__PURE__ */
|
|
3773
|
+
/* @__PURE__ */ jsx194(
|
|
3681
3774
|
"path",
|
|
3682
3775
|
{
|
|
3683
3776
|
fill: fill || color || "currentColor",
|
|
3684
3777
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3685
3778
|
}
|
|
3686
3779
|
),
|
|
3687
|
-
/* @__PURE__ */
|
|
3780
|
+
/* @__PURE__ */ jsx194(
|
|
3688
3781
|
"path",
|
|
3689
3782
|
{
|
|
3690
3783
|
fill: fill || color || "currentColor",
|
|
@@ -3694,8 +3787,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3694
3787
|
] }), TextLogo_default = IconTextLogo;
|
|
3695
3788
|
|
|
3696
3789
|
// src/components/TipsFilled.tsx
|
|
3697
|
-
import { jsx as
|
|
3698
|
-
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3790
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
3791
|
+
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx195("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx195(
|
|
3699
3792
|
"path",
|
|
3700
3793
|
{
|
|
3701
3794
|
fill: fill || color || "currentColor",
|
|
@@ -3706,8 +3799,8 @@ var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3706
3799
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3707
3800
|
|
|
3708
3801
|
// src/components/Tips.tsx
|
|
3709
|
-
import { jsx as
|
|
3710
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3802
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
3803
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx196("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx196(
|
|
3711
3804
|
"path",
|
|
3712
3805
|
{
|
|
3713
3806
|
fill: stroke || color || "currentColor",
|
|
@@ -3718,16 +3811,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3718
3811
|
) }), Tips_default = IconTips;
|
|
3719
3812
|
|
|
3720
3813
|
// src/components/ToolsFilled.tsx
|
|
3721
|
-
import { jsx as
|
|
3722
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3723
|
-
/* @__PURE__ */
|
|
3814
|
+
import { jsx as jsx197, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
3815
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs98("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3816
|
+
/* @__PURE__ */ jsx197(
|
|
3724
3817
|
"path",
|
|
3725
3818
|
{
|
|
3726
3819
|
fill: fill || color || "currentColor",
|
|
3727
3820
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3728
3821
|
}
|
|
3729
3822
|
),
|
|
3730
|
-
/* @__PURE__ */
|
|
3823
|
+
/* @__PURE__ */ jsx197(
|
|
3731
3824
|
"path",
|
|
3732
3825
|
{
|
|
3733
3826
|
fill: fill || color || "currentColor",
|
|
@@ -3737,8 +3830,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3737
3830
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3738
3831
|
|
|
3739
3832
|
// src/components/Tools.tsx
|
|
3740
|
-
import { jsx as
|
|
3741
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3833
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
3834
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx198("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx198(
|
|
3742
3835
|
"path",
|
|
3743
3836
|
{
|
|
3744
3837
|
stroke: stroke || color || "currentColor",
|
|
@@ -3748,8 +3841,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3748
3841
|
) }), Tools_default = IconTools;
|
|
3749
3842
|
|
|
3750
3843
|
// src/components/Undo.tsx
|
|
3751
|
-
import { jsx as
|
|
3752
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3844
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
3845
|
+
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx199("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx199(
|
|
3753
3846
|
"path",
|
|
3754
3847
|
{
|
|
3755
3848
|
fill: stroke || color || "currentColor",
|
|
@@ -3760,21 +3853,21 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3760
3853
|
) }), Undo_default = IconUndo;
|
|
3761
3854
|
|
|
3762
3855
|
// src/components/UnsatisfiedFilled.tsx
|
|
3763
|
-
import { jsx as
|
|
3764
|
-
var IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3765
|
-
/* @__PURE__ */
|
|
3856
|
+
import { jsx as jsx200, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
3857
|
+
var IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3858
|
+
/* @__PURE__ */ jsx200(
|
|
3766
3859
|
"path",
|
|
3767
3860
|
{
|
|
3768
3861
|
fill: fill || color || "currentColor",
|
|
3769
3862
|
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3770
3863
|
}
|
|
3771
3864
|
),
|
|
3772
|
-
/* @__PURE__ */
|
|
3865
|
+
/* @__PURE__ */ jsx200("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3773
3866
|
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3774
3867
|
|
|
3775
3868
|
// src/components/Unsatisfied.tsx
|
|
3776
|
-
import { jsx as
|
|
3777
|
-
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3869
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
3870
|
+
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx201("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx201(
|
|
3778
3871
|
"path",
|
|
3779
3872
|
{
|
|
3780
3873
|
fill: stroke || color || "currentColor",
|
|
@@ -3785,8 +3878,8 @@ var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke })
|
|
|
3785
3878
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3786
3879
|
|
|
3787
3880
|
// src/components/UpFilled.tsx
|
|
3788
|
-
import { jsx as
|
|
3789
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3881
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
3882
|
+
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx202("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx202(
|
|
3790
3883
|
"path",
|
|
3791
3884
|
{
|
|
3792
3885
|
fill: fill || color || "currentColor",
|
|
@@ -3797,8 +3890,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3797
3890
|
) }), UpFilled_default = IconUpFilled;
|
|
3798
3891
|
|
|
3799
3892
|
// src/components/UpleftFilled.tsx
|
|
3800
|
-
import { jsx as
|
|
3801
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3893
|
+
import { jsx as jsx203 } from "react/jsx-runtime";
|
|
3894
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx203("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx203(
|
|
3802
3895
|
"path",
|
|
3803
3896
|
{
|
|
3804
3897
|
fill: fill || color || "currentColor",
|
|
@@ -3809,8 +3902,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3809
3902
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3810
3903
|
|
|
3811
3904
|
// src/components/Uploadedvideo.tsx
|
|
3812
|
-
import { jsx as
|
|
3813
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3905
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
3906
|
+
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx204("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx204(
|
|
3814
3907
|
"path",
|
|
3815
3908
|
{
|
|
3816
3909
|
fill: fill || color || "currentColor",
|
|
@@ -3821,8 +3914,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3821
3914
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3822
3915
|
|
|
3823
3916
|
// src/components/Uploadfiles.tsx
|
|
3824
|
-
import { jsx as
|
|
3825
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3917
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
3918
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx205("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx205(
|
|
3826
3919
|
"path",
|
|
3827
3920
|
{
|
|
3828
3921
|
fill: stroke || color || "currentColor",
|
|
@@ -3831,8 +3924,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3831
3924
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3832
3925
|
|
|
3833
3926
|
// src/components/Uploadstory.tsx
|
|
3834
|
-
import { jsx as
|
|
3835
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3927
|
+
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
3928
|
+
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx206("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx206(
|
|
3836
3929
|
"path",
|
|
3837
3930
|
{
|
|
3838
3931
|
fill: stroke || color || "currentColor",
|
|
@@ -3843,8 +3936,8 @@ var IconUploadstory = ({ size, width, height, color, className, fill, stroke })
|
|
|
3843
3936
|
) }), Uploadstory_default = IconUploadstory;
|
|
3844
3937
|
|
|
3845
3938
|
// src/components/UprightFilled.tsx
|
|
3846
|
-
import { jsx as
|
|
3847
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3939
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
3940
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx207("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx207(
|
|
3848
3941
|
"path",
|
|
3849
3942
|
{
|
|
3850
3943
|
fill: fill || color || "currentColor",
|
|
@@ -3855,8 +3948,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3855
3948
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3856
3949
|
|
|
3857
3950
|
// src/components/Userfeedback.tsx
|
|
3858
|
-
import { jsx as
|
|
3859
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3951
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
3952
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx208("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx208(
|
|
3860
3953
|
"path",
|
|
3861
3954
|
{
|
|
3862
3955
|
fill: stroke || color || "currentColor",
|
|
@@ -3867,17 +3960,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3867
3960
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3868
3961
|
|
|
3869
3962
|
// src/components/Userfollow.tsx
|
|
3870
|
-
import { jsx as
|
|
3871
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3872
|
-
/* @__PURE__ */
|
|
3963
|
+
import { jsx as jsx209, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
3964
|
+
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3965
|
+
/* @__PURE__ */ jsx209(
|
|
3873
3966
|
"path",
|
|
3874
3967
|
{
|
|
3875
3968
|
fill: stroke || color || "currentColor",
|
|
3876
3969
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3877
3970
|
}
|
|
3878
3971
|
),
|
|
3879
|
-
/* @__PURE__ */
|
|
3880
|
-
/* @__PURE__ */
|
|
3972
|
+
/* @__PURE__ */ jsx209("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3973
|
+
/* @__PURE__ */ jsx209(
|
|
3881
3974
|
"path",
|
|
3882
3975
|
{
|
|
3883
3976
|
fill: stroke || color || "currentColor",
|
|
@@ -3889,8 +3982,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3889
3982
|
] }), Userfollow_default = IconUserfollow;
|
|
3890
3983
|
|
|
3891
3984
|
// src/components/Userfollowback.tsx
|
|
3892
|
-
import { jsx as
|
|
3893
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3985
|
+
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
3986
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx210("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx210(
|
|
3894
3987
|
"path",
|
|
3895
3988
|
{
|
|
3896
3989
|
fill: stroke || color || "currentColor",
|
|
@@ -3899,8 +3992,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3899
3992
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3900
3993
|
|
|
3901
3994
|
// src/components/Userfollowed.tsx
|
|
3902
|
-
import { jsx as
|
|
3903
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3995
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
3996
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx211("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx211(
|
|
3904
3997
|
"path",
|
|
3905
3998
|
{
|
|
3906
3999
|
fill: stroke || color || "currentColor",
|
|
@@ -3909,16 +4002,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3909
4002
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3910
4003
|
|
|
3911
4004
|
// src/components/VideoGeneration.tsx
|
|
3912
|
-
import { jsx as
|
|
3913
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3914
|
-
/* @__PURE__ */
|
|
4005
|
+
import { jsx as jsx212, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
4006
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4007
|
+
/* @__PURE__ */ jsx212(
|
|
3915
4008
|
"path",
|
|
3916
4009
|
{
|
|
3917
4010
|
fill: stroke || color || "currentColor",
|
|
3918
4011
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
3919
4012
|
}
|
|
3920
4013
|
),
|
|
3921
|
-
/* @__PURE__ */
|
|
4014
|
+
/* @__PURE__ */ jsx212(
|
|
3922
4015
|
"path",
|
|
3923
4016
|
{
|
|
3924
4017
|
fill: stroke || color || "currentColor",
|
|
@@ -3927,7 +4020,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3927
4020
|
clipRule: "evenodd"
|
|
3928
4021
|
}
|
|
3929
4022
|
),
|
|
3930
|
-
/* @__PURE__ */
|
|
4023
|
+
/* @__PURE__ */ jsx212(
|
|
3931
4024
|
"path",
|
|
3932
4025
|
{
|
|
3933
4026
|
fill: stroke || color || "currentColor",
|
|
@@ -3937,10 +4030,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3937
4030
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3938
4031
|
|
|
3939
4032
|
// src/components/VideoLength.tsx
|
|
3940
|
-
import { jsx as
|
|
3941
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3942
|
-
/* @__PURE__ */
|
|
3943
|
-
/* @__PURE__ */
|
|
4033
|
+
import { jsx as jsx213, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
4034
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4035
|
+
/* @__PURE__ */ jsx213("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4036
|
+
/* @__PURE__ */ jsx213(
|
|
3944
4037
|
"path",
|
|
3945
4038
|
{
|
|
3946
4039
|
fill: stroke || color || "currentColor",
|
|
@@ -3952,9 +4045,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3952
4045
|
] }), VideoLength_default = IconVideoLength;
|
|
3953
4046
|
|
|
3954
4047
|
// src/components/Videogenerate.tsx
|
|
3955
|
-
import { jsx as
|
|
3956
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3957
|
-
/* @__PURE__ */
|
|
4048
|
+
import { jsx as jsx214, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
4049
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4050
|
+
/* @__PURE__ */ jsx214(
|
|
3958
4051
|
"path",
|
|
3959
4052
|
{
|
|
3960
4053
|
fill: stroke || color || "currentColor",
|
|
@@ -3963,7 +4056,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3963
4056
|
clipRule: "evenodd"
|
|
3964
4057
|
}
|
|
3965
4058
|
),
|
|
3966
|
-
/* @__PURE__ */
|
|
4059
|
+
/* @__PURE__ */ jsx214(
|
|
3967
4060
|
"path",
|
|
3968
4061
|
{
|
|
3969
4062
|
fill: stroke || color || "currentColor",
|
|
@@ -3975,8 +4068,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3975
4068
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3976
4069
|
|
|
3977
4070
|
// src/components/Visualstyles.tsx
|
|
3978
|
-
import { jsx as
|
|
3979
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4071
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
4072
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx215("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx215(
|
|
3980
4073
|
"path",
|
|
3981
4074
|
{
|
|
3982
4075
|
fill: stroke || color || "currentColor",
|
|
@@ -3987,9 +4080,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3987
4080
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3988
4081
|
|
|
3989
4082
|
// src/components/Volume.tsx
|
|
3990
|
-
import { jsx as
|
|
3991
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3992
|
-
/* @__PURE__ */
|
|
4083
|
+
import { jsx as jsx216, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
4084
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4085
|
+
/* @__PURE__ */ jsx216(
|
|
3993
4086
|
"path",
|
|
3994
4087
|
{
|
|
3995
4088
|
fill: stroke || color || "currentColor",
|
|
@@ -3998,14 +4091,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3998
4091
|
clipRule: "evenodd"
|
|
3999
4092
|
}
|
|
4000
4093
|
),
|
|
4001
|
-
/* @__PURE__ */
|
|
4094
|
+
/* @__PURE__ */ jsx216(
|
|
4002
4095
|
"path",
|
|
4003
4096
|
{
|
|
4004
4097
|
fill: stroke || color || "currentColor",
|
|
4005
4098
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
4006
4099
|
}
|
|
4007
4100
|
),
|
|
4008
|
-
/* @__PURE__ */
|
|
4101
|
+
/* @__PURE__ */ jsx216(
|
|
4009
4102
|
"path",
|
|
4010
4103
|
{
|
|
4011
4104
|
fill: stroke || color || "currentColor",
|
|
@@ -4015,8 +4108,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
4015
4108
|
] }), Volume_default = IconVolume;
|
|
4016
4109
|
|
|
4017
4110
|
// src/components/Withdrawgame.tsx
|
|
4018
|
-
import { jsx as
|
|
4019
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4111
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
4112
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx217("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx217(
|
|
4020
4113
|
"path",
|
|
4021
4114
|
{
|
|
4022
4115
|
fill: stroke || color || "currentColor",
|
|
@@ -4027,16 +4120,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
4027
4120
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4028
4121
|
|
|
4029
4122
|
// src/components/Zoomhandle.tsx
|
|
4030
|
-
import { jsx as
|
|
4031
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4032
|
-
/* @__PURE__ */
|
|
4123
|
+
import { jsx as jsx218, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
4124
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4125
|
+
/* @__PURE__ */ jsx218(
|
|
4033
4126
|
"path",
|
|
4034
4127
|
{
|
|
4035
4128
|
fill: fill || color || "currentColor",
|
|
4036
4129
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
4037
4130
|
}
|
|
4038
4131
|
),
|
|
4039
|
-
/* @__PURE__ */
|
|
4132
|
+
/* @__PURE__ */ jsx218(
|
|
4040
4133
|
"path",
|
|
4041
4134
|
{
|
|
4042
4135
|
fill: stroke || color || "currentColor",
|
|
@@ -4046,16 +4139,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
4046
4139
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4047
4140
|
|
|
4048
4141
|
// src/components/Zoomin.tsx
|
|
4049
|
-
import { jsx as
|
|
4050
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4051
|
-
/* @__PURE__ */
|
|
4142
|
+
import { jsx as jsx219, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
4143
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4144
|
+
/* @__PURE__ */ jsx219(
|
|
4052
4145
|
"path",
|
|
4053
4146
|
{
|
|
4054
4147
|
fill: stroke || color || "currentColor",
|
|
4055
4148
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4056
4149
|
}
|
|
4057
4150
|
),
|
|
4058
|
-
/* @__PURE__ */
|
|
4151
|
+
/* @__PURE__ */ jsx219(
|
|
4059
4152
|
"path",
|
|
4060
4153
|
{
|
|
4061
4154
|
fill: stroke || color || "currentColor",
|
|
@@ -4067,10 +4160,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
4067
4160
|
] }), Zoomin_default = IconZoomin;
|
|
4068
4161
|
|
|
4069
4162
|
// src/components/Zoomout.tsx
|
|
4070
|
-
import { jsx as
|
|
4071
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4072
|
-
/* @__PURE__ */
|
|
4073
|
-
/* @__PURE__ */
|
|
4163
|
+
import { jsx as jsx220, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
4164
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4165
|
+
/* @__PURE__ */ jsx220("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4166
|
+
/* @__PURE__ */ jsx220(
|
|
4074
4167
|
"path",
|
|
4075
4168
|
{
|
|
4076
4169
|
fill: stroke || color || "currentColor",
|
|
@@ -4099,6 +4192,7 @@ export {
|
|
|
4099
4192
|
Backward_default as IconBackward,
|
|
4100
4193
|
BatchShots_default as IconBatchShots,
|
|
4101
4194
|
Canvaposition_default as IconCanvaposition,
|
|
4195
|
+
Canvasframe_default as IconCanvasframe,
|
|
4102
4196
|
Canvasmode_default as IconCanvasmode,
|
|
4103
4197
|
Ccg_default as IconCcg,
|
|
4104
4198
|
CcgFilled_default as IconCcgFilled,
|
|
@@ -4111,6 +4205,7 @@ export {
|
|
|
4111
4205
|
CheckedFilled_default as IconCheckedFilled,
|
|
4112
4206
|
Close_default as IconClose,
|
|
4113
4207
|
Collapsewindow_default as IconCollapsewindow,
|
|
4208
|
+
Command_default as IconCommand,
|
|
4114
4209
|
Copy_default as IconCopy,
|
|
4115
4210
|
Copylink_default as IconCopylink,
|
|
4116
4211
|
Createplan_default as IconCreateplan,
|
|
@@ -4221,18 +4316,21 @@ export {
|
|
|
4221
4316
|
PageError_default as IconPageError,
|
|
4222
4317
|
Parameters_default as IconParameters,
|
|
4223
4318
|
Pause_default as IconPause,
|
|
4319
|
+
PauseFilled_default as IconPauseFilled,
|
|
4224
4320
|
Pencil_default as IconPencil,
|
|
4225
4321
|
Pick_default as IconPick,
|
|
4226
4322
|
PickedFilled_default as IconPickedFilled,
|
|
4227
4323
|
PlanFilled_default as IconPlanFilled,
|
|
4228
4324
|
Play_default as IconPlay,
|
|
4229
4325
|
PlayFilled_default as IconPlayFilled,
|
|
4326
|
+
Premiumcontent_default as IconPremiumcontent,
|
|
4230
4327
|
Previouscene_default as IconPreviouscene,
|
|
4231
4328
|
Problem_default as IconProblem,
|
|
4232
4329
|
ProblemFilled_default as IconProblemFilled,
|
|
4233
4330
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
4234
4331
|
Publish_default as IconPublish,
|
|
4235
4332
|
QtEsave_default as IconQtEsave,
|
|
4333
|
+
QtEsaved_default as IconQtEsaved,
|
|
4236
4334
|
Quote_default as IconQuote,
|
|
4237
4335
|
Ratio_default as IconRatio,
|
|
4238
4336
|
Ratio11_default as IconRatio11,
|
|
@@ -4259,6 +4357,7 @@ export {
|
|
|
4259
4357
|
SocialX_default as IconSocialX,
|
|
4260
4358
|
SoundOff_default as IconSoundOff,
|
|
4261
4359
|
SoundOn_default as IconSoundOn,
|
|
4360
|
+
StopFilled_default as IconStopFilled,
|
|
4262
4361
|
Storyboard_default as IconStoryboard,
|
|
4263
4362
|
Style_default as IconStyle,
|
|
4264
4363
|
StyleAutoFilled_default as IconStyleAutoFilled,
|