@versini/ui-icons 4.15.1 → 4.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.js +274 -206
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-icons v4.
|
|
3
|
-
©
|
|
2
|
+
@versini/ui-icons v4.16.0
|
|
3
|
+
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_ICONS__) {
|
|
7
7
|
window.__VERSINI_UI_ICONS__ = {
|
|
8
|
-
version: "4.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.16.0",
|
|
9
|
+
buildTime: "01/02/2026 05:57 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -25,12 +25,12 @@ import clsx from "clsx";
|
|
|
25
25
|
;// CONCATENATED MODULE: ../ui-svgicon/dist/index.js
|
|
26
26
|
/*!
|
|
27
27
|
@versini/ui-svgicon v4.3.0
|
|
28
|
-
©
|
|
28
|
+
© 2026 gizmette.com
|
|
29
29
|
*/ try {
|
|
30
30
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
31
31
|
window.__VERSINI_UI_SVGICON__ = {
|
|
32
32
|
version: "4.3.0",
|
|
33
|
-
buildTime: "
|
|
33
|
+
buildTime: "01/02/2026 05:57 PM EST",
|
|
34
34
|
homepage: "https://github.com/aversini/ui-icons",
|
|
35
35
|
license: "MIT"
|
|
36
36
|
};
|
|
@@ -62,6 +62,7 @@ const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, tit
|
|
|
62
62
|
/* v8 ignore next 1 */
|
|
63
63
|
|
|
64
64
|
;// CONCATENATED MODULE: ./src/components/Icons/IconAdd.tsx
|
|
65
|
+
|
|
65
66
|
/**
|
|
66
67
|
* This file was automatically generated.
|
|
67
68
|
* Please do not edit manually.
|
|
@@ -73,10 +74,9 @@ const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, tit
|
|
|
73
74
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
74
75
|
*
|
|
75
76
|
*/
|
|
76
|
-
|
|
77
77
|
const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
78
|
-
/* v8 ignore
|
|
79
|
-
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
78
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
79
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsx(SvgIcon, {
|
|
80
80
|
defaultViewBox: "0 0 448 512",
|
|
81
81
|
size: "size-5",
|
|
82
82
|
viewBox: viewBox,
|
|
@@ -91,6 +91,7 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
;// CONCATENATED MODULE: ./src/components/Icons/IconAddLight.tsx
|
|
94
|
+
|
|
94
95
|
/**
|
|
95
96
|
* This file was automatically generated.
|
|
96
97
|
* Please do not edit manually.
|
|
@@ -102,7 +103,6 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
102
103
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
103
104
|
*
|
|
104
105
|
*/
|
|
105
|
-
|
|
106
106
|
const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
107
107
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
108
108
|
defaultViewBox: "0 0 448 512",
|
|
@@ -118,6 +118,7 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
118
118
|
};
|
|
119
119
|
|
|
120
120
|
;// CONCATENATED MODULE: ./src/components/Icons/IconAnthropic.tsx
|
|
121
|
+
|
|
121
122
|
/**
|
|
122
123
|
* This file was automatically generated.
|
|
123
124
|
* Please do not edit manually.
|
|
@@ -129,7 +130,6 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
129
130
|
* undefined
|
|
130
131
|
*
|
|
131
132
|
*/
|
|
132
|
-
|
|
133
133
|
const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
134
134
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
135
135
|
defaultViewBox: "0 0 24 24",
|
|
@@ -145,6 +145,7 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBack.tsx
|
|
148
|
+
|
|
148
149
|
/**
|
|
149
150
|
* This file was automatically generated.
|
|
150
151
|
* Please do not edit manually.
|
|
@@ -156,10 +157,9 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
156
157
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
157
158
|
*
|
|
158
159
|
*/
|
|
159
|
-
|
|
160
160
|
const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
161
|
-
/* v8 ignore
|
|
162
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
161
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
162
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
163
163
|
defaultViewBox: "0 0 512 512",
|
|
164
164
|
size: "size-5",
|
|
165
165
|
viewBox: viewBox,
|
|
@@ -179,6 +179,7 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
179
179
|
};
|
|
180
180
|
|
|
181
181
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBackLight.tsx
|
|
182
|
+
|
|
182
183
|
/**
|
|
183
184
|
* This file was automatically generated.
|
|
184
185
|
* Please do not edit manually.
|
|
@@ -190,7 +191,6 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
190
191
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
191
192
|
*
|
|
192
193
|
*/
|
|
193
|
-
|
|
194
194
|
const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
195
195
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
196
196
|
defaultViewBox: "0 0 512 512",
|
|
@@ -206,6 +206,7 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
206
206
|
};
|
|
207
207
|
|
|
208
208
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBookmark.tsx
|
|
209
|
+
|
|
209
210
|
/**
|
|
210
211
|
* This file was automatically generated.
|
|
211
212
|
* Please do not edit manually.
|
|
@@ -217,7 +218,6 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
217
218
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
218
219
|
*
|
|
219
220
|
*/
|
|
220
|
-
|
|
221
221
|
const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
222
222
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
223
223
|
defaultViewBox: "0 0 384 512",
|
|
@@ -239,6 +239,7 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
239
239
|
};
|
|
240
240
|
|
|
241
241
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBookmarkLight.tsx
|
|
242
|
+
|
|
242
243
|
/**
|
|
243
244
|
* This file was automatically generated.
|
|
244
245
|
* Please do not edit manually.
|
|
@@ -250,7 +251,6 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
250
251
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
251
252
|
*
|
|
252
253
|
*/
|
|
253
|
-
|
|
254
254
|
const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
255
255
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
256
256
|
defaultViewBox: "0 0 384 512",
|
|
@@ -272,6 +272,7 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
272
272
|
};
|
|
273
273
|
|
|
274
274
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparkles.tsx
|
|
275
|
+
|
|
275
276
|
/**
|
|
276
277
|
* This file was automatically generated.
|
|
277
278
|
* Please do not edit manually.
|
|
@@ -283,7 +284,6 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
283
284
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
284
285
|
*
|
|
285
286
|
*/
|
|
286
|
-
|
|
287
287
|
const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
288
288
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
289
289
|
defaultViewBox: "0 0 448 512",
|
|
@@ -305,6 +305,7 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
305
305
|
};
|
|
306
306
|
|
|
307
307
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparklesLight.tsx
|
|
308
|
+
|
|
308
309
|
/**
|
|
309
310
|
* This file was automatically generated.
|
|
310
311
|
* Please do not edit manually.
|
|
@@ -316,7 +317,6 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
316
317
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
317
318
|
*
|
|
318
319
|
*/
|
|
319
|
-
|
|
320
320
|
const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
321
321
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
322
322
|
defaultViewBox: "0 0 448 512",
|
|
@@ -337,7 +337,74 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
337
337
|
});
|
|
338
338
|
};
|
|
339
339
|
|
|
340
|
+
;// CONCATENATED MODULE: ./src/components/Icons/IconBranch.tsx
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* This file was automatically generated.
|
|
344
|
+
* Please do not edit manually.
|
|
345
|
+
*
|
|
346
|
+
* To update this file, run `yarn build:icons`.
|
|
347
|
+
*
|
|
348
|
+
* Original name: code-branch.svg
|
|
349
|
+
*
|
|
350
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
351
|
+
*
|
|
352
|
+
*/
|
|
353
|
+
const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
354
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
355
|
+
defaultViewBox: "0 0 448 512",
|
|
356
|
+
size: "size-5",
|
|
357
|
+
viewBox: viewBox,
|
|
358
|
+
className: className,
|
|
359
|
+
title: title || "Branch",
|
|
360
|
+
...rest,
|
|
361
|
+
children: [
|
|
362
|
+
/*#__PURE__*/ jsx("path", {
|
|
363
|
+
d: "M48 153.3c4.9 2.1 10.1 3.8 15.4 4.9 2.7.6 5.4 1 8.2 1.3 1.4.1 2.8.3 4.2.3 1.4.1 2.8.1 4.2.1 11.4 0 22.2-2.4 32-6.7V241c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7c4.9 2.1 10.1 3.8 15.4 4.9 2.7.6 5.4 1 8.2 1.3 1.4.1 2.8.3 4.2.3 1.4.1 2.8.1 4.2.1 11.4 0 22.2-2.4 32-6.7v6.7c0 70.7-57.3 128-128 128h-96c-35.3 0-64 28.7-64 64v6.7c-4.9-2.1-10.1-3.8-15.4-4.9-2.7-.6-5.4-1-8.2-1.3-1.4-.1-2.8-.3-4.2-.3s-2.8-.1-4.2-.1c-11.4 0-22.2 2.4-32 6.7V153.2z",
|
|
364
|
+
opacity: ".4"
|
|
365
|
+
}),
|
|
366
|
+
/*#__PURE__*/ jsx("path", {
|
|
367
|
+
d: "M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0 104A80 80 0 1 0 80 0a80 80 0 1 0 0 160M368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0 104a80 80 0 1 0 0-160 80 80 0 1 0 0 160M56 432a24 24 0 1 1 48 0 24 24 0 1 1-48 0m104 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0"
|
|
368
|
+
})
|
|
369
|
+
]
|
|
370
|
+
});
|
|
371
|
+
};
|
|
372
|
+
|
|
373
|
+
;// CONCATENATED MODULE: ./src/components/Icons/IconBranchLight.tsx
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* This file was automatically generated.
|
|
377
|
+
* Please do not edit manually.
|
|
378
|
+
*
|
|
379
|
+
* To update this file, run `yarn build:icons`.
|
|
380
|
+
*
|
|
381
|
+
* Original name: code-branch.svg
|
|
382
|
+
*
|
|
383
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
384
|
+
*
|
|
385
|
+
*/
|
|
386
|
+
const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
387
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
388
|
+
defaultViewBox: "0 0 448 512",
|
|
389
|
+
size: "size-5",
|
|
390
|
+
viewBox: viewBox,
|
|
391
|
+
className: className,
|
|
392
|
+
title: title || "Branch",
|
|
393
|
+
...rest,
|
|
394
|
+
children: [
|
|
395
|
+
/*#__PURE__*/ jsx("path", {
|
|
396
|
+
d: "M32 80a48 48 0 1 0 96 0 48 48 0 1 0-96 0m0 352a48 48 0 1 0 96 0 48 48 0 1 0-96 0M320 80a48 48 0 1 0 96 0 48 48 0 1 0-96 0",
|
|
397
|
+
opacity: ".4"
|
|
398
|
+
}),
|
|
399
|
+
/*#__PURE__*/ jsx("path", {
|
|
400
|
+
d: "M80 128a48 48 0 1 0 0-96 48 48 0 1 0 0 96m80-48c0 38.7-27.5 71-64 78.4v115.2c20.3-20.7 48.7-33.6 80-33.6h96c44.2 0 80-35.8 80-80v-1.6c-36.5-7.4-64-39.7-64-78.4 0-44.2 35.8-80 80-80s80 35.8 80 80c0 38.7-27.5 71-64 78.4v1.6c0 61.9-50.1 112-112 112h-96c-44.2 0-80 35.8-80 80v1.6c36.5 7.4 64 39.7 64 78.4 0 44.2-35.8 80-80 80S0 476.2 0 432c0-38.7 27.5-71 64-78.4V158.4C27.5 151 0 118.7 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80m208 48a48 48 0 1 0 0-96 48 48 0 1 0 0 96M80 480a48 48 0 1 0 0-96 48 48 0 1 0 0 96"
|
|
401
|
+
})
|
|
402
|
+
]
|
|
403
|
+
});
|
|
404
|
+
};
|
|
405
|
+
|
|
340
406
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBrightness.tsx
|
|
407
|
+
|
|
341
408
|
/**
|
|
342
409
|
* This file was automatically generated.
|
|
343
410
|
* Please do not edit manually.
|
|
@@ -349,10 +416,9 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
349
416
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
350
417
|
*
|
|
351
418
|
*/
|
|
352
|
-
|
|
353
419
|
const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
354
|
-
/* v8 ignore
|
|
355
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
420
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
421
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
356
422
|
defaultViewBox: "0 0 512 512",
|
|
357
423
|
size: "size-5",
|
|
358
424
|
viewBox: viewBox,
|
|
@@ -372,6 +438,7 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
372
438
|
};
|
|
373
439
|
|
|
374
440
|
;// CONCATENATED MODULE: ./src/components/Icons/IconBrightnessLight.tsx
|
|
441
|
+
|
|
375
442
|
/**
|
|
376
443
|
* This file was automatically generated.
|
|
377
444
|
* Please do not edit manually.
|
|
@@ -383,10 +450,9 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
383
450
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
384
451
|
*
|
|
385
452
|
*/
|
|
386
|
-
|
|
387
453
|
const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
388
|
-
/* v8 ignore
|
|
389
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
454
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
455
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
390
456
|
defaultViewBox: "0 0 512 512",
|
|
391
457
|
size: "size-5",
|
|
392
458
|
viewBox: viewBox,
|
|
@@ -406,6 +472,7 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
406
472
|
};
|
|
407
473
|
|
|
408
474
|
;// CONCATENATED MODULE: ./src/components/Icons/IconChart.tsx
|
|
475
|
+
|
|
409
476
|
/**
|
|
410
477
|
* This file was automatically generated.
|
|
411
478
|
* Please do not edit manually.
|
|
@@ -417,10 +484,9 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
417
484
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
418
485
|
*
|
|
419
486
|
*/
|
|
420
|
-
|
|
421
487
|
const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
422
|
-
/* v8 ignore
|
|
423
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
488
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
489
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
424
490
|
defaultViewBox: "0 0 448 512",
|
|
425
491
|
size: "size-5",
|
|
426
492
|
viewBox: viewBox,
|
|
@@ -440,6 +506,7 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
440
506
|
};
|
|
441
507
|
|
|
442
508
|
;// CONCATENATED MODULE: ./src/components/Icons/IconChartLight.tsx
|
|
509
|
+
|
|
443
510
|
/**
|
|
444
511
|
* This file was automatically generated.
|
|
445
512
|
* Please do not edit manually.
|
|
@@ -451,10 +518,9 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
451
518
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
452
519
|
*
|
|
453
520
|
*/
|
|
454
|
-
|
|
455
521
|
const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
456
|
-
/* v8 ignore
|
|
457
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
522
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
523
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
458
524
|
defaultViewBox: "0 0 448 512",
|
|
459
525
|
size: "size-5",
|
|
460
526
|
viewBox: viewBox,
|
|
@@ -474,6 +540,7 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
474
540
|
};
|
|
475
541
|
|
|
476
542
|
;// CONCATENATED MODULE: ./src/components/Icons/IconChecked.tsx
|
|
543
|
+
|
|
477
544
|
/**
|
|
478
545
|
* This file was automatically generated.
|
|
479
546
|
* Please do not edit manually.
|
|
@@ -485,7 +552,6 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
485
552
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
486
553
|
*
|
|
487
554
|
*/
|
|
488
|
-
|
|
489
555
|
const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
490
556
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
491
557
|
defaultViewBox: "0 0 448 512",
|
|
@@ -507,6 +573,7 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
507
573
|
};
|
|
508
574
|
|
|
509
575
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCheckedLight.tsx
|
|
576
|
+
|
|
510
577
|
/**
|
|
511
578
|
* This file was automatically generated.
|
|
512
579
|
* Please do not edit manually.
|
|
@@ -518,7 +585,6 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
518
585
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
519
586
|
*
|
|
520
587
|
*/
|
|
521
|
-
|
|
522
588
|
const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
523
589
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
524
590
|
defaultViewBox: "0 0 448 512",
|
|
@@ -540,6 +606,7 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
540
606
|
};
|
|
541
607
|
|
|
542
608
|
;// CONCATENATED MODULE: ./src/components/Icons/IconClose.tsx
|
|
609
|
+
|
|
543
610
|
/**
|
|
544
611
|
* This file was automatically generated.
|
|
545
612
|
* Please do not edit manually.
|
|
@@ -551,10 +618,9 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
551
618
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
552
619
|
*
|
|
553
620
|
*/
|
|
554
|
-
|
|
555
621
|
const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
556
|
-
/* v8 ignore
|
|
557
|
-
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
622
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
623
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsx(SvgIcon, {
|
|
558
624
|
defaultViewBox: "0 0 384 512",
|
|
559
625
|
size: "size-5",
|
|
560
626
|
viewBox: viewBox,
|
|
@@ -569,6 +635,7 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
569
635
|
};
|
|
570
636
|
|
|
571
637
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCloseLight.tsx
|
|
638
|
+
|
|
572
639
|
/**
|
|
573
640
|
* This file was automatically generated.
|
|
574
641
|
* Please do not edit manually.
|
|
@@ -580,7 +647,6 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
580
647
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
581
648
|
*
|
|
582
649
|
*/
|
|
583
|
-
|
|
584
650
|
const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
585
651
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
586
652
|
defaultViewBox: "0 0 384 512",
|
|
@@ -596,6 +662,7 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
596
662
|
};
|
|
597
663
|
|
|
598
664
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCopied.tsx
|
|
665
|
+
|
|
599
666
|
/**
|
|
600
667
|
* This file was automatically generated.
|
|
601
668
|
* Please do not edit manually.
|
|
@@ -607,7 +674,6 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
607
674
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
608
675
|
*
|
|
609
676
|
*/
|
|
610
|
-
|
|
611
677
|
const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
612
678
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
613
679
|
defaultViewBox: "0 0 448 512",
|
|
@@ -629,6 +695,7 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
629
695
|
};
|
|
630
696
|
|
|
631
697
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCopiedLight.tsx
|
|
698
|
+
|
|
632
699
|
/**
|
|
633
700
|
* This file was automatically generated.
|
|
634
701
|
* Please do not edit manually.
|
|
@@ -640,7 +707,6 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
640
707
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
641
708
|
*
|
|
642
709
|
*/
|
|
643
|
-
|
|
644
710
|
const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
645
711
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
646
712
|
defaultViewBox: "0 0 448 512",
|
|
@@ -662,6 +728,7 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
662
728
|
};
|
|
663
729
|
|
|
664
730
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCopy.tsx
|
|
731
|
+
|
|
665
732
|
/**
|
|
666
733
|
* This file was automatically generated.
|
|
667
734
|
* Please do not edit manually.
|
|
@@ -673,7 +740,6 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
673
740
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
674
741
|
*
|
|
675
742
|
*/
|
|
676
|
-
|
|
677
743
|
const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
678
744
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
679
745
|
defaultViewBox: "0 0 512 512",
|
|
@@ -689,6 +755,7 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
689
755
|
};
|
|
690
756
|
|
|
691
757
|
;// CONCATENATED MODULE: ./src/components/Icons/IconCopyLight.tsx
|
|
758
|
+
|
|
692
759
|
/**
|
|
693
760
|
* This file was automatically generated.
|
|
694
761
|
* Please do not edit manually.
|
|
@@ -700,7 +767,6 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
700
767
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
701
768
|
*
|
|
702
769
|
*/
|
|
703
|
-
|
|
704
770
|
const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
705
771
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
706
772
|
defaultViewBox: "0 0 512 512",
|
|
@@ -716,6 +782,7 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
716
782
|
};
|
|
717
783
|
|
|
718
784
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDelete.tsx
|
|
785
|
+
|
|
719
786
|
/**
|
|
720
787
|
* This file was automatically generated.
|
|
721
788
|
* Please do not edit manually.
|
|
@@ -727,10 +794,9 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
727
794
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
728
795
|
*
|
|
729
796
|
*/
|
|
730
|
-
|
|
731
797
|
const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
732
|
-
/* v8 ignore
|
|
733
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
798
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
799
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
734
800
|
defaultViewBox: "0 0 448 512",
|
|
735
801
|
size: "size-5",
|
|
736
802
|
viewBox: viewBox,
|
|
@@ -750,6 +816,7 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
750
816
|
};
|
|
751
817
|
|
|
752
818
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDeleteLight.tsx
|
|
819
|
+
|
|
753
820
|
/**
|
|
754
821
|
* This file was automatically generated.
|
|
755
822
|
* Please do not edit manually.
|
|
@@ -761,7 +828,6 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
761
828
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
762
829
|
*
|
|
763
830
|
*/
|
|
764
|
-
|
|
765
831
|
const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
766
832
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
767
833
|
defaultViewBox: "0 0 448 512",
|
|
@@ -783,6 +849,7 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
783
849
|
};
|
|
784
850
|
|
|
785
851
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDog.tsx
|
|
852
|
+
|
|
786
853
|
/**
|
|
787
854
|
* This file was automatically generated.
|
|
788
855
|
* Please do not edit manually.
|
|
@@ -794,7 +861,6 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
794
861
|
* undefined
|
|
795
862
|
*
|
|
796
863
|
*/
|
|
797
|
-
|
|
798
864
|
const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
799
865
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
800
866
|
defaultViewBox: "0 0 1200 500",
|
|
@@ -810,6 +876,7 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
810
876
|
};
|
|
811
877
|
|
|
812
878
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDown.tsx
|
|
879
|
+
|
|
813
880
|
/**
|
|
814
881
|
* This file was automatically generated.
|
|
815
882
|
* Please do not edit manually.
|
|
@@ -821,10 +888,9 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
821
888
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
822
889
|
*
|
|
823
890
|
*/
|
|
824
|
-
|
|
825
891
|
const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
826
|
-
/* v8 ignore
|
|
827
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
892
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
893
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
828
894
|
defaultViewBox: "0 0 384 512",
|
|
829
895
|
size: "size-5",
|
|
830
896
|
viewBox: viewBox,
|
|
@@ -844,6 +910,7 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
844
910
|
};
|
|
845
911
|
|
|
846
912
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDownLight.tsx
|
|
913
|
+
|
|
847
914
|
/**
|
|
848
915
|
* This file was automatically generated.
|
|
849
916
|
* Please do not edit manually.
|
|
@@ -855,7 +922,6 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
855
922
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
856
923
|
*
|
|
857
924
|
*/
|
|
858
|
-
|
|
859
925
|
const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
860
926
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
861
927
|
defaultViewBox: "0 0 384 512",
|
|
@@ -871,6 +937,7 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
871
937
|
};
|
|
872
938
|
|
|
873
939
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDownload.tsx
|
|
940
|
+
|
|
874
941
|
/**
|
|
875
942
|
* This file was automatically generated.
|
|
876
943
|
* Please do not edit manually.
|
|
@@ -882,10 +949,9 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
882
949
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
883
950
|
*
|
|
884
951
|
*/
|
|
885
|
-
|
|
886
952
|
const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
887
|
-
/* v8 ignore
|
|
888
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
953
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
954
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
889
955
|
defaultViewBox: "0 0 384 512",
|
|
890
956
|
size: "size-5",
|
|
891
957
|
viewBox: viewBox,
|
|
@@ -905,6 +971,7 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
905
971
|
};
|
|
906
972
|
|
|
907
973
|
;// CONCATENATED MODULE: ./src/components/Icons/IconDownloadLight.tsx
|
|
974
|
+
|
|
908
975
|
/**
|
|
909
976
|
* This file was automatically generated.
|
|
910
977
|
* Please do not edit manually.
|
|
@@ -916,7 +983,6 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
916
983
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
917
984
|
*
|
|
918
985
|
*/
|
|
919
|
-
|
|
920
986
|
const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
921
987
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
922
988
|
defaultViewBox: "0 0 384 512",
|
|
@@ -932,6 +998,7 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
932
998
|
};
|
|
933
999
|
|
|
934
1000
|
;// CONCATENATED MODULE: ./src/components/Icons/IconEdit.tsx
|
|
1001
|
+
|
|
935
1002
|
/**
|
|
936
1003
|
* This file was automatically generated.
|
|
937
1004
|
* Please do not edit manually.
|
|
@@ -943,10 +1010,9 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
943
1010
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
944
1011
|
*
|
|
945
1012
|
*/
|
|
946
|
-
|
|
947
1013
|
const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
948
|
-
/* v8 ignore
|
|
949
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1014
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1015
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
950
1016
|
defaultViewBox: "0 0 512 512",
|
|
951
1017
|
size: "size-5",
|
|
952
1018
|
viewBox: viewBox,
|
|
@@ -966,6 +1032,7 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
966
1032
|
};
|
|
967
1033
|
|
|
968
1034
|
;// CONCATENATED MODULE: ./src/components/Icons/IconEditLight.tsx
|
|
1035
|
+
|
|
969
1036
|
/**
|
|
970
1037
|
* This file was automatically generated.
|
|
971
1038
|
* Please do not edit manually.
|
|
@@ -977,10 +1044,9 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
977
1044
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
978
1045
|
*
|
|
979
1046
|
*/
|
|
980
|
-
|
|
981
1047
|
const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
982
|
-
/* v8 ignore
|
|
983
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1048
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1049
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
984
1050
|
defaultViewBox: "0 0 512 512",
|
|
985
1051
|
size: "size-5",
|
|
986
1052
|
viewBox: viewBox,
|
|
@@ -1000,6 +1066,7 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1000
1066
|
};
|
|
1001
1067
|
|
|
1002
1068
|
;// CONCATENATED MODULE: ./src/components/Icons/IconEditUser.tsx
|
|
1069
|
+
|
|
1003
1070
|
/**
|
|
1004
1071
|
* This file was automatically generated.
|
|
1005
1072
|
* Please do not edit manually.
|
|
@@ -1011,7 +1078,6 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1011
1078
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1012
1079
|
*
|
|
1013
1080
|
*/
|
|
1014
|
-
|
|
1015
1081
|
const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1016
1082
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1017
1083
|
defaultViewBox: "0 0 640 512",
|
|
@@ -1033,6 +1099,7 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1033
1099
|
};
|
|
1034
1100
|
|
|
1035
1101
|
;// CONCATENATED MODULE: ./src/components/Icons/IconEditUserLight.tsx
|
|
1102
|
+
|
|
1036
1103
|
/**
|
|
1037
1104
|
* This file was automatically generated.
|
|
1038
1105
|
* Please do not edit manually.
|
|
@@ -1044,7 +1111,6 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1044
1111
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1045
1112
|
*
|
|
1046
1113
|
*/
|
|
1047
|
-
|
|
1048
1114
|
const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1049
1115
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1050
1116
|
defaultViewBox: "0 0 640 512",
|
|
@@ -1066,6 +1132,7 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1066
1132
|
};
|
|
1067
1133
|
|
|
1068
1134
|
;// CONCATENATED MODULE: ./src/components/Icons/IconGitHub.tsx
|
|
1135
|
+
|
|
1069
1136
|
/**
|
|
1070
1137
|
* This file was automatically generated.
|
|
1071
1138
|
* Please do not edit manually.
|
|
@@ -1077,7 +1144,6 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1077
1144
|
* !Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.
|
|
1078
1145
|
*
|
|
1079
1146
|
*/
|
|
1080
|
-
|
|
1081
1147
|
const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1082
1148
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
1083
1149
|
defaultViewBox: "0 0 496 512",
|
|
@@ -1093,6 +1159,7 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1093
1159
|
};
|
|
1094
1160
|
|
|
1095
1161
|
;// CONCATENATED MODULE: ./src/components/Icons/IconGoogleGemini.tsx
|
|
1162
|
+
|
|
1096
1163
|
/**
|
|
1097
1164
|
* This file was automatically generated.
|
|
1098
1165
|
* Please do not edit manually.
|
|
@@ -1104,7 +1171,6 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1104
1171
|
* undefined
|
|
1105
1172
|
*
|
|
1106
1173
|
*/
|
|
1107
|
-
|
|
1108
1174
|
const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1109
1175
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
1110
1176
|
defaultViewBox: "0 0 24 24",
|
|
@@ -1120,6 +1186,7 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1120
1186
|
};
|
|
1121
1187
|
|
|
1122
1188
|
;// CONCATENATED MODULE: ./src/components/Icons/IconHide.tsx
|
|
1189
|
+
|
|
1123
1190
|
/**
|
|
1124
1191
|
* This file was automatically generated.
|
|
1125
1192
|
* Please do not edit manually.
|
|
@@ -1131,10 +1198,9 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1131
1198
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1132
1199
|
*
|
|
1133
1200
|
*/
|
|
1134
|
-
|
|
1135
1201
|
const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1136
|
-
/* v8 ignore
|
|
1137
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1202
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1203
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1138
1204
|
defaultViewBox: "0 0 640 512",
|
|
1139
1205
|
size: "size-5",
|
|
1140
1206
|
viewBox: viewBox,
|
|
@@ -1154,6 +1220,7 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1154
1220
|
};
|
|
1155
1221
|
|
|
1156
1222
|
;// CONCATENATED MODULE: ./src/components/Icons/IconHideLight.tsx
|
|
1223
|
+
|
|
1157
1224
|
/**
|
|
1158
1225
|
* This file was automatically generated.
|
|
1159
1226
|
* Please do not edit manually.
|
|
@@ -1165,10 +1232,9 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1165
1232
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1166
1233
|
*
|
|
1167
1234
|
*/
|
|
1168
|
-
|
|
1169
1235
|
const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1170
|
-
/* v8 ignore
|
|
1171
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1236
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1237
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1172
1238
|
defaultViewBox: "0 0 640 512",
|
|
1173
1239
|
size: "size-5",
|
|
1174
1240
|
viewBox: viewBox,
|
|
@@ -1188,6 +1254,7 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1188
1254
|
};
|
|
1189
1255
|
|
|
1190
1256
|
;// CONCATENATED MODULE: ./src/components/Icons/IconHistory.tsx
|
|
1257
|
+
|
|
1191
1258
|
/**
|
|
1192
1259
|
* This file was automatically generated.
|
|
1193
1260
|
* Please do not edit manually.
|
|
@@ -1199,10 +1266,9 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1199
1266
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1200
1267
|
*
|
|
1201
1268
|
*/
|
|
1202
|
-
|
|
1203
1269
|
const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1204
|
-
/* v8 ignore
|
|
1205
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1270
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1271
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1206
1272
|
defaultViewBox: "0 0 512 512",
|
|
1207
1273
|
size: "size-5",
|
|
1208
1274
|
viewBox: viewBox,
|
|
@@ -1222,6 +1288,7 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1222
1288
|
};
|
|
1223
1289
|
|
|
1224
1290
|
;// CONCATENATED MODULE: ./src/components/Icons/IconHistoryLight.tsx
|
|
1291
|
+
|
|
1225
1292
|
/**
|
|
1226
1293
|
* This file was automatically generated.
|
|
1227
1294
|
* Please do not edit manually.
|
|
@@ -1233,7 +1300,6 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1233
1300
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1234
1301
|
*
|
|
1235
1302
|
*/
|
|
1236
|
-
|
|
1237
1303
|
const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1238
1304
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
1239
1305
|
defaultViewBox: "0 0 512 512",
|
|
@@ -1249,6 +1315,7 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1249
1315
|
};
|
|
1250
1316
|
|
|
1251
1317
|
;// CONCATENATED MODULE: ./src/components/Icons/IconInfo.tsx
|
|
1318
|
+
|
|
1252
1319
|
/**
|
|
1253
1320
|
* This file was automatically generated.
|
|
1254
1321
|
* Please do not edit manually.
|
|
@@ -1260,7 +1327,6 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1260
1327
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1261
1328
|
*
|
|
1262
1329
|
*/
|
|
1263
|
-
|
|
1264
1330
|
const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1265
1331
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1266
1332
|
defaultViewBox: "0 0 512 512",
|
|
@@ -1282,6 +1348,7 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1282
1348
|
};
|
|
1283
1349
|
|
|
1284
1350
|
;// CONCATENATED MODULE: ./src/components/Icons/IconInfoLight.tsx
|
|
1351
|
+
|
|
1285
1352
|
/**
|
|
1286
1353
|
* This file was automatically generated.
|
|
1287
1354
|
* Please do not edit manually.
|
|
@@ -1293,7 +1360,6 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1293
1360
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1294
1361
|
*
|
|
1295
1362
|
*/
|
|
1296
|
-
|
|
1297
1363
|
const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1298
1364
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1299
1365
|
defaultViewBox: "0 0 512 512",
|
|
@@ -1315,6 +1381,7 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1315
1381
|
};
|
|
1316
1382
|
|
|
1317
1383
|
;// CONCATENATED MODULE: ./src/components/Icons/IconKey.tsx
|
|
1384
|
+
|
|
1318
1385
|
/**
|
|
1319
1386
|
* This file was automatically generated.
|
|
1320
1387
|
* Please do not edit manually.
|
|
@@ -1326,10 +1393,9 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1326
1393
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1327
1394
|
*
|
|
1328
1395
|
*/
|
|
1329
|
-
|
|
1330
1396
|
const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1331
|
-
/* v8 ignore
|
|
1332
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1397
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1398
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1333
1399
|
defaultViewBox: "0 0 512 512",
|
|
1334
1400
|
size: "size-5",
|
|
1335
1401
|
viewBox: viewBox,
|
|
@@ -1349,6 +1415,7 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1349
1415
|
};
|
|
1350
1416
|
|
|
1351
1417
|
;// CONCATENATED MODULE: ./src/components/Icons/IconKeyLight.tsx
|
|
1418
|
+
|
|
1352
1419
|
/**
|
|
1353
1420
|
* This file was automatically generated.
|
|
1354
1421
|
* Please do not edit manually.
|
|
@@ -1360,7 +1427,6 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1360
1427
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1361
1428
|
*
|
|
1362
1429
|
*/
|
|
1363
|
-
|
|
1364
1430
|
const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1365
1431
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1366
1432
|
defaultViewBox: "0 0 512 512",
|
|
@@ -1382,6 +1448,7 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1382
1448
|
};
|
|
1383
1449
|
|
|
1384
1450
|
;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulb.tsx
|
|
1451
|
+
|
|
1385
1452
|
/**
|
|
1386
1453
|
* This file was automatically generated.
|
|
1387
1454
|
* Please do not edit manually.
|
|
@@ -1393,10 +1460,9 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1393
1460
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1394
1461
|
*
|
|
1395
1462
|
*/
|
|
1396
|
-
|
|
1397
1463
|
const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1398
|
-
/* v8 ignore
|
|
1399
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1464
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1465
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1400
1466
|
defaultViewBox: "0 0 384 512",
|
|
1401
1467
|
size: "size-5",
|
|
1402
1468
|
viewBox: viewBox,
|
|
@@ -1416,6 +1482,7 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1416
1482
|
};
|
|
1417
1483
|
|
|
1418
1484
|
;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulbLight.tsx
|
|
1485
|
+
|
|
1419
1486
|
/**
|
|
1420
1487
|
* This file was automatically generated.
|
|
1421
1488
|
* Please do not edit manually.
|
|
@@ -1427,10 +1494,9 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1427
1494
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1428
1495
|
*
|
|
1429
1496
|
*/
|
|
1430
|
-
|
|
1431
1497
|
const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1432
|
-
/* v8 ignore
|
|
1433
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1498
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1499
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1434
1500
|
defaultViewBox: "0 0 384 512",
|
|
1435
1501
|
size: "size-5",
|
|
1436
1502
|
viewBox: viewBox,
|
|
@@ -1450,6 +1516,7 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1450
1516
|
};
|
|
1451
1517
|
|
|
1452
1518
|
;// CONCATENATED MODULE: ./src/components/Icons/IconList.tsx
|
|
1519
|
+
|
|
1453
1520
|
/**
|
|
1454
1521
|
* This file was automatically generated.
|
|
1455
1522
|
* Please do not edit manually.
|
|
@@ -1461,10 +1528,9 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1461
1528
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1462
1529
|
*
|
|
1463
1530
|
*/
|
|
1464
|
-
|
|
1465
1531
|
const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1466
|
-
/* v8 ignore
|
|
1467
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1532
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1533
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1468
1534
|
defaultViewBox: "0 0 512 512",
|
|
1469
1535
|
size: "size-5",
|
|
1470
1536
|
viewBox: viewBox,
|
|
@@ -1484,6 +1550,7 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1484
1550
|
};
|
|
1485
1551
|
|
|
1486
1552
|
;// CONCATENATED MODULE: ./src/components/Icons/IconListLight.tsx
|
|
1553
|
+
|
|
1487
1554
|
/**
|
|
1488
1555
|
* This file was automatically generated.
|
|
1489
1556
|
* Please do not edit manually.
|
|
@@ -1495,7 +1562,6 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1495
1562
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1496
1563
|
*
|
|
1497
1564
|
*/
|
|
1498
|
-
|
|
1499
1565
|
const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1500
1566
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1501
1567
|
defaultViewBox: "0 0 512 512",
|
|
@@ -1517,6 +1583,7 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1517
1583
|
};
|
|
1518
1584
|
|
|
1519
1585
|
;// CONCATENATED MODULE: ./src/components/Icons/IconLocked.tsx
|
|
1586
|
+
|
|
1520
1587
|
/**
|
|
1521
1588
|
* This file was automatically generated.
|
|
1522
1589
|
* Please do not edit manually.
|
|
@@ -1528,10 +1595,9 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1528
1595
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1529
1596
|
*
|
|
1530
1597
|
*/
|
|
1531
|
-
|
|
1532
1598
|
const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1533
|
-
/* v8 ignore
|
|
1534
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1599
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1600
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1535
1601
|
defaultViewBox: "0 0 448 512",
|
|
1536
1602
|
size: "size-5",
|
|
1537
1603
|
viewBox: viewBox,
|
|
@@ -1551,6 +1617,7 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1551
1617
|
};
|
|
1552
1618
|
|
|
1553
1619
|
;// CONCATENATED MODULE: ./src/components/Icons/IconLockedLight.tsx
|
|
1620
|
+
|
|
1554
1621
|
/**
|
|
1555
1622
|
* This file was automatically generated.
|
|
1556
1623
|
* Please do not edit manually.
|
|
@@ -1562,7 +1629,6 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1562
1629
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1563
1630
|
*
|
|
1564
1631
|
*/
|
|
1565
|
-
|
|
1566
1632
|
const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1567
1633
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1568
1634
|
defaultViewBox: "0 0 448 512",
|
|
@@ -1584,6 +1650,7 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1584
1650
|
};
|
|
1585
1651
|
|
|
1586
1652
|
;// CONCATENATED MODULE: ./src/components/Icons/IconMagic.tsx
|
|
1653
|
+
|
|
1587
1654
|
/**
|
|
1588
1655
|
* This file was automatically generated.
|
|
1589
1656
|
* Please do not edit manually.
|
|
@@ -1595,10 +1662,9 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1595
1662
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1596
1663
|
*
|
|
1597
1664
|
*/
|
|
1598
|
-
|
|
1599
1665
|
const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1600
|
-
/* v8 ignore
|
|
1601
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1666
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1667
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1602
1668
|
defaultViewBox: "0 0 576 512",
|
|
1603
1669
|
size: "size-5",
|
|
1604
1670
|
viewBox: viewBox,
|
|
@@ -1618,6 +1684,7 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1618
1684
|
};
|
|
1619
1685
|
|
|
1620
1686
|
;// CONCATENATED MODULE: ./src/components/Icons/IconMagicLight.tsx
|
|
1687
|
+
|
|
1621
1688
|
/**
|
|
1622
1689
|
* This file was automatically generated.
|
|
1623
1690
|
* Please do not edit manually.
|
|
@@ -1629,10 +1696,9 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1629
1696
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1630
1697
|
*
|
|
1631
1698
|
*/
|
|
1632
|
-
|
|
1633
1699
|
const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1634
|
-
/* v8 ignore
|
|
1635
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1700
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1701
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1636
1702
|
defaultViewBox: "0 0 576 512",
|
|
1637
1703
|
size: "size-5",
|
|
1638
1704
|
viewBox: viewBox,
|
|
@@ -1652,6 +1718,7 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1652
1718
|
};
|
|
1653
1719
|
|
|
1654
1720
|
;// CONCATENATED MODULE: ./src/components/Icons/IconMessages.tsx
|
|
1721
|
+
|
|
1655
1722
|
/**
|
|
1656
1723
|
* This file was automatically generated.
|
|
1657
1724
|
* Please do not edit manually.
|
|
@@ -1663,10 +1730,9 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1663
1730
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1664
1731
|
*
|
|
1665
1732
|
*/
|
|
1666
|
-
|
|
1667
1733
|
const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1668
|
-
/* v8 ignore
|
|
1669
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1734
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1735
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1670
1736
|
defaultViewBox: "0 0 640 512",
|
|
1671
1737
|
size: "size-5",
|
|
1672
1738
|
viewBox: viewBox,
|
|
@@ -1686,6 +1752,7 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1686
1752
|
};
|
|
1687
1753
|
|
|
1688
1754
|
;// CONCATENATED MODULE: ./src/components/Icons/IconMessagesLight.tsx
|
|
1755
|
+
|
|
1689
1756
|
/**
|
|
1690
1757
|
* This file was automatically generated.
|
|
1691
1758
|
* Please do not edit manually.
|
|
@@ -1697,10 +1764,9 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1697
1764
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1698
1765
|
*
|
|
1699
1766
|
*/
|
|
1700
|
-
|
|
1701
1767
|
const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1702
|
-
/* v8 ignore
|
|
1703
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1768
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1769
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1704
1770
|
defaultViewBox: "0 0 640 512",
|
|
1705
1771
|
size: "size-5",
|
|
1706
1772
|
viewBox: viewBox,
|
|
@@ -1720,6 +1786,7 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1720
1786
|
};
|
|
1721
1787
|
|
|
1722
1788
|
;// CONCATENATED MODULE: ./src/components/Icons/IconNext.tsx
|
|
1789
|
+
|
|
1723
1790
|
/**
|
|
1724
1791
|
* This file was automatically generated.
|
|
1725
1792
|
* Please do not edit manually.
|
|
@@ -1731,10 +1798,9 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1731
1798
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1732
1799
|
*
|
|
1733
1800
|
*/
|
|
1734
|
-
|
|
1735
1801
|
const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1736
|
-
/* v8 ignore
|
|
1737
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1802
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1803
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1738
1804
|
defaultViewBox: "0 0 448 512",
|
|
1739
1805
|
size: "size-5",
|
|
1740
1806
|
viewBox: viewBox,
|
|
@@ -1754,6 +1820,7 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1754
1820
|
};
|
|
1755
1821
|
|
|
1756
1822
|
;// CONCATENATED MODULE: ./src/components/Icons/IconNextLight.tsx
|
|
1823
|
+
|
|
1757
1824
|
/**
|
|
1758
1825
|
* This file was automatically generated.
|
|
1759
1826
|
* Please do not edit manually.
|
|
@@ -1765,7 +1832,6 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1765
1832
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1766
1833
|
*
|
|
1767
1834
|
*/
|
|
1768
|
-
|
|
1769
1835
|
const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1770
1836
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
1771
1837
|
defaultViewBox: "0 0 448 512",
|
|
@@ -1781,6 +1847,7 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1781
1847
|
};
|
|
1782
1848
|
|
|
1783
1849
|
;// CONCATENATED MODULE: ./src/components/Icons/IconOpenAI.tsx
|
|
1850
|
+
|
|
1784
1851
|
/**
|
|
1785
1852
|
* This file was automatically generated.
|
|
1786
1853
|
* Please do not edit manually.
|
|
@@ -1792,7 +1859,6 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1792
1859
|
* undefined
|
|
1793
1860
|
*
|
|
1794
1861
|
*/
|
|
1795
|
-
|
|
1796
1862
|
const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1797
1863
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
1798
1864
|
defaultViewBox: "0 0 24 24",
|
|
@@ -1808,6 +1874,7 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1808
1874
|
};
|
|
1809
1875
|
|
|
1810
1876
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPasskey.tsx
|
|
1877
|
+
|
|
1811
1878
|
/**
|
|
1812
1879
|
* This file was automatically generated.
|
|
1813
1880
|
* Please do not edit manually.
|
|
@@ -1819,10 +1886,9 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1819
1886
|
* undefined
|
|
1820
1887
|
*
|
|
1821
1888
|
*/
|
|
1822
|
-
|
|
1823
1889
|
const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1824
|
-
/* v8 ignore
|
|
1825
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1890
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1891
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1826
1892
|
defaultViewBox: "0 0 190 190",
|
|
1827
1893
|
size: "size-5",
|
|
1828
1894
|
viewBox: viewBox,
|
|
@@ -1846,6 +1912,7 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1846
1912
|
};
|
|
1847
1913
|
|
|
1848
1914
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanical.tsx
|
|
1915
|
+
|
|
1849
1916
|
/**
|
|
1850
1917
|
* This file was automatically generated.
|
|
1851
1918
|
* Please do not edit manually.
|
|
@@ -1857,10 +1924,9 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1857
1924
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1858
1925
|
*
|
|
1859
1926
|
*/
|
|
1860
|
-
|
|
1861
1927
|
const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1862
|
-
/* v8 ignore
|
|
1863
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1928
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1929
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1864
1930
|
defaultViewBox: "0 0 512 512",
|
|
1865
1931
|
size: "size-5",
|
|
1866
1932
|
viewBox: viewBox,
|
|
@@ -1880,6 +1946,7 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
1880
1946
|
};
|
|
1881
1947
|
|
|
1882
1948
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanicalLight.tsx
|
|
1949
|
+
|
|
1883
1950
|
/**
|
|
1884
1951
|
* This file was automatically generated.
|
|
1885
1952
|
* Please do not edit manually.
|
|
@@ -1891,10 +1958,9 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
1891
1958
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1892
1959
|
*
|
|
1893
1960
|
*/
|
|
1894
|
-
|
|
1895
1961
|
const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1896
|
-
/* v8 ignore
|
|
1897
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1962
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1963
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1898
1964
|
defaultViewBox: "0 0 512 512",
|
|
1899
1965
|
size: "size-5",
|
|
1900
1966
|
viewBox: viewBox,
|
|
@@ -1914,6 +1980,7 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
1914
1980
|
};
|
|
1915
1981
|
|
|
1916
1982
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPenField.tsx
|
|
1983
|
+
|
|
1917
1984
|
/**
|
|
1918
1985
|
* This file was automatically generated.
|
|
1919
1986
|
* Please do not edit manually.
|
|
@@ -1925,10 +1992,9 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
1925
1992
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1926
1993
|
*
|
|
1927
1994
|
*/
|
|
1928
|
-
|
|
1929
1995
|
const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1930
|
-
/* v8 ignore
|
|
1931
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1996
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1997
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1932
1998
|
defaultViewBox: "0 0 640 512",
|
|
1933
1999
|
size: "size-5",
|
|
1934
2000
|
viewBox: viewBox,
|
|
@@ -1948,6 +2014,7 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1948
2014
|
};
|
|
1949
2015
|
|
|
1950
2016
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPenFieldLight.tsx
|
|
2017
|
+
|
|
1951
2018
|
/**
|
|
1952
2019
|
* This file was automatically generated.
|
|
1953
2020
|
* Please do not edit manually.
|
|
@@ -1959,10 +2026,9 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1959
2026
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1960
2027
|
*
|
|
1961
2028
|
*/
|
|
1962
|
-
|
|
1963
2029
|
const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1964
|
-
/* v8 ignore
|
|
1965
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2030
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2031
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1966
2032
|
defaultViewBox: "0 0 640 512",
|
|
1967
2033
|
size: "size-5",
|
|
1968
2034
|
viewBox: viewBox,
|
|
@@ -1982,6 +2048,7 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1982
2048
|
};
|
|
1983
2049
|
|
|
1984
2050
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPrevious.tsx
|
|
2051
|
+
|
|
1985
2052
|
/**
|
|
1986
2053
|
* This file was automatically generated.
|
|
1987
2054
|
* Please do not edit manually.
|
|
@@ -1993,10 +2060,9 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1993
2060
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1994
2061
|
*
|
|
1995
2062
|
*/
|
|
1996
|
-
|
|
1997
2063
|
const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1998
|
-
/* v8 ignore
|
|
1999
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2064
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2065
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2000
2066
|
defaultViewBox: "0 0 448 512",
|
|
2001
2067
|
size: "size-5",
|
|
2002
2068
|
viewBox: viewBox,
|
|
@@ -2016,6 +2082,7 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2016
2082
|
};
|
|
2017
2083
|
|
|
2018
2084
|
;// CONCATENATED MODULE: ./src/components/Icons/IconPreviousLight.tsx
|
|
2085
|
+
|
|
2019
2086
|
/**
|
|
2020
2087
|
* This file was automatically generated.
|
|
2021
2088
|
* Please do not edit manually.
|
|
@@ -2027,7 +2094,6 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2027
2094
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2028
2095
|
*
|
|
2029
2096
|
*/
|
|
2030
|
-
|
|
2031
2097
|
const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2032
2098
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2033
2099
|
defaultViewBox: "0 0 448 512",
|
|
@@ -2043,6 +2109,7 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2043
2109
|
};
|
|
2044
2110
|
|
|
2045
2111
|
;// CONCATENATED MODULE: ./src/components/Icons/IconProfile.tsx
|
|
2112
|
+
|
|
2046
2113
|
/**
|
|
2047
2114
|
* This file was automatically generated.
|
|
2048
2115
|
* Please do not edit manually.
|
|
@@ -2054,7 +2121,6 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2054
2121
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2055
2122
|
*
|
|
2056
2123
|
*/
|
|
2057
|
-
|
|
2058
2124
|
const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2059
2125
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2060
2126
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2076,6 +2142,7 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2076
2142
|
};
|
|
2077
2143
|
|
|
2078
2144
|
;// CONCATENATED MODULE: ./src/components/Icons/IconProfileLight.tsx
|
|
2145
|
+
|
|
2079
2146
|
/**
|
|
2080
2147
|
* This file was automatically generated.
|
|
2081
2148
|
* Please do not edit manually.
|
|
@@ -2087,7 +2154,6 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2087
2154
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2088
2155
|
*
|
|
2089
2156
|
*/
|
|
2090
|
-
|
|
2091
2157
|
const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2092
2158
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2093
2159
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2109,6 +2175,7 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2109
2175
|
};
|
|
2110
2176
|
|
|
2111
2177
|
;// CONCATENATED MODULE: ./src/components/Icons/IconProofread.tsx
|
|
2178
|
+
|
|
2112
2179
|
/**
|
|
2113
2180
|
* This file was automatically generated.
|
|
2114
2181
|
* Please do not edit manually.
|
|
@@ -2120,10 +2187,9 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2120
2187
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2121
2188
|
*
|
|
2122
2189
|
*/
|
|
2123
|
-
|
|
2124
2190
|
const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2125
|
-
/* v8 ignore
|
|
2126
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2191
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2192
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2127
2193
|
defaultViewBox: "0 0 576 512",
|
|
2128
2194
|
size: "size-5",
|
|
2129
2195
|
viewBox: viewBox,
|
|
@@ -2143,6 +2209,7 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2143
2209
|
};
|
|
2144
2210
|
|
|
2145
2211
|
;// CONCATENATED MODULE: ./src/components/Icons/IconProofreadLight.tsx
|
|
2212
|
+
|
|
2146
2213
|
/**
|
|
2147
2214
|
* This file was automatically generated.
|
|
2148
2215
|
* Please do not edit manually.
|
|
@@ -2154,7 +2221,6 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2154
2221
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2155
2222
|
*
|
|
2156
2223
|
*/
|
|
2157
|
-
|
|
2158
2224
|
const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2159
2225
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2160
2226
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2170,6 +2236,7 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2170
2236
|
};
|
|
2171
2237
|
|
|
2172
2238
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRefresh.tsx
|
|
2239
|
+
|
|
2173
2240
|
/**
|
|
2174
2241
|
* This file was automatically generated.
|
|
2175
2242
|
* Please do not edit manually.
|
|
@@ -2181,10 +2248,9 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2181
2248
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2182
2249
|
*
|
|
2183
2250
|
*/
|
|
2184
|
-
|
|
2185
2251
|
const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2186
|
-
/* v8 ignore
|
|
2187
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2252
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2253
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2188
2254
|
defaultViewBox: "0 0 512 512",
|
|
2189
2255
|
size: "size-5",
|
|
2190
2256
|
viewBox: viewBox,
|
|
@@ -2204,6 +2270,7 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2204
2270
|
};
|
|
2205
2271
|
|
|
2206
2272
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRefreshLight.tsx
|
|
2273
|
+
|
|
2207
2274
|
/**
|
|
2208
2275
|
* This file was automatically generated.
|
|
2209
2276
|
* Please do not edit manually.
|
|
@@ -2215,7 +2282,6 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2215
2282
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2216
2283
|
*
|
|
2217
2284
|
*/
|
|
2218
|
-
|
|
2219
2285
|
const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2220
2286
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2221
2287
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2231,6 +2297,7 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2231
2297
|
};
|
|
2232
2298
|
|
|
2233
2299
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRestore.tsx
|
|
2300
|
+
|
|
2234
2301
|
/**
|
|
2235
2302
|
* This file was automatically generated.
|
|
2236
2303
|
* Please do not edit manually.
|
|
@@ -2242,10 +2309,9 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2242
2309
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2243
2310
|
*
|
|
2244
2311
|
*/
|
|
2245
|
-
|
|
2246
2312
|
const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2247
|
-
/* v8 ignore
|
|
2248
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2313
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2314
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2249
2315
|
defaultViewBox: "0 0 512 512",
|
|
2250
2316
|
size: "size-5",
|
|
2251
2317
|
viewBox: viewBox,
|
|
@@ -2265,6 +2331,7 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2265
2331
|
};
|
|
2266
2332
|
|
|
2267
2333
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRestoreLight.tsx
|
|
2334
|
+
|
|
2268
2335
|
/**
|
|
2269
2336
|
* This file was automatically generated.
|
|
2270
2337
|
* Please do not edit manually.
|
|
@@ -2276,10 +2343,9 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2276
2343
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2277
2344
|
*
|
|
2278
2345
|
*/
|
|
2279
|
-
|
|
2280
2346
|
const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2281
|
-
/* v8 ignore
|
|
2282
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2347
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2348
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2283
2349
|
defaultViewBox: "0 0 512 512",
|
|
2284
2350
|
size: "size-5",
|
|
2285
2351
|
viewBox: viewBox,
|
|
@@ -2299,6 +2365,7 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2299
2365
|
};
|
|
2300
2366
|
|
|
2301
2367
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRewrite.tsx
|
|
2368
|
+
|
|
2302
2369
|
/**
|
|
2303
2370
|
* This file was automatically generated.
|
|
2304
2371
|
* Please do not edit manually.
|
|
@@ -2310,10 +2377,9 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2310
2377
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2311
2378
|
*
|
|
2312
2379
|
*/
|
|
2313
|
-
|
|
2314
2380
|
const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2315
|
-
/* v8 ignore
|
|
2316
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2381
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2382
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2317
2383
|
defaultViewBox: "0 0 512 512",
|
|
2318
2384
|
size: "size-5",
|
|
2319
2385
|
viewBox: viewBox,
|
|
@@ -2333,6 +2399,7 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2333
2399
|
};
|
|
2334
2400
|
|
|
2335
2401
|
;// CONCATENATED MODULE: ./src/components/Icons/IconRewriteLight.tsx
|
|
2402
|
+
|
|
2336
2403
|
/**
|
|
2337
2404
|
* This file was automatically generated.
|
|
2338
2405
|
* Please do not edit manually.
|
|
@@ -2344,10 +2411,9 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2344
2411
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2345
2412
|
*
|
|
2346
2413
|
*/
|
|
2347
|
-
|
|
2348
2414
|
const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2349
|
-
/* v8 ignore
|
|
2350
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2415
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2416
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2351
2417
|
defaultViewBox: "0 0 512 512",
|
|
2352
2418
|
size: "size-5",
|
|
2353
2419
|
viewBox: viewBox,
|
|
@@ -2367,6 +2433,7 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2367
2433
|
};
|
|
2368
2434
|
|
|
2369
2435
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSearch.tsx
|
|
2436
|
+
|
|
2370
2437
|
/**
|
|
2371
2438
|
* This file was automatically generated.
|
|
2372
2439
|
* Please do not edit manually.
|
|
@@ -2378,10 +2445,9 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2378
2445
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2379
2446
|
*
|
|
2380
2447
|
*/
|
|
2381
|
-
|
|
2382
2448
|
const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2383
|
-
/* v8 ignore
|
|
2384
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2449
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2450
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2385
2451
|
defaultViewBox: "0 0 512 512",
|
|
2386
2452
|
size: "size-5",
|
|
2387
2453
|
viewBox: viewBox,
|
|
@@ -2401,6 +2467,7 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2401
2467
|
};
|
|
2402
2468
|
|
|
2403
2469
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSearchLight.tsx
|
|
2470
|
+
|
|
2404
2471
|
/**
|
|
2405
2472
|
* This file was automatically generated.
|
|
2406
2473
|
* Please do not edit manually.
|
|
@@ -2412,7 +2479,6 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2412
2479
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2413
2480
|
*
|
|
2414
2481
|
*/
|
|
2415
|
-
|
|
2416
2482
|
const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2417
2483
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2418
2484
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2428,6 +2494,7 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2428
2494
|
};
|
|
2429
2495
|
|
|
2430
2496
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSelected.tsx
|
|
2497
|
+
|
|
2431
2498
|
/**
|
|
2432
2499
|
* This file was automatically generated.
|
|
2433
2500
|
* Please do not edit manually.
|
|
@@ -2439,7 +2506,6 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2439
2506
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2440
2507
|
*
|
|
2441
2508
|
*/
|
|
2442
|
-
|
|
2443
2509
|
const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2444
2510
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2445
2511
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2461,6 +2527,7 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2461
2527
|
};
|
|
2462
2528
|
|
|
2463
2529
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSelectedLight.tsx
|
|
2530
|
+
|
|
2464
2531
|
/**
|
|
2465
2532
|
* This file was automatically generated.
|
|
2466
2533
|
* Please do not edit manually.
|
|
@@ -2472,7 +2539,6 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2472
2539
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2473
2540
|
*
|
|
2474
2541
|
*/
|
|
2475
|
-
|
|
2476
2542
|
const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2477
2543
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2478
2544
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2494,6 +2560,7 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2494
2560
|
};
|
|
2495
2561
|
|
|
2496
2562
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSend.tsx
|
|
2563
|
+
|
|
2497
2564
|
/**
|
|
2498
2565
|
* This file was automatically generated.
|
|
2499
2566
|
* Please do not edit manually.
|
|
@@ -2505,7 +2572,6 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2505
2572
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2506
2573
|
*
|
|
2507
2574
|
*/
|
|
2508
|
-
|
|
2509
2575
|
const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2510
2576
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2511
2577
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2527,6 +2593,7 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2527
2593
|
};
|
|
2528
2594
|
|
|
2529
2595
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSendLight.tsx
|
|
2596
|
+
|
|
2530
2597
|
/**
|
|
2531
2598
|
* This file was automatically generated.
|
|
2532
2599
|
* Please do not edit manually.
|
|
@@ -2538,7 +2605,6 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2538
2605
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2539
2606
|
*
|
|
2540
2607
|
*/
|
|
2541
|
-
|
|
2542
2608
|
const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2543
2609
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2544
2610
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2560,6 +2626,7 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2560
2626
|
};
|
|
2561
2627
|
|
|
2562
2628
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSettings.tsx
|
|
2629
|
+
|
|
2563
2630
|
/**
|
|
2564
2631
|
* This file was automatically generated.
|
|
2565
2632
|
* Please do not edit manually.
|
|
@@ -2571,7 +2638,6 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2571
2638
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2572
2639
|
*
|
|
2573
2640
|
*/
|
|
2574
|
-
|
|
2575
2641
|
const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2576
2642
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2577
2643
|
defaultViewBox: "0 0 448 512",
|
|
@@ -2587,6 +2653,7 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2587
2653
|
};
|
|
2588
2654
|
|
|
2589
2655
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSettingsLight.tsx
|
|
2656
|
+
|
|
2590
2657
|
/**
|
|
2591
2658
|
* This file was automatically generated.
|
|
2592
2659
|
* Please do not edit manually.
|
|
@@ -2598,7 +2665,6 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2598
2665
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2599
2666
|
*
|
|
2600
2667
|
*/
|
|
2601
|
-
|
|
2602
2668
|
const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2603
2669
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2604
2670
|
defaultViewBox: "0 0 448 512",
|
|
@@ -2614,6 +2680,7 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2614
2680
|
};
|
|
2615
2681
|
|
|
2616
2682
|
;// CONCATENATED MODULE: ./src/components/Icons/IconShow.tsx
|
|
2683
|
+
|
|
2617
2684
|
/**
|
|
2618
2685
|
* This file was automatically generated.
|
|
2619
2686
|
* Please do not edit manually.
|
|
@@ -2625,10 +2692,9 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2625
2692
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2626
2693
|
*
|
|
2627
2694
|
*/
|
|
2628
|
-
|
|
2629
2695
|
const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2630
|
-
/* v8 ignore
|
|
2631
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2696
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2697
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2632
2698
|
defaultViewBox: "0 0 576 512",
|
|
2633
2699
|
size: "size-5",
|
|
2634
2700
|
viewBox: viewBox,
|
|
@@ -2648,6 +2714,7 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2648
2714
|
};
|
|
2649
2715
|
|
|
2650
2716
|
;// CONCATENATED MODULE: ./src/components/Icons/IconShowLight.tsx
|
|
2717
|
+
|
|
2651
2718
|
/**
|
|
2652
2719
|
* This file was automatically generated.
|
|
2653
2720
|
* Please do not edit manually.
|
|
@@ -2659,10 +2726,9 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2659
2726
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2660
2727
|
*
|
|
2661
2728
|
*/
|
|
2662
|
-
|
|
2663
2729
|
const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2664
|
-
/* v8 ignore
|
|
2665
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2730
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2731
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2666
2732
|
defaultViewBox: "0 0 576 512",
|
|
2667
2733
|
size: "size-5",
|
|
2668
2734
|
viewBox: viewBox,
|
|
@@ -2682,6 +2748,7 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2682
2748
|
};
|
|
2683
2749
|
|
|
2684
2750
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSliders.tsx
|
|
2751
|
+
|
|
2685
2752
|
/**
|
|
2686
2753
|
* This file was automatically generated.
|
|
2687
2754
|
* Please do not edit manually.
|
|
@@ -2693,10 +2760,9 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2693
2760
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2694
2761
|
*
|
|
2695
2762
|
*/
|
|
2696
|
-
|
|
2697
2763
|
const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2698
|
-
/* v8 ignore
|
|
2699
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2764
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2765
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2700
2766
|
defaultViewBox: "0 0 512 512",
|
|
2701
2767
|
size: "size-5",
|
|
2702
2768
|
viewBox: viewBox,
|
|
@@ -2716,6 +2782,7 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2716
2782
|
};
|
|
2717
2783
|
|
|
2718
2784
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSlidersLight.tsx
|
|
2785
|
+
|
|
2719
2786
|
/**
|
|
2720
2787
|
* This file was automatically generated.
|
|
2721
2788
|
* Please do not edit manually.
|
|
@@ -2727,10 +2794,9 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2727
2794
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2728
2795
|
*
|
|
2729
2796
|
*/
|
|
2730
|
-
|
|
2731
2797
|
const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2732
|
-
/* v8 ignore
|
|
2733
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2798
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2799
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2734
2800
|
defaultViewBox: "0 0 512 512",
|
|
2735
2801
|
size: "size-5",
|
|
2736
2802
|
viewBox: viewBox,
|
|
@@ -2750,6 +2816,7 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2750
2816
|
};
|
|
2751
2817
|
|
|
2752
2818
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSort.tsx
|
|
2819
|
+
|
|
2753
2820
|
/**
|
|
2754
2821
|
* This file was automatically generated.
|
|
2755
2822
|
* Please do not edit manually.
|
|
@@ -2761,10 +2828,9 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2761
2828
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2762
2829
|
*
|
|
2763
2830
|
*/
|
|
2764
|
-
|
|
2765
2831
|
const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2766
|
-
/* v8 ignore
|
|
2767
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2832
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2833
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2768
2834
|
defaultViewBox: "0 0 576 512",
|
|
2769
2835
|
size: "size-5",
|
|
2770
2836
|
viewBox: viewBox,
|
|
@@ -2784,6 +2850,7 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2784
2850
|
};
|
|
2785
2851
|
|
|
2786
2852
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSortDown.tsx
|
|
2853
|
+
|
|
2787
2854
|
/**
|
|
2788
2855
|
* This file was automatically generated.
|
|
2789
2856
|
* Please do not edit manually.
|
|
@@ -2795,10 +2862,9 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2795
2862
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2796
2863
|
*
|
|
2797
2864
|
*/
|
|
2798
|
-
|
|
2799
2865
|
const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2800
|
-
/* v8 ignore
|
|
2801
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2866
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2867
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2802
2868
|
defaultViewBox: "0 0 576 512",
|
|
2803
2869
|
size: "size-5",
|
|
2804
2870
|
viewBox: viewBox,
|
|
@@ -2818,6 +2884,7 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2818
2884
|
};
|
|
2819
2885
|
|
|
2820
2886
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSortDownLight.tsx
|
|
2887
|
+
|
|
2821
2888
|
/**
|
|
2822
2889
|
* This file was automatically generated.
|
|
2823
2890
|
* Please do not edit manually.
|
|
@@ -2829,7 +2896,6 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2829
2896
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2830
2897
|
*
|
|
2831
2898
|
*/
|
|
2832
|
-
|
|
2833
2899
|
const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2834
2900
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2835
2901
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2845,6 +2911,7 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2845
2911
|
};
|
|
2846
2912
|
|
|
2847
2913
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSortLight.tsx
|
|
2914
|
+
|
|
2848
2915
|
/**
|
|
2849
2916
|
* This file was automatically generated.
|
|
2850
2917
|
* Please do not edit manually.
|
|
@@ -2856,7 +2923,6 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2856
2923
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2857
2924
|
*
|
|
2858
2925
|
*/
|
|
2859
|
-
|
|
2860
2926
|
const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2861
2927
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2862
2928
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2872,6 +2938,7 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2872
2938
|
};
|
|
2873
2939
|
|
|
2874
2940
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSortUp.tsx
|
|
2941
|
+
|
|
2875
2942
|
/**
|
|
2876
2943
|
* This file was automatically generated.
|
|
2877
2944
|
* Please do not edit manually.
|
|
@@ -2883,10 +2950,9 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2883
2950
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2884
2951
|
*
|
|
2885
2952
|
*/
|
|
2886
|
-
|
|
2887
2953
|
const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2888
|
-
/* v8 ignore
|
|
2889
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2954
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
2955
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2890
2956
|
defaultViewBox: "0 0 576 512",
|
|
2891
2957
|
size: "size-5",
|
|
2892
2958
|
viewBox: viewBox,
|
|
@@ -2906,6 +2972,7 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2906
2972
|
};
|
|
2907
2973
|
|
|
2908
2974
|
;// CONCATENATED MODULE: ./src/components/Icons/IconSortUpLight.tsx
|
|
2975
|
+
|
|
2909
2976
|
/**
|
|
2910
2977
|
* This file was automatically generated.
|
|
2911
2978
|
* Please do not edit manually.
|
|
@@ -2917,7 +2984,6 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2917
2984
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2918
2985
|
*
|
|
2919
2986
|
*/
|
|
2920
|
-
|
|
2921
2987
|
const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2922
2988
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
2923
2989
|
defaultViewBox: "0 0 576 512",
|
|
@@ -2933,6 +2999,7 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2933
2999
|
};
|
|
2934
3000
|
|
|
2935
3001
|
;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircle.tsx
|
|
3002
|
+
|
|
2936
3003
|
/**
|
|
2937
3004
|
* This file was automatically generated.
|
|
2938
3005
|
* Please do not edit manually.
|
|
@@ -2944,7 +3011,6 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2944
3011
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2945
3012
|
*
|
|
2946
3013
|
*/
|
|
2947
|
-
|
|
2948
3014
|
const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2949
3015
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2950
3016
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2966,6 +3032,7 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2966
3032
|
};
|
|
2967
3033
|
|
|
2968
3034
|
;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircleLight.tsx
|
|
3035
|
+
|
|
2969
3036
|
/**
|
|
2970
3037
|
* This file was automatically generated.
|
|
2971
3038
|
* Please do not edit manually.
|
|
@@ -2977,7 +3044,6 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2977
3044
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
2978
3045
|
*
|
|
2979
3046
|
*/
|
|
2980
|
-
|
|
2981
3047
|
const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2982
3048
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
2983
3049
|
defaultViewBox: "0 0 512 512",
|
|
@@ -2999,6 +3065,7 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
2999
3065
|
};
|
|
3000
3066
|
|
|
3001
3067
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnChecked.tsx
|
|
3068
|
+
|
|
3002
3069
|
/**
|
|
3003
3070
|
* This file was automatically generated.
|
|
3004
3071
|
* Please do not edit manually.
|
|
@@ -3010,7 +3077,6 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
3010
3077
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3011
3078
|
*
|
|
3012
3079
|
*/
|
|
3013
|
-
|
|
3014
3080
|
const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3015
3081
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
3016
3082
|
defaultViewBox: "0 0 448 512",
|
|
@@ -3027,6 +3093,7 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3027
3093
|
};
|
|
3028
3094
|
|
|
3029
3095
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnCheckedLight.tsx
|
|
3096
|
+
|
|
3030
3097
|
/**
|
|
3031
3098
|
* This file was automatically generated.
|
|
3032
3099
|
* Please do not edit manually.
|
|
@@ -3038,7 +3105,6 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3038
3105
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3039
3106
|
*
|
|
3040
3107
|
*/
|
|
3041
|
-
|
|
3042
3108
|
const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3043
3109
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3044
3110
|
defaultViewBox: "0 0 448 512",
|
|
@@ -3060,6 +3126,7 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3060
3126
|
};
|
|
3061
3127
|
|
|
3062
3128
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnlocked.tsx
|
|
3129
|
+
|
|
3063
3130
|
/**
|
|
3064
3131
|
* This file was automatically generated.
|
|
3065
3132
|
* Please do not edit manually.
|
|
@@ -3071,10 +3138,9 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3071
3138
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3072
3139
|
*
|
|
3073
3140
|
*/
|
|
3074
|
-
|
|
3075
3141
|
const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3076
|
-
/* v8 ignore
|
|
3077
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3142
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
3143
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3078
3144
|
defaultViewBox: "0 0 448 512",
|
|
3079
3145
|
size: "size-5",
|
|
3080
3146
|
viewBox: viewBox,
|
|
@@ -3094,6 +3160,7 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3094
3160
|
};
|
|
3095
3161
|
|
|
3096
3162
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnlockedLight.tsx
|
|
3163
|
+
|
|
3097
3164
|
/**
|
|
3098
3165
|
* This file was automatically generated.
|
|
3099
3166
|
* Please do not edit manually.
|
|
@@ -3105,7 +3172,6 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3105
3172
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3106
3173
|
*
|
|
3107
3174
|
*/
|
|
3108
|
-
|
|
3109
3175
|
const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3110
3176
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3111
3177
|
defaultViewBox: "0 0 448 512",
|
|
@@ -3127,6 +3193,7 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3127
3193
|
};
|
|
3128
3194
|
|
|
3129
3195
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelected.tsx
|
|
3196
|
+
|
|
3130
3197
|
/**
|
|
3131
3198
|
* This file was automatically generated.
|
|
3132
3199
|
* Please do not edit manually.
|
|
@@ -3138,7 +3205,6 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3138
3205
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3139
3206
|
*
|
|
3140
3207
|
*/
|
|
3141
|
-
|
|
3142
3208
|
const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3143
3209
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
3144
3210
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3155,6 +3221,7 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3155
3221
|
};
|
|
3156
3222
|
|
|
3157
3223
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelectedLight.tsx
|
|
3224
|
+
|
|
3158
3225
|
/**
|
|
3159
3226
|
* This file was automatically generated.
|
|
3160
3227
|
* Please do not edit manually.
|
|
@@ -3166,7 +3233,6 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3166
3233
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3167
3234
|
*
|
|
3168
3235
|
*/
|
|
3169
|
-
|
|
3170
3236
|
const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3171
3237
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3172
3238
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3188,6 +3254,7 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
3188
3254
|
};
|
|
3189
3255
|
|
|
3190
3256
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUp.tsx
|
|
3257
|
+
|
|
3191
3258
|
/**
|
|
3192
3259
|
* This file was automatically generated.
|
|
3193
3260
|
* Please do not edit manually.
|
|
@@ -3199,10 +3266,9 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
3199
3266
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3200
3267
|
*
|
|
3201
3268
|
*/
|
|
3202
|
-
|
|
3203
3269
|
const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3204
|
-
/* v8 ignore
|
|
3205
|
-
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3270
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
3271
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3206
3272
|
defaultViewBox: "0 0 384 512",
|
|
3207
3273
|
size: "size-5",
|
|
3208
3274
|
viewBox: viewBox,
|
|
@@ -3222,6 +3288,7 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3222
3288
|
};
|
|
3223
3289
|
|
|
3224
3290
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUpLight.tsx
|
|
3291
|
+
|
|
3225
3292
|
/**
|
|
3226
3293
|
* This file was automatically generated.
|
|
3227
3294
|
* Please do not edit manually.
|
|
@@ -3233,7 +3300,6 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3233
3300
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3234
3301
|
*
|
|
3235
3302
|
*/
|
|
3236
|
-
|
|
3237
3303
|
const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3238
3304
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
3239
3305
|
defaultViewBox: "0 0 384 512",
|
|
@@ -3249,6 +3315,7 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3249
3315
|
};
|
|
3250
3316
|
|
|
3251
3317
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUser.tsx
|
|
3318
|
+
|
|
3252
3319
|
/**
|
|
3253
3320
|
* This file was automatically generated.
|
|
3254
3321
|
* Please do not edit manually.
|
|
@@ -3260,7 +3327,6 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3260
3327
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3261
3328
|
*
|
|
3262
3329
|
*/
|
|
3263
|
-
|
|
3264
3330
|
const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3265
3331
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3266
3332
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3282,6 +3348,7 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3282
3348
|
};
|
|
3283
3349
|
|
|
3284
3350
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUserLight.tsx
|
|
3351
|
+
|
|
3285
3352
|
/**
|
|
3286
3353
|
* This file was automatically generated.
|
|
3287
3354
|
* Please do not edit manually.
|
|
@@ -3293,7 +3360,6 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3293
3360
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3294
3361
|
*
|
|
3295
3362
|
*/
|
|
3296
|
-
|
|
3297
3363
|
const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3298
3364
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3299
3365
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3315,6 +3381,7 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3315
3381
|
};
|
|
3316
3382
|
|
|
3317
3383
|
;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearch.tsx
|
|
3384
|
+
|
|
3318
3385
|
/**
|
|
3319
3386
|
* This file was automatically generated.
|
|
3320
3387
|
* Please do not edit manually.
|
|
@@ -3326,7 +3393,6 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3326
3393
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3327
3394
|
*
|
|
3328
3395
|
*/
|
|
3329
|
-
|
|
3330
3396
|
const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3331
3397
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3332
3398
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3348,6 +3414,7 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3348
3414
|
};
|
|
3349
3415
|
|
|
3350
3416
|
;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearchLight.tsx
|
|
3417
|
+
|
|
3351
3418
|
/**
|
|
3352
3419
|
* This file was automatically generated.
|
|
3353
3420
|
* Please do not edit manually.
|
|
@@ -3359,7 +3426,6 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3359
3426
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3360
3427
|
*
|
|
3361
3428
|
*/
|
|
3362
|
-
|
|
3363
3429
|
const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3364
3430
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3365
3431
|
defaultViewBox: "0 0 512 512",
|
|
@@ -3384,7 +3450,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3384
3450
|
/**
|
|
3385
3451
|
* This file is automatically generated.
|
|
3386
3452
|
* Do not edit it manually.
|
|
3387
|
-
* Last updated on
|
|
3453
|
+
* Last updated on 1/2/2026, 5:48:51 PM.
|
|
3388
3454
|
*/
|
|
3389
3455
|
|
|
3390
3456
|
|
|
@@ -3490,4 +3556,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3490
3556
|
|
|
3491
3557
|
|
|
3492
3558
|
|
|
3493
|
-
|
|
3559
|
+
|
|
3560
|
+
|
|
3561
|
+
export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBranch, IconBranchLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconChecked, IconCheckedLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconDownload, IconDownloadLight, IconEdit, IconEditLight, IconEditUser, IconEditUserLight, IconGitHub, IconGoogleGemini, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconSearch, IconSearchLight, IconSelected, IconSelectedLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnChecked, IconUnCheckedLight, IconUnSelected, IconUnSelectedLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUser, IconUserLight, IconWebSearch, IconWebSearchLight };
|