@yoroll/react-icon 0.0.17 → 0.0.18
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 +624 -572
- package/dist/index.iife.js +621 -572
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +781 -726
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/index.d.ts +3 -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.17 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -23,10 +23,34 @@ var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
23
23
|
}
|
|
24
24
|
) }), Aiwriting_default = IconAiwriting;
|
|
25
25
|
|
|
26
|
+
// src/components/FmVeditorstart.tsx
|
|
27
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
28
|
+
var IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx3("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx3(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fill: fill || color || "currentColor",
|
|
32
|
+
d: "M55 13.9762C57.1117 14.5592 58.7741 16.2216 59.3571 18.3333H70V21.6667H59.3571C58.7741 23.7783 57.1116 25.4399 55 26.0229V35H15V26.0229C12.8884 25.4399 11.2259 23.7783 10.6429 21.6667H0V18.3333H10.6429C11.2259 16.2216 12.8883 14.5592 15 13.9762V5H55V13.9762ZM18.75 14.1064C21.1774 14.9645 22.9167 17.2788 22.9167 20C22.9167 22.7211 21.1772 25.0346 18.75 25.8927V31.25H51.25V25.8927C48.8228 25.0346 47.0833 22.7211 47.0833 20C47.0833 17.2788 48.8226 14.9645 51.25 14.1064V8.75H18.75V14.1064ZM16.6667 17.5C16.0289 17.5 15.4481 17.7401 15.0065 18.1331C14.936 18.1959 14.8701 18.2631 14.8071 18.3333C14.4102 18.7759 14.1667 19.3588 14.1667 20C14.1667 20.6412 14.4102 21.2241 14.8071 21.6667C14.8679 21.7345 14.9322 21.7987 15 21.8595C15.4425 22.2564 16.0254 22.5 16.6667 22.5C17.5369 22.5 18.3023 22.0547 18.75 21.3802C19.0126 20.9846 19.1667 20.5105 19.1667 20C19.1667 19.4893 19.0129 19.0147 18.75 18.619C18.3022 17.9448 17.5367 17.5 16.6667 17.5ZM53.3333 17.5C52.4633 17.5 51.6978 17.9448 51.25 18.619C50.9871 19.0147 50.8333 19.4893 50.8333 20C50.8333 20.5105 50.9874 20.9846 51.25 21.3802C51.6977 22.0547 52.4631 22.5 53.3333 22.5C53.9746 22.5 54.5575 22.2564 55 21.8595C55.0678 21.7987 55.1321 21.7345 55.1929 21.6667C55.5898 21.2241 55.8333 20.6412 55.8333 20C55.8333 19.3588 55.5898 18.7759 55.1929 18.3333C55.1297 18.263 55.0633 18.196 54.9927 18.1331C54.5511 17.7403 53.9708 17.5 53.3333 17.5Z",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}
|
|
36
|
+
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
37
|
+
|
|
38
|
+
// src/components/QtEsave.tsx
|
|
39
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
40
|
+
var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx4(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fill: stroke || color || "currentColor",
|
|
44
|
+
d: "M1.5 22.5V1.5H16.5L22.5 7.5V22.5H1.5ZM3.75 3.75H15.568L20.25 8.43198V20.25H17.25L17.25 13.5L6.75 13.5L6.75 20.25H3.75V3.75ZM15 20.25H9L9 15.75H15V20.25Z",
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd"
|
|
47
|
+
}
|
|
48
|
+
) }), QtEsave_default = IconQtEsave;
|
|
49
|
+
|
|
26
50
|
// src/components/Uploadimage.tsx
|
|
27
|
-
import { jsx as
|
|
51
|
+
import { jsx as jsx5, jsxs } from "react/jsx-runtime";
|
|
28
52
|
var IconUploadimage = ({ 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: [
|
|
29
|
-
/* @__PURE__ */
|
|
53
|
+
/* @__PURE__ */ jsx5(
|
|
30
54
|
"path",
|
|
31
55
|
{
|
|
32
56
|
fill: stroke || color || "currentColor",
|
|
@@ -35,7 +59,7 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
35
59
|
clipRule: "evenodd"
|
|
36
60
|
}
|
|
37
61
|
),
|
|
38
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ jsx5(
|
|
39
63
|
"path",
|
|
40
64
|
{
|
|
41
65
|
fill: stroke || color || "currentColor",
|
|
@@ -45,9 +69,9 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
45
69
|
] }), Uploadimage_default = IconUploadimage;
|
|
46
70
|
|
|
47
71
|
// src/components/Aboutus.tsx
|
|
48
|
-
import { jsx as
|
|
72
|
+
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
49
73
|
var IconAboutus = ({ 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: [
|
|
50
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ jsx6(
|
|
51
75
|
"path",
|
|
52
76
|
{
|
|
53
77
|
fill: stroke || color || "currentColor",
|
|
@@ -56,7 +80,7 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
56
80
|
clipRule: "evenodd"
|
|
57
81
|
}
|
|
58
82
|
),
|
|
59
|
-
/* @__PURE__ */
|
|
83
|
+
/* @__PURE__ */ jsx6(
|
|
60
84
|
"path",
|
|
61
85
|
{
|
|
62
86
|
fill: stroke || color || "currentColor",
|
|
@@ -66,16 +90,16 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
66
90
|
] }), Aboutus_default = IconAboutus;
|
|
67
91
|
|
|
68
92
|
// src/components/AddSceneChoice.tsx
|
|
69
|
-
import { jsx as
|
|
93
|
+
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
70
94
|
var IconAddSceneChoice = ({ 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: [
|
|
71
|
-
/* @__PURE__ */
|
|
95
|
+
/* @__PURE__ */ jsx7(
|
|
72
96
|
"path",
|
|
73
97
|
{
|
|
74
98
|
fill: stroke || color || "currentColor",
|
|
75
99
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
76
100
|
}
|
|
77
101
|
),
|
|
78
|
-
/* @__PURE__ */
|
|
102
|
+
/* @__PURE__ */ jsx7(
|
|
79
103
|
"path",
|
|
80
104
|
{
|
|
81
105
|
fill: stroke || color || "currentColor",
|
|
@@ -87,8 +111,8 @@ var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke
|
|
|
87
111
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
88
112
|
|
|
89
113
|
// src/components/Add.tsx
|
|
90
|
-
import { jsx as
|
|
91
|
-
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
114
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
115
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx8(
|
|
92
116
|
"path",
|
|
93
117
|
{
|
|
94
118
|
fill: stroke || color || "currentColor",
|
|
@@ -97,9 +121,9 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
97
121
|
) }), Add_default = IconAdd;
|
|
98
122
|
|
|
99
123
|
// src/components/Agreements.tsx
|
|
100
|
-
import { jsx as
|
|
124
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
101
125
|
var IconAgreements = ({ 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: [
|
|
102
|
-
/* @__PURE__ */
|
|
126
|
+
/* @__PURE__ */ jsx9(
|
|
103
127
|
"path",
|
|
104
128
|
{
|
|
105
129
|
fill: stroke || color || "currentColor",
|
|
@@ -108,12 +132,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
108
132
|
clipRule: "evenodd"
|
|
109
133
|
}
|
|
110
134
|
),
|
|
111
|
-
/* @__PURE__ */
|
|
135
|
+
/* @__PURE__ */ jsx9("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
112
136
|
] }), Agreements_default = IconAgreements;
|
|
113
137
|
|
|
114
138
|
// src/components/AngleDown.tsx
|
|
115
|
-
import { jsx as
|
|
116
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
139
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
140
|
+
var IconAngleDown = ({ 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(
|
|
117
141
|
"path",
|
|
118
142
|
{
|
|
119
143
|
fill: stroke || color || "currentColor",
|
|
@@ -122,8 +146,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
122
146
|
) }), AngleDown_default = IconAngleDown;
|
|
123
147
|
|
|
124
148
|
// src/components/Angleright.tsx
|
|
125
|
-
import { jsx as
|
|
126
|
-
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
149
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
150
|
+
var IconAngleright = ({ 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(
|
|
127
151
|
"path",
|
|
128
152
|
{
|
|
129
153
|
fill: stroke || color || "currentColor",
|
|
@@ -132,8 +156,8 @@ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
132
156
|
) }), Angleright_default = IconAngleright;
|
|
133
157
|
|
|
134
158
|
// src/components/Announcement.tsx
|
|
135
|
-
import { jsx as
|
|
136
|
-
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
159
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
160
|
+
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx12(
|
|
137
161
|
"path",
|
|
138
162
|
{
|
|
139
163
|
fill: stroke || color || "currentColor",
|
|
@@ -144,8 +168,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
144
168
|
) }), Announcement_default = IconAnnouncement;
|
|
145
169
|
|
|
146
170
|
// src/components/Artboard.tsx
|
|
147
|
-
import { jsx as
|
|
148
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
171
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
172
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx13(
|
|
149
173
|
"path",
|
|
150
174
|
{
|
|
151
175
|
fill: stroke || color || "currentColor",
|
|
@@ -156,19 +180,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
156
180
|
) }), Artboard_default = IconArtboard;
|
|
157
181
|
|
|
158
182
|
// src/components/AssetsFilled.tsx
|
|
159
|
-
import { jsx as
|
|
183
|
+
import { jsx as jsx14, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
160
184
|
var IconAssetsFilled = ({ 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: [
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */
|
|
163
|
-
/* @__PURE__ */
|
|
185
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
186
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
187
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
164
188
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
165
189
|
|
|
166
190
|
// src/components/Assets.tsx
|
|
167
|
-
import { jsx as
|
|
191
|
+
import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
168
192
|
var IconAssets = ({ 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: [
|
|
169
|
-
/* @__PURE__ */
|
|
170
|
-
/* @__PURE__ */
|
|
171
|
-
/* @__PURE__ */
|
|
193
|
+
/* @__PURE__ */ jsx15("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
194
|
+
/* @__PURE__ */ jsx15("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
195
|
+
/* @__PURE__ */ jsx15(
|
|
172
196
|
"path",
|
|
173
197
|
{
|
|
174
198
|
fill: stroke || color || "currentColor",
|
|
@@ -180,8 +204,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
180
204
|
] }), Assets_default = IconAssets;
|
|
181
205
|
|
|
182
206
|
// src/components/Autolayout.tsx
|
|
183
|
-
import { jsx as
|
|
184
|
-
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
207
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
208
|
+
var IconAutolayout = ({ 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(
|
|
185
209
|
"path",
|
|
186
210
|
{
|
|
187
211
|
fill: stroke || color || "currentColor",
|
|
@@ -190,9 +214,9 @@ var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
190
214
|
) }), Autolayout_default = IconAutolayout;
|
|
191
215
|
|
|
192
216
|
// src/components/Backtoprojects.tsx
|
|
193
|
-
import { jsx as
|
|
217
|
+
import { jsx as jsx17, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
194
218
|
var IconBacktoprojects = ({ 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: [
|
|
195
|
-
/* @__PURE__ */
|
|
219
|
+
/* @__PURE__ */ jsx17(
|
|
196
220
|
"path",
|
|
197
221
|
{
|
|
198
222
|
fill: stroke || color || "currentColor",
|
|
@@ -201,7 +225,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
201
225
|
clipRule: "evenodd"
|
|
202
226
|
}
|
|
203
227
|
),
|
|
204
|
-
/* @__PURE__ */
|
|
228
|
+
/* @__PURE__ */ jsx17(
|
|
205
229
|
"path",
|
|
206
230
|
{
|
|
207
231
|
fill: stroke || color || "currentColor",
|
|
@@ -210,7 +234,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
210
234
|
clipRule: "evenodd"
|
|
211
235
|
}
|
|
212
236
|
),
|
|
213
|
-
/* @__PURE__ */
|
|
237
|
+
/* @__PURE__ */ jsx17(
|
|
214
238
|
"path",
|
|
215
239
|
{
|
|
216
240
|
fill: stroke || color || "currentColor",
|
|
@@ -219,7 +243,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
219
243
|
clipRule: "evenodd"
|
|
220
244
|
}
|
|
221
245
|
),
|
|
222
|
-
/* @__PURE__ */
|
|
246
|
+
/* @__PURE__ */ jsx17(
|
|
223
247
|
"path",
|
|
224
248
|
{
|
|
225
249
|
fill: stroke || color || "currentColor",
|
|
@@ -231,8 +255,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
231
255
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
232
256
|
|
|
233
257
|
// src/components/Backward.tsx
|
|
234
|
-
import { jsx as
|
|
235
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
258
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
259
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
|
|
236
260
|
"path",
|
|
237
261
|
{
|
|
238
262
|
fill: stroke || color || "currentColor",
|
|
@@ -241,8 +265,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
241
265
|
) }), Backward_default = IconBackward;
|
|
242
266
|
|
|
243
267
|
// src/components/BatchShots.tsx
|
|
244
|
-
import { jsx as
|
|
245
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
268
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
269
|
+
var IconBatchShots = ({ 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(
|
|
246
270
|
"path",
|
|
247
271
|
{
|
|
248
272
|
fill: stroke || color || "currentColor",
|
|
@@ -253,8 +277,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
253
277
|
) }), BatchShots_default = IconBatchShots;
|
|
254
278
|
|
|
255
279
|
// src/components/Canvasmode.tsx
|
|
256
|
-
import { jsx as
|
|
257
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
280
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
281
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
|
|
258
282
|
"path",
|
|
259
283
|
{
|
|
260
284
|
fill: stroke || color || "currentColor",
|
|
@@ -265,8 +289,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
265
289
|
) }), Canvasmode_default = IconCanvasmode;
|
|
266
290
|
|
|
267
291
|
// src/components/CcgFilled.tsx
|
|
268
|
-
import { jsx as
|
|
269
|
-
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
292
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
293
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
|
|
270
294
|
"path",
|
|
271
295
|
{
|
|
272
296
|
fill: fill || color || "currentColor",
|
|
@@ -277,8 +301,8 @@ var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
277
301
|
) }), CcgFilled_default = IconCcgFilled;
|
|
278
302
|
|
|
279
303
|
// src/components/Ccg.tsx
|
|
280
|
-
import { jsx as
|
|
281
|
-
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
304
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
305
|
+
var IconCcg = ({ 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(
|
|
282
306
|
"path",
|
|
283
307
|
{
|
|
284
308
|
fill: stroke || color || "currentColor",
|
|
@@ -289,30 +313,30 @@ var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
289
313
|
) }), Ccg_default = IconCcg;
|
|
290
314
|
|
|
291
315
|
// src/components/Ccggame.tsx
|
|
292
|
-
import { jsx as
|
|
316
|
+
import { jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
293
317
|
var IconCcggame = ({ 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: [
|
|
294
|
-
/* @__PURE__ */
|
|
318
|
+
/* @__PURE__ */ jsx23(
|
|
295
319
|
"path",
|
|
296
320
|
{
|
|
297
321
|
fill: stroke || color || "currentColor",
|
|
298
322
|
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"
|
|
299
323
|
}
|
|
300
324
|
),
|
|
301
|
-
/* @__PURE__ */
|
|
325
|
+
/* @__PURE__ */ jsx23(
|
|
302
326
|
"path",
|
|
303
327
|
{
|
|
304
328
|
fill: stroke || color || "currentColor",
|
|
305
329
|
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"
|
|
306
330
|
}
|
|
307
331
|
),
|
|
308
|
-
/* @__PURE__ */
|
|
332
|
+
/* @__PURE__ */ jsx23(
|
|
309
333
|
"path",
|
|
310
334
|
{
|
|
311
335
|
fill: stroke || color || "currentColor",
|
|
312
336
|
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"
|
|
313
337
|
}
|
|
314
338
|
),
|
|
315
|
-
/* @__PURE__ */
|
|
339
|
+
/* @__PURE__ */ jsx23(
|
|
316
340
|
"path",
|
|
317
341
|
{
|
|
318
342
|
fill: stroke || color || "currentColor",
|
|
@@ -324,8 +348,8 @@ var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
324
348
|
] }), Ccggame_default = IconCcggame;
|
|
325
349
|
|
|
326
350
|
// src/components/Ccglanguage.tsx
|
|
327
|
-
import { jsx as
|
|
328
|
-
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
351
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
352
|
+
var IconCcglanguage = ({ 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(
|
|
329
353
|
"path",
|
|
330
354
|
{
|
|
331
355
|
fill: stroke || color || "currentColor",
|
|
@@ -334,8 +358,8 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
334
358
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
335
359
|
|
|
336
360
|
// src/components/Changeprofilephoto.tsx
|
|
337
|
-
import { jsx as
|
|
338
|
-
var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
361
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
362
|
+
var IconChangeprofilephoto = ({ 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(
|
|
339
363
|
"path",
|
|
340
364
|
{
|
|
341
365
|
fill: stroke || color || "currentColor",
|
|
@@ -346,8 +370,8 @@ var IconChangeprofilephoto = ({ size, width, height, color, className, fill, str
|
|
|
346
370
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
347
371
|
|
|
348
372
|
// src/components/Chaptercollapse.tsx
|
|
349
|
-
import { jsx as
|
|
350
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
373
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
374
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx26(
|
|
351
375
|
"path",
|
|
352
376
|
{
|
|
353
377
|
fill: stroke || color || "currentColor",
|
|
@@ -358,8 +382,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
358
382
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
359
383
|
|
|
360
384
|
// src/components/Chapterexpand.tsx
|
|
361
|
-
import { jsx as
|
|
362
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
385
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
386
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
363
387
|
"path",
|
|
364
388
|
{
|
|
365
389
|
fill: stroke || color || "currentColor",
|
|
@@ -370,8 +394,8 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
370
394
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
371
395
|
|
|
372
396
|
// src/components/Check.tsx
|
|
373
|
-
import { jsx as
|
|
374
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
397
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
398
|
+
var IconCheck = ({ 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(
|
|
375
399
|
"path",
|
|
376
400
|
{
|
|
377
401
|
fill: stroke || color || "currentColor",
|
|
@@ -380,8 +404,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
380
404
|
) }), Check_default = IconCheck;
|
|
381
405
|
|
|
382
406
|
// src/components/CheckedFilled.tsx
|
|
383
|
-
import { jsx as
|
|
384
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
407
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
408
|
+
var IconCheckedFilled = ({ 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(
|
|
385
409
|
"path",
|
|
386
410
|
{
|
|
387
411
|
fill: fill || color || "currentColor",
|
|
@@ -392,8 +416,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
392
416
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
393
417
|
|
|
394
418
|
// src/components/Close.tsx
|
|
395
|
-
import { jsx as
|
|
396
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
419
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
420
|
+
var IconClose = ({ 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(
|
|
397
421
|
"path",
|
|
398
422
|
{
|
|
399
423
|
fill: stroke || color || "currentColor",
|
|
@@ -402,9 +426,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
402
426
|
) }), Close_default = IconClose;
|
|
403
427
|
|
|
404
428
|
// src/components/Collapsewindow.tsx
|
|
405
|
-
import { jsx as
|
|
429
|
+
import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
406
430
|
var IconCollapsewindow = ({ 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: [
|
|
407
|
-
/* @__PURE__ */
|
|
431
|
+
/* @__PURE__ */ jsx31(
|
|
408
432
|
"path",
|
|
409
433
|
{
|
|
410
434
|
fill: stroke || color || "currentColor",
|
|
@@ -413,7 +437,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
413
437
|
clipRule: "evenodd"
|
|
414
438
|
}
|
|
415
439
|
),
|
|
416
|
-
/* @__PURE__ */
|
|
440
|
+
/* @__PURE__ */ jsx31(
|
|
417
441
|
"path",
|
|
418
442
|
{
|
|
419
443
|
fill: stroke || color || "currentColor",
|
|
@@ -425,10 +449,10 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
425
449
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
426
450
|
|
|
427
451
|
// src/components/Copy.tsx
|
|
428
|
-
import { jsx as
|
|
452
|
+
import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
429
453
|
var IconCopy = ({ 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: [
|
|
430
|
-
/* @__PURE__ */
|
|
431
|
-
/* @__PURE__ */
|
|
454
|
+
/* @__PURE__ */ jsx32("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
455
|
+
/* @__PURE__ */ jsx32(
|
|
432
456
|
"path",
|
|
433
457
|
{
|
|
434
458
|
fill: stroke || color || "currentColor",
|
|
@@ -440,8 +464,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
440
464
|
] }), Copy_default = IconCopy;
|
|
441
465
|
|
|
442
466
|
// src/components/Copylink.tsx
|
|
443
|
-
import { jsx as
|
|
444
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
467
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
468
|
+
var IconCopylink = ({ 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(
|
|
445
469
|
"path",
|
|
446
470
|
{
|
|
447
471
|
fill: stroke || color || "currentColor",
|
|
@@ -452,9 +476,9 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
452
476
|
) }), Copylink_default = IconCopylink;
|
|
453
477
|
|
|
454
478
|
// src/components/CreditFilled.tsx
|
|
455
|
-
import { jsx as
|
|
479
|
+
import { jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
456
480
|
var IconCreditFilled = ({ 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: [
|
|
457
|
-
/* @__PURE__ */
|
|
481
|
+
/* @__PURE__ */ jsx34("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx34(
|
|
458
482
|
"path",
|
|
459
483
|
{
|
|
460
484
|
fill: fill || color || "currentColor",
|
|
@@ -463,12 +487,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
463
487
|
clipRule: "evenodd"
|
|
464
488
|
}
|
|
465
489
|
) }),
|
|
466
|
-
/* @__PURE__ */
|
|
490
|
+
/* @__PURE__ */ jsx34("defs", { children: /* @__PURE__ */ jsx34("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx34("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
467
491
|
] }), CreditFilled_default = IconCreditFilled;
|
|
468
492
|
|
|
469
493
|
// src/components/Cursor.tsx
|
|
470
|
-
import { jsx as
|
|
471
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
494
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
495
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
|
|
472
496
|
"path",
|
|
473
497
|
{
|
|
474
498
|
fill: stroke || color || "currentColor",
|
|
@@ -479,10 +503,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
479
503
|
) }), Cursor_default = IconCursor;
|
|
480
504
|
|
|
481
505
|
// src/components/DeleteSceneChoice.tsx
|
|
482
|
-
import { jsx as
|
|
506
|
+
import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
483
507
|
var IconDeleteSceneChoice = ({ 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: [
|
|
484
|
-
/* @__PURE__ */
|
|
485
|
-
/* @__PURE__ */
|
|
508
|
+
/* @__PURE__ */ jsx36("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
509
|
+
/* @__PURE__ */ jsx36(
|
|
486
510
|
"path",
|
|
487
511
|
{
|
|
488
512
|
fill: stroke || color || "currentColor",
|
|
@@ -494,10 +518,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
494
518
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
495
519
|
|
|
496
520
|
// src/components/Delete.tsx
|
|
497
|
-
import { jsx as
|
|
521
|
+
import { jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
498
522
|
var IconDelete = ({ 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: [
|
|
499
|
-
/* @__PURE__ */
|
|
500
|
-
/* @__PURE__ */
|
|
523
|
+
/* @__PURE__ */ jsx37("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
524
|
+
/* @__PURE__ */ jsx37(
|
|
501
525
|
"path",
|
|
502
526
|
{
|
|
503
527
|
fill: stroke || color || "currentColor",
|
|
@@ -509,8 +533,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
509
533
|
] }), Delete_default = IconDelete;
|
|
510
534
|
|
|
511
535
|
// src/components/DownFilled.tsx
|
|
512
|
-
import { jsx as
|
|
513
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
536
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
537
|
+
var IconDownFilled = ({ 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(
|
|
514
538
|
"path",
|
|
515
539
|
{
|
|
516
540
|
fill: fill || color || "currentColor",
|
|
@@ -521,8 +545,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
521
545
|
) }), DownFilled_default = IconDownFilled;
|
|
522
546
|
|
|
523
547
|
// src/components/DownleftFilled.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
548
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
549
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
|
|
526
550
|
"path",
|
|
527
551
|
{
|
|
528
552
|
fill: fill || color || "currentColor",
|
|
@@ -533,16 +557,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
533
557
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
534
558
|
|
|
535
559
|
// src/components/Download.tsx
|
|
536
|
-
import { jsx as
|
|
560
|
+
import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
537
561
|
var IconDownload = ({ 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: [
|
|
538
|
-
/* @__PURE__ */
|
|
562
|
+
/* @__PURE__ */ jsx40(
|
|
539
563
|
"path",
|
|
540
564
|
{
|
|
541
565
|
fill: stroke || color || "currentColor",
|
|
542
566
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
543
567
|
}
|
|
544
568
|
),
|
|
545
|
-
/* @__PURE__ */
|
|
569
|
+
/* @__PURE__ */ jsx40(
|
|
546
570
|
"path",
|
|
547
571
|
{
|
|
548
572
|
fill: stroke || color || "currentColor",
|
|
@@ -554,8 +578,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
554
578
|
] }), Download_default = IconDownload;
|
|
555
579
|
|
|
556
580
|
// src/components/DownrightFilled.tsx
|
|
557
|
-
import { jsx as
|
|
558
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
581
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
582
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx41(
|
|
559
583
|
"path",
|
|
560
584
|
{
|
|
561
585
|
fill: fill || color || "currentColor",
|
|
@@ -566,20 +590,20 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
566
590
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
567
591
|
|
|
568
592
|
// src/components/DraghandleFilled.tsx
|
|
569
|
-
import { jsx as
|
|
593
|
+
import { jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
570
594
|
var IconDraghandleFilled = ({ 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: [
|
|
571
|
-
/* @__PURE__ */
|
|
572
|
-
/* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
574
|
-
/* @__PURE__ */
|
|
575
|
-
/* @__PURE__ */
|
|
576
|
-
/* @__PURE__ */
|
|
595
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
596
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
597
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
598
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
599
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
600
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
577
601
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
578
602
|
|
|
579
603
|
// src/components/Expandwindow.tsx
|
|
580
|
-
import { jsx as
|
|
604
|
+
import { jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
581
605
|
var IconExpandwindow = ({ 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: [
|
|
582
|
-
/* @__PURE__ */
|
|
606
|
+
/* @__PURE__ */ jsx43(
|
|
583
607
|
"path",
|
|
584
608
|
{
|
|
585
609
|
fill: stroke || color || "currentColor",
|
|
@@ -588,7 +612,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
588
612
|
clipRule: "evenodd"
|
|
589
613
|
}
|
|
590
614
|
),
|
|
591
|
-
/* @__PURE__ */
|
|
615
|
+
/* @__PURE__ */ jsx43(
|
|
592
616
|
"path",
|
|
593
617
|
{
|
|
594
618
|
fill: stroke || color || "currentColor",
|
|
@@ -600,8 +624,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
600
624
|
] }), Expandwindow_default = IconExpandwindow;
|
|
601
625
|
|
|
602
626
|
// src/components/FavoriteFilled.tsx
|
|
603
|
-
import { jsx as
|
|
604
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
627
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
628
|
+
var IconFavoriteFilled = ({ 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(
|
|
605
629
|
"path",
|
|
606
630
|
{
|
|
607
631
|
fill: fill || color || "currentColor",
|
|
@@ -610,8 +634,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
610
634
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
611
635
|
|
|
612
636
|
// src/components/Favorite.tsx
|
|
613
|
-
import { jsx as
|
|
614
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
637
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
638
|
+
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx45(
|
|
615
639
|
"path",
|
|
616
640
|
{
|
|
617
641
|
fill: stroke || color || "currentColor",
|
|
@@ -622,8 +646,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
622
646
|
) }), Favorite_default = IconFavorite;
|
|
623
647
|
|
|
624
648
|
// src/components/FeedbackFailFilled.tsx
|
|
625
|
-
import { jsx as
|
|
626
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
649
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
650
|
+
var IconFeedbackFailFilled = ({ 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(
|
|
627
651
|
"path",
|
|
628
652
|
{
|
|
629
653
|
fill: fill || color || "currentColor",
|
|
@@ -634,8 +658,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
634
658
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
635
659
|
|
|
636
660
|
// src/components/FeedbackPendingFilled.tsx
|
|
637
|
-
import { jsx as
|
|
638
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
661
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
662
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
|
|
639
663
|
"path",
|
|
640
664
|
{
|
|
641
665
|
fill: fill || color || "currentColor",
|
|
@@ -646,8 +670,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
646
670
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
647
671
|
|
|
648
672
|
// src/components/FeedbackProblemFilled.tsx
|
|
649
|
-
import { jsx as
|
|
650
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
673
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
674
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx48(
|
|
651
675
|
"path",
|
|
652
676
|
{
|
|
653
677
|
fill: fill || color || "currentColor",
|
|
@@ -658,30 +682,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
658
682
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
659
683
|
|
|
660
684
|
// src/components/FeedbackProblem.tsx
|
|
661
|
-
import { jsx as
|
|
685
|
+
import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
662
686
|
var IconFeedbackProblem = ({ 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: [
|
|
663
|
-
/* @__PURE__ */
|
|
687
|
+
/* @__PURE__ */ jsx49(
|
|
664
688
|
"path",
|
|
665
689
|
{
|
|
666
690
|
fill: stroke || color || "currentColor",
|
|
667
691
|
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"
|
|
668
692
|
}
|
|
669
693
|
),
|
|
670
|
-
/* @__PURE__ */
|
|
694
|
+
/* @__PURE__ */ jsx49(
|
|
671
695
|
"path",
|
|
672
696
|
{
|
|
673
697
|
fill: stroke || color || "currentColor",
|
|
674
698
|
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"
|
|
675
699
|
}
|
|
676
700
|
),
|
|
677
|
-
/* @__PURE__ */
|
|
701
|
+
/* @__PURE__ */ jsx49(
|
|
678
702
|
"path",
|
|
679
703
|
{
|
|
680
704
|
fill: stroke || color || "currentColor",
|
|
681
705
|
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"
|
|
682
706
|
}
|
|
683
707
|
),
|
|
684
|
-
/* @__PURE__ */
|
|
708
|
+
/* @__PURE__ */ jsx49(
|
|
685
709
|
"path",
|
|
686
710
|
{
|
|
687
711
|
fill: stroke || color || "currentColor",
|
|
@@ -693,9 +717,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
693
717
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
694
718
|
|
|
695
719
|
// src/components/FiletypeImageFilled.tsx
|
|
696
|
-
import { jsx as
|
|
720
|
+
import { jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
697
721
|
var IconFiletypeImageFilled = ({ 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: [
|
|
698
|
-
/* @__PURE__ */
|
|
722
|
+
/* @__PURE__ */ jsx50("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx50(
|
|
699
723
|
"path",
|
|
700
724
|
{
|
|
701
725
|
fill: "#2E2E2E",
|
|
@@ -703,21 +727,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
703
727
|
style: { opacity: 0.3 }
|
|
704
728
|
}
|
|
705
729
|
) }),
|
|
706
|
-
/* @__PURE__ */
|
|
730
|
+
/* @__PURE__ */ jsx50(
|
|
707
731
|
"path",
|
|
708
732
|
{
|
|
709
733
|
fill: "#2E2E2E",
|
|
710
734
|
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"
|
|
711
735
|
}
|
|
712
736
|
),
|
|
713
|
-
/* @__PURE__ */
|
|
737
|
+
/* @__PURE__ */ jsx50(
|
|
714
738
|
"path",
|
|
715
739
|
{
|
|
716
740
|
fill: "#2E2E2E",
|
|
717
741
|
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"
|
|
718
742
|
}
|
|
719
743
|
),
|
|
720
|
-
/* @__PURE__ */
|
|
744
|
+
/* @__PURE__ */ jsx50(
|
|
721
745
|
"path",
|
|
722
746
|
{
|
|
723
747
|
fill: "#2E2E2E",
|
|
@@ -729,9 +753,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
729
753
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
730
754
|
|
|
731
755
|
// src/components/FiletypePdfFilled.tsx
|
|
732
|
-
import { jsx as
|
|
756
|
+
import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
733
757
|
var IconFiletypePdfFilled = ({ 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: [
|
|
734
|
-
/* @__PURE__ */
|
|
758
|
+
/* @__PURE__ */ jsx51("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx51(
|
|
735
759
|
"path",
|
|
736
760
|
{
|
|
737
761
|
fill: "#FF3E4C",
|
|
@@ -739,14 +763,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
739
763
|
style: { opacity: 0.3 }
|
|
740
764
|
}
|
|
741
765
|
) }),
|
|
742
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsx51(
|
|
743
767
|
"path",
|
|
744
768
|
{
|
|
745
769
|
fill: "#FF3E4C",
|
|
746
770
|
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"
|
|
747
771
|
}
|
|
748
772
|
),
|
|
749
|
-
/* @__PURE__ */
|
|
773
|
+
/* @__PURE__ */ jsx51(
|
|
750
774
|
"path",
|
|
751
775
|
{
|
|
752
776
|
fill: "#FF3E4C",
|
|
@@ -756,9 +780,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
756
780
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
757
781
|
|
|
758
782
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
759
|
-
import { jsx as
|
|
783
|
+
import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
760
784
|
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
761
|
-
/* @__PURE__ */
|
|
785
|
+
/* @__PURE__ */ jsx52("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx52(
|
|
762
786
|
"path",
|
|
763
787
|
{
|
|
764
788
|
fill: "#2E2E2E",
|
|
@@ -766,14 +790,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
766
790
|
style: { opacity: 0.3 }
|
|
767
791
|
}
|
|
768
792
|
) }),
|
|
769
|
-
/* @__PURE__ */
|
|
793
|
+
/* @__PURE__ */ jsx52(
|
|
770
794
|
"path",
|
|
771
795
|
{
|
|
772
796
|
fill: "#2E2E2E",
|
|
773
797
|
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"
|
|
774
798
|
}
|
|
775
799
|
),
|
|
776
|
-
/* @__PURE__ */
|
|
800
|
+
/* @__PURE__ */ jsx52(
|
|
777
801
|
"path",
|
|
778
802
|
{
|
|
779
803
|
fill: "#2E2E2E",
|
|
@@ -783,9 +807,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
783
807
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
784
808
|
|
|
785
809
|
// src/components/FiletypeTxtFilled.tsx
|
|
786
|
-
import { jsx as
|
|
810
|
+
import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
787
811
|
var IconFiletypeTxtFilled = ({ 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: [
|
|
788
|
-
/* @__PURE__ */
|
|
812
|
+
/* @__PURE__ */ jsx53("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx53(
|
|
789
813
|
"path",
|
|
790
814
|
{
|
|
791
815
|
fill: "#005FAD",
|
|
@@ -793,11 +817,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
793
817
|
style: { opacity: 0.3 }
|
|
794
818
|
}
|
|
795
819
|
) }),
|
|
796
|
-
/* @__PURE__ */
|
|
797
|
-
/* @__PURE__ */
|
|
798
|
-
/* @__PURE__ */
|
|
799
|
-
/* @__PURE__ */
|
|
800
|
-
/* @__PURE__ */
|
|
820
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
821
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
822
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
823
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
824
|
+
/* @__PURE__ */ jsx53(
|
|
801
825
|
"path",
|
|
802
826
|
{
|
|
803
827
|
fill: "#005FAD",
|
|
@@ -807,9 +831,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
807
831
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
808
832
|
|
|
809
833
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
810
|
-
import { jsx as
|
|
834
|
+
import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
811
835
|
var IconFiletypeTxtLumiFilled = ({ 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: [
|
|
812
|
-
/* @__PURE__ */
|
|
836
|
+
/* @__PURE__ */ jsx54("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx54(
|
|
813
837
|
"path",
|
|
814
838
|
{
|
|
815
839
|
fill: "#2E2E2E",
|
|
@@ -817,11 +841,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
817
841
|
style: { opacity: 0.3 }
|
|
818
842
|
}
|
|
819
843
|
) }),
|
|
820
|
-
/* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
822
|
-
/* @__PURE__ */
|
|
823
|
-
/* @__PURE__ */
|
|
824
|
-
/* @__PURE__ */
|
|
844
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
845
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
846
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
847
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
848
|
+
/* @__PURE__ */ jsx54(
|
|
825
849
|
"path",
|
|
826
850
|
{
|
|
827
851
|
fill: "#2E2E2E",
|
|
@@ -831,9 +855,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
831
855
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
832
856
|
|
|
833
857
|
// src/components/FiletypeWordFilled.tsx
|
|
834
|
-
import { jsx as
|
|
858
|
+
import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
835
859
|
var IconFiletypeWordFilled = ({ 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: [
|
|
836
|
-
/* @__PURE__ */
|
|
860
|
+
/* @__PURE__ */ jsx55("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx55(
|
|
837
861
|
"path",
|
|
838
862
|
{
|
|
839
863
|
fill: "#0072FF",
|
|
@@ -841,14 +865,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
841
865
|
style: { opacity: 0.3 }
|
|
842
866
|
}
|
|
843
867
|
) }),
|
|
844
|
-
/* @__PURE__ */
|
|
868
|
+
/* @__PURE__ */ jsx55(
|
|
845
869
|
"path",
|
|
846
870
|
{
|
|
847
871
|
fill: "#0072FF",
|
|
848
872
|
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"
|
|
849
873
|
}
|
|
850
874
|
),
|
|
851
|
-
/* @__PURE__ */
|
|
875
|
+
/* @__PURE__ */ jsx55(
|
|
852
876
|
"path",
|
|
853
877
|
{
|
|
854
878
|
fill: "#0072FF",
|
|
@@ -858,9 +882,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
858
882
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
859
883
|
|
|
860
884
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
861
|
-
import { jsx as
|
|
885
|
+
import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
862
886
|
var IconFiletypeWordLumiFilled = ({ 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: [
|
|
863
|
-
/* @__PURE__ */
|
|
887
|
+
/* @__PURE__ */ jsx56("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx56(
|
|
864
888
|
"path",
|
|
865
889
|
{
|
|
866
890
|
fill: "#2E2E2E",
|
|
@@ -868,14 +892,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
868
892
|
style: { opacity: 0.3 }
|
|
869
893
|
}
|
|
870
894
|
) }),
|
|
871
|
-
/* @__PURE__ */
|
|
895
|
+
/* @__PURE__ */ jsx56(
|
|
872
896
|
"path",
|
|
873
897
|
{
|
|
874
898
|
fill: "#2E2E2E",
|
|
875
899
|
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"
|
|
876
900
|
}
|
|
877
901
|
),
|
|
878
|
-
/* @__PURE__ */
|
|
902
|
+
/* @__PURE__ */ jsx56(
|
|
879
903
|
"path",
|
|
880
904
|
{
|
|
881
905
|
fill: "#2E2E2E",
|
|
@@ -885,9 +909,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
885
909
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
886
910
|
|
|
887
911
|
// src/components/Fillin.tsx
|
|
888
|
-
import { jsx as
|
|
912
|
+
import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
889
913
|
var IconFillin = ({ 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: [
|
|
890
|
-
/* @__PURE__ */
|
|
914
|
+
/* @__PURE__ */ jsx57("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx57(
|
|
891
915
|
"path",
|
|
892
916
|
{
|
|
893
917
|
fill: stroke || color || "currentColor",
|
|
@@ -896,7 +920,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
896
920
|
clipRule: "evenodd"
|
|
897
921
|
}
|
|
898
922
|
) }),
|
|
899
|
-
/* @__PURE__ */
|
|
923
|
+
/* @__PURE__ */ jsx57("defs", { children: /* @__PURE__ */ jsx57("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx57(
|
|
900
924
|
"rect",
|
|
901
925
|
{
|
|
902
926
|
width: "24",
|
|
@@ -908,36 +932,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
908
932
|
] }), Fillin_default = IconFillin;
|
|
909
933
|
|
|
910
934
|
// src/components/FoldedMenu.tsx
|
|
911
|
-
import { jsx as
|
|
935
|
+
import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
912
936
|
var IconFoldedMenu = ({ 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: [
|
|
913
|
-
/* @__PURE__ */
|
|
914
|
-
/* @__PURE__ */
|
|
915
|
-
/* @__PURE__ */
|
|
916
|
-
/* @__PURE__ */
|
|
937
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
938
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
939
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
940
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
917
941
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
918
942
|
|
|
919
943
|
// src/components/FullScreen.tsx
|
|
920
|
-
import { jsx as
|
|
944
|
+
import { jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
921
945
|
var IconFullScreen = ({ 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: [
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
924
|
-
/* @__PURE__ */
|
|
925
|
-
/* @__PURE__ */
|
|
946
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
947
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
948
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
949
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
926
950
|
] }), FullScreen_default = IconFullScreen;
|
|
927
951
|
|
|
928
952
|
// src/components/GameFilled.tsx
|
|
929
|
-
import { jsx as
|
|
953
|
+
import { jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
930
954
|
var IconGameFilled = ({ 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: [
|
|
931
|
-
/* @__PURE__ */
|
|
932
|
-
/* @__PURE__ */
|
|
933
|
-
/* @__PURE__ */
|
|
955
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
956
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
957
|
+
/* @__PURE__ */ jsx60(
|
|
934
958
|
"path",
|
|
935
959
|
{
|
|
936
960
|
fill: fill || color || "currentColor",
|
|
937
961
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
938
962
|
}
|
|
939
963
|
),
|
|
940
|
-
/* @__PURE__ */
|
|
964
|
+
/* @__PURE__ */ jsx60(
|
|
941
965
|
"path",
|
|
942
966
|
{
|
|
943
967
|
fill: fill || color || "currentColor",
|
|
@@ -947,9 +971,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
947
971
|
] }), GameFilled_default = IconGameFilled;
|
|
948
972
|
|
|
949
973
|
// src/components/Game.tsx
|
|
950
|
-
import { jsx as
|
|
974
|
+
import { jsx as jsx61, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
951
975
|
var IconGame = ({ 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: [
|
|
952
|
-
/* @__PURE__ */
|
|
976
|
+
/* @__PURE__ */ jsx61(
|
|
953
977
|
"path",
|
|
954
978
|
{
|
|
955
979
|
fill: stroke || color || "currentColor",
|
|
@@ -958,7 +982,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
958
982
|
clipRule: "evenodd"
|
|
959
983
|
}
|
|
960
984
|
),
|
|
961
|
-
/* @__PURE__ */
|
|
985
|
+
/* @__PURE__ */ jsx61(
|
|
962
986
|
"path",
|
|
963
987
|
{
|
|
964
988
|
fill: stroke || color || "currentColor",
|
|
@@ -967,7 +991,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
967
991
|
clipRule: "evenodd"
|
|
968
992
|
}
|
|
969
993
|
),
|
|
970
|
-
/* @__PURE__ */
|
|
994
|
+
/* @__PURE__ */ jsx61(
|
|
971
995
|
"path",
|
|
972
996
|
{
|
|
973
997
|
fill: stroke || color || "currentColor",
|
|
@@ -976,7 +1000,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
976
1000
|
clipRule: "evenodd"
|
|
977
1001
|
}
|
|
978
1002
|
),
|
|
979
|
-
/* @__PURE__ */
|
|
1003
|
+
/* @__PURE__ */ jsx61(
|
|
980
1004
|
"path",
|
|
981
1005
|
{
|
|
982
1006
|
fill: stroke || color || "currentColor",
|
|
@@ -988,8 +1012,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
988
1012
|
] }), Game_default = IconGame;
|
|
989
1013
|
|
|
990
1014
|
// src/components/GamebackupFilled.tsx
|
|
991
|
-
import { jsx as
|
|
992
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1015
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1016
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx62(
|
|
993
1017
|
"path",
|
|
994
1018
|
{
|
|
995
1019
|
fill: fill || color || "currentColor",
|
|
@@ -1000,8 +1024,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1000
1024
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1001
1025
|
|
|
1002
1026
|
// src/components/Gamebackup.tsx
|
|
1003
|
-
import { jsx as
|
|
1004
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1027
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1028
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx63(
|
|
1005
1029
|
"path",
|
|
1006
1030
|
{
|
|
1007
1031
|
fill: stroke || color || "currentColor",
|
|
@@ -1012,20 +1036,20 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1012
1036
|
) }), Gamebackup_default = IconGamebackup;
|
|
1013
1037
|
|
|
1014
1038
|
// src/components/GamecontrolChoice.tsx
|
|
1015
|
-
import { jsx as
|
|
1016
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1040
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
|
|
1017
1041
|
"path",
|
|
1018
1042
|
{
|
|
1019
1043
|
fill: stroke || color || "currentColor",
|
|
1020
|
-
d: "
|
|
1044
|
+
d: "M15.9053 6.75C16.395 8.48138 17.9868 9.75 19.875 9.75C22.1532 9.75 24 7.90318 24 5.625C24 3.34683 22.1532 1.5 19.875 1.5C17.9868 1.5 16.395 2.76862 15.9053 4.5L10.5 4.5L10.5 10.875L8.09472 10.875C7.60503 9.14362 6.01317 7.875 4.125 7.875C1.84682 7.875 -3.59387e-07 9.72182 -4.5897e-07 12C-5.58552e-07 14.2782 1.84682 16.125 4.125 16.125C6.01317 16.125 7.60503 14.8564 8.09472 13.125L10.5 13.125L10.5 19.5L15.9053 19.5C16.395 21.2314 17.9868 22.5 19.875 22.5C22.1532 22.5 24 20.6532 24 18.375C24 16.0968 22.1532 14.25 19.875 14.25C17.9868 14.25 16.395 15.5186 15.9053 17.25L12.75 17.25L12.75 6.75L15.9053 6.75ZM19.875 7.5C18.8395 7.5 18 6.66053 18 5.625C18 4.58947 18.8395 3.75 19.875 3.75C20.9105 3.75 21.75 4.58947 21.75 5.625C21.75 6.66053 20.9105 7.5 19.875 7.5ZM19.875 20.25C18.8395 20.25 18 19.4105 18 18.375C18 17.3395 18.8395 16.5 19.875 16.5C20.9105 16.5 21.75 17.3395 21.75 18.375C21.75 19.4105 20.9105 20.25 19.875 20.25ZM4.125 13.875C3.08947 13.875 2.25 13.0355 2.25 12C2.25 10.9645 3.08947 10.125 4.125 10.125C5.16053 10.125 6 10.9645 6 12C6 13.0355 5.16053 13.875 4.125 13.875Z",
|
|
1021
1045
|
fillRule: "evenodd",
|
|
1022
1046
|
clipRule: "evenodd"
|
|
1023
1047
|
}
|
|
1024
1048
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1025
1049
|
|
|
1026
1050
|
// src/components/GamecontrolGameplay.tsx
|
|
1027
|
-
import { jsx as
|
|
1028
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1051
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1052
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx65(
|
|
1029
1053
|
"path",
|
|
1030
1054
|
{
|
|
1031
1055
|
fill: stroke || color || "currentColor",
|
|
@@ -1036,8 +1060,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1036
1060
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1037
1061
|
|
|
1038
1062
|
// src/components/GamecontrolLinear.tsx
|
|
1039
|
-
import { jsx as
|
|
1040
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1063
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1064
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx66(
|
|
1041
1065
|
"path",
|
|
1042
1066
|
{
|
|
1043
1067
|
fill: stroke || color || "currentColor",
|
|
@@ -1048,16 +1072,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1048
1072
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1049
1073
|
|
|
1050
1074
|
// src/components/GamecontrolNone.tsx
|
|
1051
|
-
import { jsx as
|
|
1075
|
+
import { jsx as jsx67, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1052
1076
|
var IconGamecontrolNone = ({ 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: [
|
|
1053
|
-
/* @__PURE__ */
|
|
1077
|
+
/* @__PURE__ */ jsx67(
|
|
1054
1078
|
"path",
|
|
1055
1079
|
{
|
|
1056
1080
|
fill: stroke || color || "currentColor",
|
|
1057
1081
|
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"
|
|
1058
1082
|
}
|
|
1059
1083
|
),
|
|
1060
|
-
/* @__PURE__ */
|
|
1084
|
+
/* @__PURE__ */ jsx67(
|
|
1061
1085
|
"path",
|
|
1062
1086
|
{
|
|
1063
1087
|
fill: stroke || color || "currentColor",
|
|
@@ -1066,7 +1090,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1066
1090
|
clipRule: "evenodd"
|
|
1067
1091
|
}
|
|
1068
1092
|
),
|
|
1069
|
-
/* @__PURE__ */
|
|
1093
|
+
/* @__PURE__ */ jsx67(
|
|
1070
1094
|
"path",
|
|
1071
1095
|
{
|
|
1072
1096
|
fill: stroke || color || "currentColor",
|
|
@@ -1077,9 +1101,37 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1077
1101
|
)
|
|
1078
1102
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1079
1103
|
|
|
1104
|
+
// src/components/GamecontrolTerminal.tsx
|
|
1105
|
+
import { jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1106
|
+
var IconGamecontrolTerminal = ({ 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(
|
|
1108
|
+
"path",
|
|
1109
|
+
{
|
|
1110
|
+
fill: stroke || color || "currentColor",
|
|
1111
|
+
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"
|
|
1112
|
+
}
|
|
1113
|
+
),
|
|
1114
|
+
/* @__PURE__ */ jsx68(
|
|
1115
|
+
"path",
|
|
1116
|
+
{
|
|
1117
|
+
fill: stroke || color || "currentColor",
|
|
1118
|
+
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"
|
|
1119
|
+
}
|
|
1120
|
+
),
|
|
1121
|
+
/* @__PURE__ */ jsx68(
|
|
1122
|
+
"path",
|
|
1123
|
+
{
|
|
1124
|
+
fill: stroke || color || "currentColor",
|
|
1125
|
+
d: "M19.5 9.75H15.841L12.7955 12.7955L11.2045 11.2045L14.25 8.15901V4.5L18.75 0L20.25 3.75L24 5.25L19.5 9.75ZM18.5191 5.48095L17.9282 4.00379L16.5 5.43198V7.5H18.568L19.9962 6.07181L18.5191 5.48095Z",
|
|
1126
|
+
fillRule: "evenodd",
|
|
1127
|
+
clipRule: "evenodd"
|
|
1128
|
+
}
|
|
1129
|
+
)
|
|
1130
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1131
|
+
|
|
1080
1132
|
// src/components/Gamelanguage.tsx
|
|
1081
|
-
import { jsx as
|
|
1082
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1133
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1134
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx69(
|
|
1083
1135
|
"path",
|
|
1084
1136
|
{
|
|
1085
1137
|
fill: stroke || color || "currentColor",
|
|
@@ -1090,9 +1142,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1090
1142
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1091
1143
|
|
|
1092
1144
|
// src/components/Gamepreview.tsx
|
|
1093
|
-
import { jsx as
|
|
1094
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1095
|
-
/* @__PURE__ */
|
|
1145
|
+
import { jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1146
|
+
var IconGamepreview = ({ 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: [
|
|
1147
|
+
/* @__PURE__ */ jsx70(
|
|
1096
1148
|
"path",
|
|
1097
1149
|
{
|
|
1098
1150
|
fill: stroke || color || "currentColor",
|
|
@@ -1101,7 +1153,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1101
1153
|
clipRule: "evenodd"
|
|
1102
1154
|
}
|
|
1103
1155
|
),
|
|
1104
|
-
/* @__PURE__ */
|
|
1156
|
+
/* @__PURE__ */ jsx70(
|
|
1105
1157
|
"path",
|
|
1106
1158
|
{
|
|
1107
1159
|
fill: stroke || color || "currentColor",
|
|
@@ -1113,8 +1165,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1113
1165
|
] }), Gamepreview_default = IconGamepreview;
|
|
1114
1166
|
|
|
1115
1167
|
// src/components/Gameui.tsx
|
|
1116
|
-
import { jsx as
|
|
1117
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1168
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1169
|
+
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx71(
|
|
1118
1170
|
"path",
|
|
1119
1171
|
{
|
|
1120
1172
|
fill: stroke || color || "currentColor",
|
|
@@ -1125,16 +1177,16 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1125
1177
|
) }), Gameui_default = IconGameui;
|
|
1126
1178
|
|
|
1127
1179
|
// src/components/GenerateMultimage.tsx
|
|
1128
|
-
import { jsx as
|
|
1129
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1130
|
-
/* @__PURE__ */
|
|
1180
|
+
import { jsx as jsx72, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1181
|
+
var IconGenerateMultimage = ({ 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: [
|
|
1182
|
+
/* @__PURE__ */ jsx72(
|
|
1131
1183
|
"path",
|
|
1132
1184
|
{
|
|
1133
1185
|
fill: stroke || color || "currentColor",
|
|
1134
1186
|
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"
|
|
1135
1187
|
}
|
|
1136
1188
|
),
|
|
1137
|
-
/* @__PURE__ */
|
|
1189
|
+
/* @__PURE__ */ jsx72(
|
|
1138
1190
|
"path",
|
|
1139
1191
|
{
|
|
1140
1192
|
fill: stroke || color || "currentColor",
|
|
@@ -1143,12 +1195,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1143
1195
|
clipRule: "evenodd"
|
|
1144
1196
|
}
|
|
1145
1197
|
),
|
|
1146
|
-
/* @__PURE__ */
|
|
1198
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1147
1199
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1148
1200
|
|
|
1149
1201
|
// src/components/GenerateFilled.tsx
|
|
1150
|
-
import { jsx as
|
|
1151
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1202
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1203
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1152
1204
|
"path",
|
|
1153
1205
|
{
|
|
1154
1206
|
fill: fill || color || "currentColor",
|
|
@@ -1159,16 +1211,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1159
1211
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1160
1212
|
|
|
1161
1213
|
// src/components/GenerateFrameStart.tsx
|
|
1162
|
-
import { jsx as
|
|
1163
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1164
|
-
/* @__PURE__ */
|
|
1214
|
+
import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1215
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
1216
|
+
/* @__PURE__ */ jsx74(
|
|
1165
1217
|
"path",
|
|
1166
1218
|
{
|
|
1167
1219
|
fill: stroke || color || "currentColor",
|
|
1168
1220
|
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"
|
|
1169
1221
|
}
|
|
1170
1222
|
),
|
|
1171
|
-
/* @__PURE__ */
|
|
1223
|
+
/* @__PURE__ */ jsx74(
|
|
1172
1224
|
"path",
|
|
1173
1225
|
{
|
|
1174
1226
|
fill: stroke || color || "currentColor",
|
|
@@ -1180,9 +1232,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1180
1232
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1181
1233
|
|
|
1182
1234
|
// src/components/GenerateFrameStart2End.tsx
|
|
1183
|
-
import { jsx as
|
|
1184
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1185
|
-
/* @__PURE__ */
|
|
1235
|
+
import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1236
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
1237
|
+
/* @__PURE__ */ jsx75(
|
|
1186
1238
|
"path",
|
|
1187
1239
|
{
|
|
1188
1240
|
fill: stroke || color || "currentColor",
|
|
@@ -1191,14 +1243,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1191
1243
|
clipRule: "evenodd"
|
|
1192
1244
|
}
|
|
1193
1245
|
),
|
|
1194
|
-
/* @__PURE__ */
|
|
1246
|
+
/* @__PURE__ */ jsx75(
|
|
1195
1247
|
"path",
|
|
1196
1248
|
{
|
|
1197
1249
|
fill: stroke || color || "currentColor",
|
|
1198
1250
|
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"
|
|
1199
1251
|
}
|
|
1200
1252
|
),
|
|
1201
|
-
/* @__PURE__ */
|
|
1253
|
+
/* @__PURE__ */ jsx75(
|
|
1202
1254
|
"path",
|
|
1203
1255
|
{
|
|
1204
1256
|
fill: stroke || color || "currentColor",
|
|
@@ -1210,9 +1262,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1210
1262
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1211
1263
|
|
|
1212
1264
|
// src/components/GenerateSwitchframe.tsx
|
|
1213
|
-
import { jsx as
|
|
1214
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1215
|
-
/* @__PURE__ */
|
|
1265
|
+
import { jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1266
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
1267
|
+
/* @__PURE__ */ jsx76(
|
|
1216
1268
|
"path",
|
|
1217
1269
|
{
|
|
1218
1270
|
fill: stroke || color || "currentColor",
|
|
@@ -1221,7 +1273,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1221
1273
|
clipRule: "evenodd"
|
|
1222
1274
|
}
|
|
1223
1275
|
),
|
|
1224
|
-
/* @__PURE__ */
|
|
1276
|
+
/* @__PURE__ */ jsx76(
|
|
1225
1277
|
"path",
|
|
1226
1278
|
{
|
|
1227
1279
|
fill: stroke || color || "currentColor",
|
|
@@ -1233,16 +1285,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1233
1285
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1234
1286
|
|
|
1235
1287
|
// src/components/GenerateT2V.tsx
|
|
1236
|
-
import { jsx as
|
|
1237
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1238
|
-
/* @__PURE__ */
|
|
1288
|
+
import { jsx as jsx77, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1289
|
+
var IconGenerateT2V = ({ 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: [
|
|
1290
|
+
/* @__PURE__ */ jsx77(
|
|
1239
1291
|
"path",
|
|
1240
1292
|
{
|
|
1241
1293
|
fill: stroke || color || "currentColor",
|
|
1242
1294
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1243
1295
|
}
|
|
1244
1296
|
),
|
|
1245
|
-
/* @__PURE__ */
|
|
1297
|
+
/* @__PURE__ */ jsx77(
|
|
1246
1298
|
"path",
|
|
1247
1299
|
{
|
|
1248
1300
|
fill: stroke || color || "currentColor",
|
|
@@ -1254,16 +1306,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1254
1306
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1255
1307
|
|
|
1256
1308
|
// src/components/GenreAuto.tsx
|
|
1257
|
-
import { jsx as
|
|
1258
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1259
|
-
/* @__PURE__ */
|
|
1309
|
+
import { jsx as jsx78, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1310
|
+
var IconGenreAuto = ({ 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: [
|
|
1311
|
+
/* @__PURE__ */ jsx78(
|
|
1260
1312
|
"path",
|
|
1261
1313
|
{
|
|
1262
1314
|
fill: stroke || color || "currentColor",
|
|
1263
1315
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1264
1316
|
}
|
|
1265
1317
|
),
|
|
1266
|
-
/* @__PURE__ */
|
|
1318
|
+
/* @__PURE__ */ jsx78(
|
|
1267
1319
|
"path",
|
|
1268
1320
|
{
|
|
1269
1321
|
fill: stroke || color || "currentColor",
|
|
@@ -1272,15 +1324,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1272
1324
|
clipRule: "evenodd"
|
|
1273
1325
|
}
|
|
1274
1326
|
),
|
|
1275
|
-
/* @__PURE__ */
|
|
1276
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ jsx78("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1328
|
+
/* @__PURE__ */ jsx78(
|
|
1277
1329
|
"path",
|
|
1278
1330
|
{
|
|
1279
1331
|
fill: stroke || color || "currentColor",
|
|
1280
1332
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1281
1333
|
}
|
|
1282
1334
|
),
|
|
1283
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx78(
|
|
1284
1336
|
"path",
|
|
1285
1337
|
{
|
|
1286
1338
|
fill: stroke || color || "currentColor",
|
|
@@ -1290,23 +1342,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1290
1342
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1291
1343
|
|
|
1292
1344
|
// src/components/GenreComedy.tsx
|
|
1293
|
-
import { jsx as
|
|
1294
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1295
|
-
/* @__PURE__ */
|
|
1345
|
+
import { jsx as jsx79, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1346
|
+
var IconGenreComedy = ({ 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: [
|
|
1347
|
+
/* @__PURE__ */ jsx79(
|
|
1296
1348
|
"path",
|
|
1297
1349
|
{
|
|
1298
1350
|
fill: stroke || color || "currentColor",
|
|
1299
1351
|
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"
|
|
1300
1352
|
}
|
|
1301
1353
|
),
|
|
1302
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ jsx79(
|
|
1303
1355
|
"path",
|
|
1304
1356
|
{
|
|
1305
1357
|
fill: stroke || color || "currentColor",
|
|
1306
1358
|
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"
|
|
1307
1359
|
}
|
|
1308
1360
|
),
|
|
1309
|
-
/* @__PURE__ */
|
|
1361
|
+
/* @__PURE__ */ jsx79(
|
|
1310
1362
|
"path",
|
|
1311
1363
|
{
|
|
1312
1364
|
fill: stroke || color || "currentColor",
|
|
@@ -1315,7 +1367,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1315
1367
|
clipRule: "evenodd"
|
|
1316
1368
|
}
|
|
1317
1369
|
),
|
|
1318
|
-
/* @__PURE__ */
|
|
1370
|
+
/* @__PURE__ */ jsx79(
|
|
1319
1371
|
"path",
|
|
1320
1372
|
{
|
|
1321
1373
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,8 +1379,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1327
1379
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1328
1380
|
|
|
1329
1381
|
// src/components/GenreFantasy.tsx
|
|
1330
|
-
import { jsx as
|
|
1331
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1382
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
1383
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx80(
|
|
1332
1384
|
"path",
|
|
1333
1385
|
{
|
|
1334
1386
|
fill: stroke || color || "currentColor",
|
|
@@ -1339,23 +1391,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1339
1391
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1340
1392
|
|
|
1341
1393
|
// src/components/GenreHorror.tsx
|
|
1342
|
-
import { jsx as
|
|
1343
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1344
|
-
/* @__PURE__ */
|
|
1394
|
+
import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1395
|
+
var IconGenreHorror = ({ 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: [
|
|
1396
|
+
/* @__PURE__ */ jsx81(
|
|
1345
1397
|
"path",
|
|
1346
1398
|
{
|
|
1347
1399
|
fill: stroke || color || "currentColor",
|
|
1348
1400
|
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"
|
|
1349
1401
|
}
|
|
1350
1402
|
),
|
|
1351
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx81(
|
|
1352
1404
|
"path",
|
|
1353
1405
|
{
|
|
1354
1406
|
fill: stroke || color || "currentColor",
|
|
1355
1407
|
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"
|
|
1356
1408
|
}
|
|
1357
1409
|
),
|
|
1358
|
-
/* @__PURE__ */
|
|
1410
|
+
/* @__PURE__ */ jsx81(
|
|
1359
1411
|
"path",
|
|
1360
1412
|
{
|
|
1361
1413
|
fill: stroke || color || "currentColor",
|
|
@@ -1367,8 +1419,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1367
1419
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1368
1420
|
|
|
1369
1421
|
// src/components/GenreRomance.tsx
|
|
1370
|
-
import { jsx as
|
|
1371
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1422
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1423
|
+
var IconGenreRomance = ({ 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(
|
|
1372
1424
|
"path",
|
|
1373
1425
|
{
|
|
1374
1426
|
fill: stroke || color || "currentColor",
|
|
@@ -1379,16 +1431,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1379
1431
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1380
1432
|
|
|
1381
1433
|
// src/components/GenreScifi.tsx
|
|
1382
|
-
import { jsx as
|
|
1383
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1384
|
-
/* @__PURE__ */
|
|
1434
|
+
import { jsx as jsx83, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1435
|
+
var IconGenreScifi = ({ 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: [
|
|
1436
|
+
/* @__PURE__ */ jsx83(
|
|
1385
1437
|
"path",
|
|
1386
1438
|
{
|
|
1387
1439
|
fill: stroke || color || "currentColor",
|
|
1388
1440
|
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"
|
|
1389
1441
|
}
|
|
1390
1442
|
),
|
|
1391
|
-
/* @__PURE__ */
|
|
1443
|
+
/* @__PURE__ */ jsx83(
|
|
1392
1444
|
"path",
|
|
1393
1445
|
{
|
|
1394
1446
|
fill: stroke || color || "currentColor",
|
|
@@ -1397,7 +1449,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1397
1449
|
clipRule: "evenodd"
|
|
1398
1450
|
}
|
|
1399
1451
|
),
|
|
1400
|
-
/* @__PURE__ */
|
|
1452
|
+
/* @__PURE__ */ jsx83(
|
|
1401
1453
|
"path",
|
|
1402
1454
|
{
|
|
1403
1455
|
fill: stroke || color || "currentColor",
|
|
@@ -1407,8 +1459,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1407
1459
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1408
1460
|
|
|
1409
1461
|
// src/components/GenreSuspense.tsx
|
|
1410
|
-
import { jsx as
|
|
1411
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1462
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1463
|
+
var IconGenreSuspense = ({ 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(
|
|
1412
1464
|
"path",
|
|
1413
1465
|
{
|
|
1414
1466
|
fill: stroke || color || "currentColor",
|
|
@@ -1419,8 +1471,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1419
1471
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1420
1472
|
|
|
1421
1473
|
// src/components/Genre.tsx
|
|
1422
|
-
import { jsx as
|
|
1423
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1474
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1475
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
|
|
1424
1476
|
"path",
|
|
1425
1477
|
{
|
|
1426
1478
|
fill: stroke || color || "currentColor",
|
|
@@ -1431,9 +1483,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1431
1483
|
) }), Genre_default = IconGenre;
|
|
1432
1484
|
|
|
1433
1485
|
// src/components/GoogleLogoFilled.tsx
|
|
1434
|
-
import { jsx as
|
|
1435
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1436
|
-
/* @__PURE__ */
|
|
1486
|
+
import { jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1487
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
1488
|
+
/* @__PURE__ */ jsx86(
|
|
1437
1489
|
"mask",
|
|
1438
1490
|
{
|
|
1439
1491
|
id: "mask0_48_113",
|
|
@@ -1443,7 +1495,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1443
1495
|
y: "0",
|
|
1444
1496
|
maskUnits: "userSpaceOnUse",
|
|
1445
1497
|
style: { maskType: "luminance" },
|
|
1446
|
-
children: /* @__PURE__ */
|
|
1498
|
+
children: /* @__PURE__ */ jsx86(
|
|
1447
1499
|
"path",
|
|
1448
1500
|
{
|
|
1449
1501
|
fill: stroke || color || "currentColor",
|
|
@@ -1452,64 +1504,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1452
1504
|
)
|
|
1453
1505
|
}
|
|
1454
1506
|
),
|
|
1455
|
-
/* @__PURE__ */
|
|
1456
|
-
/* @__PURE__ */
|
|
1507
|
+
/* @__PURE__ */ jsxs42("g", { mask: "url(#mask0_48_113)", children: [
|
|
1508
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1457
1509
|
"path",
|
|
1458
1510
|
{
|
|
1459
1511
|
fill: "url(#paint0_radial_48_113)",
|
|
1460
1512
|
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"
|
|
1461
1513
|
}
|
|
1462
1514
|
) }),
|
|
1463
|
-
/* @__PURE__ */
|
|
1515
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1464
1516
|
"path",
|
|
1465
1517
|
{
|
|
1466
1518
|
fill: "url(#paint1_radial_48_113)",
|
|
1467
1519
|
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"
|
|
1468
1520
|
}
|
|
1469
1521
|
) }),
|
|
1470
|
-
/* @__PURE__ */
|
|
1522
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1471
1523
|
"path",
|
|
1472
1524
|
{
|
|
1473
1525
|
fill: "url(#paint2_radial_48_113)",
|
|
1474
1526
|
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"
|
|
1475
1527
|
}
|
|
1476
1528
|
) }),
|
|
1477
|
-
/* @__PURE__ */
|
|
1529
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1478
1530
|
"path",
|
|
1479
1531
|
{
|
|
1480
1532
|
fill: "url(#paint3_radial_48_113)",
|
|
1481
1533
|
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"
|
|
1482
1534
|
}
|
|
1483
1535
|
) }),
|
|
1484
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1485
1537
|
"path",
|
|
1486
1538
|
{
|
|
1487
1539
|
fill: "#3086FF",
|
|
1488
1540
|
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"
|
|
1489
1541
|
}
|
|
1490
1542
|
) }),
|
|
1491
|
-
/* @__PURE__ */
|
|
1543
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1492
1544
|
"path",
|
|
1493
1545
|
{
|
|
1494
1546
|
fill: "url(#paint4_radial_48_113)",
|
|
1495
1547
|
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"
|
|
1496
1548
|
}
|
|
1497
1549
|
) }),
|
|
1498
|
-
/* @__PURE__ */
|
|
1550
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1499
1551
|
"path",
|
|
1500
1552
|
{
|
|
1501
1553
|
fill: "url(#paint5_radial_48_113)",
|
|
1502
1554
|
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"
|
|
1503
1555
|
}
|
|
1504
1556
|
) }),
|
|
1505
|
-
/* @__PURE__ */
|
|
1557
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1506
1558
|
"path",
|
|
1507
1559
|
{
|
|
1508
1560
|
fill: "url(#paint6_radial_48_113)",
|
|
1509
1561
|
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"
|
|
1510
1562
|
}
|
|
1511
1563
|
) }),
|
|
1512
|
-
/* @__PURE__ */
|
|
1564
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx86(
|
|
1513
1565
|
"path",
|
|
1514
1566
|
{
|
|
1515
1567
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1517,8 +1569,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1517
1569
|
}
|
|
1518
1570
|
) })
|
|
1519
1571
|
] }),
|
|
1520
|
-
/* @__PURE__ */
|
|
1521
|
-
/* @__PURE__ */
|
|
1572
|
+
/* @__PURE__ */ jsxs42("defs", { children: [
|
|
1573
|
+
/* @__PURE__ */ jsxs42(
|
|
1522
1574
|
"filter",
|
|
1523
1575
|
{
|
|
1524
1576
|
id: "filter0_f_48_113",
|
|
@@ -1529,13 +1581,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1529
1581
|
filterUnits: "userSpaceOnUse",
|
|
1530
1582
|
colorInterpolationFilters: "sRGB",
|
|
1531
1583
|
children: [
|
|
1532
|
-
/* @__PURE__ */
|
|
1533
|
-
/* @__PURE__ */
|
|
1534
|
-
/* @__PURE__ */
|
|
1584
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1585
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1586
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1535
1587
|
]
|
|
1536
1588
|
}
|
|
1537
1589
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1590
|
+
/* @__PURE__ */ jsxs42(
|
|
1539
1591
|
"filter",
|
|
1540
1592
|
{
|
|
1541
1593
|
id: "filter1_f_48_113",
|
|
@@ -1546,13 +1598,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1546
1598
|
filterUnits: "userSpaceOnUse",
|
|
1547
1599
|
colorInterpolationFilters: "sRGB",
|
|
1548
1600
|
children: [
|
|
1549
|
-
/* @__PURE__ */
|
|
1550
|
-
/* @__PURE__ */
|
|
1551
|
-
/* @__PURE__ */
|
|
1601
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1602
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1603
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1552
1604
|
]
|
|
1553
1605
|
}
|
|
1554
1606
|
),
|
|
1555
|
-
/* @__PURE__ */
|
|
1607
|
+
/* @__PURE__ */ jsxs42(
|
|
1556
1608
|
"filter",
|
|
1557
1609
|
{
|
|
1558
1610
|
id: "filter2_f_48_113",
|
|
@@ -1563,13 +1615,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1563
1615
|
filterUnits: "userSpaceOnUse",
|
|
1564
1616
|
colorInterpolationFilters: "sRGB",
|
|
1565
1617
|
children: [
|
|
1566
|
-
/* @__PURE__ */
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
/* @__PURE__ */
|
|
1618
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1619
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1620
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1569
1621
|
]
|
|
1570
1622
|
}
|
|
1571
1623
|
),
|
|
1572
|
-
/* @__PURE__ */
|
|
1624
|
+
/* @__PURE__ */ jsxs42(
|
|
1573
1625
|
"filter",
|
|
1574
1626
|
{
|
|
1575
1627
|
id: "filter3_f_48_113",
|
|
@@ -1580,13 +1632,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1580
1632
|
filterUnits: "userSpaceOnUse",
|
|
1581
1633
|
colorInterpolationFilters: "sRGB",
|
|
1582
1634
|
children: [
|
|
1583
|
-
/* @__PURE__ */
|
|
1584
|
-
/* @__PURE__ */
|
|
1585
|
-
/* @__PURE__ */
|
|
1635
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1636
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1637
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1586
1638
|
]
|
|
1587
1639
|
}
|
|
1588
1640
|
),
|
|
1589
|
-
/* @__PURE__ */
|
|
1641
|
+
/* @__PURE__ */ jsxs42(
|
|
1590
1642
|
"filter",
|
|
1591
1643
|
{
|
|
1592
1644
|
id: "filter4_f_48_113",
|
|
@@ -1597,13 +1649,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1597
1649
|
filterUnits: "userSpaceOnUse",
|
|
1598
1650
|
colorInterpolationFilters: "sRGB",
|
|
1599
1651
|
children: [
|
|
1600
|
-
/* @__PURE__ */
|
|
1601
|
-
/* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1652
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1653
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1654
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1603
1655
|
]
|
|
1604
1656
|
}
|
|
1605
1657
|
),
|
|
1606
|
-
/* @__PURE__ */
|
|
1658
|
+
/* @__PURE__ */ jsxs42(
|
|
1607
1659
|
"filter",
|
|
1608
1660
|
{
|
|
1609
1661
|
id: "filter5_f_48_113",
|
|
@@ -1614,13 +1666,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1614
1666
|
filterUnits: "userSpaceOnUse",
|
|
1615
1667
|
colorInterpolationFilters: "sRGB",
|
|
1616
1668
|
children: [
|
|
1617
|
-
/* @__PURE__ */
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1669
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1670
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1671
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1620
1672
|
]
|
|
1621
1673
|
}
|
|
1622
1674
|
),
|
|
1623
|
-
/* @__PURE__ */
|
|
1675
|
+
/* @__PURE__ */ jsxs42(
|
|
1624
1676
|
"filter",
|
|
1625
1677
|
{
|
|
1626
1678
|
id: "filter6_f_48_113",
|
|
@@ -1631,13 +1683,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1631
1683
|
filterUnits: "userSpaceOnUse",
|
|
1632
1684
|
colorInterpolationFilters: "sRGB",
|
|
1633
1685
|
children: [
|
|
1634
|
-
/* @__PURE__ */
|
|
1635
|
-
/* @__PURE__ */
|
|
1636
|
-
/* @__PURE__ */
|
|
1686
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1687
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1688
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1637
1689
|
]
|
|
1638
1690
|
}
|
|
1639
1691
|
),
|
|
1640
|
-
/* @__PURE__ */
|
|
1692
|
+
/* @__PURE__ */ jsxs42(
|
|
1641
1693
|
"filter",
|
|
1642
1694
|
{
|
|
1643
1695
|
id: "filter7_f_48_113",
|
|
@@ -1648,13 +1700,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1648
1700
|
filterUnits: "userSpaceOnUse",
|
|
1649
1701
|
colorInterpolationFilters: "sRGB",
|
|
1650
1702
|
children: [
|
|
1651
|
-
/* @__PURE__ */
|
|
1652
|
-
/* @__PURE__ */
|
|
1653
|
-
/* @__PURE__ */
|
|
1703
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1704
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1705
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1654
1706
|
]
|
|
1655
1707
|
}
|
|
1656
1708
|
),
|
|
1657
|
-
/* @__PURE__ */
|
|
1709
|
+
/* @__PURE__ */ jsxs42(
|
|
1658
1710
|
"filter",
|
|
1659
1711
|
{
|
|
1660
1712
|
id: "filter8_f_48_113",
|
|
@@ -1665,13 +1717,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1665
1717
|
filterUnits: "userSpaceOnUse",
|
|
1666
1718
|
colorInterpolationFilters: "sRGB",
|
|
1667
1719
|
children: [
|
|
1668
|
-
/* @__PURE__ */
|
|
1669
|
-
/* @__PURE__ */
|
|
1670
|
-
/* @__PURE__ */
|
|
1720
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1721
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1722
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1671
1723
|
]
|
|
1672
1724
|
}
|
|
1673
1725
|
),
|
|
1674
|
-
/* @__PURE__ */
|
|
1726
|
+
/* @__PURE__ */ jsxs42(
|
|
1675
1727
|
"radialGradient",
|
|
1676
1728
|
{
|
|
1677
1729
|
id: "paint0_radial_48_113",
|
|
@@ -1681,20 +1733,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1681
1733
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1682
1734
|
gradientUnits: "userSpaceOnUse",
|
|
1683
1735
|
children: [
|
|
1684
|
-
/* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1687
|
-
/* @__PURE__ */
|
|
1688
|
-
/* @__PURE__ */
|
|
1689
|
-
/* @__PURE__ */
|
|
1690
|
-
/* @__PURE__ */
|
|
1691
|
-
/* @__PURE__ */
|
|
1692
|
-
/* @__PURE__ */
|
|
1693
|
-
/* @__PURE__ */
|
|
1736
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1737
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1738
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1739
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1740
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1741
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1742
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1743
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1744
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1745
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1694
1746
|
]
|
|
1695
1747
|
}
|
|
1696
1748
|
),
|
|
1697
|
-
/* @__PURE__ */
|
|
1749
|
+
/* @__PURE__ */ jsxs42(
|
|
1698
1750
|
"radialGradient",
|
|
1699
1751
|
{
|
|
1700
1752
|
id: "paint1_radial_48_113",
|
|
@@ -1704,12 +1756,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1704
1756
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1705
1757
|
gradientUnits: "userSpaceOnUse",
|
|
1706
1758
|
children: [
|
|
1707
|
-
/* @__PURE__ */
|
|
1708
|
-
/* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1760
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1709
1761
|
]
|
|
1710
1762
|
}
|
|
1711
1763
|
),
|
|
1712
|
-
/* @__PURE__ */
|
|
1764
|
+
/* @__PURE__ */ jsxs42(
|
|
1713
1765
|
"radialGradient",
|
|
1714
1766
|
{
|
|
1715
1767
|
id: "paint2_radial_48_113",
|
|
@@ -1719,18 +1771,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1719
1771
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1720
1772
|
gradientUnits: "userSpaceOnUse",
|
|
1721
1773
|
children: [
|
|
1722
|
-
/* @__PURE__ */
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1725
|
-
/* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
1727
|
-
/* @__PURE__ */
|
|
1728
|
-
/* @__PURE__ */
|
|
1729
|
-
/* @__PURE__ */
|
|
1774
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1775
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1776
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1777
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1778
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1779
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1780
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1781
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1730
1782
|
]
|
|
1731
1783
|
}
|
|
1732
1784
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsxs42(
|
|
1734
1786
|
"radialGradient",
|
|
1735
1787
|
{
|
|
1736
1788
|
id: "paint3_radial_48_113",
|
|
@@ -1740,19 +1792,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1740
1792
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1741
1793
|
gradientUnits: "userSpaceOnUse",
|
|
1742
1794
|
children: [
|
|
1743
|
-
/* @__PURE__ */
|
|
1744
|
-
/* @__PURE__ */
|
|
1745
|
-
/* @__PURE__ */
|
|
1746
|
-
/* @__PURE__ */
|
|
1747
|
-
/* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
/* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
1795
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1796
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1797
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1798
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1799
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1800
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1801
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1802
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1803
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1752
1804
|
]
|
|
1753
1805
|
}
|
|
1754
1806
|
),
|
|
1755
|
-
/* @__PURE__ */
|
|
1807
|
+
/* @__PURE__ */ jsxs42(
|
|
1756
1808
|
"radialGradient",
|
|
1757
1809
|
{
|
|
1758
1810
|
id: "paint4_radial_48_113",
|
|
@@ -1762,18 +1814,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1762
1814
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1763
1815
|
gradientUnits: "userSpaceOnUse",
|
|
1764
1816
|
children: [
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */
|
|
1768
|
-
/* @__PURE__ */
|
|
1769
|
-
/* @__PURE__ */
|
|
1770
|
-
/* @__PURE__ */
|
|
1771
|
-
/* @__PURE__ */
|
|
1772
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1818
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1819
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1820
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1821
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1822
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1823
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1824
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1773
1825
|
]
|
|
1774
1826
|
}
|
|
1775
1827
|
),
|
|
1776
|
-
/* @__PURE__ */
|
|
1828
|
+
/* @__PURE__ */ jsxs42(
|
|
1777
1829
|
"radialGradient",
|
|
1778
1830
|
{
|
|
1779
1831
|
id: "paint5_radial_48_113",
|
|
@@ -1783,15 +1835,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1783
1835
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1784
1836
|
gradientUnits: "userSpaceOnUse",
|
|
1785
1837
|
children: [
|
|
1786
|
-
/* @__PURE__ */
|
|
1787
|
-
/* @__PURE__ */
|
|
1788
|
-
/* @__PURE__ */
|
|
1789
|
-
/* @__PURE__ */
|
|
1790
|
-
/* @__PURE__ */
|
|
1838
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1839
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1840
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1841
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1842
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1791
1843
|
]
|
|
1792
1844
|
}
|
|
1793
1845
|
),
|
|
1794
|
-
/* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ jsxs42(
|
|
1795
1847
|
"radialGradient",
|
|
1796
1848
|
{
|
|
1797
1849
|
id: "paint6_radial_48_113",
|
|
@@ -1801,20 +1853,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1801
1853
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1802
1854
|
gradientUnits: "userSpaceOnUse",
|
|
1803
1855
|
children: [
|
|
1804
|
-
/* @__PURE__ */
|
|
1805
|
-
/* @__PURE__ */
|
|
1806
|
-
/* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
/* @__PURE__ */
|
|
1809
|
-
/* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
1812
|
-
/* @__PURE__ */
|
|
1813
|
-
/* @__PURE__ */
|
|
1856
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1857
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1858
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1859
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1860
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1861
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1862
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1863
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1864
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1865
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#86C504" })
|
|
1814
1866
|
]
|
|
1815
1867
|
}
|
|
1816
1868
|
),
|
|
1817
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsxs42(
|
|
1818
1870
|
"linearGradient",
|
|
1819
1871
|
{
|
|
1820
1872
|
id: "paint7_linear_48_113",
|
|
@@ -1824,8 +1876,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1824
1876
|
y2: "21.5116",
|
|
1825
1877
|
gradientUnits: "userSpaceOnUse",
|
|
1826
1878
|
children: [
|
|
1827
|
-
/* @__PURE__ */
|
|
1828
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ jsx86("stop", { stopColor: "#0FBC5C" }),
|
|
1880
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1829
1881
|
]
|
|
1830
1882
|
}
|
|
1831
1883
|
)
|
|
@@ -1833,8 +1885,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1833
1885
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1834
1886
|
|
|
1835
1887
|
// src/components/Handtool.tsx
|
|
1836
|
-
import { jsx as
|
|
1837
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1888
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1889
|
+
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
|
|
1838
1890
|
"path",
|
|
1839
1891
|
{
|
|
1840
1892
|
fill: stroke || color || "currentColor",
|
|
@@ -1843,17 +1895,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1843
1895
|
) }), Handtool_default = IconHandtool;
|
|
1844
1896
|
|
|
1845
1897
|
// src/components/Help.tsx
|
|
1846
|
-
import { jsx as
|
|
1847
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1848
|
-
/* @__PURE__ */
|
|
1849
|
-
/* @__PURE__ */
|
|
1898
|
+
import { jsx as jsx88, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1899
|
+
var IconHelp = ({ 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: [
|
|
1900
|
+
/* @__PURE__ */ jsx88("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1901
|
+
/* @__PURE__ */ jsx88(
|
|
1850
1902
|
"path",
|
|
1851
1903
|
{
|
|
1852
1904
|
fill: stroke || color || "currentColor",
|
|
1853
1905
|
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"
|
|
1854
1906
|
}
|
|
1855
1907
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ jsx88(
|
|
1857
1909
|
"path",
|
|
1858
1910
|
{
|
|
1859
1911
|
fill: stroke || color || "currentColor",
|
|
@@ -1865,8 +1917,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1865
1917
|
] }), Help_default = IconHelp;
|
|
1866
1918
|
|
|
1867
1919
|
// src/components/HomepageFilled.tsx
|
|
1868
|
-
import { jsx as
|
|
1869
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1920
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
1921
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx89(
|
|
1870
1922
|
"path",
|
|
1871
1923
|
{
|
|
1872
1924
|
fill: fill || color || "currentColor",
|
|
@@ -1877,8 +1929,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1877
1929
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1878
1930
|
|
|
1879
1931
|
// src/components/Hotareacenter.tsx
|
|
1880
|
-
import { jsx as
|
|
1881
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1932
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1933
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
|
|
1882
1934
|
"path",
|
|
1883
1935
|
{
|
|
1884
1936
|
fill: "#191919",
|
|
@@ -1888,23 +1940,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
1888
1940
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
1889
1941
|
|
|
1890
1942
|
// src/components/ImageGeneration.tsx
|
|
1891
|
-
import { jsx as
|
|
1892
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1893
|
-
/* @__PURE__ */
|
|
1943
|
+
import { jsx as jsx91, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1944
|
+
var IconImageGeneration = ({ 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: [
|
|
1945
|
+
/* @__PURE__ */ jsx91(
|
|
1894
1946
|
"path",
|
|
1895
1947
|
{
|
|
1896
1948
|
fill: stroke || color || "currentColor",
|
|
1897
1949
|
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"
|
|
1898
1950
|
}
|
|
1899
1951
|
),
|
|
1900
|
-
/* @__PURE__ */
|
|
1952
|
+
/* @__PURE__ */ jsx91(
|
|
1901
1953
|
"path",
|
|
1902
1954
|
{
|
|
1903
1955
|
fill: stroke || color || "currentColor",
|
|
1904
1956
|
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"
|
|
1905
1957
|
}
|
|
1906
1958
|
),
|
|
1907
|
-
/* @__PURE__ */
|
|
1959
|
+
/* @__PURE__ */ jsx91(
|
|
1908
1960
|
"path",
|
|
1909
1961
|
{
|
|
1910
1962
|
fill: stroke || color || "currentColor",
|
|
@@ -1914,9 +1966,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1914
1966
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1915
1967
|
|
|
1916
1968
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1917
|
-
import { jsx as
|
|
1918
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
1969
|
+
import { jsx as jsx92, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1970
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
1971
|
+
/* @__PURE__ */ jsx92(
|
|
1920
1972
|
"path",
|
|
1921
1973
|
{
|
|
1922
1974
|
fill: fill || color || "currentColor",
|
|
@@ -1925,7 +1977,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1925
1977
|
clipRule: "evenodd"
|
|
1926
1978
|
}
|
|
1927
1979
|
),
|
|
1928
|
-
/* @__PURE__ */
|
|
1980
|
+
/* @__PURE__ */ jsx92(
|
|
1929
1981
|
"path",
|
|
1930
1982
|
{
|
|
1931
1983
|
fill: fill || color || "currentColor",
|
|
@@ -1935,11 +1987,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1935
1987
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1936
1988
|
|
|
1937
1989
|
// src/components/Info.tsx
|
|
1938
|
-
import { jsx as
|
|
1939
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1940
|
-
/* @__PURE__ */
|
|
1941
|
-
/* @__PURE__ */
|
|
1942
|
-
/* @__PURE__ */
|
|
1990
|
+
import { jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1991
|
+
var IconInfo = ({ 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: [
|
|
1992
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1993
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1994
|
+
/* @__PURE__ */ jsx93(
|
|
1943
1995
|
"path",
|
|
1944
1996
|
{
|
|
1945
1997
|
fill: stroke || color || "currentColor",
|
|
@@ -1951,8 +2003,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1951
2003
|
] }), Info_default = IconInfo;
|
|
1952
2004
|
|
|
1953
2005
|
// src/components/Invitecode.tsx
|
|
1954
|
-
import { jsx as
|
|
1955
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2006
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
2007
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx94("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx94(
|
|
1956
2008
|
"path",
|
|
1957
2009
|
{
|
|
1958
2010
|
fill: fill || color || "currentColor",
|
|
@@ -1963,8 +2015,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1963
2015
|
) }), Invitecode_default = IconInvitecode;
|
|
1964
2016
|
|
|
1965
2017
|
// src/components/LeftFilled.tsx
|
|
1966
|
-
import { jsx as
|
|
1967
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2018
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
2019
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
1968
2020
|
"path",
|
|
1969
2021
|
{
|
|
1970
2022
|
fill: fill || color || "currentColor",
|
|
@@ -1975,35 +2027,35 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1975
2027
|
) }), LeftFilled_default = IconLeftFilled;
|
|
1976
2028
|
|
|
1977
2029
|
// src/components/Loading.tsx
|
|
1978
|
-
import { jsx as
|
|
1979
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1980
|
-
/* @__PURE__ */
|
|
2030
|
+
import { jsx as jsx96, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2031
|
+
var IconLoading = ({ 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: [
|
|
2032
|
+
/* @__PURE__ */ jsx96(
|
|
1981
2033
|
"path",
|
|
1982
2034
|
{
|
|
1983
|
-
fill:
|
|
1984
|
-
d: "
|
|
2035
|
+
fill: fill || color || "currentColor",
|
|
2036
|
+
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"
|
|
1985
2037
|
}
|
|
1986
2038
|
),
|
|
1987
|
-
/* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ jsx96(
|
|
1988
2040
|
"path",
|
|
1989
2041
|
{
|
|
1990
|
-
fill:
|
|
1991
|
-
d: "
|
|
2042
|
+
fill: stroke || color || "currentColor",
|
|
2043
|
+
d: "M12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12H0C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05V2.50005Z"
|
|
1992
2044
|
}
|
|
1993
2045
|
)
|
|
1994
2046
|
] }), Loading_default = IconLoading;
|
|
1995
2047
|
|
|
1996
2048
|
// src/components/Login.tsx
|
|
1997
|
-
import { jsx as
|
|
1998
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2049
|
+
import { jsx as jsx97, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2050
|
+
var IconLogin = ({ 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: [
|
|
2051
|
+
/* @__PURE__ */ jsx97(
|
|
2000
2052
|
"path",
|
|
2001
2053
|
{
|
|
2002
2054
|
fill: stroke || color || "currentColor",
|
|
2003
2055
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2004
2056
|
}
|
|
2005
2057
|
),
|
|
2006
|
-
/* @__PURE__ */
|
|
2058
|
+
/* @__PURE__ */ jsx97(
|
|
2007
2059
|
"path",
|
|
2008
2060
|
{
|
|
2009
2061
|
fill: stroke || color || "currentColor",
|
|
@@ -2015,9 +2067,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2015
2067
|
] }), Login_default = IconLogin;
|
|
2016
2068
|
|
|
2017
2069
|
// src/components/Logout.tsx
|
|
2018
|
-
import { jsx as
|
|
2019
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2020
|
-
/* @__PURE__ */
|
|
2070
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2071
|
+
var IconLogout = ({ 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: [
|
|
2072
|
+
/* @__PURE__ */ jsx98(
|
|
2021
2073
|
"path",
|
|
2022
2074
|
{
|
|
2023
2075
|
fill: stroke || color || "currentColor",
|
|
@@ -2026,7 +2078,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2026
2078
|
clipRule: "evenodd"
|
|
2027
2079
|
}
|
|
2028
2080
|
),
|
|
2029
|
-
/* @__PURE__ */
|
|
2081
|
+
/* @__PURE__ */ jsx98(
|
|
2030
2082
|
"path",
|
|
2031
2083
|
{
|
|
2032
2084
|
fill: stroke || color || "currentColor",
|
|
@@ -2036,8 +2088,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2036
2088
|
] }), Logout_default = IconLogout;
|
|
2037
2089
|
|
|
2038
2090
|
// src/components/ModelGeminiFilled.tsx
|
|
2039
|
-
import { jsx as
|
|
2040
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2091
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2092
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx99(
|
|
2041
2093
|
"path",
|
|
2042
2094
|
{
|
|
2043
2095
|
fill: fill || color || "currentColor",
|
|
@@ -2046,8 +2098,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2046
2098
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2047
2099
|
|
|
2048
2100
|
// src/components/ModelOpenaiFilled.tsx
|
|
2049
|
-
import { jsx as
|
|
2050
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2101
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2102
|
+
var IconModelOpenaiFilled = ({ 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(
|
|
2051
2103
|
"path",
|
|
2052
2104
|
{
|
|
2053
2105
|
fill: fill || color || "currentColor",
|
|
@@ -2056,9 +2108,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2056
2108
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2057
2109
|
|
|
2058
2110
|
// src/components/ModelDeepmindFilled.tsx
|
|
2059
|
-
import { jsx as
|
|
2060
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2061
|
-
/* @__PURE__ */
|
|
2111
|
+
import { jsx as jsx101, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2112
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
2113
|
+
/* @__PURE__ */ jsx101("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx101(
|
|
2062
2114
|
"path",
|
|
2063
2115
|
{
|
|
2064
2116
|
fill: fill || color || "currentColor",
|
|
@@ -2067,28 +2119,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2067
2119
|
clipRule: "evenodd"
|
|
2068
2120
|
}
|
|
2069
2121
|
) }),
|
|
2070
|
-
/* @__PURE__ */
|
|
2122
|
+
/* @__PURE__ */ jsx101("defs", { children: /* @__PURE__ */ jsx101("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx101("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2071
2123
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2072
2124
|
|
|
2073
2125
|
// src/components/ModelSeedFilled.tsx
|
|
2074
|
-
import { jsx as
|
|
2075
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2076
|
-
/* @__PURE__ */
|
|
2077
|
-
/* @__PURE__ */
|
|
2126
|
+
import { jsx as jsx102, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2127
|
+
var IconModelSeedFilled = ({ 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: [
|
|
2128
|
+
/* @__PURE__ */ jsx102("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2129
|
+
/* @__PURE__ */ jsx102(
|
|
2078
2130
|
"path",
|
|
2079
2131
|
{
|
|
2080
2132
|
fill: fill || color || "currentColor",
|
|
2081
2133
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2082
2134
|
}
|
|
2083
2135
|
),
|
|
2084
|
-
/* @__PURE__ */
|
|
2136
|
+
/* @__PURE__ */ jsx102(
|
|
2085
2137
|
"path",
|
|
2086
2138
|
{
|
|
2087
2139
|
fill: fill || color || "currentColor",
|
|
2088
2140
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2089
2141
|
}
|
|
2090
2142
|
),
|
|
2091
|
-
/* @__PURE__ */
|
|
2143
|
+
/* @__PURE__ */ jsx102(
|
|
2092
2144
|
"path",
|
|
2093
2145
|
{
|
|
2094
2146
|
fill: fill || color || "currentColor",
|
|
@@ -2098,8 +2150,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2098
2150
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2099
2151
|
|
|
2100
2152
|
// src/components/ModelSoraFilled.tsx
|
|
2101
|
-
import { jsx as
|
|
2102
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2153
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2154
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
2103
2155
|
"path",
|
|
2104
2156
|
{
|
|
2105
2157
|
fill: fill || color || "currentColor",
|
|
@@ -2108,7 +2160,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2108
2160
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2109
2161
|
|
|
2110
2162
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2111
|
-
import { jsx as
|
|
2163
|
+
import { jsx as jsx104, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2112
2164
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2113
2165
|
size,
|
|
2114
2166
|
width,
|
|
@@ -2117,64 +2169,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2117
2169
|
className,
|
|
2118
2170
|
fill,
|
|
2119
2171
|
stroke
|
|
2120
|
-
}) => /* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2172
|
+
}) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2173
|
+
/* @__PURE__ */ jsx104(
|
|
2122
2174
|
"path",
|
|
2123
2175
|
{
|
|
2124
2176
|
fill: "#5A5C62",
|
|
2125
2177
|
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"
|
|
2126
2178
|
}
|
|
2127
2179
|
),
|
|
2128
|
-
/* @__PURE__ */
|
|
2180
|
+
/* @__PURE__ */ jsx104(
|
|
2129
2181
|
"path",
|
|
2130
2182
|
{
|
|
2131
2183
|
fill: "#D5D6D7",
|
|
2132
2184
|
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"
|
|
2133
2185
|
}
|
|
2134
2186
|
),
|
|
2135
|
-
/* @__PURE__ */
|
|
2187
|
+
/* @__PURE__ */ jsx104(
|
|
2136
2188
|
"path",
|
|
2137
2189
|
{
|
|
2138
2190
|
fill: "#C4C5C7",
|
|
2139
2191
|
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"
|
|
2140
2192
|
}
|
|
2141
2193
|
),
|
|
2142
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx104(
|
|
2143
2195
|
"path",
|
|
2144
2196
|
{
|
|
2145
2197
|
fill: "#7B7C81",
|
|
2146
2198
|
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"
|
|
2147
2199
|
}
|
|
2148
2200
|
),
|
|
2149
|
-
/* @__PURE__ */
|
|
2201
|
+
/* @__PURE__ */ jsx104(
|
|
2150
2202
|
"path",
|
|
2151
2203
|
{
|
|
2152
2204
|
fill: "#85878B",
|
|
2153
2205
|
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"
|
|
2154
2206
|
}
|
|
2155
2207
|
),
|
|
2156
|
-
/* @__PURE__ */
|
|
2208
|
+
/* @__PURE__ */ jsx104(
|
|
2157
2209
|
"path",
|
|
2158
2210
|
{
|
|
2159
2211
|
fill: "#1B1D24",
|
|
2160
2212
|
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"
|
|
2161
2213
|
}
|
|
2162
2214
|
),
|
|
2163
|
-
/* @__PURE__ */
|
|
2215
|
+
/* @__PURE__ */ jsx104(
|
|
2164
2216
|
"path",
|
|
2165
2217
|
{
|
|
2166
2218
|
fill: "#D5D6D7",
|
|
2167
2219
|
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"
|
|
2168
2220
|
}
|
|
2169
2221
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2222
|
+
/* @__PURE__ */ jsx104(
|
|
2171
2223
|
"path",
|
|
2172
2224
|
{
|
|
2173
2225
|
fill: "#85878B",
|
|
2174
2226
|
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"
|
|
2175
2227
|
}
|
|
2176
2228
|
),
|
|
2177
|
-
/* @__PURE__ */
|
|
2229
|
+
/* @__PURE__ */ jsx104(
|
|
2178
2230
|
"path",
|
|
2179
2231
|
{
|
|
2180
2232
|
fill: "#D5D6D7",
|
|
@@ -2184,8 +2236,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2184
2236
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2185
2237
|
|
|
2186
2238
|
// src/components/ModelklingFilled.tsx
|
|
2187
|
-
import { jsx as
|
|
2188
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2239
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2240
|
+
var IconModelklingFilled = ({ 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(
|
|
2189
2241
|
"path",
|
|
2190
2242
|
{
|
|
2191
2243
|
fill: fill || color || "currentColor",
|
|
@@ -2196,8 +2248,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2196
2248
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2197
2249
|
|
|
2198
2250
|
// src/components/Models.tsx
|
|
2199
|
-
import { jsx as
|
|
2200
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2251
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
2252
|
+
var IconModels = ({ 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(
|
|
2201
2253
|
"path",
|
|
2202
2254
|
{
|
|
2203
2255
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,8 +2260,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2208
2260
|
) }), Models_default = IconModels;
|
|
2209
2261
|
|
|
2210
2262
|
// src/components/MoreCollapse.tsx
|
|
2211
|
-
import { jsx as
|
|
2212
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2263
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2264
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
|
|
2213
2265
|
"path",
|
|
2214
2266
|
{
|
|
2215
2267
|
fill: stroke || color || "currentColor",
|
|
@@ -2218,23 +2270,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2218
2270
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2219
2271
|
|
|
2220
2272
|
// src/components/MoreHorizontal.tsx
|
|
2221
|
-
import { jsx as
|
|
2222
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2223
|
-
/* @__PURE__ */
|
|
2273
|
+
import { jsx as jsx108, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2274
|
+
var IconMoreHorizontal = ({ 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: [
|
|
2275
|
+
/* @__PURE__ */ jsx108(
|
|
2224
2276
|
"path",
|
|
2225
2277
|
{
|
|
2226
2278
|
fill: stroke || color || "currentColor",
|
|
2227
2279
|
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"
|
|
2228
2280
|
}
|
|
2229
2281
|
),
|
|
2230
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ jsx108(
|
|
2231
2283
|
"path",
|
|
2232
2284
|
{
|
|
2233
2285
|
fill: stroke || color || "currentColor",
|
|
2234
2286
|
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"
|
|
2235
2287
|
}
|
|
2236
2288
|
),
|
|
2237
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ jsx108(
|
|
2238
2290
|
"path",
|
|
2239
2291
|
{
|
|
2240
2292
|
fill: stroke || color || "currentColor",
|
|
@@ -2244,8 +2296,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2244
2296
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2245
2297
|
|
|
2246
2298
|
// src/components/MoreShowed.tsx
|
|
2247
|
-
import { jsx as
|
|
2248
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2299
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
2300
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx109("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx109(
|
|
2249
2301
|
"path",
|
|
2250
2302
|
{
|
|
2251
2303
|
fill: stroke || color || "currentColor",
|
|
@@ -2254,23 +2306,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2254
2306
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2255
2307
|
|
|
2256
2308
|
// src/components/More.tsx
|
|
2257
|
-
import { jsx as
|
|
2258
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2259
|
-
/* @__PURE__ */
|
|
2309
|
+
import { jsx as jsx110, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2310
|
+
var IconMore = ({ 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: [
|
|
2311
|
+
/* @__PURE__ */ jsx110(
|
|
2260
2312
|
"path",
|
|
2261
2313
|
{
|
|
2262
2314
|
fill: stroke || color || "currentColor",
|
|
2263
2315
|
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"
|
|
2264
2316
|
}
|
|
2265
2317
|
),
|
|
2266
|
-
/* @__PURE__ */
|
|
2318
|
+
/* @__PURE__ */ jsx110(
|
|
2267
2319
|
"path",
|
|
2268
2320
|
{
|
|
2269
2321
|
fill: stroke || color || "currentColor",
|
|
2270
2322
|
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"
|
|
2271
2323
|
}
|
|
2272
2324
|
),
|
|
2273
|
-
/* @__PURE__ */
|
|
2325
|
+
/* @__PURE__ */ jsx110(
|
|
2274
2326
|
"path",
|
|
2275
2327
|
{
|
|
2276
2328
|
fill: stroke || color || "currentColor",
|
|
@@ -2280,30 +2332,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2280
2332
|
] }), More_default = IconMore;
|
|
2281
2333
|
|
|
2282
2334
|
// src/components/Moresettings.tsx
|
|
2283
|
-
import { jsx as
|
|
2284
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2335
|
+
import { jsx as jsx111, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2336
|
+
var IconMoresettings = ({ 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: [
|
|
2337
|
+
/* @__PURE__ */ jsx111(
|
|
2286
2338
|
"path",
|
|
2287
2339
|
{
|
|
2288
2340
|
fill: stroke || color || "currentColor",
|
|
2289
2341
|
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"
|
|
2290
2342
|
}
|
|
2291
2343
|
),
|
|
2292
|
-
/* @__PURE__ */
|
|
2344
|
+
/* @__PURE__ */ jsx111(
|
|
2293
2345
|
"path",
|
|
2294
2346
|
{
|
|
2295
2347
|
fill: stroke || color || "currentColor",
|
|
2296
2348
|
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"
|
|
2297
2349
|
}
|
|
2298
2350
|
),
|
|
2299
|
-
/* @__PURE__ */
|
|
2351
|
+
/* @__PURE__ */ jsx111(
|
|
2300
2352
|
"path",
|
|
2301
2353
|
{
|
|
2302
2354
|
fill: stroke || color || "currentColor",
|
|
2303
2355
|
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"
|
|
2304
2356
|
}
|
|
2305
2357
|
),
|
|
2306
|
-
/* @__PURE__ */
|
|
2358
|
+
/* @__PURE__ */ jsx111(
|
|
2307
2359
|
"path",
|
|
2308
2360
|
{
|
|
2309
2361
|
fill: stroke || color || "currentColor",
|
|
@@ -2315,9 +2367,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2315
2367
|
] }), Moresettings_default = IconMoresettings;
|
|
2316
2368
|
|
|
2317
2369
|
// src/components/MouseDrag.tsx
|
|
2318
|
-
import { jsx as
|
|
2319
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2320
|
-
/* @__PURE__ */
|
|
2370
|
+
import { jsx as jsx112, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2371
|
+
var IconMouseDrag = ({ 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: [
|
|
2372
|
+
/* @__PURE__ */ jsx112(
|
|
2321
2373
|
"path",
|
|
2322
2374
|
{
|
|
2323
2375
|
fill: fill || color || "currentColor",
|
|
@@ -2325,7 +2377,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2325
2377
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2326
2378
|
}
|
|
2327
2379
|
),
|
|
2328
|
-
/* @__PURE__ */
|
|
2380
|
+
/* @__PURE__ */ jsx112(
|
|
2329
2381
|
"path",
|
|
2330
2382
|
{
|
|
2331
2383
|
fill: fill || color || "currentColor",
|
|
@@ -2333,7 +2385,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2333
2385
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2334
2386
|
}
|
|
2335
2387
|
),
|
|
2336
|
-
/* @__PURE__ */
|
|
2388
|
+
/* @__PURE__ */ jsx112(
|
|
2337
2389
|
"path",
|
|
2338
2390
|
{
|
|
2339
2391
|
fill: fill || color || "currentColor",
|
|
@@ -2344,9 +2396,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2344
2396
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2345
2397
|
|
|
2346
2398
|
// src/components/MouseMove.tsx
|
|
2347
|
-
import { jsx as
|
|
2348
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2349
|
-
/* @__PURE__ */
|
|
2399
|
+
import { jsx as jsx113, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2400
|
+
var IconMouseMove = ({ 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: [
|
|
2401
|
+
/* @__PURE__ */ jsx113("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx113(
|
|
2350
2402
|
"path",
|
|
2351
2403
|
{
|
|
2352
2404
|
fill: fill || color || "currentColor",
|
|
@@ -2354,13 +2406,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2354
2406
|
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"
|
|
2355
2407
|
}
|
|
2356
2408
|
) }),
|
|
2357
|
-
/* @__PURE__ */
|
|
2409
|
+
/* @__PURE__ */ jsx113("defs", { children: /* @__PURE__ */ jsx113("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx113("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2358
2410
|
] }), MouseMove_default = IconMouseMove;
|
|
2359
2411
|
|
|
2360
2412
|
// src/components/MouseNumberchange.tsx
|
|
2361
|
-
import { jsx as
|
|
2362
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2363
|
-
/* @__PURE__ */
|
|
2413
|
+
import { jsx as jsx114, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2414
|
+
var IconMouseNumberchange = ({ 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: [
|
|
2415
|
+
/* @__PURE__ */ jsx114(
|
|
2364
2416
|
"path",
|
|
2365
2417
|
{
|
|
2366
2418
|
fill: fill || color || "currentColor",
|
|
@@ -2368,7 +2420,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2368
2420
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2369
2421
|
}
|
|
2370
2422
|
),
|
|
2371
|
-
/* @__PURE__ */
|
|
2423
|
+
/* @__PURE__ */ jsx114(
|
|
2372
2424
|
"path",
|
|
2373
2425
|
{
|
|
2374
2426
|
fill: fill || color || "currentColor",
|
|
@@ -2379,8 +2431,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2379
2431
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2380
2432
|
|
|
2381
2433
|
// src/components/Musicassets.tsx
|
|
2382
|
-
import { jsx as
|
|
2383
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2434
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
2435
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx115("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx115(
|
|
2384
2436
|
"path",
|
|
2385
2437
|
{
|
|
2386
2438
|
fill: stroke || color || "currentColor",
|
|
@@ -2391,9 +2443,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2391
2443
|
) }), Musicassets_default = IconMusicassets;
|
|
2392
2444
|
|
|
2393
2445
|
// src/components/Mute.tsx
|
|
2394
|
-
import { jsx as
|
|
2395
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2396
|
-
/* @__PURE__ */
|
|
2446
|
+
import { jsx as jsx116, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2447
|
+
var IconMute = ({ 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: [
|
|
2448
|
+
/* @__PURE__ */ jsx116(
|
|
2397
2449
|
"path",
|
|
2398
2450
|
{
|
|
2399
2451
|
fill: stroke || color || "currentColor",
|
|
@@ -2402,7 +2454,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2402
2454
|
clipRule: "evenodd"
|
|
2403
2455
|
}
|
|
2404
2456
|
),
|
|
2405
|
-
/* @__PURE__ */
|
|
2457
|
+
/* @__PURE__ */ jsx116(
|
|
2406
2458
|
"path",
|
|
2407
2459
|
{
|
|
2408
2460
|
fill: stroke || color || "currentColor",
|
|
@@ -2412,8 +2464,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2412
2464
|
] }), Mute_default = IconMute;
|
|
2413
2465
|
|
|
2414
2466
|
// src/components/Next.tsx
|
|
2415
|
-
import { jsx as
|
|
2416
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2467
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2468
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
|
|
2417
2469
|
"path",
|
|
2418
2470
|
{
|
|
2419
2471
|
fill: stroke || color || "currentColor",
|
|
@@ -2424,16 +2476,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2424
2476
|
) }), Next_default = IconNext;
|
|
2425
2477
|
|
|
2426
2478
|
// src/components/Nextscene.tsx
|
|
2427
|
-
import { jsx as
|
|
2428
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2429
|
-
/* @__PURE__ */
|
|
2479
|
+
import { jsx as jsx118, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2480
|
+
var IconNextscene = ({ 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: [
|
|
2481
|
+
/* @__PURE__ */ jsx118(
|
|
2430
2482
|
"path",
|
|
2431
2483
|
{
|
|
2432
2484
|
fill: stroke || color || "currentColor",
|
|
2433
2485
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2434
2486
|
}
|
|
2435
2487
|
),
|
|
2436
|
-
/* @__PURE__ */
|
|
2488
|
+
/* @__PURE__ */ jsx118(
|
|
2437
2489
|
"path",
|
|
2438
2490
|
{
|
|
2439
2491
|
fill: stroke || color || "currentColor",
|
|
@@ -2445,8 +2497,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2445
2497
|
] }), Nextscene_default = IconNextscene;
|
|
2446
2498
|
|
|
2447
2499
|
// src/components/Niceofficial.tsx
|
|
2448
|
-
import { jsx as
|
|
2449
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2500
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2501
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
|
|
2450
2502
|
"path",
|
|
2451
2503
|
{
|
|
2452
2504
|
fill: fill || color || "currentColor",
|
|
@@ -2457,18 +2509,18 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2457
2509
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2458
2510
|
|
|
2459
2511
|
// src/components/Oneclickgenerate.tsx
|
|
2460
|
-
import { jsx as
|
|
2461
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2462
|
-
/* @__PURE__ */
|
|
2463
|
-
/* @__PURE__ */
|
|
2464
|
-
/* @__PURE__ */
|
|
2512
|
+
import { jsx as jsx120, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2513
|
+
var IconOneclickgenerate = ({ 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: [
|
|
2514
|
+
/* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2515
|
+
/* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2516
|
+
/* @__PURE__ */ jsx120(
|
|
2465
2517
|
"path",
|
|
2466
2518
|
{
|
|
2467
2519
|
fill: stroke || color || "currentColor",
|
|
2468
2520
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2469
2521
|
}
|
|
2470
2522
|
),
|
|
2471
|
-
/* @__PURE__ */
|
|
2523
|
+
/* @__PURE__ */ jsx120(
|
|
2472
2524
|
"path",
|
|
2473
2525
|
{
|
|
2474
2526
|
fill: stroke || color || "currentColor",
|
|
@@ -2480,9 +2532,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2480
2532
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2481
2533
|
|
|
2482
2534
|
// src/components/Opendemo.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2485
|
-
/* @__PURE__ */
|
|
2535
|
+
import { jsx as jsx121, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2536
|
+
var IconOpendemo = ({ 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: [
|
|
2537
|
+
/* @__PURE__ */ jsx121(
|
|
2486
2538
|
"path",
|
|
2487
2539
|
{
|
|
2488
2540
|
fill: stroke || color || "currentColor",
|
|
@@ -2491,12 +2543,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2491
2543
|
clipRule: "evenodd"
|
|
2492
2544
|
}
|
|
2493
2545
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2546
|
+
/* @__PURE__ */ jsx121("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2495
2547
|
] }), Opendemo_default = IconOpendemo;
|
|
2496
2548
|
|
|
2497
2549
|
// src/components/OppsFilled.tsx
|
|
2498
|
-
import { jsx as
|
|
2499
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2550
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2551
|
+
var IconOppsFilled = ({ 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(
|
|
2500
2552
|
"path",
|
|
2501
2553
|
{
|
|
2502
2554
|
fill: fill || color || "currentColor",
|
|
@@ -2507,8 +2559,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2507
2559
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2508
2560
|
|
|
2509
2561
|
// src/components/OptionalcheckedFilled.tsx
|
|
2510
|
-
import { jsx as
|
|
2511
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2562
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
2563
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx123("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx123(
|
|
2512
2564
|
"path",
|
|
2513
2565
|
{
|
|
2514
2566
|
fill: fill || color || "currentColor",
|
|
@@ -2519,8 +2571,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2519
2571
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2520
2572
|
|
|
2521
2573
|
// src/components/Optionaluncheck.tsx
|
|
2522
|
-
import { jsx as
|
|
2523
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2574
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
2575
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx124("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx124(
|
|
2524
2576
|
"path",
|
|
2525
2577
|
{
|
|
2526
2578
|
fill: stroke || color || "currentColor",
|
|
@@ -2531,8 +2583,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2531
2583
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2532
2584
|
|
|
2533
2585
|
// src/components/Packagegame.tsx
|
|
2534
|
-
import { jsx as
|
|
2535
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2586
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
2587
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx125("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx125(
|
|
2536
2588
|
"path",
|
|
2537
2589
|
{
|
|
2538
2590
|
fill: stroke || color || "currentColor",
|
|
@@ -2543,13 +2595,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2543
2595
|
) }), Packagegame_default = IconPackagegame;
|
|
2544
2596
|
|
|
2545
2597
|
// src/components/PageError.tsx
|
|
2546
|
-
import { jsx as
|
|
2547
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2598
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
2599
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2548
2600
|
|
|
2549
2601
|
// src/components/Parameters.tsx
|
|
2550
|
-
import { jsx as
|
|
2551
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2552
|
-
/* @__PURE__ */
|
|
2602
|
+
import { jsx as jsx127, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2603
|
+
var IconParameters = ({ 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: [
|
|
2604
|
+
/* @__PURE__ */ jsx127(
|
|
2553
2605
|
"path",
|
|
2554
2606
|
{
|
|
2555
2607
|
fill: stroke || color || "currentColor",
|
|
@@ -2558,7 +2610,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2558
2610
|
clipRule: "evenodd"
|
|
2559
2611
|
}
|
|
2560
2612
|
),
|
|
2561
|
-
/* @__PURE__ */
|
|
2613
|
+
/* @__PURE__ */ jsx127(
|
|
2562
2614
|
"path",
|
|
2563
2615
|
{
|
|
2564
2616
|
fill: stroke || color || "currentColor",
|
|
@@ -2570,9 +2622,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2570
2622
|
] }), Parameters_default = IconParameters;
|
|
2571
2623
|
|
|
2572
2624
|
// src/components/Pause.tsx
|
|
2573
|
-
import { jsx as
|
|
2574
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2575
|
-
/* @__PURE__ */
|
|
2625
|
+
import { jsx as jsx128, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2626
|
+
var IconPause = ({ 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: [
|
|
2627
|
+
/* @__PURE__ */ jsx128(
|
|
2576
2628
|
"path",
|
|
2577
2629
|
{
|
|
2578
2630
|
fill: stroke || color || "currentColor",
|
|
@@ -2581,7 +2633,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2581
2633
|
clipRule: "evenodd"
|
|
2582
2634
|
}
|
|
2583
2635
|
),
|
|
2584
|
-
/* @__PURE__ */
|
|
2636
|
+
/* @__PURE__ */ jsx128(
|
|
2585
2637
|
"path",
|
|
2586
2638
|
{
|
|
2587
2639
|
fill: stroke || color || "currentColor",
|
|
@@ -2593,8 +2645,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2593
2645
|
] }), Pause_default = IconPause;
|
|
2594
2646
|
|
|
2595
2647
|
// src/components/Pencil.tsx
|
|
2596
|
-
import { jsx as
|
|
2597
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2648
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
2649
|
+
var IconPencil = ({ 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(
|
|
2598
2650
|
"path",
|
|
2599
2651
|
{
|
|
2600
2652
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,8 +2657,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2605
2657
|
) }), Pencil_default = IconPencil;
|
|
2606
2658
|
|
|
2607
2659
|
// src/components/Pick.tsx
|
|
2608
|
-
import { jsx as
|
|
2609
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2660
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2661
|
+
var IconPick = ({ 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(
|
|
2610
2662
|
"path",
|
|
2611
2663
|
{
|
|
2612
2664
|
fill: stroke || color || "currentColor",
|
|
@@ -2617,25 +2669,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2617
2669
|
) }), Pick_default = IconPick;
|
|
2618
2670
|
|
|
2619
2671
|
// src/components/PickedFilled.tsx
|
|
2620
|
-
import { jsx as
|
|
2621
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2672
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
2673
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx131("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx131("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2622
2674
|
|
|
2623
2675
|
// src/components/PlanFilled.tsx
|
|
2624
|
-
import { jsx as
|
|
2625
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2626
|
-
/* @__PURE__ */
|
|
2676
|
+
import { jsx as jsx132, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2677
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2678
|
+
/* @__PURE__ */ jsx132("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx132(
|
|
2627
2679
|
"path",
|
|
2628
2680
|
{
|
|
2629
2681
|
fill: fill || color || "currentColor",
|
|
2630
2682
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2631
2683
|
}
|
|
2632
2684
|
) }),
|
|
2633
|
-
/* @__PURE__ */
|
|
2685
|
+
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsx132("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx132("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2634
2686
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2635
2687
|
|
|
2636
2688
|
// src/components/PlayFilled.tsx
|
|
2637
|
-
import { jsx as
|
|
2638
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2689
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
2690
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx133("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx133(
|
|
2639
2691
|
"path",
|
|
2640
2692
|
{
|
|
2641
2693
|
fill: fill || color || "currentColor",
|
|
@@ -2644,8 +2696,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2644
2696
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2645
2697
|
|
|
2646
2698
|
// src/components/Play.tsx
|
|
2647
|
-
import { jsx as
|
|
2648
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2699
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
2700
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx134("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx134(
|
|
2649
2701
|
"path",
|
|
2650
2702
|
{
|
|
2651
2703
|
fill: stroke || color || "currentColor",
|
|
@@ -2656,16 +2708,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2656
2708
|
) }), Play_default = IconPlay;
|
|
2657
2709
|
|
|
2658
2710
|
// src/components/Previouscene.tsx
|
|
2659
|
-
import { jsx as
|
|
2660
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
2711
|
+
import { jsx as jsx135, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2712
|
+
var IconPreviouscene = ({ 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: [
|
|
2713
|
+
/* @__PURE__ */ jsx135(
|
|
2662
2714
|
"path",
|
|
2663
2715
|
{
|
|
2664
2716
|
fill: stroke || color || "currentColor",
|
|
2665
2717
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2666
2718
|
}
|
|
2667
2719
|
),
|
|
2668
|
-
/* @__PURE__ */
|
|
2720
|
+
/* @__PURE__ */ jsx135(
|
|
2669
2721
|
"path",
|
|
2670
2722
|
{
|
|
2671
2723
|
fill: stroke || color || "currentColor",
|
|
@@ -2677,8 +2729,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2677
2729
|
] }), Previouscene_default = IconPreviouscene;
|
|
2678
2730
|
|
|
2679
2731
|
// src/components/ProblemFilled.tsx
|
|
2680
|
-
import { jsx as
|
|
2681
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2732
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
2733
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx136("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx136(
|
|
2682
2734
|
"path",
|
|
2683
2735
|
{
|
|
2684
2736
|
fill: fill || color || "currentColor",
|
|
@@ -2689,8 +2741,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
2689
2741
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2690
2742
|
|
|
2691
2743
|
// src/components/ProblemNoticeFilled.tsx
|
|
2692
|
-
import { jsx as
|
|
2693
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2744
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2745
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx137("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx137(
|
|
2694
2746
|
"path",
|
|
2695
2747
|
{
|
|
2696
2748
|
fill: fill || color || "currentColor",
|
|
@@ -2701,11 +2753,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2701
2753
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2702
2754
|
|
|
2703
2755
|
// src/components/Problem.tsx
|
|
2704
|
-
import { jsx as
|
|
2705
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2706
|
-
/* @__PURE__ */
|
|
2707
|
-
/* @__PURE__ */
|
|
2708
|
-
/* @__PURE__ */
|
|
2756
|
+
import { jsx as jsx138, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2757
|
+
var IconProblem = ({ 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: [
|
|
2758
|
+
/* @__PURE__ */ jsx138("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2759
|
+
/* @__PURE__ */ jsx138("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2760
|
+
/* @__PURE__ */ jsx138(
|
|
2709
2761
|
"path",
|
|
2710
2762
|
{
|
|
2711
2763
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,9 +2769,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2717
2769
|
] }), Problem_default = IconProblem;
|
|
2718
2770
|
|
|
2719
2771
|
// src/components/Publish.tsx
|
|
2720
|
-
import { jsx as
|
|
2721
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2722
|
-
/* @__PURE__ */
|
|
2772
|
+
import { jsx as jsx139, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2773
|
+
var IconPublish = ({ 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: [
|
|
2774
|
+
/* @__PURE__ */ jsx139(
|
|
2723
2775
|
"path",
|
|
2724
2776
|
{
|
|
2725
2777
|
fill: stroke || color || "currentColor",
|
|
@@ -2728,12 +2780,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2728
2780
|
clipRule: "evenodd"
|
|
2729
2781
|
}
|
|
2730
2782
|
),
|
|
2731
|
-
/* @__PURE__ */
|
|
2783
|
+
/* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2732
2784
|
] }), Publish_default = IconPublish;
|
|
2733
2785
|
|
|
2734
2786
|
// src/components/Ratio169.tsx
|
|
2735
|
-
import { jsx as
|
|
2736
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2787
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2788
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140(
|
|
2737
2789
|
"path",
|
|
2738
2790
|
{
|
|
2739
2791
|
fill: stroke || color || "currentColor",
|
|
@@ -2742,16 +2794,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2742
2794
|
) }), Ratio169_default = IconRatio169;
|
|
2743
2795
|
|
|
2744
2796
|
// src/components/Ratio11.tsx
|
|
2745
|
-
import { jsx as
|
|
2746
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2747
|
-
/* @__PURE__ */
|
|
2797
|
+
import { jsx as jsx141, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2798
|
+
var IconRatio11 = ({ 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: [
|
|
2799
|
+
/* @__PURE__ */ jsx141("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx141(
|
|
2748
2800
|
"path",
|
|
2749
2801
|
{
|
|
2750
2802
|
fill: stroke || color || "currentColor",
|
|
2751
2803
|
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"
|
|
2752
2804
|
}
|
|
2753
2805
|
) }),
|
|
2754
|
-
/* @__PURE__ */
|
|
2806
|
+
/* @__PURE__ */ jsx141("defs", { children: /* @__PURE__ */ jsx141("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx141(
|
|
2755
2807
|
"rect",
|
|
2756
2808
|
{
|
|
2757
2809
|
width: "24",
|
|
@@ -2763,16 +2815,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2763
2815
|
] }), Ratio11_default = IconRatio11;
|
|
2764
2816
|
|
|
2765
2817
|
// src/components/Ratio916.tsx
|
|
2766
|
-
import { jsx as
|
|
2767
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2768
|
-
/* @__PURE__ */
|
|
2818
|
+
import { jsx as jsx142, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2819
|
+
var IconRatio916 = ({ 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: [
|
|
2820
|
+
/* @__PURE__ */ jsx142("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx142(
|
|
2769
2821
|
"path",
|
|
2770
2822
|
{
|
|
2771
2823
|
fill: stroke || color || "currentColor",
|
|
2772
2824
|
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"
|
|
2773
2825
|
}
|
|
2774
2826
|
) }),
|
|
2775
|
-
/* @__PURE__ */
|
|
2827
|
+
/* @__PURE__ */ jsx142("defs", { children: /* @__PURE__ */ jsx142("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx142(
|
|
2776
2828
|
"rect",
|
|
2777
2829
|
{
|
|
2778
2830
|
width: "24",
|
|
@@ -2784,18 +2836,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2784
2836
|
] }), Ratio916_default = IconRatio916;
|
|
2785
2837
|
|
|
2786
2838
|
// src/components/RatioAuto.tsx
|
|
2787
|
-
import { jsx as
|
|
2788
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2789
|
-
/* @__PURE__ */
|
|
2790
|
-
/* @__PURE__ */
|
|
2839
|
+
import { jsx as jsx143, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2840
|
+
var IconRatioAuto = ({ 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: [
|
|
2841
|
+
/* @__PURE__ */ jsxs71("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2842
|
+
/* @__PURE__ */ jsx143(
|
|
2791
2843
|
"path",
|
|
2792
2844
|
{
|
|
2793
2845
|
fill: stroke || color || "currentColor",
|
|
2794
2846
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2795
2847
|
}
|
|
2796
2848
|
),
|
|
2797
|
-
/* @__PURE__ */
|
|
2798
|
-
/* @__PURE__ */
|
|
2849
|
+
/* @__PURE__ */ jsx143("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2850
|
+
/* @__PURE__ */ jsx143(
|
|
2799
2851
|
"path",
|
|
2800
2852
|
{
|
|
2801
2853
|
fill: stroke || color || "currentColor",
|
|
@@ -2805,7 +2857,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2805
2857
|
}
|
|
2806
2858
|
)
|
|
2807
2859
|
] }),
|
|
2808
|
-
/* @__PURE__ */
|
|
2860
|
+
/* @__PURE__ */ jsx143("defs", { children: /* @__PURE__ */ jsx143("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx143(
|
|
2809
2861
|
"rect",
|
|
2810
2862
|
{
|
|
2811
2863
|
width: "24",
|
|
@@ -2817,16 +2869,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2817
2869
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2818
2870
|
|
|
2819
2871
|
// src/components/Ratio.tsx
|
|
2820
|
-
import { jsx as
|
|
2821
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2822
|
-
/* @__PURE__ */
|
|
2872
|
+
import { jsx as jsx144, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2873
|
+
var IconRatio = ({ 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: [
|
|
2874
|
+
/* @__PURE__ */ jsx144(
|
|
2823
2875
|
"path",
|
|
2824
2876
|
{
|
|
2825
2877
|
fill: stroke || color || "currentColor",
|
|
2826
2878
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2827
2879
|
}
|
|
2828
2880
|
),
|
|
2829
|
-
/* @__PURE__ */
|
|
2881
|
+
/* @__PURE__ */ jsx144(
|
|
2830
2882
|
"path",
|
|
2831
2883
|
{
|
|
2832
2884
|
fill: stroke || color || "currentColor",
|
|
@@ -2836,8 +2888,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2836
2888
|
] }), Ratio_default = IconRatio;
|
|
2837
2889
|
|
|
2838
2890
|
// src/components/ReEdit.tsx
|
|
2839
|
-
import { jsx as
|
|
2840
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2891
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2892
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx145("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx145(
|
|
2841
2893
|
"path",
|
|
2842
2894
|
{
|
|
2843
2895
|
fill: stroke || color || "currentColor",
|
|
@@ -2848,8 +2900,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2848
2900
|
) }), ReEdit_default = IconReEdit;
|
|
2849
2901
|
|
|
2850
2902
|
// src/components/Regenerate.tsx
|
|
2851
|
-
import { jsx as
|
|
2852
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2903
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
2904
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx146("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx146(
|
|
2853
2905
|
"path",
|
|
2854
2906
|
{
|
|
2855
2907
|
fill: stroke || color || "currentColor",
|
|
@@ -2860,9 +2912,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2860
2912
|
) }), Regenerate_default = IconRegenerate;
|
|
2861
2913
|
|
|
2862
2914
|
// src/components/Resultsetting.tsx
|
|
2863
|
-
import { jsx as
|
|
2864
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2865
|
-
/* @__PURE__ */
|
|
2915
|
+
import { jsx as jsx147, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2916
|
+
var IconResultsetting = ({ 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: [
|
|
2917
|
+
/* @__PURE__ */ jsx147("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx147(
|
|
2866
2918
|
"path",
|
|
2867
2919
|
{
|
|
2868
2920
|
fill: stroke || color || "currentColor",
|
|
@@ -2871,7 +2923,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2871
2923
|
clipRule: "evenodd"
|
|
2872
2924
|
}
|
|
2873
2925
|
) }),
|
|
2874
|
-
/* @__PURE__ */
|
|
2926
|
+
/* @__PURE__ */ jsx147("defs", { children: /* @__PURE__ */ jsx147("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx147(
|
|
2875
2927
|
"rect",
|
|
2876
2928
|
{
|
|
2877
2929
|
width: "24",
|
|
@@ -2883,8 +2935,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2883
2935
|
] }), Resultsetting_default = IconResultsetting;
|
|
2884
2936
|
|
|
2885
2937
|
// src/components/RightFilled.tsx
|
|
2886
|
-
import { jsx as
|
|
2887
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2938
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
2939
|
+
var IconRightFilled = ({ 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(
|
|
2888
2940
|
"path",
|
|
2889
2941
|
{
|
|
2890
2942
|
fill: fill || color || "currentColor",
|
|
@@ -2895,8 +2947,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2895
2947
|
) }), RightFilled_default = IconRightFilled;
|
|
2896
2948
|
|
|
2897
2949
|
// src/components/SceneNext.tsx
|
|
2898
|
-
import { jsx as
|
|
2899
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2950
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
2951
|
+
var IconSceneNext = ({ 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(
|
|
2900
2952
|
"path",
|
|
2901
2953
|
{
|
|
2902
2954
|
fill: stroke || color || "currentColor",
|
|
@@ -2905,29 +2957,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2905
2957
|
) }), SceneNext_default = IconSceneNext;
|
|
2906
2958
|
|
|
2907
2959
|
// src/components/Scriptmode.tsx
|
|
2908
|
-
import { jsx as
|
|
2909
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2910
|
-
/* @__PURE__ */
|
|
2911
|
-
/* @__PURE__ */
|
|
2912
|
-
/* @__PURE__ */
|
|
2913
|
-
/* @__PURE__ */
|
|
2914
|
-
/* @__PURE__ */
|
|
2915
|
-
/* @__PURE__ */
|
|
2916
|
-
/* @__PURE__ */
|
|
2917
|
-
/* @__PURE__ */
|
|
2960
|
+
import { jsx as jsx150, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2961
|
+
var IconScriptmode = ({ 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: [
|
|
2962
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2963
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2964
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2965
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2966
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2967
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2968
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2969
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2918
2970
|
] }), Scriptmode_default = IconScriptmode;
|
|
2919
2971
|
|
|
2920
2972
|
// src/components/Scrolldown.tsx
|
|
2921
|
-
import { jsx as
|
|
2922
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2923
|
-
/* @__PURE__ */
|
|
2973
|
+
import { jsx as jsx151, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2974
|
+
var IconScrolldown = ({ 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: [
|
|
2975
|
+
/* @__PURE__ */ jsx151(
|
|
2924
2976
|
"path",
|
|
2925
2977
|
{
|
|
2926
2978
|
fill: stroke || color || "currentColor",
|
|
2927
2979
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
2928
2980
|
}
|
|
2929
2981
|
),
|
|
2930
|
-
/* @__PURE__ */
|
|
2982
|
+
/* @__PURE__ */ jsx151(
|
|
2931
2983
|
"path",
|
|
2932
2984
|
{
|
|
2933
2985
|
fill: stroke || color || "currentColor",
|
|
@@ -2937,8 +2989,8 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2937
2989
|
] }), Scrolldown_default = IconScrolldown;
|
|
2938
2990
|
|
|
2939
2991
|
// src/components/Sendrequest.tsx
|
|
2940
|
-
import { jsx as
|
|
2941
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2992
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
2993
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx152("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx152(
|
|
2942
2994
|
"path",
|
|
2943
2995
|
{
|
|
2944
2996
|
fill: fill || color || "currentColor",
|
|
@@ -2949,8 +3001,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
2949
3001
|
) }), Sendrequest_default = IconSendrequest;
|
|
2950
3002
|
|
|
2951
3003
|
// src/components/ShareFilled.tsx
|
|
2952
|
-
import { jsx as
|
|
2953
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3004
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
3005
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx153("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx153(
|
|
2954
3006
|
"path",
|
|
2955
3007
|
{
|
|
2956
3008
|
fill: fill || color || "currentColor",
|
|
@@ -2959,8 +3011,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2959
3011
|
) }), ShareFilled_default = IconShareFilled;
|
|
2960
3012
|
|
|
2961
3013
|
// src/components/Share.tsx
|
|
2962
|
-
import { jsx as
|
|
2963
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3014
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
3015
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx154("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx154(
|
|
2964
3016
|
"path",
|
|
2965
3017
|
{
|
|
2966
3018
|
fill: stroke || color || "currentColor",
|
|
@@ -2971,8 +3023,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2971
3023
|
) }), Share_default = IconShare;
|
|
2972
3024
|
|
|
2973
3025
|
// src/components/Sidebar.tsx
|
|
2974
|
-
import { jsx as
|
|
2975
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3026
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3027
|
+
var IconSidebar = ({ 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(
|
|
2976
3028
|
"path",
|
|
2977
3029
|
{
|
|
2978
3030
|
fill: stroke || color || "currentColor",
|
|
@@ -2983,8 +3035,8 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2983
3035
|
) }), Sidebar_default = IconSidebar;
|
|
2984
3036
|
|
|
2985
3037
|
// src/components/SocialX.tsx
|
|
2986
|
-
import { jsx as
|
|
2987
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3038
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
3039
|
+
var IconSocialX = ({ 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(
|
|
2988
3040
|
"path",
|
|
2989
3041
|
{
|
|
2990
3042
|
fill: fill || color || "currentColor",
|
|
@@ -2993,8 +3045,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2993
3045
|
) }), SocialX_default = IconSocialX;
|
|
2994
3046
|
|
|
2995
3047
|
// src/components/SocialDiscord.tsx
|
|
2996
|
-
import { jsx as
|
|
2997
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3048
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
3049
|
+
var IconSocialDiscord = ({ 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(
|
|
2998
3050
|
"path",
|
|
2999
3051
|
{
|
|
3000
3052
|
fill: fill || color || "currentColor",
|
|
@@ -3003,9 +3055,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3003
3055
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3004
3056
|
|
|
3005
3057
|
// src/components/SoundOff.tsx
|
|
3006
|
-
import { jsx as
|
|
3007
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3008
|
-
/* @__PURE__ */
|
|
3058
|
+
import { jsx as jsx158, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
3059
|
+
var IconSoundOff = ({ 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: [
|
|
3060
|
+
/* @__PURE__ */ jsx158(
|
|
3009
3061
|
"path",
|
|
3010
3062
|
{
|
|
3011
3063
|
fill: stroke || color || "currentColor",
|
|
@@ -3014,7 +3066,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3014
3066
|
clipRule: "evenodd"
|
|
3015
3067
|
}
|
|
3016
3068
|
),
|
|
3017
|
-
/* @__PURE__ */
|
|
3069
|
+
/* @__PURE__ */ jsx158(
|
|
3018
3070
|
"path",
|
|
3019
3071
|
{
|
|
3020
3072
|
fill: stroke || color || "currentColor",
|
|
@@ -3024,9 +3076,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3024
3076
|
] }), SoundOff_default = IconSoundOff;
|
|
3025
3077
|
|
|
3026
3078
|
// src/components/SoundOn.tsx
|
|
3027
|
-
import { jsx as
|
|
3028
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3029
|
-
/* @__PURE__ */
|
|
3079
|
+
import { jsx as jsx159, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3080
|
+
var IconSoundOn = ({ 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: [
|
|
3081
|
+
/* @__PURE__ */ jsx159(
|
|
3030
3082
|
"path",
|
|
3031
3083
|
{
|
|
3032
3084
|
fill: stroke || color || "currentColor",
|
|
@@ -3035,14 +3087,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3035
3087
|
clipRule: "evenodd"
|
|
3036
3088
|
}
|
|
3037
3089
|
),
|
|
3038
|
-
/* @__PURE__ */
|
|
3090
|
+
/* @__PURE__ */ jsx159(
|
|
3039
3091
|
"path",
|
|
3040
3092
|
{
|
|
3041
3093
|
fill: stroke || color || "currentColor",
|
|
3042
3094
|
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"
|
|
3043
3095
|
}
|
|
3044
3096
|
),
|
|
3045
|
-
/* @__PURE__ */
|
|
3097
|
+
/* @__PURE__ */ jsx159(
|
|
3046
3098
|
"path",
|
|
3047
3099
|
{
|
|
3048
3100
|
fill: stroke || color || "currentColor",
|
|
@@ -3052,8 +3104,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3052
3104
|
] }), SoundOn_default = IconSoundOn;
|
|
3053
3105
|
|
|
3054
3106
|
// src/components/Storyboard.tsx
|
|
3055
|
-
import { jsx as
|
|
3056
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3107
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3108
|
+
var IconStoryboard = ({ 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(
|
|
3057
3109
|
"path",
|
|
3058
3110
|
{
|
|
3059
3111
|
fill: stroke || color || "currentColor",
|
|
@@ -3064,25 +3116,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3064
3116
|
) }), Storyboard_default = IconStoryboard;
|
|
3065
3117
|
|
|
3066
3118
|
// src/components/StyleAutoFilled.tsx
|
|
3067
|
-
import { jsx as
|
|
3068
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3069
|
-
/* @__PURE__ */
|
|
3119
|
+
import { jsx as jsx161, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3120
|
+
var IconStyleAutoFilled = ({ 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: [
|
|
3121
|
+
/* @__PURE__ */ jsx161(
|
|
3070
3122
|
"path",
|
|
3071
3123
|
{
|
|
3072
3124
|
fill: fill || color || "currentColor",
|
|
3073
3125
|
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"
|
|
3074
3126
|
}
|
|
3075
3127
|
),
|
|
3076
|
-
/* @__PURE__ */
|
|
3128
|
+
/* @__PURE__ */ jsx161(
|
|
3077
3129
|
"path",
|
|
3078
3130
|
{
|
|
3079
3131
|
fill: fill || color || "currentColor",
|
|
3080
3132
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3081
3133
|
}
|
|
3082
3134
|
),
|
|
3083
|
-
/* @__PURE__ */
|
|
3084
|
-
/* @__PURE__ */
|
|
3085
|
-
/* @__PURE__ */
|
|
3135
|
+
/* @__PURE__ */ jsx161("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3136
|
+
/* @__PURE__ */ jsx161("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3137
|
+
/* @__PURE__ */ jsx161(
|
|
3086
3138
|
"path",
|
|
3087
3139
|
{
|
|
3088
3140
|
fill: fill || color || "currentColor",
|
|
@@ -3092,44 +3144,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3092
3144
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3093
3145
|
|
|
3094
3146
|
// src/components/Style.tsx
|
|
3095
|
-
import { jsx as
|
|
3096
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3097
|
-
/* @__PURE__ */
|
|
3147
|
+
import { jsx as jsx162, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3148
|
+
var IconStyle = ({ 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: [
|
|
3149
|
+
/* @__PURE__ */ jsx162(
|
|
3098
3150
|
"path",
|
|
3099
3151
|
{
|
|
3100
3152
|
fill: stroke || color || "currentColor",
|
|
3101
3153
|
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"
|
|
3102
3154
|
}
|
|
3103
3155
|
),
|
|
3104
|
-
/* @__PURE__ */
|
|
3156
|
+
/* @__PURE__ */ jsx162(
|
|
3105
3157
|
"path",
|
|
3106
3158
|
{
|
|
3107
3159
|
fill: stroke || color || "currentColor",
|
|
3108
3160
|
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"
|
|
3109
3161
|
}
|
|
3110
3162
|
),
|
|
3111
|
-
/* @__PURE__ */
|
|
3163
|
+
/* @__PURE__ */ jsx162(
|
|
3112
3164
|
"path",
|
|
3113
3165
|
{
|
|
3114
3166
|
fill: stroke || color || "currentColor",
|
|
3115
3167
|
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"
|
|
3116
3168
|
}
|
|
3117
3169
|
),
|
|
3118
|
-
/* @__PURE__ */
|
|
3170
|
+
/* @__PURE__ */ jsx162(
|
|
3119
3171
|
"path",
|
|
3120
3172
|
{
|
|
3121
3173
|
fill: stroke || color || "currentColor",
|
|
3122
3174
|
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"
|
|
3123
3175
|
}
|
|
3124
3176
|
),
|
|
3125
|
-
/* @__PURE__ */
|
|
3177
|
+
/* @__PURE__ */ jsx162(
|
|
3126
3178
|
"path",
|
|
3127
3179
|
{
|
|
3128
3180
|
fill: stroke || color || "currentColor",
|
|
3129
3181
|
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"
|
|
3130
3182
|
}
|
|
3131
3183
|
),
|
|
3132
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ jsx162(
|
|
3133
3185
|
"path",
|
|
3134
3186
|
{
|
|
3135
3187
|
fill: stroke || color || "currentColor",
|
|
@@ -3141,9 +3193,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3141
3193
|
] }), Style_default = IconStyle;
|
|
3142
3194
|
|
|
3143
3195
|
// src/components/Styleoverall.tsx
|
|
3144
|
-
import { jsx as
|
|
3145
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3146
|
-
/* @__PURE__ */
|
|
3196
|
+
import { jsx as jsx163, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3197
|
+
var IconStyleoverall = ({ 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: [
|
|
3198
|
+
/* @__PURE__ */ jsx163(
|
|
3147
3199
|
"path",
|
|
3148
3200
|
{
|
|
3149
3201
|
fill: stroke || color || "currentColor",
|
|
@@ -3152,7 +3204,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3152
3204
|
clipRule: "evenodd"
|
|
3153
3205
|
}
|
|
3154
3206
|
),
|
|
3155
|
-
/* @__PURE__ */
|
|
3207
|
+
/* @__PURE__ */ jsx163(
|
|
3156
3208
|
"path",
|
|
3157
3209
|
{
|
|
3158
3210
|
fill: stroke || color || "currentColor",
|
|
@@ -3161,7 +3213,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3161
3213
|
clipRule: "evenodd"
|
|
3162
3214
|
}
|
|
3163
3215
|
),
|
|
3164
|
-
/* @__PURE__ */
|
|
3216
|
+
/* @__PURE__ */ jsx163(
|
|
3165
3217
|
"path",
|
|
3166
3218
|
{
|
|
3167
3219
|
fill: stroke || color || "currentColor",
|
|
@@ -3170,7 +3222,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3170
3222
|
clipRule: "evenodd"
|
|
3171
3223
|
}
|
|
3172
3224
|
),
|
|
3173
|
-
/* @__PURE__ */
|
|
3225
|
+
/* @__PURE__ */ jsx163(
|
|
3174
3226
|
"path",
|
|
3175
3227
|
{
|
|
3176
3228
|
fill: stroke || color || "currentColor",
|
|
@@ -3182,8 +3234,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3182
3234
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3183
3235
|
|
|
3184
3236
|
// src/components/SwitchOffFilled.tsx
|
|
3185
|
-
import { jsx as
|
|
3186
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3237
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
3238
|
+
var IconSwitchOffFilled = ({ 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(
|
|
3187
3239
|
"path",
|
|
3188
3240
|
{
|
|
3189
3241
|
fill: fill || color || "currentColor",
|
|
@@ -3194,8 +3246,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3194
3246
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3195
3247
|
|
|
3196
3248
|
// src/components/SwitchOnFilled.tsx
|
|
3197
|
-
import { jsx as
|
|
3198
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3250
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
|
|
3199
3251
|
"path",
|
|
3200
3252
|
{
|
|
3201
3253
|
fill: fill || color || "currentColor",
|
|
@@ -3206,9 +3258,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3206
3258
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3207
3259
|
|
|
3208
3260
|
// src/components/Target.tsx
|
|
3209
|
-
import { jsx as
|
|
3210
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3211
|
-
/* @__PURE__ */
|
|
3261
|
+
import { jsx as jsx166, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3262
|
+
var IconTarget = ({ 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: [
|
|
3263
|
+
/* @__PURE__ */ jsx166(
|
|
3212
3264
|
"path",
|
|
3213
3265
|
{
|
|
3214
3266
|
fill: stroke || color || "currentColor",
|
|
@@ -3217,7 +3269,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3217
3269
|
clipRule: "evenodd"
|
|
3218
3270
|
}
|
|
3219
3271
|
),
|
|
3220
|
-
/* @__PURE__ */
|
|
3272
|
+
/* @__PURE__ */ jsx166(
|
|
3221
3273
|
"path",
|
|
3222
3274
|
{
|
|
3223
3275
|
fill: stroke || color || "currentColor",
|
|
@@ -3229,44 +3281,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3229
3281
|
] }), Target_default = IconTarget;
|
|
3230
3282
|
|
|
3231
3283
|
// src/components/TextLogo.tsx
|
|
3232
|
-
import { jsx as
|
|
3233
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3234
|
-
/* @__PURE__ */
|
|
3284
|
+
import { jsx as jsx167, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3285
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3286
|
+
/* @__PURE__ */ jsx167(
|
|
3235
3287
|
"path",
|
|
3236
3288
|
{
|
|
3237
3289
|
fill: fill || color || "currentColor",
|
|
3238
3290
|
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"
|
|
3239
3291
|
}
|
|
3240
3292
|
),
|
|
3241
|
-
/* @__PURE__ */
|
|
3293
|
+
/* @__PURE__ */ jsx167(
|
|
3242
3294
|
"path",
|
|
3243
3295
|
{
|
|
3244
3296
|
fill: fill || color || "currentColor",
|
|
3245
3297
|
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"
|
|
3246
3298
|
}
|
|
3247
3299
|
),
|
|
3248
|
-
/* @__PURE__ */
|
|
3300
|
+
/* @__PURE__ */ jsx167(
|
|
3249
3301
|
"path",
|
|
3250
3302
|
{
|
|
3251
3303
|
fill: fill || color || "currentColor",
|
|
3252
3304
|
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"
|
|
3253
3305
|
}
|
|
3254
3306
|
),
|
|
3255
|
-
/* @__PURE__ */
|
|
3307
|
+
/* @__PURE__ */ jsx167(
|
|
3256
3308
|
"path",
|
|
3257
3309
|
{
|
|
3258
3310
|
fill: fill || color || "currentColor",
|
|
3259
3311
|
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"
|
|
3260
3312
|
}
|
|
3261
3313
|
),
|
|
3262
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ jsx167(
|
|
3263
3315
|
"path",
|
|
3264
3316
|
{
|
|
3265
3317
|
fill: fill || color || "currentColor",
|
|
3266
3318
|
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"
|
|
3267
3319
|
}
|
|
3268
3320
|
),
|
|
3269
|
-
/* @__PURE__ */
|
|
3321
|
+
/* @__PURE__ */ jsx167(
|
|
3270
3322
|
"path",
|
|
3271
3323
|
{
|
|
3272
3324
|
fill: fill || color || "currentColor",
|
|
@@ -3276,8 +3328,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3276
3328
|
] }), TextLogo_default = IconTextLogo;
|
|
3277
3329
|
|
|
3278
3330
|
// src/components/Tips.tsx
|
|
3279
|
-
import { jsx as
|
|
3280
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3331
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
3332
|
+
var IconTips = ({ 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(
|
|
3281
3333
|
"path",
|
|
3282
3334
|
{
|
|
3283
3335
|
fill: stroke || color || "currentColor",
|
|
@@ -3288,16 +3340,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3288
3340
|
) }), Tips_default = IconTips;
|
|
3289
3341
|
|
|
3290
3342
|
// src/components/ToolsFilled.tsx
|
|
3291
|
-
import { jsx as
|
|
3292
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3293
|
-
/* @__PURE__ */
|
|
3343
|
+
import { jsx as jsx169, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3344
|
+
var IconToolsFilled = ({ 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: [
|
|
3345
|
+
/* @__PURE__ */ jsx169(
|
|
3294
3346
|
"path",
|
|
3295
3347
|
{
|
|
3296
3348
|
fill: fill || color || "currentColor",
|
|
3297
3349
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3298
3350
|
}
|
|
3299
3351
|
),
|
|
3300
|
-
/* @__PURE__ */
|
|
3352
|
+
/* @__PURE__ */ jsx169(
|
|
3301
3353
|
"path",
|
|
3302
3354
|
{
|
|
3303
3355
|
fill: fill || color || "currentColor",
|
|
@@ -3307,8 +3359,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3307
3359
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3308
3360
|
|
|
3309
3361
|
// src/components/Tools.tsx
|
|
3310
|
-
import { jsx as
|
|
3311
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3362
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3363
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx170("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx170(
|
|
3312
3364
|
"path",
|
|
3313
3365
|
{
|
|
3314
3366
|
stroke: stroke || color || "currentColor",
|
|
@@ -3318,8 +3370,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3318
3370
|
) }), Tools_default = IconTools;
|
|
3319
3371
|
|
|
3320
3372
|
// src/components/Undo.tsx
|
|
3321
|
-
import { jsx as
|
|
3322
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3373
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3374
|
+
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
|
|
3323
3375
|
"path",
|
|
3324
3376
|
{
|
|
3325
3377
|
fill: stroke || color || "currentColor",
|
|
@@ -3330,8 +3382,8 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3330
3382
|
) }), Undo_default = IconUndo;
|
|
3331
3383
|
|
|
3332
3384
|
// src/components/UpFilled.tsx
|
|
3333
|
-
import { jsx as
|
|
3334
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3385
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
3386
|
+
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx172("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx172(
|
|
3335
3387
|
"path",
|
|
3336
3388
|
{
|
|
3337
3389
|
fill: fill || color || "currentColor",
|
|
@@ -3342,8 +3394,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3342
3394
|
) }), UpFilled_default = IconUpFilled;
|
|
3343
3395
|
|
|
3344
3396
|
// src/components/UpleftFilled.tsx
|
|
3345
|
-
import { jsx as
|
|
3346
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3397
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3398
|
+
var IconUpleftFilled = ({ 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(
|
|
3347
3399
|
"path",
|
|
3348
3400
|
{
|
|
3349
3401
|
fill: fill || color || "currentColor",
|
|
@@ -3354,8 +3406,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3354
3406
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3355
3407
|
|
|
3356
3408
|
// src/components/Uploadedvideo.tsx
|
|
3357
|
-
import { jsx as
|
|
3358
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3409
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3410
|
+
var IconUploadedvideo = ({ 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(
|
|
3359
3411
|
"path",
|
|
3360
3412
|
{
|
|
3361
3413
|
fill: fill || color || "currentColor",
|
|
@@ -3366,8 +3418,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3366
3418
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3367
3419
|
|
|
3368
3420
|
// src/components/Uploadfiles.tsx
|
|
3369
|
-
import { jsx as
|
|
3370
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3421
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3422
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx175("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx175(
|
|
3371
3423
|
"path",
|
|
3372
3424
|
{
|
|
3373
3425
|
fill: stroke || color || "currentColor",
|
|
@@ -3376,20 +3428,20 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3376
3428
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3377
3429
|
|
|
3378
3430
|
// src/components/Uploadstory.tsx
|
|
3379
|
-
import { jsx as
|
|
3380
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3431
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3432
|
+
var IconUploadstory = ({ 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(
|
|
3381
3433
|
"path",
|
|
3382
3434
|
{
|
|
3383
3435
|
fill: stroke || color || "currentColor",
|
|
3384
|
-
d: "
|
|
3436
|
+
d: "M0 3V19.5H7.40901L10.409 22.5H13.591L16.591 19.5H24V3H16.125C14.4518 3 12.9614 3.78275 12 5.00206C11.0386 3.78275 9.54823 3 7.875 3H0ZM10.875 8.25C10.875 6.59315 9.53185 5.25 7.875 5.25H2.25V17.25H8.34099L11.341 20.25H12.659L15.659 17.25H21.75V5.25H16.125C14.4681 5.25 13.125 6.59315 13.125 8.25V15H10.875V8.25Z",
|
|
3385
3437
|
fillRule: "evenodd",
|
|
3386
3438
|
clipRule: "evenodd"
|
|
3387
3439
|
}
|
|
3388
3440
|
) }), Uploadstory_default = IconUploadstory;
|
|
3389
3441
|
|
|
3390
3442
|
// src/components/UprightFilled.tsx
|
|
3391
|
-
import { jsx as
|
|
3392
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3443
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3444
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx177("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx177(
|
|
3393
3445
|
"path",
|
|
3394
3446
|
{
|
|
3395
3447
|
fill: fill || color || "currentColor",
|
|
@@ -3400,8 +3452,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3400
3452
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3401
3453
|
|
|
3402
3454
|
// src/components/Userfeedback.tsx
|
|
3403
|
-
import { jsx as
|
|
3404
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3455
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3456
|
+
var IconUserfeedback = ({ 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(
|
|
3405
3457
|
"path",
|
|
3406
3458
|
{
|
|
3407
3459
|
fill: stroke || color || "currentColor",
|
|
@@ -3412,17 +3464,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3412
3464
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3413
3465
|
|
|
3414
3466
|
// src/components/Userfollow.tsx
|
|
3415
|
-
import { jsx as
|
|
3416
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3417
|
-
/* @__PURE__ */
|
|
3467
|
+
import { jsx as jsx179, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3468
|
+
var IconUserfollow = ({ 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: [
|
|
3469
|
+
/* @__PURE__ */ jsx179(
|
|
3418
3470
|
"path",
|
|
3419
3471
|
{
|
|
3420
3472
|
fill: stroke || color || "currentColor",
|
|
3421
3473
|
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"
|
|
3422
3474
|
}
|
|
3423
3475
|
),
|
|
3424
|
-
/* @__PURE__ */
|
|
3425
|
-
/* @__PURE__ */
|
|
3476
|
+
/* @__PURE__ */ jsx179("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3477
|
+
/* @__PURE__ */ jsx179(
|
|
3426
3478
|
"path",
|
|
3427
3479
|
{
|
|
3428
3480
|
fill: stroke || color || "currentColor",
|
|
@@ -3434,8 +3486,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3434
3486
|
] }), Userfollow_default = IconUserfollow;
|
|
3435
3487
|
|
|
3436
3488
|
// src/components/Userfollowback.tsx
|
|
3437
|
-
import { jsx as
|
|
3438
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3489
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3490
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx180("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx180(
|
|
3439
3491
|
"path",
|
|
3440
3492
|
{
|
|
3441
3493
|
fill: stroke || color || "currentColor",
|
|
@@ -3444,8 +3496,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3444
3496
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3445
3497
|
|
|
3446
3498
|
// src/components/Userfollowed.tsx
|
|
3447
|
-
import { jsx as
|
|
3448
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3499
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
3500
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx181("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx181(
|
|
3449
3501
|
"path",
|
|
3450
3502
|
{
|
|
3451
3503
|
fill: stroke || color || "currentColor",
|
|
@@ -3454,16 +3506,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3454
3506
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3455
3507
|
|
|
3456
3508
|
// src/components/VideoGeneration.tsx
|
|
3457
|
-
import { jsx as
|
|
3458
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3459
|
-
/* @__PURE__ */
|
|
3509
|
+
import { jsx as jsx182, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3510
|
+
var IconVideoGeneration = ({ 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: [
|
|
3511
|
+
/* @__PURE__ */ jsx182(
|
|
3460
3512
|
"path",
|
|
3461
3513
|
{
|
|
3462
3514
|
fill: stroke || color || "currentColor",
|
|
3463
3515
|
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"
|
|
3464
3516
|
}
|
|
3465
3517
|
),
|
|
3466
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ jsx182(
|
|
3467
3519
|
"path",
|
|
3468
3520
|
{
|
|
3469
3521
|
fill: stroke || color || "currentColor",
|
|
@@ -3472,7 +3524,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3472
3524
|
clipRule: "evenodd"
|
|
3473
3525
|
}
|
|
3474
3526
|
),
|
|
3475
|
-
/* @__PURE__ */
|
|
3527
|
+
/* @__PURE__ */ jsx182(
|
|
3476
3528
|
"path",
|
|
3477
3529
|
{
|
|
3478
3530
|
fill: stroke || color || "currentColor",
|
|
@@ -3482,10 +3534,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3482
3534
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3483
3535
|
|
|
3484
3536
|
// src/components/VideoLength.tsx
|
|
3485
|
-
import { jsx as
|
|
3486
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3487
|
-
/* @__PURE__ */
|
|
3488
|
-
/* @__PURE__ */
|
|
3537
|
+
import { jsx as jsx183, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3538
|
+
var IconVideoLength = ({ 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: [
|
|
3539
|
+
/* @__PURE__ */ jsx183("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3540
|
+
/* @__PURE__ */ jsx183(
|
|
3489
3541
|
"path",
|
|
3490
3542
|
{
|
|
3491
3543
|
fill: stroke || color || "currentColor",
|
|
@@ -3497,9 +3549,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3497
3549
|
] }), VideoLength_default = IconVideoLength;
|
|
3498
3550
|
|
|
3499
3551
|
// src/components/Videogenerate.tsx
|
|
3500
|
-
import { jsx as
|
|
3501
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3502
|
-
/* @__PURE__ */
|
|
3552
|
+
import { jsx as jsx184, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3553
|
+
var IconVideogenerate = ({ 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: [
|
|
3554
|
+
/* @__PURE__ */ jsx184(
|
|
3503
3555
|
"path",
|
|
3504
3556
|
{
|
|
3505
3557
|
fill: stroke || color || "currentColor",
|
|
@@ -3508,7 +3560,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3508
3560
|
clipRule: "evenodd"
|
|
3509
3561
|
}
|
|
3510
3562
|
),
|
|
3511
|
-
/* @__PURE__ */
|
|
3563
|
+
/* @__PURE__ */ jsx184(
|
|
3512
3564
|
"path",
|
|
3513
3565
|
{
|
|
3514
3566
|
fill: stroke || color || "currentColor",
|
|
@@ -3520,8 +3572,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3520
3572
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3521
3573
|
|
|
3522
3574
|
// src/components/Visualstyles.tsx
|
|
3523
|
-
import { jsx as
|
|
3524
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3575
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3576
|
+
var IconVisualstyles = ({ 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(
|
|
3525
3577
|
"path",
|
|
3526
3578
|
{
|
|
3527
3579
|
fill: stroke || color || "currentColor",
|
|
@@ -3532,9 +3584,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3532
3584
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3533
3585
|
|
|
3534
3586
|
// src/components/Volume.tsx
|
|
3535
|
-
import { jsx as
|
|
3536
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3537
|
-
/* @__PURE__ */
|
|
3587
|
+
import { jsx as jsx186, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3588
|
+
var IconVolume = ({ 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: [
|
|
3589
|
+
/* @__PURE__ */ jsx186(
|
|
3538
3590
|
"path",
|
|
3539
3591
|
{
|
|
3540
3592
|
fill: stroke || color || "currentColor",
|
|
@@ -3543,14 +3595,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3543
3595
|
clipRule: "evenodd"
|
|
3544
3596
|
}
|
|
3545
3597
|
),
|
|
3546
|
-
/* @__PURE__ */
|
|
3598
|
+
/* @__PURE__ */ jsx186(
|
|
3547
3599
|
"path",
|
|
3548
3600
|
{
|
|
3549
3601
|
fill: stroke || color || "currentColor",
|
|
3550
3602
|
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"
|
|
3551
3603
|
}
|
|
3552
3604
|
),
|
|
3553
|
-
/* @__PURE__ */
|
|
3605
|
+
/* @__PURE__ */ jsx186(
|
|
3554
3606
|
"path",
|
|
3555
3607
|
{
|
|
3556
3608
|
fill: stroke || color || "currentColor",
|
|
@@ -3560,8 +3612,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3560
3612
|
] }), Volume_default = IconVolume;
|
|
3561
3613
|
|
|
3562
3614
|
// src/components/Withdrawgame.tsx
|
|
3563
|
-
import { jsx as
|
|
3564
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3615
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
3616
|
+
var IconWithdrawgame = ({ 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(
|
|
3565
3617
|
"path",
|
|
3566
3618
|
{
|
|
3567
3619
|
fill: stroke || color || "currentColor",
|
|
@@ -3572,16 +3624,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3572
3624
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3573
3625
|
|
|
3574
3626
|
// src/components/Zoomhandle.tsx
|
|
3575
|
-
import { jsx as
|
|
3576
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3577
|
-
/* @__PURE__ */
|
|
3627
|
+
import { jsx as jsx188, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3628
|
+
var IconZoomhandle = ({ 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: [
|
|
3629
|
+
/* @__PURE__ */ jsx188(
|
|
3578
3630
|
"path",
|
|
3579
3631
|
{
|
|
3580
3632
|
fill: fill || color || "currentColor",
|
|
3581
3633
|
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"
|
|
3582
3634
|
}
|
|
3583
3635
|
),
|
|
3584
|
-
/* @__PURE__ */
|
|
3636
|
+
/* @__PURE__ */ jsx188(
|
|
3585
3637
|
"path",
|
|
3586
3638
|
{
|
|
3587
3639
|
fill: stroke || color || "currentColor",
|
|
@@ -3591,16 +3643,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3591
3643
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3592
3644
|
|
|
3593
3645
|
// src/components/Zoomin.tsx
|
|
3594
|
-
import { jsx as
|
|
3595
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3596
|
-
/* @__PURE__ */
|
|
3646
|
+
import { jsx as jsx189, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3647
|
+
var IconZoomin = ({ 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: [
|
|
3648
|
+
/* @__PURE__ */ jsx189(
|
|
3597
3649
|
"path",
|
|
3598
3650
|
{
|
|
3599
3651
|
fill: stroke || color || "currentColor",
|
|
3600
3652
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3601
3653
|
}
|
|
3602
3654
|
),
|
|
3603
|
-
/* @__PURE__ */
|
|
3655
|
+
/* @__PURE__ */ jsx189(
|
|
3604
3656
|
"path",
|
|
3605
3657
|
{
|
|
3606
3658
|
fill: stroke || color || "currentColor",
|
|
@@ -3612,10 +3664,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3612
3664
|
] }), Zoomin_default = IconZoomin;
|
|
3613
3665
|
|
|
3614
3666
|
// src/components/Zoomout.tsx
|
|
3615
|
-
import { jsx as
|
|
3616
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3617
|
-
/* @__PURE__ */
|
|
3618
|
-
/* @__PURE__ */
|
|
3667
|
+
import { jsx as jsx190, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3668
|
+
var IconZoomout = ({ 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: [
|
|
3669
|
+
/* @__PURE__ */ jsx190("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3670
|
+
/* @__PURE__ */ jsx190(
|
|
3619
3671
|
"path",
|
|
3620
3672
|
{
|
|
3621
3673
|
fill: stroke || color || "currentColor",
|
|
@@ -3679,6 +3731,7 @@ export {
|
|
|
3679
3731
|
FiletypeWordFilled_default as IconFiletypeWordFilled,
|
|
3680
3732
|
FiletypeWordLumiFilled_default as IconFiletypeWordLumiFilled,
|
|
3681
3733
|
Fillin_default as IconFillin,
|
|
3734
|
+
FmVeditorstart_default as IconFmVeditorstart,
|
|
3682
3735
|
FoldedMenu_default as IconFoldedMenu,
|
|
3683
3736
|
FullScreen_default as IconFullScreen,
|
|
3684
3737
|
Game_default as IconGame,
|
|
@@ -3689,6 +3742,7 @@ export {
|
|
|
3689
3742
|
GamecontrolGameplay_default as IconGamecontrolGameplay,
|
|
3690
3743
|
GamecontrolLinear_default as IconGamecontrolLinear,
|
|
3691
3744
|
GamecontrolNone_default as IconGamecontrolNone,
|
|
3745
|
+
GamecontrolTerminal_default as IconGamecontrolTerminal,
|
|
3692
3746
|
Gamelanguage_default as IconGamelanguage,
|
|
3693
3747
|
Gamepreview_default as IconGamepreview,
|
|
3694
3748
|
Gameui_default as IconGameui,
|
|
@@ -3761,6 +3815,7 @@ export {
|
|
|
3761
3815
|
ProblemFilled_default as IconProblemFilled,
|
|
3762
3816
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
3763
3817
|
Publish_default as IconPublish,
|
|
3818
|
+
QtEsave_default as IconQtEsave,
|
|
3764
3819
|
Ratio_default as IconRatio,
|
|
3765
3820
|
Ratio11_default as IconRatio11,
|
|
3766
3821
|
Ratio169_default as IconRatio169,
|