@yoroll/react-icon 0.0.22 → 0.0.24
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 +856 -625
- package/dist/index.iife.js +841 -625
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +1078 -832
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Appfeed.d.ts +4 -0
- package/dist/types/components/AppfeedFilled.d.ts +4 -0
- package/dist/types/components/Canvasframe.d.ts +4 -0
- package/dist/types/components/Command.d.ts +4 -0
- package/dist/types/components/Comment.d.ts +4 -0
- package/dist/types/components/Invitefriends.d.ts +4 -0
- package/dist/types/components/LikeFilled.d.ts +4 -0
- package/dist/types/components/Me.d.ts +4 -0
- package/dist/types/components/MeFilled.d.ts +4 -0
- package/dist/types/components/ModelClaudeFilled.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/Search.d.ts +4 -0
- package/dist/types/components/StopFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +15 -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.24 */
|
|
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",
|
|
@@ -217,9 +236,44 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
217
236
|
}
|
|
218
237
|
) }), Announcement_default = IconAnnouncement;
|
|
219
238
|
|
|
239
|
+
// src/components/AppfeedFilled.tsx
|
|
240
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
241
|
+
var IconAppfeedFilled = ({ 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(
|
|
242
|
+
"path",
|
|
243
|
+
{
|
|
244
|
+
fill: fill || color || "currentColor",
|
|
245
|
+
d: "M22 3H2V21H22V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
|
|
246
|
+
fillRule: "evenodd",
|
|
247
|
+
clipRule: "evenodd"
|
|
248
|
+
}
|
|
249
|
+
) }), AppfeedFilled_default = IconAppfeedFilled;
|
|
250
|
+
|
|
251
|
+
// src/components/Appfeed.tsx
|
|
252
|
+
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
253
|
+
var IconAppfeed = ({ 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(
|
|
255
|
+
"path",
|
|
256
|
+
{
|
|
257
|
+
fill: stroke || color || "currentColor",
|
|
258
|
+
d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
|
|
259
|
+
fillRule: "evenodd",
|
|
260
|
+
clipRule: "evenodd"
|
|
261
|
+
}
|
|
262
|
+
),
|
|
263
|
+
/* @__PURE__ */ jsx18(
|
|
264
|
+
"path",
|
|
265
|
+
{
|
|
266
|
+
fill: stroke || color || "currentColor",
|
|
267
|
+
d: "M2 3H22V21H2V3ZM4.25 5.25H19.75V18.75H4.25V5.25Z",
|
|
268
|
+
fillRule: "evenodd",
|
|
269
|
+
clipRule: "evenodd"
|
|
270
|
+
}
|
|
271
|
+
)
|
|
272
|
+
] }), Appfeed_default = IconAppfeed;
|
|
273
|
+
|
|
220
274
|
// src/components/Artboard.tsx
|
|
221
|
-
import { jsx as
|
|
222
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
275
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
276
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
223
277
|
"path",
|
|
224
278
|
{
|
|
225
279
|
fill: stroke || color || "currentColor",
|
|
@@ -230,19 +284,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
230
284
|
) }), Artboard_default = IconArtboard;
|
|
231
285
|
|
|
232
286
|
// 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__ */
|
|
287
|
+
import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
288
|
+
var IconAssetsFilled = ({ 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: [
|
|
289
|
+
/* @__PURE__ */ jsx20("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
290
|
+
/* @__PURE__ */ jsx20("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
291
|
+
/* @__PURE__ */ jsx20("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
238
292
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
239
293
|
|
|
240
294
|
// 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__ */
|
|
295
|
+
import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
296
|
+
var IconAssets = ({ 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: [
|
|
297
|
+
/* @__PURE__ */ jsx21("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
298
|
+
/* @__PURE__ */ jsx21("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
299
|
+
/* @__PURE__ */ jsx21(
|
|
246
300
|
"path",
|
|
247
301
|
{
|
|
248
302
|
fill: stroke || color || "currentColor",
|
|
@@ -254,8 +308,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
254
308
|
] }), Assets_default = IconAssets;
|
|
255
309
|
|
|
256
310
|
// src/components/Autolayout.tsx
|
|
257
|
-
import { jsx as
|
|
258
|
-
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
311
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
312
|
+
var IconAutolayout = ({ 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(
|
|
259
313
|
"path",
|
|
260
314
|
{
|
|
261
315
|
fill: stroke || color || "currentColor",
|
|
@@ -264,9 +318,9 @@ var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
264
318
|
) }), Autolayout_default = IconAutolayout;
|
|
265
319
|
|
|
266
320
|
// src/components/Backtoprojects.tsx
|
|
267
|
-
import { jsx as
|
|
268
|
-
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
269
|
-
/* @__PURE__ */
|
|
321
|
+
import { jsx as jsx23, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
322
|
+
var IconBacktoprojects = ({ 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: [
|
|
323
|
+
/* @__PURE__ */ jsx23(
|
|
270
324
|
"path",
|
|
271
325
|
{
|
|
272
326
|
fill: stroke || color || "currentColor",
|
|
@@ -275,7 +329,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
275
329
|
clipRule: "evenodd"
|
|
276
330
|
}
|
|
277
331
|
),
|
|
278
|
-
/* @__PURE__ */
|
|
332
|
+
/* @__PURE__ */ jsx23(
|
|
279
333
|
"path",
|
|
280
334
|
{
|
|
281
335
|
fill: stroke || color || "currentColor",
|
|
@@ -284,7 +338,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
284
338
|
clipRule: "evenodd"
|
|
285
339
|
}
|
|
286
340
|
),
|
|
287
|
-
/* @__PURE__ */
|
|
341
|
+
/* @__PURE__ */ jsx23(
|
|
288
342
|
"path",
|
|
289
343
|
{
|
|
290
344
|
fill: stroke || color || "currentColor",
|
|
@@ -293,7 +347,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
293
347
|
clipRule: "evenodd"
|
|
294
348
|
}
|
|
295
349
|
),
|
|
296
|
-
/* @__PURE__ */
|
|
350
|
+
/* @__PURE__ */ jsx23(
|
|
297
351
|
"path",
|
|
298
352
|
{
|
|
299
353
|
fill: stroke || color || "currentColor",
|
|
@@ -305,8 +359,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
305
359
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
306
360
|
|
|
307
361
|
// src/components/Backward.tsx
|
|
308
|
-
import { jsx as
|
|
309
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
362
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
363
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx24(
|
|
310
364
|
"path",
|
|
311
365
|
{
|
|
312
366
|
fill: stroke || color || "currentColor",
|
|
@@ -315,8 +369,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
315
369
|
) }), Backward_default = IconBackward;
|
|
316
370
|
|
|
317
371
|
// src/components/BatchShots.tsx
|
|
318
|
-
import { jsx as
|
|
319
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
372
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
373
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
|
|
320
374
|
"path",
|
|
321
375
|
{
|
|
322
376
|
fill: stroke || color || "currentColor",
|
|
@@ -327,16 +381,16 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
327
381
|
) }), BatchShots_default = IconBatchShots;
|
|
328
382
|
|
|
329
383
|
// src/components/Canvaposition.tsx
|
|
330
|
-
import { jsx as
|
|
331
|
-
var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
332
|
-
/* @__PURE__ */
|
|
384
|
+
import { jsx as jsx26, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
385
|
+
var IconCanvaposition = ({ 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: [
|
|
386
|
+
/* @__PURE__ */ jsx26(
|
|
333
387
|
"path",
|
|
334
388
|
{
|
|
335
389
|
fill: stroke || color || "currentColor",
|
|
336
390
|
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
391
|
}
|
|
338
392
|
),
|
|
339
|
-
/* @__PURE__ */
|
|
393
|
+
/* @__PURE__ */ jsx26(
|
|
340
394
|
"path",
|
|
341
395
|
{
|
|
342
396
|
fill: stroke || color || "currentColor",
|
|
@@ -347,9 +401,50 @@ var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }
|
|
|
347
401
|
)
|
|
348
402
|
] }), Canvaposition_default = IconCanvaposition;
|
|
349
403
|
|
|
404
|
+
// src/components/Canvasframe.tsx
|
|
405
|
+
import { jsx as jsx27, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
406
|
+
var IconCanvasframe = ({ 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: [
|
|
407
|
+
/* @__PURE__ */ jsx27(
|
|
408
|
+
"path",
|
|
409
|
+
{
|
|
410
|
+
fill: stroke || color || "currentColor",
|
|
411
|
+
d: "M1.5 1.5H10.5V8.25H1.5V1.5ZM3.75 3.75H8.25V6H3.75V3.75Z",
|
|
412
|
+
fillRule: "evenodd",
|
|
413
|
+
clipRule: "evenodd"
|
|
414
|
+
}
|
|
415
|
+
),
|
|
416
|
+
/* @__PURE__ */ jsx27(
|
|
417
|
+
"path",
|
|
418
|
+
{
|
|
419
|
+
fill: stroke || color || "currentColor",
|
|
420
|
+
d: "M1.5 11.25H10.5V22.5H1.5V11.25ZM3.75 13.5H8.25V20.25H3.75V13.5Z",
|
|
421
|
+
fillRule: "evenodd",
|
|
422
|
+
clipRule: "evenodd"
|
|
423
|
+
}
|
|
424
|
+
),
|
|
425
|
+
/* @__PURE__ */ jsx27(
|
|
426
|
+
"path",
|
|
427
|
+
{
|
|
428
|
+
fill: stroke || color || "currentColor",
|
|
429
|
+
d: "M13.5 1.5V12.75H22.5V1.5H13.5ZM20.25 3.75H15.75V10.5H20.25V3.75Z",
|
|
430
|
+
fillRule: "evenodd",
|
|
431
|
+
clipRule: "evenodd"
|
|
432
|
+
}
|
|
433
|
+
),
|
|
434
|
+
/* @__PURE__ */ jsx27(
|
|
435
|
+
"path",
|
|
436
|
+
{
|
|
437
|
+
fill: stroke || color || "currentColor",
|
|
438
|
+
d: "M13.5 15.75H22.5V22.5H13.5V15.75ZM15.75 18H20.25V20.25H15.75V18Z",
|
|
439
|
+
fillRule: "evenodd",
|
|
440
|
+
clipRule: "evenodd"
|
|
441
|
+
}
|
|
442
|
+
)
|
|
443
|
+
] }), Canvasframe_default = IconCanvasframe;
|
|
444
|
+
|
|
350
445
|
// src/components/Canvasmode.tsx
|
|
351
|
-
import { jsx as
|
|
352
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
446
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
447
|
+
var IconCanvasmode = ({ 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(
|
|
353
448
|
"path",
|
|
354
449
|
{
|
|
355
450
|
fill: stroke || color || "currentColor",
|
|
@@ -360,8 +455,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
360
455
|
) }), Canvasmode_default = IconCanvasmode;
|
|
361
456
|
|
|
362
457
|
// src/components/CcgFilled.tsx
|
|
363
|
-
import { jsx as
|
|
364
|
-
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
458
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
459
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx29(
|
|
365
460
|
"path",
|
|
366
461
|
{
|
|
367
462
|
fill: fill || color || "currentColor",
|
|
@@ -372,8 +467,8 @@ var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
372
467
|
) }), CcgFilled_default = IconCcgFilled;
|
|
373
468
|
|
|
374
469
|
// src/components/Ccg.tsx
|
|
375
|
-
import { jsx as
|
|
376
|
-
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
470
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
471
|
+
var IconCcg = ({ 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(
|
|
377
472
|
"path",
|
|
378
473
|
{
|
|
379
474
|
fill: stroke || color || "currentColor",
|
|
@@ -384,30 +479,30 @@ var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
384
479
|
) }), Ccg_default = IconCcg;
|
|
385
480
|
|
|
386
481
|
// src/components/Ccggame.tsx
|
|
387
|
-
import { jsx as
|
|
388
|
-
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
389
|
-
/* @__PURE__ */
|
|
482
|
+
import { jsx as jsx31, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
483
|
+
var IconCcggame = ({ 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: [
|
|
484
|
+
/* @__PURE__ */ jsx31(
|
|
390
485
|
"path",
|
|
391
486
|
{
|
|
392
487
|
fill: stroke || color || "currentColor",
|
|
393
488
|
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
489
|
}
|
|
395
490
|
),
|
|
396
|
-
/* @__PURE__ */
|
|
491
|
+
/* @__PURE__ */ jsx31(
|
|
397
492
|
"path",
|
|
398
493
|
{
|
|
399
494
|
fill: stroke || color || "currentColor",
|
|
400
495
|
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
496
|
}
|
|
402
497
|
),
|
|
403
|
-
/* @__PURE__ */
|
|
498
|
+
/* @__PURE__ */ jsx31(
|
|
404
499
|
"path",
|
|
405
500
|
{
|
|
406
501
|
fill: stroke || color || "currentColor",
|
|
407
502
|
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
503
|
}
|
|
409
504
|
),
|
|
410
|
-
/* @__PURE__ */
|
|
505
|
+
/* @__PURE__ */ jsx31(
|
|
411
506
|
"path",
|
|
412
507
|
{
|
|
413
508
|
fill: stroke || color || "currentColor",
|
|
@@ -419,8 +514,8 @@ var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
419
514
|
] }), Ccggame_default = IconCcggame;
|
|
420
515
|
|
|
421
516
|
// src/components/Ccglanguage.tsx
|
|
422
|
-
import { jsx as
|
|
423
|
-
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
517
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
518
|
+
var IconCcglanguage = ({ 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(
|
|
424
519
|
"path",
|
|
425
520
|
{
|
|
426
521
|
fill: stroke || color || "currentColor",
|
|
@@ -429,8 +524,8 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
429
524
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
430
525
|
|
|
431
526
|
// src/components/Chaptercollapse.tsx
|
|
432
|
-
import { jsx as
|
|
433
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
527
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
528
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
|
|
434
529
|
"path",
|
|
435
530
|
{
|
|
436
531
|
fill: stroke || color || "currentColor",
|
|
@@ -441,8 +536,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
441
536
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
442
537
|
|
|
443
538
|
// src/components/Chapterexpand.tsx
|
|
444
|
-
import { jsx as
|
|
445
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
539
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
540
|
+
var IconChapterexpand = ({ 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(
|
|
446
541
|
"path",
|
|
447
542
|
{
|
|
448
543
|
fill: stroke || color || "currentColor",
|
|
@@ -453,16 +548,16 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
453
548
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
454
549
|
|
|
455
550
|
// src/components/Chathistory.tsx
|
|
456
|
-
import { jsx as
|
|
457
|
-
var IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
458
|
-
/* @__PURE__ */
|
|
551
|
+
import { jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
552
|
+
var IconChathistory = ({ 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: [
|
|
553
|
+
/* @__PURE__ */ jsx35(
|
|
459
554
|
"path",
|
|
460
555
|
{
|
|
461
556
|
fill: stroke || color || "currentColor",
|
|
462
557
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
463
558
|
}
|
|
464
559
|
),
|
|
465
|
-
/* @__PURE__ */
|
|
560
|
+
/* @__PURE__ */ jsx35(
|
|
466
561
|
"path",
|
|
467
562
|
{
|
|
468
563
|
fill: stroke || color || "currentColor",
|
|
@@ -474,8 +569,8 @@ var IconChathistory = ({ size, width, height, color, className, fill, stroke })
|
|
|
474
569
|
] }), Chathistory_default = IconChathistory;
|
|
475
570
|
|
|
476
571
|
// src/components/Check.tsx
|
|
477
|
-
import { jsx as
|
|
478
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
572
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
573
|
+
var IconCheck = ({ 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(
|
|
479
574
|
"path",
|
|
480
575
|
{
|
|
481
576
|
fill: stroke || color || "currentColor",
|
|
@@ -484,8 +579,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
484
579
|
) }), Check_default = IconCheck;
|
|
485
580
|
|
|
486
581
|
// src/components/CheckedFilled.tsx
|
|
487
|
-
import { jsx as
|
|
488
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
582
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
583
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
489
584
|
"path",
|
|
490
585
|
{
|
|
491
586
|
fill: fill || color || "currentColor",
|
|
@@ -496,8 +591,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
496
591
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
497
592
|
|
|
498
593
|
// src/components/Close.tsx
|
|
499
|
-
import { jsx as
|
|
500
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
594
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
595
|
+
var IconClose = ({ 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(
|
|
501
596
|
"path",
|
|
502
597
|
{
|
|
503
598
|
fill: stroke || color || "currentColor",
|
|
@@ -506,9 +601,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
506
601
|
) }), Close_default = IconClose;
|
|
507
602
|
|
|
508
603
|
// src/components/Collapsewindow.tsx
|
|
509
|
-
import { jsx as
|
|
510
|
-
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
511
|
-
/* @__PURE__ */
|
|
604
|
+
import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
605
|
+
var IconCollapsewindow = ({ 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: [
|
|
606
|
+
/* @__PURE__ */ jsx39(
|
|
512
607
|
"path",
|
|
513
608
|
{
|
|
514
609
|
fill: stroke || color || "currentColor",
|
|
@@ -517,7 +612,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
517
612
|
clipRule: "evenodd"
|
|
518
613
|
}
|
|
519
614
|
),
|
|
520
|
-
/* @__PURE__ */
|
|
615
|
+
/* @__PURE__ */ jsx39(
|
|
521
616
|
"path",
|
|
522
617
|
{
|
|
523
618
|
fill: stroke || color || "currentColor",
|
|
@@ -528,11 +623,38 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
528
623
|
)
|
|
529
624
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
530
625
|
|
|
626
|
+
// src/components/Command.tsx
|
|
627
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
628
|
+
var IconCommand = ({ 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(
|
|
629
|
+
"path",
|
|
630
|
+
{
|
|
631
|
+
fill: stroke || color || "currentColor",
|
|
632
|
+
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"
|
|
633
|
+
}
|
|
634
|
+
) }), Command_default = IconCommand;
|
|
635
|
+
|
|
636
|
+
// src/components/Comment.tsx
|
|
637
|
+
import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
638
|
+
var IconComment = ({ 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: [
|
|
639
|
+
/* @__PURE__ */ jsx41("path", { fill: stroke || color || "currentColor", d: "M13.125 9.375H10.875V11.625H13.125V9.375Z" }),
|
|
640
|
+
/* @__PURE__ */ jsx41("path", { fill: stroke || color || "currentColor", d: "M15.75 9.375H18V11.625H15.75V9.375Z" }),
|
|
641
|
+
/* @__PURE__ */ jsx41("path", { fill: stroke || color || "currentColor", d: "M8.25 9.375H6V11.625H8.25V9.375Z" }),
|
|
642
|
+
/* @__PURE__ */ jsx41(
|
|
643
|
+
"path",
|
|
644
|
+
{
|
|
645
|
+
fill: stroke || color || "currentColor",
|
|
646
|
+
d: "M16.5 19.5L12 24L7.5 19.5H0V1.5H24V19.5H16.5ZM12 20.818L8.43198 17.25H2.25V3.75H21.75V17.25H15.568L12 20.818Z",
|
|
647
|
+
fillRule: "evenodd",
|
|
648
|
+
clipRule: "evenodd"
|
|
649
|
+
}
|
|
650
|
+
)
|
|
651
|
+
] }), Comment_default = IconComment;
|
|
652
|
+
|
|
531
653
|
// src/components/Copy.tsx
|
|
532
|
-
import { jsx as
|
|
533
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
534
|
-
/* @__PURE__ */
|
|
535
|
-
/* @__PURE__ */
|
|
654
|
+
import { jsx as jsx42, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
655
|
+
var IconCopy = ({ 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: [
|
|
656
|
+
/* @__PURE__ */ jsx42("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
657
|
+
/* @__PURE__ */ jsx42(
|
|
536
658
|
"path",
|
|
537
659
|
{
|
|
538
660
|
fill: stroke || color || "currentColor",
|
|
@@ -544,8 +666,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
544
666
|
] }), Copy_default = IconCopy;
|
|
545
667
|
|
|
546
668
|
// src/components/Copylink.tsx
|
|
547
|
-
import { jsx as
|
|
548
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
669
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
670
|
+
var IconCopylink = ({ 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(
|
|
549
671
|
"path",
|
|
550
672
|
{
|
|
551
673
|
fill: stroke || color || "currentColor",
|
|
@@ -556,8 +678,8 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
556
678
|
) }), Copylink_default = IconCopylink;
|
|
557
679
|
|
|
558
680
|
// src/components/Createplan.tsx
|
|
559
|
-
import { jsx as
|
|
560
|
-
var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
681
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
682
|
+
var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx44(
|
|
561
683
|
"path",
|
|
562
684
|
{
|
|
563
685
|
fill: stroke || color || "currentColor",
|
|
@@ -568,9 +690,9 @@ var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
568
690
|
) }), Createplan_default = IconCreateplan;
|
|
569
691
|
|
|
570
692
|
// src/components/CreditFilled.tsx
|
|
571
|
-
import { jsx as
|
|
572
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
693
|
+
import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
694
|
+
var IconCreditFilled = ({ 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: [
|
|
695
|
+
/* @__PURE__ */ jsx45("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx45(
|
|
574
696
|
"path",
|
|
575
697
|
{
|
|
576
698
|
fill: fill || color || "currentColor",
|
|
@@ -579,12 +701,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
579
701
|
clipRule: "evenodd"
|
|
580
702
|
}
|
|
581
703
|
) }),
|
|
582
|
-
/* @__PURE__ */
|
|
704
|
+
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
583
705
|
] }), CreditFilled_default = IconCreditFilled;
|
|
584
706
|
|
|
585
707
|
// src/components/Cursor.tsx
|
|
586
|
-
import { jsx as
|
|
587
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
708
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
709
|
+
var IconCursor = ({ 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(
|
|
588
710
|
"path",
|
|
589
711
|
{
|
|
590
712
|
fill: stroke || color || "currentColor",
|
|
@@ -595,10 +717,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
595
717
|
) }), Cursor_default = IconCursor;
|
|
596
718
|
|
|
597
719
|
// src/components/DeleteSceneChoice.tsx
|
|
598
|
-
import { jsx as
|
|
599
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
600
|
-
/* @__PURE__ */
|
|
601
|
-
/* @__PURE__ */
|
|
720
|
+
import { jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
721
|
+
var IconDeleteSceneChoice = ({ 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: [
|
|
722
|
+
/* @__PURE__ */ jsx47("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
723
|
+
/* @__PURE__ */ jsx47(
|
|
602
724
|
"path",
|
|
603
725
|
{
|
|
604
726
|
fill: stroke || color || "currentColor",
|
|
@@ -610,10 +732,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
610
732
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
611
733
|
|
|
612
734
|
// src/components/Delete.tsx
|
|
613
|
-
import { jsx as
|
|
614
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
615
|
-
/* @__PURE__ */
|
|
616
|
-
/* @__PURE__ */
|
|
735
|
+
import { jsx as jsx48, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
736
|
+
var IconDelete = ({ 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: [
|
|
737
|
+
/* @__PURE__ */ jsx48("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
738
|
+
/* @__PURE__ */ jsx48(
|
|
617
739
|
"path",
|
|
618
740
|
{
|
|
619
741
|
fill: stroke || color || "currentColor",
|
|
@@ -625,8 +747,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
625
747
|
] }), Delete_default = IconDelete;
|
|
626
748
|
|
|
627
749
|
// src/components/DownFilled.tsx
|
|
628
|
-
import { jsx as
|
|
629
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
750
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
751
|
+
var IconDownFilled = ({ 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(
|
|
630
752
|
"path",
|
|
631
753
|
{
|
|
632
754
|
fill: fill || color || "currentColor",
|
|
@@ -637,8 +759,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
637
759
|
) }), DownFilled_default = IconDownFilled;
|
|
638
760
|
|
|
639
761
|
// src/components/DownleftFilled.tsx
|
|
640
|
-
import { jsx as
|
|
641
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
762
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
763
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx50(
|
|
642
764
|
"path",
|
|
643
765
|
{
|
|
644
766
|
fill: fill || color || "currentColor",
|
|
@@ -649,16 +771,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
649
771
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
650
772
|
|
|
651
773
|
// src/components/Download.tsx
|
|
652
|
-
import { jsx as
|
|
653
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
654
|
-
/* @__PURE__ */
|
|
774
|
+
import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
775
|
+
var IconDownload = ({ 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: [
|
|
776
|
+
/* @__PURE__ */ jsx51(
|
|
655
777
|
"path",
|
|
656
778
|
{
|
|
657
779
|
fill: stroke || color || "currentColor",
|
|
658
780
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
659
781
|
}
|
|
660
782
|
),
|
|
661
|
-
/* @__PURE__ */
|
|
783
|
+
/* @__PURE__ */ jsx51(
|
|
662
784
|
"path",
|
|
663
785
|
{
|
|
664
786
|
fill: stroke || color || "currentColor",
|
|
@@ -670,8 +792,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
670
792
|
] }), Download_default = IconDownload;
|
|
671
793
|
|
|
672
794
|
// src/components/DownrightFilled.tsx
|
|
673
|
-
import { jsx as
|
|
674
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
795
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
796
|
+
var IconDownrightFilled = ({ 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(
|
|
675
797
|
"path",
|
|
676
798
|
{
|
|
677
799
|
fill: fill || color || "currentColor",
|
|
@@ -682,20 +804,20 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
682
804
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
683
805
|
|
|
684
806
|
// 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__ */
|
|
807
|
+
import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
808
|
+
var IconDraghandleFilled = ({ 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: [
|
|
809
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
810
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
811
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
812
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
813
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
814
|
+
/* @__PURE__ */ jsx53("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
693
815
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
694
816
|
|
|
695
817
|
// src/components/Edit.tsx
|
|
696
|
-
import { jsx as
|
|
697
|
-
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
818
|
+
import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
819
|
+
var IconEdit = ({ 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: [
|
|
820
|
+
/* @__PURE__ */ jsx54(
|
|
699
821
|
"path",
|
|
700
822
|
{
|
|
701
823
|
fill: stroke || color || "currentColor",
|
|
@@ -704,7 +826,7 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
704
826
|
clipRule: "evenodd"
|
|
705
827
|
}
|
|
706
828
|
),
|
|
707
|
-
/* @__PURE__ */
|
|
829
|
+
/* @__PURE__ */ jsx54(
|
|
708
830
|
"path",
|
|
709
831
|
{
|
|
710
832
|
fill: stroke || color || "currentColor",
|
|
@@ -714,8 +836,8 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
714
836
|
] }), Edit_default = IconEdit;
|
|
715
837
|
|
|
716
838
|
// src/components/Element.tsx
|
|
717
|
-
import { jsx as
|
|
718
|
-
var IconElement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
839
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
840
|
+
var IconElement = ({ 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(
|
|
719
841
|
"path",
|
|
720
842
|
{
|
|
721
843
|
fill: stroke || color || "currentColor",
|
|
@@ -726,9 +848,9 @@ var IconElement = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
726
848
|
) }), Element_default = IconElement;
|
|
727
849
|
|
|
728
850
|
// src/components/Expandwindow.tsx
|
|
729
|
-
import { jsx as
|
|
730
|
-
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
731
|
-
/* @__PURE__ */
|
|
851
|
+
import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
852
|
+
var IconExpandwindow = ({ 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: [
|
|
853
|
+
/* @__PURE__ */ jsx56(
|
|
732
854
|
"path",
|
|
733
855
|
{
|
|
734
856
|
fill: stroke || color || "currentColor",
|
|
@@ -737,7 +859,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
737
859
|
clipRule: "evenodd"
|
|
738
860
|
}
|
|
739
861
|
),
|
|
740
|
-
/* @__PURE__ */
|
|
862
|
+
/* @__PURE__ */ jsx56(
|
|
741
863
|
"path",
|
|
742
864
|
{
|
|
743
865
|
fill: stroke || color || "currentColor",
|
|
@@ -749,8 +871,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
749
871
|
] }), Expandwindow_default = IconExpandwindow;
|
|
750
872
|
|
|
751
873
|
// src/components/FavoriteFilled.tsx
|
|
752
|
-
import { jsx as
|
|
753
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
874
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
875
|
+
var IconFavoriteFilled = ({ 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(
|
|
754
876
|
"path",
|
|
755
877
|
{
|
|
756
878
|
fill: fill || color || "currentColor",
|
|
@@ -759,8 +881,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
759
881
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
760
882
|
|
|
761
883
|
// src/components/Favorite.tsx
|
|
762
|
-
import { jsx as
|
|
763
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
884
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
885
|
+
var IconFavorite = ({ 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(
|
|
764
886
|
"path",
|
|
765
887
|
{
|
|
766
888
|
fill: stroke || color || "currentColor",
|
|
@@ -771,8 +893,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
771
893
|
) }), Favorite_default = IconFavorite;
|
|
772
894
|
|
|
773
895
|
// src/components/FeedbackFailFilled.tsx
|
|
774
|
-
import { jsx as
|
|
775
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
896
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
897
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx59(
|
|
776
898
|
"path",
|
|
777
899
|
{
|
|
778
900
|
fill: fill || color || "currentColor",
|
|
@@ -783,8 +905,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
783
905
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
784
906
|
|
|
785
907
|
// src/components/FeedbackPendingFilled.tsx
|
|
786
|
-
import { jsx as
|
|
787
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
908
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
909
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx60(
|
|
788
910
|
"path",
|
|
789
911
|
{
|
|
790
912
|
fill: fill || color || "currentColor",
|
|
@@ -795,8 +917,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
795
917
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
796
918
|
|
|
797
919
|
// src/components/FeedbackProblemFilled.tsx
|
|
798
|
-
import { jsx as
|
|
799
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
920
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
921
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx61(
|
|
800
922
|
"path",
|
|
801
923
|
{
|
|
802
924
|
fill: fill || color || "currentColor",
|
|
@@ -807,30 +929,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
807
929
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
808
930
|
|
|
809
931
|
// src/components/FeedbackProblem.tsx
|
|
810
|
-
import { jsx as
|
|
811
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
812
|
-
/* @__PURE__ */
|
|
932
|
+
import { jsx as jsx62, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
933
|
+
var IconFeedbackProblem = ({ 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: [
|
|
934
|
+
/* @__PURE__ */ jsx62(
|
|
813
935
|
"path",
|
|
814
936
|
{
|
|
815
937
|
fill: stroke || color || "currentColor",
|
|
816
938
|
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
939
|
}
|
|
818
940
|
),
|
|
819
|
-
/* @__PURE__ */
|
|
941
|
+
/* @__PURE__ */ jsx62(
|
|
820
942
|
"path",
|
|
821
943
|
{
|
|
822
944
|
fill: stroke || color || "currentColor",
|
|
823
945
|
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
946
|
}
|
|
825
947
|
),
|
|
826
|
-
/* @__PURE__ */
|
|
948
|
+
/* @__PURE__ */ jsx62(
|
|
827
949
|
"path",
|
|
828
950
|
{
|
|
829
951
|
fill: stroke || color || "currentColor",
|
|
830
952
|
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
953
|
}
|
|
832
954
|
),
|
|
833
|
-
/* @__PURE__ */
|
|
955
|
+
/* @__PURE__ */ jsx62(
|
|
834
956
|
"path",
|
|
835
957
|
{
|
|
836
958
|
fill: stroke || color || "currentColor",
|
|
@@ -842,9 +964,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
842
964
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
843
965
|
|
|
844
966
|
// src/components/FiletypeImageFilled.tsx
|
|
845
|
-
import { jsx as
|
|
846
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
847
|
-
/* @__PURE__ */
|
|
967
|
+
import { jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
968
|
+
var IconFiletypeImageFilled = ({ 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: [
|
|
969
|
+
/* @__PURE__ */ jsx63("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx63(
|
|
848
970
|
"path",
|
|
849
971
|
{
|
|
850
972
|
fill: "#2E2E2E",
|
|
@@ -852,21 +974,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
852
974
|
style: { opacity: 0.3 }
|
|
853
975
|
}
|
|
854
976
|
) }),
|
|
855
|
-
/* @__PURE__ */
|
|
977
|
+
/* @__PURE__ */ jsx63(
|
|
856
978
|
"path",
|
|
857
979
|
{
|
|
858
980
|
fill: "#2E2E2E",
|
|
859
981
|
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
982
|
}
|
|
861
983
|
),
|
|
862
|
-
/* @__PURE__ */
|
|
984
|
+
/* @__PURE__ */ jsx63(
|
|
863
985
|
"path",
|
|
864
986
|
{
|
|
865
987
|
fill: "#2E2E2E",
|
|
866
988
|
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
989
|
}
|
|
868
990
|
),
|
|
869
|
-
/* @__PURE__ */
|
|
991
|
+
/* @__PURE__ */ jsx63(
|
|
870
992
|
"path",
|
|
871
993
|
{
|
|
872
994
|
fill: "#2E2E2E",
|
|
@@ -878,9 +1000,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
878
1000
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
879
1001
|
|
|
880
1002
|
// src/components/FiletypePdfFilled.tsx
|
|
881
|
-
import { jsx as
|
|
882
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
883
|
-
/* @__PURE__ */
|
|
1003
|
+
import { jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1004
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
1005
|
+
/* @__PURE__ */ jsx64("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx64(
|
|
884
1006
|
"path",
|
|
885
1007
|
{
|
|
886
1008
|
fill: "#FF3E4C",
|
|
@@ -888,14 +1010,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
888
1010
|
style: { opacity: 0.3 }
|
|
889
1011
|
}
|
|
890
1012
|
) }),
|
|
891
|
-
/* @__PURE__ */
|
|
1013
|
+
/* @__PURE__ */ jsx64(
|
|
892
1014
|
"path",
|
|
893
1015
|
{
|
|
894
1016
|
fill: "#FF3E4C",
|
|
895
1017
|
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
1018
|
}
|
|
897
1019
|
),
|
|
898
|
-
/* @__PURE__ */
|
|
1020
|
+
/* @__PURE__ */ jsx64(
|
|
899
1021
|
"path",
|
|
900
1022
|
{
|
|
901
1023
|
fill: "#FF3E4C",
|
|
@@ -905,9 +1027,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
905
1027
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
906
1028
|
|
|
907
1029
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
908
|
-
import { jsx as
|
|
909
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
1030
|
+
import { jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1031
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
1032
|
+
/* @__PURE__ */ jsx65("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx65(
|
|
911
1033
|
"path",
|
|
912
1034
|
{
|
|
913
1035
|
fill: "#2E2E2E",
|
|
@@ -915,14 +1037,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
915
1037
|
style: { opacity: 0.3 }
|
|
916
1038
|
}
|
|
917
1039
|
) }),
|
|
918
|
-
/* @__PURE__ */
|
|
1040
|
+
/* @__PURE__ */ jsx65(
|
|
919
1041
|
"path",
|
|
920
1042
|
{
|
|
921
1043
|
fill: "#2E2E2E",
|
|
922
1044
|
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
1045
|
}
|
|
924
1046
|
),
|
|
925
|
-
/* @__PURE__ */
|
|
1047
|
+
/* @__PURE__ */ jsx65(
|
|
926
1048
|
"path",
|
|
927
1049
|
{
|
|
928
1050
|
fill: "#2E2E2E",
|
|
@@ -932,9 +1054,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
932
1054
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
933
1055
|
|
|
934
1056
|
// src/components/FiletypeTxtFilled.tsx
|
|
935
|
-
import { jsx as
|
|
936
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
937
|
-
/* @__PURE__ */
|
|
1057
|
+
import { jsx as jsx66, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1058
|
+
var IconFiletypeTxtFilled = ({ 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: [
|
|
1059
|
+
/* @__PURE__ */ jsx66("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx66(
|
|
938
1060
|
"path",
|
|
939
1061
|
{
|
|
940
1062
|
fill: "#005FAD",
|
|
@@ -942,11 +1064,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
942
1064
|
style: { opacity: 0.3 }
|
|
943
1065
|
}
|
|
944
1066
|
) }),
|
|
945
|
-
/* @__PURE__ */
|
|
946
|
-
/* @__PURE__ */
|
|
947
|
-
/* @__PURE__ */
|
|
948
|
-
/* @__PURE__ */
|
|
949
|
-
/* @__PURE__ */
|
|
1067
|
+
/* @__PURE__ */ jsx66("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1068
|
+
/* @__PURE__ */ jsx66("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1069
|
+
/* @__PURE__ */ jsx66("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1070
|
+
/* @__PURE__ */ jsx66("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1071
|
+
/* @__PURE__ */ jsx66(
|
|
950
1072
|
"path",
|
|
951
1073
|
{
|
|
952
1074
|
fill: "#005FAD",
|
|
@@ -956,9 +1078,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
956
1078
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
957
1079
|
|
|
958
1080
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
959
|
-
import { jsx as
|
|
960
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
961
|
-
/* @__PURE__ */
|
|
1081
|
+
import { jsx as jsx67, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1082
|
+
var IconFiletypeTxtLumiFilled = ({ 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: [
|
|
1083
|
+
/* @__PURE__ */ jsx67("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx67(
|
|
962
1084
|
"path",
|
|
963
1085
|
{
|
|
964
1086
|
fill: "#2E2E2E",
|
|
@@ -966,11 +1088,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
966
1088
|
style: { opacity: 0.3 }
|
|
967
1089
|
}
|
|
968
1090
|
) }),
|
|
969
|
-
/* @__PURE__ */
|
|
970
|
-
/* @__PURE__ */
|
|
971
|
-
/* @__PURE__ */
|
|
972
|
-
/* @__PURE__ */
|
|
973
|
-
/* @__PURE__ */
|
|
1091
|
+
/* @__PURE__ */ jsx67("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1092
|
+
/* @__PURE__ */ jsx67("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1093
|
+
/* @__PURE__ */ jsx67("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1094
|
+
/* @__PURE__ */ jsx67("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1095
|
+
/* @__PURE__ */ jsx67(
|
|
974
1096
|
"path",
|
|
975
1097
|
{
|
|
976
1098
|
fill: "#2E2E2E",
|
|
@@ -980,9 +1102,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
980
1102
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
981
1103
|
|
|
982
1104
|
// src/components/FiletypeWordFilled.tsx
|
|
983
|
-
import { jsx as
|
|
984
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
985
|
-
/* @__PURE__ */
|
|
1105
|
+
import { jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1106
|
+
var IconFiletypeWordFilled = ({ 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: [
|
|
1107
|
+
/* @__PURE__ */ jsx68("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx68(
|
|
986
1108
|
"path",
|
|
987
1109
|
{
|
|
988
1110
|
fill: "#0072FF",
|
|
@@ -990,14 +1112,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
990
1112
|
style: { opacity: 0.3 }
|
|
991
1113
|
}
|
|
992
1114
|
) }),
|
|
993
|
-
/* @__PURE__ */
|
|
1115
|
+
/* @__PURE__ */ jsx68(
|
|
994
1116
|
"path",
|
|
995
1117
|
{
|
|
996
1118
|
fill: "#0072FF",
|
|
997
1119
|
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
1120
|
}
|
|
999
1121
|
),
|
|
1000
|
-
/* @__PURE__ */
|
|
1122
|
+
/* @__PURE__ */ jsx68(
|
|
1001
1123
|
"path",
|
|
1002
1124
|
{
|
|
1003
1125
|
fill: "#0072FF",
|
|
@@ -1007,9 +1129,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
1007
1129
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
1008
1130
|
|
|
1009
1131
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
1010
|
-
import { jsx as
|
|
1011
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1012
|
-
/* @__PURE__ */
|
|
1132
|
+
import { jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1133
|
+
var IconFiletypeWordLumiFilled = ({ 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: [
|
|
1134
|
+
/* @__PURE__ */ jsx69("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx69(
|
|
1013
1135
|
"path",
|
|
1014
1136
|
{
|
|
1015
1137
|
fill: "#2E2E2E",
|
|
@@ -1017,14 +1139,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
1017
1139
|
style: { opacity: 0.3 }
|
|
1018
1140
|
}
|
|
1019
1141
|
) }),
|
|
1020
|
-
/* @__PURE__ */
|
|
1142
|
+
/* @__PURE__ */ jsx69(
|
|
1021
1143
|
"path",
|
|
1022
1144
|
{
|
|
1023
1145
|
fill: "#2E2E2E",
|
|
1024
1146
|
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
1147
|
}
|
|
1026
1148
|
),
|
|
1027
|
-
/* @__PURE__ */
|
|
1149
|
+
/* @__PURE__ */ jsx69(
|
|
1028
1150
|
"path",
|
|
1029
1151
|
{
|
|
1030
1152
|
fill: "#2E2E2E",
|
|
@@ -1034,9 +1156,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
1034
1156
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
1035
1157
|
|
|
1036
1158
|
// src/components/Fillin.tsx
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
-
/* @__PURE__ */
|
|
1159
|
+
import { jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1160
|
+
var IconFillin = ({ 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: [
|
|
1161
|
+
/* @__PURE__ */ jsx70("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx70(
|
|
1040
1162
|
"path",
|
|
1041
1163
|
{
|
|
1042
1164
|
fill: stroke || color || "currentColor",
|
|
@@ -1045,7 +1167,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1045
1167
|
clipRule: "evenodd"
|
|
1046
1168
|
}
|
|
1047
1169
|
) }),
|
|
1048
|
-
/* @__PURE__ */
|
|
1170
|
+
/* @__PURE__ */ jsx70("defs", { children: /* @__PURE__ */ jsx70("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx70(
|
|
1049
1171
|
"rect",
|
|
1050
1172
|
{
|
|
1051
1173
|
width: "24",
|
|
@@ -1057,36 +1179,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1057
1179
|
] }), Fillin_default = IconFillin;
|
|
1058
1180
|
|
|
1059
1181
|
// 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__ */
|
|
1182
|
+
import { jsx as jsx71, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1183
|
+
var IconFoldedMenu = ({ 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: [
|
|
1184
|
+
/* @__PURE__ */ jsx71("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1185
|
+
/* @__PURE__ */ jsx71("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1186
|
+
/* @__PURE__ */ jsx71("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1187
|
+
/* @__PURE__ */ jsx71("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1066
1188
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1067
1189
|
|
|
1068
1190
|
// 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__ */
|
|
1191
|
+
import { jsx as jsx72, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1192
|
+
var IconFullScreen = ({ 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: [
|
|
1193
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1194
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1195
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1196
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1075
1197
|
] }), FullScreen_default = IconFullScreen;
|
|
1076
1198
|
|
|
1077
1199
|
// 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__ */
|
|
1200
|
+
import { jsx as jsx73, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1201
|
+
var IconGameFilled = ({ 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: [
|
|
1202
|
+
/* @__PURE__ */ jsx73("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1203
|
+
/* @__PURE__ */ jsx73("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1204
|
+
/* @__PURE__ */ jsx73(
|
|
1083
1205
|
"path",
|
|
1084
1206
|
{
|
|
1085
1207
|
fill: fill || color || "currentColor",
|
|
1086
1208
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1087
1209
|
}
|
|
1088
1210
|
),
|
|
1089
|
-
/* @__PURE__ */
|
|
1211
|
+
/* @__PURE__ */ jsx73(
|
|
1090
1212
|
"path",
|
|
1091
1213
|
{
|
|
1092
1214
|
fill: fill || color || "currentColor",
|
|
@@ -1096,9 +1218,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1096
1218
|
] }), GameFilled_default = IconGameFilled;
|
|
1097
1219
|
|
|
1098
1220
|
// src/components/Game.tsx
|
|
1099
|
-
import { jsx as
|
|
1100
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1101
|
-
/* @__PURE__ */
|
|
1221
|
+
import { jsx as jsx74, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1222
|
+
var IconGame = ({ 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: [
|
|
1223
|
+
/* @__PURE__ */ jsx74(
|
|
1102
1224
|
"path",
|
|
1103
1225
|
{
|
|
1104
1226
|
fill: stroke || color || "currentColor",
|
|
@@ -1107,7 +1229,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1107
1229
|
clipRule: "evenodd"
|
|
1108
1230
|
}
|
|
1109
1231
|
),
|
|
1110
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx74(
|
|
1111
1233
|
"path",
|
|
1112
1234
|
{
|
|
1113
1235
|
fill: stroke || color || "currentColor",
|
|
@@ -1116,7 +1238,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1116
1238
|
clipRule: "evenodd"
|
|
1117
1239
|
}
|
|
1118
1240
|
),
|
|
1119
|
-
/* @__PURE__ */
|
|
1241
|
+
/* @__PURE__ */ jsx74(
|
|
1120
1242
|
"path",
|
|
1121
1243
|
{
|
|
1122
1244
|
fill: stroke || color || "currentColor",
|
|
@@ -1125,7 +1247,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1125
1247
|
clipRule: "evenodd"
|
|
1126
1248
|
}
|
|
1127
1249
|
),
|
|
1128
|
-
/* @__PURE__ */
|
|
1250
|
+
/* @__PURE__ */ jsx74(
|
|
1129
1251
|
"path",
|
|
1130
1252
|
{
|
|
1131
1253
|
fill: stroke || color || "currentColor",
|
|
@@ -1137,8 +1259,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1137
1259
|
] }), Game_default = IconGame;
|
|
1138
1260
|
|
|
1139
1261
|
// src/components/GamebackupFilled.tsx
|
|
1140
|
-
import { jsx as
|
|
1141
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1262
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1263
|
+
var IconGamebackupFilled = ({ 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(
|
|
1142
1264
|
"path",
|
|
1143
1265
|
{
|
|
1144
1266
|
fill: fill || color || "currentColor",
|
|
@@ -1149,8 +1271,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1149
1271
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1150
1272
|
|
|
1151
1273
|
// src/components/Gamebackup.tsx
|
|
1152
|
-
import { jsx as
|
|
1153
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1274
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1275
|
+
var IconGamebackup = ({ 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(
|
|
1154
1276
|
"path",
|
|
1155
1277
|
{
|
|
1156
1278
|
fill: stroke || color || "currentColor",
|
|
@@ -1161,8 +1283,8 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1161
1283
|
) }), Gamebackup_default = IconGamebackup;
|
|
1162
1284
|
|
|
1163
1285
|
// src/components/GamecontrolChoice.tsx
|
|
1164
|
-
import { jsx as
|
|
1165
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1286
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
1287
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx77(
|
|
1166
1288
|
"path",
|
|
1167
1289
|
{
|
|
1168
1290
|
fill: stroke || color || "currentColor",
|
|
@@ -1173,8 +1295,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
1173
1295
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1174
1296
|
|
|
1175
1297
|
// src/components/GamecontrolGameplay.tsx
|
|
1176
|
-
import { jsx as
|
|
1177
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1298
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1299
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx78(
|
|
1178
1300
|
"path",
|
|
1179
1301
|
{
|
|
1180
1302
|
fill: stroke || color || "currentColor",
|
|
@@ -1185,8 +1307,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1185
1307
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1186
1308
|
|
|
1187
1309
|
// src/components/GamecontrolLinear.tsx
|
|
1188
|
-
import { jsx as
|
|
1189
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1310
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1311
|
+
var IconGamecontrolLinear = ({ 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(
|
|
1190
1312
|
"path",
|
|
1191
1313
|
{
|
|
1192
1314
|
fill: stroke || color || "currentColor",
|
|
@@ -1197,16 +1319,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1197
1319
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1198
1320
|
|
|
1199
1321
|
// src/components/GamecontrolNone.tsx
|
|
1200
|
-
import { jsx as
|
|
1201
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1202
|
-
/* @__PURE__ */
|
|
1322
|
+
import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1323
|
+
var IconGamecontrolNone = ({ 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: [
|
|
1324
|
+
/* @__PURE__ */ jsx80(
|
|
1203
1325
|
"path",
|
|
1204
1326
|
{
|
|
1205
1327
|
fill: stroke || color || "currentColor",
|
|
1206
1328
|
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
1329
|
}
|
|
1208
1330
|
),
|
|
1209
|
-
/* @__PURE__ */
|
|
1331
|
+
/* @__PURE__ */ jsx80(
|
|
1210
1332
|
"path",
|
|
1211
1333
|
{
|
|
1212
1334
|
fill: stroke || color || "currentColor",
|
|
@@ -1215,7 +1337,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1215
1337
|
clipRule: "evenodd"
|
|
1216
1338
|
}
|
|
1217
1339
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1340
|
+
/* @__PURE__ */ jsx80(
|
|
1219
1341
|
"path",
|
|
1220
1342
|
{
|
|
1221
1343
|
fill: stroke || color || "currentColor",
|
|
@@ -1227,23 +1349,23 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1227
1349
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1228
1350
|
|
|
1229
1351
|
// src/components/GamecontrolTerminal.tsx
|
|
1230
|
-
import { jsx as
|
|
1231
|
-
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1232
|
-
/* @__PURE__ */
|
|
1352
|
+
import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1353
|
+
var IconGamecontrolTerminal = ({ 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: [
|
|
1354
|
+
/* @__PURE__ */ jsx81(
|
|
1233
1355
|
"path",
|
|
1234
1356
|
{
|
|
1235
1357
|
fill: stroke || color || "currentColor",
|
|
1236
1358
|
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
1359
|
}
|
|
1238
1360
|
),
|
|
1239
|
-
/* @__PURE__ */
|
|
1361
|
+
/* @__PURE__ */ jsx81(
|
|
1240
1362
|
"path",
|
|
1241
1363
|
{
|
|
1242
1364
|
fill: stroke || color || "currentColor",
|
|
1243
1365
|
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
1366
|
}
|
|
1245
1367
|
),
|
|
1246
|
-
/* @__PURE__ */
|
|
1368
|
+
/* @__PURE__ */ jsx81(
|
|
1247
1369
|
"path",
|
|
1248
1370
|
{
|
|
1249
1371
|
fill: stroke || color || "currentColor",
|
|
@@ -1255,8 +1377,8 @@ var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, st
|
|
|
1255
1377
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1256
1378
|
|
|
1257
1379
|
// src/components/Gamelanguage.tsx
|
|
1258
|
-
import { jsx as
|
|
1259
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1380
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1381
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx82(
|
|
1260
1382
|
"path",
|
|
1261
1383
|
{
|
|
1262
1384
|
fill: stroke || color || "currentColor",
|
|
@@ -1267,9 +1389,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1267
1389
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1268
1390
|
|
|
1269
1391
|
// src/components/Gamepreview.tsx
|
|
1270
|
-
import { jsx as
|
|
1271
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1272
|
-
/* @__PURE__ */
|
|
1392
|
+
import { jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1393
|
+
var IconGamepreview = ({ 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: [
|
|
1394
|
+
/* @__PURE__ */ jsx83(
|
|
1273
1395
|
"path",
|
|
1274
1396
|
{
|
|
1275
1397
|
fill: stroke || color || "currentColor",
|
|
@@ -1278,7 +1400,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1278
1400
|
clipRule: "evenodd"
|
|
1279
1401
|
}
|
|
1280
1402
|
),
|
|
1281
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx83(
|
|
1282
1404
|
"path",
|
|
1283
1405
|
{
|
|
1284
1406
|
fill: stroke || color || "currentColor",
|
|
@@ -1290,8 +1412,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1290
1412
|
] }), Gamepreview_default = IconGamepreview;
|
|
1291
1413
|
|
|
1292
1414
|
// src/components/Gameui.tsx
|
|
1293
|
-
import { jsx as
|
|
1294
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1415
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1416
|
+
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
|
|
1295
1417
|
"path",
|
|
1296
1418
|
{
|
|
1297
1419
|
fill: stroke || color || "currentColor",
|
|
@@ -1302,9 +1424,9 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1302
1424
|
) }), Gameui_default = IconGameui;
|
|
1303
1425
|
|
|
1304
1426
|
// src/components/Gameuivariable.tsx
|
|
1305
|
-
import { jsx as
|
|
1306
|
-
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1307
|
-
/* @__PURE__ */
|
|
1427
|
+
import { jsx as jsx85, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1428
|
+
var IconGameuivariable = ({ 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: [
|
|
1429
|
+
/* @__PURE__ */ jsx85(
|
|
1308
1430
|
"path",
|
|
1309
1431
|
{
|
|
1310
1432
|
fill: fill || color || "currentColor",
|
|
@@ -1313,7 +1435,7 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1313
1435
|
clipRule: "evenodd"
|
|
1314
1436
|
}
|
|
1315
1437
|
),
|
|
1316
|
-
/* @__PURE__ */
|
|
1438
|
+
/* @__PURE__ */ jsx85(
|
|
1317
1439
|
"path",
|
|
1318
1440
|
{
|
|
1319
1441
|
fill: stroke || color || "currentColor",
|
|
@@ -1323,16 +1445,16 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1323
1445
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1324
1446
|
|
|
1325
1447
|
// src/components/Gameuivariable2.tsx
|
|
1326
|
-
import { jsx as
|
|
1327
|
-
var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1328
|
-
/* @__PURE__ */
|
|
1448
|
+
import { jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1449
|
+
var IconGameuivariable2 = ({ 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: [
|
|
1450
|
+
/* @__PURE__ */ jsx86(
|
|
1329
1451
|
"path",
|
|
1330
1452
|
{
|
|
1331
1453
|
fill: fill || color || "currentColor",
|
|
1332
1454
|
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
1455
|
}
|
|
1334
1456
|
),
|
|
1335
|
-
/* @__PURE__ */
|
|
1457
|
+
/* @__PURE__ */ jsx86(
|
|
1336
1458
|
"path",
|
|
1337
1459
|
{
|
|
1338
1460
|
fill: stroke || color || "currentColor",
|
|
@@ -1342,16 +1464,16 @@ var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke
|
|
|
1342
1464
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1343
1465
|
|
|
1344
1466
|
// src/components/GenerateMultimage.tsx
|
|
1345
|
-
import { jsx as
|
|
1346
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1347
|
-
/* @__PURE__ */
|
|
1467
|
+
import { jsx as jsx87, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1468
|
+
var IconGenerateMultimage = ({ 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: [
|
|
1469
|
+
/* @__PURE__ */ jsx87(
|
|
1348
1470
|
"path",
|
|
1349
1471
|
{
|
|
1350
1472
|
fill: stroke || color || "currentColor",
|
|
1351
1473
|
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
1474
|
}
|
|
1353
1475
|
),
|
|
1354
|
-
/* @__PURE__ */
|
|
1476
|
+
/* @__PURE__ */ jsx87(
|
|
1355
1477
|
"path",
|
|
1356
1478
|
{
|
|
1357
1479
|
fill: stroke || color || "currentColor",
|
|
@@ -1360,12 +1482,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1360
1482
|
clipRule: "evenodd"
|
|
1361
1483
|
}
|
|
1362
1484
|
),
|
|
1363
|
-
/* @__PURE__ */
|
|
1485
|
+
/* @__PURE__ */ jsx87("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1364
1486
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1365
1487
|
|
|
1366
1488
|
// src/components/GenerateFilled.tsx
|
|
1367
|
-
import { jsx as
|
|
1368
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1489
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
1490
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx88(
|
|
1369
1491
|
"path",
|
|
1370
1492
|
{
|
|
1371
1493
|
fill: fill || color || "currentColor",
|
|
@@ -1376,16 +1498,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1376
1498
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1377
1499
|
|
|
1378
1500
|
// src/components/GenerateFrameStart.tsx
|
|
1379
|
-
import { jsx as
|
|
1380
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1381
|
-
/* @__PURE__ */
|
|
1501
|
+
import { jsx as jsx89, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1502
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
1503
|
+
/* @__PURE__ */ jsx89(
|
|
1382
1504
|
"path",
|
|
1383
1505
|
{
|
|
1384
1506
|
fill: stroke || color || "currentColor",
|
|
1385
1507
|
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
1508
|
}
|
|
1387
1509
|
),
|
|
1388
|
-
/* @__PURE__ */
|
|
1510
|
+
/* @__PURE__ */ jsx89(
|
|
1389
1511
|
"path",
|
|
1390
1512
|
{
|
|
1391
1513
|
fill: stroke || color || "currentColor",
|
|
@@ -1397,9 +1519,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1397
1519
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1398
1520
|
|
|
1399
1521
|
// src/components/GenerateFrameStart2End.tsx
|
|
1400
|
-
import { jsx as
|
|
1401
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1402
|
-
/* @__PURE__ */
|
|
1522
|
+
import { jsx as jsx90, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1523
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
1524
|
+
/* @__PURE__ */ jsx90(
|
|
1403
1525
|
"path",
|
|
1404
1526
|
{
|
|
1405
1527
|
fill: stroke || color || "currentColor",
|
|
@@ -1408,14 +1530,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1408
1530
|
clipRule: "evenodd"
|
|
1409
1531
|
}
|
|
1410
1532
|
),
|
|
1411
|
-
/* @__PURE__ */
|
|
1533
|
+
/* @__PURE__ */ jsx90(
|
|
1412
1534
|
"path",
|
|
1413
1535
|
{
|
|
1414
1536
|
fill: stroke || color || "currentColor",
|
|
1415
1537
|
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
1538
|
}
|
|
1417
1539
|
),
|
|
1418
|
-
/* @__PURE__ */
|
|
1540
|
+
/* @__PURE__ */ jsx90(
|
|
1419
1541
|
"path",
|
|
1420
1542
|
{
|
|
1421
1543
|
fill: stroke || color || "currentColor",
|
|
@@ -1427,9 +1549,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1427
1549
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1428
1550
|
|
|
1429
1551
|
// src/components/GenerateSwitchframe.tsx
|
|
1430
|
-
import { jsx as
|
|
1431
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1432
|
-
/* @__PURE__ */
|
|
1552
|
+
import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1553
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
1554
|
+
/* @__PURE__ */ jsx91(
|
|
1433
1555
|
"path",
|
|
1434
1556
|
{
|
|
1435
1557
|
fill: stroke || color || "currentColor",
|
|
@@ -1438,7 +1560,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1438
1560
|
clipRule: "evenodd"
|
|
1439
1561
|
}
|
|
1440
1562
|
),
|
|
1441
|
-
/* @__PURE__ */
|
|
1563
|
+
/* @__PURE__ */ jsx91(
|
|
1442
1564
|
"path",
|
|
1443
1565
|
{
|
|
1444
1566
|
fill: stroke || color || "currentColor",
|
|
@@ -1450,16 +1572,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1450
1572
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1451
1573
|
|
|
1452
1574
|
// src/components/GenerateT2V.tsx
|
|
1453
|
-
import { jsx as
|
|
1454
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1455
|
-
/* @__PURE__ */
|
|
1575
|
+
import { jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1576
|
+
var IconGenerateT2V = ({ 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: [
|
|
1577
|
+
/* @__PURE__ */ jsx92(
|
|
1456
1578
|
"path",
|
|
1457
1579
|
{
|
|
1458
1580
|
fill: stroke || color || "currentColor",
|
|
1459
1581
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1460
1582
|
}
|
|
1461
1583
|
),
|
|
1462
|
-
/* @__PURE__ */
|
|
1584
|
+
/* @__PURE__ */ jsx92(
|
|
1463
1585
|
"path",
|
|
1464
1586
|
{
|
|
1465
1587
|
fill: stroke || color || "currentColor",
|
|
@@ -1471,8 +1593,8 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1471
1593
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1472
1594
|
|
|
1473
1595
|
// src/components/Generate.tsx
|
|
1474
|
-
import { jsx as
|
|
1475
|
-
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1596
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
1597
|
+
var IconGenerate = ({ 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(
|
|
1476
1598
|
"path",
|
|
1477
1599
|
{
|
|
1478
1600
|
fill: stroke || color || "currentColor",
|
|
@@ -1481,16 +1603,16 @@ var IconGenerate = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1481
1603
|
) }), Generate_default = IconGenerate;
|
|
1482
1604
|
|
|
1483
1605
|
// src/components/GenreAuto.tsx
|
|
1484
|
-
import { jsx as
|
|
1485
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1486
|
-
/* @__PURE__ */
|
|
1606
|
+
import { jsx as jsx94, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1607
|
+
var IconGenreAuto = ({ 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: [
|
|
1608
|
+
/* @__PURE__ */ jsx94(
|
|
1487
1609
|
"path",
|
|
1488
1610
|
{
|
|
1489
1611
|
fill: stroke || color || "currentColor",
|
|
1490
1612
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1491
1613
|
}
|
|
1492
1614
|
),
|
|
1493
|
-
/* @__PURE__ */
|
|
1615
|
+
/* @__PURE__ */ jsx94(
|
|
1494
1616
|
"path",
|
|
1495
1617
|
{
|
|
1496
1618
|
fill: stroke || color || "currentColor",
|
|
@@ -1499,15 +1621,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1499
1621
|
clipRule: "evenodd"
|
|
1500
1622
|
}
|
|
1501
1623
|
),
|
|
1502
|
-
/* @__PURE__ */
|
|
1503
|
-
/* @__PURE__ */
|
|
1624
|
+
/* @__PURE__ */ jsx94("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1625
|
+
/* @__PURE__ */ jsx94(
|
|
1504
1626
|
"path",
|
|
1505
1627
|
{
|
|
1506
1628
|
fill: stroke || color || "currentColor",
|
|
1507
1629
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1508
1630
|
}
|
|
1509
1631
|
),
|
|
1510
|
-
/* @__PURE__ */
|
|
1632
|
+
/* @__PURE__ */ jsx94(
|
|
1511
1633
|
"path",
|
|
1512
1634
|
{
|
|
1513
1635
|
fill: stroke || color || "currentColor",
|
|
@@ -1517,23 +1639,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1517
1639
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1518
1640
|
|
|
1519
1641
|
// src/components/GenreComedy.tsx
|
|
1520
|
-
import { jsx as
|
|
1521
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1522
|
-
/* @__PURE__ */
|
|
1642
|
+
import { jsx as jsx95, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1643
|
+
var IconGenreComedy = ({ 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: [
|
|
1644
|
+
/* @__PURE__ */ jsx95(
|
|
1523
1645
|
"path",
|
|
1524
1646
|
{
|
|
1525
1647
|
fill: stroke || color || "currentColor",
|
|
1526
1648
|
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
1649
|
}
|
|
1528
1650
|
),
|
|
1529
|
-
/* @__PURE__ */
|
|
1651
|
+
/* @__PURE__ */ jsx95(
|
|
1530
1652
|
"path",
|
|
1531
1653
|
{
|
|
1532
1654
|
fill: stroke || color || "currentColor",
|
|
1533
1655
|
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
1656
|
}
|
|
1535
1657
|
),
|
|
1536
|
-
/* @__PURE__ */
|
|
1658
|
+
/* @__PURE__ */ jsx95(
|
|
1537
1659
|
"path",
|
|
1538
1660
|
{
|
|
1539
1661
|
fill: stroke || color || "currentColor",
|
|
@@ -1542,7 +1664,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1542
1664
|
clipRule: "evenodd"
|
|
1543
1665
|
}
|
|
1544
1666
|
),
|
|
1545
|
-
/* @__PURE__ */
|
|
1667
|
+
/* @__PURE__ */ jsx95(
|
|
1546
1668
|
"path",
|
|
1547
1669
|
{
|
|
1548
1670
|
fill: stroke || color || "currentColor",
|
|
@@ -1554,8 +1676,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1554
1676
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1555
1677
|
|
|
1556
1678
|
// src/components/GenreFantasy.tsx
|
|
1557
|
-
import { jsx as
|
|
1558
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1679
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
1680
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
|
|
1559
1681
|
"path",
|
|
1560
1682
|
{
|
|
1561
1683
|
fill: stroke || color || "currentColor",
|
|
@@ -1566,23 +1688,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1566
1688
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1567
1689
|
|
|
1568
1690
|
// src/components/GenreHorror.tsx
|
|
1569
|
-
import { jsx as
|
|
1570
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1571
|
-
/* @__PURE__ */
|
|
1691
|
+
import { jsx as jsx97, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1692
|
+
var IconGenreHorror = ({ 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: [
|
|
1693
|
+
/* @__PURE__ */ jsx97(
|
|
1572
1694
|
"path",
|
|
1573
1695
|
{
|
|
1574
1696
|
fill: stroke || color || "currentColor",
|
|
1575
1697
|
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
1698
|
}
|
|
1577
1699
|
),
|
|
1578
|
-
/* @__PURE__ */
|
|
1700
|
+
/* @__PURE__ */ jsx97(
|
|
1579
1701
|
"path",
|
|
1580
1702
|
{
|
|
1581
1703
|
fill: stroke || color || "currentColor",
|
|
1582
1704
|
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
1705
|
}
|
|
1584
1706
|
),
|
|
1585
|
-
/* @__PURE__ */
|
|
1707
|
+
/* @__PURE__ */ jsx97(
|
|
1586
1708
|
"path",
|
|
1587
1709
|
{
|
|
1588
1710
|
fill: stroke || color || "currentColor",
|
|
@@ -1594,8 +1716,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1594
1716
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1595
1717
|
|
|
1596
1718
|
// src/components/GenreRomance.tsx
|
|
1597
|
-
import { jsx as
|
|
1598
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1719
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
1720
|
+
var IconGenreRomance = ({ 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(
|
|
1599
1721
|
"path",
|
|
1600
1722
|
{
|
|
1601
1723
|
fill: stroke || color || "currentColor",
|
|
@@ -1606,16 +1728,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1606
1728
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1607
1729
|
|
|
1608
1730
|
// src/components/GenreScifi.tsx
|
|
1609
|
-
import { jsx as
|
|
1610
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1611
|
-
/* @__PURE__ */
|
|
1731
|
+
import { jsx as jsx99, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1732
|
+
var IconGenreScifi = ({ 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: [
|
|
1733
|
+
/* @__PURE__ */ jsx99(
|
|
1612
1734
|
"path",
|
|
1613
1735
|
{
|
|
1614
1736
|
fill: stroke || color || "currentColor",
|
|
1615
1737
|
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
1738
|
}
|
|
1617
1739
|
),
|
|
1618
|
-
/* @__PURE__ */
|
|
1740
|
+
/* @__PURE__ */ jsx99(
|
|
1619
1741
|
"path",
|
|
1620
1742
|
{
|
|
1621
1743
|
fill: stroke || color || "currentColor",
|
|
@@ -1624,7 +1746,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1624
1746
|
clipRule: "evenodd"
|
|
1625
1747
|
}
|
|
1626
1748
|
),
|
|
1627
|
-
/* @__PURE__ */
|
|
1749
|
+
/* @__PURE__ */ jsx99(
|
|
1628
1750
|
"path",
|
|
1629
1751
|
{
|
|
1630
1752
|
fill: stroke || color || "currentColor",
|
|
@@ -1634,8 +1756,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1634
1756
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1635
1757
|
|
|
1636
1758
|
// src/components/GenreSuspense.tsx
|
|
1637
|
-
import { jsx as
|
|
1638
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1759
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
1760
|
+
var IconGenreSuspense = ({ 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(
|
|
1639
1761
|
"path",
|
|
1640
1762
|
{
|
|
1641
1763
|
fill: stroke || color || "currentColor",
|
|
@@ -1646,8 +1768,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1646
1768
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1647
1769
|
|
|
1648
1770
|
// src/components/Genre.tsx
|
|
1649
|
-
import { jsx as
|
|
1650
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1771
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
1772
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx101(
|
|
1651
1773
|
"path",
|
|
1652
1774
|
{
|
|
1653
1775
|
fill: stroke || color || "currentColor",
|
|
@@ -1658,9 +1780,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1658
1780
|
) }), Genre_default = IconGenre;
|
|
1659
1781
|
|
|
1660
1782
|
// src/components/GoogleLogoFilled.tsx
|
|
1661
|
-
import { jsx as
|
|
1662
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1663
|
-
/* @__PURE__ */
|
|
1783
|
+
import { jsx as jsx102, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1784
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
1785
|
+
/* @__PURE__ */ jsx102(
|
|
1664
1786
|
"mask",
|
|
1665
1787
|
{
|
|
1666
1788
|
id: "mask0_48_113",
|
|
@@ -1670,7 +1792,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1670
1792
|
y: "0",
|
|
1671
1793
|
maskUnits: "userSpaceOnUse",
|
|
1672
1794
|
style: { maskType: "luminance" },
|
|
1673
|
-
children: /* @__PURE__ */
|
|
1795
|
+
children: /* @__PURE__ */ jsx102(
|
|
1674
1796
|
"path",
|
|
1675
1797
|
{
|
|
1676
1798
|
fill: stroke || color || "currentColor",
|
|
@@ -1679,64 +1801,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1679
1801
|
)
|
|
1680
1802
|
}
|
|
1681
1803
|
),
|
|
1682
|
-
/* @__PURE__ */
|
|
1683
|
-
/* @__PURE__ */
|
|
1804
|
+
/* @__PURE__ */ jsxs52("g", { mask: "url(#mask0_48_113)", children: [
|
|
1805
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1684
1806
|
"path",
|
|
1685
1807
|
{
|
|
1686
1808
|
fill: "url(#paint0_radial_48_113)",
|
|
1687
1809
|
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
1810
|
}
|
|
1689
1811
|
) }),
|
|
1690
|
-
/* @__PURE__ */
|
|
1812
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1691
1813
|
"path",
|
|
1692
1814
|
{
|
|
1693
1815
|
fill: "url(#paint1_radial_48_113)",
|
|
1694
1816
|
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
1817
|
}
|
|
1696
1818
|
) }),
|
|
1697
|
-
/* @__PURE__ */
|
|
1819
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1698
1820
|
"path",
|
|
1699
1821
|
{
|
|
1700
1822
|
fill: "url(#paint2_radial_48_113)",
|
|
1701
1823
|
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
1824
|
}
|
|
1703
1825
|
) }),
|
|
1704
|
-
/* @__PURE__ */
|
|
1826
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1705
1827
|
"path",
|
|
1706
1828
|
{
|
|
1707
1829
|
fill: "url(#paint3_radial_48_113)",
|
|
1708
1830
|
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
1831
|
}
|
|
1710
1832
|
) }),
|
|
1711
|
-
/* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1712
1834
|
"path",
|
|
1713
1835
|
{
|
|
1714
1836
|
fill: "#3086FF",
|
|
1715
1837
|
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
1838
|
}
|
|
1717
1839
|
) }),
|
|
1718
|
-
/* @__PURE__ */
|
|
1840
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1719
1841
|
"path",
|
|
1720
1842
|
{
|
|
1721
1843
|
fill: "url(#paint4_radial_48_113)",
|
|
1722
1844
|
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
1845
|
}
|
|
1724
1846
|
) }),
|
|
1725
|
-
/* @__PURE__ */
|
|
1847
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1726
1848
|
"path",
|
|
1727
1849
|
{
|
|
1728
1850
|
fill: "url(#paint5_radial_48_113)",
|
|
1729
1851
|
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
1852
|
}
|
|
1731
1853
|
) }),
|
|
1732
|
-
/* @__PURE__ */
|
|
1854
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx102(
|
|
1733
1855
|
"path",
|
|
1734
1856
|
{
|
|
1735
1857
|
fill: "url(#paint6_radial_48_113)",
|
|
1736
1858
|
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
1859
|
}
|
|
1738
1860
|
) }),
|
|
1739
|
-
/* @__PURE__ */
|
|
1861
|
+
/* @__PURE__ */ jsx102("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx102(
|
|
1740
1862
|
"path",
|
|
1741
1863
|
{
|
|
1742
1864
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1744,8 +1866,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1744
1866
|
}
|
|
1745
1867
|
) })
|
|
1746
1868
|
] }),
|
|
1747
|
-
/* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsxs52("defs", { children: [
|
|
1870
|
+
/* @__PURE__ */ jsxs52(
|
|
1749
1871
|
"filter",
|
|
1750
1872
|
{
|
|
1751
1873
|
id: "filter0_f_48_113",
|
|
@@ -1756,13 +1878,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1756
1878
|
filterUnits: "userSpaceOnUse",
|
|
1757
1879
|
colorInterpolationFilters: "sRGB",
|
|
1758
1880
|
children: [
|
|
1759
|
-
/* @__PURE__ */
|
|
1760
|
-
/* @__PURE__ */
|
|
1761
|
-
/* @__PURE__ */
|
|
1881
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1882
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1883
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1762
1884
|
]
|
|
1763
1885
|
}
|
|
1764
1886
|
),
|
|
1765
|
-
/* @__PURE__ */
|
|
1887
|
+
/* @__PURE__ */ jsxs52(
|
|
1766
1888
|
"filter",
|
|
1767
1889
|
{
|
|
1768
1890
|
id: "filter1_f_48_113",
|
|
@@ -1773,13 +1895,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1773
1895
|
filterUnits: "userSpaceOnUse",
|
|
1774
1896
|
colorInterpolationFilters: "sRGB",
|
|
1775
1897
|
children: [
|
|
1776
|
-
/* @__PURE__ */
|
|
1777
|
-
/* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
1898
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1899
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1900
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1779
1901
|
]
|
|
1780
1902
|
}
|
|
1781
1903
|
),
|
|
1782
|
-
/* @__PURE__ */
|
|
1904
|
+
/* @__PURE__ */ jsxs52(
|
|
1783
1905
|
"filter",
|
|
1784
1906
|
{
|
|
1785
1907
|
id: "filter2_f_48_113",
|
|
@@ -1790,13 +1912,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1790
1912
|
filterUnits: "userSpaceOnUse",
|
|
1791
1913
|
colorInterpolationFilters: "sRGB",
|
|
1792
1914
|
children: [
|
|
1793
|
-
/* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1915
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1916
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1917
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1796
1918
|
]
|
|
1797
1919
|
}
|
|
1798
1920
|
),
|
|
1799
|
-
/* @__PURE__ */
|
|
1921
|
+
/* @__PURE__ */ jsxs52(
|
|
1800
1922
|
"filter",
|
|
1801
1923
|
{
|
|
1802
1924
|
id: "filter3_f_48_113",
|
|
@@ -1807,13 +1929,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1807
1929
|
filterUnits: "userSpaceOnUse",
|
|
1808
1930
|
colorInterpolationFilters: "sRGB",
|
|
1809
1931
|
children: [
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
1812
|
-
/* @__PURE__ */
|
|
1932
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1933
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1934
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1813
1935
|
]
|
|
1814
1936
|
}
|
|
1815
1937
|
),
|
|
1816
|
-
/* @__PURE__ */
|
|
1938
|
+
/* @__PURE__ */ jsxs52(
|
|
1817
1939
|
"filter",
|
|
1818
1940
|
{
|
|
1819
1941
|
id: "filter4_f_48_113",
|
|
@@ -1824,13 +1946,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1824
1946
|
filterUnits: "userSpaceOnUse",
|
|
1825
1947
|
colorInterpolationFilters: "sRGB",
|
|
1826
1948
|
children: [
|
|
1827
|
-
/* @__PURE__ */
|
|
1828
|
-
/* @__PURE__ */
|
|
1829
|
-
/* @__PURE__ */
|
|
1949
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1950
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1951
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1830
1952
|
]
|
|
1831
1953
|
}
|
|
1832
1954
|
),
|
|
1833
|
-
/* @__PURE__ */
|
|
1955
|
+
/* @__PURE__ */ jsxs52(
|
|
1834
1956
|
"filter",
|
|
1835
1957
|
{
|
|
1836
1958
|
id: "filter5_f_48_113",
|
|
@@ -1841,13 +1963,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1841
1963
|
filterUnits: "userSpaceOnUse",
|
|
1842
1964
|
colorInterpolationFilters: "sRGB",
|
|
1843
1965
|
children: [
|
|
1844
|
-
/* @__PURE__ */
|
|
1845
|
-
/* @__PURE__ */
|
|
1846
|
-
/* @__PURE__ */
|
|
1966
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1967
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1968
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1847
1969
|
]
|
|
1848
1970
|
}
|
|
1849
1971
|
),
|
|
1850
|
-
/* @__PURE__ */
|
|
1972
|
+
/* @__PURE__ */ jsxs52(
|
|
1851
1973
|
"filter",
|
|
1852
1974
|
{
|
|
1853
1975
|
id: "filter6_f_48_113",
|
|
@@ -1858,13 +1980,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1858
1980
|
filterUnits: "userSpaceOnUse",
|
|
1859
1981
|
colorInterpolationFilters: "sRGB",
|
|
1860
1982
|
children: [
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
/* @__PURE__ */
|
|
1863
|
-
/* @__PURE__ */
|
|
1983
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1984
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1985
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1864
1986
|
]
|
|
1865
1987
|
}
|
|
1866
1988
|
),
|
|
1867
|
-
/* @__PURE__ */
|
|
1989
|
+
/* @__PURE__ */ jsxs52(
|
|
1868
1990
|
"filter",
|
|
1869
1991
|
{
|
|
1870
1992
|
id: "filter7_f_48_113",
|
|
@@ -1875,13 +1997,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1875
1997
|
filterUnits: "userSpaceOnUse",
|
|
1876
1998
|
colorInterpolationFilters: "sRGB",
|
|
1877
1999
|
children: [
|
|
1878
|
-
/* @__PURE__ */
|
|
1879
|
-
/* @__PURE__ */
|
|
1880
|
-
/* @__PURE__ */
|
|
2000
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2001
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2002
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1881
2003
|
]
|
|
1882
2004
|
}
|
|
1883
2005
|
),
|
|
1884
|
-
/* @__PURE__ */
|
|
2006
|
+
/* @__PURE__ */ jsxs52(
|
|
1885
2007
|
"filter",
|
|
1886
2008
|
{
|
|
1887
2009
|
id: "filter8_f_48_113",
|
|
@@ -1892,13 +2014,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1892
2014
|
filterUnits: "userSpaceOnUse",
|
|
1893
2015
|
colorInterpolationFilters: "sRGB",
|
|
1894
2016
|
children: [
|
|
1895
|
-
/* @__PURE__ */
|
|
1896
|
-
/* @__PURE__ */
|
|
1897
|
-
/* @__PURE__ */
|
|
2017
|
+
/* @__PURE__ */ jsx102("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2018
|
+
/* @__PURE__ */ jsx102("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2019
|
+
/* @__PURE__ */ jsx102("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1898
2020
|
]
|
|
1899
2021
|
}
|
|
1900
2022
|
),
|
|
1901
|
-
/* @__PURE__ */
|
|
2023
|
+
/* @__PURE__ */ jsxs52(
|
|
1902
2024
|
"radialGradient",
|
|
1903
2025
|
{
|
|
1904
2026
|
id: "paint0_radial_48_113",
|
|
@@ -1908,20 +2030,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1908
2030
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1909
2031
|
gradientUnits: "userSpaceOnUse",
|
|
1910
2032
|
children: [
|
|
1911
|
-
/* @__PURE__ */
|
|
1912
|
-
/* @__PURE__ */
|
|
1913
|
-
/* @__PURE__ */
|
|
1914
|
-
/* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1916
|
-
/* @__PURE__ */
|
|
1917
|
-
/* @__PURE__ */
|
|
1918
|
-
/* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
1920
|
-
/* @__PURE__ */
|
|
2033
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2034
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2035
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2036
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2037
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2038
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2039
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2040
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2041
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2042
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1921
2043
|
]
|
|
1922
2044
|
}
|
|
1923
2045
|
),
|
|
1924
|
-
/* @__PURE__ */
|
|
2046
|
+
/* @__PURE__ */ jsxs52(
|
|
1925
2047
|
"radialGradient",
|
|
1926
2048
|
{
|
|
1927
2049
|
id: "paint1_radial_48_113",
|
|
@@ -1931,12 +2053,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1931
2053
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1932
2054
|
gradientUnits: "userSpaceOnUse",
|
|
1933
2055
|
children: [
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */
|
|
2056
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2057
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1936
2058
|
]
|
|
1937
2059
|
}
|
|
1938
2060
|
),
|
|
1939
|
-
/* @__PURE__ */
|
|
2061
|
+
/* @__PURE__ */ jsxs52(
|
|
1940
2062
|
"radialGradient",
|
|
1941
2063
|
{
|
|
1942
2064
|
id: "paint2_radial_48_113",
|
|
@@ -1946,18 +2068,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1946
2068
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1947
2069
|
gradientUnits: "userSpaceOnUse",
|
|
1948
2070
|
children: [
|
|
1949
|
-
/* @__PURE__ */
|
|
1950
|
-
/* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1953
|
-
/* @__PURE__ */
|
|
1954
|
-
/* @__PURE__ */
|
|
1955
|
-
/* @__PURE__ */
|
|
1956
|
-
/* @__PURE__ */
|
|
2071
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2072
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2073
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2074
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2075
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2076
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2077
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2078
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1957
2079
|
]
|
|
1958
2080
|
}
|
|
1959
2081
|
),
|
|
1960
|
-
/* @__PURE__ */
|
|
2082
|
+
/* @__PURE__ */ jsxs52(
|
|
1961
2083
|
"radialGradient",
|
|
1962
2084
|
{
|
|
1963
2085
|
id: "paint3_radial_48_113",
|
|
@@ -1967,19 +2089,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1967
2089
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1968
2090
|
gradientUnits: "userSpaceOnUse",
|
|
1969
2091
|
children: [
|
|
1970
|
-
/* @__PURE__ */
|
|
1971
|
-
/* @__PURE__ */
|
|
1972
|
-
/* @__PURE__ */
|
|
1973
|
-
/* @__PURE__ */
|
|
1974
|
-
/* @__PURE__ */
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
1978
|
-
/* @__PURE__ */
|
|
2092
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2093
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2094
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2095
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2096
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2097
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2098
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2099
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2100
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1979
2101
|
]
|
|
1980
2102
|
}
|
|
1981
2103
|
),
|
|
1982
|
-
/* @__PURE__ */
|
|
2104
|
+
/* @__PURE__ */ jsxs52(
|
|
1983
2105
|
"radialGradient",
|
|
1984
2106
|
{
|
|
1985
2107
|
id: "paint4_radial_48_113",
|
|
@@ -1989,18 +2111,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1989
2111
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1990
2112
|
gradientUnits: "userSpaceOnUse",
|
|
1991
2113
|
children: [
|
|
1992
|
-
/* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
1998
|
-
/* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2114
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2115
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2116
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2117
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2118
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2119
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2120
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2121
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2000
2122
|
]
|
|
2001
2123
|
}
|
|
2002
2124
|
),
|
|
2003
|
-
/* @__PURE__ */
|
|
2125
|
+
/* @__PURE__ */ jsxs52(
|
|
2004
2126
|
"radialGradient",
|
|
2005
2127
|
{
|
|
2006
2128
|
id: "paint5_radial_48_113",
|
|
@@ -2010,15 +2132,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2010
2132
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2011
2133
|
gradientUnits: "userSpaceOnUse",
|
|
2012
2134
|
children: [
|
|
2013
|
-
/* @__PURE__ */
|
|
2014
|
-
/* @__PURE__ */
|
|
2015
|
-
/* @__PURE__ */
|
|
2016
|
-
/* @__PURE__ */
|
|
2017
|
-
/* @__PURE__ */
|
|
2135
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2136
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2137
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2138
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2139
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2018
2140
|
]
|
|
2019
2141
|
}
|
|
2020
2142
|
),
|
|
2021
|
-
/* @__PURE__ */
|
|
2143
|
+
/* @__PURE__ */ jsxs52(
|
|
2022
2144
|
"radialGradient",
|
|
2023
2145
|
{
|
|
2024
2146
|
id: "paint6_radial_48_113",
|
|
@@ -2028,20 +2150,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2028
2150
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2029
2151
|
gradientUnits: "userSpaceOnUse",
|
|
2030
2152
|
children: [
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
/* @__PURE__ */
|
|
2033
|
-
/* @__PURE__ */
|
|
2034
|
-
/* @__PURE__ */
|
|
2035
|
-
/* @__PURE__ */
|
|
2036
|
-
/* @__PURE__ */
|
|
2037
|
-
/* @__PURE__ */
|
|
2038
|
-
/* @__PURE__ */
|
|
2039
|
-
/* @__PURE__ */
|
|
2040
|
-
/* @__PURE__ */
|
|
2153
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2154
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2155
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2156
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2157
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2158
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2159
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2160
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2161
|
+
/* @__PURE__ */ jsx102("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2162
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#86C504" })
|
|
2041
2163
|
]
|
|
2042
2164
|
}
|
|
2043
2165
|
),
|
|
2044
|
-
/* @__PURE__ */
|
|
2166
|
+
/* @__PURE__ */ jsxs52(
|
|
2045
2167
|
"linearGradient",
|
|
2046
2168
|
{
|
|
2047
2169
|
id: "paint7_linear_48_113",
|
|
@@ -2051,8 +2173,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2051
2173
|
y2: "21.5116",
|
|
2052
2174
|
gradientUnits: "userSpaceOnUse",
|
|
2053
2175
|
children: [
|
|
2054
|
-
/* @__PURE__ */
|
|
2055
|
-
/* @__PURE__ */
|
|
2176
|
+
/* @__PURE__ */ jsx102("stop", { stopColor: "#0FBC5C" }),
|
|
2177
|
+
/* @__PURE__ */ jsx102("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2056
2178
|
]
|
|
2057
2179
|
}
|
|
2058
2180
|
)
|
|
@@ -2060,8 +2182,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2060
2182
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2061
2183
|
|
|
2062
2184
|
// src/components/Handtool.tsx
|
|
2063
|
-
import { jsx as
|
|
2064
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2185
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2186
|
+
var IconHandtool = ({ 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(
|
|
2065
2187
|
"path",
|
|
2066
2188
|
{
|
|
2067
2189
|
fill: stroke || color || "currentColor",
|
|
@@ -2070,17 +2192,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2070
2192
|
) }), Handtool_default = IconHandtool;
|
|
2071
2193
|
|
|
2072
2194
|
// src/components/Help.tsx
|
|
2073
|
-
import { jsx as
|
|
2074
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2075
|
-
/* @__PURE__ */
|
|
2076
|
-
/* @__PURE__ */
|
|
2195
|
+
import { jsx as jsx104, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2196
|
+
var IconHelp = ({ 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: [
|
|
2197
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2198
|
+
/* @__PURE__ */ jsx104(
|
|
2077
2199
|
"path",
|
|
2078
2200
|
{
|
|
2079
2201
|
fill: stroke || color || "currentColor",
|
|
2080
2202
|
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
2203
|
}
|
|
2082
2204
|
),
|
|
2083
|
-
/* @__PURE__ */
|
|
2205
|
+
/* @__PURE__ */ jsx104(
|
|
2084
2206
|
"path",
|
|
2085
2207
|
{
|
|
2086
2208
|
fill: stroke || color || "currentColor",
|
|
@@ -2092,8 +2214,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2092
2214
|
] }), Help_default = IconHelp;
|
|
2093
2215
|
|
|
2094
2216
|
// src/components/HomepageFilled.tsx
|
|
2095
|
-
import { jsx as
|
|
2096
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2217
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2218
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
|
|
2097
2219
|
"path",
|
|
2098
2220
|
{
|
|
2099
2221
|
fill: fill || color || "currentColor",
|
|
@@ -2104,8 +2226,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2104
2226
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2105
2227
|
|
|
2106
2228
|
// src/components/Hotareacenter.tsx
|
|
2107
|
-
import { jsx as
|
|
2108
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2229
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
2230
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx106(
|
|
2109
2231
|
"path",
|
|
2110
2232
|
{
|
|
2111
2233
|
fill: "#191919",
|
|
@@ -2115,23 +2237,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
2115
2237
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2116
2238
|
|
|
2117
2239
|
// src/components/ImageGeneration.tsx
|
|
2118
|
-
import { jsx as
|
|
2119
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2240
|
+
import { jsx as jsx107, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2241
|
+
var IconImageGeneration = ({ 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: [
|
|
2242
|
+
/* @__PURE__ */ jsx107(
|
|
2121
2243
|
"path",
|
|
2122
2244
|
{
|
|
2123
2245
|
fill: stroke || color || "currentColor",
|
|
2124
2246
|
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
2247
|
}
|
|
2126
2248
|
),
|
|
2127
|
-
/* @__PURE__ */
|
|
2249
|
+
/* @__PURE__ */ jsx107(
|
|
2128
2250
|
"path",
|
|
2129
2251
|
{
|
|
2130
2252
|
fill: stroke || color || "currentColor",
|
|
2131
2253
|
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
2254
|
}
|
|
2133
2255
|
),
|
|
2134
|
-
/* @__PURE__ */
|
|
2256
|
+
/* @__PURE__ */ jsx107(
|
|
2135
2257
|
"path",
|
|
2136
2258
|
{
|
|
2137
2259
|
fill: stroke || color || "currentColor",
|
|
@@ -2141,9 +2263,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2141
2263
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2142
2264
|
|
|
2143
2265
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2144
|
-
import { jsx as
|
|
2145
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2146
|
-
/* @__PURE__ */
|
|
2266
|
+
import { jsx as jsx108, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2267
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
2268
|
+
/* @__PURE__ */ jsx108(
|
|
2147
2269
|
"path",
|
|
2148
2270
|
{
|
|
2149
2271
|
fill: fill || color || "currentColor",
|
|
@@ -2152,7 +2274,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2152
2274
|
clipRule: "evenodd"
|
|
2153
2275
|
}
|
|
2154
2276
|
),
|
|
2155
|
-
/* @__PURE__ */
|
|
2277
|
+
/* @__PURE__ */ jsx108(
|
|
2156
2278
|
"path",
|
|
2157
2279
|
{
|
|
2158
2280
|
fill: fill || color || "currentColor",
|
|
@@ -2162,11 +2284,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2162
2284
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2163
2285
|
|
|
2164
2286
|
// 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__ */
|
|
2287
|
+
import { jsx as jsx109, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2288
|
+
var IconInfo = ({ 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: [
|
|
2289
|
+
/* @__PURE__ */ jsx109("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2290
|
+
/* @__PURE__ */ jsx109("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2291
|
+
/* @__PURE__ */ jsx109(
|
|
2170
2292
|
"path",
|
|
2171
2293
|
{
|
|
2172
2294
|
fill: stroke || color || "currentColor",
|
|
@@ -2178,8 +2300,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2178
2300
|
] }), Info_default = IconInfo;
|
|
2179
2301
|
|
|
2180
2302
|
// src/components/Invitecode.tsx
|
|
2181
|
-
import { jsx as
|
|
2182
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2303
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
2304
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx110("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx110(
|
|
2183
2305
|
"path",
|
|
2184
2306
|
{
|
|
2185
2307
|
fill: fill || color || "currentColor",
|
|
@@ -2189,9 +2311,21 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2189
2311
|
}
|
|
2190
2312
|
) }), Invitecode_default = IconInvitecode;
|
|
2191
2313
|
|
|
2314
|
+
// src/components/Invitefriends.tsx
|
|
2315
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2316
|
+
var IconInvitefriends = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
|
|
2317
|
+
"path",
|
|
2318
|
+
{
|
|
2319
|
+
fill: stroke || color || "currentColor",
|
|
2320
|
+
d: "M8.625 0C9.96903 0 11.1754 0.589225 12 1.52345C12.8246 0.589225 14.031 0 15.375 0H19.5V5.25H24V12.75H22.5V22.5H1.5V12.75H0V5.25H4.5V0H8.625ZM6.75 2.25V5.25H10.875V4.5C10.875 3.25736 9.86764 2.25 8.625 2.25H6.75ZM21.75 7.5V10.5H2.25V7.5H21.75ZM17.25 2.25V5.25H13.125V4.5C13.125 3.25736 14.1324 2.25 15.375 2.25H17.25ZM20.25 12.75V20.25H13.125V12.75H20.25ZM10.875 12.75V20.25H3.75V12.75H10.875Z",
|
|
2321
|
+
fillRule: "evenodd",
|
|
2322
|
+
clipRule: "evenodd"
|
|
2323
|
+
}
|
|
2324
|
+
) }), Invitefriends_default = IconInvitefriends;
|
|
2325
|
+
|
|
2192
2326
|
// src/components/LeftFilled.tsx
|
|
2193
|
-
import { jsx as
|
|
2194
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2327
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
2328
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx112("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx112(
|
|
2195
2329
|
"path",
|
|
2196
2330
|
{
|
|
2197
2331
|
fill: fill || color || "currentColor",
|
|
@@ -2201,17 +2335,27 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2201
2335
|
}
|
|
2202
2336
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2203
2337
|
|
|
2338
|
+
// src/components/LikeFilled.tsx
|
|
2339
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
2340
|
+
var IconLikeFilled = ({ 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(
|
|
2341
|
+
"path",
|
|
2342
|
+
{
|
|
2343
|
+
fill: fill || color || "currentColor",
|
|
2344
|
+
d: "M1.86396 12.364L12 22.5L22.136 12.364C23.3295 11.1705 24 9.55179 24 7.86396V7.57851C24 4.22144 21.2786 1.5 17.9215 1.5C16.0749 1.5 14.3285 2.33938 13.175 3.7813L12 5.25L10.825 3.7813C9.6715 2.33938 7.92507 1.5 6.07852 1.5C2.72144 1.5 0 4.22144 0 7.57851V7.86396C0 9.55179 0.670485 11.1705 1.86396 12.364Z"
|
|
2345
|
+
}
|
|
2346
|
+
) }), LikeFilled_default = IconLikeFilled;
|
|
2347
|
+
|
|
2204
2348
|
// src/components/Loading.tsx
|
|
2205
|
-
import { jsx as
|
|
2206
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2207
|
-
/* @__PURE__ */
|
|
2349
|
+
import { jsx as jsx114, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2350
|
+
var IconLoading = ({ 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: [
|
|
2351
|
+
/* @__PURE__ */ jsx114(
|
|
2208
2352
|
"path",
|
|
2209
2353
|
{
|
|
2210
2354
|
fill: fill || color || "currentColor",
|
|
2211
2355
|
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
2356
|
}
|
|
2213
2357
|
),
|
|
2214
|
-
/* @__PURE__ */
|
|
2358
|
+
/* @__PURE__ */ jsx114(
|
|
2215
2359
|
"path",
|
|
2216
2360
|
{
|
|
2217
2361
|
fill: stroke || color || "currentColor",
|
|
@@ -2221,16 +2365,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2221
2365
|
] }), Loading_default = IconLoading;
|
|
2222
2366
|
|
|
2223
2367
|
// src/components/Login.tsx
|
|
2224
|
-
import { jsx as
|
|
2225
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2226
|
-
/* @__PURE__ */
|
|
2368
|
+
import { jsx as jsx115, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2369
|
+
var IconLogin = ({ 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: [
|
|
2370
|
+
/* @__PURE__ */ jsx115(
|
|
2227
2371
|
"path",
|
|
2228
2372
|
{
|
|
2229
2373
|
fill: stroke || color || "currentColor",
|
|
2230
2374
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2231
2375
|
}
|
|
2232
2376
|
),
|
|
2233
|
-
/* @__PURE__ */
|
|
2377
|
+
/* @__PURE__ */ jsx115(
|
|
2234
2378
|
"path",
|
|
2235
2379
|
{
|
|
2236
2380
|
fill: stroke || color || "currentColor",
|
|
@@ -2242,9 +2386,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2242
2386
|
] }), Login_default = IconLogin;
|
|
2243
2387
|
|
|
2244
2388
|
// src/components/Logout.tsx
|
|
2245
|
-
import { jsx as
|
|
2246
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2247
|
-
/* @__PURE__ */
|
|
2389
|
+
import { jsx as jsx116, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2390
|
+
var IconLogout = ({ 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: [
|
|
2391
|
+
/* @__PURE__ */ jsx116(
|
|
2248
2392
|
"path",
|
|
2249
2393
|
{
|
|
2250
2394
|
fill: stroke || color || "currentColor",
|
|
@@ -2253,7 +2397,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2253
2397
|
clipRule: "evenodd"
|
|
2254
2398
|
}
|
|
2255
2399
|
),
|
|
2256
|
-
/* @__PURE__ */
|
|
2400
|
+
/* @__PURE__ */ jsx116(
|
|
2257
2401
|
"path",
|
|
2258
2402
|
{
|
|
2259
2403
|
fill: stroke || color || "currentColor",
|
|
@@ -2263,9 +2407,9 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2263
2407
|
] }), Logout_default = IconLogout;
|
|
2264
2408
|
|
|
2265
2409
|
// src/components/Magic.tsx
|
|
2266
|
-
import { jsx as
|
|
2267
|
-
var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2268
|
-
/* @__PURE__ */
|
|
2410
|
+
import { jsx as jsx117, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2411
|
+
var IconMagic = ({ 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: [
|
|
2412
|
+
/* @__PURE__ */ jsx117(
|
|
2269
2413
|
"path",
|
|
2270
2414
|
{
|
|
2271
2415
|
fill: stroke || color || "currentColor",
|
|
@@ -2274,15 +2418,15 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2274
2418
|
clipRule: "evenodd"
|
|
2275
2419
|
}
|
|
2276
2420
|
),
|
|
2277
|
-
/* @__PURE__ */
|
|
2278
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx117("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2422
|
+
/* @__PURE__ */ jsx117(
|
|
2279
2423
|
"path",
|
|
2280
2424
|
{
|
|
2281
2425
|
fill: stroke || color || "currentColor",
|
|
2282
2426
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2283
2427
|
}
|
|
2284
2428
|
),
|
|
2285
|
-
/* @__PURE__ */
|
|
2429
|
+
/* @__PURE__ */ jsx117(
|
|
2286
2430
|
"path",
|
|
2287
2431
|
{
|
|
2288
2432
|
fill: stroke || color || "currentColor",
|
|
@@ -2291,9 +2435,51 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2291
2435
|
)
|
|
2292
2436
|
] }), Magic_default = IconMagic;
|
|
2293
2437
|
|
|
2438
|
+
// src/components/MeFilled.tsx
|
|
2439
|
+
import { jsx as jsx118, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2440
|
+
var IconMeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2441
|
+
/* @__PURE__ */ jsx118(
|
|
2442
|
+
"path",
|
|
2443
|
+
{
|
|
2444
|
+
fill: fill || color || "currentColor",
|
|
2445
|
+
d: "M12 10.5C14.4853 10.5 16.5 8.48528 16.5 6C16.5 3.51472 14.4853 1.5 12 1.5C9.51472 1.5 7.5 3.51472 7.5 6C7.5 8.48528 9.51472 10.5 12 10.5Z"
|
|
2446
|
+
}
|
|
2447
|
+
),
|
|
2448
|
+
/* @__PURE__ */ jsx118(
|
|
2449
|
+
"path",
|
|
2450
|
+
{
|
|
2451
|
+
fill: fill || color || "currentColor",
|
|
2452
|
+
d: "M21 18C21 15.5147 18.9853 13.5 16.5 13.5H7.5C5.01472 13.5 3 15.5147 3 18V22.5H21V18Z"
|
|
2453
|
+
}
|
|
2454
|
+
)
|
|
2455
|
+
] }), MeFilled_default = IconMeFilled;
|
|
2456
|
+
|
|
2457
|
+
// src/components/Me.tsx
|
|
2458
|
+
import { jsx as jsx119, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2459
|
+
var IconMe = ({ 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: [
|
|
2460
|
+
/* @__PURE__ */ jsx119(
|
|
2461
|
+
"path",
|
|
2462
|
+
{
|
|
2463
|
+
fill: stroke || color || "currentColor",
|
|
2464
|
+
d: "M16.5 6C16.5 8.48528 14.4853 10.5 12 10.5C9.51472 10.5 7.5 8.48528 7.5 6C7.5 3.51472 9.51472 1.5 12 1.5C14.4853 1.5 16.5 3.51472 16.5 6ZM12 8.25C13.2426 8.25 14.25 7.24264 14.25 6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6C9.75 7.24264 10.7574 8.25 12 8.25Z",
|
|
2465
|
+
fillRule: "evenodd",
|
|
2466
|
+
clipRule: "evenodd"
|
|
2467
|
+
}
|
|
2468
|
+
),
|
|
2469
|
+
/* @__PURE__ */ jsx119(
|
|
2470
|
+
"path",
|
|
2471
|
+
{
|
|
2472
|
+
fill: stroke || color || "currentColor",
|
|
2473
|
+
d: "M16.5 13.5C18.9853 13.5 21 15.5147 21 18V22.5H3V18C3 15.5147 5.01472 13.5 7.5 13.5H16.5ZM18.75 18C18.75 16.7574 17.7426 15.75 16.5 15.75H7.5C6.25736 15.75 5.25 16.7574 5.25 18V20.25H18.75V18Z",
|
|
2474
|
+
fillRule: "evenodd",
|
|
2475
|
+
clipRule: "evenodd"
|
|
2476
|
+
}
|
|
2477
|
+
)
|
|
2478
|
+
] }), Me_default = IconMe;
|
|
2479
|
+
|
|
2294
2480
|
// src/components/ModelGeminiFilled.tsx
|
|
2295
|
-
import { jsx as
|
|
2296
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2481
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
2482
|
+
var IconModelGeminiFilled = ({ 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(
|
|
2297
2483
|
"path",
|
|
2298
2484
|
{
|
|
2299
2485
|
fill: fill || color || "currentColor",
|
|
@@ -2302,8 +2488,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2302
2488
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2303
2489
|
|
|
2304
2490
|
// src/components/ModelOpenaiFilled.tsx
|
|
2305
|
-
import { jsx as
|
|
2306
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2491
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2492
|
+
var IconModelOpenaiFilled = ({ 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(
|
|
2307
2493
|
"path",
|
|
2308
2494
|
{
|
|
2309
2495
|
fill: fill || color || "currentColor",
|
|
@@ -2311,10 +2497,20 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2311
2497
|
}
|
|
2312
2498
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2313
2499
|
|
|
2500
|
+
// src/components/ModelClaudeFilled.tsx
|
|
2501
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2502
|
+
var IconModelClaudeFilled = ({ 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(
|
|
2503
|
+
"path",
|
|
2504
|
+
{
|
|
2505
|
+
fill: fill || color || "currentColor",
|
|
2506
|
+
d: "M10.7 20.05L10.98 18.872L11.3 17.352L11.56 16.136L11.8 14.635L11.94 14.141L11.92 14.103L11.82 14.122L10.62 15.68L8.8 18.017L7.36 19.461L7.02 19.594L6.42 19.309L6.48 18.777L6.82 18.321L8.8 15.908L10 14.407L10.78 13.552L10.76 13.438H10.72L5.44 16.706L4.5 16.82L4.08 16.459L4.14 15.87L4.34 15.68L5.92 14.635L9.86 12.545L9.92 12.355L9.86 12.26H9.66L9 12.222L6.76 12.165L4.82 12.089L2.92 11.994L2.44 11.899L2 11.329L2.04 11.044L2.44 10.797L3.02 10.835L4.28 10.93L6.18 11.044L7.56 11.12L9.6 11.329H9.92L9.96 11.196L9.86 11.12L9.78 11.044L7.8 9.79L5.68 8.46L4.56 7.681L3.96 7.282L3.66 6.921L3.54 6.123L4.08 5.553L4.82 5.61L5 5.648L5.74 6.199L7.32 7.358L9.4 8.821L9.7 9.049L9.84 8.973V8.916L9.7 8.707L8.58 6.769L7.38 4.793L6.84 3.976L6.7 3.482C6.64667 3.311 6.62 3.121 6.62 2.912L7.24 2.114L7.58 2L8.42 2.114L8.76 2.399L9.28 3.52L10.1 5.287L11.4 7.681L11.78 8.403L11.98 9.049L12.06 9.258H12.2V9.144L12.3 7.776L12.5 6.123L12.7 3.995L12.76 3.387L13.08 2.665L13.7 2.285L14.18 2.494L14.58 3.045L14.52 3.387L14.3 4.85L13.82 7.149L13.52 8.707H13.7L13.9 8.498L14.72 7.472L16.1 5.838L16.7 5.192L17.42 4.47L17.88 4.128H18.74L19.36 5.021L19.08 5.952L18.2 7.016L17.46 7.909L16.4 9.258L15.76 10.341L15.82 10.417H15.96L18.34 9.923L19.64 9.714L21.16 9.467L21.86 9.771L21.94 10.075L21.66 10.721L20.02 11.101L18.1 11.462L15.24 12.108L15.2 12.127L15.24 12.184L16.52 12.298L17.08 12.336H18.44L20.96 12.507L21.62 12.925L22 13.419L21.94 13.818L20.92 14.293L19.56 13.989L16.36 13.267L15.28 13.02H15.12V13.096L16.04 13.951L17.7 15.376L19.8 17.219L19.9 17.675L19.64 18.055L19.36 18.017L17.52 16.687L16.8 16.098L15.2 14.825H15.1V14.958L15.46 15.471L17.42 18.264L17.52 19.119L17.38 19.385L16.86 19.556L16.32 19.461L15.16 17.941L13.98 16.212L13.02 14.673L12.92 14.749L12.34 20.487L12.08 20.772L11.48 21L10.98 20.639L10.7 20.05Z"
|
|
2507
|
+
}
|
|
2508
|
+
) }), ModelClaudeFilled_default = IconModelClaudeFilled;
|
|
2509
|
+
|
|
2314
2510
|
// src/components/ModelDeepmindFilled.tsx
|
|
2315
|
-
import { jsx as
|
|
2316
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2317
|
-
/* @__PURE__ */
|
|
2511
|
+
import { jsx as jsx123, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2512
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
2513
|
+
/* @__PURE__ */ jsx123("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx123(
|
|
2318
2514
|
"path",
|
|
2319
2515
|
{
|
|
2320
2516
|
fill: fill || color || "currentColor",
|
|
@@ -2323,28 +2519,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2323
2519
|
clipRule: "evenodd"
|
|
2324
2520
|
}
|
|
2325
2521
|
) }),
|
|
2326
|
-
/* @__PURE__ */
|
|
2522
|
+
/* @__PURE__ */ jsx123("defs", { children: /* @__PURE__ */ jsx123("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx123("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2327
2523
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2328
2524
|
|
|
2329
2525
|
// src/components/ModelSeedFilled.tsx
|
|
2330
|
-
import { jsx as
|
|
2331
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2333
|
-
/* @__PURE__ */
|
|
2526
|
+
import { jsx as jsx124, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2527
|
+
var IconModelSeedFilled = ({ 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: [
|
|
2528
|
+
/* @__PURE__ */ jsx124("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2529
|
+
/* @__PURE__ */ jsx124(
|
|
2334
2530
|
"path",
|
|
2335
2531
|
{
|
|
2336
2532
|
fill: fill || color || "currentColor",
|
|
2337
2533
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2338
2534
|
}
|
|
2339
2535
|
),
|
|
2340
|
-
/* @__PURE__ */
|
|
2536
|
+
/* @__PURE__ */ jsx124(
|
|
2341
2537
|
"path",
|
|
2342
2538
|
{
|
|
2343
2539
|
fill: fill || color || "currentColor",
|
|
2344
2540
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2345
2541
|
}
|
|
2346
2542
|
),
|
|
2347
|
-
/* @__PURE__ */
|
|
2543
|
+
/* @__PURE__ */ jsx124(
|
|
2348
2544
|
"path",
|
|
2349
2545
|
{
|
|
2350
2546
|
fill: fill || color || "currentColor",
|
|
@@ -2354,8 +2550,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2354
2550
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2355
2551
|
|
|
2356
2552
|
// src/components/ModelSoraFilled.tsx
|
|
2357
|
-
import { jsx as
|
|
2358
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2553
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
2554
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx125("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx125(
|
|
2359
2555
|
"path",
|
|
2360
2556
|
{
|
|
2361
2557
|
fill: fill || color || "currentColor",
|
|
@@ -2364,7 +2560,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2364
2560
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2365
2561
|
|
|
2366
2562
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2367
|
-
import { jsx as
|
|
2563
|
+
import { jsx as jsx126, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2368
2564
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2369
2565
|
size,
|
|
2370
2566
|
width,
|
|
@@ -2373,64 +2569,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2373
2569
|
className,
|
|
2374
2570
|
fill,
|
|
2375
2571
|
stroke
|
|
2376
|
-
}) => /* @__PURE__ */
|
|
2377
|
-
/* @__PURE__ */
|
|
2572
|
+
}) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2573
|
+
/* @__PURE__ */ jsx126(
|
|
2378
2574
|
"path",
|
|
2379
2575
|
{
|
|
2380
2576
|
fill: "#5A5C62",
|
|
2381
2577
|
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
2578
|
}
|
|
2383
2579
|
),
|
|
2384
|
-
/* @__PURE__ */
|
|
2580
|
+
/* @__PURE__ */ jsx126(
|
|
2385
2581
|
"path",
|
|
2386
2582
|
{
|
|
2387
2583
|
fill: "#D5D6D7",
|
|
2388
2584
|
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
2585
|
}
|
|
2390
2586
|
),
|
|
2391
|
-
/* @__PURE__ */
|
|
2587
|
+
/* @__PURE__ */ jsx126(
|
|
2392
2588
|
"path",
|
|
2393
2589
|
{
|
|
2394
2590
|
fill: "#C4C5C7",
|
|
2395
2591
|
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
2592
|
}
|
|
2397
2593
|
),
|
|
2398
|
-
/* @__PURE__ */
|
|
2594
|
+
/* @__PURE__ */ jsx126(
|
|
2399
2595
|
"path",
|
|
2400
2596
|
{
|
|
2401
2597
|
fill: "#7B7C81",
|
|
2402
2598
|
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
2599
|
}
|
|
2404
2600
|
),
|
|
2405
|
-
/* @__PURE__ */
|
|
2601
|
+
/* @__PURE__ */ jsx126(
|
|
2406
2602
|
"path",
|
|
2407
2603
|
{
|
|
2408
2604
|
fill: "#85878B",
|
|
2409
2605
|
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
2606
|
}
|
|
2411
2607
|
),
|
|
2412
|
-
/* @__PURE__ */
|
|
2608
|
+
/* @__PURE__ */ jsx126(
|
|
2413
2609
|
"path",
|
|
2414
2610
|
{
|
|
2415
2611
|
fill: "#1B1D24",
|
|
2416
2612
|
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
2613
|
}
|
|
2418
2614
|
),
|
|
2419
|
-
/* @__PURE__ */
|
|
2615
|
+
/* @__PURE__ */ jsx126(
|
|
2420
2616
|
"path",
|
|
2421
2617
|
{
|
|
2422
2618
|
fill: "#D5D6D7",
|
|
2423
2619
|
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
2620
|
}
|
|
2425
2621
|
),
|
|
2426
|
-
/* @__PURE__ */
|
|
2622
|
+
/* @__PURE__ */ jsx126(
|
|
2427
2623
|
"path",
|
|
2428
2624
|
{
|
|
2429
2625
|
fill: "#85878B",
|
|
2430
2626
|
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
2627
|
}
|
|
2432
2628
|
),
|
|
2433
|
-
/* @__PURE__ */
|
|
2629
|
+
/* @__PURE__ */ jsx126(
|
|
2434
2630
|
"path",
|
|
2435
2631
|
{
|
|
2436
2632
|
fill: "#D5D6D7",
|
|
@@ -2440,10 +2636,10 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2440
2636
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2441
2637
|
|
|
2442
2638
|
// src/components/ModelhappyhorseFilled.tsx
|
|
2443
|
-
import { jsx as
|
|
2444
|
-
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2445
|
-
/* @__PURE__ */
|
|
2446
|
-
/* @__PURE__ */
|
|
2639
|
+
import { jsx as jsx127, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2640
|
+
var IconModelhappyhorseFilled = ({ 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: [
|
|
2641
|
+
/* @__PURE__ */ jsxs66("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2642
|
+
/* @__PURE__ */ jsx127(
|
|
2447
2643
|
"mask",
|
|
2448
2644
|
{
|
|
2449
2645
|
id: "mask0_786_80",
|
|
@@ -2453,10 +2649,10 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2453
2649
|
y: "-8",
|
|
2454
2650
|
maskUnits: "userSpaceOnUse",
|
|
2455
2651
|
style: { maskType: "luminance" },
|
|
2456
|
-
children: /* @__PURE__ */
|
|
2652
|
+
children: /* @__PURE__ */ jsx127("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2457
2653
|
}
|
|
2458
2654
|
),
|
|
2459
|
-
/* @__PURE__ */
|
|
2655
|
+
/* @__PURE__ */ jsx127("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ jsx127(
|
|
2460
2656
|
"path",
|
|
2461
2657
|
{
|
|
2462
2658
|
fill: fill || color || "currentColor",
|
|
@@ -2464,12 +2660,12 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2464
2660
|
}
|
|
2465
2661
|
) })
|
|
2466
2662
|
] }),
|
|
2467
|
-
/* @__PURE__ */
|
|
2663
|
+
/* @__PURE__ */ jsx127("defs", { children: /* @__PURE__ */ jsx127("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ jsx127("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2468
2664
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2469
2665
|
|
|
2470
2666
|
// src/components/ModelklingFilled.tsx
|
|
2471
|
-
import { jsx as
|
|
2472
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2667
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
2668
|
+
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx128("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx128(
|
|
2473
2669
|
"path",
|
|
2474
2670
|
{
|
|
2475
2671
|
fill: fill || color || "currentColor",
|
|
@@ -2480,8 +2676,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2480
2676
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2481
2677
|
|
|
2482
2678
|
// src/components/Models.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2679
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
2680
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx129("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx129(
|
|
2485
2681
|
"path",
|
|
2486
2682
|
{
|
|
2487
2683
|
fill: stroke || color || "currentColor",
|
|
@@ -2492,8 +2688,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2492
2688
|
) }), Models_default = IconModels;
|
|
2493
2689
|
|
|
2494
2690
|
// src/components/MoreCollapse.tsx
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2691
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2692
|
+
var IconMoreCollapse = ({ 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(
|
|
2497
2693
|
"path",
|
|
2498
2694
|
{
|
|
2499
2695
|
fill: stroke || color || "currentColor",
|
|
@@ -2502,23 +2698,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2502
2698
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2503
2699
|
|
|
2504
2700
|
// src/components/MoreHorizontal.tsx
|
|
2505
|
-
import { jsx as
|
|
2506
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2507
|
-
/* @__PURE__ */
|
|
2701
|
+
import { jsx as jsx131, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2702
|
+
var IconMoreHorizontal = ({ 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__ */ jsx131(
|
|
2508
2704
|
"path",
|
|
2509
2705
|
{
|
|
2510
2706
|
fill: stroke || color || "currentColor",
|
|
2511
2707
|
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
2708
|
}
|
|
2513
2709
|
),
|
|
2514
|
-
/* @__PURE__ */
|
|
2710
|
+
/* @__PURE__ */ jsx131(
|
|
2515
2711
|
"path",
|
|
2516
2712
|
{
|
|
2517
2713
|
fill: stroke || color || "currentColor",
|
|
2518
2714
|
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
2715
|
}
|
|
2520
2716
|
),
|
|
2521
|
-
/* @__PURE__ */
|
|
2717
|
+
/* @__PURE__ */ jsx131(
|
|
2522
2718
|
"path",
|
|
2523
2719
|
{
|
|
2524
2720
|
fill: stroke || color || "currentColor",
|
|
@@ -2528,8 +2724,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2528
2724
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2529
2725
|
|
|
2530
2726
|
// src/components/MoreShowed.tsx
|
|
2531
|
-
import { jsx as
|
|
2532
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2727
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
2728
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx132("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx132(
|
|
2533
2729
|
"path",
|
|
2534
2730
|
{
|
|
2535
2731
|
fill: stroke || color || "currentColor",
|
|
@@ -2538,23 +2734,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2538
2734
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2539
2735
|
|
|
2540
2736
|
// src/components/More.tsx
|
|
2541
|
-
import { jsx as
|
|
2542
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2543
|
-
/* @__PURE__ */
|
|
2737
|
+
import { jsx as jsx133, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2738
|
+
var IconMore = ({ 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: [
|
|
2739
|
+
/* @__PURE__ */ jsx133(
|
|
2544
2740
|
"path",
|
|
2545
2741
|
{
|
|
2546
2742
|
fill: stroke || color || "currentColor",
|
|
2547
2743
|
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
2744
|
}
|
|
2549
2745
|
),
|
|
2550
|
-
/* @__PURE__ */
|
|
2746
|
+
/* @__PURE__ */ jsx133(
|
|
2551
2747
|
"path",
|
|
2552
2748
|
{
|
|
2553
2749
|
fill: stroke || color || "currentColor",
|
|
2554
2750
|
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
2751
|
}
|
|
2556
2752
|
),
|
|
2557
|
-
/* @__PURE__ */
|
|
2753
|
+
/* @__PURE__ */ jsx133(
|
|
2558
2754
|
"path",
|
|
2559
2755
|
{
|
|
2560
2756
|
fill: stroke || color || "currentColor",
|
|
@@ -2564,30 +2760,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2564
2760
|
] }), More_default = IconMore;
|
|
2565
2761
|
|
|
2566
2762
|
// src/components/Moresettings.tsx
|
|
2567
|
-
import { jsx as
|
|
2568
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2569
|
-
/* @__PURE__ */
|
|
2763
|
+
import { jsx as jsx134, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2764
|
+
var IconMoresettings = ({ 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: [
|
|
2765
|
+
/* @__PURE__ */ jsx134(
|
|
2570
2766
|
"path",
|
|
2571
2767
|
{
|
|
2572
2768
|
fill: stroke || color || "currentColor",
|
|
2573
2769
|
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
2770
|
}
|
|
2575
2771
|
),
|
|
2576
|
-
/* @__PURE__ */
|
|
2772
|
+
/* @__PURE__ */ jsx134(
|
|
2577
2773
|
"path",
|
|
2578
2774
|
{
|
|
2579
2775
|
fill: stroke || color || "currentColor",
|
|
2580
2776
|
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
2777
|
}
|
|
2582
2778
|
),
|
|
2583
|
-
/* @__PURE__ */
|
|
2779
|
+
/* @__PURE__ */ jsx134(
|
|
2584
2780
|
"path",
|
|
2585
2781
|
{
|
|
2586
2782
|
fill: stroke || color || "currentColor",
|
|
2587
2783
|
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
2784
|
}
|
|
2589
2785
|
),
|
|
2590
|
-
/* @__PURE__ */
|
|
2786
|
+
/* @__PURE__ */ jsx134(
|
|
2591
2787
|
"path",
|
|
2592
2788
|
{
|
|
2593
2789
|
fill: stroke || color || "currentColor",
|
|
@@ -2599,9 +2795,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2599
2795
|
] }), Moresettings_default = IconMoresettings;
|
|
2600
2796
|
|
|
2601
2797
|
// src/components/MouseDrag.tsx
|
|
2602
|
-
import { jsx as
|
|
2603
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2604
|
-
/* @__PURE__ */
|
|
2798
|
+
import { jsx as jsx135, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2799
|
+
var IconMouseDrag = ({ 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: [
|
|
2800
|
+
/* @__PURE__ */ jsx135(
|
|
2605
2801
|
"path",
|
|
2606
2802
|
{
|
|
2607
2803
|
fill: fill || color || "currentColor",
|
|
@@ -2609,7 +2805,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2609
2805
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2610
2806
|
}
|
|
2611
2807
|
),
|
|
2612
|
-
/* @__PURE__ */
|
|
2808
|
+
/* @__PURE__ */ jsx135(
|
|
2613
2809
|
"path",
|
|
2614
2810
|
{
|
|
2615
2811
|
fill: fill || color || "currentColor",
|
|
@@ -2617,7 +2813,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2617
2813
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2618
2814
|
}
|
|
2619
2815
|
),
|
|
2620
|
-
/* @__PURE__ */
|
|
2816
|
+
/* @__PURE__ */ jsx135(
|
|
2621
2817
|
"path",
|
|
2622
2818
|
{
|
|
2623
2819
|
fill: fill || color || "currentColor",
|
|
@@ -2628,9 +2824,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2628
2824
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2629
2825
|
|
|
2630
2826
|
// src/components/MouseMove.tsx
|
|
2631
|
-
import { jsx as
|
|
2632
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2633
|
-
/* @__PURE__ */
|
|
2827
|
+
import { jsx as jsx136, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2828
|
+
var IconMouseMove = ({ 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: [
|
|
2829
|
+
/* @__PURE__ */ jsx136("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx136(
|
|
2634
2830
|
"path",
|
|
2635
2831
|
{
|
|
2636
2832
|
fill: fill || color || "currentColor",
|
|
@@ -2638,13 +2834,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2638
2834
|
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
2835
|
}
|
|
2640
2836
|
) }),
|
|
2641
|
-
/* @__PURE__ */
|
|
2837
|
+
/* @__PURE__ */ jsx136("defs", { children: /* @__PURE__ */ jsx136("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx136("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2642
2838
|
] }), MouseMove_default = IconMouseMove;
|
|
2643
2839
|
|
|
2644
2840
|
// src/components/MouseNumberchange.tsx
|
|
2645
|
-
import { jsx as
|
|
2646
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2647
|
-
/* @__PURE__ */
|
|
2841
|
+
import { jsx as jsx137, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2842
|
+
var IconMouseNumberchange = ({ 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: [
|
|
2843
|
+
/* @__PURE__ */ jsx137(
|
|
2648
2844
|
"path",
|
|
2649
2845
|
{
|
|
2650
2846
|
fill: fill || color || "currentColor",
|
|
@@ -2652,7 +2848,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2652
2848
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2653
2849
|
}
|
|
2654
2850
|
),
|
|
2655
|
-
/* @__PURE__ */
|
|
2851
|
+
/* @__PURE__ */ jsx137(
|
|
2656
2852
|
"path",
|
|
2657
2853
|
{
|
|
2658
2854
|
fill: fill || color || "currentColor",
|
|
@@ -2663,8 +2859,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2663
2859
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2664
2860
|
|
|
2665
2861
|
// src/components/Musicassets.tsx
|
|
2666
|
-
import { jsx as
|
|
2667
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2862
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
2863
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx138("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx138(
|
|
2668
2864
|
"path",
|
|
2669
2865
|
{
|
|
2670
2866
|
fill: stroke || color || "currentColor",
|
|
@@ -2675,9 +2871,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2675
2871
|
) }), Musicassets_default = IconMusicassets;
|
|
2676
2872
|
|
|
2677
2873
|
// src/components/Mute.tsx
|
|
2678
|
-
import { jsx as
|
|
2679
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2680
|
-
/* @__PURE__ */
|
|
2874
|
+
import { jsx as jsx139, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2875
|
+
var IconMute = ({ 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: [
|
|
2876
|
+
/* @__PURE__ */ jsx139(
|
|
2681
2877
|
"path",
|
|
2682
2878
|
{
|
|
2683
2879
|
fill: stroke || color || "currentColor",
|
|
@@ -2686,7 +2882,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2686
2882
|
clipRule: "evenodd"
|
|
2687
2883
|
}
|
|
2688
2884
|
),
|
|
2689
|
-
/* @__PURE__ */
|
|
2885
|
+
/* @__PURE__ */ jsx139(
|
|
2690
2886
|
"path",
|
|
2691
2887
|
{
|
|
2692
2888
|
fill: stroke || color || "currentColor",
|
|
@@ -2696,9 +2892,9 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2696
2892
|
] }), Mute_default = IconMute;
|
|
2697
2893
|
|
|
2698
2894
|
// src/components/Newchat.tsx
|
|
2699
|
-
import { jsx as
|
|
2700
|
-
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2701
|
-
/* @__PURE__ */
|
|
2895
|
+
import { jsx as jsx140, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2896
|
+
var IconNewchat = ({ 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: [
|
|
2897
|
+
/* @__PURE__ */ jsx140(
|
|
2702
2898
|
"path",
|
|
2703
2899
|
{
|
|
2704
2900
|
fill: stroke || color || "currentColor",
|
|
@@ -2707,7 +2903,7 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2707
2903
|
clipRule: "evenodd"
|
|
2708
2904
|
}
|
|
2709
2905
|
),
|
|
2710
|
-
/* @__PURE__ */
|
|
2906
|
+
/* @__PURE__ */ jsx140(
|
|
2711
2907
|
"path",
|
|
2712
2908
|
{
|
|
2713
2909
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,8 +2913,8 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2717
2913
|
] }), Newchat_default = IconNewchat;
|
|
2718
2914
|
|
|
2719
2915
|
// src/components/Next.tsx
|
|
2720
|
-
import { jsx as
|
|
2721
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2916
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
2917
|
+
var IconNext = ({ 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(
|
|
2722
2918
|
"path",
|
|
2723
2919
|
{
|
|
2724
2920
|
fill: stroke || color || "currentColor",
|
|
@@ -2729,16 +2925,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2729
2925
|
) }), Next_default = IconNext;
|
|
2730
2926
|
|
|
2731
2927
|
// src/components/Nextscene.tsx
|
|
2732
|
-
import { jsx as
|
|
2733
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2734
|
-
/* @__PURE__ */
|
|
2928
|
+
import { jsx as jsx142, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2929
|
+
var IconNextscene = ({ 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: [
|
|
2930
|
+
/* @__PURE__ */ jsx142(
|
|
2735
2931
|
"path",
|
|
2736
2932
|
{
|
|
2737
2933
|
fill: stroke || color || "currentColor",
|
|
2738
2934
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2739
2935
|
}
|
|
2740
2936
|
),
|
|
2741
|
-
/* @__PURE__ */
|
|
2937
|
+
/* @__PURE__ */ jsx142(
|
|
2742
2938
|
"path",
|
|
2743
2939
|
{
|
|
2744
2940
|
fill: stroke || color || "currentColor",
|
|
@@ -2750,8 +2946,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2750
2946
|
] }), Nextscene_default = IconNextscene;
|
|
2751
2947
|
|
|
2752
2948
|
// src/components/Niceofficial.tsx
|
|
2753
|
-
import { jsx as
|
|
2754
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2949
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2950
|
+
var IconNiceofficial = ({ 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(
|
|
2755
2951
|
"path",
|
|
2756
2952
|
{
|
|
2757
2953
|
fill: fill || color || "currentColor",
|
|
@@ -2762,9 +2958,9 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2762
2958
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2763
2959
|
|
|
2764
2960
|
// src/components/Notification.tsx
|
|
2765
|
-
import { jsx as
|
|
2766
|
-
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2767
|
-
/* @__PURE__ */
|
|
2961
|
+
import { jsx as jsx144, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2962
|
+
var IconNotification = ({ 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: [
|
|
2963
|
+
/* @__PURE__ */ jsx144(
|
|
2768
2964
|
"path",
|
|
2769
2965
|
{
|
|
2770
2966
|
fill: stroke || color || "currentColor",
|
|
@@ -2773,7 +2969,7 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2773
2969
|
clipRule: "evenodd"
|
|
2774
2970
|
}
|
|
2775
2971
|
),
|
|
2776
|
-
/* @__PURE__ */
|
|
2972
|
+
/* @__PURE__ */ jsx144(
|
|
2777
2973
|
"path",
|
|
2778
2974
|
{
|
|
2779
2975
|
fill: stroke || color || "currentColor",
|
|
@@ -2783,18 +2979,18 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2783
2979
|
] }), Notification_default = IconNotification;
|
|
2784
2980
|
|
|
2785
2981
|
// 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__ */
|
|
2982
|
+
import { jsx as jsx145, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2983
|
+
var IconOneclickgenerate = ({ 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: [
|
|
2984
|
+
/* @__PURE__ */ jsx145("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2985
|
+
/* @__PURE__ */ jsx145("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2986
|
+
/* @__PURE__ */ jsx145(
|
|
2791
2987
|
"path",
|
|
2792
2988
|
{
|
|
2793
2989
|
fill: stroke || color || "currentColor",
|
|
2794
2990
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2795
2991
|
}
|
|
2796
2992
|
),
|
|
2797
|
-
/* @__PURE__ */
|
|
2993
|
+
/* @__PURE__ */ jsx145(
|
|
2798
2994
|
"path",
|
|
2799
2995
|
{
|
|
2800
2996
|
fill: stroke || color || "currentColor",
|
|
@@ -2806,9 +3002,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2806
3002
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2807
3003
|
|
|
2808
3004
|
// src/components/Opendemo.tsx
|
|
2809
|
-
import { jsx as
|
|
2810
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2811
|
-
/* @__PURE__ */
|
|
3005
|
+
import { jsx as jsx146, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3006
|
+
var IconOpendemo = ({ 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: [
|
|
3007
|
+
/* @__PURE__ */ jsx146(
|
|
2812
3008
|
"path",
|
|
2813
3009
|
{
|
|
2814
3010
|
fill: stroke || color || "currentColor",
|
|
@@ -2817,12 +3013,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2817
3013
|
clipRule: "evenodd"
|
|
2818
3014
|
}
|
|
2819
3015
|
),
|
|
2820
|
-
/* @__PURE__ */
|
|
3016
|
+
/* @__PURE__ */ jsx146("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2821
3017
|
] }), Opendemo_default = IconOpendemo;
|
|
2822
3018
|
|
|
2823
3019
|
// src/components/OppsFilled.tsx
|
|
2824
|
-
import { jsx as
|
|
2825
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3020
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
3021
|
+
var IconOppsFilled = ({ 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(
|
|
2826
3022
|
"path",
|
|
2827
3023
|
{
|
|
2828
3024
|
fill: fill || color || "currentColor",
|
|
@@ -2833,8 +3029,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2833
3029
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2834
3030
|
|
|
2835
3031
|
// src/components/OptionalcheckedFilled.tsx
|
|
2836
|
-
import { jsx as
|
|
2837
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3032
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
3033
|
+
var IconOptionalcheckedFilled = ({ 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(
|
|
2838
3034
|
"path",
|
|
2839
3035
|
{
|
|
2840
3036
|
fill: fill || color || "currentColor",
|
|
@@ -2845,8 +3041,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2845
3041
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2846
3042
|
|
|
2847
3043
|
// src/components/Optionaluncheck.tsx
|
|
2848
|
-
import { jsx as
|
|
2849
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3044
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
3045
|
+
var IconOptionaluncheck = ({ 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(
|
|
2850
3046
|
"path",
|
|
2851
3047
|
{
|
|
2852
3048
|
fill: stroke || color || "currentColor",
|
|
@@ -2857,8 +3053,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2857
3053
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2858
3054
|
|
|
2859
3055
|
// src/components/Packagegame.tsx
|
|
2860
|
-
import { jsx as
|
|
2861
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3056
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
3057
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx150("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx150(
|
|
2862
3058
|
"path",
|
|
2863
3059
|
{
|
|
2864
3060
|
fill: stroke || color || "currentColor",
|
|
@@ -2869,13 +3065,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2869
3065
|
) }), Packagegame_default = IconPackagegame;
|
|
2870
3066
|
|
|
2871
3067
|
// src/components/PageError.tsx
|
|
2872
|
-
import { jsx as
|
|
2873
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3068
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
3069
|
+
var IconPageError = ({ 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("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2874
3070
|
|
|
2875
3071
|
// src/components/Parameters.tsx
|
|
2876
|
-
import { jsx as
|
|
2877
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2878
|
-
/* @__PURE__ */
|
|
3072
|
+
import { jsx as jsx152, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3073
|
+
var IconParameters = ({ 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: [
|
|
3074
|
+
/* @__PURE__ */ jsx152(
|
|
2879
3075
|
"path",
|
|
2880
3076
|
{
|
|
2881
3077
|
fill: stroke || color || "currentColor",
|
|
@@ -2884,7 +3080,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2884
3080
|
clipRule: "evenodd"
|
|
2885
3081
|
}
|
|
2886
3082
|
),
|
|
2887
|
-
/* @__PURE__ */
|
|
3083
|
+
/* @__PURE__ */ jsx152(
|
|
2888
3084
|
"path",
|
|
2889
3085
|
{
|
|
2890
3086
|
fill: stroke || color || "currentColor",
|
|
@@ -2895,10 +3091,17 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2895
3091
|
)
|
|
2896
3092
|
] }), Parameters_default = IconParameters;
|
|
2897
3093
|
|
|
3094
|
+
// src/components/PauseFilled.tsx
|
|
3095
|
+
import { jsx as jsx153, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3096
|
+
var IconPauseFilled = ({ 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: [
|
|
3097
|
+
/* @__PURE__ */ jsx153("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
3098
|
+
/* @__PURE__ */ jsx153("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
3099
|
+
] }), PauseFilled_default = IconPauseFilled;
|
|
3100
|
+
|
|
2898
3101
|
// src/components/Pause.tsx
|
|
2899
|
-
import { jsx as
|
|
2900
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2901
|
-
/* @__PURE__ */
|
|
3102
|
+
import { jsx as jsx154, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3103
|
+
var IconPause = ({ 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: [
|
|
3104
|
+
/* @__PURE__ */ jsx154(
|
|
2902
3105
|
"path",
|
|
2903
3106
|
{
|
|
2904
3107
|
fill: stroke || color || "currentColor",
|
|
@@ -2907,7 +3110,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2907
3110
|
clipRule: "evenodd"
|
|
2908
3111
|
}
|
|
2909
3112
|
),
|
|
2910
|
-
/* @__PURE__ */
|
|
3113
|
+
/* @__PURE__ */ jsx154(
|
|
2911
3114
|
"path",
|
|
2912
3115
|
{
|
|
2913
3116
|
fill: stroke || color || "currentColor",
|
|
@@ -2919,8 +3122,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2919
3122
|
] }), Pause_default = IconPause;
|
|
2920
3123
|
|
|
2921
3124
|
// src/components/Pencil.tsx
|
|
2922
|
-
import { jsx as
|
|
2923
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3125
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3126
|
+
var IconPencil = ({ 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(
|
|
2924
3127
|
"path",
|
|
2925
3128
|
{
|
|
2926
3129
|
fill: stroke || color || "currentColor",
|
|
@@ -2931,8 +3134,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2931
3134
|
) }), Pencil_default = IconPencil;
|
|
2932
3135
|
|
|
2933
3136
|
// src/components/Pick.tsx
|
|
2934
|
-
import { jsx as
|
|
2935
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3137
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
3138
|
+
var IconPick = ({ 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(
|
|
2936
3139
|
"path",
|
|
2937
3140
|
{
|
|
2938
3141
|
fill: stroke || color || "currentColor",
|
|
@@ -2943,25 +3146,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2943
3146
|
) }), Pick_default = IconPick;
|
|
2944
3147
|
|
|
2945
3148
|
// src/components/PickedFilled.tsx
|
|
2946
|
-
import { jsx as
|
|
2947
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3149
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
3150
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx157("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx157("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2948
3151
|
|
|
2949
3152
|
// src/components/PlanFilled.tsx
|
|
2950
|
-
import { jsx as
|
|
2951
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2952
|
-
/* @__PURE__ */
|
|
3153
|
+
import { jsx as jsx158, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3154
|
+
var IconPlanFilled = ({ 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: [
|
|
3155
|
+
/* @__PURE__ */ jsx158("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx158(
|
|
2953
3156
|
"path",
|
|
2954
3157
|
{
|
|
2955
3158
|
fill: fill || color || "currentColor",
|
|
2956
3159
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2957
3160
|
}
|
|
2958
3161
|
) }),
|
|
2959
|
-
/* @__PURE__ */
|
|
3162
|
+
/* @__PURE__ */ jsx158("defs", { children: /* @__PURE__ */ jsx158("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx158("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2960
3163
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2961
3164
|
|
|
2962
3165
|
// src/components/PlayFilled.tsx
|
|
2963
|
-
import { jsx as
|
|
2964
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3166
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
3167
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx159("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx159(
|
|
2965
3168
|
"path",
|
|
2966
3169
|
{
|
|
2967
3170
|
fill: fill || color || "currentColor",
|
|
@@ -2970,8 +3173,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2970
3173
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2971
3174
|
|
|
2972
3175
|
// src/components/Play.tsx
|
|
2973
|
-
import { jsx as
|
|
2974
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3176
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3177
|
+
var IconPlay = ({ 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(
|
|
2975
3178
|
"path",
|
|
2976
3179
|
{
|
|
2977
3180
|
fill: stroke || color || "currentColor",
|
|
@@ -2981,17 +3184,29 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2981
3184
|
}
|
|
2982
3185
|
) }), Play_default = IconPlay;
|
|
2983
3186
|
|
|
3187
|
+
// src/components/Premiumcontent.tsx
|
|
3188
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
3189
|
+
var IconPremiumcontent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
|
|
3190
|
+
"path",
|
|
3191
|
+
{
|
|
3192
|
+
fill: stroke || color || "currentColor",
|
|
3193
|
+
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",
|
|
3194
|
+
fillRule: "evenodd",
|
|
3195
|
+
clipRule: "evenodd"
|
|
3196
|
+
}
|
|
3197
|
+
) }), Premiumcontent_default = IconPremiumcontent;
|
|
3198
|
+
|
|
2984
3199
|
// src/components/Previouscene.tsx
|
|
2985
|
-
import { jsx as
|
|
2986
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2987
|
-
/* @__PURE__ */
|
|
3200
|
+
import { jsx as jsx162, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3201
|
+
var IconPreviouscene = ({ 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: [
|
|
3202
|
+
/* @__PURE__ */ jsx162(
|
|
2988
3203
|
"path",
|
|
2989
3204
|
{
|
|
2990
3205
|
fill: stroke || color || "currentColor",
|
|
2991
3206
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2992
3207
|
}
|
|
2993
3208
|
),
|
|
2994
|
-
/* @__PURE__ */
|
|
3209
|
+
/* @__PURE__ */ jsx162(
|
|
2995
3210
|
"path",
|
|
2996
3211
|
{
|
|
2997
3212
|
fill: stroke || color || "currentColor",
|
|
@@ -3003,8 +3218,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
3003
3218
|
] }), Previouscene_default = IconPreviouscene;
|
|
3004
3219
|
|
|
3005
3220
|
// src/components/ProblemFilled.tsx
|
|
3006
|
-
import { jsx as
|
|
3007
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3221
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
3222
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx163("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx163(
|
|
3008
3223
|
"path",
|
|
3009
3224
|
{
|
|
3010
3225
|
fill: fill || color || "currentColor",
|
|
@@ -3015,8 +3230,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3015
3230
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
3016
3231
|
|
|
3017
3232
|
// src/components/ProblemNoticeFilled.tsx
|
|
3018
|
-
import { jsx as
|
|
3019
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3233
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
3234
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx164("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx164(
|
|
3020
3235
|
"path",
|
|
3021
3236
|
{
|
|
3022
3237
|
fill: fill || color || "currentColor",
|
|
@@ -3027,11 +3242,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
3027
3242
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3028
3243
|
|
|
3029
3244
|
// 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__ */
|
|
3245
|
+
import { jsx as jsx165, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3246
|
+
var IconProblem = ({ 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: [
|
|
3247
|
+
/* @__PURE__ */ jsx165("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3248
|
+
/* @__PURE__ */ jsx165("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3249
|
+
/* @__PURE__ */ jsx165(
|
|
3035
3250
|
"path",
|
|
3036
3251
|
{
|
|
3037
3252
|
fill: stroke || color || "currentColor",
|
|
@@ -3043,9 +3258,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3043
3258
|
] }), Problem_default = IconProblem;
|
|
3044
3259
|
|
|
3045
3260
|
// src/components/Publish.tsx
|
|
3046
|
-
import { jsx as
|
|
3047
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3048
|
-
/* @__PURE__ */
|
|
3261
|
+
import { jsx as jsx166, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3262
|
+
var IconPublish = ({ 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: [
|
|
3263
|
+
/* @__PURE__ */ jsx166(
|
|
3049
3264
|
"path",
|
|
3050
3265
|
{
|
|
3051
3266
|
fill: stroke || color || "currentColor",
|
|
@@ -3054,13 +3269,13 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3054
3269
|
clipRule: "evenodd"
|
|
3055
3270
|
}
|
|
3056
3271
|
),
|
|
3057
|
-
/* @__PURE__ */
|
|
3272
|
+
/* @__PURE__ */ jsx166("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3058
3273
|
] }), Publish_default = IconPublish;
|
|
3059
3274
|
|
|
3060
3275
|
// src/components/Quote.tsx
|
|
3061
|
-
import { jsx as
|
|
3062
|
-
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3063
|
-
/* @__PURE__ */
|
|
3276
|
+
import { jsx as jsx167, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3277
|
+
var IconQuote = ({ 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: [
|
|
3278
|
+
/* @__PURE__ */ jsx167(
|
|
3064
3279
|
"path",
|
|
3065
3280
|
{
|
|
3066
3281
|
fill: stroke || color || "currentColor",
|
|
@@ -3069,7 +3284,7 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3069
3284
|
clipRule: "evenodd"
|
|
3070
3285
|
}
|
|
3071
3286
|
),
|
|
3072
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ jsx167(
|
|
3073
3288
|
"path",
|
|
3074
3289
|
{
|
|
3075
3290
|
fill: stroke || color || "currentColor",
|
|
@@ -3081,8 +3296,8 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3081
3296
|
] }), Quote_default = IconQuote;
|
|
3082
3297
|
|
|
3083
3298
|
// src/components/Ratio169.tsx
|
|
3084
|
-
import { jsx as
|
|
3085
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3299
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
3300
|
+
var IconRatio169 = ({ 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(
|
|
3086
3301
|
"path",
|
|
3087
3302
|
{
|
|
3088
3303
|
fill: stroke || color || "currentColor",
|
|
@@ -3091,16 +3306,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3091
3306
|
) }), Ratio169_default = IconRatio169;
|
|
3092
3307
|
|
|
3093
3308
|
// src/components/Ratio11.tsx
|
|
3094
|
-
import { jsx as
|
|
3095
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3096
|
-
/* @__PURE__ */
|
|
3309
|
+
import { jsx as jsx169, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3310
|
+
var IconRatio11 = ({ 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: [
|
|
3311
|
+
/* @__PURE__ */ jsx169("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx169(
|
|
3097
3312
|
"path",
|
|
3098
3313
|
{
|
|
3099
3314
|
fill: stroke || color || "currentColor",
|
|
3100
3315
|
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
3316
|
}
|
|
3102
3317
|
) }),
|
|
3103
|
-
/* @__PURE__ */
|
|
3318
|
+
/* @__PURE__ */ jsx169("defs", { children: /* @__PURE__ */ jsx169("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx169(
|
|
3104
3319
|
"rect",
|
|
3105
3320
|
{
|
|
3106
3321
|
width: "24",
|
|
@@ -3112,16 +3327,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3112
3327
|
] }), Ratio11_default = IconRatio11;
|
|
3113
3328
|
|
|
3114
3329
|
// src/components/Ratio916.tsx
|
|
3115
|
-
import { jsx as
|
|
3116
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3117
|
-
/* @__PURE__ */
|
|
3330
|
+
import { jsx as jsx170, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3331
|
+
var IconRatio916 = ({ 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: [
|
|
3332
|
+
/* @__PURE__ */ jsx170("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx170(
|
|
3118
3333
|
"path",
|
|
3119
3334
|
{
|
|
3120
3335
|
fill: stroke || color || "currentColor",
|
|
3121
3336
|
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
3337
|
}
|
|
3123
3338
|
) }),
|
|
3124
|
-
/* @__PURE__ */
|
|
3339
|
+
/* @__PURE__ */ jsx170("defs", { children: /* @__PURE__ */ jsx170("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx170(
|
|
3125
3340
|
"rect",
|
|
3126
3341
|
{
|
|
3127
3342
|
width: "24",
|
|
@@ -3133,18 +3348,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3133
3348
|
] }), Ratio916_default = IconRatio916;
|
|
3134
3349
|
|
|
3135
3350
|
// src/components/RatioAuto.tsx
|
|
3136
|
-
import { jsx as
|
|
3137
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3138
|
-
/* @__PURE__ */
|
|
3139
|
-
/* @__PURE__ */
|
|
3351
|
+
import { jsx as jsx171, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3352
|
+
var IconRatioAuto = ({ 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: [
|
|
3353
|
+
/* @__PURE__ */ jsxs89("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3354
|
+
/* @__PURE__ */ jsx171(
|
|
3140
3355
|
"path",
|
|
3141
3356
|
{
|
|
3142
3357
|
fill: stroke || color || "currentColor",
|
|
3143
3358
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
3144
3359
|
}
|
|
3145
3360
|
),
|
|
3146
|
-
/* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3361
|
+
/* @__PURE__ */ jsx171("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3362
|
+
/* @__PURE__ */ jsx171(
|
|
3148
3363
|
"path",
|
|
3149
3364
|
{
|
|
3150
3365
|
fill: stroke || color || "currentColor",
|
|
@@ -3154,7 +3369,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3154
3369
|
}
|
|
3155
3370
|
)
|
|
3156
3371
|
] }),
|
|
3157
|
-
/* @__PURE__ */
|
|
3372
|
+
/* @__PURE__ */ jsx171("defs", { children: /* @__PURE__ */ jsx171("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx171(
|
|
3158
3373
|
"rect",
|
|
3159
3374
|
{
|
|
3160
3375
|
width: "24",
|
|
@@ -3166,16 +3381,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3166
3381
|
] }), RatioAuto_default = IconRatioAuto;
|
|
3167
3382
|
|
|
3168
3383
|
// src/components/Ratio.tsx
|
|
3169
|
-
import { jsx as
|
|
3170
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3171
|
-
/* @__PURE__ */
|
|
3384
|
+
import { jsx as jsx172, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3385
|
+
var IconRatio = ({ 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__ */ jsx172(
|
|
3172
3387
|
"path",
|
|
3173
3388
|
{
|
|
3174
3389
|
fill: stroke || color || "currentColor",
|
|
3175
3390
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3176
3391
|
}
|
|
3177
3392
|
),
|
|
3178
|
-
/* @__PURE__ */
|
|
3393
|
+
/* @__PURE__ */ jsx172(
|
|
3179
3394
|
"path",
|
|
3180
3395
|
{
|
|
3181
3396
|
fill: stroke || color || "currentColor",
|
|
@@ -3185,8 +3400,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3185
3400
|
] }), Ratio_default = IconRatio;
|
|
3186
3401
|
|
|
3187
3402
|
// src/components/ReEdit.tsx
|
|
3188
|
-
import { jsx as
|
|
3189
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3403
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3404
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx173("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx173(
|
|
3190
3405
|
"path",
|
|
3191
3406
|
{
|
|
3192
3407
|
fill: stroke || color || "currentColor",
|
|
@@ -3197,8 +3412,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3197
3412
|
) }), ReEdit_default = IconReEdit;
|
|
3198
3413
|
|
|
3199
3414
|
// src/components/Regenerate.tsx
|
|
3200
|
-
import { jsx as
|
|
3201
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3415
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3416
|
+
var IconRegenerate = ({ 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(
|
|
3202
3417
|
"path",
|
|
3203
3418
|
{
|
|
3204
3419
|
fill: stroke || color || "currentColor",
|
|
@@ -3209,9 +3424,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3209
3424
|
) }), Regenerate_default = IconRegenerate;
|
|
3210
3425
|
|
|
3211
3426
|
// src/components/Resultsetting.tsx
|
|
3212
|
-
import { jsx as
|
|
3213
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3214
|
-
/* @__PURE__ */
|
|
3427
|
+
import { jsx as jsx175, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3428
|
+
var IconResultsetting = ({ 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: [
|
|
3429
|
+
/* @__PURE__ */ jsx175("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx175(
|
|
3215
3430
|
"path",
|
|
3216
3431
|
{
|
|
3217
3432
|
fill: stroke || color || "currentColor",
|
|
@@ -3220,7 +3435,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3220
3435
|
clipRule: "evenodd"
|
|
3221
3436
|
}
|
|
3222
3437
|
) }),
|
|
3223
|
-
/* @__PURE__ */
|
|
3438
|
+
/* @__PURE__ */ jsx175("defs", { children: /* @__PURE__ */ jsx175("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx175(
|
|
3224
3439
|
"rect",
|
|
3225
3440
|
{
|
|
3226
3441
|
width: "24",
|
|
@@ -3232,8 +3447,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3232
3447
|
] }), Resultsetting_default = IconResultsetting;
|
|
3233
3448
|
|
|
3234
3449
|
// src/components/RightFilled.tsx
|
|
3235
|
-
import { jsx as
|
|
3236
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3450
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3451
|
+
var IconRightFilled = ({ 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(
|
|
3237
3452
|
"path",
|
|
3238
3453
|
{
|
|
3239
3454
|
fill: fill || color || "currentColor",
|
|
@@ -3244,21 +3459,21 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3244
3459
|
) }), RightFilled_default = IconRightFilled;
|
|
3245
3460
|
|
|
3246
3461
|
// src/components/SatisfiedFilled.tsx
|
|
3247
|
-
import { jsx as
|
|
3248
|
-
var IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
-
/* @__PURE__ */
|
|
3462
|
+
import { jsx as jsx177, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
3463
|
+
var IconSatisfiedFilled = ({ 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: [
|
|
3464
|
+
/* @__PURE__ */ jsx177(
|
|
3250
3465
|
"path",
|
|
3251
3466
|
{
|
|
3252
3467
|
fill: fill || color || "currentColor",
|
|
3253
3468
|
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3254
3469
|
}
|
|
3255
3470
|
),
|
|
3256
|
-
/* @__PURE__ */
|
|
3471
|
+
/* @__PURE__ */ jsx177("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3257
3472
|
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3258
3473
|
|
|
3259
3474
|
// src/components/Satisfied.tsx
|
|
3260
|
-
import { jsx as
|
|
3261
|
-
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3475
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3476
|
+
var IconSatisfied = ({ 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(
|
|
3262
3477
|
"path",
|
|
3263
3478
|
{
|
|
3264
3479
|
fill: stroke || color || "currentColor",
|
|
@@ -3269,8 +3484,8 @@ var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3269
3484
|
) }), Satisfied_default = IconSatisfied;
|
|
3270
3485
|
|
|
3271
3486
|
// src/components/SceneNext.tsx
|
|
3272
|
-
import { jsx as
|
|
3273
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3487
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
3488
|
+
var IconSceneNext = ({ 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(
|
|
3274
3489
|
"path",
|
|
3275
3490
|
{
|
|
3276
3491
|
fill: stroke || color || "currentColor",
|
|
@@ -3279,29 +3494,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3279
3494
|
) }), SceneNext_default = IconSceneNext;
|
|
3280
3495
|
|
|
3281
3496
|
// 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__ */
|
|
3497
|
+
import { jsx as jsx180, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
3498
|
+
var IconScriptmode = ({ 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: [
|
|
3499
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3500
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3501
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3502
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3503
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3504
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3505
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3506
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3292
3507
|
] }), Scriptmode_default = IconScriptmode;
|
|
3293
3508
|
|
|
3294
3509
|
// src/components/Scrolldown.tsx
|
|
3295
|
-
import { jsx as
|
|
3296
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3297
|
-
/* @__PURE__ */
|
|
3510
|
+
import { jsx as jsx181, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
3511
|
+
var IconScrolldown = ({ 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: [
|
|
3512
|
+
/* @__PURE__ */ jsx181(
|
|
3298
3513
|
"path",
|
|
3299
3514
|
{
|
|
3300
3515
|
fill: stroke || color || "currentColor",
|
|
3301
3516
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3302
3517
|
}
|
|
3303
3518
|
),
|
|
3304
|
-
/* @__PURE__ */
|
|
3519
|
+
/* @__PURE__ */ jsx181(
|
|
3305
3520
|
"path",
|
|
3306
3521
|
{
|
|
3307
3522
|
fill: stroke || color || "currentColor",
|
|
@@ -3310,9 +3525,21 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3310
3525
|
)
|
|
3311
3526
|
] }), Scrolldown_default = IconScrolldown;
|
|
3312
3527
|
|
|
3528
|
+
// src/components/Search.tsx
|
|
3529
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
3530
|
+
var IconSearch = ({ 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(
|
|
3531
|
+
"path",
|
|
3532
|
+
{
|
|
3533
|
+
fill: stroke || color || "currentColor",
|
|
3534
|
+
d: "M10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
3535
|
+
fillRule: "evenodd",
|
|
3536
|
+
clipRule: "evenodd"
|
|
3537
|
+
}
|
|
3538
|
+
) }), Search_default = IconSearch;
|
|
3539
|
+
|
|
3313
3540
|
// src/components/Sendrequest.tsx
|
|
3314
|
-
import { jsx as
|
|
3315
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3541
|
+
import { jsx as jsx183 } from "react/jsx-runtime";
|
|
3542
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx183("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx183(
|
|
3316
3543
|
"path",
|
|
3317
3544
|
{
|
|
3318
3545
|
fill: fill || color || "currentColor",
|
|
@@ -3323,8 +3550,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
3323
3550
|
) }), Sendrequest_default = IconSendrequest;
|
|
3324
3551
|
|
|
3325
3552
|
// src/components/Sendup.tsx
|
|
3326
|
-
import { jsx as
|
|
3327
|
-
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3553
|
+
import { jsx as jsx184 } from "react/jsx-runtime";
|
|
3554
|
+
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx184("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx184(
|
|
3328
3555
|
"path",
|
|
3329
3556
|
{
|
|
3330
3557
|
fill: stroke || color || "currentColor",
|
|
@@ -3333,8 +3560,8 @@ var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3333
3560
|
) }), Sendup_default = IconSendup;
|
|
3334
3561
|
|
|
3335
3562
|
// src/components/Sendup2.tsx
|
|
3336
|
-
import { jsx as
|
|
3337
|
-
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3563
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3564
|
+
var IconSendup2 = ({ 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(
|
|
3338
3565
|
"path",
|
|
3339
3566
|
{
|
|
3340
3567
|
fill: stroke || color || "currentColor",
|
|
@@ -3343,8 +3570,8 @@ var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3343
3570
|
) }), Sendup2_default = IconSendup2;
|
|
3344
3571
|
|
|
3345
3572
|
// src/components/ShareFilled.tsx
|
|
3346
|
-
import { jsx as
|
|
3347
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3573
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
3574
|
+
var IconShareFilled = ({ 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(
|
|
3348
3575
|
"path",
|
|
3349
3576
|
{
|
|
3350
3577
|
fill: fill || color || "currentColor",
|
|
@@ -3353,8 +3580,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3353
3580
|
) }), ShareFilled_default = IconShareFilled;
|
|
3354
3581
|
|
|
3355
3582
|
// src/components/Share.tsx
|
|
3356
|
-
import { jsx as
|
|
3357
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3583
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
3584
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx187("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx187(
|
|
3358
3585
|
"path",
|
|
3359
3586
|
{
|
|
3360
3587
|
fill: stroke || color || "currentColor",
|
|
@@ -3365,8 +3592,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3365
3592
|
) }), Share_default = IconShare;
|
|
3366
3593
|
|
|
3367
3594
|
// src/components/Sidebar.tsx
|
|
3368
|
-
import { jsx as
|
|
3369
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3595
|
+
import { jsx as jsx188 } from "react/jsx-runtime";
|
|
3596
|
+
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx188("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx188(
|
|
3370
3597
|
"path",
|
|
3371
3598
|
{
|
|
3372
3599
|
fill: stroke || color || "currentColor",
|
|
@@ -3377,8 +3604,8 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3377
3604
|
) }), Sidebar_default = IconSidebar;
|
|
3378
3605
|
|
|
3379
3606
|
// src/components/Singleunchecked.tsx
|
|
3380
|
-
import { jsx as
|
|
3381
|
-
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3607
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
3608
|
+
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx189("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx189(
|
|
3382
3609
|
"path",
|
|
3383
3610
|
{
|
|
3384
3611
|
fill: stroke || color || "currentColor",
|
|
@@ -3389,8 +3616,8 @@ var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke
|
|
|
3389
3616
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3390
3617
|
|
|
3391
3618
|
// src/components/SocialX.tsx
|
|
3392
|
-
import { jsx as
|
|
3393
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3619
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
3620
|
+
var IconSocialX = ({ 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(
|
|
3394
3621
|
"path",
|
|
3395
3622
|
{
|
|
3396
3623
|
fill: fill || color || "currentColor",
|
|
@@ -3399,8 +3626,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3399
3626
|
) }), SocialX_default = IconSocialX;
|
|
3400
3627
|
|
|
3401
3628
|
// src/components/SocialDiscord.tsx
|
|
3402
|
-
import { jsx as
|
|
3403
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3629
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
3630
|
+
var IconSocialDiscord = ({ 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(
|
|
3404
3631
|
"path",
|
|
3405
3632
|
{
|
|
3406
3633
|
fill: fill || color || "currentColor",
|
|
@@ -3409,9 +3636,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3409
3636
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3410
3637
|
|
|
3411
3638
|
// src/components/SoundOff.tsx
|
|
3412
|
-
import { jsx as
|
|
3413
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3414
|
-
/* @__PURE__ */
|
|
3639
|
+
import { jsx as jsx192, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
3640
|
+
var IconSoundOff = ({ 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: [
|
|
3641
|
+
/* @__PURE__ */ jsx192(
|
|
3415
3642
|
"path",
|
|
3416
3643
|
{
|
|
3417
3644
|
fill: stroke || color || "currentColor",
|
|
@@ -3420,7 +3647,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3420
3647
|
clipRule: "evenodd"
|
|
3421
3648
|
}
|
|
3422
3649
|
),
|
|
3423
|
-
/* @__PURE__ */
|
|
3650
|
+
/* @__PURE__ */ jsx192(
|
|
3424
3651
|
"path",
|
|
3425
3652
|
{
|
|
3426
3653
|
fill: stroke || color || "currentColor",
|
|
@@ -3430,9 +3657,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3430
3657
|
] }), SoundOff_default = IconSoundOff;
|
|
3431
3658
|
|
|
3432
3659
|
// src/components/SoundOn.tsx
|
|
3433
|
-
import { jsx as
|
|
3434
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3435
|
-
/* @__PURE__ */
|
|
3660
|
+
import { jsx as jsx193, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
3661
|
+
var IconSoundOn = ({ 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: [
|
|
3662
|
+
/* @__PURE__ */ jsx193(
|
|
3436
3663
|
"path",
|
|
3437
3664
|
{
|
|
3438
3665
|
fill: stroke || color || "currentColor",
|
|
@@ -3441,14 +3668,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3441
3668
|
clipRule: "evenodd"
|
|
3442
3669
|
}
|
|
3443
3670
|
),
|
|
3444
|
-
/* @__PURE__ */
|
|
3671
|
+
/* @__PURE__ */ jsx193(
|
|
3445
3672
|
"path",
|
|
3446
3673
|
{
|
|
3447
3674
|
fill: stroke || color || "currentColor",
|
|
3448
3675
|
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
3676
|
}
|
|
3450
3677
|
),
|
|
3451
|
-
/* @__PURE__ */
|
|
3678
|
+
/* @__PURE__ */ jsx193(
|
|
3452
3679
|
"path",
|
|
3453
3680
|
{
|
|
3454
3681
|
fill: stroke || color || "currentColor",
|
|
@@ -3457,9 +3684,13 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3457
3684
|
)
|
|
3458
3685
|
] }), SoundOn_default = IconSoundOn;
|
|
3459
3686
|
|
|
3687
|
+
// src/components/StopFilled.tsx
|
|
3688
|
+
import { jsx as jsx194 } from "react/jsx-runtime";
|
|
3689
|
+
var IconStopFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx194("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx194("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
3690
|
+
|
|
3460
3691
|
// src/components/Storyboard.tsx
|
|
3461
|
-
import { jsx as
|
|
3462
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3692
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
3693
|
+
var IconStoryboard = ({ 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(
|
|
3463
3694
|
"path",
|
|
3464
3695
|
{
|
|
3465
3696
|
fill: stroke || color || "currentColor",
|
|
@@ -3470,25 +3701,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3470
3701
|
) }), Storyboard_default = IconStoryboard;
|
|
3471
3702
|
|
|
3472
3703
|
// src/components/StyleAutoFilled.tsx
|
|
3473
|
-
import { jsx as
|
|
3474
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3475
|
-
/* @__PURE__ */
|
|
3704
|
+
import { jsx as jsx196, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
3705
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3706
|
+
/* @__PURE__ */ jsx196(
|
|
3476
3707
|
"path",
|
|
3477
3708
|
{
|
|
3478
3709
|
fill: fill || color || "currentColor",
|
|
3479
3710
|
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
3711
|
}
|
|
3481
3712
|
),
|
|
3482
|
-
/* @__PURE__ */
|
|
3713
|
+
/* @__PURE__ */ jsx196(
|
|
3483
3714
|
"path",
|
|
3484
3715
|
{
|
|
3485
3716
|
fill: fill || color || "currentColor",
|
|
3486
3717
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3487
3718
|
}
|
|
3488
3719
|
),
|
|
3489
|
-
/* @__PURE__ */
|
|
3490
|
-
/* @__PURE__ */
|
|
3491
|
-
/* @__PURE__ */
|
|
3720
|
+
/* @__PURE__ */ jsx196("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3721
|
+
/* @__PURE__ */ jsx196("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3722
|
+
/* @__PURE__ */ jsx196(
|
|
3492
3723
|
"path",
|
|
3493
3724
|
{
|
|
3494
3725
|
fill: fill || color || "currentColor",
|
|
@@ -3498,44 +3729,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3498
3729
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3499
3730
|
|
|
3500
3731
|
// src/components/Style.tsx
|
|
3501
|
-
import { jsx as
|
|
3502
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3503
|
-
/* @__PURE__ */
|
|
3732
|
+
import { jsx as jsx197, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
3733
|
+
var IconStyle = ({ 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: [
|
|
3734
|
+
/* @__PURE__ */ jsx197(
|
|
3504
3735
|
"path",
|
|
3505
3736
|
{
|
|
3506
3737
|
fill: stroke || color || "currentColor",
|
|
3507
3738
|
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
3739
|
}
|
|
3509
3740
|
),
|
|
3510
|
-
/* @__PURE__ */
|
|
3741
|
+
/* @__PURE__ */ jsx197(
|
|
3511
3742
|
"path",
|
|
3512
3743
|
{
|
|
3513
3744
|
fill: stroke || color || "currentColor",
|
|
3514
3745
|
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
3746
|
}
|
|
3516
3747
|
),
|
|
3517
|
-
/* @__PURE__ */
|
|
3748
|
+
/* @__PURE__ */ jsx197(
|
|
3518
3749
|
"path",
|
|
3519
3750
|
{
|
|
3520
3751
|
fill: stroke || color || "currentColor",
|
|
3521
3752
|
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
3753
|
}
|
|
3523
3754
|
),
|
|
3524
|
-
/* @__PURE__ */
|
|
3755
|
+
/* @__PURE__ */ jsx197(
|
|
3525
3756
|
"path",
|
|
3526
3757
|
{
|
|
3527
3758
|
fill: stroke || color || "currentColor",
|
|
3528
3759
|
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
3760
|
}
|
|
3530
3761
|
),
|
|
3531
|
-
/* @__PURE__ */
|
|
3762
|
+
/* @__PURE__ */ jsx197(
|
|
3532
3763
|
"path",
|
|
3533
3764
|
{
|
|
3534
3765
|
fill: stroke || color || "currentColor",
|
|
3535
3766
|
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
3767
|
}
|
|
3537
3768
|
),
|
|
3538
|
-
/* @__PURE__ */
|
|
3769
|
+
/* @__PURE__ */ jsx197(
|
|
3539
3770
|
"path",
|
|
3540
3771
|
{
|
|
3541
3772
|
fill: stroke || color || "currentColor",
|
|
@@ -3547,9 +3778,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3547
3778
|
] }), Style_default = IconStyle;
|
|
3548
3779
|
|
|
3549
3780
|
// src/components/Styleoverall.tsx
|
|
3550
|
-
import { jsx as
|
|
3551
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3552
|
-
/* @__PURE__ */
|
|
3781
|
+
import { jsx as jsx198, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
3782
|
+
var IconStyleoverall = ({ 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: [
|
|
3783
|
+
/* @__PURE__ */ jsx198(
|
|
3553
3784
|
"path",
|
|
3554
3785
|
{
|
|
3555
3786
|
fill: stroke || color || "currentColor",
|
|
@@ -3558,7 +3789,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3558
3789
|
clipRule: "evenodd"
|
|
3559
3790
|
}
|
|
3560
3791
|
),
|
|
3561
|
-
/* @__PURE__ */
|
|
3792
|
+
/* @__PURE__ */ jsx198(
|
|
3562
3793
|
"path",
|
|
3563
3794
|
{
|
|
3564
3795
|
fill: stroke || color || "currentColor",
|
|
@@ -3567,7 +3798,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3567
3798
|
clipRule: "evenodd"
|
|
3568
3799
|
}
|
|
3569
3800
|
),
|
|
3570
|
-
/* @__PURE__ */
|
|
3801
|
+
/* @__PURE__ */ jsx198(
|
|
3571
3802
|
"path",
|
|
3572
3803
|
{
|
|
3573
3804
|
fill: stroke || color || "currentColor",
|
|
@@ -3576,7 +3807,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3576
3807
|
clipRule: "evenodd"
|
|
3577
3808
|
}
|
|
3578
3809
|
),
|
|
3579
|
-
/* @__PURE__ */
|
|
3810
|
+
/* @__PURE__ */ jsx198(
|
|
3580
3811
|
"path",
|
|
3581
3812
|
{
|
|
3582
3813
|
fill: stroke || color || "currentColor",
|
|
@@ -3588,8 +3819,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3588
3819
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3589
3820
|
|
|
3590
3821
|
// src/components/SwitchOffFilled.tsx
|
|
3591
|
-
import { jsx as
|
|
3592
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3822
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
3823
|
+
var IconSwitchOffFilled = ({ 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(
|
|
3593
3824
|
"path",
|
|
3594
3825
|
{
|
|
3595
3826
|
fill: fill || color || "currentColor",
|
|
@@ -3600,8 +3831,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3600
3831
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3601
3832
|
|
|
3602
3833
|
// src/components/SwitchOnFilled.tsx
|
|
3603
|
-
import { jsx as
|
|
3604
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3834
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
3835
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx200("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx200(
|
|
3605
3836
|
"path",
|
|
3606
3837
|
{
|
|
3607
3838
|
fill: fill || color || "currentColor",
|
|
@@ -3612,8 +3843,8 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3612
3843
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3613
3844
|
|
|
3614
3845
|
// src/components/Table.tsx
|
|
3615
|
-
import { jsx as
|
|
3616
|
-
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3846
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
3847
|
+
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx201("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx201(
|
|
3617
3848
|
"path",
|
|
3618
3849
|
{
|
|
3619
3850
|
fill: stroke || color || "currentColor",
|
|
@@ -3624,9 +3855,9 @@ var IconTable = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3624
3855
|
) }), Table_default = IconTable;
|
|
3625
3856
|
|
|
3626
3857
|
// src/components/Target.tsx
|
|
3627
|
-
import { jsx as
|
|
3628
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3629
|
-
/* @__PURE__ */
|
|
3858
|
+
import { jsx as jsx202, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
3859
|
+
var IconTarget = ({ 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: [
|
|
3860
|
+
/* @__PURE__ */ jsx202(
|
|
3630
3861
|
"path",
|
|
3631
3862
|
{
|
|
3632
3863
|
fill: stroke || color || "currentColor",
|
|
@@ -3635,7 +3866,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3635
3866
|
clipRule: "evenodd"
|
|
3636
3867
|
}
|
|
3637
3868
|
),
|
|
3638
|
-
/* @__PURE__ */
|
|
3869
|
+
/* @__PURE__ */ jsx202(
|
|
3639
3870
|
"path",
|
|
3640
3871
|
{
|
|
3641
3872
|
fill: stroke || color || "currentColor",
|
|
@@ -3647,44 +3878,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3647
3878
|
] }), Target_default = IconTarget;
|
|
3648
3879
|
|
|
3649
3880
|
// src/components/TextLogo.tsx
|
|
3650
|
-
import { jsx as
|
|
3651
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3652
|
-
/* @__PURE__ */
|
|
3881
|
+
import { jsx as jsx203, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
3882
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs101("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3883
|
+
/* @__PURE__ */ jsx203(
|
|
3653
3884
|
"path",
|
|
3654
3885
|
{
|
|
3655
3886
|
fill: fill || color || "currentColor",
|
|
3656
3887
|
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
3888
|
}
|
|
3658
3889
|
),
|
|
3659
|
-
/* @__PURE__ */
|
|
3890
|
+
/* @__PURE__ */ jsx203(
|
|
3660
3891
|
"path",
|
|
3661
3892
|
{
|
|
3662
3893
|
fill: fill || color || "currentColor",
|
|
3663
3894
|
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
3895
|
}
|
|
3665
3896
|
),
|
|
3666
|
-
/* @__PURE__ */
|
|
3897
|
+
/* @__PURE__ */ jsx203(
|
|
3667
3898
|
"path",
|
|
3668
3899
|
{
|
|
3669
3900
|
fill: fill || color || "currentColor",
|
|
3670
3901
|
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
3902
|
}
|
|
3672
3903
|
),
|
|
3673
|
-
/* @__PURE__ */
|
|
3904
|
+
/* @__PURE__ */ jsx203(
|
|
3674
3905
|
"path",
|
|
3675
3906
|
{
|
|
3676
3907
|
fill: fill || color || "currentColor",
|
|
3677
3908
|
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
3909
|
}
|
|
3679
3910
|
),
|
|
3680
|
-
/* @__PURE__ */
|
|
3911
|
+
/* @__PURE__ */ jsx203(
|
|
3681
3912
|
"path",
|
|
3682
3913
|
{
|
|
3683
3914
|
fill: fill || color || "currentColor",
|
|
3684
3915
|
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
3916
|
}
|
|
3686
3917
|
),
|
|
3687
|
-
/* @__PURE__ */
|
|
3918
|
+
/* @__PURE__ */ jsx203(
|
|
3688
3919
|
"path",
|
|
3689
3920
|
{
|
|
3690
3921
|
fill: fill || color || "currentColor",
|
|
@@ -3694,8 +3925,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3694
3925
|
] }), TextLogo_default = IconTextLogo;
|
|
3695
3926
|
|
|
3696
3927
|
// src/components/TipsFilled.tsx
|
|
3697
|
-
import { jsx as
|
|
3698
|
-
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3928
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
3929
|
+
var IconTipsFilled = ({ 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(
|
|
3699
3930
|
"path",
|
|
3700
3931
|
{
|
|
3701
3932
|
fill: fill || color || "currentColor",
|
|
@@ -3706,8 +3937,8 @@ var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3706
3937
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3707
3938
|
|
|
3708
3939
|
// src/components/Tips.tsx
|
|
3709
|
-
import { jsx as
|
|
3710
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3940
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
3941
|
+
var IconTips = ({ 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(
|
|
3711
3942
|
"path",
|
|
3712
3943
|
{
|
|
3713
3944
|
fill: stroke || color || "currentColor",
|
|
@@ -3718,16 +3949,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3718
3949
|
) }), Tips_default = IconTips;
|
|
3719
3950
|
|
|
3720
3951
|
// src/components/ToolsFilled.tsx
|
|
3721
|
-
import { jsx as
|
|
3722
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3723
|
-
/* @__PURE__ */
|
|
3952
|
+
import { jsx as jsx206, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
3953
|
+
var IconToolsFilled = ({ 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: [
|
|
3954
|
+
/* @__PURE__ */ jsx206(
|
|
3724
3955
|
"path",
|
|
3725
3956
|
{
|
|
3726
3957
|
fill: fill || color || "currentColor",
|
|
3727
3958
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3728
3959
|
}
|
|
3729
3960
|
),
|
|
3730
|
-
/* @__PURE__ */
|
|
3961
|
+
/* @__PURE__ */ jsx206(
|
|
3731
3962
|
"path",
|
|
3732
3963
|
{
|
|
3733
3964
|
fill: fill || color || "currentColor",
|
|
@@ -3737,8 +3968,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3737
3968
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3738
3969
|
|
|
3739
3970
|
// src/components/Tools.tsx
|
|
3740
|
-
import { jsx as
|
|
3741
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3971
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
3972
|
+
var IconTools = ({ 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(
|
|
3742
3973
|
"path",
|
|
3743
3974
|
{
|
|
3744
3975
|
stroke: stroke || color || "currentColor",
|
|
@@ -3748,8 +3979,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3748
3979
|
) }), Tools_default = IconTools;
|
|
3749
3980
|
|
|
3750
3981
|
// src/components/Undo.tsx
|
|
3751
|
-
import { jsx as
|
|
3752
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3982
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
3983
|
+
var IconUndo = ({ 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(
|
|
3753
3984
|
"path",
|
|
3754
3985
|
{
|
|
3755
3986
|
fill: stroke || color || "currentColor",
|
|
@@ -3760,21 +3991,21 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3760
3991
|
) }), Undo_default = IconUndo;
|
|
3761
3992
|
|
|
3762
3993
|
// src/components/UnsatisfiedFilled.tsx
|
|
3763
|
-
import { jsx as
|
|
3764
|
-
var IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3765
|
-
/* @__PURE__ */
|
|
3994
|
+
import { jsx as jsx209, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
3995
|
+
var IconUnsatisfiedFilled = ({ 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: [
|
|
3996
|
+
/* @__PURE__ */ jsx209(
|
|
3766
3997
|
"path",
|
|
3767
3998
|
{
|
|
3768
3999
|
fill: fill || color || "currentColor",
|
|
3769
4000
|
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3770
4001
|
}
|
|
3771
4002
|
),
|
|
3772
|
-
/* @__PURE__ */
|
|
4003
|
+
/* @__PURE__ */ jsx209("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3773
4004
|
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3774
4005
|
|
|
3775
4006
|
// src/components/Unsatisfied.tsx
|
|
3776
|
-
import { jsx as
|
|
3777
|
-
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4007
|
+
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
4008
|
+
var IconUnsatisfied = ({ 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(
|
|
3778
4009
|
"path",
|
|
3779
4010
|
{
|
|
3780
4011
|
fill: stroke || color || "currentColor",
|
|
@@ -3785,8 +4016,8 @@ var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke })
|
|
|
3785
4016
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3786
4017
|
|
|
3787
4018
|
// src/components/UpFilled.tsx
|
|
3788
|
-
import { jsx as
|
|
3789
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4019
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
4020
|
+
var IconUpFilled = ({ 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(
|
|
3790
4021
|
"path",
|
|
3791
4022
|
{
|
|
3792
4023
|
fill: fill || color || "currentColor",
|
|
@@ -3797,8 +4028,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3797
4028
|
) }), UpFilled_default = IconUpFilled;
|
|
3798
4029
|
|
|
3799
4030
|
// src/components/UpleftFilled.tsx
|
|
3800
|
-
import { jsx as
|
|
3801
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4031
|
+
import { jsx as jsx212 } from "react/jsx-runtime";
|
|
4032
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx212("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx212(
|
|
3802
4033
|
"path",
|
|
3803
4034
|
{
|
|
3804
4035
|
fill: fill || color || "currentColor",
|
|
@@ -3809,8 +4040,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3809
4040
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3810
4041
|
|
|
3811
4042
|
// src/components/Uploadedvideo.tsx
|
|
3812
|
-
import { jsx as
|
|
3813
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4043
|
+
import { jsx as jsx213 } from "react/jsx-runtime";
|
|
4044
|
+
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx213("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx213(
|
|
3814
4045
|
"path",
|
|
3815
4046
|
{
|
|
3816
4047
|
fill: fill || color || "currentColor",
|
|
@@ -3821,8 +4052,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3821
4052
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3822
4053
|
|
|
3823
4054
|
// src/components/Uploadfiles.tsx
|
|
3824
|
-
import { jsx as
|
|
3825
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4055
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
4056
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx214("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx214(
|
|
3826
4057
|
"path",
|
|
3827
4058
|
{
|
|
3828
4059
|
fill: stroke || color || "currentColor",
|
|
@@ -3831,8 +4062,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3831
4062
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3832
4063
|
|
|
3833
4064
|
// src/components/Uploadstory.tsx
|
|
3834
|
-
import { jsx as
|
|
3835
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4065
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
4066
|
+
var IconUploadstory = ({ 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(
|
|
3836
4067
|
"path",
|
|
3837
4068
|
{
|
|
3838
4069
|
fill: stroke || color || "currentColor",
|
|
@@ -3843,8 +4074,8 @@ var IconUploadstory = ({ size, width, height, color, className, fill, stroke })
|
|
|
3843
4074
|
) }), Uploadstory_default = IconUploadstory;
|
|
3844
4075
|
|
|
3845
4076
|
// src/components/UprightFilled.tsx
|
|
3846
|
-
import { jsx as
|
|
3847
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4077
|
+
import { jsx as jsx216 } from "react/jsx-runtime";
|
|
4078
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx216("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx216(
|
|
3848
4079
|
"path",
|
|
3849
4080
|
{
|
|
3850
4081
|
fill: fill || color || "currentColor",
|
|
@@ -3855,8 +4086,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3855
4086
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3856
4087
|
|
|
3857
4088
|
// src/components/Userfeedback.tsx
|
|
3858
|
-
import { jsx as
|
|
3859
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4089
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
4090
|
+
var IconUserfeedback = ({ 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(
|
|
3860
4091
|
"path",
|
|
3861
4092
|
{
|
|
3862
4093
|
fill: stroke || color || "currentColor",
|
|
@@ -3867,17 +4098,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3867
4098
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3868
4099
|
|
|
3869
4100
|
// src/components/Userfollow.tsx
|
|
3870
|
-
import { jsx as
|
|
3871
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3872
|
-
/* @__PURE__ */
|
|
4101
|
+
import { jsx as jsx218, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
4102
|
+
var IconUserfollow = ({ 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: [
|
|
4103
|
+
/* @__PURE__ */ jsx218(
|
|
3873
4104
|
"path",
|
|
3874
4105
|
{
|
|
3875
4106
|
fill: stroke || color || "currentColor",
|
|
3876
4107
|
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
4108
|
}
|
|
3878
4109
|
),
|
|
3879
|
-
/* @__PURE__ */
|
|
3880
|
-
/* @__PURE__ */
|
|
4110
|
+
/* @__PURE__ */ jsx218("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4111
|
+
/* @__PURE__ */ jsx218(
|
|
3881
4112
|
"path",
|
|
3882
4113
|
{
|
|
3883
4114
|
fill: stroke || color || "currentColor",
|
|
@@ -3889,8 +4120,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3889
4120
|
] }), Userfollow_default = IconUserfollow;
|
|
3890
4121
|
|
|
3891
4122
|
// src/components/Userfollowback.tsx
|
|
3892
|
-
import { jsx as
|
|
3893
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4123
|
+
import { jsx as jsx219 } from "react/jsx-runtime";
|
|
4124
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx219("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx219(
|
|
3894
4125
|
"path",
|
|
3895
4126
|
{
|
|
3896
4127
|
fill: stroke || color || "currentColor",
|
|
@@ -3899,8 +4130,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3899
4130
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3900
4131
|
|
|
3901
4132
|
// src/components/Userfollowed.tsx
|
|
3902
|
-
import { jsx as
|
|
3903
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4133
|
+
import { jsx as jsx220 } from "react/jsx-runtime";
|
|
4134
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx220("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx220(
|
|
3904
4135
|
"path",
|
|
3905
4136
|
{
|
|
3906
4137
|
fill: stroke || color || "currentColor",
|
|
@@ -3909,16 +4140,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3909
4140
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3910
4141
|
|
|
3911
4142
|
// src/components/VideoGeneration.tsx
|
|
3912
|
-
import { jsx as
|
|
3913
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3914
|
-
/* @__PURE__ */
|
|
4143
|
+
import { jsx as jsx221, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
4144
|
+
var IconVideoGeneration = ({ 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: [
|
|
4145
|
+
/* @__PURE__ */ jsx221(
|
|
3915
4146
|
"path",
|
|
3916
4147
|
{
|
|
3917
4148
|
fill: stroke || color || "currentColor",
|
|
3918
4149
|
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
4150
|
}
|
|
3920
4151
|
),
|
|
3921
|
-
/* @__PURE__ */
|
|
4152
|
+
/* @__PURE__ */ jsx221(
|
|
3922
4153
|
"path",
|
|
3923
4154
|
{
|
|
3924
4155
|
fill: stroke || color || "currentColor",
|
|
@@ -3927,7 +4158,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3927
4158
|
clipRule: "evenodd"
|
|
3928
4159
|
}
|
|
3929
4160
|
),
|
|
3930
|
-
/* @__PURE__ */
|
|
4161
|
+
/* @__PURE__ */ jsx221(
|
|
3931
4162
|
"path",
|
|
3932
4163
|
{
|
|
3933
4164
|
fill: stroke || color || "currentColor",
|
|
@@ -3937,10 +4168,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3937
4168
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3938
4169
|
|
|
3939
4170
|
// src/components/VideoLength.tsx
|
|
3940
|
-
import { jsx as
|
|
3941
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3942
|
-
/* @__PURE__ */
|
|
3943
|
-
/* @__PURE__ */
|
|
4171
|
+
import { jsx as jsx222, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
4172
|
+
var IconVideoLength = ({ 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: [
|
|
4173
|
+
/* @__PURE__ */ jsx222("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4174
|
+
/* @__PURE__ */ jsx222(
|
|
3944
4175
|
"path",
|
|
3945
4176
|
{
|
|
3946
4177
|
fill: stroke || color || "currentColor",
|
|
@@ -3952,9 +4183,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3952
4183
|
] }), VideoLength_default = IconVideoLength;
|
|
3953
4184
|
|
|
3954
4185
|
// src/components/Videogenerate.tsx
|
|
3955
|
-
import { jsx as
|
|
3956
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3957
|
-
/* @__PURE__ */
|
|
4186
|
+
import { jsx as jsx223, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
4187
|
+
var IconVideogenerate = ({ 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: [
|
|
4188
|
+
/* @__PURE__ */ jsx223(
|
|
3958
4189
|
"path",
|
|
3959
4190
|
{
|
|
3960
4191
|
fill: stroke || color || "currentColor",
|
|
@@ -3963,7 +4194,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3963
4194
|
clipRule: "evenodd"
|
|
3964
4195
|
}
|
|
3965
4196
|
),
|
|
3966
|
-
/* @__PURE__ */
|
|
4197
|
+
/* @__PURE__ */ jsx223(
|
|
3967
4198
|
"path",
|
|
3968
4199
|
{
|
|
3969
4200
|
fill: stroke || color || "currentColor",
|
|
@@ -3975,8 +4206,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3975
4206
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3976
4207
|
|
|
3977
4208
|
// src/components/Visualstyles.tsx
|
|
3978
|
-
import { jsx as
|
|
3979
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4209
|
+
import { jsx as jsx224 } from "react/jsx-runtime";
|
|
4210
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx224("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx224(
|
|
3980
4211
|
"path",
|
|
3981
4212
|
{
|
|
3982
4213
|
fill: stroke || color || "currentColor",
|
|
@@ -3987,9 +4218,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3987
4218
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3988
4219
|
|
|
3989
4220
|
// src/components/Volume.tsx
|
|
3990
|
-
import { jsx as
|
|
3991
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3992
|
-
/* @__PURE__ */
|
|
4221
|
+
import { jsx as jsx225, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
4222
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4223
|
+
/* @__PURE__ */ jsx225(
|
|
3993
4224
|
"path",
|
|
3994
4225
|
{
|
|
3995
4226
|
fill: stroke || color || "currentColor",
|
|
@@ -3998,14 +4229,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3998
4229
|
clipRule: "evenodd"
|
|
3999
4230
|
}
|
|
4000
4231
|
),
|
|
4001
|
-
/* @__PURE__ */
|
|
4232
|
+
/* @__PURE__ */ jsx225(
|
|
4002
4233
|
"path",
|
|
4003
4234
|
{
|
|
4004
4235
|
fill: stroke || color || "currentColor",
|
|
4005
4236
|
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
4237
|
}
|
|
4007
4238
|
),
|
|
4008
|
-
/* @__PURE__ */
|
|
4239
|
+
/* @__PURE__ */ jsx225(
|
|
4009
4240
|
"path",
|
|
4010
4241
|
{
|
|
4011
4242
|
fill: stroke || color || "currentColor",
|
|
@@ -4015,8 +4246,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
4015
4246
|
] }), Volume_default = IconVolume;
|
|
4016
4247
|
|
|
4017
4248
|
// src/components/Withdrawgame.tsx
|
|
4018
|
-
import { jsx as
|
|
4019
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4249
|
+
import { jsx as jsx226 } from "react/jsx-runtime";
|
|
4250
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx226("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx226(
|
|
4020
4251
|
"path",
|
|
4021
4252
|
{
|
|
4022
4253
|
fill: stroke || color || "currentColor",
|
|
@@ -4027,16 +4258,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
4027
4258
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4028
4259
|
|
|
4029
4260
|
// src/components/Zoomhandle.tsx
|
|
4030
|
-
import { jsx as
|
|
4031
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4032
|
-
/* @__PURE__ */
|
|
4261
|
+
import { jsx as jsx227, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
4262
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs109("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4263
|
+
/* @__PURE__ */ jsx227(
|
|
4033
4264
|
"path",
|
|
4034
4265
|
{
|
|
4035
4266
|
fill: fill || color || "currentColor",
|
|
4036
4267
|
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
4268
|
}
|
|
4038
4269
|
),
|
|
4039
|
-
/* @__PURE__ */
|
|
4270
|
+
/* @__PURE__ */ jsx227(
|
|
4040
4271
|
"path",
|
|
4041
4272
|
{
|
|
4042
4273
|
fill: stroke || color || "currentColor",
|
|
@@ -4046,16 +4277,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
4046
4277
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4047
4278
|
|
|
4048
4279
|
// src/components/Zoomin.tsx
|
|
4049
|
-
import { jsx as
|
|
4050
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4051
|
-
/* @__PURE__ */
|
|
4280
|
+
import { jsx as jsx228, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
4281
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs110("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4282
|
+
/* @__PURE__ */ jsx228(
|
|
4052
4283
|
"path",
|
|
4053
4284
|
{
|
|
4054
4285
|
fill: stroke || color || "currentColor",
|
|
4055
4286
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4056
4287
|
}
|
|
4057
4288
|
),
|
|
4058
|
-
/* @__PURE__ */
|
|
4289
|
+
/* @__PURE__ */ jsx228(
|
|
4059
4290
|
"path",
|
|
4060
4291
|
{
|
|
4061
4292
|
fill: stroke || color || "currentColor",
|
|
@@ -4067,10 +4298,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
4067
4298
|
] }), Zoomin_default = IconZoomin;
|
|
4068
4299
|
|
|
4069
4300
|
// src/components/Zoomout.tsx
|
|
4070
|
-
import { jsx as
|
|
4071
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4072
|
-
/* @__PURE__ */
|
|
4073
|
-
/* @__PURE__ */
|
|
4301
|
+
import { jsx as jsx229, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
4302
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4303
|
+
/* @__PURE__ */ jsx229("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4304
|
+
/* @__PURE__ */ jsx229(
|
|
4074
4305
|
"path",
|
|
4075
4306
|
{
|
|
4076
4307
|
fill: stroke || color || "currentColor",
|
|
@@ -4091,6 +4322,8 @@ export {
|
|
|
4091
4322
|
AngleDown_default as IconAngleDown,
|
|
4092
4323
|
Angleright_default as IconAngleright,
|
|
4093
4324
|
Announcement_default as IconAnnouncement,
|
|
4325
|
+
Appfeed_default as IconAppfeed,
|
|
4326
|
+
AppfeedFilled_default as IconAppfeedFilled,
|
|
4094
4327
|
Artboard_default as IconArtboard,
|
|
4095
4328
|
Assets_default as IconAssets,
|
|
4096
4329
|
AssetsFilled_default as IconAssetsFilled,
|
|
@@ -4099,6 +4332,7 @@ export {
|
|
|
4099
4332
|
Backward_default as IconBackward,
|
|
4100
4333
|
BatchShots_default as IconBatchShots,
|
|
4101
4334
|
Canvaposition_default as IconCanvaposition,
|
|
4335
|
+
Canvasframe_default as IconCanvasframe,
|
|
4102
4336
|
Canvasmode_default as IconCanvasmode,
|
|
4103
4337
|
Ccg_default as IconCcg,
|
|
4104
4338
|
CcgFilled_default as IconCcgFilled,
|
|
@@ -4111,6 +4345,8 @@ export {
|
|
|
4111
4345
|
CheckedFilled_default as IconCheckedFilled,
|
|
4112
4346
|
Close_default as IconClose,
|
|
4113
4347
|
Collapsewindow_default as IconCollapsewindow,
|
|
4348
|
+
Command_default as IconCommand,
|
|
4349
|
+
Comment_default as IconComment,
|
|
4114
4350
|
Copy_default as IconCopy,
|
|
4115
4351
|
Copylink_default as IconCopylink,
|
|
4116
4352
|
Createplan_default as IconCreateplan,
|
|
@@ -4183,11 +4419,16 @@ export {
|
|
|
4183
4419
|
ImageLoadFailedFilled_default as IconImageLoadFailedFilled,
|
|
4184
4420
|
Info_default as IconInfo,
|
|
4185
4421
|
Invitecode_default as IconInvitecode,
|
|
4422
|
+
Invitefriends_default as IconInvitefriends,
|
|
4186
4423
|
LeftFilled_default as IconLeftFilled,
|
|
4424
|
+
LikeFilled_default as IconLikeFilled,
|
|
4187
4425
|
Loading_default as IconLoading,
|
|
4188
4426
|
Login_default as IconLogin,
|
|
4189
4427
|
Logout_default as IconLogout,
|
|
4190
4428
|
Magic_default as IconMagic,
|
|
4429
|
+
Me_default as IconMe,
|
|
4430
|
+
MeFilled_default as IconMeFilled,
|
|
4431
|
+
ModelClaudeFilled_default as IconModelClaudeFilled,
|
|
4191
4432
|
ModelDeepmindFilled_default as IconModelDeepmindFilled,
|
|
4192
4433
|
ModelGeminiFilled_default as IconModelGeminiFilled,
|
|
4193
4434
|
ModelNanobananaLogoNomoFilled_default as IconModelNanobananaLogoNomoFilled,
|
|
@@ -4221,18 +4462,21 @@ export {
|
|
|
4221
4462
|
PageError_default as IconPageError,
|
|
4222
4463
|
Parameters_default as IconParameters,
|
|
4223
4464
|
Pause_default as IconPause,
|
|
4465
|
+
PauseFilled_default as IconPauseFilled,
|
|
4224
4466
|
Pencil_default as IconPencil,
|
|
4225
4467
|
Pick_default as IconPick,
|
|
4226
4468
|
PickedFilled_default as IconPickedFilled,
|
|
4227
4469
|
PlanFilled_default as IconPlanFilled,
|
|
4228
4470
|
Play_default as IconPlay,
|
|
4229
4471
|
PlayFilled_default as IconPlayFilled,
|
|
4472
|
+
Premiumcontent_default as IconPremiumcontent,
|
|
4230
4473
|
Previouscene_default as IconPreviouscene,
|
|
4231
4474
|
Problem_default as IconProblem,
|
|
4232
4475
|
ProblemFilled_default as IconProblemFilled,
|
|
4233
4476
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
4234
4477
|
Publish_default as IconPublish,
|
|
4235
4478
|
QtEsave_default as IconQtEsave,
|
|
4479
|
+
QtEsaved_default as IconQtEsaved,
|
|
4236
4480
|
Quote_default as IconQuote,
|
|
4237
4481
|
Ratio_default as IconRatio,
|
|
4238
4482
|
Ratio11_default as IconRatio11,
|
|
@@ -4248,6 +4492,7 @@ export {
|
|
|
4248
4492
|
SceneNext_default as IconSceneNext,
|
|
4249
4493
|
Scriptmode_default as IconScriptmode,
|
|
4250
4494
|
Scrolldown_default as IconScrolldown,
|
|
4495
|
+
Search_default as IconSearch,
|
|
4251
4496
|
Sendrequest_default as IconSendrequest,
|
|
4252
4497
|
Sendup_default as IconSendup,
|
|
4253
4498
|
Sendup2_default as IconSendup2,
|
|
@@ -4259,6 +4504,7 @@ export {
|
|
|
4259
4504
|
SocialX_default as IconSocialX,
|
|
4260
4505
|
SoundOff_default as IconSoundOff,
|
|
4261
4506
|
SoundOn_default as IconSoundOn,
|
|
4507
|
+
StopFilled_default as IconStopFilled,
|
|
4262
4508
|
Storyboard_default as IconStoryboard,
|
|
4263
4509
|
Style_default as IconStyle,
|
|
4264
4510
|
StyleAutoFilled_default as IconStyleAutoFilled,
|