@yoroll/react-icon 0.0.17 → 0.0.19
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/README.md +59 -0
- package/dist/index.cjs +729 -583
- package/dist/index.iife.js +719 -582
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +907 -752
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Edit.d.ts +4 -0
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/Gameuivariable.d.ts +4 -0
- package/dist/types/components/Generate.d.ts +4 -0
- package/dist/types/components/Notification.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/Sendup.d.ts +4 -0
- package/dist/types/components/Sendup2.d.ts +4 -0
- package/dist/types/components/TipsFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +10 -1
- package/package.json +1 -1
- package/dist/types/components/Changeprofilephoto.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.18 */
|
|
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",
|
|
@@ -333,21 +357,9 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
333
357
|
}
|
|
334
358
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
335
359
|
|
|
336
|
-
// src/components/Changeprofilephoto.tsx
|
|
337
|
-
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
338
|
-
var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
|
|
339
|
-
"path",
|
|
340
|
-
{
|
|
341
|
-
fill: stroke || color || "currentColor",
|
|
342
|
-
d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
|
|
343
|
-
fillRule: "evenodd",
|
|
344
|
-
clipRule: "evenodd"
|
|
345
|
-
}
|
|
346
|
-
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
347
|
-
|
|
348
360
|
// src/components/Chaptercollapse.tsx
|
|
349
|
-
import { jsx as
|
|
350
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
361
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
362
|
+
var IconChaptercollapse = ({ 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(
|
|
351
363
|
"path",
|
|
352
364
|
{
|
|
353
365
|
fill: stroke || color || "currentColor",
|
|
@@ -358,8 +370,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
358
370
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
359
371
|
|
|
360
372
|
// src/components/Chapterexpand.tsx
|
|
361
|
-
import { jsx as
|
|
362
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
373
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
374
|
+
var IconChapterexpand = ({ 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(
|
|
363
375
|
"path",
|
|
364
376
|
{
|
|
365
377
|
fill: stroke || color || "currentColor",
|
|
@@ -370,8 +382,8 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
370
382
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
371
383
|
|
|
372
384
|
// src/components/Check.tsx
|
|
373
|
-
import { jsx as
|
|
374
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
385
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
386
|
+
var IconCheck = ({ 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(
|
|
375
387
|
"path",
|
|
376
388
|
{
|
|
377
389
|
fill: stroke || color || "currentColor",
|
|
@@ -380,8 +392,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
380
392
|
) }), Check_default = IconCheck;
|
|
381
393
|
|
|
382
394
|
// src/components/CheckedFilled.tsx
|
|
383
|
-
import { jsx as
|
|
384
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
395
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
396
|
+
var IconCheckedFilled = ({ 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(
|
|
385
397
|
"path",
|
|
386
398
|
{
|
|
387
399
|
fill: fill || color || "currentColor",
|
|
@@ -392,8 +404,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
392
404
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
393
405
|
|
|
394
406
|
// src/components/Close.tsx
|
|
395
|
-
import { jsx as
|
|
396
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
407
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
408
|
+
var IconClose = ({ 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(
|
|
397
409
|
"path",
|
|
398
410
|
{
|
|
399
411
|
fill: stroke || color || "currentColor",
|
|
@@ -402,9 +414,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
402
414
|
) }), Close_default = IconClose;
|
|
403
415
|
|
|
404
416
|
// src/components/Collapsewindow.tsx
|
|
405
|
-
import { jsx as
|
|
417
|
+
import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
406
418
|
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__ */
|
|
419
|
+
/* @__PURE__ */ jsx30(
|
|
408
420
|
"path",
|
|
409
421
|
{
|
|
410
422
|
fill: stroke || color || "currentColor",
|
|
@@ -413,7 +425,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
413
425
|
clipRule: "evenodd"
|
|
414
426
|
}
|
|
415
427
|
),
|
|
416
|
-
/* @__PURE__ */
|
|
428
|
+
/* @__PURE__ */ jsx30(
|
|
417
429
|
"path",
|
|
418
430
|
{
|
|
419
431
|
fill: stroke || color || "currentColor",
|
|
@@ -425,10 +437,10 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
425
437
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
426
438
|
|
|
427
439
|
// src/components/Copy.tsx
|
|
428
|
-
import { jsx as
|
|
440
|
+
import { jsx as jsx31, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
429
441
|
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__ */
|
|
442
|
+
/* @__PURE__ */ jsx31("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
443
|
+
/* @__PURE__ */ jsx31(
|
|
432
444
|
"path",
|
|
433
445
|
{
|
|
434
446
|
fill: stroke || color || "currentColor",
|
|
@@ -440,8 +452,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
440
452
|
] }), Copy_default = IconCopy;
|
|
441
453
|
|
|
442
454
|
// src/components/Copylink.tsx
|
|
443
|
-
import { jsx as
|
|
444
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
455
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
456
|
+
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
445
457
|
"path",
|
|
446
458
|
{
|
|
447
459
|
fill: stroke || color || "currentColor",
|
|
@@ -452,9 +464,9 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
452
464
|
) }), Copylink_default = IconCopylink;
|
|
453
465
|
|
|
454
466
|
// src/components/CreditFilled.tsx
|
|
455
|
-
import { jsx as
|
|
467
|
+
import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
456
468
|
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__ */
|
|
469
|
+
/* @__PURE__ */ jsx33("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx33(
|
|
458
470
|
"path",
|
|
459
471
|
{
|
|
460
472
|
fill: fill || color || "currentColor",
|
|
@@ -463,12 +475,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
463
475
|
clipRule: "evenodd"
|
|
464
476
|
}
|
|
465
477
|
) }),
|
|
466
|
-
/* @__PURE__ */
|
|
478
|
+
/* @__PURE__ */ jsx33("defs", { children: /* @__PURE__ */ jsx33("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx33("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
467
479
|
] }), CreditFilled_default = IconCreditFilled;
|
|
468
480
|
|
|
469
481
|
// src/components/Cursor.tsx
|
|
470
|
-
import { jsx as
|
|
471
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
482
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
483
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
|
|
472
484
|
"path",
|
|
473
485
|
{
|
|
474
486
|
fill: stroke || color || "currentColor",
|
|
@@ -479,10 +491,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
479
491
|
) }), Cursor_default = IconCursor;
|
|
480
492
|
|
|
481
493
|
// src/components/DeleteSceneChoice.tsx
|
|
482
|
-
import { jsx as
|
|
494
|
+
import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
483
495
|
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__ */
|
|
496
|
+
/* @__PURE__ */ jsx35("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
497
|
+
/* @__PURE__ */ jsx35(
|
|
486
498
|
"path",
|
|
487
499
|
{
|
|
488
500
|
fill: stroke || color || "currentColor",
|
|
@@ -494,10 +506,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
494
506
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
495
507
|
|
|
496
508
|
// src/components/Delete.tsx
|
|
497
|
-
import { jsx as
|
|
509
|
+
import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
498
510
|
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__ */
|
|
511
|
+
/* @__PURE__ */ jsx36("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
512
|
+
/* @__PURE__ */ jsx36(
|
|
501
513
|
"path",
|
|
502
514
|
{
|
|
503
515
|
fill: stroke || color || "currentColor",
|
|
@@ -509,8 +521,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
509
521
|
] }), Delete_default = IconDelete;
|
|
510
522
|
|
|
511
523
|
// src/components/DownFilled.tsx
|
|
512
|
-
import { jsx as
|
|
513
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
524
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
525
|
+
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
514
526
|
"path",
|
|
515
527
|
{
|
|
516
528
|
fill: fill || color || "currentColor",
|
|
@@ -521,8 +533,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
521
533
|
) }), DownFilled_default = IconDownFilled;
|
|
522
534
|
|
|
523
535
|
// src/components/DownleftFilled.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
536
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
537
|
+
var IconDownleftFilled = ({ 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(
|
|
526
538
|
"path",
|
|
527
539
|
{
|
|
528
540
|
fill: fill || color || "currentColor",
|
|
@@ -533,16 +545,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
533
545
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
534
546
|
|
|
535
547
|
// src/components/Download.tsx
|
|
536
|
-
import { jsx as
|
|
548
|
+
import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
537
549
|
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__ */
|
|
550
|
+
/* @__PURE__ */ jsx39(
|
|
539
551
|
"path",
|
|
540
552
|
{
|
|
541
553
|
fill: stroke || color || "currentColor",
|
|
542
554
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
543
555
|
}
|
|
544
556
|
),
|
|
545
|
-
/* @__PURE__ */
|
|
557
|
+
/* @__PURE__ */ jsx39(
|
|
546
558
|
"path",
|
|
547
559
|
{
|
|
548
560
|
fill: stroke || color || "currentColor",
|
|
@@ -554,8 +566,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
554
566
|
] }), Download_default = IconDownload;
|
|
555
567
|
|
|
556
568
|
// src/components/DownrightFilled.tsx
|
|
557
|
-
import { jsx as
|
|
558
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
569
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
570
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx40(
|
|
559
571
|
"path",
|
|
560
572
|
{
|
|
561
573
|
fill: fill || color || "currentColor",
|
|
@@ -566,20 +578,41 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
566
578
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
567
579
|
|
|
568
580
|
// src/components/DraghandleFilled.tsx
|
|
569
|
-
import { jsx as
|
|
581
|
+
import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
570
582
|
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__ */
|
|
583
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
584
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
585
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
586
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
587
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
588
|
+
/* @__PURE__ */ jsx41("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
577
589
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
578
590
|
|
|
591
|
+
// src/components/Edit.tsx
|
|
592
|
+
import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
593
|
+
var IconEdit = ({ 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: [
|
|
594
|
+
/* @__PURE__ */ jsx42(
|
|
595
|
+
"path",
|
|
596
|
+
{
|
|
597
|
+
fill: stroke || color || "currentColor",
|
|
598
|
+
d: "M18.75 0L9 9.75V15H14.25L24 5.25L18.75 0ZM11.25 12.75V10.682L18.75 3.18198L20.818 5.25L13.318 12.75H11.25Z",
|
|
599
|
+
fillRule: "evenodd",
|
|
600
|
+
clipRule: "evenodd"
|
|
601
|
+
}
|
|
602
|
+
),
|
|
603
|
+
/* @__PURE__ */ jsx42(
|
|
604
|
+
"path",
|
|
605
|
+
{
|
|
606
|
+
fill: stroke || color || "currentColor",
|
|
607
|
+
d: "M1.5 1.5V22.5H22.5V13.5H20.25V20.25H3.75V3.75H10.5V1.5H1.5Z"
|
|
608
|
+
}
|
|
609
|
+
)
|
|
610
|
+
] }), Edit_default = IconEdit;
|
|
611
|
+
|
|
579
612
|
// src/components/Expandwindow.tsx
|
|
580
|
-
import { jsx as
|
|
581
|
-
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
582
|
-
/* @__PURE__ */
|
|
613
|
+
import { jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
614
|
+
var IconExpandwindow = ({ 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: [
|
|
615
|
+
/* @__PURE__ */ jsx43(
|
|
583
616
|
"path",
|
|
584
617
|
{
|
|
585
618
|
fill: stroke || color || "currentColor",
|
|
@@ -588,7 +621,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
588
621
|
clipRule: "evenodd"
|
|
589
622
|
}
|
|
590
623
|
),
|
|
591
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ jsx43(
|
|
592
625
|
"path",
|
|
593
626
|
{
|
|
594
627
|
fill: stroke || color || "currentColor",
|
|
@@ -600,8 +633,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
600
633
|
] }), Expandwindow_default = IconExpandwindow;
|
|
601
634
|
|
|
602
635
|
// src/components/FavoriteFilled.tsx
|
|
603
|
-
import { jsx as
|
|
604
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
636
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
637
|
+
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
638
|
"path",
|
|
606
639
|
{
|
|
607
640
|
fill: fill || color || "currentColor",
|
|
@@ -610,8 +643,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
610
643
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
611
644
|
|
|
612
645
|
// src/components/Favorite.tsx
|
|
613
|
-
import { jsx as
|
|
614
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
646
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
647
|
+
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
648
|
"path",
|
|
616
649
|
{
|
|
617
650
|
fill: stroke || color || "currentColor",
|
|
@@ -622,8 +655,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
622
655
|
) }), Favorite_default = IconFavorite;
|
|
623
656
|
|
|
624
657
|
// src/components/FeedbackFailFilled.tsx
|
|
625
|
-
import { jsx as
|
|
626
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
658
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
659
|
+
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
660
|
"path",
|
|
628
661
|
{
|
|
629
662
|
fill: fill || color || "currentColor",
|
|
@@ -634,8 +667,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
634
667
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
635
668
|
|
|
636
669
|
// src/components/FeedbackPendingFilled.tsx
|
|
637
|
-
import { jsx as
|
|
638
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
670
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
671
|
+
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
672
|
"path",
|
|
640
673
|
{
|
|
641
674
|
fill: fill || color || "currentColor",
|
|
@@ -646,8 +679,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
646
679
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
647
680
|
|
|
648
681
|
// src/components/FeedbackProblemFilled.tsx
|
|
649
|
-
import { jsx as
|
|
650
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
682
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
683
|
+
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
684
|
"path",
|
|
652
685
|
{
|
|
653
686
|
fill: fill || color || "currentColor",
|
|
@@ -658,30 +691,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
658
691
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
659
692
|
|
|
660
693
|
// src/components/FeedbackProblem.tsx
|
|
661
|
-
import { jsx as
|
|
662
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
663
|
-
/* @__PURE__ */
|
|
694
|
+
import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
695
|
+
var IconFeedbackProblem = ({ 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: [
|
|
696
|
+
/* @__PURE__ */ jsx49(
|
|
664
697
|
"path",
|
|
665
698
|
{
|
|
666
699
|
fill: stroke || color || "currentColor",
|
|
667
700
|
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
701
|
}
|
|
669
702
|
),
|
|
670
|
-
/* @__PURE__ */
|
|
703
|
+
/* @__PURE__ */ jsx49(
|
|
671
704
|
"path",
|
|
672
705
|
{
|
|
673
706
|
fill: stroke || color || "currentColor",
|
|
674
707
|
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
708
|
}
|
|
676
709
|
),
|
|
677
|
-
/* @__PURE__ */
|
|
710
|
+
/* @__PURE__ */ jsx49(
|
|
678
711
|
"path",
|
|
679
712
|
{
|
|
680
713
|
fill: stroke || color || "currentColor",
|
|
681
714
|
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
715
|
}
|
|
683
716
|
),
|
|
684
|
-
/* @__PURE__ */
|
|
717
|
+
/* @__PURE__ */ jsx49(
|
|
685
718
|
"path",
|
|
686
719
|
{
|
|
687
720
|
fill: stroke || color || "currentColor",
|
|
@@ -693,9 +726,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
693
726
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
694
727
|
|
|
695
728
|
// src/components/FiletypeImageFilled.tsx
|
|
696
|
-
import { jsx as
|
|
697
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
729
|
+
import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
730
|
+
var IconFiletypeImageFilled = ({ 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: [
|
|
731
|
+
/* @__PURE__ */ jsx50("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx50(
|
|
699
732
|
"path",
|
|
700
733
|
{
|
|
701
734
|
fill: "#2E2E2E",
|
|
@@ -703,21 +736,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
703
736
|
style: { opacity: 0.3 }
|
|
704
737
|
}
|
|
705
738
|
) }),
|
|
706
|
-
/* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx50(
|
|
707
740
|
"path",
|
|
708
741
|
{
|
|
709
742
|
fill: "#2E2E2E",
|
|
710
743
|
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
744
|
}
|
|
712
745
|
),
|
|
713
|
-
/* @__PURE__ */
|
|
746
|
+
/* @__PURE__ */ jsx50(
|
|
714
747
|
"path",
|
|
715
748
|
{
|
|
716
749
|
fill: "#2E2E2E",
|
|
717
750
|
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
751
|
}
|
|
719
752
|
),
|
|
720
|
-
/* @__PURE__ */
|
|
753
|
+
/* @__PURE__ */ jsx50(
|
|
721
754
|
"path",
|
|
722
755
|
{
|
|
723
756
|
fill: "#2E2E2E",
|
|
@@ -729,9 +762,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
729
762
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
730
763
|
|
|
731
764
|
// src/components/FiletypePdfFilled.tsx
|
|
732
|
-
import { jsx as
|
|
733
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
734
|
-
/* @__PURE__ */
|
|
765
|
+
import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
766
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
767
|
+
/* @__PURE__ */ jsx51("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx51(
|
|
735
768
|
"path",
|
|
736
769
|
{
|
|
737
770
|
fill: "#FF3E4C",
|
|
@@ -739,14 +772,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
739
772
|
style: { opacity: 0.3 }
|
|
740
773
|
}
|
|
741
774
|
) }),
|
|
742
|
-
/* @__PURE__ */
|
|
775
|
+
/* @__PURE__ */ jsx51(
|
|
743
776
|
"path",
|
|
744
777
|
{
|
|
745
778
|
fill: "#FF3E4C",
|
|
746
779
|
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
780
|
}
|
|
748
781
|
),
|
|
749
|
-
/* @__PURE__ */
|
|
782
|
+
/* @__PURE__ */ jsx51(
|
|
750
783
|
"path",
|
|
751
784
|
{
|
|
752
785
|
fill: "#FF3E4C",
|
|
@@ -756,9 +789,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
756
789
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
757
790
|
|
|
758
791
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
759
|
-
import { jsx as
|
|
760
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
761
|
-
/* @__PURE__ */
|
|
792
|
+
import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
793
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
794
|
+
/* @__PURE__ */ jsx52("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx52(
|
|
762
795
|
"path",
|
|
763
796
|
{
|
|
764
797
|
fill: "#2E2E2E",
|
|
@@ -766,14 +799,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
766
799
|
style: { opacity: 0.3 }
|
|
767
800
|
}
|
|
768
801
|
) }),
|
|
769
|
-
/* @__PURE__ */
|
|
802
|
+
/* @__PURE__ */ jsx52(
|
|
770
803
|
"path",
|
|
771
804
|
{
|
|
772
805
|
fill: "#2E2E2E",
|
|
773
806
|
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
807
|
}
|
|
775
808
|
),
|
|
776
|
-
/* @__PURE__ */
|
|
809
|
+
/* @__PURE__ */ jsx52(
|
|
777
810
|
"path",
|
|
778
811
|
{
|
|
779
812
|
fill: "#2E2E2E",
|
|
@@ -783,9 +816,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
783
816
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
784
817
|
|
|
785
818
|
// src/components/FiletypeTxtFilled.tsx
|
|
786
|
-
import { jsx as
|
|
787
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
788
|
-
/* @__PURE__ */
|
|
819
|
+
import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
820
|
+
var IconFiletypeTxtFilled = ({ 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: [
|
|
821
|
+
/* @__PURE__ */ jsx53("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx53(
|
|
789
822
|
"path",
|
|
790
823
|
{
|
|
791
824
|
fill: "#005FAD",
|
|
@@ -793,11 +826,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
793
826
|
style: { opacity: 0.3 }
|
|
794
827
|
}
|
|
795
828
|
) }),
|
|
796
|
-
/* @__PURE__ */
|
|
797
|
-
/* @__PURE__ */
|
|
798
|
-
/* @__PURE__ */
|
|
799
|
-
/* @__PURE__ */
|
|
800
|
-
/* @__PURE__ */
|
|
829
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
830
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
831
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
832
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
833
|
+
/* @__PURE__ */ jsx53(
|
|
801
834
|
"path",
|
|
802
835
|
{
|
|
803
836
|
fill: "#005FAD",
|
|
@@ -807,9 +840,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
807
840
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
808
841
|
|
|
809
842
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
810
|
-
import { jsx as
|
|
811
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
812
|
-
/* @__PURE__ */
|
|
843
|
+
import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
844
|
+
var IconFiletypeTxtLumiFilled = ({ 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: [
|
|
845
|
+
/* @__PURE__ */ jsx54("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx54(
|
|
813
846
|
"path",
|
|
814
847
|
{
|
|
815
848
|
fill: "#2E2E2E",
|
|
@@ -817,11 +850,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
817
850
|
style: { opacity: 0.3 }
|
|
818
851
|
}
|
|
819
852
|
) }),
|
|
820
|
-
/* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
822
|
-
/* @__PURE__ */
|
|
823
|
-
/* @__PURE__ */
|
|
824
|
-
/* @__PURE__ */
|
|
853
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
854
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
855
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
856
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
857
|
+
/* @__PURE__ */ jsx54(
|
|
825
858
|
"path",
|
|
826
859
|
{
|
|
827
860
|
fill: "#2E2E2E",
|
|
@@ -831,9 +864,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
831
864
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
832
865
|
|
|
833
866
|
// src/components/FiletypeWordFilled.tsx
|
|
834
|
-
import { jsx as
|
|
835
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
836
|
-
/* @__PURE__ */
|
|
867
|
+
import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
868
|
+
var IconFiletypeWordFilled = ({ 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: [
|
|
869
|
+
/* @__PURE__ */ jsx55("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx55(
|
|
837
870
|
"path",
|
|
838
871
|
{
|
|
839
872
|
fill: "#0072FF",
|
|
@@ -841,14 +874,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
841
874
|
style: { opacity: 0.3 }
|
|
842
875
|
}
|
|
843
876
|
) }),
|
|
844
|
-
/* @__PURE__ */
|
|
877
|
+
/* @__PURE__ */ jsx55(
|
|
845
878
|
"path",
|
|
846
879
|
{
|
|
847
880
|
fill: "#0072FF",
|
|
848
881
|
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
882
|
}
|
|
850
883
|
),
|
|
851
|
-
/* @__PURE__ */
|
|
884
|
+
/* @__PURE__ */ jsx55(
|
|
852
885
|
"path",
|
|
853
886
|
{
|
|
854
887
|
fill: "#0072FF",
|
|
@@ -858,9 +891,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
858
891
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
859
892
|
|
|
860
893
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
861
|
-
import { jsx as
|
|
862
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
863
|
-
/* @__PURE__ */
|
|
894
|
+
import { jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
895
|
+
var IconFiletypeWordLumiFilled = ({ 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: [
|
|
896
|
+
/* @__PURE__ */ jsx56("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx56(
|
|
864
897
|
"path",
|
|
865
898
|
{
|
|
866
899
|
fill: "#2E2E2E",
|
|
@@ -868,14 +901,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
868
901
|
style: { opacity: 0.3 }
|
|
869
902
|
}
|
|
870
903
|
) }),
|
|
871
|
-
/* @__PURE__ */
|
|
904
|
+
/* @__PURE__ */ jsx56(
|
|
872
905
|
"path",
|
|
873
906
|
{
|
|
874
907
|
fill: "#2E2E2E",
|
|
875
908
|
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
909
|
}
|
|
877
910
|
),
|
|
878
|
-
/* @__PURE__ */
|
|
911
|
+
/* @__PURE__ */ jsx56(
|
|
879
912
|
"path",
|
|
880
913
|
{
|
|
881
914
|
fill: "#2E2E2E",
|
|
@@ -885,9 +918,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
885
918
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
886
919
|
|
|
887
920
|
// src/components/Fillin.tsx
|
|
888
|
-
import { jsx as
|
|
889
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
890
|
-
/* @__PURE__ */
|
|
921
|
+
import { jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
922
|
+
var IconFillin = ({ 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: [
|
|
923
|
+
/* @__PURE__ */ jsx57("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx57(
|
|
891
924
|
"path",
|
|
892
925
|
{
|
|
893
926
|
fill: stroke || color || "currentColor",
|
|
@@ -896,7 +929,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
896
929
|
clipRule: "evenodd"
|
|
897
930
|
}
|
|
898
931
|
) }),
|
|
899
|
-
/* @__PURE__ */
|
|
932
|
+
/* @__PURE__ */ jsx57("defs", { children: /* @__PURE__ */ jsx57("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx57(
|
|
900
933
|
"rect",
|
|
901
934
|
{
|
|
902
935
|
width: "24",
|
|
@@ -908,36 +941,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
908
941
|
] }), Fillin_default = IconFillin;
|
|
909
942
|
|
|
910
943
|
// src/components/FoldedMenu.tsx
|
|
911
|
-
import { jsx as
|
|
912
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
913
|
-
/* @__PURE__ */
|
|
914
|
-
/* @__PURE__ */
|
|
915
|
-
/* @__PURE__ */
|
|
916
|
-
/* @__PURE__ */
|
|
944
|
+
import { jsx as jsx58, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
945
|
+
var IconFoldedMenu = ({ 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: [
|
|
946
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
947
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
948
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
949
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
917
950
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
918
951
|
|
|
919
952
|
// src/components/FullScreen.tsx
|
|
920
|
-
import { jsx as
|
|
921
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
924
|
-
/* @__PURE__ */
|
|
925
|
-
/* @__PURE__ */
|
|
953
|
+
import { jsx as jsx59, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
954
|
+
var IconFullScreen = ({ 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: [
|
|
955
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
956
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
957
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
958
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
926
959
|
] }), FullScreen_default = IconFullScreen;
|
|
927
960
|
|
|
928
961
|
// src/components/GameFilled.tsx
|
|
929
|
-
import { jsx as
|
|
930
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
931
|
-
/* @__PURE__ */
|
|
932
|
-
/* @__PURE__ */
|
|
933
|
-
/* @__PURE__ */
|
|
962
|
+
import { jsx as jsx60, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
963
|
+
var IconGameFilled = ({ 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: [
|
|
964
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
965
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
966
|
+
/* @__PURE__ */ jsx60(
|
|
934
967
|
"path",
|
|
935
968
|
{
|
|
936
969
|
fill: fill || color || "currentColor",
|
|
937
970
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
938
971
|
}
|
|
939
972
|
),
|
|
940
|
-
/* @__PURE__ */
|
|
973
|
+
/* @__PURE__ */ jsx60(
|
|
941
974
|
"path",
|
|
942
975
|
{
|
|
943
976
|
fill: fill || color || "currentColor",
|
|
@@ -947,9 +980,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
947
980
|
] }), GameFilled_default = IconGameFilled;
|
|
948
981
|
|
|
949
982
|
// src/components/Game.tsx
|
|
950
|
-
import { jsx as
|
|
951
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
952
|
-
/* @__PURE__ */
|
|
983
|
+
import { jsx as jsx61, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
984
|
+
var IconGame = ({ 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: [
|
|
985
|
+
/* @__PURE__ */ jsx61(
|
|
953
986
|
"path",
|
|
954
987
|
{
|
|
955
988
|
fill: stroke || color || "currentColor",
|
|
@@ -958,7 +991,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
958
991
|
clipRule: "evenodd"
|
|
959
992
|
}
|
|
960
993
|
),
|
|
961
|
-
/* @__PURE__ */
|
|
994
|
+
/* @__PURE__ */ jsx61(
|
|
962
995
|
"path",
|
|
963
996
|
{
|
|
964
997
|
fill: stroke || color || "currentColor",
|
|
@@ -967,7 +1000,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
967
1000
|
clipRule: "evenodd"
|
|
968
1001
|
}
|
|
969
1002
|
),
|
|
970
|
-
/* @__PURE__ */
|
|
1003
|
+
/* @__PURE__ */ jsx61(
|
|
971
1004
|
"path",
|
|
972
1005
|
{
|
|
973
1006
|
fill: stroke || color || "currentColor",
|
|
@@ -976,7 +1009,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
976
1009
|
clipRule: "evenodd"
|
|
977
1010
|
}
|
|
978
1011
|
),
|
|
979
|
-
/* @__PURE__ */
|
|
1012
|
+
/* @__PURE__ */ jsx61(
|
|
980
1013
|
"path",
|
|
981
1014
|
{
|
|
982
1015
|
fill: stroke || color || "currentColor",
|
|
@@ -988,8 +1021,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
988
1021
|
] }), Game_default = IconGame;
|
|
989
1022
|
|
|
990
1023
|
// src/components/GamebackupFilled.tsx
|
|
991
|
-
import { jsx as
|
|
992
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1024
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1025
|
+
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
1026
|
"path",
|
|
994
1027
|
{
|
|
995
1028
|
fill: fill || color || "currentColor",
|
|
@@ -1000,8 +1033,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1000
1033
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1001
1034
|
|
|
1002
1035
|
// src/components/Gamebackup.tsx
|
|
1003
|
-
import { jsx as
|
|
1004
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1036
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1037
|
+
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
1038
|
"path",
|
|
1006
1039
|
{
|
|
1007
1040
|
fill: stroke || color || "currentColor",
|
|
@@ -1012,20 +1045,20 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1012
1045
|
) }), Gamebackup_default = IconGamebackup;
|
|
1013
1046
|
|
|
1014
1047
|
// src/components/GamecontrolChoice.tsx
|
|
1015
|
-
import { jsx as
|
|
1016
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1048
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1049
|
+
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
1050
|
"path",
|
|
1018
1051
|
{
|
|
1019
1052
|
fill: stroke || color || "currentColor",
|
|
1020
|
-
d: "
|
|
1053
|
+
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
1054
|
fillRule: "evenodd",
|
|
1022
1055
|
clipRule: "evenodd"
|
|
1023
1056
|
}
|
|
1024
1057
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1025
1058
|
|
|
1026
1059
|
// src/components/GamecontrolGameplay.tsx
|
|
1027
|
-
import { jsx as
|
|
1028
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1060
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1061
|
+
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
1062
|
"path",
|
|
1030
1063
|
{
|
|
1031
1064
|
fill: stroke || color || "currentColor",
|
|
@@ -1036,8 +1069,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1036
1069
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1037
1070
|
|
|
1038
1071
|
// src/components/GamecontrolLinear.tsx
|
|
1039
|
-
import { jsx as
|
|
1040
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1072
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1073
|
+
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
1074
|
"path",
|
|
1042
1075
|
{
|
|
1043
1076
|
fill: stroke || color || "currentColor",
|
|
@@ -1048,16 +1081,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1048
1081
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1049
1082
|
|
|
1050
1083
|
// src/components/GamecontrolNone.tsx
|
|
1051
|
-
import { jsx as
|
|
1052
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1053
|
-
/* @__PURE__ */
|
|
1084
|
+
import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1085
|
+
var IconGamecontrolNone = ({ 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: [
|
|
1086
|
+
/* @__PURE__ */ jsx67(
|
|
1054
1087
|
"path",
|
|
1055
1088
|
{
|
|
1056
1089
|
fill: stroke || color || "currentColor",
|
|
1057
1090
|
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
1091
|
}
|
|
1059
1092
|
),
|
|
1060
|
-
/* @__PURE__ */
|
|
1093
|
+
/* @__PURE__ */ jsx67(
|
|
1061
1094
|
"path",
|
|
1062
1095
|
{
|
|
1063
1096
|
fill: stroke || color || "currentColor",
|
|
@@ -1066,7 +1099,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1066
1099
|
clipRule: "evenodd"
|
|
1067
1100
|
}
|
|
1068
1101
|
),
|
|
1069
|
-
/* @__PURE__ */
|
|
1102
|
+
/* @__PURE__ */ jsx67(
|
|
1070
1103
|
"path",
|
|
1071
1104
|
{
|
|
1072
1105
|
fill: stroke || color || "currentColor",
|
|
@@ -1077,9 +1110,37 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1077
1110
|
)
|
|
1078
1111
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1079
1112
|
|
|
1113
|
+
// src/components/GamecontrolTerminal.tsx
|
|
1114
|
+
import { jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1115
|
+
var IconGamecontrolTerminal = ({ 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: [
|
|
1116
|
+
/* @__PURE__ */ jsx68(
|
|
1117
|
+
"path",
|
|
1118
|
+
{
|
|
1119
|
+
fill: stroke || color || "currentColor",
|
|
1120
|
+
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"
|
|
1121
|
+
}
|
|
1122
|
+
),
|
|
1123
|
+
/* @__PURE__ */ jsx68(
|
|
1124
|
+
"path",
|
|
1125
|
+
{
|
|
1126
|
+
fill: stroke || color || "currentColor",
|
|
1127
|
+
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"
|
|
1128
|
+
}
|
|
1129
|
+
),
|
|
1130
|
+
/* @__PURE__ */ jsx68(
|
|
1131
|
+
"path",
|
|
1132
|
+
{
|
|
1133
|
+
fill: stroke || color || "currentColor",
|
|
1134
|
+
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",
|
|
1135
|
+
fillRule: "evenodd",
|
|
1136
|
+
clipRule: "evenodd"
|
|
1137
|
+
}
|
|
1138
|
+
)
|
|
1139
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1140
|
+
|
|
1080
1141
|
// src/components/Gamelanguage.tsx
|
|
1081
|
-
import { jsx as
|
|
1082
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1142
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1143
|
+
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
1144
|
"path",
|
|
1084
1145
|
{
|
|
1085
1146
|
fill: stroke || color || "currentColor",
|
|
@@ -1090,9 +1151,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1090
1151
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1091
1152
|
|
|
1092
1153
|
// src/components/Gamepreview.tsx
|
|
1093
|
-
import { jsx as
|
|
1094
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1095
|
-
/* @__PURE__ */
|
|
1154
|
+
import { jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1155
|
+
var IconGamepreview = ({ 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: [
|
|
1156
|
+
/* @__PURE__ */ jsx70(
|
|
1096
1157
|
"path",
|
|
1097
1158
|
{
|
|
1098
1159
|
fill: stroke || color || "currentColor",
|
|
@@ -1101,7 +1162,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1101
1162
|
clipRule: "evenodd"
|
|
1102
1163
|
}
|
|
1103
1164
|
),
|
|
1104
|
-
/* @__PURE__ */
|
|
1165
|
+
/* @__PURE__ */ jsx70(
|
|
1105
1166
|
"path",
|
|
1106
1167
|
{
|
|
1107
1168
|
fill: stroke || color || "currentColor",
|
|
@@ -1113,8 +1174,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1113
1174
|
] }), Gamepreview_default = IconGamepreview;
|
|
1114
1175
|
|
|
1115
1176
|
// src/components/Gameui.tsx
|
|
1116
|
-
import { jsx as
|
|
1117
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1177
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1178
|
+
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
1179
|
"path",
|
|
1119
1180
|
{
|
|
1120
1181
|
fill: stroke || color || "currentColor",
|
|
@@ -1124,17 +1185,38 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1124
1185
|
}
|
|
1125
1186
|
) }), Gameui_default = IconGameui;
|
|
1126
1187
|
|
|
1188
|
+
// src/components/Gameuivariable.tsx
|
|
1189
|
+
import { jsx as jsx72, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1190
|
+
var IconGameuivariable = ({ 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: [
|
|
1191
|
+
/* @__PURE__ */ jsx72(
|
|
1192
|
+
"path",
|
|
1193
|
+
{
|
|
1194
|
+
fill: fill || color || "currentColor",
|
|
1195
|
+
d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
1196
|
+
fillRule: "evenodd",
|
|
1197
|
+
clipRule: "evenodd"
|
|
1198
|
+
}
|
|
1199
|
+
),
|
|
1200
|
+
/* @__PURE__ */ jsx72(
|
|
1201
|
+
"path",
|
|
1202
|
+
{
|
|
1203
|
+
fill: stroke || color || "currentColor",
|
|
1204
|
+
d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
|
|
1205
|
+
}
|
|
1206
|
+
)
|
|
1207
|
+
] }), Gameuivariable_default = IconGameuivariable;
|
|
1208
|
+
|
|
1127
1209
|
// src/components/GenerateMultimage.tsx
|
|
1128
|
-
import { jsx as
|
|
1129
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1130
|
-
/* @__PURE__ */
|
|
1210
|
+
import { jsx as jsx73, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1211
|
+
var IconGenerateMultimage = ({ 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: [
|
|
1212
|
+
/* @__PURE__ */ jsx73(
|
|
1131
1213
|
"path",
|
|
1132
1214
|
{
|
|
1133
1215
|
fill: stroke || color || "currentColor",
|
|
1134
1216
|
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
1217
|
}
|
|
1136
1218
|
),
|
|
1137
|
-
/* @__PURE__ */
|
|
1219
|
+
/* @__PURE__ */ jsx73(
|
|
1138
1220
|
"path",
|
|
1139
1221
|
{
|
|
1140
1222
|
fill: stroke || color || "currentColor",
|
|
@@ -1143,12 +1225,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1143
1225
|
clipRule: "evenodd"
|
|
1144
1226
|
}
|
|
1145
1227
|
),
|
|
1146
|
-
/* @__PURE__ */
|
|
1228
|
+
/* @__PURE__ */ jsx73("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1147
1229
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1148
1230
|
|
|
1149
1231
|
// src/components/GenerateFilled.tsx
|
|
1150
|
-
import { jsx as
|
|
1151
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1232
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
1233
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx74(
|
|
1152
1234
|
"path",
|
|
1153
1235
|
{
|
|
1154
1236
|
fill: fill || color || "currentColor",
|
|
@@ -1159,16 +1241,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1159
1241
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1160
1242
|
|
|
1161
1243
|
// src/components/GenerateFrameStart.tsx
|
|
1162
|
-
import { jsx as
|
|
1163
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1164
|
-
/* @__PURE__ */
|
|
1244
|
+
import { jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1245
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
1246
|
+
/* @__PURE__ */ jsx75(
|
|
1165
1247
|
"path",
|
|
1166
1248
|
{
|
|
1167
1249
|
fill: stroke || color || "currentColor",
|
|
1168
1250
|
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
1251
|
}
|
|
1170
1252
|
),
|
|
1171
|
-
/* @__PURE__ */
|
|
1253
|
+
/* @__PURE__ */ jsx75(
|
|
1172
1254
|
"path",
|
|
1173
1255
|
{
|
|
1174
1256
|
fill: stroke || color || "currentColor",
|
|
@@ -1180,9 +1262,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1180
1262
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1181
1263
|
|
|
1182
1264
|
// src/components/GenerateFrameStart2End.tsx
|
|
1183
|
-
import { jsx as
|
|
1184
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1185
|
-
/* @__PURE__ */
|
|
1265
|
+
import { jsx as jsx76, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1266
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
1267
|
+
/* @__PURE__ */ jsx76(
|
|
1186
1268
|
"path",
|
|
1187
1269
|
{
|
|
1188
1270
|
fill: stroke || color || "currentColor",
|
|
@@ -1191,14 +1273,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1191
1273
|
clipRule: "evenodd"
|
|
1192
1274
|
}
|
|
1193
1275
|
),
|
|
1194
|
-
/* @__PURE__ */
|
|
1276
|
+
/* @__PURE__ */ jsx76(
|
|
1195
1277
|
"path",
|
|
1196
1278
|
{
|
|
1197
1279
|
fill: stroke || color || "currentColor",
|
|
1198
1280
|
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
1281
|
}
|
|
1200
1282
|
),
|
|
1201
|
-
/* @__PURE__ */
|
|
1283
|
+
/* @__PURE__ */ jsx76(
|
|
1202
1284
|
"path",
|
|
1203
1285
|
{
|
|
1204
1286
|
fill: stroke || color || "currentColor",
|
|
@@ -1210,9 +1292,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1210
1292
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1211
1293
|
|
|
1212
1294
|
// src/components/GenerateSwitchframe.tsx
|
|
1213
|
-
import { jsx as
|
|
1214
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1215
|
-
/* @__PURE__ */
|
|
1295
|
+
import { jsx as jsx77, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1296
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
1297
|
+
/* @__PURE__ */ jsx77(
|
|
1216
1298
|
"path",
|
|
1217
1299
|
{
|
|
1218
1300
|
fill: stroke || color || "currentColor",
|
|
@@ -1221,7 +1303,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1221
1303
|
clipRule: "evenodd"
|
|
1222
1304
|
}
|
|
1223
1305
|
),
|
|
1224
|
-
/* @__PURE__ */
|
|
1306
|
+
/* @__PURE__ */ jsx77(
|
|
1225
1307
|
"path",
|
|
1226
1308
|
{
|
|
1227
1309
|
fill: stroke || color || "currentColor",
|
|
@@ -1233,16 +1315,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1233
1315
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1234
1316
|
|
|
1235
1317
|
// src/components/GenerateT2V.tsx
|
|
1236
|
-
import { jsx as
|
|
1237
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1238
|
-
/* @__PURE__ */
|
|
1318
|
+
import { jsx as jsx78, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1319
|
+
var IconGenerateT2V = ({ 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: [
|
|
1320
|
+
/* @__PURE__ */ jsx78(
|
|
1239
1321
|
"path",
|
|
1240
1322
|
{
|
|
1241
1323
|
fill: stroke || color || "currentColor",
|
|
1242
1324
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1243
1325
|
}
|
|
1244
1326
|
),
|
|
1245
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ jsx78(
|
|
1246
1328
|
"path",
|
|
1247
1329
|
{
|
|
1248
1330
|
fill: stroke || color || "currentColor",
|
|
@@ -1253,17 +1335,28 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1253
1335
|
)
|
|
1254
1336
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1255
1337
|
|
|
1338
|
+
// src/components/Generate.tsx
|
|
1339
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1340
|
+
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
|
|
1341
|
+
"path",
|
|
1342
|
+
{
|
|
1343
|
+
stroke: stroke || color || "currentColor",
|
|
1344
|
+
d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
|
|
1345
|
+
strokeWidth: "2.2"
|
|
1346
|
+
}
|
|
1347
|
+
) }), Generate_default = IconGenerate;
|
|
1348
|
+
|
|
1256
1349
|
// src/components/GenreAuto.tsx
|
|
1257
|
-
import { jsx as
|
|
1258
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1259
|
-
/* @__PURE__ */
|
|
1350
|
+
import { jsx as jsx80, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1351
|
+
var IconGenreAuto = ({ 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: [
|
|
1352
|
+
/* @__PURE__ */ jsx80(
|
|
1260
1353
|
"path",
|
|
1261
1354
|
{
|
|
1262
1355
|
fill: stroke || color || "currentColor",
|
|
1263
1356
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1264
1357
|
}
|
|
1265
1358
|
),
|
|
1266
|
-
/* @__PURE__ */
|
|
1359
|
+
/* @__PURE__ */ jsx80(
|
|
1267
1360
|
"path",
|
|
1268
1361
|
{
|
|
1269
1362
|
fill: stroke || color || "currentColor",
|
|
@@ -1272,15 +1365,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1272
1365
|
clipRule: "evenodd"
|
|
1273
1366
|
}
|
|
1274
1367
|
),
|
|
1275
|
-
/* @__PURE__ */
|
|
1276
|
-
/* @__PURE__ */
|
|
1368
|
+
/* @__PURE__ */ jsx80("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1369
|
+
/* @__PURE__ */ jsx80(
|
|
1277
1370
|
"path",
|
|
1278
1371
|
{
|
|
1279
1372
|
fill: stroke || color || "currentColor",
|
|
1280
1373
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1281
1374
|
}
|
|
1282
1375
|
),
|
|
1283
|
-
/* @__PURE__ */
|
|
1376
|
+
/* @__PURE__ */ jsx80(
|
|
1284
1377
|
"path",
|
|
1285
1378
|
{
|
|
1286
1379
|
fill: stroke || color || "currentColor",
|
|
@@ -1290,23 +1383,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1290
1383
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1291
1384
|
|
|
1292
1385
|
// src/components/GenreComedy.tsx
|
|
1293
|
-
import { jsx as
|
|
1294
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1295
|
-
/* @__PURE__ */
|
|
1386
|
+
import { jsx as jsx81, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1387
|
+
var IconGenreComedy = ({ 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: [
|
|
1388
|
+
/* @__PURE__ */ jsx81(
|
|
1296
1389
|
"path",
|
|
1297
1390
|
{
|
|
1298
1391
|
fill: stroke || color || "currentColor",
|
|
1299
1392
|
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
1393
|
}
|
|
1301
1394
|
),
|
|
1302
|
-
/* @__PURE__ */
|
|
1395
|
+
/* @__PURE__ */ jsx81(
|
|
1303
1396
|
"path",
|
|
1304
1397
|
{
|
|
1305
1398
|
fill: stroke || color || "currentColor",
|
|
1306
1399
|
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
1400
|
}
|
|
1308
1401
|
),
|
|
1309
|
-
/* @__PURE__ */
|
|
1402
|
+
/* @__PURE__ */ jsx81(
|
|
1310
1403
|
"path",
|
|
1311
1404
|
{
|
|
1312
1405
|
fill: stroke || color || "currentColor",
|
|
@@ -1315,7 +1408,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1315
1408
|
clipRule: "evenodd"
|
|
1316
1409
|
}
|
|
1317
1410
|
),
|
|
1318
|
-
/* @__PURE__ */
|
|
1411
|
+
/* @__PURE__ */ jsx81(
|
|
1319
1412
|
"path",
|
|
1320
1413
|
{
|
|
1321
1414
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,8 +1420,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1327
1420
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1328
1421
|
|
|
1329
1422
|
// src/components/GenreFantasy.tsx
|
|
1330
|
-
import { jsx as
|
|
1331
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1423
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1424
|
+
var IconGenreFantasy = ({ 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(
|
|
1332
1425
|
"path",
|
|
1333
1426
|
{
|
|
1334
1427
|
fill: stroke || color || "currentColor",
|
|
@@ -1339,23 +1432,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1339
1432
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1340
1433
|
|
|
1341
1434
|
// src/components/GenreHorror.tsx
|
|
1342
|
-
import { jsx as
|
|
1343
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1344
|
-
/* @__PURE__ */
|
|
1435
|
+
import { jsx as jsx83, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1436
|
+
var IconGenreHorror = ({ 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: [
|
|
1437
|
+
/* @__PURE__ */ jsx83(
|
|
1345
1438
|
"path",
|
|
1346
1439
|
{
|
|
1347
1440
|
fill: stroke || color || "currentColor",
|
|
1348
1441
|
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
1442
|
}
|
|
1350
1443
|
),
|
|
1351
|
-
/* @__PURE__ */
|
|
1444
|
+
/* @__PURE__ */ jsx83(
|
|
1352
1445
|
"path",
|
|
1353
1446
|
{
|
|
1354
1447
|
fill: stroke || color || "currentColor",
|
|
1355
1448
|
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
1449
|
}
|
|
1357
1450
|
),
|
|
1358
|
-
/* @__PURE__ */
|
|
1451
|
+
/* @__PURE__ */ jsx83(
|
|
1359
1452
|
"path",
|
|
1360
1453
|
{
|
|
1361
1454
|
fill: stroke || color || "currentColor",
|
|
@@ -1367,8 +1460,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1367
1460
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1368
1461
|
|
|
1369
1462
|
// src/components/GenreRomance.tsx
|
|
1370
|
-
import { jsx as
|
|
1371
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1463
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1464
|
+
var IconGenreRomance = ({ 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(
|
|
1372
1465
|
"path",
|
|
1373
1466
|
{
|
|
1374
1467
|
fill: stroke || color || "currentColor",
|
|
@@ -1379,16 +1472,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1379
1472
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1380
1473
|
|
|
1381
1474
|
// src/components/GenreScifi.tsx
|
|
1382
|
-
import { jsx as
|
|
1383
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1384
|
-
/* @__PURE__ */
|
|
1475
|
+
import { jsx as jsx85, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1476
|
+
var IconGenreScifi = ({ 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: [
|
|
1477
|
+
/* @__PURE__ */ jsx85(
|
|
1385
1478
|
"path",
|
|
1386
1479
|
{
|
|
1387
1480
|
fill: stroke || color || "currentColor",
|
|
1388
1481
|
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
1482
|
}
|
|
1390
1483
|
),
|
|
1391
|
-
/* @__PURE__ */
|
|
1484
|
+
/* @__PURE__ */ jsx85(
|
|
1392
1485
|
"path",
|
|
1393
1486
|
{
|
|
1394
1487
|
fill: stroke || color || "currentColor",
|
|
@@ -1397,7 +1490,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1397
1490
|
clipRule: "evenodd"
|
|
1398
1491
|
}
|
|
1399
1492
|
),
|
|
1400
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ jsx85(
|
|
1401
1494
|
"path",
|
|
1402
1495
|
{
|
|
1403
1496
|
fill: stroke || color || "currentColor",
|
|
@@ -1407,8 +1500,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1407
1500
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1408
1501
|
|
|
1409
1502
|
// src/components/GenreSuspense.tsx
|
|
1410
|
-
import { jsx as
|
|
1411
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1503
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
1504
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx86(
|
|
1412
1505
|
"path",
|
|
1413
1506
|
{
|
|
1414
1507
|
fill: stroke || color || "currentColor",
|
|
@@ -1419,8 +1512,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1419
1512
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1420
1513
|
|
|
1421
1514
|
// src/components/Genre.tsx
|
|
1422
|
-
import { jsx as
|
|
1423
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1515
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1516
|
+
var IconGenre = ({ 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(
|
|
1424
1517
|
"path",
|
|
1425
1518
|
{
|
|
1426
1519
|
fill: stroke || color || "currentColor",
|
|
@@ -1431,9 +1524,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1431
1524
|
) }), Genre_default = IconGenre;
|
|
1432
1525
|
|
|
1433
1526
|
// src/components/GoogleLogoFilled.tsx
|
|
1434
|
-
import { jsx as
|
|
1435
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1436
|
-
/* @__PURE__ */
|
|
1527
|
+
import { jsx as jsx88, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1528
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
1529
|
+
/* @__PURE__ */ jsx88(
|
|
1437
1530
|
"mask",
|
|
1438
1531
|
{
|
|
1439
1532
|
id: "mask0_48_113",
|
|
@@ -1443,7 +1536,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1443
1536
|
y: "0",
|
|
1444
1537
|
maskUnits: "userSpaceOnUse",
|
|
1445
1538
|
style: { maskType: "luminance" },
|
|
1446
|
-
children: /* @__PURE__ */
|
|
1539
|
+
children: /* @__PURE__ */ jsx88(
|
|
1447
1540
|
"path",
|
|
1448
1541
|
{
|
|
1449
1542
|
fill: stroke || color || "currentColor",
|
|
@@ -1452,64 +1545,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1452
1545
|
)
|
|
1453
1546
|
}
|
|
1454
1547
|
),
|
|
1455
|
-
/* @__PURE__ */
|
|
1456
|
-
/* @__PURE__ */
|
|
1548
|
+
/* @__PURE__ */ jsxs44("g", { mask: "url(#mask0_48_113)", children: [
|
|
1549
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1457
1550
|
"path",
|
|
1458
1551
|
{
|
|
1459
1552
|
fill: "url(#paint0_radial_48_113)",
|
|
1460
1553
|
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
1554
|
}
|
|
1462
1555
|
) }),
|
|
1463
|
-
/* @__PURE__ */
|
|
1556
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1464
1557
|
"path",
|
|
1465
1558
|
{
|
|
1466
1559
|
fill: "url(#paint1_radial_48_113)",
|
|
1467
1560
|
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
1561
|
}
|
|
1469
1562
|
) }),
|
|
1470
|
-
/* @__PURE__ */
|
|
1563
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1471
1564
|
"path",
|
|
1472
1565
|
{
|
|
1473
1566
|
fill: "url(#paint2_radial_48_113)",
|
|
1474
1567
|
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
1568
|
}
|
|
1476
1569
|
) }),
|
|
1477
|
-
/* @__PURE__ */
|
|
1570
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1478
1571
|
"path",
|
|
1479
1572
|
{
|
|
1480
1573
|
fill: "url(#paint3_radial_48_113)",
|
|
1481
1574
|
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
1575
|
}
|
|
1483
1576
|
) }),
|
|
1484
|
-
/* @__PURE__ */
|
|
1577
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1485
1578
|
"path",
|
|
1486
1579
|
{
|
|
1487
1580
|
fill: "#3086FF",
|
|
1488
1581
|
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
1582
|
}
|
|
1490
1583
|
) }),
|
|
1491
|
-
/* @__PURE__ */
|
|
1584
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1492
1585
|
"path",
|
|
1493
1586
|
{
|
|
1494
1587
|
fill: "url(#paint4_radial_48_113)",
|
|
1495
1588
|
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
1589
|
}
|
|
1497
1590
|
) }),
|
|
1498
|
-
/* @__PURE__ */
|
|
1591
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1499
1592
|
"path",
|
|
1500
1593
|
{
|
|
1501
1594
|
fill: "url(#paint5_radial_48_113)",
|
|
1502
1595
|
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
1596
|
}
|
|
1504
1597
|
) }),
|
|
1505
|
-
/* @__PURE__ */
|
|
1598
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx88(
|
|
1506
1599
|
"path",
|
|
1507
1600
|
{
|
|
1508
1601
|
fill: "url(#paint6_radial_48_113)",
|
|
1509
1602
|
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
1603
|
}
|
|
1511
1604
|
) }),
|
|
1512
|
-
/* @__PURE__ */
|
|
1605
|
+
/* @__PURE__ */ jsx88("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx88(
|
|
1513
1606
|
"path",
|
|
1514
1607
|
{
|
|
1515
1608
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1517,8 +1610,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1517
1610
|
}
|
|
1518
1611
|
) })
|
|
1519
1612
|
] }),
|
|
1520
|
-
/* @__PURE__ */
|
|
1521
|
-
/* @__PURE__ */
|
|
1613
|
+
/* @__PURE__ */ jsxs44("defs", { children: [
|
|
1614
|
+
/* @__PURE__ */ jsxs44(
|
|
1522
1615
|
"filter",
|
|
1523
1616
|
{
|
|
1524
1617
|
id: "filter0_f_48_113",
|
|
@@ -1529,13 +1622,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1529
1622
|
filterUnits: "userSpaceOnUse",
|
|
1530
1623
|
colorInterpolationFilters: "sRGB",
|
|
1531
1624
|
children: [
|
|
1532
|
-
/* @__PURE__ */
|
|
1533
|
-
/* @__PURE__ */
|
|
1534
|
-
/* @__PURE__ */
|
|
1625
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1626
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1627
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1535
1628
|
]
|
|
1536
1629
|
}
|
|
1537
1630
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1631
|
+
/* @__PURE__ */ jsxs44(
|
|
1539
1632
|
"filter",
|
|
1540
1633
|
{
|
|
1541
1634
|
id: "filter1_f_48_113",
|
|
@@ -1546,13 +1639,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1546
1639
|
filterUnits: "userSpaceOnUse",
|
|
1547
1640
|
colorInterpolationFilters: "sRGB",
|
|
1548
1641
|
children: [
|
|
1549
|
-
/* @__PURE__ */
|
|
1550
|
-
/* @__PURE__ */
|
|
1551
|
-
/* @__PURE__ */
|
|
1642
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1643
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1644
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1552
1645
|
]
|
|
1553
1646
|
}
|
|
1554
1647
|
),
|
|
1555
|
-
/* @__PURE__ */
|
|
1648
|
+
/* @__PURE__ */ jsxs44(
|
|
1556
1649
|
"filter",
|
|
1557
1650
|
{
|
|
1558
1651
|
id: "filter2_f_48_113",
|
|
@@ -1563,13 +1656,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1563
1656
|
filterUnits: "userSpaceOnUse",
|
|
1564
1657
|
colorInterpolationFilters: "sRGB",
|
|
1565
1658
|
children: [
|
|
1566
|
-
/* @__PURE__ */
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1660
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1661
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1569
1662
|
]
|
|
1570
1663
|
}
|
|
1571
1664
|
),
|
|
1572
|
-
/* @__PURE__ */
|
|
1665
|
+
/* @__PURE__ */ jsxs44(
|
|
1573
1666
|
"filter",
|
|
1574
1667
|
{
|
|
1575
1668
|
id: "filter3_f_48_113",
|
|
@@ -1580,13 +1673,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1580
1673
|
filterUnits: "userSpaceOnUse",
|
|
1581
1674
|
colorInterpolationFilters: "sRGB",
|
|
1582
1675
|
children: [
|
|
1583
|
-
/* @__PURE__ */
|
|
1584
|
-
/* @__PURE__ */
|
|
1585
|
-
/* @__PURE__ */
|
|
1676
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1677
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1678
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1586
1679
|
]
|
|
1587
1680
|
}
|
|
1588
1681
|
),
|
|
1589
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ jsxs44(
|
|
1590
1683
|
"filter",
|
|
1591
1684
|
{
|
|
1592
1685
|
id: "filter4_f_48_113",
|
|
@@ -1597,13 +1690,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1597
1690
|
filterUnits: "userSpaceOnUse",
|
|
1598
1691
|
colorInterpolationFilters: "sRGB",
|
|
1599
1692
|
children: [
|
|
1600
|
-
/* @__PURE__ */
|
|
1601
|
-
/* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1693
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1694
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1695
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1603
1696
|
]
|
|
1604
1697
|
}
|
|
1605
1698
|
),
|
|
1606
|
-
/* @__PURE__ */
|
|
1699
|
+
/* @__PURE__ */ jsxs44(
|
|
1607
1700
|
"filter",
|
|
1608
1701
|
{
|
|
1609
1702
|
id: "filter5_f_48_113",
|
|
@@ -1614,13 +1707,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1614
1707
|
filterUnits: "userSpaceOnUse",
|
|
1615
1708
|
colorInterpolationFilters: "sRGB",
|
|
1616
1709
|
children: [
|
|
1617
|
-
/* @__PURE__ */
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1710
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1711
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1712
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1620
1713
|
]
|
|
1621
1714
|
}
|
|
1622
1715
|
),
|
|
1623
|
-
/* @__PURE__ */
|
|
1716
|
+
/* @__PURE__ */ jsxs44(
|
|
1624
1717
|
"filter",
|
|
1625
1718
|
{
|
|
1626
1719
|
id: "filter6_f_48_113",
|
|
@@ -1631,13 +1724,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1631
1724
|
filterUnits: "userSpaceOnUse",
|
|
1632
1725
|
colorInterpolationFilters: "sRGB",
|
|
1633
1726
|
children: [
|
|
1634
|
-
/* @__PURE__ */
|
|
1635
|
-
/* @__PURE__ */
|
|
1636
|
-
/* @__PURE__ */
|
|
1727
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1728
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1729
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1637
1730
|
]
|
|
1638
1731
|
}
|
|
1639
1732
|
),
|
|
1640
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ jsxs44(
|
|
1641
1734
|
"filter",
|
|
1642
1735
|
{
|
|
1643
1736
|
id: "filter7_f_48_113",
|
|
@@ -1648,13 +1741,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1648
1741
|
filterUnits: "userSpaceOnUse",
|
|
1649
1742
|
colorInterpolationFilters: "sRGB",
|
|
1650
1743
|
children: [
|
|
1651
|
-
/* @__PURE__ */
|
|
1652
|
-
/* @__PURE__ */
|
|
1653
|
-
/* @__PURE__ */
|
|
1744
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1745
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1746
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1654
1747
|
]
|
|
1655
1748
|
}
|
|
1656
1749
|
),
|
|
1657
|
-
/* @__PURE__ */
|
|
1750
|
+
/* @__PURE__ */ jsxs44(
|
|
1658
1751
|
"filter",
|
|
1659
1752
|
{
|
|
1660
1753
|
id: "filter8_f_48_113",
|
|
@@ -1665,13 +1758,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1665
1758
|
filterUnits: "userSpaceOnUse",
|
|
1666
1759
|
colorInterpolationFilters: "sRGB",
|
|
1667
1760
|
children: [
|
|
1668
|
-
/* @__PURE__ */
|
|
1669
|
-
/* @__PURE__ */
|
|
1670
|
-
/* @__PURE__ */
|
|
1761
|
+
/* @__PURE__ */ jsx88("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1762
|
+
/* @__PURE__ */ jsx88("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1763
|
+
/* @__PURE__ */ jsx88("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1671
1764
|
]
|
|
1672
1765
|
}
|
|
1673
1766
|
),
|
|
1674
|
-
/* @__PURE__ */
|
|
1767
|
+
/* @__PURE__ */ jsxs44(
|
|
1675
1768
|
"radialGradient",
|
|
1676
1769
|
{
|
|
1677
1770
|
id: "paint0_radial_48_113",
|
|
@@ -1681,20 +1774,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1681
1774
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1682
1775
|
gradientUnits: "userSpaceOnUse",
|
|
1683
1776
|
children: [
|
|
1684
|
-
/* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1687
|
-
/* @__PURE__ */
|
|
1688
|
-
/* @__PURE__ */
|
|
1689
|
-
/* @__PURE__ */
|
|
1690
|
-
/* @__PURE__ */
|
|
1691
|
-
/* @__PURE__ */
|
|
1692
|
-
/* @__PURE__ */
|
|
1693
|
-
/* @__PURE__ */
|
|
1777
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1778
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1779
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1780
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1781
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1782
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1783
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1784
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1785
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1786
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1694
1787
|
]
|
|
1695
1788
|
}
|
|
1696
1789
|
),
|
|
1697
|
-
/* @__PURE__ */
|
|
1790
|
+
/* @__PURE__ */ jsxs44(
|
|
1698
1791
|
"radialGradient",
|
|
1699
1792
|
{
|
|
1700
1793
|
id: "paint1_radial_48_113",
|
|
@@ -1704,12 +1797,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1704
1797
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1705
1798
|
gradientUnits: "userSpaceOnUse",
|
|
1706
1799
|
children: [
|
|
1707
|
-
/* @__PURE__ */
|
|
1708
|
-
/* @__PURE__ */
|
|
1800
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1801
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1709
1802
|
]
|
|
1710
1803
|
}
|
|
1711
1804
|
),
|
|
1712
|
-
/* @__PURE__ */
|
|
1805
|
+
/* @__PURE__ */ jsxs44(
|
|
1713
1806
|
"radialGradient",
|
|
1714
1807
|
{
|
|
1715
1808
|
id: "paint2_radial_48_113",
|
|
@@ -1719,18 +1812,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1719
1812
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1720
1813
|
gradientUnits: "userSpaceOnUse",
|
|
1721
1814
|
children: [
|
|
1722
|
-
/* @__PURE__ */
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1725
|
-
/* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
1727
|
-
/* @__PURE__ */
|
|
1728
|
-
/* @__PURE__ */
|
|
1729
|
-
/* @__PURE__ */
|
|
1815
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1816
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1817
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1818
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1819
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1820
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1821
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1822
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1730
1823
|
]
|
|
1731
1824
|
}
|
|
1732
1825
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
1826
|
+
/* @__PURE__ */ jsxs44(
|
|
1734
1827
|
"radialGradient",
|
|
1735
1828
|
{
|
|
1736
1829
|
id: "paint3_radial_48_113",
|
|
@@ -1740,19 +1833,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1740
1833
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1741
1834
|
gradientUnits: "userSpaceOnUse",
|
|
1742
1835
|
children: [
|
|
1743
|
-
/* @__PURE__ */
|
|
1744
|
-
/* @__PURE__ */
|
|
1745
|
-
/* @__PURE__ */
|
|
1746
|
-
/* @__PURE__ */
|
|
1747
|
-
/* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
/* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
1836
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1837
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1838
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1839
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1840
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1841
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1842
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1843
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1844
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1752
1845
|
]
|
|
1753
1846
|
}
|
|
1754
1847
|
),
|
|
1755
|
-
/* @__PURE__ */
|
|
1848
|
+
/* @__PURE__ */ jsxs44(
|
|
1756
1849
|
"radialGradient",
|
|
1757
1850
|
{
|
|
1758
1851
|
id: "paint4_radial_48_113",
|
|
@@ -1762,18 +1855,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1762
1855
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1763
1856
|
gradientUnits: "userSpaceOnUse",
|
|
1764
1857
|
children: [
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */
|
|
1768
|
-
/* @__PURE__ */
|
|
1769
|
-
/* @__PURE__ */
|
|
1770
|
-
/* @__PURE__ */
|
|
1771
|
-
/* @__PURE__ */
|
|
1772
|
-
/* @__PURE__ */
|
|
1858
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1859
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1860
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1861
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1862
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1863
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1864
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1865
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1773
1866
|
]
|
|
1774
1867
|
}
|
|
1775
1868
|
),
|
|
1776
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsxs44(
|
|
1777
1870
|
"radialGradient",
|
|
1778
1871
|
{
|
|
1779
1872
|
id: "paint5_radial_48_113",
|
|
@@ -1783,15 +1876,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1783
1876
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1784
1877
|
gradientUnits: "userSpaceOnUse",
|
|
1785
1878
|
children: [
|
|
1786
|
-
/* @__PURE__ */
|
|
1787
|
-
/* @__PURE__ */
|
|
1788
|
-
/* @__PURE__ */
|
|
1789
|
-
/* @__PURE__ */
|
|
1790
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1880
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1881
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1882
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1883
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1791
1884
|
]
|
|
1792
1885
|
}
|
|
1793
1886
|
),
|
|
1794
|
-
/* @__PURE__ */
|
|
1887
|
+
/* @__PURE__ */ jsxs44(
|
|
1795
1888
|
"radialGradient",
|
|
1796
1889
|
{
|
|
1797
1890
|
id: "paint6_radial_48_113",
|
|
@@ -1801,20 +1894,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1801
1894
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1802
1895
|
gradientUnits: "userSpaceOnUse",
|
|
1803
1896
|
children: [
|
|
1804
|
-
/* @__PURE__ */
|
|
1805
|
-
/* @__PURE__ */
|
|
1806
|
-
/* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
/* @__PURE__ */
|
|
1809
|
-
/* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
1812
|
-
/* @__PURE__ */
|
|
1813
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1898
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1899
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1900
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1901
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1902
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1903
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1904
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1905
|
+
/* @__PURE__ */ jsx88("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1906
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#86C504" })
|
|
1814
1907
|
]
|
|
1815
1908
|
}
|
|
1816
1909
|
),
|
|
1817
|
-
/* @__PURE__ */
|
|
1910
|
+
/* @__PURE__ */ jsxs44(
|
|
1818
1911
|
"linearGradient",
|
|
1819
1912
|
{
|
|
1820
1913
|
id: "paint7_linear_48_113",
|
|
@@ -1824,8 +1917,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1824
1917
|
y2: "21.5116",
|
|
1825
1918
|
gradientUnits: "userSpaceOnUse",
|
|
1826
1919
|
children: [
|
|
1827
|
-
/* @__PURE__ */
|
|
1828
|
-
/* @__PURE__ */
|
|
1920
|
+
/* @__PURE__ */ jsx88("stop", { stopColor: "#0FBC5C" }),
|
|
1921
|
+
/* @__PURE__ */ jsx88("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1829
1922
|
]
|
|
1830
1923
|
}
|
|
1831
1924
|
)
|
|
@@ -1833,8 +1926,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1833
1926
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1834
1927
|
|
|
1835
1928
|
// src/components/Handtool.tsx
|
|
1836
|
-
import { jsx as
|
|
1837
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1929
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
1930
|
+
var IconHandtool = ({ 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(
|
|
1838
1931
|
"path",
|
|
1839
1932
|
{
|
|
1840
1933
|
fill: stroke || color || "currentColor",
|
|
@@ -1843,17 +1936,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1843
1936
|
) }), Handtool_default = IconHandtool;
|
|
1844
1937
|
|
|
1845
1938
|
// src/components/Help.tsx
|
|
1846
|
-
import { jsx as
|
|
1847
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1848
|
-
/* @__PURE__ */
|
|
1849
|
-
/* @__PURE__ */
|
|
1939
|
+
import { jsx as jsx90, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1940
|
+
var IconHelp = ({ 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: [
|
|
1941
|
+
/* @__PURE__ */ jsx90("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1942
|
+
/* @__PURE__ */ jsx90(
|
|
1850
1943
|
"path",
|
|
1851
1944
|
{
|
|
1852
1945
|
fill: stroke || color || "currentColor",
|
|
1853
1946
|
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
1947
|
}
|
|
1855
1948
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
1949
|
+
/* @__PURE__ */ jsx90(
|
|
1857
1950
|
"path",
|
|
1858
1951
|
{
|
|
1859
1952
|
fill: stroke || color || "currentColor",
|
|
@@ -1865,8 +1958,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1865
1958
|
] }), Help_default = IconHelp;
|
|
1866
1959
|
|
|
1867
1960
|
// src/components/HomepageFilled.tsx
|
|
1868
|
-
import { jsx as
|
|
1869
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1961
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
1962
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx91(
|
|
1870
1963
|
"path",
|
|
1871
1964
|
{
|
|
1872
1965
|
fill: fill || color || "currentColor",
|
|
@@ -1877,8 +1970,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1877
1970
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1878
1971
|
|
|
1879
1972
|
// src/components/Hotareacenter.tsx
|
|
1880
|
-
import { jsx as
|
|
1881
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1973
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1974
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
|
|
1882
1975
|
"path",
|
|
1883
1976
|
{
|
|
1884
1977
|
fill: "#191919",
|
|
@@ -1888,23 +1981,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
1888
1981
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
1889
1982
|
|
|
1890
1983
|
// src/components/ImageGeneration.tsx
|
|
1891
|
-
import { jsx as
|
|
1892
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1893
|
-
/* @__PURE__ */
|
|
1984
|
+
import { jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1985
|
+
var IconImageGeneration = ({ 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: [
|
|
1986
|
+
/* @__PURE__ */ jsx93(
|
|
1894
1987
|
"path",
|
|
1895
1988
|
{
|
|
1896
1989
|
fill: stroke || color || "currentColor",
|
|
1897
1990
|
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
1991
|
}
|
|
1899
1992
|
),
|
|
1900
|
-
/* @__PURE__ */
|
|
1993
|
+
/* @__PURE__ */ jsx93(
|
|
1901
1994
|
"path",
|
|
1902
1995
|
{
|
|
1903
1996
|
fill: stroke || color || "currentColor",
|
|
1904
1997
|
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
1998
|
}
|
|
1906
1999
|
),
|
|
1907
|
-
/* @__PURE__ */
|
|
2000
|
+
/* @__PURE__ */ jsx93(
|
|
1908
2001
|
"path",
|
|
1909
2002
|
{
|
|
1910
2003
|
fill: stroke || color || "currentColor",
|
|
@@ -1914,9 +2007,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1914
2007
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1915
2008
|
|
|
1916
2009
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1917
|
-
import { jsx as
|
|
1918
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
2010
|
+
import { jsx as jsx94, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2011
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
2012
|
+
/* @__PURE__ */ jsx94(
|
|
1920
2013
|
"path",
|
|
1921
2014
|
{
|
|
1922
2015
|
fill: fill || color || "currentColor",
|
|
@@ -1925,7 +2018,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1925
2018
|
clipRule: "evenodd"
|
|
1926
2019
|
}
|
|
1927
2020
|
),
|
|
1928
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsx94(
|
|
1929
2022
|
"path",
|
|
1930
2023
|
{
|
|
1931
2024
|
fill: fill || color || "currentColor",
|
|
@@ -1935,11 +2028,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1935
2028
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1936
2029
|
|
|
1937
2030
|
// 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__ */
|
|
2031
|
+
import { jsx as jsx95, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2032
|
+
var IconInfo = ({ 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: [
|
|
2033
|
+
/* @__PURE__ */ jsx95("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2034
|
+
/* @__PURE__ */ jsx95("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2035
|
+
/* @__PURE__ */ jsx95(
|
|
1943
2036
|
"path",
|
|
1944
2037
|
{
|
|
1945
2038
|
fill: stroke || color || "currentColor",
|
|
@@ -1951,8 +2044,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1951
2044
|
] }), Info_default = IconInfo;
|
|
1952
2045
|
|
|
1953
2046
|
// src/components/Invitecode.tsx
|
|
1954
|
-
import { jsx as
|
|
1955
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2047
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2048
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
|
|
1956
2049
|
"path",
|
|
1957
2050
|
{
|
|
1958
2051
|
fill: fill || color || "currentColor",
|
|
@@ -1963,8 +2056,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1963
2056
|
) }), Invitecode_default = IconInvitecode;
|
|
1964
2057
|
|
|
1965
2058
|
// src/components/LeftFilled.tsx
|
|
1966
|
-
import { jsx as
|
|
1967
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2059
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2060
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1968
2061
|
"path",
|
|
1969
2062
|
{
|
|
1970
2063
|
fill: fill || color || "currentColor",
|
|
@@ -1975,35 +2068,35 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1975
2068
|
) }), LeftFilled_default = IconLeftFilled;
|
|
1976
2069
|
|
|
1977
2070
|
// src/components/Loading.tsx
|
|
1978
|
-
import { jsx as
|
|
1979
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1980
|
-
/* @__PURE__ */
|
|
2071
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2072
|
+
var IconLoading = ({ 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: [
|
|
2073
|
+
/* @__PURE__ */ jsx98(
|
|
1981
2074
|
"path",
|
|
1982
2075
|
{
|
|
1983
|
-
fill:
|
|
1984
|
-
d: "
|
|
2076
|
+
fill: fill || color || "currentColor",
|
|
2077
|
+
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
2078
|
}
|
|
1986
2079
|
),
|
|
1987
|
-
/* @__PURE__ */
|
|
2080
|
+
/* @__PURE__ */ jsx98(
|
|
1988
2081
|
"path",
|
|
1989
2082
|
{
|
|
1990
|
-
fill:
|
|
1991
|
-
d: "
|
|
2083
|
+
fill: stroke || color || "currentColor",
|
|
2084
|
+
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
2085
|
}
|
|
1993
2086
|
)
|
|
1994
2087
|
] }), Loading_default = IconLoading;
|
|
1995
2088
|
|
|
1996
2089
|
// src/components/Login.tsx
|
|
1997
|
-
import { jsx as
|
|
1998
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2090
|
+
import { jsx as jsx99, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2091
|
+
var IconLogin = ({ 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: [
|
|
2092
|
+
/* @__PURE__ */ jsx99(
|
|
2000
2093
|
"path",
|
|
2001
2094
|
{
|
|
2002
2095
|
fill: stroke || color || "currentColor",
|
|
2003
2096
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2004
2097
|
}
|
|
2005
2098
|
),
|
|
2006
|
-
/* @__PURE__ */
|
|
2099
|
+
/* @__PURE__ */ jsx99(
|
|
2007
2100
|
"path",
|
|
2008
2101
|
{
|
|
2009
2102
|
fill: stroke || color || "currentColor",
|
|
@@ -2015,9 +2108,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2015
2108
|
] }), Login_default = IconLogin;
|
|
2016
2109
|
|
|
2017
2110
|
// src/components/Logout.tsx
|
|
2018
|
-
import { jsx as
|
|
2019
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2020
|
-
/* @__PURE__ */
|
|
2111
|
+
import { jsx as jsx100, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2112
|
+
var IconLogout = ({ 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: [
|
|
2113
|
+
/* @__PURE__ */ jsx100(
|
|
2021
2114
|
"path",
|
|
2022
2115
|
{
|
|
2023
2116
|
fill: stroke || color || "currentColor",
|
|
@@ -2026,7 +2119,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2026
2119
|
clipRule: "evenodd"
|
|
2027
2120
|
}
|
|
2028
2121
|
),
|
|
2029
|
-
/* @__PURE__ */
|
|
2122
|
+
/* @__PURE__ */ jsx100(
|
|
2030
2123
|
"path",
|
|
2031
2124
|
{
|
|
2032
2125
|
fill: stroke || color || "currentColor",
|
|
@@ -2036,8 +2129,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2036
2129
|
] }), Logout_default = IconLogout;
|
|
2037
2130
|
|
|
2038
2131
|
// src/components/ModelGeminiFilled.tsx
|
|
2039
|
-
import { jsx as
|
|
2040
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2132
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
2133
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx101(
|
|
2041
2134
|
"path",
|
|
2042
2135
|
{
|
|
2043
2136
|
fill: fill || color || "currentColor",
|
|
@@ -2046,8 +2139,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2046
2139
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2047
2140
|
|
|
2048
2141
|
// src/components/ModelOpenaiFilled.tsx
|
|
2049
|
-
import { jsx as
|
|
2050
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2142
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
2143
|
+
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx102(
|
|
2051
2144
|
"path",
|
|
2052
2145
|
{
|
|
2053
2146
|
fill: fill || color || "currentColor",
|
|
@@ -2056,9 +2149,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2056
2149
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2057
2150
|
|
|
2058
2151
|
// src/components/ModelDeepmindFilled.tsx
|
|
2059
|
-
import { jsx as
|
|
2060
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2061
|
-
/* @__PURE__ */
|
|
2152
|
+
import { jsx as jsx103, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2153
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2154
|
+
/* @__PURE__ */ jsx103("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx103(
|
|
2062
2155
|
"path",
|
|
2063
2156
|
{
|
|
2064
2157
|
fill: fill || color || "currentColor",
|
|
@@ -2067,28 +2160,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2067
2160
|
clipRule: "evenodd"
|
|
2068
2161
|
}
|
|
2069
2162
|
) }),
|
|
2070
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ jsx103("defs", { children: /* @__PURE__ */ jsx103("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx103("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2071
2164
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2072
2165
|
|
|
2073
2166
|
// src/components/ModelSeedFilled.tsx
|
|
2074
|
-
import { jsx as
|
|
2075
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2076
|
-
/* @__PURE__ */
|
|
2077
|
-
/* @__PURE__ */
|
|
2167
|
+
import { jsx as jsx104, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2168
|
+
var IconModelSeedFilled = ({ 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: [
|
|
2169
|
+
/* @__PURE__ */ jsx104("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2170
|
+
/* @__PURE__ */ jsx104(
|
|
2078
2171
|
"path",
|
|
2079
2172
|
{
|
|
2080
2173
|
fill: fill || color || "currentColor",
|
|
2081
2174
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2082
2175
|
}
|
|
2083
2176
|
),
|
|
2084
|
-
/* @__PURE__ */
|
|
2177
|
+
/* @__PURE__ */ jsx104(
|
|
2085
2178
|
"path",
|
|
2086
2179
|
{
|
|
2087
2180
|
fill: fill || color || "currentColor",
|
|
2088
2181
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2089
2182
|
}
|
|
2090
2183
|
),
|
|
2091
|
-
/* @__PURE__ */
|
|
2184
|
+
/* @__PURE__ */ jsx104(
|
|
2092
2185
|
"path",
|
|
2093
2186
|
{
|
|
2094
2187
|
fill: fill || color || "currentColor",
|
|
@@ -2098,8 +2191,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2098
2191
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2099
2192
|
|
|
2100
2193
|
// src/components/ModelSoraFilled.tsx
|
|
2101
|
-
import { jsx as
|
|
2102
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2194
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2195
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
|
|
2103
2196
|
"path",
|
|
2104
2197
|
{
|
|
2105
2198
|
fill: fill || color || "currentColor",
|
|
@@ -2108,7 +2201,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2108
2201
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2109
2202
|
|
|
2110
2203
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2111
|
-
import { jsx as
|
|
2204
|
+
import { jsx as jsx106, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2112
2205
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2113
2206
|
size,
|
|
2114
2207
|
width,
|
|
@@ -2117,64 +2210,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2117
2210
|
className,
|
|
2118
2211
|
fill,
|
|
2119
2212
|
stroke
|
|
2120
|
-
}) => /* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2213
|
+
}) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2214
|
+
/* @__PURE__ */ jsx106(
|
|
2122
2215
|
"path",
|
|
2123
2216
|
{
|
|
2124
2217
|
fill: "#5A5C62",
|
|
2125
2218
|
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
2219
|
}
|
|
2127
2220
|
),
|
|
2128
|
-
/* @__PURE__ */
|
|
2221
|
+
/* @__PURE__ */ jsx106(
|
|
2129
2222
|
"path",
|
|
2130
2223
|
{
|
|
2131
2224
|
fill: "#D5D6D7",
|
|
2132
2225
|
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
2226
|
}
|
|
2134
2227
|
),
|
|
2135
|
-
/* @__PURE__ */
|
|
2228
|
+
/* @__PURE__ */ jsx106(
|
|
2136
2229
|
"path",
|
|
2137
2230
|
{
|
|
2138
2231
|
fill: "#C4C5C7",
|
|
2139
2232
|
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
2233
|
}
|
|
2141
2234
|
),
|
|
2142
|
-
/* @__PURE__ */
|
|
2235
|
+
/* @__PURE__ */ jsx106(
|
|
2143
2236
|
"path",
|
|
2144
2237
|
{
|
|
2145
2238
|
fill: "#7B7C81",
|
|
2146
2239
|
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
2240
|
}
|
|
2148
2241
|
),
|
|
2149
|
-
/* @__PURE__ */
|
|
2242
|
+
/* @__PURE__ */ jsx106(
|
|
2150
2243
|
"path",
|
|
2151
2244
|
{
|
|
2152
2245
|
fill: "#85878B",
|
|
2153
2246
|
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
2247
|
}
|
|
2155
2248
|
),
|
|
2156
|
-
/* @__PURE__ */
|
|
2249
|
+
/* @__PURE__ */ jsx106(
|
|
2157
2250
|
"path",
|
|
2158
2251
|
{
|
|
2159
2252
|
fill: "#1B1D24",
|
|
2160
2253
|
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
2254
|
}
|
|
2162
2255
|
),
|
|
2163
|
-
/* @__PURE__ */
|
|
2256
|
+
/* @__PURE__ */ jsx106(
|
|
2164
2257
|
"path",
|
|
2165
2258
|
{
|
|
2166
2259
|
fill: "#D5D6D7",
|
|
2167
2260
|
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
2261
|
}
|
|
2169
2262
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2263
|
+
/* @__PURE__ */ jsx106(
|
|
2171
2264
|
"path",
|
|
2172
2265
|
{
|
|
2173
2266
|
fill: "#85878B",
|
|
2174
2267
|
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
2268
|
}
|
|
2176
2269
|
),
|
|
2177
|
-
/* @__PURE__ */
|
|
2270
|
+
/* @__PURE__ */ jsx106(
|
|
2178
2271
|
"path",
|
|
2179
2272
|
{
|
|
2180
2273
|
fill: "#D5D6D7",
|
|
@@ -2184,8 +2277,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2184
2277
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2185
2278
|
|
|
2186
2279
|
// src/components/ModelklingFilled.tsx
|
|
2187
|
-
import { jsx as
|
|
2188
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2280
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2281
|
+
var IconModelklingFilled = ({ 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(
|
|
2189
2282
|
"path",
|
|
2190
2283
|
{
|
|
2191
2284
|
fill: fill || color || "currentColor",
|
|
@@ -2196,8 +2289,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2196
2289
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2197
2290
|
|
|
2198
2291
|
// src/components/Models.tsx
|
|
2199
|
-
import { jsx as
|
|
2200
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2292
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2293
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx108(
|
|
2201
2294
|
"path",
|
|
2202
2295
|
{
|
|
2203
2296
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,8 +2301,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2208
2301
|
) }), Models_default = IconModels;
|
|
2209
2302
|
|
|
2210
2303
|
// src/components/MoreCollapse.tsx
|
|
2211
|
-
import { jsx as
|
|
2212
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2304
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
2305
|
+
var IconMoreCollapse = ({ 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(
|
|
2213
2306
|
"path",
|
|
2214
2307
|
{
|
|
2215
2308
|
fill: stroke || color || "currentColor",
|
|
@@ -2218,23 +2311,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2218
2311
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2219
2312
|
|
|
2220
2313
|
// src/components/MoreHorizontal.tsx
|
|
2221
|
-
import { jsx as
|
|
2222
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2223
|
-
/* @__PURE__ */
|
|
2314
|
+
import { jsx as jsx110, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2315
|
+
var IconMoreHorizontal = ({ 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: [
|
|
2316
|
+
/* @__PURE__ */ jsx110(
|
|
2224
2317
|
"path",
|
|
2225
2318
|
{
|
|
2226
2319
|
fill: stroke || color || "currentColor",
|
|
2227
2320
|
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
2321
|
}
|
|
2229
2322
|
),
|
|
2230
|
-
/* @__PURE__ */
|
|
2323
|
+
/* @__PURE__ */ jsx110(
|
|
2231
2324
|
"path",
|
|
2232
2325
|
{
|
|
2233
2326
|
fill: stroke || color || "currentColor",
|
|
2234
2327
|
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
2328
|
}
|
|
2236
2329
|
),
|
|
2237
|
-
/* @__PURE__ */
|
|
2330
|
+
/* @__PURE__ */ jsx110(
|
|
2238
2331
|
"path",
|
|
2239
2332
|
{
|
|
2240
2333
|
fill: stroke || color || "currentColor",
|
|
@@ -2244,8 +2337,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2244
2337
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2245
2338
|
|
|
2246
2339
|
// src/components/MoreShowed.tsx
|
|
2247
|
-
import { jsx as
|
|
2248
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2340
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2341
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
|
|
2249
2342
|
"path",
|
|
2250
2343
|
{
|
|
2251
2344
|
fill: stroke || color || "currentColor",
|
|
@@ -2254,23 +2347,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2254
2347
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2255
2348
|
|
|
2256
2349
|
// src/components/More.tsx
|
|
2257
|
-
import { jsx as
|
|
2258
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2259
|
-
/* @__PURE__ */
|
|
2350
|
+
import { jsx as jsx112, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2351
|
+
var IconMore = ({ 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: [
|
|
2352
|
+
/* @__PURE__ */ jsx112(
|
|
2260
2353
|
"path",
|
|
2261
2354
|
{
|
|
2262
2355
|
fill: stroke || color || "currentColor",
|
|
2263
2356
|
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
2357
|
}
|
|
2265
2358
|
),
|
|
2266
|
-
/* @__PURE__ */
|
|
2359
|
+
/* @__PURE__ */ jsx112(
|
|
2267
2360
|
"path",
|
|
2268
2361
|
{
|
|
2269
2362
|
fill: stroke || color || "currentColor",
|
|
2270
2363
|
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
2364
|
}
|
|
2272
2365
|
),
|
|
2273
|
-
/* @__PURE__ */
|
|
2366
|
+
/* @__PURE__ */ jsx112(
|
|
2274
2367
|
"path",
|
|
2275
2368
|
{
|
|
2276
2369
|
fill: stroke || color || "currentColor",
|
|
@@ -2280,30 +2373,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2280
2373
|
] }), More_default = IconMore;
|
|
2281
2374
|
|
|
2282
2375
|
// src/components/Moresettings.tsx
|
|
2283
|
-
import { jsx as
|
|
2284
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2376
|
+
import { jsx as jsx113, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2377
|
+
var IconMoresettings = ({ 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: [
|
|
2378
|
+
/* @__PURE__ */ jsx113(
|
|
2286
2379
|
"path",
|
|
2287
2380
|
{
|
|
2288
2381
|
fill: stroke || color || "currentColor",
|
|
2289
2382
|
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
2383
|
}
|
|
2291
2384
|
),
|
|
2292
|
-
/* @__PURE__ */
|
|
2385
|
+
/* @__PURE__ */ jsx113(
|
|
2293
2386
|
"path",
|
|
2294
2387
|
{
|
|
2295
2388
|
fill: stroke || color || "currentColor",
|
|
2296
2389
|
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
2390
|
}
|
|
2298
2391
|
),
|
|
2299
|
-
/* @__PURE__ */
|
|
2392
|
+
/* @__PURE__ */ jsx113(
|
|
2300
2393
|
"path",
|
|
2301
2394
|
{
|
|
2302
2395
|
fill: stroke || color || "currentColor",
|
|
2303
2396
|
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
2397
|
}
|
|
2305
2398
|
),
|
|
2306
|
-
/* @__PURE__ */
|
|
2399
|
+
/* @__PURE__ */ jsx113(
|
|
2307
2400
|
"path",
|
|
2308
2401
|
{
|
|
2309
2402
|
fill: stroke || color || "currentColor",
|
|
@@ -2315,9 +2408,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2315
2408
|
] }), Moresettings_default = IconMoresettings;
|
|
2316
2409
|
|
|
2317
2410
|
// src/components/MouseDrag.tsx
|
|
2318
|
-
import { jsx as
|
|
2319
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2320
|
-
/* @__PURE__ */
|
|
2411
|
+
import { jsx as jsx114, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2412
|
+
var IconMouseDrag = ({ 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: [
|
|
2413
|
+
/* @__PURE__ */ jsx114(
|
|
2321
2414
|
"path",
|
|
2322
2415
|
{
|
|
2323
2416
|
fill: fill || color || "currentColor",
|
|
@@ -2325,7 +2418,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2325
2418
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2326
2419
|
}
|
|
2327
2420
|
),
|
|
2328
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx114(
|
|
2329
2422
|
"path",
|
|
2330
2423
|
{
|
|
2331
2424
|
fill: fill || color || "currentColor",
|
|
@@ -2333,7 +2426,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2333
2426
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2334
2427
|
}
|
|
2335
2428
|
),
|
|
2336
|
-
/* @__PURE__ */
|
|
2429
|
+
/* @__PURE__ */ jsx114(
|
|
2337
2430
|
"path",
|
|
2338
2431
|
{
|
|
2339
2432
|
fill: fill || color || "currentColor",
|
|
@@ -2344,9 +2437,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2344
2437
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2345
2438
|
|
|
2346
2439
|
// src/components/MouseMove.tsx
|
|
2347
|
-
import { jsx as
|
|
2348
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2349
|
-
/* @__PURE__ */
|
|
2440
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2441
|
+
var IconMouseMove = ({ 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: [
|
|
2442
|
+
/* @__PURE__ */ jsx115("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx115(
|
|
2350
2443
|
"path",
|
|
2351
2444
|
{
|
|
2352
2445
|
fill: fill || color || "currentColor",
|
|
@@ -2354,13 +2447,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2354
2447
|
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
2448
|
}
|
|
2356
2449
|
) }),
|
|
2357
|
-
/* @__PURE__ */
|
|
2450
|
+
/* @__PURE__ */ jsx115("defs", { children: /* @__PURE__ */ jsx115("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx115("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2358
2451
|
] }), MouseMove_default = IconMouseMove;
|
|
2359
2452
|
|
|
2360
2453
|
// src/components/MouseNumberchange.tsx
|
|
2361
|
-
import { jsx as
|
|
2362
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2363
|
-
/* @__PURE__ */
|
|
2454
|
+
import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2455
|
+
var IconMouseNumberchange = ({ 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: [
|
|
2456
|
+
/* @__PURE__ */ jsx116(
|
|
2364
2457
|
"path",
|
|
2365
2458
|
{
|
|
2366
2459
|
fill: fill || color || "currentColor",
|
|
@@ -2368,7 +2461,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2368
2461
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2369
2462
|
}
|
|
2370
2463
|
),
|
|
2371
|
-
/* @__PURE__ */
|
|
2464
|
+
/* @__PURE__ */ jsx116(
|
|
2372
2465
|
"path",
|
|
2373
2466
|
{
|
|
2374
2467
|
fill: fill || color || "currentColor",
|
|
@@ -2379,8 +2472,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2379
2472
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2380
2473
|
|
|
2381
2474
|
// src/components/Musicassets.tsx
|
|
2382
|
-
import { jsx as
|
|
2383
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2475
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2476
|
+
var IconMusicassets = ({ 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(
|
|
2384
2477
|
"path",
|
|
2385
2478
|
{
|
|
2386
2479
|
fill: stroke || color || "currentColor",
|
|
@@ -2391,9 +2484,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2391
2484
|
) }), Musicassets_default = IconMusicassets;
|
|
2392
2485
|
|
|
2393
2486
|
// src/components/Mute.tsx
|
|
2394
|
-
import { jsx as
|
|
2395
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2396
|
-
/* @__PURE__ */
|
|
2487
|
+
import { jsx as jsx118, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2488
|
+
var IconMute = ({ 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: [
|
|
2489
|
+
/* @__PURE__ */ jsx118(
|
|
2397
2490
|
"path",
|
|
2398
2491
|
{
|
|
2399
2492
|
fill: stroke || color || "currentColor",
|
|
@@ -2402,7 +2495,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2402
2495
|
clipRule: "evenodd"
|
|
2403
2496
|
}
|
|
2404
2497
|
),
|
|
2405
|
-
/* @__PURE__ */
|
|
2498
|
+
/* @__PURE__ */ jsx118(
|
|
2406
2499
|
"path",
|
|
2407
2500
|
{
|
|
2408
2501
|
fill: stroke || color || "currentColor",
|
|
@@ -2412,8 +2505,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2412
2505
|
] }), Mute_default = IconMute;
|
|
2413
2506
|
|
|
2414
2507
|
// src/components/Next.tsx
|
|
2415
|
-
import { jsx as
|
|
2416
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2508
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2509
|
+
var IconNext = ({ 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(
|
|
2417
2510
|
"path",
|
|
2418
2511
|
{
|
|
2419
2512
|
fill: stroke || color || "currentColor",
|
|
@@ -2424,16 +2517,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2424
2517
|
) }), Next_default = IconNext;
|
|
2425
2518
|
|
|
2426
2519
|
// src/components/Nextscene.tsx
|
|
2427
|
-
import { jsx as
|
|
2428
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2429
|
-
/* @__PURE__ */
|
|
2520
|
+
import { jsx as jsx120, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2521
|
+
var IconNextscene = ({ 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: [
|
|
2522
|
+
/* @__PURE__ */ jsx120(
|
|
2430
2523
|
"path",
|
|
2431
2524
|
{
|
|
2432
2525
|
fill: stroke || color || "currentColor",
|
|
2433
2526
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2434
2527
|
}
|
|
2435
2528
|
),
|
|
2436
|
-
/* @__PURE__ */
|
|
2529
|
+
/* @__PURE__ */ jsx120(
|
|
2437
2530
|
"path",
|
|
2438
2531
|
{
|
|
2439
2532
|
fill: stroke || color || "currentColor",
|
|
@@ -2445,8 +2538,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2445
2538
|
] }), Nextscene_default = IconNextscene;
|
|
2446
2539
|
|
|
2447
2540
|
// src/components/Niceofficial.tsx
|
|
2448
|
-
import { jsx as
|
|
2449
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2541
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2542
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2450
2543
|
"path",
|
|
2451
2544
|
{
|
|
2452
2545
|
fill: fill || color || "currentColor",
|
|
@@ -2456,19 +2549,40 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2456
2549
|
}
|
|
2457
2550
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2458
2551
|
|
|
2552
|
+
// src/components/Notification.tsx
|
|
2553
|
+
import { jsx as jsx122, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2554
|
+
var IconNotification = ({ 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: [
|
|
2555
|
+
/* @__PURE__ */ jsx122(
|
|
2556
|
+
"path",
|
|
2557
|
+
{
|
|
2558
|
+
fill: stroke || color || "currentColor",
|
|
2559
|
+
d: "M22.5 15L19.5 12V7.5C19.5 3.35786 16.1421 0 12 0C7.85786 0 4.5 3.35786 4.5 7.5V12L1.5 15V18H22.5V15ZM6.75 12.932V7.5C6.75 4.6005 9.1005 2.25 12 2.25C14.8995 2.25 17.25 4.6005 17.25 7.5V12.932L20.068 15.75H3.93198L6.75 12.932Z",
|
|
2560
|
+
fillRule: "evenodd",
|
|
2561
|
+
clipRule: "evenodd"
|
|
2562
|
+
}
|
|
2563
|
+
),
|
|
2564
|
+
/* @__PURE__ */ jsx122(
|
|
2565
|
+
"path",
|
|
2566
|
+
{
|
|
2567
|
+
fill: stroke || color || "currentColor",
|
|
2568
|
+
d: "M12 24C10.0407 24 8.37385 22.7478 7.75609 21H10.323C10.7349 21.4603 11.3337 21.75 12 21.75C12.6664 21.75 13.2651 21.4603 13.6771 21H16.244C15.6262 22.7478 13.9594 24 12 24Z"
|
|
2569
|
+
}
|
|
2570
|
+
)
|
|
2571
|
+
] }), Notification_default = IconNotification;
|
|
2572
|
+
|
|
2459
2573
|
// 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__ */
|
|
2574
|
+
import { jsx as jsx123, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2575
|
+
var IconOneclickgenerate = ({ 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: [
|
|
2576
|
+
/* @__PURE__ */ jsx123("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2577
|
+
/* @__PURE__ */ jsx123("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2578
|
+
/* @__PURE__ */ jsx123(
|
|
2465
2579
|
"path",
|
|
2466
2580
|
{
|
|
2467
2581
|
fill: stroke || color || "currentColor",
|
|
2468
2582
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2469
2583
|
}
|
|
2470
2584
|
),
|
|
2471
|
-
/* @__PURE__ */
|
|
2585
|
+
/* @__PURE__ */ jsx123(
|
|
2472
2586
|
"path",
|
|
2473
2587
|
{
|
|
2474
2588
|
fill: stroke || color || "currentColor",
|
|
@@ -2480,9 +2594,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2480
2594
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2481
2595
|
|
|
2482
2596
|
// src/components/Opendemo.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2485
|
-
/* @__PURE__ */
|
|
2597
|
+
import { jsx as jsx124, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2598
|
+
var IconOpendemo = ({ 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: [
|
|
2599
|
+
/* @__PURE__ */ jsx124(
|
|
2486
2600
|
"path",
|
|
2487
2601
|
{
|
|
2488
2602
|
fill: stroke || color || "currentColor",
|
|
@@ -2491,12 +2605,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2491
2605
|
clipRule: "evenodd"
|
|
2492
2606
|
}
|
|
2493
2607
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2608
|
+
/* @__PURE__ */ jsx124("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2495
2609
|
] }), Opendemo_default = IconOpendemo;
|
|
2496
2610
|
|
|
2497
2611
|
// src/components/OppsFilled.tsx
|
|
2498
|
-
import { jsx as
|
|
2499
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2612
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
2613
|
+
var IconOppsFilled = ({ 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(
|
|
2500
2614
|
"path",
|
|
2501
2615
|
{
|
|
2502
2616
|
fill: fill || color || "currentColor",
|
|
@@ -2507,8 +2621,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2507
2621
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2508
2622
|
|
|
2509
2623
|
// src/components/OptionalcheckedFilled.tsx
|
|
2510
|
-
import { jsx as
|
|
2511
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2624
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
2625
|
+
var IconOptionalcheckedFilled = ({ 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(
|
|
2512
2626
|
"path",
|
|
2513
2627
|
{
|
|
2514
2628
|
fill: fill || color || "currentColor",
|
|
@@ -2519,8 +2633,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2519
2633
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2520
2634
|
|
|
2521
2635
|
// src/components/Optionaluncheck.tsx
|
|
2522
|
-
import { jsx as
|
|
2523
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2636
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
2637
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx127("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx127(
|
|
2524
2638
|
"path",
|
|
2525
2639
|
{
|
|
2526
2640
|
fill: stroke || color || "currentColor",
|
|
@@ -2531,8 +2645,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2531
2645
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2532
2646
|
|
|
2533
2647
|
// src/components/Packagegame.tsx
|
|
2534
|
-
import { jsx as
|
|
2535
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2648
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
2649
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx128("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx128(
|
|
2536
2650
|
"path",
|
|
2537
2651
|
{
|
|
2538
2652
|
fill: stroke || color || "currentColor",
|
|
@@ -2543,13 +2657,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2543
2657
|
) }), Packagegame_default = IconPackagegame;
|
|
2544
2658
|
|
|
2545
2659
|
// src/components/PageError.tsx
|
|
2546
|
-
import { jsx as
|
|
2547
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2660
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
2661
|
+
var IconPageError = ({ 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("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2548
2662
|
|
|
2549
2663
|
// src/components/Parameters.tsx
|
|
2550
|
-
import { jsx as
|
|
2551
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2552
|
-
/* @__PURE__ */
|
|
2664
|
+
import { jsx as jsx130, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2665
|
+
var IconParameters = ({ 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: [
|
|
2666
|
+
/* @__PURE__ */ jsx130(
|
|
2553
2667
|
"path",
|
|
2554
2668
|
{
|
|
2555
2669
|
fill: stroke || color || "currentColor",
|
|
@@ -2558,7 +2672,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2558
2672
|
clipRule: "evenodd"
|
|
2559
2673
|
}
|
|
2560
2674
|
),
|
|
2561
|
-
/* @__PURE__ */
|
|
2675
|
+
/* @__PURE__ */ jsx130(
|
|
2562
2676
|
"path",
|
|
2563
2677
|
{
|
|
2564
2678
|
fill: stroke || color || "currentColor",
|
|
@@ -2570,9 +2684,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2570
2684
|
] }), Parameters_default = IconParameters;
|
|
2571
2685
|
|
|
2572
2686
|
// src/components/Pause.tsx
|
|
2573
|
-
import { jsx as
|
|
2574
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2575
|
-
/* @__PURE__ */
|
|
2687
|
+
import { jsx as jsx131, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2688
|
+
var IconPause = ({ 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: [
|
|
2689
|
+
/* @__PURE__ */ jsx131(
|
|
2576
2690
|
"path",
|
|
2577
2691
|
{
|
|
2578
2692
|
fill: stroke || color || "currentColor",
|
|
@@ -2581,7 +2695,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2581
2695
|
clipRule: "evenodd"
|
|
2582
2696
|
}
|
|
2583
2697
|
),
|
|
2584
|
-
/* @__PURE__ */
|
|
2698
|
+
/* @__PURE__ */ jsx131(
|
|
2585
2699
|
"path",
|
|
2586
2700
|
{
|
|
2587
2701
|
fill: stroke || color || "currentColor",
|
|
@@ -2593,8 +2707,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2593
2707
|
] }), Pause_default = IconPause;
|
|
2594
2708
|
|
|
2595
2709
|
// src/components/Pencil.tsx
|
|
2596
|
-
import { jsx as
|
|
2597
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2710
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
2711
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx132("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx132(
|
|
2598
2712
|
"path",
|
|
2599
2713
|
{
|
|
2600
2714
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,8 +2719,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2605
2719
|
) }), Pencil_default = IconPencil;
|
|
2606
2720
|
|
|
2607
2721
|
// src/components/Pick.tsx
|
|
2608
|
-
import { jsx as
|
|
2609
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2722
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
2723
|
+
var IconPick = ({ 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(
|
|
2610
2724
|
"path",
|
|
2611
2725
|
{
|
|
2612
2726
|
fill: stroke || color || "currentColor",
|
|
@@ -2617,25 +2731,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2617
2731
|
) }), Pick_default = IconPick;
|
|
2618
2732
|
|
|
2619
2733
|
// src/components/PickedFilled.tsx
|
|
2620
|
-
import { jsx as
|
|
2621
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2734
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
2735
|
+
var IconPickedFilled = ({ 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("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2622
2736
|
|
|
2623
2737
|
// src/components/PlanFilled.tsx
|
|
2624
|
-
import { jsx as
|
|
2625
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2626
|
-
/* @__PURE__ */
|
|
2738
|
+
import { jsx as jsx135, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2739
|
+
var IconPlanFilled = ({ 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: [
|
|
2740
|
+
/* @__PURE__ */ jsx135("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx135(
|
|
2627
2741
|
"path",
|
|
2628
2742
|
{
|
|
2629
2743
|
fill: fill || color || "currentColor",
|
|
2630
2744
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2631
2745
|
}
|
|
2632
2746
|
) }),
|
|
2633
|
-
/* @__PURE__ */
|
|
2747
|
+
/* @__PURE__ */ jsx135("defs", { children: /* @__PURE__ */ jsx135("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx135("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2634
2748
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2635
2749
|
|
|
2636
2750
|
// src/components/PlayFilled.tsx
|
|
2637
|
-
import { jsx as
|
|
2638
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2751
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
2752
|
+
var IconPlayFilled = ({ 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(
|
|
2639
2753
|
"path",
|
|
2640
2754
|
{
|
|
2641
2755
|
fill: fill || color || "currentColor",
|
|
@@ -2644,8 +2758,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2644
2758
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2645
2759
|
|
|
2646
2760
|
// src/components/Play.tsx
|
|
2647
|
-
import { jsx as
|
|
2648
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2761
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2762
|
+
var IconPlay = ({ 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(
|
|
2649
2763
|
"path",
|
|
2650
2764
|
{
|
|
2651
2765
|
fill: stroke || color || "currentColor",
|
|
@@ -2656,16 +2770,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2656
2770
|
) }), Play_default = IconPlay;
|
|
2657
2771
|
|
|
2658
2772
|
// src/components/Previouscene.tsx
|
|
2659
|
-
import { jsx as
|
|
2660
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
2773
|
+
import { jsx as jsx138, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2774
|
+
var IconPreviouscene = ({ 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: [
|
|
2775
|
+
/* @__PURE__ */ jsx138(
|
|
2662
2776
|
"path",
|
|
2663
2777
|
{
|
|
2664
2778
|
fill: stroke || color || "currentColor",
|
|
2665
2779
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2666
2780
|
}
|
|
2667
2781
|
),
|
|
2668
|
-
/* @__PURE__ */
|
|
2782
|
+
/* @__PURE__ */ jsx138(
|
|
2669
2783
|
"path",
|
|
2670
2784
|
{
|
|
2671
2785
|
fill: stroke || color || "currentColor",
|
|
@@ -2677,8 +2791,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2677
2791
|
] }), Previouscene_default = IconPreviouscene;
|
|
2678
2792
|
|
|
2679
2793
|
// src/components/ProblemFilled.tsx
|
|
2680
|
-
import { jsx as
|
|
2681
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2794
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
2795
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx139("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx139(
|
|
2682
2796
|
"path",
|
|
2683
2797
|
{
|
|
2684
2798
|
fill: fill || color || "currentColor",
|
|
@@ -2689,8 +2803,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
2689
2803
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2690
2804
|
|
|
2691
2805
|
// src/components/ProblemNoticeFilled.tsx
|
|
2692
|
-
import { jsx as
|
|
2693
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2806
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2807
|
+
var IconProblemNoticeFilled = ({ 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(
|
|
2694
2808
|
"path",
|
|
2695
2809
|
{
|
|
2696
2810
|
fill: fill || color || "currentColor",
|
|
@@ -2701,11 +2815,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2701
2815
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2702
2816
|
|
|
2703
2817
|
// 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__ */
|
|
2818
|
+
import { jsx as jsx141, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2819
|
+
var IconProblem = ({ 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__ */ jsx141("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2821
|
+
/* @__PURE__ */ jsx141("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2822
|
+
/* @__PURE__ */ jsx141(
|
|
2709
2823
|
"path",
|
|
2710
2824
|
{
|
|
2711
2825
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,9 +2831,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2717
2831
|
] }), Problem_default = IconProblem;
|
|
2718
2832
|
|
|
2719
2833
|
// src/components/Publish.tsx
|
|
2720
|
-
import { jsx as
|
|
2721
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2722
|
-
/* @__PURE__ */
|
|
2834
|
+
import { jsx as jsx142, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2835
|
+
var IconPublish = ({ 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: [
|
|
2836
|
+
/* @__PURE__ */ jsx142(
|
|
2723
2837
|
"path",
|
|
2724
2838
|
{
|
|
2725
2839
|
fill: stroke || color || "currentColor",
|
|
@@ -2728,12 +2842,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2728
2842
|
clipRule: "evenodd"
|
|
2729
2843
|
}
|
|
2730
2844
|
),
|
|
2731
|
-
/* @__PURE__ */
|
|
2845
|
+
/* @__PURE__ */ jsx142("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2732
2846
|
] }), Publish_default = IconPublish;
|
|
2733
2847
|
|
|
2734
2848
|
// src/components/Ratio169.tsx
|
|
2735
|
-
import { jsx as
|
|
2736
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2849
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2850
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
|
|
2737
2851
|
"path",
|
|
2738
2852
|
{
|
|
2739
2853
|
fill: stroke || color || "currentColor",
|
|
@@ -2742,16 +2856,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2742
2856
|
) }), Ratio169_default = IconRatio169;
|
|
2743
2857
|
|
|
2744
2858
|
// src/components/Ratio11.tsx
|
|
2745
|
-
import { jsx as
|
|
2746
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2747
|
-
/* @__PURE__ */
|
|
2859
|
+
import { jsx as jsx144, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2860
|
+
var IconRatio11 = ({ 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: [
|
|
2861
|
+
/* @__PURE__ */ jsx144("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx144(
|
|
2748
2862
|
"path",
|
|
2749
2863
|
{
|
|
2750
2864
|
fill: stroke || color || "currentColor",
|
|
2751
2865
|
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
2866
|
}
|
|
2753
2867
|
) }),
|
|
2754
|
-
/* @__PURE__ */
|
|
2868
|
+
/* @__PURE__ */ jsx144("defs", { children: /* @__PURE__ */ jsx144("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx144(
|
|
2755
2869
|
"rect",
|
|
2756
2870
|
{
|
|
2757
2871
|
width: "24",
|
|
@@ -2763,16 +2877,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2763
2877
|
] }), Ratio11_default = IconRatio11;
|
|
2764
2878
|
|
|
2765
2879
|
// src/components/Ratio916.tsx
|
|
2766
|
-
import { jsx as
|
|
2767
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2768
|
-
/* @__PURE__ */
|
|
2880
|
+
import { jsx as jsx145, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2881
|
+
var IconRatio916 = ({ 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: [
|
|
2882
|
+
/* @__PURE__ */ jsx145("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx145(
|
|
2769
2883
|
"path",
|
|
2770
2884
|
{
|
|
2771
2885
|
fill: stroke || color || "currentColor",
|
|
2772
2886
|
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
2887
|
}
|
|
2774
2888
|
) }),
|
|
2775
|
-
/* @__PURE__ */
|
|
2889
|
+
/* @__PURE__ */ jsx145("defs", { children: /* @__PURE__ */ jsx145("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx145(
|
|
2776
2890
|
"rect",
|
|
2777
2891
|
{
|
|
2778
2892
|
width: "24",
|
|
@@ -2784,18 +2898,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2784
2898
|
] }), Ratio916_default = IconRatio916;
|
|
2785
2899
|
|
|
2786
2900
|
// src/components/RatioAuto.tsx
|
|
2787
|
-
import { jsx as
|
|
2788
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2789
|
-
/* @__PURE__ */
|
|
2790
|
-
/* @__PURE__ */
|
|
2901
|
+
import { jsx as jsx146, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2902
|
+
var IconRatioAuto = ({ 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: [
|
|
2903
|
+
/* @__PURE__ */ jsxs74("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2904
|
+
/* @__PURE__ */ jsx146(
|
|
2791
2905
|
"path",
|
|
2792
2906
|
{
|
|
2793
2907
|
fill: stroke || color || "currentColor",
|
|
2794
2908
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2795
2909
|
}
|
|
2796
2910
|
),
|
|
2797
|
-
/* @__PURE__ */
|
|
2798
|
-
/* @__PURE__ */
|
|
2911
|
+
/* @__PURE__ */ jsx146("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2912
|
+
/* @__PURE__ */ jsx146(
|
|
2799
2913
|
"path",
|
|
2800
2914
|
{
|
|
2801
2915
|
fill: stroke || color || "currentColor",
|
|
@@ -2805,7 +2919,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2805
2919
|
}
|
|
2806
2920
|
)
|
|
2807
2921
|
] }),
|
|
2808
|
-
/* @__PURE__ */
|
|
2922
|
+
/* @__PURE__ */ jsx146("defs", { children: /* @__PURE__ */ jsx146("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx146(
|
|
2809
2923
|
"rect",
|
|
2810
2924
|
{
|
|
2811
2925
|
width: "24",
|
|
@@ -2817,16 +2931,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2817
2931
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2818
2932
|
|
|
2819
2933
|
// src/components/Ratio.tsx
|
|
2820
|
-
import { jsx as
|
|
2821
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2822
|
-
/* @__PURE__ */
|
|
2934
|
+
import { jsx as jsx147, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2935
|
+
var IconRatio = ({ 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: [
|
|
2936
|
+
/* @__PURE__ */ jsx147(
|
|
2823
2937
|
"path",
|
|
2824
2938
|
{
|
|
2825
2939
|
fill: stroke || color || "currentColor",
|
|
2826
2940
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2827
2941
|
}
|
|
2828
2942
|
),
|
|
2829
|
-
/* @__PURE__ */
|
|
2943
|
+
/* @__PURE__ */ jsx147(
|
|
2830
2944
|
"path",
|
|
2831
2945
|
{
|
|
2832
2946
|
fill: stroke || color || "currentColor",
|
|
@@ -2836,8 +2950,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2836
2950
|
] }), Ratio_default = IconRatio;
|
|
2837
2951
|
|
|
2838
2952
|
// src/components/ReEdit.tsx
|
|
2839
|
-
import { jsx as
|
|
2840
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2953
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
2954
|
+
var IconReEdit = ({ 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(
|
|
2841
2955
|
"path",
|
|
2842
2956
|
{
|
|
2843
2957
|
fill: stroke || color || "currentColor",
|
|
@@ -2848,8 +2962,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2848
2962
|
) }), ReEdit_default = IconReEdit;
|
|
2849
2963
|
|
|
2850
2964
|
// src/components/Regenerate.tsx
|
|
2851
|
-
import { jsx as
|
|
2852
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2965
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
2966
|
+
var IconRegenerate = ({ 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(
|
|
2853
2967
|
"path",
|
|
2854
2968
|
{
|
|
2855
2969
|
fill: stroke || color || "currentColor",
|
|
@@ -2860,9 +2974,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2860
2974
|
) }), Regenerate_default = IconRegenerate;
|
|
2861
2975
|
|
|
2862
2976
|
// src/components/Resultsetting.tsx
|
|
2863
|
-
import { jsx as
|
|
2864
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2865
|
-
/* @__PURE__ */
|
|
2977
|
+
import { jsx as jsx150, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2978
|
+
var IconResultsetting = ({ 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: [
|
|
2979
|
+
/* @__PURE__ */ jsx150("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx150(
|
|
2866
2980
|
"path",
|
|
2867
2981
|
{
|
|
2868
2982
|
fill: stroke || color || "currentColor",
|
|
@@ -2871,7 +2985,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2871
2985
|
clipRule: "evenodd"
|
|
2872
2986
|
}
|
|
2873
2987
|
) }),
|
|
2874
|
-
/* @__PURE__ */
|
|
2988
|
+
/* @__PURE__ */ jsx150("defs", { children: /* @__PURE__ */ jsx150("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx150(
|
|
2875
2989
|
"rect",
|
|
2876
2990
|
{
|
|
2877
2991
|
width: "24",
|
|
@@ -2883,8 +2997,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2883
2997
|
] }), Resultsetting_default = IconResultsetting;
|
|
2884
2998
|
|
|
2885
2999
|
// src/components/RightFilled.tsx
|
|
2886
|
-
import { jsx as
|
|
2887
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3000
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
3001
|
+
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
|
|
2888
3002
|
"path",
|
|
2889
3003
|
{
|
|
2890
3004
|
fill: fill || color || "currentColor",
|
|
@@ -2895,8 +3009,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2895
3009
|
) }), RightFilled_default = IconRightFilled;
|
|
2896
3010
|
|
|
2897
3011
|
// src/components/SceneNext.tsx
|
|
2898
|
-
import { jsx as
|
|
2899
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3012
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
3013
|
+
var IconSceneNext = ({ 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(
|
|
2900
3014
|
"path",
|
|
2901
3015
|
{
|
|
2902
3016
|
fill: stroke || color || "currentColor",
|
|
@@ -2905,29 +3019,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2905
3019
|
) }), SceneNext_default = IconSceneNext;
|
|
2906
3020
|
|
|
2907
3021
|
// 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__ */
|
|
3022
|
+
import { jsx as jsx153, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3023
|
+
var IconScriptmode = ({ 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: [
|
|
3024
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3025
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3026
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3027
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3028
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3029
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3030
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3031
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2918
3032
|
] }), Scriptmode_default = IconScriptmode;
|
|
2919
3033
|
|
|
2920
3034
|
// src/components/Scrolldown.tsx
|
|
2921
|
-
import { jsx as
|
|
2922
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2923
|
-
/* @__PURE__ */
|
|
3035
|
+
import { jsx as jsx154, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3036
|
+
var IconScrolldown = ({ 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: [
|
|
3037
|
+
/* @__PURE__ */ jsx154(
|
|
2924
3038
|
"path",
|
|
2925
3039
|
{
|
|
2926
3040
|
fill: stroke || color || "currentColor",
|
|
2927
3041
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
2928
3042
|
}
|
|
2929
3043
|
),
|
|
2930
|
-
/* @__PURE__ */
|
|
3044
|
+
/* @__PURE__ */ jsx154(
|
|
2931
3045
|
"path",
|
|
2932
3046
|
{
|
|
2933
3047
|
fill: stroke || color || "currentColor",
|
|
@@ -2937,8 +3051,8 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2937
3051
|
] }), Scrolldown_default = IconScrolldown;
|
|
2938
3052
|
|
|
2939
3053
|
// src/components/Sendrequest.tsx
|
|
2940
|
-
import { jsx as
|
|
2941
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3054
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3055
|
+
var IconSendrequest = ({ 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(
|
|
2942
3056
|
"path",
|
|
2943
3057
|
{
|
|
2944
3058
|
fill: fill || color || "currentColor",
|
|
@@ -2948,9 +3062,29 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
2948
3062
|
}
|
|
2949
3063
|
) }), Sendrequest_default = IconSendrequest;
|
|
2950
3064
|
|
|
3065
|
+
// src/components/Sendup.tsx
|
|
3066
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
3067
|
+
var IconSendup = ({ 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(
|
|
3068
|
+
"path",
|
|
3069
|
+
{
|
|
3070
|
+
fill: stroke || color || "currentColor",
|
|
3071
|
+
d: "M19.1208 5.32254V19.176L16.8703 19.1753V9.16398L6.56135 19.473L4.97036 17.882L15.2793 7.57299H5.26798L5.26729 5.32254H19.1208Z"
|
|
3072
|
+
}
|
|
3073
|
+
) }), Sendup_default = IconSendup;
|
|
3074
|
+
|
|
3075
|
+
// src/components/Sendup2.tsx
|
|
3076
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
3077
|
+
var IconSendup2 = ({ 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(
|
|
3078
|
+
"path",
|
|
3079
|
+
{
|
|
3080
|
+
fill: stroke || color || "currentColor",
|
|
3081
|
+
d: "M5.19922 10.7949L6.79102 12.3867L11.875 7.30273V18H3V20.25H14.125V7.31055L19.1992 12.3867L20.791 10.7949L12.9961 3L5.19922 10.7949Z"
|
|
3082
|
+
}
|
|
3083
|
+
) }), Sendup2_default = IconSendup2;
|
|
3084
|
+
|
|
2951
3085
|
// src/components/ShareFilled.tsx
|
|
2952
|
-
import { jsx as
|
|
2953
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3086
|
+
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
3087
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx158("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx158(
|
|
2954
3088
|
"path",
|
|
2955
3089
|
{
|
|
2956
3090
|
fill: fill || color || "currentColor",
|
|
@@ -2959,8 +3093,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2959
3093
|
) }), ShareFilled_default = IconShareFilled;
|
|
2960
3094
|
|
|
2961
3095
|
// src/components/Share.tsx
|
|
2962
|
-
import { jsx as
|
|
2963
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3096
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
3097
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx159("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx159(
|
|
2964
3098
|
"path",
|
|
2965
3099
|
{
|
|
2966
3100
|
fill: stroke || color || "currentColor",
|
|
@@ -2971,8 +3105,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2971
3105
|
) }), Share_default = IconShare;
|
|
2972
3106
|
|
|
2973
3107
|
// src/components/Sidebar.tsx
|
|
2974
|
-
import { jsx as
|
|
2975
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3108
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3109
|
+
var IconSidebar = ({ 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(
|
|
2976
3110
|
"path",
|
|
2977
3111
|
{
|
|
2978
3112
|
fill: stroke || color || "currentColor",
|
|
@@ -2983,8 +3117,8 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2983
3117
|
) }), Sidebar_default = IconSidebar;
|
|
2984
3118
|
|
|
2985
3119
|
// src/components/SocialX.tsx
|
|
2986
|
-
import { jsx as
|
|
2987
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3120
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
3121
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
|
|
2988
3122
|
"path",
|
|
2989
3123
|
{
|
|
2990
3124
|
fill: fill || color || "currentColor",
|
|
@@ -2993,8 +3127,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2993
3127
|
) }), SocialX_default = IconSocialX;
|
|
2994
3128
|
|
|
2995
3129
|
// src/components/SocialDiscord.tsx
|
|
2996
|
-
import { jsx as
|
|
2997
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3130
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
3131
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx162("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx162(
|
|
2998
3132
|
"path",
|
|
2999
3133
|
{
|
|
3000
3134
|
fill: fill || color || "currentColor",
|
|
@@ -3003,9 +3137,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3003
3137
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3004
3138
|
|
|
3005
3139
|
// src/components/SoundOff.tsx
|
|
3006
|
-
import { jsx as
|
|
3007
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3008
|
-
/* @__PURE__ */
|
|
3140
|
+
import { jsx as jsx163, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3141
|
+
var IconSoundOff = ({ 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: [
|
|
3142
|
+
/* @__PURE__ */ jsx163(
|
|
3009
3143
|
"path",
|
|
3010
3144
|
{
|
|
3011
3145
|
fill: stroke || color || "currentColor",
|
|
@@ -3014,7 +3148,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3014
3148
|
clipRule: "evenodd"
|
|
3015
3149
|
}
|
|
3016
3150
|
),
|
|
3017
|
-
/* @__PURE__ */
|
|
3151
|
+
/* @__PURE__ */ jsx163(
|
|
3018
3152
|
"path",
|
|
3019
3153
|
{
|
|
3020
3154
|
fill: stroke || color || "currentColor",
|
|
@@ -3024,9 +3158,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3024
3158
|
] }), SoundOff_default = IconSoundOff;
|
|
3025
3159
|
|
|
3026
3160
|
// src/components/SoundOn.tsx
|
|
3027
|
-
import { jsx as
|
|
3028
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3029
|
-
/* @__PURE__ */
|
|
3161
|
+
import { jsx as jsx164, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3162
|
+
var IconSoundOn = ({ 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: [
|
|
3163
|
+
/* @__PURE__ */ jsx164(
|
|
3030
3164
|
"path",
|
|
3031
3165
|
{
|
|
3032
3166
|
fill: stroke || color || "currentColor",
|
|
@@ -3035,14 +3169,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3035
3169
|
clipRule: "evenodd"
|
|
3036
3170
|
}
|
|
3037
3171
|
),
|
|
3038
|
-
/* @__PURE__ */
|
|
3172
|
+
/* @__PURE__ */ jsx164(
|
|
3039
3173
|
"path",
|
|
3040
3174
|
{
|
|
3041
3175
|
fill: stroke || color || "currentColor",
|
|
3042
3176
|
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
3177
|
}
|
|
3044
3178
|
),
|
|
3045
|
-
/* @__PURE__ */
|
|
3179
|
+
/* @__PURE__ */ jsx164(
|
|
3046
3180
|
"path",
|
|
3047
3181
|
{
|
|
3048
3182
|
fill: stroke || color || "currentColor",
|
|
@@ -3052,8 +3186,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3052
3186
|
] }), SoundOn_default = IconSoundOn;
|
|
3053
3187
|
|
|
3054
3188
|
// src/components/Storyboard.tsx
|
|
3055
|
-
import { jsx as
|
|
3056
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3189
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3190
|
+
var IconStoryboard = ({ 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(
|
|
3057
3191
|
"path",
|
|
3058
3192
|
{
|
|
3059
3193
|
fill: stroke || color || "currentColor",
|
|
@@ -3064,25 +3198,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3064
3198
|
) }), Storyboard_default = IconStoryboard;
|
|
3065
3199
|
|
|
3066
3200
|
// src/components/StyleAutoFilled.tsx
|
|
3067
|
-
import { jsx as
|
|
3068
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3069
|
-
/* @__PURE__ */
|
|
3201
|
+
import { jsx as jsx166, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3202
|
+
var IconStyleAutoFilled = ({ 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: [
|
|
3203
|
+
/* @__PURE__ */ jsx166(
|
|
3070
3204
|
"path",
|
|
3071
3205
|
{
|
|
3072
3206
|
fill: fill || color || "currentColor",
|
|
3073
3207
|
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
3208
|
}
|
|
3075
3209
|
),
|
|
3076
|
-
/* @__PURE__ */
|
|
3210
|
+
/* @__PURE__ */ jsx166(
|
|
3077
3211
|
"path",
|
|
3078
3212
|
{
|
|
3079
3213
|
fill: fill || color || "currentColor",
|
|
3080
3214
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3081
3215
|
}
|
|
3082
3216
|
),
|
|
3083
|
-
/* @__PURE__ */
|
|
3084
|
-
/* @__PURE__ */
|
|
3085
|
-
/* @__PURE__ */
|
|
3217
|
+
/* @__PURE__ */ jsx166("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3218
|
+
/* @__PURE__ */ jsx166("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3219
|
+
/* @__PURE__ */ jsx166(
|
|
3086
3220
|
"path",
|
|
3087
3221
|
{
|
|
3088
3222
|
fill: fill || color || "currentColor",
|
|
@@ -3092,44 +3226,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3092
3226
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3093
3227
|
|
|
3094
3228
|
// src/components/Style.tsx
|
|
3095
|
-
import { jsx as
|
|
3096
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3097
|
-
/* @__PURE__ */
|
|
3229
|
+
import { jsx as jsx167, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3230
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3231
|
+
/* @__PURE__ */ jsx167(
|
|
3098
3232
|
"path",
|
|
3099
3233
|
{
|
|
3100
3234
|
fill: stroke || color || "currentColor",
|
|
3101
3235
|
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
3236
|
}
|
|
3103
3237
|
),
|
|
3104
|
-
/* @__PURE__ */
|
|
3238
|
+
/* @__PURE__ */ jsx167(
|
|
3105
3239
|
"path",
|
|
3106
3240
|
{
|
|
3107
3241
|
fill: stroke || color || "currentColor",
|
|
3108
3242
|
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
3243
|
}
|
|
3110
3244
|
),
|
|
3111
|
-
/* @__PURE__ */
|
|
3245
|
+
/* @__PURE__ */ jsx167(
|
|
3112
3246
|
"path",
|
|
3113
3247
|
{
|
|
3114
3248
|
fill: stroke || color || "currentColor",
|
|
3115
3249
|
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
3250
|
}
|
|
3117
3251
|
),
|
|
3118
|
-
/* @__PURE__ */
|
|
3252
|
+
/* @__PURE__ */ jsx167(
|
|
3119
3253
|
"path",
|
|
3120
3254
|
{
|
|
3121
3255
|
fill: stroke || color || "currentColor",
|
|
3122
3256
|
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
3257
|
}
|
|
3124
3258
|
),
|
|
3125
|
-
/* @__PURE__ */
|
|
3259
|
+
/* @__PURE__ */ jsx167(
|
|
3126
3260
|
"path",
|
|
3127
3261
|
{
|
|
3128
3262
|
fill: stroke || color || "currentColor",
|
|
3129
3263
|
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
3264
|
}
|
|
3131
3265
|
),
|
|
3132
|
-
/* @__PURE__ */
|
|
3266
|
+
/* @__PURE__ */ jsx167(
|
|
3133
3267
|
"path",
|
|
3134
3268
|
{
|
|
3135
3269
|
fill: stroke || color || "currentColor",
|
|
@@ -3141,9 +3275,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3141
3275
|
] }), Style_default = IconStyle;
|
|
3142
3276
|
|
|
3143
3277
|
// src/components/Styleoverall.tsx
|
|
3144
|
-
import { jsx as
|
|
3145
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3146
|
-
/* @__PURE__ */
|
|
3278
|
+
import { jsx as jsx168, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3279
|
+
var IconStyleoverall = ({ 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: [
|
|
3280
|
+
/* @__PURE__ */ jsx168(
|
|
3147
3281
|
"path",
|
|
3148
3282
|
{
|
|
3149
3283
|
fill: stroke || color || "currentColor",
|
|
@@ -3152,7 +3286,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3152
3286
|
clipRule: "evenodd"
|
|
3153
3287
|
}
|
|
3154
3288
|
),
|
|
3155
|
-
/* @__PURE__ */
|
|
3289
|
+
/* @__PURE__ */ jsx168(
|
|
3156
3290
|
"path",
|
|
3157
3291
|
{
|
|
3158
3292
|
fill: stroke || color || "currentColor",
|
|
@@ -3161,7 +3295,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3161
3295
|
clipRule: "evenodd"
|
|
3162
3296
|
}
|
|
3163
3297
|
),
|
|
3164
|
-
/* @__PURE__ */
|
|
3298
|
+
/* @__PURE__ */ jsx168(
|
|
3165
3299
|
"path",
|
|
3166
3300
|
{
|
|
3167
3301
|
fill: stroke || color || "currentColor",
|
|
@@ -3170,7 +3304,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3170
3304
|
clipRule: "evenodd"
|
|
3171
3305
|
}
|
|
3172
3306
|
),
|
|
3173
|
-
/* @__PURE__ */
|
|
3307
|
+
/* @__PURE__ */ jsx168(
|
|
3174
3308
|
"path",
|
|
3175
3309
|
{
|
|
3176
3310
|
fill: stroke || color || "currentColor",
|
|
@@ -3182,8 +3316,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3182
3316
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3183
3317
|
|
|
3184
3318
|
// src/components/SwitchOffFilled.tsx
|
|
3185
|
-
import { jsx as
|
|
3186
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3319
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
3320
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx169("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx169(
|
|
3187
3321
|
"path",
|
|
3188
3322
|
{
|
|
3189
3323
|
fill: fill || color || "currentColor",
|
|
@@ -3194,8 +3328,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3194
3328
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3195
3329
|
|
|
3196
3330
|
// src/components/SwitchOnFilled.tsx
|
|
3197
|
-
import { jsx as
|
|
3198
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3331
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3332
|
+
var IconSwitchOnFilled = ({ 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(
|
|
3199
3333
|
"path",
|
|
3200
3334
|
{
|
|
3201
3335
|
fill: fill || color || "currentColor",
|
|
@@ -3206,9 +3340,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3206
3340
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3207
3341
|
|
|
3208
3342
|
// src/components/Target.tsx
|
|
3209
|
-
import { jsx as
|
|
3210
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3211
|
-
/* @__PURE__ */
|
|
3343
|
+
import { jsx as jsx171, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3344
|
+
var IconTarget = ({ 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: [
|
|
3345
|
+
/* @__PURE__ */ jsx171(
|
|
3212
3346
|
"path",
|
|
3213
3347
|
{
|
|
3214
3348
|
fill: stroke || color || "currentColor",
|
|
@@ -3217,7 +3351,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3217
3351
|
clipRule: "evenodd"
|
|
3218
3352
|
}
|
|
3219
3353
|
),
|
|
3220
|
-
/* @__PURE__ */
|
|
3354
|
+
/* @__PURE__ */ jsx171(
|
|
3221
3355
|
"path",
|
|
3222
3356
|
{
|
|
3223
3357
|
fill: stroke || color || "currentColor",
|
|
@@ -3229,44 +3363,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3229
3363
|
] }), Target_default = IconTarget;
|
|
3230
3364
|
|
|
3231
3365
|
// src/components/TextLogo.tsx
|
|
3232
|
-
import { jsx as
|
|
3233
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3234
|
-
/* @__PURE__ */
|
|
3366
|
+
import { jsx as jsx172, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3367
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3368
|
+
/* @__PURE__ */ jsx172(
|
|
3235
3369
|
"path",
|
|
3236
3370
|
{
|
|
3237
3371
|
fill: fill || color || "currentColor",
|
|
3238
3372
|
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
3373
|
}
|
|
3240
3374
|
),
|
|
3241
|
-
/* @__PURE__ */
|
|
3375
|
+
/* @__PURE__ */ jsx172(
|
|
3242
3376
|
"path",
|
|
3243
3377
|
{
|
|
3244
3378
|
fill: fill || color || "currentColor",
|
|
3245
3379
|
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
3380
|
}
|
|
3247
3381
|
),
|
|
3248
|
-
/* @__PURE__ */
|
|
3382
|
+
/* @__PURE__ */ jsx172(
|
|
3249
3383
|
"path",
|
|
3250
3384
|
{
|
|
3251
3385
|
fill: fill || color || "currentColor",
|
|
3252
3386
|
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
3387
|
}
|
|
3254
3388
|
),
|
|
3255
|
-
/* @__PURE__ */
|
|
3389
|
+
/* @__PURE__ */ jsx172(
|
|
3256
3390
|
"path",
|
|
3257
3391
|
{
|
|
3258
3392
|
fill: fill || color || "currentColor",
|
|
3259
3393
|
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
3394
|
}
|
|
3261
3395
|
),
|
|
3262
|
-
/* @__PURE__ */
|
|
3396
|
+
/* @__PURE__ */ jsx172(
|
|
3263
3397
|
"path",
|
|
3264
3398
|
{
|
|
3265
3399
|
fill: fill || color || "currentColor",
|
|
3266
3400
|
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
3401
|
}
|
|
3268
3402
|
),
|
|
3269
|
-
/* @__PURE__ */
|
|
3403
|
+
/* @__PURE__ */ jsx172(
|
|
3270
3404
|
"path",
|
|
3271
3405
|
{
|
|
3272
3406
|
fill: fill || color || "currentColor",
|
|
@@ -3275,9 +3409,21 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3275
3409
|
)
|
|
3276
3410
|
] }), TextLogo_default = IconTextLogo;
|
|
3277
3411
|
|
|
3412
|
+
// src/components/TipsFilled.tsx
|
|
3413
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3414
|
+
var IconTipsFilled = ({ 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(
|
|
3415
|
+
"path",
|
|
3416
|
+
{
|
|
3417
|
+
fill: fill || color || "currentColor",
|
|
3418
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM10.5 14.811V9H13.5V14.811C16.0878 14.1449 18 11.7958 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 11.7958 7.91216 14.1449 10.5 14.811Z",
|
|
3419
|
+
fillRule: "evenodd",
|
|
3420
|
+
clipRule: "evenodd"
|
|
3421
|
+
}
|
|
3422
|
+
) }), TipsFilled_default = IconTipsFilled;
|
|
3423
|
+
|
|
3278
3424
|
// src/components/Tips.tsx
|
|
3279
|
-
import { jsx as
|
|
3280
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3425
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3426
|
+
var IconTips = ({ 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(
|
|
3281
3427
|
"path",
|
|
3282
3428
|
{
|
|
3283
3429
|
fill: stroke || color || "currentColor",
|
|
@@ -3288,16 +3434,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3288
3434
|
) }), Tips_default = IconTips;
|
|
3289
3435
|
|
|
3290
3436
|
// src/components/ToolsFilled.tsx
|
|
3291
|
-
import { jsx as
|
|
3292
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3293
|
-
/* @__PURE__ */
|
|
3437
|
+
import { jsx as jsx175, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3438
|
+
var IconToolsFilled = ({ 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: [
|
|
3439
|
+
/* @__PURE__ */ jsx175(
|
|
3294
3440
|
"path",
|
|
3295
3441
|
{
|
|
3296
3442
|
fill: fill || color || "currentColor",
|
|
3297
3443
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3298
3444
|
}
|
|
3299
3445
|
),
|
|
3300
|
-
/* @__PURE__ */
|
|
3446
|
+
/* @__PURE__ */ jsx175(
|
|
3301
3447
|
"path",
|
|
3302
3448
|
{
|
|
3303
3449
|
fill: fill || color || "currentColor",
|
|
@@ -3307,8 +3453,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3307
3453
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3308
3454
|
|
|
3309
3455
|
// src/components/Tools.tsx
|
|
3310
|
-
import { jsx as
|
|
3311
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3456
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3457
|
+
var IconTools = ({ 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(
|
|
3312
3458
|
"path",
|
|
3313
3459
|
{
|
|
3314
3460
|
stroke: stroke || color || "currentColor",
|
|
@@ -3318,8 +3464,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3318
3464
|
) }), Tools_default = IconTools;
|
|
3319
3465
|
|
|
3320
3466
|
// src/components/Undo.tsx
|
|
3321
|
-
import { jsx as
|
|
3322
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3467
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3468
|
+
var IconUndo = ({ 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(
|
|
3323
3469
|
"path",
|
|
3324
3470
|
{
|
|
3325
3471
|
fill: stroke || color || "currentColor",
|
|
@@ -3330,8 +3476,8 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3330
3476
|
) }), Undo_default = IconUndo;
|
|
3331
3477
|
|
|
3332
3478
|
// src/components/UpFilled.tsx
|
|
3333
|
-
import { jsx as
|
|
3334
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3479
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3480
|
+
var IconUpFilled = ({ 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(
|
|
3335
3481
|
"path",
|
|
3336
3482
|
{
|
|
3337
3483
|
fill: fill || color || "currentColor",
|
|
@@ -3342,8 +3488,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3342
3488
|
) }), UpFilled_default = IconUpFilled;
|
|
3343
3489
|
|
|
3344
3490
|
// src/components/UpleftFilled.tsx
|
|
3345
|
-
import { jsx as
|
|
3346
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3491
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
3492
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx179("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx179(
|
|
3347
3493
|
"path",
|
|
3348
3494
|
{
|
|
3349
3495
|
fill: fill || color || "currentColor",
|
|
@@ -3354,8 +3500,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3354
3500
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3355
3501
|
|
|
3356
3502
|
// src/components/Uploadedvideo.tsx
|
|
3357
|
-
import { jsx as
|
|
3358
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3503
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3504
|
+
var IconUploadedvideo = ({ 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(
|
|
3359
3505
|
"path",
|
|
3360
3506
|
{
|
|
3361
3507
|
fill: fill || color || "currentColor",
|
|
@@ -3366,8 +3512,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3366
3512
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3367
3513
|
|
|
3368
3514
|
// src/components/Uploadfiles.tsx
|
|
3369
|
-
import { jsx as
|
|
3370
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3515
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
3516
|
+
var IconUploadfiles = ({ 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(
|
|
3371
3517
|
"path",
|
|
3372
3518
|
{
|
|
3373
3519
|
fill: stroke || color || "currentColor",
|
|
@@ -3376,20 +3522,20 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3376
3522
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3377
3523
|
|
|
3378
3524
|
// src/components/Uploadstory.tsx
|
|
3379
|
-
import { jsx as
|
|
3380
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3525
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
3526
|
+
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx182("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx182(
|
|
3381
3527
|
"path",
|
|
3382
3528
|
{
|
|
3383
3529
|
fill: stroke || color || "currentColor",
|
|
3384
|
-
d: "
|
|
3530
|
+
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
3531
|
fillRule: "evenodd",
|
|
3386
3532
|
clipRule: "evenodd"
|
|
3387
3533
|
}
|
|
3388
3534
|
) }), Uploadstory_default = IconUploadstory;
|
|
3389
3535
|
|
|
3390
3536
|
// src/components/UprightFilled.tsx
|
|
3391
|
-
import { jsx as
|
|
3392
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3537
|
+
import { jsx as jsx183 } from "react/jsx-runtime";
|
|
3538
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx183("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx183(
|
|
3393
3539
|
"path",
|
|
3394
3540
|
{
|
|
3395
3541
|
fill: fill || color || "currentColor",
|
|
@@ -3400,8 +3546,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3400
3546
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3401
3547
|
|
|
3402
3548
|
// src/components/Userfeedback.tsx
|
|
3403
|
-
import { jsx as
|
|
3404
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3549
|
+
import { jsx as jsx184 } from "react/jsx-runtime";
|
|
3550
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx184("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx184(
|
|
3405
3551
|
"path",
|
|
3406
3552
|
{
|
|
3407
3553
|
fill: stroke || color || "currentColor",
|
|
@@ -3412,17 +3558,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3412
3558
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3413
3559
|
|
|
3414
3560
|
// src/components/Userfollow.tsx
|
|
3415
|
-
import { jsx as
|
|
3416
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3417
|
-
/* @__PURE__ */
|
|
3561
|
+
import { jsx as jsx185, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3562
|
+
var IconUserfollow = ({ 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: [
|
|
3563
|
+
/* @__PURE__ */ jsx185(
|
|
3418
3564
|
"path",
|
|
3419
3565
|
{
|
|
3420
3566
|
fill: stroke || color || "currentColor",
|
|
3421
3567
|
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
3568
|
}
|
|
3423
3569
|
),
|
|
3424
|
-
/* @__PURE__ */
|
|
3425
|
-
/* @__PURE__ */
|
|
3570
|
+
/* @__PURE__ */ jsx185("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3571
|
+
/* @__PURE__ */ jsx185(
|
|
3426
3572
|
"path",
|
|
3427
3573
|
{
|
|
3428
3574
|
fill: stroke || color || "currentColor",
|
|
@@ -3434,8 +3580,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3434
3580
|
] }), Userfollow_default = IconUserfollow;
|
|
3435
3581
|
|
|
3436
3582
|
// src/components/Userfollowback.tsx
|
|
3437
|
-
import { jsx as
|
|
3438
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3583
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
3584
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx186("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx186(
|
|
3439
3585
|
"path",
|
|
3440
3586
|
{
|
|
3441
3587
|
fill: stroke || color || "currentColor",
|
|
@@ -3444,8 +3590,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3444
3590
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3445
3591
|
|
|
3446
3592
|
// src/components/Userfollowed.tsx
|
|
3447
|
-
import { jsx as
|
|
3448
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3593
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
3594
|
+
var IconUserfollowed = ({ 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(
|
|
3449
3595
|
"path",
|
|
3450
3596
|
{
|
|
3451
3597
|
fill: stroke || color || "currentColor",
|
|
@@ -3454,16 +3600,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3454
3600
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3455
3601
|
|
|
3456
3602
|
// src/components/VideoGeneration.tsx
|
|
3457
|
-
import { jsx as
|
|
3458
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3459
|
-
/* @__PURE__ */
|
|
3603
|
+
import { jsx as jsx188, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3604
|
+
var IconVideoGeneration = ({ 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: [
|
|
3605
|
+
/* @__PURE__ */ jsx188(
|
|
3460
3606
|
"path",
|
|
3461
3607
|
{
|
|
3462
3608
|
fill: stroke || color || "currentColor",
|
|
3463
3609
|
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
3610
|
}
|
|
3465
3611
|
),
|
|
3466
|
-
/* @__PURE__ */
|
|
3612
|
+
/* @__PURE__ */ jsx188(
|
|
3467
3613
|
"path",
|
|
3468
3614
|
{
|
|
3469
3615
|
fill: stroke || color || "currentColor",
|
|
@@ -3472,7 +3618,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3472
3618
|
clipRule: "evenodd"
|
|
3473
3619
|
}
|
|
3474
3620
|
),
|
|
3475
|
-
/* @__PURE__ */
|
|
3621
|
+
/* @__PURE__ */ jsx188(
|
|
3476
3622
|
"path",
|
|
3477
3623
|
{
|
|
3478
3624
|
fill: stroke || color || "currentColor",
|
|
@@ -3482,10 +3628,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3482
3628
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3483
3629
|
|
|
3484
3630
|
// src/components/VideoLength.tsx
|
|
3485
|
-
import { jsx as
|
|
3486
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3487
|
-
/* @__PURE__ */
|
|
3488
|
-
/* @__PURE__ */
|
|
3631
|
+
import { jsx as jsx189, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3632
|
+
var IconVideoLength = ({ 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: [
|
|
3633
|
+
/* @__PURE__ */ jsx189("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3634
|
+
/* @__PURE__ */ jsx189(
|
|
3489
3635
|
"path",
|
|
3490
3636
|
{
|
|
3491
3637
|
fill: stroke || color || "currentColor",
|
|
@@ -3497,9 +3643,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3497
3643
|
] }), VideoLength_default = IconVideoLength;
|
|
3498
3644
|
|
|
3499
3645
|
// src/components/Videogenerate.tsx
|
|
3500
|
-
import { jsx as
|
|
3501
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3502
|
-
/* @__PURE__ */
|
|
3646
|
+
import { jsx as jsx190, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3647
|
+
var IconVideogenerate = ({ 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__ */ jsx190(
|
|
3503
3649
|
"path",
|
|
3504
3650
|
{
|
|
3505
3651
|
fill: stroke || color || "currentColor",
|
|
@@ -3508,7 +3654,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3508
3654
|
clipRule: "evenodd"
|
|
3509
3655
|
}
|
|
3510
3656
|
),
|
|
3511
|
-
/* @__PURE__ */
|
|
3657
|
+
/* @__PURE__ */ jsx190(
|
|
3512
3658
|
"path",
|
|
3513
3659
|
{
|
|
3514
3660
|
fill: stroke || color || "currentColor",
|
|
@@ -3520,8 +3666,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3520
3666
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3521
3667
|
|
|
3522
3668
|
// src/components/Visualstyles.tsx
|
|
3523
|
-
import { jsx as
|
|
3524
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3669
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
3670
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx191("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx191(
|
|
3525
3671
|
"path",
|
|
3526
3672
|
{
|
|
3527
3673
|
fill: stroke || color || "currentColor",
|
|
@@ -3532,9 +3678,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3532
3678
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3533
3679
|
|
|
3534
3680
|
// src/components/Volume.tsx
|
|
3535
|
-
import { jsx as
|
|
3536
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3537
|
-
/* @__PURE__ */
|
|
3681
|
+
import { jsx as jsx192, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3682
|
+
var IconVolume = ({ 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: [
|
|
3683
|
+
/* @__PURE__ */ jsx192(
|
|
3538
3684
|
"path",
|
|
3539
3685
|
{
|
|
3540
3686
|
fill: stroke || color || "currentColor",
|
|
@@ -3543,14 +3689,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3543
3689
|
clipRule: "evenodd"
|
|
3544
3690
|
}
|
|
3545
3691
|
),
|
|
3546
|
-
/* @__PURE__ */
|
|
3692
|
+
/* @__PURE__ */ jsx192(
|
|
3547
3693
|
"path",
|
|
3548
3694
|
{
|
|
3549
3695
|
fill: stroke || color || "currentColor",
|
|
3550
3696
|
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
3697
|
}
|
|
3552
3698
|
),
|
|
3553
|
-
/* @__PURE__ */
|
|
3699
|
+
/* @__PURE__ */ jsx192(
|
|
3554
3700
|
"path",
|
|
3555
3701
|
{
|
|
3556
3702
|
fill: stroke || color || "currentColor",
|
|
@@ -3560,8 +3706,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3560
3706
|
] }), Volume_default = IconVolume;
|
|
3561
3707
|
|
|
3562
3708
|
// src/components/Withdrawgame.tsx
|
|
3563
|
-
import { jsx as
|
|
3564
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3709
|
+
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
3710
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx193("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx193(
|
|
3565
3711
|
"path",
|
|
3566
3712
|
{
|
|
3567
3713
|
fill: stroke || color || "currentColor",
|
|
@@ -3572,16 +3718,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3572
3718
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3573
3719
|
|
|
3574
3720
|
// src/components/Zoomhandle.tsx
|
|
3575
|
-
import { jsx as
|
|
3576
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3577
|
-
/* @__PURE__ */
|
|
3721
|
+
import { jsx as jsx194, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
3722
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3723
|
+
/* @__PURE__ */ jsx194(
|
|
3578
3724
|
"path",
|
|
3579
3725
|
{
|
|
3580
3726
|
fill: fill || color || "currentColor",
|
|
3581
3727
|
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
3728
|
}
|
|
3583
3729
|
),
|
|
3584
|
-
/* @__PURE__ */
|
|
3730
|
+
/* @__PURE__ */ jsx194(
|
|
3585
3731
|
"path",
|
|
3586
3732
|
{
|
|
3587
3733
|
fill: stroke || color || "currentColor",
|
|
@@ -3591,16 +3737,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3591
3737
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3592
3738
|
|
|
3593
3739
|
// src/components/Zoomin.tsx
|
|
3594
|
-
import { jsx as
|
|
3595
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3596
|
-
/* @__PURE__ */
|
|
3740
|
+
import { jsx as jsx195, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
3741
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3742
|
+
/* @__PURE__ */ jsx195(
|
|
3597
3743
|
"path",
|
|
3598
3744
|
{
|
|
3599
3745
|
fill: stroke || color || "currentColor",
|
|
3600
3746
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3601
3747
|
}
|
|
3602
3748
|
),
|
|
3603
|
-
/* @__PURE__ */
|
|
3749
|
+
/* @__PURE__ */ jsx195(
|
|
3604
3750
|
"path",
|
|
3605
3751
|
{
|
|
3606
3752
|
fill: stroke || color || "currentColor",
|
|
@@ -3612,10 +3758,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3612
3758
|
] }), Zoomin_default = IconZoomin;
|
|
3613
3759
|
|
|
3614
3760
|
// src/components/Zoomout.tsx
|
|
3615
|
-
import { jsx as
|
|
3616
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3617
|
-
/* @__PURE__ */
|
|
3618
|
-
/* @__PURE__ */
|
|
3761
|
+
import { jsx as jsx196, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
3762
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs94("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3763
|
+
/* @__PURE__ */ jsx196("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3764
|
+
/* @__PURE__ */ jsx196(
|
|
3619
3765
|
"path",
|
|
3620
3766
|
{
|
|
3621
3767
|
fill: stroke || color || "currentColor",
|
|
@@ -3646,7 +3792,6 @@ export {
|
|
|
3646
3792
|
CcgFilled_default as IconCcgFilled,
|
|
3647
3793
|
Ccggame_default as IconCcggame,
|
|
3648
3794
|
Ccglanguage_default as IconCcglanguage,
|
|
3649
|
-
Changeprofilephoto_default as IconChangeprofilephoto,
|
|
3650
3795
|
Chaptercollapse_default as IconChaptercollapse,
|
|
3651
3796
|
Chapterexpand_default as IconChapterexpand,
|
|
3652
3797
|
Check_default as IconCheck,
|
|
@@ -3664,6 +3809,7 @@ export {
|
|
|
3664
3809
|
Download_default as IconDownload,
|
|
3665
3810
|
DownrightFilled_default as IconDownrightFilled,
|
|
3666
3811
|
DraghandleFilled_default as IconDraghandleFilled,
|
|
3812
|
+
Edit_default as IconEdit,
|
|
3667
3813
|
Expandwindow_default as IconExpandwindow,
|
|
3668
3814
|
Favorite_default as IconFavorite,
|
|
3669
3815
|
FavoriteFilled_default as IconFavoriteFilled,
|
|
@@ -3679,6 +3825,7 @@ export {
|
|
|
3679
3825
|
FiletypeWordFilled_default as IconFiletypeWordFilled,
|
|
3680
3826
|
FiletypeWordLumiFilled_default as IconFiletypeWordLumiFilled,
|
|
3681
3827
|
Fillin_default as IconFillin,
|
|
3828
|
+
FmVeditorstart_default as IconFmVeditorstart,
|
|
3682
3829
|
FoldedMenu_default as IconFoldedMenu,
|
|
3683
3830
|
FullScreen_default as IconFullScreen,
|
|
3684
3831
|
Game_default as IconGame,
|
|
@@ -3689,9 +3836,12 @@ export {
|
|
|
3689
3836
|
GamecontrolGameplay_default as IconGamecontrolGameplay,
|
|
3690
3837
|
GamecontrolLinear_default as IconGamecontrolLinear,
|
|
3691
3838
|
GamecontrolNone_default as IconGamecontrolNone,
|
|
3839
|
+
GamecontrolTerminal_default as IconGamecontrolTerminal,
|
|
3692
3840
|
Gamelanguage_default as IconGamelanguage,
|
|
3693
3841
|
Gamepreview_default as IconGamepreview,
|
|
3694
3842
|
Gameui_default as IconGameui,
|
|
3843
|
+
Gameuivariable_default as IconGameuivariable,
|
|
3844
|
+
Generate_default as IconGenerate,
|
|
3695
3845
|
GenerateFilled_default as IconGenerateFilled,
|
|
3696
3846
|
GenerateFrameStart_default as IconGenerateFrameStart,
|
|
3697
3847
|
GenerateFrameStart2End_default as IconGenerateFrameStart2End,
|
|
@@ -3741,6 +3891,7 @@ export {
|
|
|
3741
3891
|
Next_default as IconNext,
|
|
3742
3892
|
Nextscene_default as IconNextscene,
|
|
3743
3893
|
Niceofficial_default as IconNiceofficial,
|
|
3894
|
+
Notification_default as IconNotification,
|
|
3744
3895
|
Oneclickgenerate_default as IconOneclickgenerate,
|
|
3745
3896
|
Opendemo_default as IconOpendemo,
|
|
3746
3897
|
OppsFilled_default as IconOppsFilled,
|
|
@@ -3761,6 +3912,7 @@ export {
|
|
|
3761
3912
|
ProblemFilled_default as IconProblemFilled,
|
|
3762
3913
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
3763
3914
|
Publish_default as IconPublish,
|
|
3915
|
+
QtEsave_default as IconQtEsave,
|
|
3764
3916
|
Ratio_default as IconRatio,
|
|
3765
3917
|
Ratio11_default as IconRatio11,
|
|
3766
3918
|
Ratio169_default as IconRatio169,
|
|
@@ -3774,6 +3926,8 @@ export {
|
|
|
3774
3926
|
Scriptmode_default as IconScriptmode,
|
|
3775
3927
|
Scrolldown_default as IconScrolldown,
|
|
3776
3928
|
Sendrequest_default as IconSendrequest,
|
|
3929
|
+
Sendup_default as IconSendup,
|
|
3930
|
+
Sendup2_default as IconSendup2,
|
|
3777
3931
|
Share_default as IconShare,
|
|
3778
3932
|
ShareFilled_default as IconShareFilled,
|
|
3779
3933
|
Sidebar_default as IconSidebar,
|
|
@@ -3790,6 +3944,7 @@ export {
|
|
|
3790
3944
|
Target_default as IconTarget,
|
|
3791
3945
|
TextLogo_default as IconTextLogo,
|
|
3792
3946
|
Tips_default as IconTips,
|
|
3947
|
+
TipsFilled_default as IconTipsFilled,
|
|
3793
3948
|
Tools_default as IconTools,
|
|
3794
3949
|
ToolsFilled_default as IconToolsFilled,
|
|
3795
3950
|
Undo_default as IconUndo,
|