@yoroll/react-icon 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +150 -207
- package/dist/index.iife.js +150 -204
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +191 -251
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/index.d.ts +0 -3
- package/package.json +1 -1
- package/dist/types/components/ModelGeminiFilled1.d.ts +0 -4
- package/dist/types/components/PageError1.d.ts +0 -4
- package/dist/types/components/SwitchOnFilled1.d.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.11 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -81,7 +81,6 @@ __export(index_exports, {
|
|
|
81
81
|
IconLogout: () => Logout_default,
|
|
82
82
|
IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
|
|
83
83
|
IconModelGeminiFilled: () => ModelGeminiFilled_default,
|
|
84
|
-
IconModelGeminiFilled1: () => ModelGeminiFilled1_default,
|
|
85
84
|
IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
|
|
86
85
|
IconModelSoraFilled: () => ModelSoraFilled_default,
|
|
87
86
|
IconModels: () => Models_default,
|
|
@@ -94,7 +93,6 @@ __export(index_exports, {
|
|
|
94
93
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
95
94
|
IconOpendemo: () => Opendemo_default,
|
|
96
95
|
IconPageError: () => PageError_default,
|
|
97
|
-
IconPageError1: () => PageError1_default,
|
|
98
96
|
IconPencil: () => Pencil_default,
|
|
99
97
|
IconPick: () => Pick_default,
|
|
100
98
|
IconPickedFilled: () => PickedFilled_default,
|
|
@@ -121,7 +119,6 @@ __export(index_exports, {
|
|
|
121
119
|
IconStyle: () => Style_default,
|
|
122
120
|
IconStyleAutoFilled: () => StyleAutoFilled_default,
|
|
123
121
|
IconSwitchOnFilled: () => SwitchOnFilled_default,
|
|
124
|
-
IconSwitchOnFilled1: () => SwitchOnFilled1_default,
|
|
125
122
|
IconTarget: () => Target_default,
|
|
126
123
|
IconTextLogo: () => TextLogo_default,
|
|
127
124
|
IconTools: () => Tools_default,
|
|
@@ -684,7 +681,7 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
684
681
|
"path",
|
|
685
682
|
{
|
|
686
683
|
fill: stroke || color || "currentColor",
|
|
687
|
-
d: "
|
|
684
|
+
d: "M23.999 7.99967V24H7.99967V15.9993H10.1998V21.7999H21.7989V10.1998H15.9993V7.99967H23.999Z",
|
|
688
685
|
fillRule: "evenodd",
|
|
689
686
|
clipRule: "evenodd"
|
|
690
687
|
}
|
|
@@ -693,14 +690,14 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
693
690
|
"path",
|
|
694
691
|
{
|
|
695
692
|
fill: stroke || color || "currentColor",
|
|
696
|
-
d: "M4.
|
|
693
|
+
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
697
694
|
}
|
|
698
695
|
),
|
|
699
696
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
700
697
|
"path",
|
|
701
698
|
{
|
|
702
699
|
fill: stroke || color || "currentColor",
|
|
703
|
-
d: "M0 0H16.
|
|
700
|
+
d: "M0 0H16.7493V16.7493H0V0ZM2.24991 2.24991H14.4994V6.74972L14.4539 6.70423L11.2495 9.90861L8.24966 6.90873L2.24991 12.9085V2.24991ZM14.4994 9.84059V14.4994H3.84083L8.24966 10.0906L11.2495 13.0905L14.4994 9.84059Z",
|
|
704
701
|
fillRule: "evenodd",
|
|
705
702
|
clipRule: "evenodd"
|
|
706
703
|
}
|
|
@@ -1493,27 +1490,18 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1493
1490
|
)
|
|
1494
1491
|
] }), Logout_default = IconLogout;
|
|
1495
1492
|
|
|
1496
|
-
// src/components/ModelGeminiFilled1.tsx
|
|
1497
|
-
var import_jsx_runtime62 = require("react/jsx-runtime"), IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1498
|
-
"path",
|
|
1499
|
-
{
|
|
1500
|
-
fill: fill || color || "currentColor",
|
|
1501
|
-
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
1502
|
-
}
|
|
1503
|
-
) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
|
|
1504
|
-
|
|
1505
1493
|
// src/components/ModelGeminiFilled.tsx
|
|
1506
|
-
var
|
|
1494
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1507
1495
|
"path",
|
|
1508
1496
|
{
|
|
1509
1497
|
fill: fill || color || "currentColor",
|
|
1510
|
-
d: "
|
|
1498
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
1511
1499
|
}
|
|
1512
1500
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1513
1501
|
|
|
1514
1502
|
// src/components/ModelDeepmindFilled.tsx
|
|
1515
|
-
var
|
|
1516
|
-
/* @__PURE__ */ (0,
|
|
1503
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1504
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1517
1505
|
"path",
|
|
1518
1506
|
{
|
|
1519
1507
|
fill: fill || color || "currentColor",
|
|
@@ -1522,11 +1510,11 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelDeepmindFilled
|
|
|
1522
1510
|
clipRule: "evenodd"
|
|
1523
1511
|
}
|
|
1524
1512
|
) }),
|
|
1525
|
-
/* @__PURE__ */ (0,
|
|
1513
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1526
1514
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1527
1515
|
|
|
1528
1516
|
// src/components/ModelSoraFilled.tsx
|
|
1529
|
-
var
|
|
1517
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1530
1518
|
"path",
|
|
1531
1519
|
{
|
|
1532
1520
|
fill: fill || color || "currentColor",
|
|
@@ -1535,7 +1523,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelSoraFilled = (
|
|
|
1535
1523
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1536
1524
|
|
|
1537
1525
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1538
|
-
var
|
|
1526
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
1539
1527
|
size,
|
|
1540
1528
|
width,
|
|
1541
1529
|
height,
|
|
@@ -1543,64 +1531,64 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1543
1531
|
className,
|
|
1544
1532
|
fill,
|
|
1545
1533
|
stroke
|
|
1546
|
-
}) => /* @__PURE__ */ (0,
|
|
1547
|
-
/* @__PURE__ */ (0,
|
|
1534
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1535
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1548
1536
|
"path",
|
|
1549
1537
|
{
|
|
1550
1538
|
fill: "#5A5C62",
|
|
1551
1539
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
1552
1540
|
}
|
|
1553
1541
|
),
|
|
1554
|
-
/* @__PURE__ */ (0,
|
|
1542
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1555
1543
|
"path",
|
|
1556
1544
|
{
|
|
1557
1545
|
fill: "#D5D6D7",
|
|
1558
1546
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
1559
1547
|
}
|
|
1560
1548
|
),
|
|
1561
|
-
/* @__PURE__ */ (0,
|
|
1549
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1562
1550
|
"path",
|
|
1563
1551
|
{
|
|
1564
1552
|
fill: "#C4C5C7",
|
|
1565
1553
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
1566
1554
|
}
|
|
1567
1555
|
),
|
|
1568
|
-
/* @__PURE__ */ (0,
|
|
1556
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1569
1557
|
"path",
|
|
1570
1558
|
{
|
|
1571
1559
|
fill: "#7B7C81",
|
|
1572
1560
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
1573
1561
|
}
|
|
1574
1562
|
),
|
|
1575
|
-
/* @__PURE__ */ (0,
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1576
1564
|
"path",
|
|
1577
1565
|
{
|
|
1578
1566
|
fill: "#85878B",
|
|
1579
1567
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
1580
1568
|
}
|
|
1581
1569
|
),
|
|
1582
|
-
/* @__PURE__ */ (0,
|
|
1570
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1583
1571
|
"path",
|
|
1584
1572
|
{
|
|
1585
1573
|
fill: "#1B1D24",
|
|
1586
1574
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
1587
1575
|
}
|
|
1588
1576
|
),
|
|
1589
|
-
/* @__PURE__ */ (0,
|
|
1577
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1590
1578
|
"path",
|
|
1591
1579
|
{
|
|
1592
1580
|
fill: "#D5D6D7",
|
|
1593
1581
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
1594
1582
|
}
|
|
1595
1583
|
),
|
|
1596
|
-
/* @__PURE__ */ (0,
|
|
1584
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1597
1585
|
"path",
|
|
1598
1586
|
{
|
|
1599
1587
|
fill: "#85878B",
|
|
1600
1588
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
1601
1589
|
}
|
|
1602
1590
|
),
|
|
1603
|
-
/* @__PURE__ */ (0,
|
|
1591
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1604
1592
|
"path",
|
|
1605
1593
|
{
|
|
1606
1594
|
fill: "#D5D6D7",
|
|
@@ -1610,7 +1598,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1610
1598
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1611
1599
|
|
|
1612
1600
|
// src/components/Models.tsx
|
|
1613
|
-
var
|
|
1601
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1614
1602
|
"path",
|
|
1615
1603
|
{
|
|
1616
1604
|
fill: stroke || color || "currentColor",
|
|
@@ -1621,22 +1609,22 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconModels = ({ size, w
|
|
|
1621
1609
|
) }), Models_default = IconModels;
|
|
1622
1610
|
|
|
1623
1611
|
// src/components/More.tsx
|
|
1624
|
-
var
|
|
1625
|
-
/* @__PURE__ */ (0,
|
|
1612
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1613
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1626
1614
|
"path",
|
|
1627
1615
|
{
|
|
1628
1616
|
fill: stroke || color || "currentColor",
|
|
1629
1617
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
1630
1618
|
}
|
|
1631
1619
|
),
|
|
1632
|
-
/* @__PURE__ */ (0,
|
|
1620
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1633
1621
|
"path",
|
|
1634
1622
|
{
|
|
1635
1623
|
fill: stroke || color || "currentColor",
|
|
1636
1624
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
1637
1625
|
}
|
|
1638
1626
|
),
|
|
1639
|
-
/* @__PURE__ */ (0,
|
|
1627
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1640
1628
|
"path",
|
|
1641
1629
|
{
|
|
1642
1630
|
fill: stroke || color || "currentColor",
|
|
@@ -1646,29 +1634,29 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconMore = ({ size, wid
|
|
|
1646
1634
|
] }), More_default = IconMore;
|
|
1647
1635
|
|
|
1648
1636
|
// src/components/Moresettings.tsx
|
|
1649
|
-
var
|
|
1650
|
-
/* @__PURE__ */ (0,
|
|
1637
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1638
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1651
1639
|
"path",
|
|
1652
1640
|
{
|
|
1653
1641
|
fill: stroke || color || "currentColor",
|
|
1654
1642
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
1655
1643
|
}
|
|
1656
1644
|
),
|
|
1657
|
-
/* @__PURE__ */ (0,
|
|
1645
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1658
1646
|
"path",
|
|
1659
1647
|
{
|
|
1660
1648
|
fill: stroke || color || "currentColor",
|
|
1661
1649
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
1662
1650
|
}
|
|
1663
1651
|
),
|
|
1664
|
-
/* @__PURE__ */ (0,
|
|
1652
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1665
1653
|
"path",
|
|
1666
1654
|
{
|
|
1667
1655
|
fill: stroke || color || "currentColor",
|
|
1668
1656
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
1669
1657
|
}
|
|
1670
1658
|
),
|
|
1671
|
-
/* @__PURE__ */ (0,
|
|
1659
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1672
1660
|
"path",
|
|
1673
1661
|
{
|
|
1674
1662
|
fill: stroke || color || "currentColor",
|
|
@@ -1680,7 +1668,7 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconMoresettings = ({ s
|
|
|
1680
1668
|
] }), Moresettings_default = IconMoresettings;
|
|
1681
1669
|
|
|
1682
1670
|
// src/components/Musicassets.tsx
|
|
1683
|
-
var
|
|
1671
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1684
1672
|
"path",
|
|
1685
1673
|
{
|
|
1686
1674
|
fill: stroke || color || "currentColor",
|
|
@@ -1691,8 +1679,8 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconMusicassets = ({ si
|
|
|
1691
1679
|
) }), Musicassets_default = IconMusicassets;
|
|
1692
1680
|
|
|
1693
1681
|
// src/components/Mute.tsx
|
|
1694
|
-
var
|
|
1695
|
-
/* @__PURE__ */ (0,
|
|
1682
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1683
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1696
1684
|
"path",
|
|
1697
1685
|
{
|
|
1698
1686
|
fill: stroke || color || "currentColor",
|
|
@@ -1701,7 +1689,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1701
1689
|
clipRule: "evenodd"
|
|
1702
1690
|
}
|
|
1703
1691
|
),
|
|
1704
|
-
/* @__PURE__ */ (0,
|
|
1692
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1705
1693
|
"path",
|
|
1706
1694
|
{
|
|
1707
1695
|
fill: stroke || color || "currentColor",
|
|
@@ -1711,7 +1699,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1711
1699
|
] }), Mute_default = IconMute;
|
|
1712
1700
|
|
|
1713
1701
|
// src/components/Next.tsx
|
|
1714
|
-
var
|
|
1702
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1715
1703
|
"path",
|
|
1716
1704
|
{
|
|
1717
1705
|
fill: stroke || color || "currentColor",
|
|
@@ -1722,8 +1710,8 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconNext = ({ size, wid
|
|
|
1722
1710
|
) }), Next_default = IconNext;
|
|
1723
1711
|
|
|
1724
1712
|
// src/components/Nextscene.tsx
|
|
1725
|
-
var
|
|
1726
|
-
/* @__PURE__ */ (0,
|
|
1713
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1727
1715
|
"rect",
|
|
1728
1716
|
{
|
|
1729
1717
|
width: "22.5",
|
|
@@ -1736,7 +1724,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconNextscene = ({ size
|
|
|
1736
1724
|
strokeWidth: "1.5"
|
|
1737
1725
|
}
|
|
1738
1726
|
),
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1727
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1740
1728
|
"path",
|
|
1741
1729
|
{
|
|
1742
1730
|
fill: stroke || color || "currentColor",
|
|
@@ -1746,17 +1734,17 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconNextscene = ({ size
|
|
|
1746
1734
|
] }), Nextscene_default = IconNextscene;
|
|
1747
1735
|
|
|
1748
1736
|
// src/components/Oneclickgenerate.tsx
|
|
1749
|
-
var
|
|
1750
|
-
/* @__PURE__ */ (0,
|
|
1751
|
-
/* @__PURE__ */ (0,
|
|
1752
|
-
/* @__PURE__ */ (0,
|
|
1737
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1738
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
1740
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1753
1741
|
"path",
|
|
1754
1742
|
{
|
|
1755
1743
|
fill: stroke || color || "currentColor",
|
|
1756
1744
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1757
1745
|
}
|
|
1758
1746
|
),
|
|
1759
|
-
/* @__PURE__ */ (0,
|
|
1747
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1760
1748
|
"path",
|
|
1761
1749
|
{
|
|
1762
1750
|
fill: stroke || color || "currentColor",
|
|
@@ -1768,8 +1756,8 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
1768
1756
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1769
1757
|
|
|
1770
1758
|
// src/components/Opendemo.tsx
|
|
1771
|
-
var
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1759
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1773
1761
|
"path",
|
|
1774
1762
|
{
|
|
1775
1763
|
fill: stroke || color || "currentColor",
|
|
@@ -1778,48 +1766,14 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconOpendemo = ({ size,
|
|
|
1778
1766
|
clipRule: "evenodd"
|
|
1779
1767
|
}
|
|
1780
1768
|
),
|
|
1781
|
-
/* @__PURE__ */ (0,
|
|
1769
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1782
1770
|
] }), Opendemo_default = IconOpendemo;
|
|
1783
1771
|
|
|
1784
|
-
// src/components/PageError1.tsx
|
|
1785
|
-
var import_jsx_runtime76 = require("react/jsx-runtime"), IconPageError1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError1_default = IconPageError1;
|
|
1786
|
-
|
|
1787
1772
|
// src/components/PageError.tsx
|
|
1788
|
-
var
|
|
1789
|
-
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1790
|
-
"path",
|
|
1791
|
-
{
|
|
1792
|
-
fill: stroke || color || "currentColor",
|
|
1793
|
-
d: "M10.4111 8.28966C10.9969 8.87545 11.9466 8.87545 12.5324 8.28966C13.1182 7.70388 13.1182 6.75413 12.5324 6.16834C11.9466 5.58255 10.9969 5.58255 10.4111 6.16834C9.82529 6.75413 9.82529 7.70388 10.4111 8.28966Z"
|
|
1794
|
-
}
|
|
1795
|
-
),
|
|
1796
|
-
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1797
|
-
"path",
|
|
1798
|
-
{
|
|
1799
|
-
fill: stroke || color || "currentColor",
|
|
1800
|
-
d: "M17.8357 14.343C17.2499 14.9288 16.3001 14.9288 15.7144 14.343C15.1286 13.7572 15.1286 12.8075 15.7144 12.2217C16.3001 11.6359 17.2499 11.6359 17.8357 12.2217C18.4215 12.8075 18.4215 13.7572 17.8357 14.343Z"
|
|
1801
|
-
}
|
|
1802
|
-
),
|
|
1803
|
-
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1804
|
-
"path",
|
|
1805
|
-
{
|
|
1806
|
-
fill: stroke || color || "currentColor",
|
|
1807
|
-
d: "M7.75937 16.2446C6.00846 14.4937 5.56592 11.9298 6.43174 9.768L8.41315 10.912C8.02527 12.1931 8.33767 13.6409 9.35036 14.6536C10.0828 15.386 11.0406 15.7519 12.002 15.7519C13.6589 15.7519 15.002 17.0951 15.002 18.7519V19.5019H12.752V18.7519C12.752 18.3377 12.4162 18.0019 12.002 18.0019C10.4682 18.0019 8.93073 17.4159 7.75937 16.2446Z"
|
|
1808
|
-
}
|
|
1809
|
-
),
|
|
1810
|
-
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1811
|
-
"path",
|
|
1812
|
-
{
|
|
1813
|
-
fill: stroke || color || "currentColor",
|
|
1814
|
-
d: "M24.002 19.502L22.0681 18.535C22.1807 18.3612 22.2895 18.1835 22.3943 18.002C22.6697 17.5251 22.9086 17.0371 23.1119 16.5413C25.3552 11.0706 23.2646 4.64805 18.002 1.6097C12.2625 -1.70401 4.92341 0.262492 1.6097 6.002C-0.319115 9.34281 -0.458958 13.2256 0.892935 16.541C1.1756 17.2342 1.52349 17.9026 1.93387 18.5361L0.00203299 19.502V24.002H11.7707C11.9176 24.0047 12.0644 24.0047 12.211 24.002H24.002V19.502ZM20.1797 17.3117L18.8122 19.4227L21.752 20.8926V21.752H12.1903L12.1696 21.7524C12.0506 21.7546 11.9313 21.7546 11.812 21.7524L11.7914 21.752H2.25203V20.8926L5.1898 19.4237L3.82224 17.3127C1.89069 14.3312 1.66503 10.4062 3.55826 7.127C6.25064 2.46365 12.2136 0.865868 16.877 3.55826C21.5404 6.25064 23.1381 12.2136 20.4458 16.877C20.3602 17.0252 20.2715 17.1701 20.1797 17.3117Z",
|
|
1815
|
-
fillRule: "evenodd",
|
|
1816
|
-
clipRule: "evenodd"
|
|
1817
|
-
}
|
|
1818
|
-
)
|
|
1819
|
-
] }), PageError_default = IconPageError;
|
|
1773
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
1820
1774
|
|
|
1821
1775
|
// src/components/Pencil.tsx
|
|
1822
|
-
var
|
|
1776
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1823
1777
|
"path",
|
|
1824
1778
|
{
|
|
1825
1779
|
fill: stroke || color || "currentColor",
|
|
@@ -1830,7 +1784,7 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconPencil = ({ size, w
|
|
|
1830
1784
|
) }), Pencil_default = IconPencil;
|
|
1831
1785
|
|
|
1832
1786
|
// src/components/Pick.tsx
|
|
1833
|
-
var
|
|
1787
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1834
1788
|
"path",
|
|
1835
1789
|
{
|
|
1836
1790
|
fill: stroke || color || "currentColor",
|
|
@@ -1841,22 +1795,22 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconPick = ({ size, wid
|
|
|
1841
1795
|
) }), Pick_default = IconPick;
|
|
1842
1796
|
|
|
1843
1797
|
// src/components/PickedFilled.tsx
|
|
1844
|
-
var
|
|
1798
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
1845
1799
|
|
|
1846
1800
|
// src/components/PlanFilled.tsx
|
|
1847
|
-
var
|
|
1848
|
-
/* @__PURE__ */ (0,
|
|
1801
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1802
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1849
1803
|
"path",
|
|
1850
1804
|
{
|
|
1851
1805
|
fill: fill || color || "currentColor",
|
|
1852
1806
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1853
1807
|
}
|
|
1854
1808
|
) }),
|
|
1855
|
-
/* @__PURE__ */ (0,
|
|
1809
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1856
1810
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1857
1811
|
|
|
1858
1812
|
// src/components/PlayFilled.tsx
|
|
1859
|
-
var
|
|
1813
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1860
1814
|
"path",
|
|
1861
1815
|
{
|
|
1862
1816
|
fill: fill || color || "currentColor",
|
|
@@ -1865,8 +1819,8 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconPlayFilled = ({ siz
|
|
|
1865
1819
|
) }), PlayFilled_default = IconPlayFilled;
|
|
1866
1820
|
|
|
1867
1821
|
// src/components/Previouscene.tsx
|
|
1868
|
-
var
|
|
1869
|
-
/* @__PURE__ */ (0,
|
|
1822
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1870
1824
|
"rect",
|
|
1871
1825
|
{
|
|
1872
1826
|
width: "22.5",
|
|
@@ -1878,7 +1832,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1878
1832
|
strokeWidth: "1.5"
|
|
1879
1833
|
}
|
|
1880
1834
|
),
|
|
1881
|
-
/* @__PURE__ */ (0,
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1882
1836
|
"path",
|
|
1883
1837
|
{
|
|
1884
1838
|
fill: stroke || color || "currentColor",
|
|
@@ -1888,7 +1842,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1888
1842
|
] }), Previouscene_default = IconPreviouscene;
|
|
1889
1843
|
|
|
1890
1844
|
// src/components/ProblemNoticeFilled.tsx
|
|
1891
|
-
var
|
|
1845
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1892
1846
|
"path",
|
|
1893
1847
|
{
|
|
1894
1848
|
fill: fill || color || "currentColor",
|
|
@@ -1899,10 +1853,10 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconProblemNoticeFilled
|
|
|
1899
1853
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1900
1854
|
|
|
1901
1855
|
// src/components/Problem.tsx
|
|
1902
|
-
var
|
|
1903
|
-
/* @__PURE__ */ (0,
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
1905
|
-
/* @__PURE__ */ (0,
|
|
1856
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1858
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1906
1860
|
"path",
|
|
1907
1861
|
{
|
|
1908
1862
|
fill: stroke || color || "currentColor",
|
|
@@ -1914,7 +1868,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
1914
1868
|
] }), Problem_default = IconProblem;
|
|
1915
1869
|
|
|
1916
1870
|
// src/components/Ratio169.tsx
|
|
1917
|
-
var
|
|
1871
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1918
1872
|
"path",
|
|
1919
1873
|
{
|
|
1920
1874
|
fill: stroke || color || "currentColor",
|
|
@@ -1923,15 +1877,15 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio169 = ({ size,
|
|
|
1923
1877
|
) }), Ratio169_default = IconRatio169;
|
|
1924
1878
|
|
|
1925
1879
|
// src/components/Ratio11.tsx
|
|
1926
|
-
var
|
|
1927
|
-
/* @__PURE__ */ (0,
|
|
1880
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1881
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1928
1882
|
"path",
|
|
1929
1883
|
{
|
|
1930
1884
|
fill: stroke || color || "currentColor",
|
|
1931
1885
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
1932
1886
|
}
|
|
1933
1887
|
) }),
|
|
1934
|
-
/* @__PURE__ */ (0,
|
|
1888
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1935
1889
|
"rect",
|
|
1936
1890
|
{
|
|
1937
1891
|
width: "24",
|
|
@@ -1943,15 +1897,15 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
1943
1897
|
] }), Ratio11_default = IconRatio11;
|
|
1944
1898
|
|
|
1945
1899
|
// src/components/Ratio916.tsx
|
|
1946
|
-
var
|
|
1947
|
-
/* @__PURE__ */ (0,
|
|
1900
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1901
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1948
1902
|
"path",
|
|
1949
1903
|
{
|
|
1950
1904
|
fill: stroke || color || "currentColor",
|
|
1951
1905
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
1952
1906
|
}
|
|
1953
1907
|
) }),
|
|
1954
|
-
/* @__PURE__ */ (0,
|
|
1908
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1955
1909
|
"rect",
|
|
1956
1910
|
{
|
|
1957
1911
|
width: "24",
|
|
@@ -1963,15 +1917,15 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconRatio916 = ({ size,
|
|
|
1963
1917
|
] }), Ratio916_default = IconRatio916;
|
|
1964
1918
|
|
|
1965
1919
|
// src/components/Ratio.tsx
|
|
1966
|
-
var
|
|
1967
|
-
/* @__PURE__ */ (0,
|
|
1920
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1921
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1968
1922
|
"path",
|
|
1969
1923
|
{
|
|
1970
1924
|
fill: stroke || color || "currentColor",
|
|
1971
1925
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1972
1926
|
}
|
|
1973
1927
|
),
|
|
1974
|
-
/* @__PURE__ */ (0,
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1975
1929
|
"path",
|
|
1976
1930
|
{
|
|
1977
1931
|
fill: stroke || color || "currentColor",
|
|
@@ -1981,7 +1935,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconRatio = ({ size, wi
|
|
|
1981
1935
|
] }), Ratio_default = IconRatio;
|
|
1982
1936
|
|
|
1983
1937
|
// src/components/ReEdit.tsx
|
|
1984
|
-
var
|
|
1938
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1985
1939
|
"path",
|
|
1986
1940
|
{
|
|
1987
1941
|
fill: stroke || color || "currentColor",
|
|
@@ -1992,7 +1946,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconReEdit = ({ size, w
|
|
|
1992
1946
|
) }), ReEdit_default = IconReEdit;
|
|
1993
1947
|
|
|
1994
1948
|
// src/components/Regenerate.tsx
|
|
1995
|
-
var
|
|
1949
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1996
1950
|
"path",
|
|
1997
1951
|
{
|
|
1998
1952
|
fill: stroke || color || "currentColor",
|
|
@@ -2003,7 +1957,7 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconRegenerate = ({ siz
|
|
|
2003
1957
|
) }), Regenerate_default = IconRegenerate;
|
|
2004
1958
|
|
|
2005
1959
|
// src/components/SceneNext.tsx
|
|
2006
|
-
var
|
|
1960
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2007
1961
|
"path",
|
|
2008
1962
|
{
|
|
2009
1963
|
fill: stroke || color || "currentColor",
|
|
@@ -2012,19 +1966,19 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconSceneNext = ({ size
|
|
|
2012
1966
|
) }), SceneNext_default = IconSceneNext;
|
|
2013
1967
|
|
|
2014
1968
|
// src/components/Scriptmode.tsx
|
|
2015
|
-
var
|
|
2016
|
-
/* @__PURE__ */ (0,
|
|
2017
|
-
/* @__PURE__ */ (0,
|
|
2018
|
-
/* @__PURE__ */ (0,
|
|
2019
|
-
/* @__PURE__ */ (0,
|
|
2020
|
-
/* @__PURE__ */ (0,
|
|
2021
|
-
/* @__PURE__ */ (0,
|
|
2022
|
-
/* @__PURE__ */ (0,
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
1969
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
1972
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
1974
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
1975
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2024
1978
|
] }), Scriptmode_default = IconScriptmode;
|
|
2025
1979
|
|
|
2026
1980
|
// src/components/ShareFilled.tsx
|
|
2027
|
-
var
|
|
1981
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2028
1982
|
"path",
|
|
2029
1983
|
{
|
|
2030
1984
|
fill: fill || color || "currentColor",
|
|
@@ -2033,7 +1987,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconShareFilled = ({ si
|
|
|
2033
1987
|
) }), ShareFilled_default = IconShareFilled;
|
|
2034
1988
|
|
|
2035
1989
|
// src/components/Share.tsx
|
|
2036
|
-
var
|
|
1990
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2037
1991
|
"path",
|
|
2038
1992
|
{
|
|
2039
1993
|
fill: stroke || color || "currentColor",
|
|
@@ -2044,7 +1998,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconShare = ({ size, wi
|
|
|
2044
1998
|
) }), Share_default = IconShare;
|
|
2045
1999
|
|
|
2046
2000
|
// src/components/SocialX.tsx
|
|
2047
|
-
var
|
|
2001
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2048
2002
|
"path",
|
|
2049
2003
|
{
|
|
2050
2004
|
fill: fill || color || "currentColor",
|
|
@@ -2053,7 +2007,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
2053
2007
|
) }), SocialX_default = IconSocialX;
|
|
2054
2008
|
|
|
2055
2009
|
// src/components/SocialDiscord.tsx
|
|
2056
|
-
var
|
|
2010
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2057
2011
|
"path",
|
|
2058
2012
|
{
|
|
2059
2013
|
fill: fill || color || "currentColor",
|
|
@@ -2062,8 +2016,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
2062
2016
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2063
2017
|
|
|
2064
2018
|
// src/components/SoundOff.tsx
|
|
2065
|
-
var
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2019
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2020
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2067
2021
|
"path",
|
|
2068
2022
|
{
|
|
2069
2023
|
fill: stroke || color || "currentColor",
|
|
@@ -2072,7 +2026,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2072
2026
|
clipRule: "evenodd"
|
|
2073
2027
|
}
|
|
2074
2028
|
),
|
|
2075
|
-
/* @__PURE__ */ (0,
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2076
2030
|
"path",
|
|
2077
2031
|
{
|
|
2078
2032
|
fill: stroke || color || "currentColor",
|
|
@@ -2082,8 +2036,8 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2082
2036
|
] }), SoundOff_default = IconSoundOff;
|
|
2083
2037
|
|
|
2084
2038
|
// src/components/SoundOn.tsx
|
|
2085
|
-
var
|
|
2086
|
-
/* @__PURE__ */ (0,
|
|
2039
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2040
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2087
2041
|
"path",
|
|
2088
2042
|
{
|
|
2089
2043
|
fill: stroke || color || "currentColor",
|
|
@@ -2092,14 +2046,14 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2092
2046
|
clipRule: "evenodd"
|
|
2093
2047
|
}
|
|
2094
2048
|
),
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2096
2050
|
"path",
|
|
2097
2051
|
{
|
|
2098
2052
|
fill: stroke || color || "currentColor",
|
|
2099
2053
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
2100
2054
|
}
|
|
2101
2055
|
),
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2103
2057
|
"path",
|
|
2104
2058
|
{
|
|
2105
2059
|
fill: stroke || color || "currentColor",
|
|
@@ -2109,7 +2063,7 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2109
2063
|
] }), SoundOn_default = IconSoundOn;
|
|
2110
2064
|
|
|
2111
2065
|
// src/components/Storyboard.tsx
|
|
2112
|
-
var
|
|
2066
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2113
2067
|
"path",
|
|
2114
2068
|
{
|
|
2115
2069
|
fill: stroke || color || "currentColor",
|
|
@@ -2120,24 +2074,24 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
2120
2074
|
) }), Storyboard_default = IconStoryboard;
|
|
2121
2075
|
|
|
2122
2076
|
// src/components/StyleAutoFilled.tsx
|
|
2123
|
-
var
|
|
2124
|
-
/* @__PURE__ */ (0,
|
|
2077
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2078
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2125
2079
|
"path",
|
|
2126
2080
|
{
|
|
2127
2081
|
fill: fill || color || "currentColor",
|
|
2128
2082
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
2129
2083
|
}
|
|
2130
2084
|
),
|
|
2131
|
-
/* @__PURE__ */ (0,
|
|
2085
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2132
2086
|
"path",
|
|
2133
2087
|
{
|
|
2134
2088
|
fill: fill || color || "currentColor",
|
|
2135
2089
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2136
2090
|
}
|
|
2137
2091
|
),
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2139
|
-
/* @__PURE__ */ (0,
|
|
2140
|
-
/* @__PURE__ */ (0,
|
|
2092
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2094
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2141
2095
|
"path",
|
|
2142
2096
|
{
|
|
2143
2097
|
fill: fill || color || "currentColor",
|
|
@@ -2147,43 +2101,43 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
2147
2101
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2148
2102
|
|
|
2149
2103
|
// src/components/Style.tsx
|
|
2150
|
-
var
|
|
2151
|
-
/* @__PURE__ */ (0,
|
|
2104
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2152
2106
|
"path",
|
|
2153
2107
|
{
|
|
2154
2108
|
fill: stroke || color || "currentColor",
|
|
2155
2109
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
2156
2110
|
}
|
|
2157
2111
|
),
|
|
2158
|
-
/* @__PURE__ */ (0,
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2159
2113
|
"path",
|
|
2160
2114
|
{
|
|
2161
2115
|
fill: stroke || color || "currentColor",
|
|
2162
2116
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
2163
2117
|
}
|
|
2164
2118
|
),
|
|
2165
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2166
2120
|
"path",
|
|
2167
2121
|
{
|
|
2168
2122
|
fill: stroke || color || "currentColor",
|
|
2169
2123
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
2170
2124
|
}
|
|
2171
2125
|
),
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2173
2127
|
"path",
|
|
2174
2128
|
{
|
|
2175
2129
|
fill: stroke || color || "currentColor",
|
|
2176
2130
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
2177
2131
|
}
|
|
2178
2132
|
),
|
|
2179
|
-
/* @__PURE__ */ (0,
|
|
2133
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2180
2134
|
"path",
|
|
2181
2135
|
{
|
|
2182
2136
|
fill: stroke || color || "currentColor",
|
|
2183
2137
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
2184
2138
|
}
|
|
2185
2139
|
),
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2140
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2187
2141
|
"path",
|
|
2188
2142
|
{
|
|
2189
2143
|
fill: stroke || color || "currentColor",
|
|
@@ -2194,31 +2148,20 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
2194
2148
|
)
|
|
2195
2149
|
] }), Style_default = IconStyle;
|
|
2196
2150
|
|
|
2197
|
-
// src/components/SwitchOnFilled1.tsx
|
|
2198
|
-
var import_jsx_runtime103 = require("react/jsx-runtime"), IconSwitchOnFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2199
|
-
"path",
|
|
2200
|
-
{
|
|
2201
|
-
fill: fill || color || "currentColor",
|
|
2202
|
-
d: "M7.5 4.5C3.35786 4.5 0 7.85786 0 12C0 16.1421 3.35786 19.5 7.5 19.5H16.5C20.6421 19.5 24 16.1421 24 12C24 7.85786 20.6421 4.5 16.5 4.5H7.5ZM7.5 7.5C5.01472 7.5 3 9.51472 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.51472 9.98528 7.5 7.5 7.5Z",
|
|
2203
|
-
fillRule: "evenodd",
|
|
2204
|
-
clipRule: "evenodd"
|
|
2205
|
-
}
|
|
2206
|
-
) }), SwitchOnFilled1_default = IconSwitchOnFilled1;
|
|
2207
|
-
|
|
2208
2151
|
// src/components/SwitchOnFilled.tsx
|
|
2209
|
-
var
|
|
2152
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2210
2153
|
"path",
|
|
2211
2154
|
{
|
|
2212
2155
|
fill: fill || color || "currentColor",
|
|
2213
|
-
d: "
|
|
2156
|
+
d: "M7.5 4.5C3.35786 4.5 0 7.85786 0 12C0 16.1421 3.35786 19.5 7.5 19.5H16.5C20.6421 19.5 24 16.1421 24 12C24 7.85786 20.6421 4.5 16.5 4.5H7.5ZM7.5 7.5C5.01472 7.5 3 9.51472 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.51472 9.98528 7.5 7.5 7.5Z",
|
|
2214
2157
|
fillRule: "evenodd",
|
|
2215
2158
|
clipRule: "evenodd"
|
|
2216
2159
|
}
|
|
2217
2160
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2218
2161
|
|
|
2219
2162
|
// src/components/Target.tsx
|
|
2220
|
-
var
|
|
2221
|
-
/* @__PURE__ */ (0,
|
|
2163
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2164
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2222
2165
|
"path",
|
|
2223
2166
|
{
|
|
2224
2167
|
fill: stroke || color || "currentColor",
|
|
@@ -2227,7 +2170,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2227
2170
|
clipRule: "evenodd"
|
|
2228
2171
|
}
|
|
2229
2172
|
),
|
|
2230
|
-
/* @__PURE__ */ (0,
|
|
2173
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2231
2174
|
"path",
|
|
2232
2175
|
{
|
|
2233
2176
|
fill: stroke || color || "currentColor",
|
|
@@ -2239,61 +2182,61 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2239
2182
|
] }), Target_default = IconTarget;
|
|
2240
2183
|
|
|
2241
2184
|
// src/components/TextLogo.tsx
|
|
2242
|
-
var
|
|
2243
|
-
/* @__PURE__ */ (0,
|
|
2185
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2244
2187
|
"path",
|
|
2245
2188
|
{
|
|
2246
2189
|
fill: fill || color || "currentColor",
|
|
2247
|
-
d: "M42.
|
|
2190
|
+
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
2248
2191
|
}
|
|
2249
2192
|
),
|
|
2250
|
-
/* @__PURE__ */ (0,
|
|
2193
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2251
2194
|
"path",
|
|
2252
2195
|
{
|
|
2253
2196
|
fill: fill || color || "currentColor",
|
|
2254
|
-
d: "M89.3535 5.
|
|
2197
|
+
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
2255
2198
|
}
|
|
2256
2199
|
),
|
|
2257
|
-
/* @__PURE__ */ (0,
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2258
2201
|
"path",
|
|
2259
2202
|
{
|
|
2260
2203
|
fill: fill || color || "currentColor",
|
|
2261
|
-
d: "M59.1199 19.3272C59.1199 11.741 63.
|
|
2204
|
+
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
2262
2205
|
}
|
|
2263
2206
|
),
|
|
2264
|
-
/* @__PURE__ */ (0,
|
|
2207
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2265
2208
|
"path",
|
|
2266
2209
|
{
|
|
2267
2210
|
fill: fill || color || "currentColor",
|
|
2268
|
-
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.
|
|
2211
|
+
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
2269
2212
|
}
|
|
2270
2213
|
),
|
|
2271
|
-
/* @__PURE__ */ (0,
|
|
2214
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2272
2215
|
"path",
|
|
2273
2216
|
{
|
|
2274
2217
|
fill: fill || color || "currentColor",
|
|
2275
|
-
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.
|
|
2218
|
+
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
2276
2219
|
}
|
|
2277
2220
|
),
|
|
2278
|
-
/* @__PURE__ */ (0,
|
|
2221
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2279
2222
|
"path",
|
|
2280
2223
|
{
|
|
2281
2224
|
fill: fill || color || "currentColor",
|
|
2282
|
-
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.
|
|
2225
|
+
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.05517 29.5348 7.48064L13.9664 39.5492C13.8326 39.825 13.5532 40 13.247 40L6.77145 39.9999C6.3041 39.9999 5.9944 39.5147 6.19077 39.0902L9.87052 31.1352C9.98507 30.8875 9.98903 30.6028 9.8814 30.3521L0.0526688 7.45377C-0.128799 7.031 0.180945 6.56029 0.640611 6.56029H7.87257C8.19884 6.56029 8.49242 6.75867 8.61443 7.06158L13.9677 20.3519C14.1249 20.7422 14.6717 20.756 14.8483 20.3742L21.0237 7.02432C21.1547 6.74124 21.4379 6.56006 21.7496 6.56006H28.9593Z"
|
|
2283
2226
|
}
|
|
2284
2227
|
)
|
|
2285
2228
|
] }), TextLogo_default = IconTextLogo;
|
|
2286
2229
|
|
|
2287
2230
|
// src/components/ToolsFilled.tsx
|
|
2288
|
-
var
|
|
2289
|
-
/* @__PURE__ */ (0,
|
|
2231
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2290
2233
|
"path",
|
|
2291
2234
|
{
|
|
2292
2235
|
fill: fill || color || "currentColor",
|
|
2293
2236
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2294
2237
|
}
|
|
2295
2238
|
),
|
|
2296
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2297
2240
|
"path",
|
|
2298
2241
|
{
|
|
2299
2242
|
fill: fill || color || "currentColor",
|
|
@@ -2303,7 +2246,7 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
2303
2246
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2304
2247
|
|
|
2305
2248
|
// src/components/Tools.tsx
|
|
2306
|
-
var
|
|
2249
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2307
2250
|
"path",
|
|
2308
2251
|
{
|
|
2309
2252
|
stroke: stroke || color || "currentColor",
|
|
@@ -2313,7 +2256,7 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
2313
2256
|
) }), Tools_default = IconTools;
|
|
2314
2257
|
|
|
2315
2258
|
// src/components/Uploadfiles.tsx
|
|
2316
|
-
var
|
|
2259
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2317
2260
|
"path",
|
|
2318
2261
|
{
|
|
2319
2262
|
fill: stroke || color || "currentColor",
|
|
@@ -2322,7 +2265,7 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
2322
2265
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2323
2266
|
|
|
2324
2267
|
// src/components/Userfeedback.tsx
|
|
2325
|
-
var
|
|
2268
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2326
2269
|
"path",
|
|
2327
2270
|
{
|
|
2328
2271
|
fill: stroke || color || "currentColor",
|
|
@@ -2333,22 +2276,22 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
2333
2276
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2334
2277
|
|
|
2335
2278
|
// src/components/VideoGeneration.tsx
|
|
2336
|
-
var
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2279
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2280
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2338
2281
|
"path",
|
|
2339
2282
|
{
|
|
2340
2283
|
fill: stroke || color || "currentColor",
|
|
2341
2284
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
2342
2285
|
}
|
|
2343
2286
|
),
|
|
2344
|
-
/* @__PURE__ */ (0,
|
|
2287
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2345
2288
|
"path",
|
|
2346
2289
|
{
|
|
2347
2290
|
fill: stroke || color || "currentColor",
|
|
2348
2291
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
2349
2292
|
}
|
|
2350
2293
|
),
|
|
2351
|
-
/* @__PURE__ */ (0,
|
|
2294
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2352
2295
|
"path",
|
|
2353
2296
|
{
|
|
2354
2297
|
fill: stroke || color || "currentColor",
|
|
@@ -2360,9 +2303,9 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
2360
2303
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2361
2304
|
|
|
2362
2305
|
// src/components/VideoLength.tsx
|
|
2363
|
-
var
|
|
2364
|
-
/* @__PURE__ */ (0,
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2306
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2366
2309
|
"path",
|
|
2367
2310
|
{
|
|
2368
2311
|
fill: stroke || color || "currentColor",
|
|
@@ -2374,8 +2317,8 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
2374
2317
|
] }), VideoLength_default = IconVideoLength;
|
|
2375
2318
|
|
|
2376
2319
|
// src/components/Videogenerate.tsx
|
|
2377
|
-
var
|
|
2378
|
-
/* @__PURE__ */ (0,
|
|
2320
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2321
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2379
2322
|
"path",
|
|
2380
2323
|
{
|
|
2381
2324
|
fill: stroke || color || "currentColor",
|
|
@@ -2384,7 +2327,7 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2384
2327
|
clipRule: "evenodd"
|
|
2385
2328
|
}
|
|
2386
2329
|
),
|
|
2387
|
-
/* @__PURE__ */ (0,
|
|
2330
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2388
2331
|
"path",
|
|
2389
2332
|
{
|
|
2390
2333
|
fill: stroke || color || "currentColor",
|
|
@@ -2396,19 +2339,19 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2396
2339
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2397
2340
|
|
|
2398
2341
|
// src/components/Visualstyles.tsx
|
|
2399
|
-
var
|
|
2342
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2400
2343
|
"path",
|
|
2401
2344
|
{
|
|
2402
2345
|
fill: stroke || color || "currentColor",
|
|
2403
|
-
d: "M17.8393 10.3393L22.
|
|
2346
|
+
d: "M17.8393 10.3393L22.704 6.32058C23.5248 5.64257 24 4.63358 24 3.56901C24 1.5979 22.4021 0 20.431 0C19.3664 0 18.3574 0.47523 17.6794 1.29597L13.6607 6.16072L13.1319 5.63193C12.4071 4.90716 11.4242 4.49999 10.3992 4.49999C9.4951 4.49999 8.61963 4.81696 7.92509 5.39574L0 12L12 24L18.6042 16.0749C19.183 15.3803 19.5 14.5049 19.5 13.6008C19.5 12.5758 19.0928 11.5928 18.368 10.868L17.8393 10.3393ZM16.2411 8.7411L15.2589 7.75891L19.4141 2.72895C19.6647 2.42563 20.0376 2.25 20.431 2.25C21.1595 2.25 21.75 2.84054 21.75 3.56901C21.75 3.96245 21.5744 4.33535 21.271 4.58592L16.2411 8.7411ZM3.33317 12.1512L6.457 9.54799L14.452 17.543L11.8488 20.6668L3.33317 12.1512ZM15.8983 15.8073L8.19263 8.10163L9.3655 7.12424C9.65568 6.88242 10.0215 6.74999 10.3992 6.74999C10.8274 6.74999 11.2381 6.92011 11.5409 7.22291L16.7771 12.459C17.0799 12.7618 17.25 13.1725 17.25 13.6008C17.25 13.9785 17.1175 14.3443 16.8757 14.6345L15.8983 15.8073Z",
|
|
2404
2347
|
fillRule: "evenodd",
|
|
2405
2348
|
clipRule: "evenodd"
|
|
2406
2349
|
}
|
|
2407
2350
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2408
2351
|
|
|
2409
2352
|
// src/components/Volume.tsx
|
|
2410
|
-
var
|
|
2411
|
-
/* @__PURE__ */ (0,
|
|
2353
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2354
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2412
2355
|
"path",
|
|
2413
2356
|
{
|
|
2414
2357
|
fill: stroke || color || "currentColor",
|
|
@@ -2417,14 +2360,14 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2417
2360
|
clipRule: "evenodd"
|
|
2418
2361
|
}
|
|
2419
2362
|
),
|
|
2420
|
-
/* @__PURE__ */ (0,
|
|
2363
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2421
2364
|
"path",
|
|
2422
2365
|
{
|
|
2423
2366
|
fill: stroke || color || "currentColor",
|
|
2424
2367
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
2425
2368
|
}
|
|
2426
2369
|
),
|
|
2427
|
-
/* @__PURE__ */ (0,
|
|
2370
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2428
2371
|
"path",
|
|
2429
2372
|
{
|
|
2430
2373
|
fill: stroke || color || "currentColor",
|