@karrotmarket/react-multicolor-icon 1.20.0 → 1.22.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/lib/IconDaangnHouse.cjs +69 -0
- package/lib/IconDaangnHouse.d.ts +11 -0
- package/lib/IconDaangnHouse.js +48 -0
- package/lib/IconExclamationmarkTriangle.cjs +58 -0
- package/lib/IconExclamationmarkTriangle.d.ts +11 -0
- package/lib/IconExclamationmarkTriangle.js +37 -0
- package/lib/IconGlasses.cjs +69 -0
- package/lib/IconGlasses.d.ts +11 -0
- package/lib/IconGlasses.js +48 -0
- package/lib/IconSquareline2Vertical.cjs +76 -0
- package/lib/IconSquareline2Vertical.d.ts +11 -0
- package/lib/IconSquareline2Vertical.js +55 -0
- package/lib/index.cjs +813 -629
- package/lib/index.d.ts +4 -0
- package/lib/index.js +142 -134
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -1249,7 +1249,7 @@ var require_react_development = __commonJS({
|
|
|
1249
1249
|
}
|
|
1250
1250
|
return lazyType;
|
|
1251
1251
|
}
|
|
1252
|
-
function
|
|
1252
|
+
function forwardRef97(render) {
|
|
1253
1253
|
{
|
|
1254
1254
|
if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
|
|
1255
1255
|
error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
|
|
@@ -2147,7 +2147,7 @@ var require_react_development = __commonJS({
|
|
|
2147
2147
|
exports.createElement = createElement$1;
|
|
2148
2148
|
exports.createFactory = createFactory;
|
|
2149
2149
|
exports.createRef = createRef;
|
|
2150
|
-
exports.forwardRef =
|
|
2150
|
+
exports.forwardRef = forwardRef97;
|
|
2151
2151
|
exports.isValidElement = isValidElement;
|
|
2152
2152
|
exports.lazy = lazy;
|
|
2153
2153
|
exports.memo = memo;
|
|
@@ -3097,11 +3097,11 @@ var require_react_jsx_runtime_development = __commonJS({
|
|
|
3097
3097
|
return jsxWithValidation(type, props, key, false);
|
|
3098
3098
|
}
|
|
3099
3099
|
}
|
|
3100
|
-
var
|
|
3101
|
-
var
|
|
3100
|
+
var jsx97 = jsxWithValidationDynamic;
|
|
3101
|
+
var jsxs97 = jsxWithValidationStatic;
|
|
3102
3102
|
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
3103
|
-
exports.jsx =
|
|
3104
|
-
exports.jsxs =
|
|
3103
|
+
exports.jsx = jsx97;
|
|
3104
|
+
exports.jsxs = jsxs97;
|
|
3105
3105
|
})();
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
@@ -3147,6 +3147,7 @@ __export(src_exports, {
|
|
|
3147
3147
|
IconCupHeatwave: () => IconCupHeatwave_default,
|
|
3148
3148
|
IconCupTakeout: () => IconCupTakeout_default,
|
|
3149
3149
|
IconCupcake: () => IconCupcake_default,
|
|
3150
|
+
IconDaangnHouse: () => IconDaangnHouse_default,
|
|
3150
3151
|
IconDiamond: () => IconDiamond_default,
|
|
3151
3152
|
IconDocumentSeal: () => IconDocumentSeal_default,
|
|
3152
3153
|
IconDomePillar3: () => IconDomePillar3_default,
|
|
@@ -3154,6 +3155,7 @@ __export(src_exports, {
|
|
|
3154
3155
|
IconDuckLeftside: () => IconDuckLeftside_default,
|
|
3155
3156
|
IconDumbbell: () => IconDumbbell_default,
|
|
3156
3157
|
IconEnvelope: () => IconEnvelope_default,
|
|
3158
|
+
IconExclamationmarkTriangle: () => IconExclamationmarkTriangle_default,
|
|
3157
3159
|
IconEyebrow: () => IconEyebrow_default,
|
|
3158
3160
|
IconFaceLaughingCircle: () => IconFaceLaughingCircle_default,
|
|
3159
3161
|
IconFaceSmileCircle: () => IconFaceSmileCircle_default,
|
|
@@ -3165,6 +3167,7 @@ __export(src_exports, {
|
|
|
3165
3167
|
IconFraction_1NUppercase: () => IconFraction_1NUppercase_default,
|
|
3166
3168
|
IconGamepad: () => IconGamepad_default,
|
|
3167
3169
|
IconGift: () => IconGift_default,
|
|
3170
|
+
IconGlasses: () => IconGlasses_default,
|
|
3168
3171
|
IconGridDot5: () => IconGridDot5_default,
|
|
3169
3172
|
IconHandDrop: () => IconHandDrop_default,
|
|
3170
3173
|
IconHorizlineViewfinder: () => IconHorizlineViewfinder_default,
|
|
@@ -3197,6 +3200,7 @@ __export(src_exports, {
|
|
|
3197
3200
|
IconSparkle2: () => IconSparkle2_default,
|
|
3198
3201
|
IconSparkleArrowUp: () => IconSparkleArrowUp_default,
|
|
3199
3202
|
IconSpraybottleSponge: () => IconSpraybottleSponge_default,
|
|
3203
|
+
IconSquareline2Vertical: () => IconSquareline2Vertical_default,
|
|
3200
3204
|
IconStarCalendar: () => IconStarCalendar_default,
|
|
3201
3205
|
IconTreasureChest: () => IconTreasureChest_default,
|
|
3202
3206
|
IconTree: () => IconTree_default,
|
|
@@ -4523,7 +4527,7 @@ var Icon25 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4523
4527
|
var IconCupcake = (0, import_react25.forwardRef)(Icon25);
|
|
4524
4528
|
var IconCupcake_default = IconCupcake;
|
|
4525
4529
|
|
|
4526
|
-
// src/
|
|
4530
|
+
// src/IconDaangnHouse.tsx
|
|
4527
4531
|
var import_react26 = __toESM(require_react(), 1);
|
|
4528
4532
|
var import_jsx_runtime26 = __toESM(require_jsx_runtime(), 1);
|
|
4529
4533
|
var Icon26 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
@@ -4541,19 +4545,65 @@ var Icon26 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4541
4545
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
4542
4546
|
"path",
|
|
4543
4547
|
{
|
|
4544
|
-
d: "
|
|
4545
|
-
fill: "#
|
|
4548
|
+
d: "M10.4189 1.87027C11.3721 1.21813 12.6279 1.21813 13.5811 1.87027L21.2812 7.13882C22.0439 7.66071 22.4999 8.52529 22.5 9.44937V20.0002C22.4999 21.6569 21.1568 23.0002 19.5 23.0002H4.5C2.8432 23.0002 1.50008 21.6569 1.5 20.0002V9.44937C1.50007 8.52529 1.95615 7.66071 2.71875 7.13882L10.4189 1.87027Z",
|
|
4549
|
+
fill: "#FF6F0F"
|
|
4546
4550
|
}
|
|
4547
4551
|
),
|
|
4548
4552
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("g", { children: [
|
|
4549
4553
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
4554
|
+
"path",
|
|
4555
|
+
{
|
|
4556
|
+
fillRule: "evenodd",
|
|
4557
|
+
clipRule: "evenodd",
|
|
4558
|
+
d: "M12.001 11.4998C14.2109 11.4998 16.0008 13.2499 16.001 15.4598C16.001 18.4955 12.0284 20.1146 12.001 20.1297C12.011 20.1397 8.00098 18.5098 8.00098 15.4598C8.00111 13.2499 9.79106 11.4998 12.001 11.4998ZM12.001 14.0399C11.1711 14.0399 10.4914 14.7198 10.4912 15.5496C10.4912 16.3796 11.161 17.0604 12.001 17.0604C12.831 17.0604 13.5107 16.3796 13.5107 15.5496C13.5105 14.7198 12.8308 14.0399 12.001 14.0399Z",
|
|
4559
|
+
fill: "white"
|
|
4560
|
+
}
|
|
4561
|
+
),
|
|
4562
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
4563
|
+
"path",
|
|
4564
|
+
{
|
|
4565
|
+
d: "M12.9121 6.45001C13.8619 6.45025 14.6318 7.29011 14.502 8.3299C14.372 9.3199 13.5615 9.67021 12.5215 10.4002C12.1516 10.6602 11.9219 10.9401 11.9219 11.2C11.9219 11.2 10.8615 11.33 10.2715 11.16C9.54159 10.9499 8.99219 10.3095 8.99219 9.50958C8.99246 8.46975 9.97209 7.52998 11.2119 7.86993C11.3219 7.10007 11.9716 6.45017 12.9014 6.45001H12.9121Z",
|
|
4566
|
+
fill: "white"
|
|
4567
|
+
}
|
|
4568
|
+
)
|
|
4569
|
+
] })
|
|
4570
|
+
] })
|
|
4571
|
+
}
|
|
4572
|
+
);
|
|
4573
|
+
var IconDaangnHouse = (0, import_react26.forwardRef)(Icon26);
|
|
4574
|
+
var IconDaangnHouse_default = IconDaangnHouse;
|
|
4575
|
+
|
|
4576
|
+
// src/IconDiamond.tsx
|
|
4577
|
+
var import_react27 = __toESM(require_react(), 1);
|
|
4578
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime(), 1);
|
|
4579
|
+
var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4580
|
+
"svg",
|
|
4581
|
+
{
|
|
4582
|
+
viewBox: "0 0 24 24",
|
|
4583
|
+
fill: "none",
|
|
4584
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4585
|
+
"data-seed-icon": "true",
|
|
4586
|
+
width: size,
|
|
4587
|
+
height: size,
|
|
4588
|
+
ref,
|
|
4589
|
+
...props,
|
|
4590
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { children: [
|
|
4591
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4592
|
+
"path",
|
|
4593
|
+
{
|
|
4594
|
+
d: "M1.0632 11.5877C0.735195 11.2454 0.692576 10.7199 0.961142 10.3292L5.40398 3.86694C5.77709 3.32423 6.39347 3 7.05206 3H16.9479C17.6065 3 18.2229 3.32423 18.596 3.86694L23.0389 10.3292C23.3074 10.7199 23.2648 11.2454 22.9368 11.5877L12.722 22.2466C12.3283 22.6574 11.6717 22.6574 11.278 22.2466L1.0632 11.5877Z",
|
|
4595
|
+
fill: "#97BAFF"
|
|
4596
|
+
}
|
|
4597
|
+
),
|
|
4598
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { children: [
|
|
4599
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4550
4600
|
"path",
|
|
4551
4601
|
{
|
|
4552
4602
|
d: "M12 22.5547C11.7376 22.5547 11.4751 22.4522 11.2783 22.2471L1.06348 11.5879C0.905251 11.4228 0.814503 11.2147 0.791992 11H12V22.5547Z",
|
|
4553
4603
|
fill: "#7B9EFF"
|
|
4554
4604
|
}
|
|
4555
4605
|
),
|
|
4556
|
-
/* @__PURE__ */ (0,
|
|
4606
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4557
4607
|
"path",
|
|
4558
4608
|
{
|
|
4559
4609
|
d: "M16.9482 3C17.6067 3.0001 18.2226 3.32456 18.5957 3.86719L23.0391 10.3291C23.1781 10.5313 23.2322 10.7696 23.208 11H12V3H16.9482Z",
|
|
@@ -4561,26 +4611,26 @@ var Icon26 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4561
4611
|
}
|
|
4562
4612
|
)
|
|
4563
4613
|
] }),
|
|
4564
|
-
/* @__PURE__ */ (0,
|
|
4565
|
-
/* @__PURE__ */ (0,
|
|
4614
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { children: [
|
|
4615
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4566
4616
|
"path",
|
|
4567
4617
|
{
|
|
4568
4618
|
d: "M23.208 11C23.1855 11.2147 23.0947 11.4228 22.9365 11.5879L12.7217 22.2471C12.5249 22.4522 12.2624 22.5547 12 22.5547V11H23.208Z",
|
|
4569
4619
|
fill: "#527BFF"
|
|
4570
4620
|
}
|
|
4571
4621
|
),
|
|
4572
|
-
/* @__PURE__ */ (0,
|
|
4622
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 11L7 3H17L12 11Z", fill: "#527BFF" })
|
|
4573
4623
|
] })
|
|
4574
4624
|
] })
|
|
4575
4625
|
}
|
|
4576
4626
|
);
|
|
4577
|
-
var IconDiamond = (0,
|
|
4627
|
+
var IconDiamond = (0, import_react27.forwardRef)(Icon27);
|
|
4578
4628
|
var IconDiamond_default = IconDiamond;
|
|
4579
4629
|
|
|
4580
4630
|
// src/IconDocumentSeal.tsx
|
|
4581
|
-
var
|
|
4582
|
-
var
|
|
4583
|
-
var
|
|
4631
|
+
var import_react28 = __toESM(require_react(), 1);
|
|
4632
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime(), 1);
|
|
4633
|
+
var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4584
4634
|
"svg",
|
|
4585
4635
|
{
|
|
4586
4636
|
viewBox: "0 0 24 24",
|
|
@@ -4591,30 +4641,30 @@ var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4591
4641
|
height: size,
|
|
4592
4642
|
ref,
|
|
4593
4643
|
...props,
|
|
4594
|
-
children: /* @__PURE__ */ (0,
|
|
4595
|
-
/* @__PURE__ */ (0,
|
|
4644
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { children: [
|
|
4645
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4596
4646
|
"path",
|
|
4597
4647
|
{
|
|
4598
4648
|
d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
|
|
4599
4649
|
fill: "#FFCB64"
|
|
4600
4650
|
}
|
|
4601
4651
|
),
|
|
4602
|
-
/* @__PURE__ */ (0,
|
|
4652
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4603
4653
|
"path",
|
|
4604
4654
|
{
|
|
4605
4655
|
d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
|
|
4606
4656
|
fill: "#CA7302"
|
|
4607
4657
|
}
|
|
4608
4658
|
),
|
|
4609
|
-
/* @__PURE__ */ (0,
|
|
4610
|
-
/* @__PURE__ */ (0,
|
|
4659
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { children: [
|
|
4660
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4611
4661
|
"path",
|
|
4612
4662
|
{
|
|
4613
4663
|
d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
|
|
4614
4664
|
fill: "white"
|
|
4615
4665
|
}
|
|
4616
4666
|
),
|
|
4617
|
-
/* @__PURE__ */ (0,
|
|
4667
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4618
4668
|
"path",
|
|
4619
4669
|
{
|
|
4620
4670
|
d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
|
|
@@ -4625,13 +4675,13 @@ var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4625
4675
|
] })
|
|
4626
4676
|
}
|
|
4627
4677
|
);
|
|
4628
|
-
var IconDocumentSeal = (0,
|
|
4678
|
+
var IconDocumentSeal = (0, import_react28.forwardRef)(Icon28);
|
|
4629
4679
|
var IconDocumentSeal_default = IconDocumentSeal;
|
|
4630
4680
|
|
|
4631
4681
|
// src/IconDomePillar3.tsx
|
|
4632
|
-
var
|
|
4633
|
-
var
|
|
4634
|
-
var
|
|
4682
|
+
var import_react29 = __toESM(require_react(), 1);
|
|
4683
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime(), 1);
|
|
4684
|
+
var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
4635
4685
|
"svg",
|
|
4636
4686
|
{
|
|
4637
4687
|
viewBox: "0 0 24 24",
|
|
@@ -4642,21 +4692,21 @@ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4642
4692
|
height: size,
|
|
4643
4693
|
ref,
|
|
4644
4694
|
...props,
|
|
4645
|
-
children: /* @__PURE__ */ (0,
|
|
4646
|
-
/* @__PURE__ */ (0,
|
|
4647
|
-
/* @__PURE__ */ (0,
|
|
4648
|
-
/* @__PURE__ */ (0,
|
|
4649
|
-
/* @__PURE__ */ (0,
|
|
4695
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
|
|
4696
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
|
|
4697
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M7 20.5H4V10.5H7V20.5Z", fill: "#667387" }),
|
|
4698
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M13.5 20.5H10.5V10.5H13.5V20.5Z", fill: "#667387" }),
|
|
4699
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M20 20.5H17V10.5H20V20.5Z", fill: "#667387" })
|
|
4650
4700
|
] }),
|
|
4651
|
-
/* @__PURE__ */ (0,
|
|
4652
|
-
/* @__PURE__ */ (0,
|
|
4701
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
|
|
4702
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
4653
4703
|
"path",
|
|
4654
4704
|
{
|
|
4655
4705
|
d: "M22 19.5C22.5523 19.5 23 19.9477 23 20.5V21.5C23 22.0523 22.5523 22.5 22 22.5H2C1.44772 22.5 1 22.0523 1 21.5V20.5C1 19.9477 1.44772 19.5 2 19.5H22Z",
|
|
4656
4706
|
fill: "#8998AF"
|
|
4657
4707
|
}
|
|
4658
4708
|
),
|
|
4659
|
-
/* @__PURE__ */ (0,
|
|
4709
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
4660
4710
|
"path",
|
|
4661
4711
|
{
|
|
4662
4712
|
d: "M12 1.5C16.283 1.5 19.8648 4.4923 20.7744 8.5H22C22.5523 8.5 23 8.94772 23 9.5V10.5C23 11.0523 22.5523 11.5 22 11.5H2C1.44772 11.5 1 11.0523 1 10.5V9.5C1 8.94772 1.44772 8.5 2 8.5H3.22559C4.13525 4.4923 7.71702 1.5 12 1.5Z",
|
|
@@ -4667,13 +4717,13 @@ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4667
4717
|
] })
|
|
4668
4718
|
}
|
|
4669
4719
|
);
|
|
4670
|
-
var IconDomePillar3 = (0,
|
|
4720
|
+
var IconDomePillar3 = (0, import_react29.forwardRef)(Icon29);
|
|
4671
4721
|
var IconDomePillar3_default = IconDomePillar3;
|
|
4672
4722
|
|
|
4673
4723
|
// src/IconDonut.tsx
|
|
4674
|
-
var
|
|
4675
|
-
var
|
|
4676
|
-
var
|
|
4724
|
+
var import_react30 = __toESM(require_react(), 1);
|
|
4725
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
|
|
4726
|
+
var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
4677
4727
|
"svg",
|
|
4678
4728
|
{
|
|
4679
4729
|
viewBox: "0 0 24 24",
|
|
@@ -4684,15 +4734,15 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4684
4734
|
height: size,
|
|
4685
4735
|
ref,
|
|
4686
4736
|
...props,
|
|
4687
|
-
children: /* @__PURE__ */ (0,
|
|
4688
|
-
/* @__PURE__ */ (0,
|
|
4737
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { children: [
|
|
4738
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
4689
4739
|
"path",
|
|
4690
4740
|
{
|
|
4691
4741
|
d: "M12 1C5.92 1 1 5.92 1 12C1 18.08 5.92 23 12 23C18.08 23 23 18.08 23 12C23 5.92 18.07 1 12 1ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16Z",
|
|
4692
4742
|
fill: "#C9AF8D"
|
|
4693
4743
|
}
|
|
4694
4744
|
),
|
|
4695
|
-
/* @__PURE__ */ (0,
|
|
4745
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
4696
4746
|
"path",
|
|
4697
4747
|
{
|
|
4698
4748
|
d: "M12 1C5.92 1 1 5.92 1 12C1 13.47 1.29 14.87 1.82 16.15C2.82 16.04 3.91 16.07 5.02 16.4C8.71 17.5 7.74 20.79 12.62 20.8C17.5 20.8 18.03 17.5 20.52 16.4C21 16.19 21.6 16.06 22.25 15.99C22.73 14.75 23 13.4 23 12C23 5.92 18.09 1.01 12.01 1.01L12 1ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16Z",
|
|
@@ -4702,13 +4752,13 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4702
4752
|
] })
|
|
4703
4753
|
}
|
|
4704
4754
|
);
|
|
4705
|
-
var IconDonut = (0,
|
|
4755
|
+
var IconDonut = (0, import_react30.forwardRef)(Icon30);
|
|
4706
4756
|
var IconDonut_default = IconDonut;
|
|
4707
4757
|
|
|
4708
4758
|
// src/IconDuckLeftside.tsx
|
|
4709
|
-
var
|
|
4710
|
-
var
|
|
4711
|
-
var
|
|
4759
|
+
var import_react31 = __toESM(require_react(), 1);
|
|
4760
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime(), 1);
|
|
4761
|
+
var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
4712
4762
|
"svg",
|
|
4713
4763
|
{
|
|
4714
4764
|
viewBox: "0 0 24 24",
|
|
@@ -4719,15 +4769,15 @@ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4719
4769
|
height: size,
|
|
4720
4770
|
ref,
|
|
4721
4771
|
...props,
|
|
4722
|
-
children: /* @__PURE__ */ (0,
|
|
4723
|
-
/* @__PURE__ */ (0,
|
|
4772
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { children: [
|
|
4773
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
4724
4774
|
"path",
|
|
4725
4775
|
{
|
|
4726
4776
|
d: "M9.91211 1.6804C10.7041 1.72842 11.472 1.94445 12.168 2.30443C12.8879 2.66441 13.4882 3.1678 13.9922 3.79173C14.4961 4.41566 14.8563 5.11173 15.0723 5.87962C15.2882 6.62356 15.3358 7.41582 15.2158 8.20775C15.0958 8.99962 14.8083 9.74384 14.4004 10.4158C16.0321 9.98374 17.496 9.09603 18.6719 7.89622C18.7439 7.80022 18.8644 7.72826 18.9844 7.72826C19.1043 7.7283 19.2244 7.75203 19.3203 7.82396H19.3438C20.3037 8.59196 21.096 9.55199 21.624 10.656C22.176 11.7599 22.4404 12.9838 22.4404 14.2077C22.4404 18.5516 19.1522 21.7919 14.7363 22.3201C7.38631 23.1819 4.50232 19.5536 4.48828 19.5359C3.81631 18.8639 3.33627 18.024 3.07227 17.112C2.80831 16.2002 2.7841 15.2403 3 14.3044C3.28799 12.9845 4.05619 11.8083 5.16016 11.0163C4.53616 10.2723 4.12755 9.38398 3.93555 8.44798C3.35971 8.18398 2.8556 7.77553 2.47168 7.29564C2.08783 6.79175 1.80022 6.23979 1.65625 5.61595V5.37572C1.68028 5.27987 1.72842 5.20784 1.77637 5.1599C1.8243 5.08813 1.89596 5.04035 1.96777 5.01634C2.03977 4.99234 2.13601 4.99193 2.20801 4.99193L4.27246 5.1599C4.56045 4.44003 5.01591 3.79189 5.5918 3.23997C6.16776 2.71201 6.84004 2.28035 7.58398 2.01634C8.32798 1.75234 9.12011 1.6324 9.91211 1.6804Z",
|
|
4727
4777
|
fill: "#FFCB64"
|
|
4728
4778
|
}
|
|
4729
4779
|
),
|
|
4730
|
-
/* @__PURE__ */ (0,
|
|
4780
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
4731
4781
|
"path",
|
|
4732
4782
|
{
|
|
4733
4783
|
d: "M8.23237 8.13601C7.99237 8.13601 7.75237 8.06401 7.53637 7.92001C7.32037 7.77601 7.17637 7.58401 7.08037 7.36801C6.98437 7.15201 6.96038 6.88801 7.00838 6.64801C7.05638 6.40801 7.17637 6.19201 7.34437 6.00001C7.51237 5.83201 7.72838 5.71201 7.96838 5.66401C8.20838 5.61601 8.44838 5.64001 8.68838 5.73601C8.90438 5.83201 9.12037 6.00001 9.24038 6.19201C9.38438 6.40801 9.45638 6.64801 9.45638 6.88801C9.45638 7.22401 9.33638 7.53601 9.09638 7.75201C8.85638 7.99201 8.54437 8.11201 8.23237 8.11201V8.13601Z",
|
|
@@ -4737,13 +4787,13 @@ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4737
4787
|
] })
|
|
4738
4788
|
}
|
|
4739
4789
|
);
|
|
4740
|
-
var IconDuckLeftside = (0,
|
|
4790
|
+
var IconDuckLeftside = (0, import_react31.forwardRef)(Icon31);
|
|
4741
4791
|
var IconDuckLeftside_default = IconDuckLeftside;
|
|
4742
4792
|
|
|
4743
4793
|
// src/IconDumbbell.tsx
|
|
4744
|
-
var
|
|
4745
|
-
var
|
|
4746
|
-
var
|
|
4794
|
+
var import_react32 = __toESM(require_react(), 1);
|
|
4795
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime(), 1);
|
|
4796
|
+
var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
4747
4797
|
"svg",
|
|
4748
4798
|
{
|
|
4749
4799
|
viewBox: "0 0 24 24",
|
|
@@ -4754,23 +4804,23 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4754
4804
|
height: size,
|
|
4755
4805
|
ref,
|
|
4756
4806
|
...props,
|
|
4757
|
-
children: /* @__PURE__ */ (0,
|
|
4758
|
-
/* @__PURE__ */ (0,
|
|
4807
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
|
|
4808
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
4759
4809
|
"path",
|
|
4760
4810
|
{
|
|
4761
4811
|
d: "M7.10408 13.7295C6.73223 14.1015 6.73223 14.7047 7.10408 15.0767L8.92892 16.9024C9.30077 17.2744 9.90366 17.2744 10.2755 16.9024L16.8939 10.281C17.2658 9.90898 17.2658 9.30583 16.8939 8.93381L15.0691 7.10817C14.6973 6.73616 14.0944 6.73616 13.7225 7.10817L7.10408 13.7295Z",
|
|
4762
4812
|
fill: "#1D7EDE"
|
|
4763
4813
|
}
|
|
4764
4814
|
),
|
|
4765
|
-
/* @__PURE__ */ (0,
|
|
4766
|
-
/* @__PURE__ */ (0,
|
|
4815
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
|
|
4816
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
4767
4817
|
"path",
|
|
4768
4818
|
{
|
|
4769
4819
|
d: "M15.8914 1.19388C15.515 0.956854 15.0247 1.0119 14.7103 1.32648L12.0814 3.95649C11.7675 4.27059 11.7123 4.75997 11.9484 5.13611L14.5002 9.20156C14.5764 9.32289 14.6789 9.42548 14.8002 9.50168L18.8639 12.0546C19.2402 12.291 19.7299 12.2358 20.0441 11.9215L22.6729 9.29146C22.9876 8.97668 23.0423 8.48596 22.8046 8.10964C21.0446 5.32253 18.6901 2.95643 15.8914 1.19388Z",
|
|
4770
4820
|
fill: "#3CBAF9"
|
|
4771
4821
|
}
|
|
4772
4822
|
),
|
|
4773
|
-
/* @__PURE__ */ (0,
|
|
4823
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
4774
4824
|
"path",
|
|
4775
4825
|
{
|
|
4776
4826
|
d: "M5.13539 11.9453C4.7591 11.7089 4.26933 11.7641 3.95516 12.0784L1.3263 14.7084C1.01166 15.0232 0.956988 15.5139 1.19463 15.8903C2.95466 18.6774 5.30915 21.0435 8.10784 22.806C8.48421 23.043 8.97452 22.988 9.28896 22.6734L11.9178 20.0434C12.2318 19.7293 12.287 19.2399 12.0509 18.8638L9.49906 14.7983C9.4229 14.677 9.32035 14.5744 9.19905 14.4982L5.13539 11.9453Z",
|
|
@@ -4781,13 +4831,13 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4781
4831
|
] })
|
|
4782
4832
|
}
|
|
4783
4833
|
);
|
|
4784
|
-
var IconDumbbell = (0,
|
|
4834
|
+
var IconDumbbell = (0, import_react32.forwardRef)(Icon32);
|
|
4785
4835
|
var IconDumbbell_default = IconDumbbell;
|
|
4786
4836
|
|
|
4787
4837
|
// src/IconEnvelope.tsx
|
|
4788
|
-
var
|
|
4789
|
-
var
|
|
4790
|
-
var
|
|
4838
|
+
var import_react33 = __toESM(require_react(), 1);
|
|
4839
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
|
|
4840
|
+
var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4791
4841
|
"svg",
|
|
4792
4842
|
{
|
|
4793
4843
|
viewBox: "0 0 24 24",
|
|
@@ -4798,15 +4848,15 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4798
4848
|
height: size,
|
|
4799
4849
|
ref,
|
|
4800
4850
|
...props,
|
|
4801
|
-
children: /* @__PURE__ */ (0,
|
|
4802
|
-
/* @__PURE__ */ (0,
|
|
4851
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { children: [
|
|
4852
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4803
4853
|
"path",
|
|
4804
4854
|
{
|
|
4805
4855
|
d: "M20.992 3H2.992C1.888 3 1 3.888 1 4.992V17.352C1 18.384 1.6 19.44 2.704 19.8C4.216 20.28 7.216 21 11.992 21C16.768 21 19.768 20.304 21.28 19.8C22.384 19.44 23.008 18.384 23.008 17.352V4.992C23.008 3.888 22.12 3 21.016 3H20.992Z",
|
|
4806
4856
|
fill: "#FFCB64"
|
|
4807
4857
|
}
|
|
4808
4858
|
),
|
|
4809
|
-
/* @__PURE__ */ (0,
|
|
4859
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4810
4860
|
"path",
|
|
4811
4861
|
{
|
|
4812
4862
|
d: "M20.992 3H2.992C1.936 3 1.096 3.816 1 4.824L1.984 5.664L10.792 13.56C11.128 13.848 11.56 14.016 11.992 14.016C12.424 14.016 12.856 13.848 13.192 13.56L22 5.64L22.984 4.752C22.864 3.768 22.024 3 21.016 3H20.992Z",
|
|
@@ -4816,13 +4866,48 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4816
4866
|
] })
|
|
4817
4867
|
}
|
|
4818
4868
|
);
|
|
4819
|
-
var IconEnvelope = (0,
|
|
4869
|
+
var IconEnvelope = (0, import_react33.forwardRef)(Icon33);
|
|
4820
4870
|
var IconEnvelope_default = IconEnvelope;
|
|
4821
4871
|
|
|
4872
|
+
// src/IconExclamationmarkTriangle.tsx
|
|
4873
|
+
var import_react34 = __toESM(require_react(), 1);
|
|
4874
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
|
|
4875
|
+
var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
4876
|
+
"svg",
|
|
4877
|
+
{
|
|
4878
|
+
viewBox: "0 0 24 24",
|
|
4879
|
+
fill: "none",
|
|
4880
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4881
|
+
"data-seed-icon": "true",
|
|
4882
|
+
width: size,
|
|
4883
|
+
height: size,
|
|
4884
|
+
ref,
|
|
4885
|
+
...props,
|
|
4886
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { children: [
|
|
4887
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
4888
|
+
"path",
|
|
4889
|
+
{
|
|
4890
|
+
d: "M9.40013 3.51618C10.5538 1.51084 13.4478 1.5106 14.6013 3.51618L22.6443 17.5045C23.794 19.5043 22.3504 21.9993 20.0437 21.9996H3.95775C1.65078 21.9996 0.207353 19.5044 1.35716 17.5045L9.40013 3.51618Z",
|
|
4891
|
+
fill: "#FFAA00"
|
|
4892
|
+
}
|
|
4893
|
+
),
|
|
4894
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
4895
|
+
"path",
|
|
4896
|
+
{
|
|
4897
|
+
d: "M12 16.0098C12.6873 16.0098 13.2499 16.5666 13.25 17.2598C13.25 17.953 12.6873 18.5098 12 18.5098C11.3127 18.5098 10.75 17.953 10.75 17.2598C10.7501 16.5666 11.3127 16.0098 12 16.0098ZM12 7.05762C12.5523 7.05762 13 7.50533 13 8.05762V13.2578C12.9998 13.8099 12.5522 14.2578 12 14.2578C11.4478 14.2578 11.0002 13.8099 11 13.2578V8.05762C11 7.50533 11.4477 7.05762 12 7.05762Z",
|
|
4898
|
+
fill: "#222B38"
|
|
4899
|
+
}
|
|
4900
|
+
)
|
|
4901
|
+
] })
|
|
4902
|
+
}
|
|
4903
|
+
);
|
|
4904
|
+
var IconExclamationmarkTriangle = (0, import_react34.forwardRef)(Icon34);
|
|
4905
|
+
var IconExclamationmarkTriangle_default = IconExclamationmarkTriangle;
|
|
4906
|
+
|
|
4822
4907
|
// src/IconEyebrow.tsx
|
|
4823
|
-
var
|
|
4824
|
-
var
|
|
4825
|
-
var
|
|
4908
|
+
var import_react35 = __toESM(require_react(), 1);
|
|
4909
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
|
|
4910
|
+
var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4826
4911
|
"svg",
|
|
4827
4912
|
{
|
|
4828
4913
|
viewBox: "0 0 24 24",
|
|
@@ -4833,15 +4918,15 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4833
4918
|
height: size,
|
|
4834
4919
|
ref,
|
|
4835
4920
|
...props,
|
|
4836
|
-
children: /* @__PURE__ */ (0,
|
|
4837
|
-
/* @__PURE__ */ (0,
|
|
4921
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
|
|
4922
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4838
4923
|
"path",
|
|
4839
4924
|
{
|
|
4840
4925
|
d: "M19.1428 11.4854C19.4272 11.0122 20.0416 10.8585 20.5149 11.1426C20.988 11.427 21.1416 12.0414 20.8576 12.5147C20.6726 12.8226 20.4631 13.1171 20.2346 13.3994C20.2558 13.4431 20.2842 13.4976 20.3264 13.5606C20.4398 13.7297 20.6088 13.9172 20.8186 14.0996C21.2643 14.4872 21.7366 14.717 21.9846 14.7607C22.5283 14.8566 22.8917 15.3753 22.7961 15.919C22.7002 16.4628 22.1808 16.8264 21.6369 16.7305C20.9004 16.6005 20.1046 16.1288 19.507 15.6094C19.2394 15.3767 18.9853 15.1077 18.7707 14.8174C18.2308 15.2314 17.6354 15.5944 16.9953 15.8994C16.9986 15.9325 17.0002 15.9661 17.0002 16C17.0002 16.2188 17.1336 16.6474 17.4572 17.1328C17.7732 17.6068 18.1542 17.9588 18.4475 18.1055C18.9413 18.3525 19.1416 18.9534 18.8947 19.4473C18.6478 19.9412 18.0469 20.1414 17.5529 19.8945C16.8463 19.5412 16.2272 18.8931 15.7932 18.2422C15.476 17.7665 15.1923 17.19 15.0676 16.6045C14.403 16.7805 13.7098 16.8998 12.9973 16.958C12.9979 16.972 13.0002 16.9859 13.0002 17V20C13.0002 20.5522 12.5524 20.9999 12.0002 21C11.4479 21 11.0002 20.5523 11.0002 20V17C11.0002 16.9859 11.0016 16.972 11.0022 16.958C10.2252 16.8945 9.47123 16.7577 8.75216 16.5547C8.63324 17.1572 8.34385 17.7531 8.01779 18.2422C7.58381 18.8931 6.96465 19.5412 6.25802 19.8945C5.76411 20.1413 5.16316 19.9411 4.91623 19.4473C4.66944 18.9534 4.86982 18.3525 5.36349 18.1055C5.65676 17.9588 6.03774 17.6067 6.35373 17.1328C6.67736 16.6474 6.81076 16.2188 6.81076 16C6.81076 15.9363 6.81694 15.8739 6.82834 15.8135C6.20759 15.5033 5.63078 15.1379 5.10861 14.7236C4.88151 15.0507 4.60029 15.3517 4.30392 15.6094C3.70641 16.1288 2.91061 16.6005 2.17404 16.7305C1.63029 16.8263 1.11094 16.4636 1.01486 15.9199C0.918957 15.376 1.2825 14.8567 1.82638 14.7607C2.0744 14.717 2.54666 14.4872 2.9924 14.0996C3.20217 13.9172 3.37118 13.7297 3.48459 13.5606C3.6038 13.3828 3.62528 13.2803 3.62716 13.2588C3.628 13.2493 3.629 13.2399 3.63009 13.2305C3.45371 13.0001 3.29101 12.7613 3.14279 12.5147C2.85868 12.0413 3.01234 11.427 3.48556 11.1426C3.95885 10.8586 4.57328 11.0122 4.85763 11.4854C6.06532 13.4944 8.7515 15 12.0002 15L12.3029 14.9961C15.4153 14.9058 17.973 13.4316 19.1428 11.4854Z",
|
|
4841
4926
|
fill: "#9E51E7"
|
|
4842
4927
|
}
|
|
4843
4928
|
),
|
|
4844
|
-
/* @__PURE__ */ (0,
|
|
4929
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4845
4930
|
"path",
|
|
4846
4931
|
{
|
|
4847
4932
|
d: "M2.71323 5.34791C2.59079 5.13193 2.64343 4.85769 2.85193 4.72289C5.19384 3.20869 10.0426 2.55287 14 2.99999C17.8906 3.43964 21.2866 6.31627 21.9459 8.7692C21.9689 8.85459 21.8736 8.91836 21.7986 8.87139C15.1862 4.72526 8.06311 6.65179 4.93951 8.26074C4.69285 8.38779 4.38858 8.30324 4.25175 8.06187L2.71323 5.34791Z",
|
|
@@ -4851,13 +4936,13 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4851
4936
|
] })
|
|
4852
4937
|
}
|
|
4853
4938
|
);
|
|
4854
|
-
var IconEyebrow = (0,
|
|
4939
|
+
var IconEyebrow = (0, import_react35.forwardRef)(Icon35);
|
|
4855
4940
|
var IconEyebrow_default = IconEyebrow;
|
|
4856
4941
|
|
|
4857
4942
|
// src/IconFaceLaughingCircle.tsx
|
|
4858
|
-
var
|
|
4859
|
-
var
|
|
4860
|
-
var
|
|
4943
|
+
var import_react36 = __toESM(require_react(), 1);
|
|
4944
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
|
|
4945
|
+
var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4861
4946
|
"svg",
|
|
4862
4947
|
{
|
|
4863
4948
|
viewBox: "0 0 24 24",
|
|
@@ -4868,30 +4953,30 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4868
4953
|
height: size,
|
|
4869
4954
|
ref,
|
|
4870
4955
|
...props,
|
|
4871
|
-
children: /* @__PURE__ */ (0,
|
|
4872
|
-
/* @__PURE__ */ (0,
|
|
4956
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
|
|
4957
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4873
4958
|
"path",
|
|
4874
4959
|
{
|
|
4875
4960
|
d: "M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1Z",
|
|
4876
4961
|
fill: "#FFCB64"
|
|
4877
4962
|
}
|
|
4878
4963
|
),
|
|
4879
|
-
/* @__PURE__ */ (0,
|
|
4964
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4880
4965
|
"path",
|
|
4881
4966
|
{
|
|
4882
4967
|
d: "M15.3952 13.2435C15.7288 13.2085 16.0578 13.3432 16.2712 13.6019C16.4845 13.8609 16.5539 14.2099 16.4558 14.5306C15.8798 16.4092 14.0822 17.7377 11.9997 17.7377C9.91758 17.7375 8.11963 16.4094 7.54366 14.5306C7.44564 14.2099 7.51501 13.8608 7.72823 13.6019C7.94161 13.3432 8.27068 13.2085 8.60421 13.2435L8.86495 13.2709C10.9492 13.4898 13.0512 13.49 15.1355 13.2709L15.3952 13.2435Z",
|
|
4883
4968
|
fill: "#E68507"
|
|
4884
4969
|
}
|
|
4885
4970
|
),
|
|
4886
|
-
/* @__PURE__ */ (0,
|
|
4887
|
-
/* @__PURE__ */ (0,
|
|
4971
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
|
|
4972
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4888
4973
|
"path",
|
|
4889
4974
|
{
|
|
4890
4975
|
d: "M6.81558 7.95154C7.06387 7.52094 7.61447 7.37317 8.04507 7.62146L10.421 8.99158C10.7401 9.17576 10.9154 9.53616 10.8625 9.90076C10.8093 10.2652 10.5391 10.5612 10.1808 10.6469L9.98159 10.6947C9.14216 10.8953 8.32394 11.178 7.54019 11.5394L7.50503 11.556C7.05379 11.7641 6.51898 11.5667 6.3107 11.1156C6.10257 10.6642 6.29977 10.1294 6.75112 9.92127L6.78726 9.90467C7.09433 9.76308 7.40619 9.63234 7.72183 9.51209L7.14566 9.18006C6.7152 8.93182 6.56756 8.38208 6.81558 7.95154Z",
|
|
4891
4976
|
fill: "#815A4F"
|
|
4892
4977
|
}
|
|
4893
4978
|
),
|
|
4894
|
-
/* @__PURE__ */ (0,
|
|
4979
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4895
4980
|
"path",
|
|
4896
4981
|
{
|
|
4897
4982
|
d: "M15.9543 7.62146C16.3848 7.37317 16.9354 7.52094 17.1837 7.95154C17.4318 8.38208 17.2841 8.93181 16.8537 9.18006L16.2775 9.51209C16.5931 9.63233 16.905 9.76309 17.2121 9.90467L17.2482 9.92127C17.6996 10.1294 17.8967 10.6642 17.6886 11.1156C17.4803 11.5667 16.9455 11.7641 16.4943 11.556L16.4591 11.5394C15.6754 11.178 14.8571 10.8953 14.0177 10.6947L13.8185 10.6469C13.4603 10.5611 13.19 10.2652 13.1369 9.90076C13.0839 9.53619 13.2593 9.17577 13.5783 8.99158L15.9543 7.62146Z",
|
|
@@ -4902,13 +4987,13 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4902
4987
|
] })
|
|
4903
4988
|
}
|
|
4904
4989
|
);
|
|
4905
|
-
var IconFaceLaughingCircle = (0,
|
|
4990
|
+
var IconFaceLaughingCircle = (0, import_react36.forwardRef)(Icon36);
|
|
4906
4991
|
var IconFaceLaughingCircle_default = IconFaceLaughingCircle;
|
|
4907
4992
|
|
|
4908
4993
|
// src/IconFaceSmileCircle.tsx
|
|
4909
|
-
var
|
|
4910
|
-
var
|
|
4911
|
-
var
|
|
4994
|
+
var import_react37 = __toESM(require_react(), 1);
|
|
4995
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
|
|
4996
|
+
var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4912
4997
|
"svg",
|
|
4913
4998
|
{
|
|
4914
4999
|
viewBox: "0 0 24 24",
|
|
@@ -4919,10 +5004,10 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4919
5004
|
height: size,
|
|
4920
5005
|
ref,
|
|
4921
5006
|
...props,
|
|
4922
|
-
children: /* @__PURE__ */ (0,
|
|
4923
|
-
/* @__PURE__ */ (0,
|
|
4924
|
-
/* @__PURE__ */ (0,
|
|
4925
|
-
/* @__PURE__ */ (0,
|
|
5007
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
|
|
5008
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: 12, cy: 12, r: 11, fill: "#FFCB64" }),
|
|
5009
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
|
|
5010
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4926
5011
|
"path",
|
|
4927
5012
|
{
|
|
4928
5013
|
fillRule: "evenodd",
|
|
@@ -4931,7 +5016,7 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4931
5016
|
fill: "#815A4F"
|
|
4932
5017
|
}
|
|
4933
5018
|
),
|
|
4934
|
-
/* @__PURE__ */ (0,
|
|
5019
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4935
5020
|
"path",
|
|
4936
5021
|
{
|
|
4937
5022
|
fillRule: "evenodd",
|
|
@@ -4941,7 +5026,7 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4941
5026
|
}
|
|
4942
5027
|
)
|
|
4943
5028
|
] }),
|
|
4944
|
-
/* @__PURE__ */ (0,
|
|
5029
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4945
5030
|
"path",
|
|
4946
5031
|
{
|
|
4947
5032
|
fillRule: "evenodd",
|
|
@@ -4953,13 +5038,13 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4953
5038
|
] })
|
|
4954
5039
|
}
|
|
4955
5040
|
);
|
|
4956
|
-
var IconFaceSmileCircle = (0,
|
|
5041
|
+
var IconFaceSmileCircle = (0, import_react37.forwardRef)(Icon37);
|
|
4957
5042
|
var IconFaceSmileCircle_default = IconFaceSmileCircle;
|
|
4958
5043
|
|
|
4959
5044
|
// src/IconFigureWalk.tsx
|
|
4960
|
-
var
|
|
4961
|
-
var
|
|
4962
|
-
var
|
|
5045
|
+
var import_react38 = __toESM(require_react(), 1);
|
|
5046
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
|
|
5047
|
+
var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4963
5048
|
"svg",
|
|
4964
5049
|
{
|
|
4965
5050
|
viewBox: "0 0 24 24",
|
|
@@ -4970,29 +5055,29 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4970
5055
|
height: size,
|
|
4971
5056
|
ref,
|
|
4972
5057
|
...props,
|
|
4973
|
-
children: /* @__PURE__ */ (0,
|
|
4974
|
-
/* @__PURE__ */ (0,
|
|
5058
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { children: [
|
|
5059
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4975
5060
|
"path",
|
|
4976
5061
|
{
|
|
4977
5062
|
d: "M12.5797 0.300049C11.0297 0.300049 9.76965 1.56005 9.76965 3.10005C9.76965 4.64005 11.0297 5.90005 12.5797 5.90005C14.1297 5.90005 15.3697 4.64005 15.3697 3.10005C15.3697 1.56005 14.1397 0.300049 12.5797 0.300049Z",
|
|
4978
5063
|
fill: "#3CBAF9"
|
|
4979
5064
|
}
|
|
4980
5065
|
),
|
|
4981
|
-
/* @__PURE__ */ (0,
|
|
5066
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4982
5067
|
"path",
|
|
4983
5068
|
{
|
|
4984
5069
|
d: "M17.1596 11.6099L17.0496 11.5899C16.9396 11.5699 16.7596 11.5199 16.5496 11.4399C16.1696 11.2999 15.7996 11.0899 15.4696 10.8499C14.1796 9.77994 13.3896 8.05994 13.3796 8.03994L12.9996 7.18994L11.6096 10.6199V10.7299C11.8696 12.5299 14.5096 14.0099 15.0296 14.2799C15.1396 14.3399 15.2496 14.3799 15.4196 14.4399C15.7496 14.5699 16.0896 14.6599 16.4096 14.7299C16.5396 14.7499 16.6396 14.7699 16.7196 14.7799L16.8896 14.7999C16.8896 14.7999 16.9696 14.7999 17.0196 14.7999C17.8496 14.7999 18.5496 14.1599 18.6096 13.3299C18.6796 12.4599 18.0296 11.6899 17.1696 11.6099H17.1596Z",
|
|
4985
5070
|
fill: "#1D7EDE"
|
|
4986
5071
|
}
|
|
4987
5072
|
),
|
|
4988
|
-
/* @__PURE__ */ (0,
|
|
5073
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4989
5074
|
"path",
|
|
4990
5075
|
{
|
|
4991
5076
|
d: "M12.1596 16.61L10.0296 12.78L8.90963 16.28L6.76963 21.65C6.45963 22.48 6.87963 23.4 7.70963 23.71C7.88963 23.78 8.07963 23.81 8.26963 23.81C8.91963 23.81 9.52963 23.41 9.76963 22.77L10.9396 19.64L12.1596 16.63V16.61Z",
|
|
4992
5077
|
fill: "#1D7EDE"
|
|
4993
5078
|
}
|
|
4994
5079
|
),
|
|
4995
|
-
/* @__PURE__ */ (0,
|
|
5080
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4996
5081
|
"path",
|
|
4997
5082
|
{
|
|
4998
5083
|
d: "M16.2696 21.64L13.6096 14.51V8.10997C13.5796 7.58997 13.2996 7.11997 12.8596 6.83997C12.5996 6.67997 12.3096 6.58997 12.0096 6.58997C11.1296 6.58997 10.5696 6.71997 10.1296 6.84997C9.26961 7.09997 8.57961 7.40997 7.56961 8.24997C6.48961 9.14997 5.67961 10.38 5.38961 11.15C5.22961 11.57 5.13961 11.92 5.08961 12.14C5.05961 12.27 5.03961 12.37 5.02961 12.45L5.00961 12.62C4.91961 13.54 5.46961 14.27 6.31961 14.35C7.12961 14.43 7.81961 13.95 8.06961 13.11C8.13961 12.88 8.23961 12.55 8.34961 12.34C8.74961 11.6 9.12961 11.21 9.40961 10.99V13.51C9.40961 14.55 9.74961 15.17 10.3096 16.2C10.6796 16.87 11.1296 17.7 11.6696 18.97L13.2496 22.75C13.4896 23.39 14.0996 23.79 14.7496 23.79C14.9296 23.79 15.1196 23.76 15.3096 23.69C15.7096 23.54 16.0296 23.24 16.2096 22.86C16.3896 22.48 16.3996 22.04 16.2496 21.64H16.2696Z",
|
|
@@ -5002,13 +5087,13 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5002
5087
|
] }) })
|
|
5003
5088
|
}
|
|
5004
5089
|
);
|
|
5005
|
-
var IconFigureWalk = (0,
|
|
5090
|
+
var IconFigureWalk = (0, import_react38.forwardRef)(Icon38);
|
|
5006
5091
|
var IconFigureWalk_default = IconFigureWalk;
|
|
5007
5092
|
|
|
5008
5093
|
// src/IconFishWave2.tsx
|
|
5009
|
-
var
|
|
5010
|
-
var
|
|
5011
|
-
var
|
|
5094
|
+
var import_react39 = __toESM(require_react(), 1);
|
|
5095
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
|
|
5096
|
+
var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5012
5097
|
"svg",
|
|
5013
5098
|
{
|
|
5014
5099
|
viewBox: "0 0 24 24",
|
|
@@ -5019,16 +5104,16 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5019
5104
|
height: size,
|
|
5020
5105
|
ref,
|
|
5021
5106
|
...props,
|
|
5022
|
-
children: /* @__PURE__ */ (0,
|
|
5023
|
-
/* @__PURE__ */ (0,
|
|
5107
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
|
|
5108
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5024
5109
|
"path",
|
|
5025
5110
|
{
|
|
5026
5111
|
d: "M8.12109 3.94409C9.02632 2.58634 10.8507 2.20096 12.2275 3.07691L16 5.5C16.8652 6.05068 17 6.47442 17 7.5V8C17.5 8.5 18 8.99976 19 8.99976C19.3103 8.99976 20.16 8.73034 21.1426 7.8562C21.7555 7.31092 22.9999 7.69215 23 8.51245V17.488C22.9996 18.308 21.8058 18.6535 21.2158 18.0837C20.36 17.2571 19.6063 16.9998 19 16.9998C17.0001 16.9998 16.4999 17.9998 15 18.9998C13.5018 19.9986 12.0036 20.9964 9.01074 20.9988C9.00781 20.9988 9.00488 20.9998 9.00195 20.9998L9.00098 20.9988L9 20.9998C4.58262 20.9987 1.00196 17.4174 1.00195 12.9998C1.00211 9.16789 3.6965 5.96586 7.29395 5.18335L8.12109 3.94409Z",
|
|
5027
5112
|
fill: "#FFAA00"
|
|
5028
5113
|
}
|
|
5029
5114
|
),
|
|
5030
|
-
/* @__PURE__ */ (0,
|
|
5031
|
-
/* @__PURE__ */ (0,
|
|
5115
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
|
|
5116
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5032
5117
|
"path",
|
|
5033
5118
|
{
|
|
5034
5119
|
fillRule: "evenodd",
|
|
@@ -5042,13 +5127,13 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5042
5127
|
] })
|
|
5043
5128
|
}
|
|
5044
5129
|
);
|
|
5045
|
-
var IconFishWave2 = (0,
|
|
5130
|
+
var IconFishWave2 = (0, import_react39.forwardRef)(Icon39);
|
|
5046
5131
|
var IconFishWave2_default = IconFishWave2;
|
|
5047
5132
|
|
|
5048
5133
|
// src/IconFlower.tsx
|
|
5049
|
-
var
|
|
5050
|
-
var
|
|
5051
|
-
var
|
|
5134
|
+
var import_react40 = __toESM(require_react(), 1);
|
|
5135
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
|
|
5136
|
+
var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5052
5137
|
"svg",
|
|
5053
5138
|
{
|
|
5054
5139
|
viewBox: "0 0 24 24",
|
|
@@ -5059,30 +5144,30 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5059
5144
|
height: size,
|
|
5060
5145
|
ref,
|
|
5061
5146
|
...props,
|
|
5062
|
-
children: /* @__PURE__ */ (0,
|
|
5063
|
-
/* @__PURE__ */ (0,
|
|
5147
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
|
|
5148
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5064
5149
|
"path",
|
|
5065
5150
|
{
|
|
5066
5151
|
d: "M12 1C14.1568 1 15.9371 2.60676 16.2119 4.68848C16.689 4.5031 17.2074 4.40039 17.75 4.40039C20.097 4.40039 21.9997 6.30243 22 8.64941C22 10.0109 21.359 11.2222 20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.6006 17.75 19.6006C17.2072 19.6006 16.6891 19.496 16.2119 19.3105C15.9375 21.3927 14.1571 23 12 23C9.84283 23 8.06149 21.3928 7.78711 19.3105C7.31013 19.4958 6.79245 19.6006 6.25 19.6006C3.90295 19.6006 2.00026 17.6976 2 15.3506C2 13.9894 2.64037 12.7778 3.63574 12C2.64049 11.2222 2.00015 10.0114 2 8.65039C2 6.30318 3.90279 4.40039 6.25 4.40039C6.79233 4.40039 7.31022 4.5033 7.78711 4.68848C8.06191 2.6067 9.84316 1 12 1Z",
|
|
5067
5152
|
fill: "#FFC2DB"
|
|
5068
5153
|
}
|
|
5069
5154
|
),
|
|
5070
|
-
/* @__PURE__ */ (0,
|
|
5071
|
-
/* @__PURE__ */ (0,
|
|
5155
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
|
|
5156
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5072
5157
|
"path",
|
|
5073
5158
|
{
|
|
5074
5159
|
d: "M7.78809 19.3115C7.31096 19.4969 6.79265 19.5996 6.25 19.5996C3.90295 19.5996 2.00026 17.6976 2 15.3506C2 13.9891 2.641 12.7778 3.63672 12H12L7.78809 19.3115Z",
|
|
5075
5160
|
fill: "#FFA6C4"
|
|
5076
5161
|
}
|
|
5077
5162
|
),
|
|
5078
|
-
/* @__PURE__ */ (0,
|
|
5163
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5079
5164
|
"path",
|
|
5080
5165
|
{
|
|
5081
5166
|
d: "M20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.5996 17.75 19.5996C17.2074 19.5996 16.689 19.4969 16.2119 19.3115L12 12H20.3633Z",
|
|
5082
5167
|
fill: "#FFA6C4"
|
|
5083
5168
|
}
|
|
5084
5169
|
),
|
|
5085
|
-
/* @__PURE__ */ (0,
|
|
5170
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5086
5171
|
"path",
|
|
5087
5172
|
{
|
|
5088
5173
|
d: "M12.001 1C14.1575 1.00024 15.937 2.60695 16.2119 4.68848L12 12L7.78809 4.6875C8.06334 2.60622 9.84449 1 12.001 1Z",
|
|
@@ -5090,7 +5175,7 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5090
5175
|
}
|
|
5091
5176
|
)
|
|
5092
5177
|
] }),
|
|
5093
|
-
/* @__PURE__ */ (0,
|
|
5178
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5094
5179
|
"path",
|
|
5095
5180
|
{
|
|
5096
5181
|
d: "M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z",
|
|
@@ -5100,13 +5185,13 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5100
5185
|
] })
|
|
5101
5186
|
}
|
|
5102
5187
|
);
|
|
5103
|
-
var IconFlower = (0,
|
|
5188
|
+
var IconFlower = (0, import_react40.forwardRef)(Icon40);
|
|
5104
5189
|
var IconFlower_default = IconFlower;
|
|
5105
5190
|
|
|
5106
5191
|
// src/IconForkSpoon.tsx
|
|
5107
|
-
var
|
|
5108
|
-
var
|
|
5109
|
-
var
|
|
5192
|
+
var import_react41 = __toESM(require_react(), 1);
|
|
5193
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
|
|
5194
|
+
var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5110
5195
|
"svg",
|
|
5111
5196
|
{
|
|
5112
5197
|
viewBox: "0 0 24 24",
|
|
@@ -5117,16 +5202,16 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5117
5202
|
height: size,
|
|
5118
5203
|
ref,
|
|
5119
5204
|
...props,
|
|
5120
|
-
children: /* @__PURE__ */ (0,
|
|
5121
|
-
/* @__PURE__ */ (0,
|
|
5122
|
-
/* @__PURE__ */ (0,
|
|
5205
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
|
|
5206
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
|
|
5207
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5123
5208
|
"path",
|
|
5124
5209
|
{
|
|
5125
5210
|
d: "M10.198 2.74567C9.57504 2.74567 9.06537 3.25534 9.06537 3.87828V8.4559C9.06537 8.87119 8.72558 9.21097 8.31029 9.21097C7.895 9.21097 7.55522 8.87119 7.55522 8.4559V3.87828C7.55522 3.25534 7.05499 2.74567 6.43205 2.74567C5.80912 2.74567 5.29945 3.25534 5.29945 3.87828V8.4559C5.29945 8.87119 4.95966 9.21097 4.54437 9.21097C4.12908 9.21097 3.7893 8.87119 3.7893 8.4559V3.87828C3.7893 3.25534 3.27963 2.74567 2.65669 2.74567C2.03376 2.74567 1.51465 3.24591 1.51465 3.87828V8.87119C1.51465 11.2214 2.99648 12.7032 4.79921 13.26V20.386C4.79921 21.2827 5.52597 22 6.41318 22C7.30039 22 8.02714 21.2732 8.02714 20.386V13.2695C9.83931 12.7221 11.3306 11.2402 11.3306 8.88063V3.87828C11.3306 3.25534 10.8209 2.74567 10.198 2.74567Z",
|
|
5126
5211
|
fill: "#FF7F29"
|
|
5127
5212
|
}
|
|
5128
5213
|
),
|
|
5129
|
-
/* @__PURE__ */ (0,
|
|
5214
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5130
5215
|
"path",
|
|
5131
5216
|
{
|
|
5132
5217
|
d: "M17.7664 2C15.4257 2 13.0472 3.63284 13.0472 6.73808V8.57856C13.0472 10.9665 14.4441 12.4766 16.1524 13.0524V20.3766C16.1524 21.2732 16.8792 21.9905 17.7664 21.9905C18.6536 21.9905 19.3804 21.2638 19.3804 20.3766V13.0524C21.0887 12.4766 22.4856 10.9665 22.4856 8.57856V6.73808C22.4856 3.6234 20.1071 2 17.7664 2Z",
|
|
@@ -5134,15 +5219,15 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5134
5219
|
}
|
|
5135
5220
|
)
|
|
5136
5221
|
] }),
|
|
5137
|
-
/* @__PURE__ */ (0,
|
|
5138
|
-
/* @__PURE__ */ (0,
|
|
5222
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
|
|
5223
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5139
5224
|
"path",
|
|
5140
5225
|
{
|
|
5141
5226
|
d: "M4.79919 20.3858V15.6699H8.02713V20.3858C8.02713 21.273 7.30037 21.9998 6.41316 21.9998C5.52595 21.9998 4.79919 21.2825 4.79919 20.3858Z",
|
|
5142
5227
|
fill: "#DE5D00"
|
|
5143
5228
|
}
|
|
5144
5229
|
),
|
|
5145
|
-
/* @__PURE__ */ (0,
|
|
5230
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5146
5231
|
"path",
|
|
5147
5232
|
{
|
|
5148
5233
|
d: "M16.1524 20.3763V15.6699H19.3803V20.3763C19.3803 21.2635 18.6536 21.9903 17.7664 21.9903C16.8792 21.9903 16.1524 21.273 16.1524 20.3763Z",
|
|
@@ -5153,13 +5238,13 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5153
5238
|
] })
|
|
5154
5239
|
}
|
|
5155
5240
|
);
|
|
5156
|
-
var IconForkSpoon = (0,
|
|
5241
|
+
var IconForkSpoon = (0, import_react41.forwardRef)(Icon41);
|
|
5157
5242
|
var IconForkSpoon_default = IconForkSpoon;
|
|
5158
5243
|
|
|
5159
5244
|
// src/IconForkSpoonBag.tsx
|
|
5160
|
-
var
|
|
5161
|
-
var
|
|
5162
|
-
var
|
|
5245
|
+
var import_react42 = __toESM(require_react(), 1);
|
|
5246
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
|
|
5247
|
+
var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5163
5248
|
"svg",
|
|
5164
5249
|
{
|
|
5165
5250
|
viewBox: "0 0 24 24",
|
|
@@ -5170,8 +5255,8 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5170
5255
|
height: size,
|
|
5171
5256
|
ref,
|
|
5172
5257
|
...props,
|
|
5173
|
-
children: /* @__PURE__ */ (0,
|
|
5174
|
-
/* @__PURE__ */ (0,
|
|
5258
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
|
|
5259
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5175
5260
|
"path",
|
|
5176
5261
|
{
|
|
5177
5262
|
fillRule: "evenodd",
|
|
@@ -5180,22 +5265,22 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5180
5265
|
fill: "#E98400"
|
|
5181
5266
|
}
|
|
5182
5267
|
),
|
|
5183
|
-
/* @__PURE__ */ (0,
|
|
5268
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5184
5269
|
"path",
|
|
5185
5270
|
{
|
|
5186
5271
|
d: "M4.4152 5.29999C3.90968 5.29999 3.49031 5.69104 3.45501 6.19531L2.50671 19.7424C2.3976 21.3011 3.63267 22.6257 5.19524 22.6257H18.8048C20.3673 22.6257 21.6024 21.3011 21.4933 19.7424L20.545 6.19531C20.5097 5.69104 20.0903 5.29999 19.5848 5.29999H4.4152Z",
|
|
5187
5272
|
fill: "#FFAA00"
|
|
5188
5273
|
}
|
|
5189
5274
|
),
|
|
5190
|
-
/* @__PURE__ */ (0,
|
|
5191
|
-
/* @__PURE__ */ (0,
|
|
5275
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
|
|
5276
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5192
5277
|
"path",
|
|
5193
5278
|
{
|
|
5194
5279
|
d: "M17.7106 12.0754C17.7106 11.354 17.4377 10.7516 16.9789 10.336C16.5337 9.93277 15.9602 9.74683 15.4106 9.74683C14.861 9.74683 14.2875 9.93277 13.8423 10.336C13.3835 10.7516 13.1106 11.354 13.1106 12.0754V13.0183C13.1106 13.7397 13.3835 14.342 13.8423 14.7576C14.0767 14.97 14.3467 15.1221 14.6301 15.2185V18.0468C14.6301 18.4887 14.9883 18.8468 15.4301 18.8468C15.872 18.8468 16.2301 18.4887 16.2301 18.0468V15.2048C16.4992 15.1079 16.7553 14.9602 16.9789 14.7576C17.4377 14.342 17.7106 13.7397 17.7106 13.0183V12.0754Z",
|
|
5195
5280
|
fill: "white"
|
|
5196
5281
|
}
|
|
5197
5282
|
),
|
|
5198
|
-
/* @__PURE__ */ (0,
|
|
5283
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5199
5284
|
"path",
|
|
5200
5285
|
{
|
|
5201
5286
|
d: "M7.72134 10.8466C7.72134 10.4048 7.36317 10.0466 6.92134 10.0466C6.47951 10.0466 6.12134 10.4048 6.12134 10.8466V12.5245C6.12134 14.0048 7.1503 15.0159 8.32056 15.3372V18.0466C8.32056 18.4885 8.67873 18.8466 9.12056 18.8466C9.56238 18.8466 9.92056 18.4885 9.92056 18.0466V15.3384C11.0903 15.0199 12.1213 14.0151 12.1213 12.5245V10.8466C12.1213 10.4048 11.7632 10.0466 11.3213 10.0466C10.8795 10.0466 10.5213 10.4048 10.5213 10.8466V12.5245C10.5213 12.9966 10.2788 13.3842 9.92056 13.6151V10.8466C9.92056 10.4048 9.56238 10.0466 9.12056 10.0466C8.67873 10.0466 8.32056 10.4048 8.32056 10.8466V13.6112C7.9636 13.3787 7.72134 12.9909 7.72134 12.5245V10.8466Z",
|
|
@@ -5206,13 +5291,13 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5206
5291
|
] })
|
|
5207
5292
|
}
|
|
5208
5293
|
);
|
|
5209
|
-
var IconForkSpoonBag = (0,
|
|
5294
|
+
var IconForkSpoonBag = (0, import_react42.forwardRef)(Icon42);
|
|
5210
5295
|
var IconForkSpoonBag_default = IconForkSpoonBag;
|
|
5211
5296
|
|
|
5212
5297
|
// src/IconFraction_1NUppercase.tsx
|
|
5213
|
-
var
|
|
5214
|
-
var
|
|
5215
|
-
var
|
|
5298
|
+
var import_react43 = __toESM(require_react(), 1);
|
|
5299
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
5300
|
+
var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5216
5301
|
"svg",
|
|
5217
5302
|
{
|
|
5218
5303
|
viewBox: "0 0 24 24",
|
|
@@ -5223,16 +5308,16 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5223
5308
|
height: size,
|
|
5224
5309
|
ref,
|
|
5225
5310
|
...props,
|
|
5226
|
-
children: /* @__PURE__ */ (0,
|
|
5227
|
-
/* @__PURE__ */ (0,
|
|
5228
|
-
/* @__PURE__ */ (0,
|
|
5311
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
|
|
5312
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
|
|
5313
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5229
5314
|
"path",
|
|
5230
5315
|
{
|
|
5231
5316
|
d: "M8.12007 3.3001C8.12007 2.86811 7.88788 2.46947 7.51214 2.25633C7.1364 2.04319 6.6751 2.04846 6.30432 2.27012L4.46432 3.37012C3.89548 3.71019 3.71002 4.447 4.05009 5.01585C4.39016 5.58469 5.12697 5.77014 5.69581 5.43008L5.72007 5.41558V9.8001C5.72007 10.4628 6.25732 11.0001 6.92007 11.0001C7.58281 11.0001 8.12007 10.4628 8.12007 9.8001V3.3001Z",
|
|
5232
5317
|
fill: "#126BE0"
|
|
5233
5318
|
}
|
|
5234
5319
|
),
|
|
5235
|
-
/* @__PURE__ */ (0,
|
|
5320
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5236
5321
|
"path",
|
|
5237
5322
|
{
|
|
5238
5323
|
d: "M16.4028 14.8094C16.0736 14.4334 15.5456 14.3008 15.0778 14.4767C14.6099 14.6526 14.3 15.1001 14.3 15.6V21.31C14.3 21.9727 14.8373 22.51 15.5 22.51C16.1628 22.51 16.7 21.9727 16.7 21.31V18.7919L19.5973 22.1005C19.9265 22.4765 20.4545 22.6091 20.9223 22.4332C21.3902 22.2573 21.7 21.8098 21.7 21.31V15.6C21.7 14.9372 21.1628 14.4 20.5 14.4C19.8373 14.4 19.3 14.9372 19.3 15.6V18.118L16.4028 14.8094Z",
|
|
@@ -5240,7 +5325,7 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5240
5325
|
}
|
|
5241
5326
|
)
|
|
5242
5327
|
] }),
|
|
5243
|
-
/* @__PURE__ */ (0,
|
|
5328
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5244
5329
|
"path",
|
|
5245
5330
|
{
|
|
5246
5331
|
fillRule: "evenodd",
|
|
@@ -5252,13 +5337,13 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5252
5337
|
] })
|
|
5253
5338
|
}
|
|
5254
5339
|
);
|
|
5255
|
-
var IconFraction_1NUppercase = (0,
|
|
5340
|
+
var IconFraction_1NUppercase = (0, import_react43.forwardRef)(Icon43);
|
|
5256
5341
|
var IconFraction_1NUppercase_default = IconFraction_1NUppercase;
|
|
5257
5342
|
|
|
5258
5343
|
// src/IconGamepad.tsx
|
|
5259
|
-
var
|
|
5260
|
-
var
|
|
5261
|
-
var
|
|
5344
|
+
var import_react44 = __toESM(require_react(), 1);
|
|
5345
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
|
|
5346
|
+
var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5262
5347
|
"svg",
|
|
5263
5348
|
{
|
|
5264
5349
|
viewBox: "0 0 24 24",
|
|
@@ -5269,37 +5354,37 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5269
5354
|
height: size,
|
|
5270
5355
|
ref,
|
|
5271
5356
|
...props,
|
|
5272
|
-
children: /* @__PURE__ */ (0,
|
|
5273
|
-
/* @__PURE__ */ (0,
|
|
5357
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
|
|
5358
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5274
5359
|
"path",
|
|
5275
5360
|
{
|
|
5276
5361
|
d: "M12.0791 7C11.5291 7 11.0791 6.55 11.0791 6V2C11.0791 1.45 11.5291 1 12.0791 1C12.6291 1 13.0791 1.45 13.0791 2V6C13.0791 6.55 12.6291 7 12.0791 7Z",
|
|
5277
5362
|
fill: "#70819C"
|
|
5278
5363
|
}
|
|
5279
5364
|
),
|
|
5280
|
-
/* @__PURE__ */ (0,
|
|
5365
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5281
5366
|
"path",
|
|
5282
5367
|
{
|
|
5283
5368
|
d: "M20.9911 8.02988C20.8311 7.39988 20.3811 6.89988 19.7911 6.64988C17.4811 5.67988 14.8211 5.12988 11.9911 5.12988C9.16109 5.12988 6.50109 5.68988 4.19109 6.64988C3.59109 6.89988 3.14109 7.39988 2.99109 8.02988L0.671093 17.3999C0.531093 17.9499 0.491093 18.5199 0.611093 19.0699C1.07109 21.0699 2.86109 22.5599 4.99109 22.5599C7.47109 22.5599 9.47109 20.5599 9.49109 18.0899H14.5011C14.5211 20.5599 16.5211 22.5599 19.0011 22.5599C21.1411 22.5599 22.9211 21.0699 23.3811 19.0699C23.5111 18.5199 23.4611 17.9399 23.3211 17.3999L21.0011 8.02988H20.9911Z",
|
|
5284
5369
|
fill: "#8998AF"
|
|
5285
5370
|
}
|
|
5286
5371
|
),
|
|
5287
|
-
/* @__PURE__ */ (0,
|
|
5288
|
-
/* @__PURE__ */ (0,
|
|
5372
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
|
|
5373
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5289
5374
|
"path",
|
|
5290
5375
|
{
|
|
5291
5376
|
d: "M8.29297 8.72949C8.73297 8.72949 9.09277 9.09027 9.09277 9.53027V10.9795H10.543C10.983 10.9795 11.3428 11.3403 11.3428 11.7803C11.3426 12.2201 10.9829 12.5801 10.543 12.5801H9.09277V14.0303C9.09261 14.4701 8.73287 14.8301 8.29297 14.8301C7.85316 14.83 7.49332 14.4701 7.49316 14.0303V12.5801H6.04297C5.60316 12.58 5.24332 12.2201 5.24316 11.7803C5.24316 11.3403 5.60306 10.9796 6.04297 10.9795H7.49316V9.53027C7.49316 9.09034 7.85306 8.7296 8.29297 8.72949Z",
|
|
5292
5377
|
fill: "white"
|
|
5293
5378
|
}
|
|
5294
5379
|
),
|
|
5295
|
-
/* @__PURE__ */ (0,
|
|
5380
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5296
5381
|
"path",
|
|
5297
5382
|
{
|
|
5298
5383
|
d: "M14.5869 12.0303C15.2769 12.0303 15.8369 12.5903 15.8369 13.2803C15.8368 13.9702 15.2768 14.5303 14.5869 14.5303C13.897 14.5303 13.337 13.9702 13.3369 13.2803C13.3369 12.5903 13.8969 12.0303 14.5869 12.0303Z",
|
|
5299
5384
|
fill: "white"
|
|
5300
5385
|
}
|
|
5301
5386
|
),
|
|
5302
|
-
/* @__PURE__ */ (0,
|
|
5387
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5303
5388
|
"path",
|
|
5304
5389
|
{
|
|
5305
5390
|
d: "M16.9932 9.03027C17.6832 9.03027 18.2432 9.59027 18.2432 10.2803C18.243 10.9702 17.6831 11.5303 16.9932 11.5303C16.3032 11.5303 15.7433 10.9702 15.7432 10.2803C15.7432 9.59027 16.3032 9.03027 16.9932 9.03027Z",
|
|
@@ -5310,13 +5395,13 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5310
5395
|
] })
|
|
5311
5396
|
}
|
|
5312
5397
|
);
|
|
5313
|
-
var IconGamepad = (0,
|
|
5398
|
+
var IconGamepad = (0, import_react44.forwardRef)(Icon44);
|
|
5314
5399
|
var IconGamepad_default = IconGamepad;
|
|
5315
5400
|
|
|
5316
5401
|
// src/IconGift.tsx
|
|
5317
|
-
var
|
|
5318
|
-
var
|
|
5319
|
-
var
|
|
5402
|
+
var import_react45 = __toESM(require_react(), 1);
|
|
5403
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
|
|
5404
|
+
var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5320
5405
|
"svg",
|
|
5321
5406
|
{
|
|
5322
5407
|
viewBox: "0 0 24 24",
|
|
@@ -5327,15 +5412,15 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5327
5412
|
height: size,
|
|
5328
5413
|
ref,
|
|
5329
5414
|
...props,
|
|
5330
|
-
children: /* @__PURE__ */ (0,
|
|
5331
|
-
/* @__PURE__ */ (0,
|
|
5415
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { children: [
|
|
5416
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5332
5417
|
"path",
|
|
5333
5418
|
{
|
|
5334
5419
|
d: "M8.8682 1.13477C8.39034 0.656905 7.61557 0.656897 7.1377 1.13476C6.65983 1.61261 6.65983 2.38738 7.13769 2.86525L9.27239 5H3.0197C1.90425 5 1 5.90425 1 7.0197V8.9803C1 9.91677 1.63736 10.7044 2.50195 10.933V12L2.50202 19.2315C2.50203 20.4361 3.27064 21.5521 4.47874 21.9023C9.57003 23.3781 14.5992 23.353 19.5365 21.9044C20.7401 21.5512 21.502 20.4373 21.5019 19.2383L21.5019 12V10.932C22.3645 10.7021 23 9.91539 23 8.9803V7.0197C23 5.90425 22.0957 5 20.9803 5H14.7334L16.8682 2.86527C17.3461 2.38741 17.3461 1.61264 16.8682 1.13477C16.3903 0.656905 15.6156 0.656897 15.1377 1.13476L12.0029 4.26952L8.8682 1.13477Z",
|
|
5335
5420
|
fill: "#FF6F0F"
|
|
5336
5421
|
}
|
|
5337
5422
|
),
|
|
5338
|
-
/* @__PURE__ */ (0,
|
|
5423
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5339
5424
|
"path",
|
|
5340
5425
|
{
|
|
5341
5426
|
d: "M15.1445 1.15243C15.6131 0.68411 16.3732 0.684213 16.8418 1.15243C17.3104 1.621 17.3102 2.38105 16.8418 2.84969L13 6.69149V11.0001H21.5V13.0001H13V23.0001H11V13.0001H2.5V11.0001H11V6.70125L7.14746 2.84969L7.06543 2.75887C6.68089 2.28754 6.70808 1.59181 7.14746 1.15243C7.58687 0.71321 8.28264 0.685874 8.75391 1.07039L8.84473 1.15243L11.9941 4.30282L15.1445 1.15243Z",
|
|
@@ -5345,13 +5430,59 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5345
5430
|
] })
|
|
5346
5431
|
}
|
|
5347
5432
|
);
|
|
5348
|
-
var IconGift = (0,
|
|
5433
|
+
var IconGift = (0, import_react45.forwardRef)(Icon45);
|
|
5349
5434
|
var IconGift_default = IconGift;
|
|
5350
5435
|
|
|
5436
|
+
// src/IconGlasses.tsx
|
|
5437
|
+
var import_react46 = __toESM(require_react(), 1);
|
|
5438
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
|
|
5439
|
+
var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5440
|
+
"svg",
|
|
5441
|
+
{
|
|
5442
|
+
viewBox: "0 0 24 24",
|
|
5443
|
+
fill: "none",
|
|
5444
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5445
|
+
"data-seed-icon": "true",
|
|
5446
|
+
width: size,
|
|
5447
|
+
height: size,
|
|
5448
|
+
ref,
|
|
5449
|
+
...props,
|
|
5450
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
|
|
5451
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
|
|
5452
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5453
|
+
"path",
|
|
5454
|
+
{
|
|
5455
|
+
d: "M7.9991 2.7998C8.66166 2.80002 9.19832 3.33739 9.19832 4C9.19832 4.66261 8.66166 5.19998 7.9991 5.2002C7.23501 5.20022 6.82213 5.46319 6.57234 5.71387C6.29607 5.99123 6.14857 6.32668 6.06648 6.55371L3.40242 14.9316C3.20144 15.5631 2.52612 15.9119 1.89461 15.7109C1.2635 15.5098 0.914605 14.8354 1.11531 14.2041L3.79012 5.79883L3.79598 5.77832L3.80281 5.75781C3.92627 5.41268 4.21905 4.67503 4.87215 4.01953C5.55704 3.33221 6.57576 2.79983 7.9991 2.7998Z",
|
|
5456
|
+
fill: "#126BE0"
|
|
5457
|
+
}
|
|
5458
|
+
),
|
|
5459
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5460
|
+
"path",
|
|
5461
|
+
{
|
|
5462
|
+
d: "M15.9991 2.7998C17.4224 2.79983 18.4412 3.33221 19.1261 4.01953C19.7792 4.67503 20.0719 5.41268 20.1954 5.75781L20.2022 5.77832L20.2081 5.79883L22.8829 14.2041C23.0836 14.8354 22.7347 15.5098 22.1036 15.7109C21.4721 15.9119 20.7968 15.5631 20.5958 14.9316L17.9317 6.55371C17.8496 6.32668 17.7021 5.99123 17.4259 5.71387C17.1761 5.46319 16.7632 5.20022 15.9991 5.2002C15.3365 5.19998 14.7999 4.66261 14.7999 4C14.7999 3.33739 15.3365 2.80002 15.9991 2.7998Z",
|
|
5463
|
+
fill: "#126BE0"
|
|
5464
|
+
}
|
|
5465
|
+
)
|
|
5466
|
+
] }),
|
|
5467
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5468
|
+
"path",
|
|
5469
|
+
{
|
|
5470
|
+
fillRule: "evenodd",
|
|
5471
|
+
clipRule: "evenodd",
|
|
5472
|
+
d: "M18.001 10.7998C20.8729 10.7998 23.2012 13.1281 23.2012 16C23.2012 18.8719 20.8729 21.2002 18.001 21.2002C15.1291 21.2002 12.8008 18.8719 12.8008 16C12.8008 15.5721 12.4486 15.2071 12.001 15.1992C11.5503 15.2071 11.2012 15.5672 11.2012 16C11.2012 18.8719 8.87286 21.2002 6.00098 21.2002C3.1291 21.2002 0.800781 18.8719 0.800781 16C0.800781 13.1281 3.1291 10.7998 6.00098 10.7998C7.85535 10.7998 9.4817 11.7714 10.4023 13.2324C10.8716 12.9608 11.4142 12.8021 11.9922 12.7979C11.998 12.7978 12.004 12.7978 12.0098 12.7979C12.5875 12.8021 13.1291 12.9616 13.5977 13.2334C14.5181 11.7715 16.1459 10.7998 18.001 10.7998ZM6.00098 13.2002C4.45458 13.2002 3.20117 14.4536 3.20117 16C3.20117 17.5464 4.45458 18.7998 6.00098 18.7998C7.54737 18.7998 8.80078 17.5464 8.80078 16C8.80078 14.4536 7.54737 13.2002 6.00098 13.2002ZM18.001 13.2002C16.4546 13.2002 15.2012 14.4536 15.2012 16C15.2012 17.5464 16.4546 18.7998 18.001 18.7998C19.5474 18.7998 20.8008 17.5464 20.8008 16C20.8008 14.4536 19.5474 13.2002 18.001 13.2002Z",
|
|
5473
|
+
fill: "#55A7FF"
|
|
5474
|
+
}
|
|
5475
|
+
)
|
|
5476
|
+
] })
|
|
5477
|
+
}
|
|
5478
|
+
);
|
|
5479
|
+
var IconGlasses = (0, import_react46.forwardRef)(Icon46);
|
|
5480
|
+
var IconGlasses_default = IconGlasses;
|
|
5481
|
+
|
|
5351
5482
|
// src/IconGridDot5.tsx
|
|
5352
|
-
var
|
|
5353
|
-
var
|
|
5354
|
-
var
|
|
5483
|
+
var import_react47 = __toESM(require_react(), 1);
|
|
5484
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
|
|
5485
|
+
var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5355
5486
|
"svg",
|
|
5356
5487
|
{
|
|
5357
5488
|
viewBox: "0 0 24 24",
|
|
@@ -5362,9 +5493,9 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5362
5493
|
height: size,
|
|
5363
5494
|
ref,
|
|
5364
5495
|
...props,
|
|
5365
|
-
children: /* @__PURE__ */ (0,
|
|
5366
|
-
/* @__PURE__ */ (0,
|
|
5367
|
-
/* @__PURE__ */ (0,
|
|
5496
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
|
|
5497
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
|
|
5498
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5368
5499
|
"path",
|
|
5369
5500
|
{
|
|
5370
5501
|
fillRule: "evenodd",
|
|
@@ -5373,7 +5504,7 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5373
5504
|
fill: "#FF6F0F"
|
|
5374
5505
|
}
|
|
5375
5506
|
),
|
|
5376
|
-
/* @__PURE__ */ (0,
|
|
5507
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5377
5508
|
"path",
|
|
5378
5509
|
{
|
|
5379
5510
|
fillRule: "evenodd",
|
|
@@ -5382,7 +5513,7 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5382
5513
|
fill: "#FF6F0F"
|
|
5383
5514
|
}
|
|
5384
5515
|
),
|
|
5385
|
-
/* @__PURE__ */ (0,
|
|
5516
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5386
5517
|
"path",
|
|
5387
5518
|
{
|
|
5388
5519
|
fillRule: "evenodd",
|
|
@@ -5392,36 +5523,36 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5392
5523
|
}
|
|
5393
5524
|
)
|
|
5394
5525
|
] }),
|
|
5395
|
-
/* @__PURE__ */ (0,
|
|
5396
|
-
/* @__PURE__ */ (0,
|
|
5526
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
|
|
5527
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5397
5528
|
"path",
|
|
5398
5529
|
{
|
|
5399
5530
|
d: "M15.5 19.5C16.0523 19.5 16.5 19.9477 16.5 20.5V21.5C16.5 22.0523 16.0523 22.5 15.5 22.5H14.5C13.9477 22.5 13.5 22.0523 13.5 21.5V20.5C13.5 19.9477 13.9477 19.5 14.5 19.5H15.5Z",
|
|
5400
5531
|
fill: "#FF9F30"
|
|
5401
5532
|
}
|
|
5402
5533
|
),
|
|
5403
|
-
/* @__PURE__ */ (0,
|
|
5534
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5404
5535
|
"path",
|
|
5405
5536
|
{
|
|
5406
5537
|
d: "M21.5 19.5C22.0523 19.5 22.5 19.9477 22.5 20.5V21.5C22.5 22.0523 22.0523 22.5 21.5 22.5H20.5C19.9477 22.5 19.5 22.0523 19.5 21.5V20.5C19.5 19.9477 19.9477 19.5 20.5 19.5H21.5Z",
|
|
5407
5538
|
fill: "#FF9F30"
|
|
5408
5539
|
}
|
|
5409
5540
|
),
|
|
5410
|
-
/* @__PURE__ */ (0,
|
|
5541
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5411
5542
|
"path",
|
|
5412
5543
|
{
|
|
5413
5544
|
d: "M18.5 16.5C19.0523 16.5 19.5 16.9477 19.5 17.5V18.5C19.5 19.0523 19.0523 19.5 18.5 19.5H17.5C16.9477 19.5 16.5 19.0523 16.5 18.5V17.5C16.5 16.9477 16.9477 16.5 17.5 16.5H18.5Z",
|
|
5414
5545
|
fill: "#FF9F30"
|
|
5415
5546
|
}
|
|
5416
5547
|
),
|
|
5417
|
-
/* @__PURE__ */ (0,
|
|
5548
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5418
5549
|
"path",
|
|
5419
5550
|
{
|
|
5420
5551
|
d: "M15.5 13.5C16.0523 13.5 16.5 13.9477 16.5 14.5V15.5C16.5 16.0523 16.0523 16.5 15.5 16.5H14.5C13.9477 16.5 13.5 16.0523 13.5 15.5V14.5C13.5 13.9477 13.9477 13.5 14.5 13.5H15.5Z",
|
|
5421
5552
|
fill: "#FF9F30"
|
|
5422
5553
|
}
|
|
5423
5554
|
),
|
|
5424
|
-
/* @__PURE__ */ (0,
|
|
5555
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5425
5556
|
"path",
|
|
5426
5557
|
{
|
|
5427
5558
|
d: "M21.5 13.5C22.0523 13.5 22.5 13.9477 22.5 14.5V15.5C22.5 16.0523 22.0523 16.5 21.5 16.5H20.5C19.9477 16.5 19.5 16.0523 19.5 15.5V14.5C19.5 13.9477 19.9477 13.5 20.5 13.5H21.5Z",
|
|
@@ -5432,13 +5563,13 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5432
5563
|
] })
|
|
5433
5564
|
}
|
|
5434
5565
|
);
|
|
5435
|
-
var IconGridDot5 = (0,
|
|
5566
|
+
var IconGridDot5 = (0, import_react47.forwardRef)(Icon47);
|
|
5436
5567
|
var IconGridDot5_default = IconGridDot5;
|
|
5437
5568
|
|
|
5438
5569
|
// src/IconHandDrop.tsx
|
|
5439
|
-
var
|
|
5440
|
-
var
|
|
5441
|
-
var
|
|
5570
|
+
var import_react48 = __toESM(require_react(), 1);
|
|
5571
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
|
|
5572
|
+
var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5442
5573
|
"svg",
|
|
5443
5574
|
{
|
|
5444
5575
|
viewBox: "0 0 24 24",
|
|
@@ -5449,15 +5580,15 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5449
5580
|
height: size,
|
|
5450
5581
|
ref,
|
|
5451
5582
|
...props,
|
|
5452
|
-
children: /* @__PURE__ */ (0,
|
|
5453
|
-
/* @__PURE__ */ (0,
|
|
5583
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { children: [
|
|
5584
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5454
5585
|
"path",
|
|
5455
5586
|
{
|
|
5456
5587
|
d: "M1.49364 11.0102C2.36651 9.84636 3.94634 9.47287 5.24754 10.1235L9.11278 12.0561C9.03961 12.3587 9.00047 12.6754 9.00047 13.0004C9.00097 15.2091 10.7917 17.0004 13.0005 17.0004H17.5005C18.0522 17.0002 18.5 16.5521 18.5005 16.0004C18.5005 15.4483 18.0525 15.0007 17.5005 15.0004H13.0005C12.9314 15.0004 12.8627 14.9965 12.7954 14.9897C12.6608 14.976 12.5302 14.9487 12.4048 14.9096C11.5911 14.6562 11.0007 13.8975 11.0005 13.0004C11.0005 11.8959 11.8959 11.0004 13.0005 11.0004H21.0005C22.1048 11.0007 23.0005 11.896 23.0005 13.0004V18.0756C23.0003 18.9277 22.46 19.6874 21.6548 19.9662L14.3638 22.4897C11.7171 23.4058 8.77818 22.6556 6.89403 20.5834L1.6743 14.8403C0.703144 13.7719 0.62742 12.1652 1.49364 11.0102Z",
|
|
5457
5588
|
fill: "#FFBB32"
|
|
5458
5589
|
}
|
|
5459
5590
|
),
|
|
5460
|
-
/* @__PURE__ */ (0,
|
|
5591
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5461
5592
|
"path",
|
|
5462
5593
|
{
|
|
5463
5594
|
d: "M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 4.5 12 2 12 2C12 2 15 4.5 15 7Z",
|
|
@@ -5467,13 +5598,13 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5467
5598
|
] })
|
|
5468
5599
|
}
|
|
5469
5600
|
);
|
|
5470
|
-
var IconHandDrop = (0,
|
|
5601
|
+
var IconHandDrop = (0, import_react48.forwardRef)(Icon48);
|
|
5471
5602
|
var IconHandDrop_default = IconHandDrop;
|
|
5472
5603
|
|
|
5473
5604
|
// src/IconHorizlineViewfinder.tsx
|
|
5474
|
-
var
|
|
5475
|
-
var
|
|
5476
|
-
var
|
|
5605
|
+
var import_react49 = __toESM(require_react(), 1);
|
|
5606
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
|
|
5607
|
+
var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5477
5608
|
"svg",
|
|
5478
5609
|
{
|
|
5479
5610
|
viewBox: "0 0 24 24",
|
|
@@ -5484,8 +5615,8 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5484
5615
|
height: size,
|
|
5485
5616
|
ref,
|
|
5486
5617
|
...props,
|
|
5487
|
-
children: /* @__PURE__ */ (0,
|
|
5488
|
-
/* @__PURE__ */ (0,
|
|
5618
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
|
|
5619
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5489
5620
|
"path",
|
|
5490
5621
|
{
|
|
5491
5622
|
fillRule: "evenodd",
|
|
@@ -5494,7 +5625,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5494
5625
|
fill: "#70819C"
|
|
5495
5626
|
}
|
|
5496
5627
|
),
|
|
5497
|
-
/* @__PURE__ */ (0,
|
|
5628
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5498
5629
|
"path",
|
|
5499
5630
|
{
|
|
5500
5631
|
fillRule: "evenodd",
|
|
@@ -5503,7 +5634,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5503
5634
|
fill: "#70819C"
|
|
5504
5635
|
}
|
|
5505
5636
|
),
|
|
5506
|
-
/* @__PURE__ */ (0,
|
|
5637
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5507
5638
|
"path",
|
|
5508
5639
|
{
|
|
5509
5640
|
fillRule: "evenodd",
|
|
@@ -5512,7 +5643,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5512
5643
|
fill: "#70819C"
|
|
5513
5644
|
}
|
|
5514
5645
|
),
|
|
5515
|
-
/* @__PURE__ */ (0,
|
|
5646
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5516
5647
|
"path",
|
|
5517
5648
|
{
|
|
5518
5649
|
fillRule: "evenodd",
|
|
@@ -5521,7 +5652,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5521
5652
|
fill: "#70819C"
|
|
5522
5653
|
}
|
|
5523
5654
|
),
|
|
5524
|
-
/* @__PURE__ */ (0,
|
|
5655
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5525
5656
|
"path",
|
|
5526
5657
|
{
|
|
5527
5658
|
fillRule: "evenodd",
|
|
@@ -5533,13 +5664,13 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5533
5664
|
] }) })
|
|
5534
5665
|
}
|
|
5535
5666
|
);
|
|
5536
|
-
var IconHorizlineViewfinder = (0,
|
|
5667
|
+
var IconHorizlineViewfinder = (0, import_react49.forwardRef)(Icon49);
|
|
5537
5668
|
var IconHorizlineViewfinder_default = IconHorizlineViewfinder;
|
|
5538
5669
|
|
|
5539
5670
|
// src/IconHospital.tsx
|
|
5540
|
-
var
|
|
5541
|
-
var
|
|
5542
|
-
var
|
|
5671
|
+
var import_react50 = __toESM(require_react(), 1);
|
|
5672
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
|
|
5673
|
+
var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5543
5674
|
"svg",
|
|
5544
5675
|
{
|
|
5545
5676
|
viewBox: "0 0 24 24",
|
|
@@ -5550,22 +5681,22 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5550
5681
|
height: size,
|
|
5551
5682
|
ref,
|
|
5552
5683
|
...props,
|
|
5553
|
-
children: /* @__PURE__ */ (0,
|
|
5554
|
-
/* @__PURE__ */ (0,
|
|
5684
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
|
|
5685
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5555
5686
|
"path",
|
|
5556
5687
|
{
|
|
5557
5688
|
d: "M12 1C8.76 1 5.88 1.61972 4.06 2.57928C3.4 2.91913 3 3.60881 3 4.34848V6.73739V21.0009C3 22.1004 3.9 23 5 23H19C20.1 23 21 22.1004 21 21.0009V4.34848C21 3.60881 20.6 2.91913 19.94 2.57928C18.12 1.61972 15.24 1 12 1Z",
|
|
5558
5689
|
fill: "#2CCA6F"
|
|
5559
5690
|
}
|
|
5560
5691
|
),
|
|
5561
|
-
/* @__PURE__ */ (0,
|
|
5692
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5562
5693
|
"path",
|
|
5563
5694
|
{
|
|
5564
5695
|
d: "M13.25 10.25V12C13.25 12.4142 12.9142 12.75 12.5 12.75H11.5C11.0858 12.75 10.75 12.4142 10.75 12V10.25H9C8.58579 10.25 8.25 9.91421 8.25 9.5V8.5C8.25 8.08579 8.58579 7.75 9 7.75H10.75V6C10.75 5.58579 11.0858 5.25 11.5 5.25H12.5C12.9142 5.25 13.25 5.58579 13.25 6V7.75H15C15.4142 7.75 15.75 8.08579 15.75 8.5V9.5C15.75 9.91421 15.4142 10.25 15 10.25H13.25Z",
|
|
5565
5696
|
fill: "white"
|
|
5566
5697
|
}
|
|
5567
5698
|
),
|
|
5568
|
-
/* @__PURE__ */ (0,
|
|
5699
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5569
5700
|
"path",
|
|
5570
5701
|
{
|
|
5571
5702
|
d: "M12 16C13.66 16 15 17.34 15 19V23H9V19C9 17.34 10.34 16 12 16Z",
|
|
@@ -5575,13 +5706,13 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5575
5706
|
] })
|
|
5576
5707
|
}
|
|
5577
5708
|
);
|
|
5578
|
-
var IconHospital = (0,
|
|
5709
|
+
var IconHospital = (0, import_react50.forwardRef)(Icon50);
|
|
5579
5710
|
var IconHospital_default = IconHospital;
|
|
5580
5711
|
|
|
5581
5712
|
// src/IconHouseCard.tsx
|
|
5582
|
-
var
|
|
5583
|
-
var
|
|
5584
|
-
var
|
|
5713
|
+
var import_react51 = __toESM(require_react(), 1);
|
|
5714
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
|
|
5715
|
+
var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5585
5716
|
"svg",
|
|
5586
5717
|
{
|
|
5587
5718
|
viewBox: "0 0 24 24",
|
|
@@ -5592,24 +5723,24 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5592
5723
|
height: size,
|
|
5593
5724
|
ref,
|
|
5594
5725
|
...props,
|
|
5595
|
-
children: /* @__PURE__ */ (0,
|
|
5596
|
-
/* @__PURE__ */ (0,
|
|
5726
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
|
|
5727
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5597
5728
|
"path",
|
|
5598
5729
|
{
|
|
5599
5730
|
d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
|
|
5600
5731
|
fill: "#FED481"
|
|
5601
5732
|
}
|
|
5602
5733
|
),
|
|
5603
|
-
/* @__PURE__ */ (0,
|
|
5604
|
-
/* @__PURE__ */ (0,
|
|
5605
|
-
/* @__PURE__ */ (0,
|
|
5734
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
|
|
5735
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
|
|
5736
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5606
5737
|
"path",
|
|
5607
5738
|
{
|
|
5608
5739
|
d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
|
|
5609
5740
|
fill: "#FFAA00"
|
|
5610
5741
|
}
|
|
5611
5742
|
),
|
|
5612
|
-
/* @__PURE__ */ (0,
|
|
5743
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5613
5744
|
"path",
|
|
5614
5745
|
{
|
|
5615
5746
|
d: "M9.66518 2.2409C10.7715 1.48422 12.2289 1.48408 13.3351 2.2409L21.7062 7.96844C22.2756 8.35828 22.4209 9.13613 22.0314 9.70575C21.6415 10.2752 20.8637 10.4207 20.2941 10.0309L11.924 4.30438C11.6688 4.12976 11.3316 4.12989 11.0763 4.30438L2.7062 10.0309C2.13655 10.4207 1.3588 10.2752 0.968892 9.70575C0.579215 9.13611 0.724626 8.35832 1.29409 7.96844L9.66518 2.2409Z",
|
|
@@ -5620,13 +5751,13 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5620
5751
|
] })
|
|
5621
5752
|
}
|
|
5622
5753
|
);
|
|
5623
|
-
var IconHouseCard = (0,
|
|
5754
|
+
var IconHouseCard = (0, import_react51.forwardRef)(Icon51);
|
|
5624
5755
|
var IconHouseCard_default = IconHouseCard;
|
|
5625
5756
|
|
|
5626
5757
|
// src/IconIcecreamcone.tsx
|
|
5627
|
-
var
|
|
5628
|
-
var
|
|
5629
|
-
var
|
|
5758
|
+
var import_react52 = __toESM(require_react(), 1);
|
|
5759
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
|
|
5760
|
+
var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5630
5761
|
"svg",
|
|
5631
5762
|
{
|
|
5632
5763
|
viewBox: "0 0 24 24",
|
|
@@ -5637,15 +5768,15 @@ var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5637
5768
|
height: size,
|
|
5638
5769
|
ref,
|
|
5639
5770
|
...props,
|
|
5640
|
-
children: /* @__PURE__ */ (0,
|
|
5641
|
-
/* @__PURE__ */ (0,
|
|
5771
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { children: [
|
|
5772
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5642
5773
|
"path",
|
|
5643
5774
|
{
|
|
5644
5775
|
d: "M11.15 22.81L7 16.17H17L12.85 22.81C12.46 23.44 11.55 23.44 11.15 22.81Z",
|
|
5645
5776
|
fill: "#E98400"
|
|
5646
5777
|
}
|
|
5647
5778
|
),
|
|
5648
|
-
/* @__PURE__ */ (0,
|
|
5779
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5649
5780
|
"path",
|
|
5650
5781
|
{
|
|
5651
5782
|
d: "M18.2 10.19C18.69 9.65998 19 8.94998 19 8.16998C19 6.50998 17.66 5.16998 16 5.16998H15.7C15.73 4.98998 15.74 4.80998 15.74 4.61998C15.74 2.71998 14.41 1.12998 12.63 0.72998C12.3 1.63998 11.44 2.13998 10 2.43998C8.66 2.71998 7.7 3.88998 7.81 5.19998C6.24 5.29998 5 6.58998 5 8.17998C5 8.95998 5.31 9.66998 5.8 10.2C4.24 10.31 3 11.59 3 13.18C3 14.77 4.34 16.18 6 16.18H18C19.66 16.18 21 14.84 21 13.18C21 11.52 19.76 10.31 18.2 10.2V10.19Z",
|
|
@@ -5655,13 +5786,13 @@ var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5655
5786
|
] })
|
|
5656
5787
|
}
|
|
5657
5788
|
);
|
|
5658
|
-
var IconIcecreamcone = (0,
|
|
5789
|
+
var IconIcecreamcone = (0, import_react52.forwardRef)(Icon52);
|
|
5659
5790
|
var IconIcecreamcone_default = IconIcecreamcone;
|
|
5660
5791
|
|
|
5661
5792
|
// src/IconLinechartUpXaxis.tsx
|
|
5662
|
-
var
|
|
5663
|
-
var
|
|
5664
|
-
var
|
|
5793
|
+
var import_react53 = __toESM(require_react(), 1);
|
|
5794
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
|
|
5795
|
+
var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
5665
5796
|
"svg",
|
|
5666
5797
|
{
|
|
5667
5798
|
viewBox: "0 0 24 24",
|
|
@@ -5672,15 +5803,15 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5672
5803
|
height: size,
|
|
5673
5804
|
ref,
|
|
5674
5805
|
...props,
|
|
5675
|
-
children: /* @__PURE__ */ (0,
|
|
5676
|
-
/* @__PURE__ */ (0,
|
|
5806
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { children: [
|
|
5807
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
5677
5808
|
"path",
|
|
5678
5809
|
{
|
|
5679
5810
|
d: "M22.1133 3.53999C21.9933 3.24999 21.7533 3.00999 21.4633 2.88999C21.3133 2.82999 21.1633 2.79999 21.0033 2.79999H15.0033C14.3433 2.79999 13.8033 3.33999 13.8033 3.99999C13.8033 4.65999 14.3433 5.19999 15.0033 5.19999H18.1033L13.0033 10.3L10.8533 8.14999C10.3833 7.67999 9.62328 7.67999 9.15328 8.14999L2.15328 15.15C1.68328 15.62 1.68328 16.38 2.15328 16.85C2.6208 17.3175 3.38255 17.3011 3.85328 16.85L10.0033 10.7L12.1533 12.85C12.6233 13.32 13.3833 13.32 13.8533 12.85L19.8033 6.89999V9.99999C19.8033 10.66 20.3433 11.2 21.0033 11.2C21.6633 11.2 22.2033 10.66 22.2033 9.99999V3.99999C22.2033 3.83999 22.1733 3.68999 22.1133 3.53999Z",
|
|
5680
5811
|
fill: "#20C578"
|
|
5681
5812
|
}
|
|
5682
5813
|
),
|
|
5683
|
-
/* @__PURE__ */ (0,
|
|
5814
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
5684
5815
|
"path",
|
|
5685
5816
|
{
|
|
5686
5817
|
d: "M21.0027 18.8H3.00273C2.34273 18.8 1.80273 19.34 1.80273 20C1.80273 20.66 2.34273 21.2 3.00273 21.2H21.0027C21.6627 21.2 22.2027 20.66 22.2027 20C22.2027 19.34 21.6627 18.8 21.0027 18.8Z",
|
|
@@ -5690,16 +5821,16 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5690
5821
|
] }) })
|
|
5691
5822
|
}
|
|
5692
5823
|
);
|
|
5693
|
-
var IconLinechartUpXaxis = (0,
|
|
5824
|
+
var IconLinechartUpXaxis = (0, import_react53.forwardRef)(Icon53);
|
|
5694
5825
|
var IconLinechartUpXaxis_default = IconLinechartUpXaxis;
|
|
5695
5826
|
|
|
5696
5827
|
// src/IconMagnifyingglass.tsx
|
|
5697
5828
|
var React2 = __toESM(require_react(), 1);
|
|
5698
|
-
var
|
|
5699
|
-
var
|
|
5700
|
-
var
|
|
5829
|
+
var import_react54 = __toESM(require_react(), 1);
|
|
5830
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
|
|
5831
|
+
var Icon54 = ({ size = 24, ...props }, ref) => {
|
|
5701
5832
|
const id = React2.useId();
|
|
5702
|
-
return /* @__PURE__ */ (0,
|
|
5833
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
5703
5834
|
"svg",
|
|
5704
5835
|
{
|
|
5705
5836
|
viewBox: "0 0 24 24",
|
|
@@ -5711,15 +5842,15 @@ var Icon51 = ({ size = 24, ...props }, ref) => {
|
|
|
5711
5842
|
ref,
|
|
5712
5843
|
...props,
|
|
5713
5844
|
children: [
|
|
5714
|
-
/* @__PURE__ */ (0,
|
|
5715
|
-
/* @__PURE__ */ (0,
|
|
5845
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
|
|
5846
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5716
5847
|
"path",
|
|
5717
5848
|
{
|
|
5718
5849
|
d: "M21.3598 23.352C20.8558 23.352 20.3278 23.16 19.9438 22.776L15.9358 18.768C15.1438 17.976 15.1438 16.728 15.9358 15.936C16.7278 15.144 17.9758 15.144 18.7678 15.936L22.7758 19.944C23.5678 20.736 23.5678 21.984 22.7758 22.776C21.9838 23.568 21.8638 23.352 21.3598 23.352Z",
|
|
5719
5850
|
fill: "#667387"
|
|
5720
5851
|
}
|
|
5721
5852
|
),
|
|
5722
|
-
/* @__PURE__ */ (0,
|
|
5853
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5723
5854
|
"path",
|
|
5724
5855
|
{
|
|
5725
5856
|
d: "M10.4404 3.04795C14.5204 3.04795 17.8324 6.35995 17.8324 10.4399C17.8324 14.5199 14.5204 17.832 10.4404 17.832C6.36044 17.832 3.04844 14.5199 3.04844 10.4399C3.04844 6.35995 6.36044 3.04795 10.4404 3.04795ZM10.4404 0.647949C5.04044 0.647949 0.648438 5.03995 0.648438 10.4399C0.648438 15.8399 5.04044 20.232 10.4404 20.232C15.8404 20.232 20.2324 15.8399 20.2324 10.4399C20.2324 5.03995 15.8644 0.647949 10.4404 0.647949Z",
|
|
@@ -5727,18 +5858,18 @@ var Icon51 = ({ size = 24, ...props }, ref) => {
|
|
|
5727
5858
|
}
|
|
5728
5859
|
)
|
|
5729
5860
|
] }),
|
|
5730
|
-
/* @__PURE__ */ (0,
|
|
5861
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
|
|
5731
5862
|
]
|
|
5732
5863
|
}
|
|
5733
5864
|
);
|
|
5734
5865
|
};
|
|
5735
|
-
var IconMagnifyingglass = (0,
|
|
5866
|
+
var IconMagnifyingglass = (0, import_react54.forwardRef)(Icon54);
|
|
5736
5867
|
var IconMagnifyingglass_default = IconMagnifyingglass;
|
|
5737
5868
|
|
|
5738
5869
|
// src/IconMask2SmileStacked.tsx
|
|
5739
|
-
var
|
|
5740
|
-
var
|
|
5741
|
-
var
|
|
5870
|
+
var import_react55 = __toESM(require_react(), 1);
|
|
5871
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
|
|
5872
|
+
var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5742
5873
|
"svg",
|
|
5743
5874
|
{
|
|
5744
5875
|
viewBox: "0 0 24 24",
|
|
@@ -5749,37 +5880,37 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5749
5880
|
height: size,
|
|
5750
5881
|
ref,
|
|
5751
5882
|
...props,
|
|
5752
|
-
children: /* @__PURE__ */ (0,
|
|
5753
|
-
/* @__PURE__ */ (0,
|
|
5883
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
|
|
5884
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5754
5885
|
"path",
|
|
5755
5886
|
{
|
|
5756
5887
|
d: "M15.58 2.80958C12.53 2.26958 9.94995 1.57958 8.87995 1.04958C8.59995 0.909585 8.26995 1.07958 8.21995 1.38958L6.89995 8.89958C6.17995 12.9796 8.89995 16.8696 12.9799 17.5896C17.0599 18.3096 20.95 15.5896 21.67 11.5096L22.99 3.99958C23.04 3.68958 22.7899 3.41958 22.4799 3.44958C21.2999 3.57959 18.64 3.34958 15.58 2.80958Z",
|
|
5757
5888
|
fill: "#1D7EDE"
|
|
5758
5889
|
}
|
|
5759
5890
|
),
|
|
5760
|
-
/* @__PURE__ */ (0,
|
|
5891
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5761
5892
|
"path",
|
|
5762
5893
|
{
|
|
5763
5894
|
d: "M9 6.99961C5.69 6.99961 2.85 6.74961 1.64 6.38961C1.32 6.29961 1 6.52961 1 6.86961V14.9996C1 19.4196 4.58 22.9996 9 22.9996C13.42 22.9996 17 19.4196 17 14.9996V6.86961C17 6.53961 16.69 6.29961 16.36 6.38961C15.14 6.74961 12.3 6.99961 9 6.99961Z",
|
|
5764
5895
|
fill: "#3CBAF9"
|
|
5765
5896
|
}
|
|
5766
5897
|
),
|
|
5767
|
-
/* @__PURE__ */ (0,
|
|
5768
|
-
/* @__PURE__ */ (0,
|
|
5898
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
|
|
5899
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5769
5900
|
"path",
|
|
5770
5901
|
{
|
|
5771
5902
|
d: "M11.4395 16.7499C11.7593 16.7499 12.0094 17.0494 11.9297 17.3593C11.6397 18.6093 10.439 19.2499 8.99902 19.2499C7.55922 19.2497 6.35931 18.6091 6.06934 17.3593C5.99963 17.0494 6.2497 16.7499 6.55957 16.7499H11.4395Z",
|
|
5772
5903
|
fill: "white"
|
|
5773
5904
|
}
|
|
5774
5905
|
),
|
|
5775
|
-
/* @__PURE__ */ (0,
|
|
5906
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5776
5907
|
"path",
|
|
5777
5908
|
{
|
|
5778
5909
|
d: "M6.01953 11.6698C6.57182 11.6698 7.01953 12.1175 7.01953 12.6698V13.6698C7.01947 14.222 6.57178 14.6698 6.01953 14.6698C5.46729 14.6698 5.0196 14.222 5.01953 13.6698V12.6698C5.01953 12.1175 5.46725 11.6698 6.01953 11.6698Z",
|
|
5779
5910
|
fill: "white"
|
|
5780
5911
|
}
|
|
5781
5912
|
),
|
|
5782
|
-
/* @__PURE__ */ (0,
|
|
5913
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5783
5914
|
"path",
|
|
5784
5915
|
{
|
|
5785
5916
|
d: "M11.9199 11.6698C12.4722 11.6698 12.9199 12.1175 12.9199 12.6698V13.6698C12.9199 14.222 12.4722 14.6698 11.9199 14.6698C11.3677 14.6698 10.92 14.222 10.9199 13.6698V12.6698C10.9199 12.1175 11.3676 11.6698 11.9199 11.6698Z",
|
|
@@ -5790,13 +5921,13 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5790
5921
|
] })
|
|
5791
5922
|
}
|
|
5792
5923
|
);
|
|
5793
|
-
var IconMask2SmileStacked = (0,
|
|
5924
|
+
var IconMask2SmileStacked = (0, import_react55.forwardRef)(Icon55);
|
|
5794
5925
|
var IconMask2SmileStacked_default = IconMask2SmileStacked;
|
|
5795
5926
|
|
|
5796
5927
|
// src/IconMegaphoneTilted.tsx
|
|
5797
|
-
var
|
|
5798
|
-
var
|
|
5799
|
-
var
|
|
5928
|
+
var import_react56 = __toESM(require_react(), 1);
|
|
5929
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime(), 1);
|
|
5930
|
+
var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5800
5931
|
"svg",
|
|
5801
5932
|
{
|
|
5802
5933
|
viewBox: "0 0 24 24",
|
|
@@ -5807,8 +5938,8 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5807
5938
|
height: size,
|
|
5808
5939
|
ref,
|
|
5809
5940
|
...props,
|
|
5810
|
-
children: /* @__PURE__ */ (0,
|
|
5811
|
-
/* @__PURE__ */ (0,
|
|
5941
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("g", { children: [
|
|
5942
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5812
5943
|
"path",
|
|
5813
5944
|
{
|
|
5814
5945
|
fillRule: "evenodd",
|
|
@@ -5817,7 +5948,7 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5817
5948
|
fill: "#FF9000"
|
|
5818
5949
|
}
|
|
5819
5950
|
),
|
|
5820
|
-
/* @__PURE__ */ (0,
|
|
5951
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5821
5952
|
"path",
|
|
5822
5953
|
{
|
|
5823
5954
|
d: "M17.6033 0.736478C17.3739 0.542457 17.0694 0.461861 16.7741 0.516982C16.4787 0.572103 16.2238 0.757098 16.0798 1.0208C15.6982 1.71978 14.6429 2.94257 12.6083 4.34104C10.5949 5.72498 7.67341 7.2452 3.63499 8.56983C2.85247 8.82226 2.21565 9.29394 1.84246 9.96109C1.46926 10.6283 1.41569 11.392 1.61903 12.1178L2.71181 16.2131C2.90389 16.9364 3.33636 17.565 3.98952 17.9519C4.6436 18.3394 5.428 18.4311 6.22946 18.2515L6.23242 18.2508C14.5792 16.3534 19.3041 17.5246 20.7394 18.364C20.9972 18.5147 21.3089 18.5424 21.5892 18.4394C21.8695 18.3363 22.0891 18.1134 22.1879 17.8316L22.2099 17.764C22.22 17.7311 22.2325 17.688 22.2467 17.6344C22.275 17.5271 22.3098 17.3781 22.3445 17.1859C22.4139 16.8014 22.4826 16.2456 22.4985 15.508C22.5301 14.0322 22.3498 11.8354 21.5451 8.83233C20.7405 5.8245 19.8 3.83721 19.0356 2.58125C18.6536 1.95345 18.3164 1.5098 18.0639 1.21394C17.9377 1.06608 17.8328 0.955387 17.7543 0.877273C17.715 0.838226 17.6824 0.807349 17.657 0.784068L17.6033 0.736478Z",
|
|
@@ -5827,13 +5958,13 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5827
5958
|
] })
|
|
5828
5959
|
}
|
|
5829
5960
|
);
|
|
5830
|
-
var IconMegaphoneTilted = (0,
|
|
5961
|
+
var IconMegaphoneTilted = (0, import_react56.forwardRef)(Icon56);
|
|
5831
5962
|
var IconMegaphoneTilted_default = IconMegaphoneTilted;
|
|
5832
5963
|
|
|
5833
5964
|
// src/IconMonitor.tsx
|
|
5834
|
-
var
|
|
5835
|
-
var
|
|
5836
|
-
var
|
|
5965
|
+
var import_react57 = __toESM(require_react(), 1);
|
|
5966
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime(), 1);
|
|
5967
|
+
var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5837
5968
|
"svg",
|
|
5838
5969
|
{
|
|
5839
5970
|
viewBox: "0 0 24 24",
|
|
@@ -5844,22 +5975,22 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5844
5975
|
height: size,
|
|
5845
5976
|
ref,
|
|
5846
5977
|
...props,
|
|
5847
|
-
children: /* @__PURE__ */ (0,
|
|
5848
|
-
/* @__PURE__ */ (0,
|
|
5978
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { children: [
|
|
5979
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5849
5980
|
"path",
|
|
5850
5981
|
{
|
|
5851
5982
|
d: "M20.5 2.5C21.6046 2.5 22.5 3.39543 22.5 4.5V15.5C22.5 16.6046 21.6046 17.5 20.5 17.5H16V19.5H8V17.5H3.5C2.39543 17.5 1.5 16.6046 1.5 15.5V4.5C1.5 3.39543 2.39543 2.5 3.5 2.5H20.5Z",
|
|
5852
5983
|
fill: "#8998AF"
|
|
5853
5984
|
}
|
|
5854
5985
|
),
|
|
5855
|
-
/* @__PURE__ */ (0,
|
|
5986
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5856
5987
|
"path",
|
|
5857
5988
|
{
|
|
5858
5989
|
d: "M17 19.2H7C6.44772 19.2 6 19.6477 6 20.2V20.8C6 21.3522 6.44772 21.8 7 21.8H17C17.5523 21.8 18 21.3522 18 20.8V20.2C18 19.6477 17.5523 19.2 17 19.2Z",
|
|
5859
5990
|
fill: "#70819C"
|
|
5860
5991
|
}
|
|
5861
5992
|
),
|
|
5862
|
-
/* @__PURE__ */ (0,
|
|
5993
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5863
5994
|
"path",
|
|
5864
5995
|
{
|
|
5865
5996
|
d: "M19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V14.5C3.5 15.0523 3.94772 15.5 4.5 15.5H19.5C20.0523 15.5 20.5 15.0523 20.5 14.5V5.5C20.5 4.94772 20.0523 4.5 19.5 4.5Z",
|
|
@@ -5869,13 +6000,13 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5869
6000
|
] }) })
|
|
5870
6001
|
}
|
|
5871
6002
|
);
|
|
5872
|
-
var IconMonitor = (0,
|
|
6003
|
+
var IconMonitor = (0, import_react57.forwardRef)(Icon57);
|
|
5873
6004
|
var IconMonitor_default = IconMonitor;
|
|
5874
6005
|
|
|
5875
6006
|
// src/IconNailpolish.tsx
|
|
5876
|
-
var
|
|
5877
|
-
var
|
|
5878
|
-
var
|
|
6007
|
+
var import_react58 = __toESM(require_react(), 1);
|
|
6008
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime(), 1);
|
|
6009
|
+
var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5879
6010
|
"svg",
|
|
5880
6011
|
{
|
|
5881
6012
|
viewBox: "0 0 24 24",
|
|
@@ -5886,22 +6017,22 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5886
6017
|
height: size,
|
|
5887
6018
|
ref,
|
|
5888
6019
|
...props,
|
|
5889
|
-
children: /* @__PURE__ */ (0,
|
|
5890
|
-
/* @__PURE__ */ (0,
|
|
6020
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { children: [
|
|
6021
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5891
6022
|
"path",
|
|
5892
6023
|
{
|
|
5893
6024
|
d: "M9.77288 1C9.26443 1 8.83693 1.38153 8.77932 1.8867L7.69598 11.3867C7.63341 11.9354 8.02752 12.431 8.57624 12.4936C9.12497 12.5561 9.62053 12.162 9.68311 11.6133L9.69603 11.5H14.1831L14.196 11.6133C14.2586 12.162 14.7541 12.5561 15.3028 12.4936C15.8516 12.431 16.2457 11.9354 16.1831 11.3867L15.0998 1.8867C15.0422 1.38153 14.6147 1 14.1062 1H9.77288Z",
|
|
5894
6025
|
fill: "#9E51E7"
|
|
5895
6026
|
}
|
|
5896
6027
|
),
|
|
5897
|
-
/* @__PURE__ */ (0,
|
|
6028
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5898
6029
|
"path",
|
|
5899
6030
|
{
|
|
5900
6031
|
d: "M18.1016 10.8287C14.0252 9.73183 9.99674 9.72817 6.02441 10.7919C5.97699 10.7979 5.92972 10.8072 5.88297 10.8201C4.2278 11.2763 3.23056 12.9453 3.56408 14.606C3.56678 14.6194 3.56976 14.6328 3.57301 14.6461L5.08635 20.8486L5.08745 20.853C5.39827 22.102 6.51909 23 7.82341 23H16.1871C17.4859 23 18.6124 22.1172 18.9238 20.8502L18.9245 20.8475L20.4277 14.6551C20.431 14.6416 20.434 14.6281 20.4367 14.6145C20.7693 12.9438 19.761 11.2724 18.1016 10.8287Z",
|
|
5901
6032
|
fill: "#CB71F8"
|
|
5902
6033
|
}
|
|
5903
6034
|
),
|
|
5904
|
-
/* @__PURE__ */ (0,
|
|
6035
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5905
6036
|
"path",
|
|
5906
6037
|
{
|
|
5907
6038
|
d: "M14.5312 15.5C15.0835 15.5 15.5312 15.9477 15.5312 16.5C15.5312 17.0523 15.0835 17.5 14.5312 17.5H9.53125C8.97897 17.5 8.53125 17.0523 8.53125 16.5C8.53125 15.9477 8.97897 15.5 9.53125 15.5H14.5312Z",
|
|
@@ -5911,13 +6042,13 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5911
6042
|
] })
|
|
5912
6043
|
}
|
|
5913
6044
|
);
|
|
5914
|
-
var IconNailpolish = (0,
|
|
6045
|
+
var IconNailpolish = (0, import_react58.forwardRef)(Icon58);
|
|
5915
6046
|
var IconNailpolish_default = IconNailpolish;
|
|
5916
6047
|
|
|
5917
6048
|
// src/IconPaintroller.tsx
|
|
5918
|
-
var
|
|
5919
|
-
var
|
|
5920
|
-
var
|
|
6049
|
+
var import_react59 = __toESM(require_react(), 1);
|
|
6050
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime(), 1);
|
|
6051
|
+
var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5921
6052
|
"svg",
|
|
5922
6053
|
{
|
|
5923
6054
|
viewBox: "0 0 24 24",
|
|
@@ -5928,8 +6059,8 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5928
6059
|
height: size,
|
|
5929
6060
|
ref,
|
|
5930
6061
|
...props,
|
|
5931
|
-
children: /* @__PURE__ */ (0,
|
|
5932
|
-
/* @__PURE__ */ (0,
|
|
6062
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
|
|
6063
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5933
6064
|
"path",
|
|
5934
6065
|
{
|
|
5935
6066
|
fillRule: "evenodd",
|
|
@@ -5938,14 +6069,14 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5938
6069
|
fill: "#7D8CA3"
|
|
5939
6070
|
}
|
|
5940
6071
|
),
|
|
5941
|
-
/* @__PURE__ */ (0,
|
|
6072
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5942
6073
|
"path",
|
|
5943
6074
|
{
|
|
5944
6075
|
d: "M12.1368 1.12809C11.746 0.908369 11.2567 0.975636 10.9396 1.29267L7.02973 5.20258C6.71317 5.51914 6.64558 6.00753 6.86426 6.39817C9.41422 10.9532 12.9326 14.4295 17.342 16.8743C17.7322 17.0907 18.2185 17.0224 18.534 16.7069L22.4439 12.797C22.7594 12.4815 22.8278 11.9952 22.6114 11.605C20.166 7.1945 16.6896 3.68766 12.1368 1.12809Z",
|
|
5945
6076
|
fill: "#2CC889"
|
|
5946
6077
|
}
|
|
5947
6078
|
),
|
|
5948
|
-
/* @__PURE__ */ (0,
|
|
6079
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5949
6080
|
"path",
|
|
5950
6081
|
{
|
|
5951
6082
|
d: "M6.10051 15.5L6.20091 14.5051C5.90219 14.4749 5.60574 14.5806 5.39343 14.7929L1.04439 19.1416C0.831876 19.3541 0.726199 19.6509 0.7566 19.9499L1.75147 19.8487C0.7566 19.9499 0.756555 19.9495 0.7566 19.9499L0.756784 19.9517L0.756978 19.9536L0.757398 19.9575L0.758373 19.9661L0.760912 19.9866C0.762888 20.0017 0.765456 20.0195 0.768779 20.04C0.775419 20.0809 0.785096 20.1323 0.799111 20.1927C0.82711 20.3135 0.87267 20.4714 0.9465 20.6539C1.09483 21.0207 1.35636 21.4842 1.81168 21.9396C2.267 22.395 2.73046 22.6566 3.09721 22.8049C3.27975 22.8788 3.43766 22.9243 3.55842 22.9523C3.61887 22.9664 3.67028 22.976 3.71114 22.9827C3.73159 22.986 3.74944 22.9886 3.7645 22.9906L3.78501 22.9931L3.79366 22.9941L3.79759 22.9945L3.79945 22.9947C3.79989 22.9947 3.80124 22.9949 3.90243 22L3.80124 22.9949C4.10021 23.0253 4.39701 22.9196 4.60951 22.7071L8.95855 18.3584C9.17106 18.1459 9.27674 17.8491 9.24634 17.5501L8.25147 17.6513C9.24634 17.5501 9.24639 17.5506 9.24634 17.5501L9.24616 17.5483L9.24597 17.5465L9.24555 17.5426L9.24457 17.5339L9.24203 17.5134C9.24006 17.4984 9.23749 17.4805 9.23417 17.4601C9.22753 17.4192 9.21786 17.3678 9.20385 17.3073C9.17585 17.1865 9.1303 17.0286 9.05647 16.8459C8.90816 16.4791 8.64662 16.0153 8.19122 15.5599C7.7358 15.1044 7.27221 14.8429 6.9053 14.6946C6.72268 14.6209 6.56471 14.5754 6.44389 14.5474C6.38341 14.5334 6.33197 14.5238 6.29108 14.5172C6.27062 14.5139 6.25276 14.5113 6.23769 14.5093L6.21716 14.5068L6.2085 14.5059L6.20457 14.5054L6.20271 14.5052C6.20226 14.5052 6.20091 14.5051 6.10051 15.5Z",
|
|
@@ -5955,13 +6086,13 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5955
6086
|
] })
|
|
5956
6087
|
}
|
|
5957
6088
|
);
|
|
5958
|
-
var IconPaintroller = (0,
|
|
6089
|
+
var IconPaintroller = (0, import_react59.forwardRef)(Icon59);
|
|
5959
6090
|
var IconPaintroller_default = IconPaintroller;
|
|
5960
6091
|
|
|
5961
6092
|
// src/IconPalette.tsx
|
|
5962
|
-
var
|
|
5963
|
-
var
|
|
5964
|
-
var
|
|
6093
|
+
var import_react60 = __toESM(require_react(), 1);
|
|
6094
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime(), 1);
|
|
6095
|
+
var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5965
6096
|
"svg",
|
|
5966
6097
|
{
|
|
5967
6098
|
viewBox: "0 0 24 24",
|
|
@@ -5972,37 +6103,37 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5972
6103
|
height: size,
|
|
5973
6104
|
ref,
|
|
5974
6105
|
...props,
|
|
5975
|
-
children: /* @__PURE__ */ (0,
|
|
5976
|
-
/* @__PURE__ */ (0,
|
|
6106
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
|
|
6107
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5977
6108
|
"path",
|
|
5978
6109
|
{
|
|
5979
6110
|
d: "M12.0094 1.49377C6.36542 1.63289 1.49829 6.03847 1.49829 11.814C1.49829 17.7044 6.33856 22.5065 12.2863 22.5065C14.0429 22.5065 15.9332 22.0196 15.9332 20.6544C15.9332 19.5181 14.7018 19.1384 14.0334 18.4395C13.703 18.0969 13.7915 17.5144 14.272 17.3702C15.6102 17.0073 17.0461 17.2188 18.4058 16.9788C20.9739 16.5015 22.6828 14.0861 22.4823 11.2411C22.0909 5.78033 17.4893 1.49377 12.0094 1.49377Z",
|
|
5980
6111
|
fill: "#527BFF"
|
|
5981
6112
|
}
|
|
5982
6113
|
),
|
|
5983
|
-
/* @__PURE__ */ (0,
|
|
5984
|
-
/* @__PURE__ */ (0,
|
|
6114
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
|
|
6115
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5985
6116
|
"path",
|
|
5986
6117
|
{
|
|
5987
6118
|
d: "M4.73474 11.3557C4.73474 12.0813 5.32665 12.6732 6.05221 12.6732C6.77777 12.6732 7.36968 12.0813 7.36968 11.3557C7.36968 10.6301 6.77777 10.0382 6.05221 10.0382C5.32665 10.0382 4.73474 10.6301 4.73474 11.3557Z",
|
|
5988
6119
|
fill: "white"
|
|
5989
6120
|
}
|
|
5990
6121
|
),
|
|
5991
|
-
/* @__PURE__ */ (0,
|
|
6122
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5992
6123
|
"path",
|
|
5993
6124
|
{
|
|
5994
6125
|
d: "M7.81839 6.57272C7.81839 7.29828 8.41029 7.89019 9.13586 7.89019C9.86142 7.89019 10.4533 7.29828 10.4533 6.57272C10.4533 5.84716 9.86142 5.25525 9.13586 5.25525C8.41029 5.25525 7.81839 5.84716 7.81839 6.57272Z",
|
|
5995
6126
|
fill: "white"
|
|
5996
6127
|
}
|
|
5997
6128
|
),
|
|
5998
|
-
/* @__PURE__ */ (0,
|
|
6129
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5999
6130
|
"path",
|
|
6000
6131
|
{
|
|
6001
6132
|
d: "M13.5465 6.57272C13.5465 7.29828 14.1384 7.89019 14.864 7.89019C15.5896 7.89019 16.1815 7.29828 16.1815 6.57272C16.1815 5.84716 15.5896 5.25525 14.864 5.25525C14.1384 5.25525 13.5465 5.84716 13.5465 6.57272Z",
|
|
6002
6133
|
fill: "white"
|
|
6003
6134
|
}
|
|
6004
6135
|
),
|
|
6005
|
-
/* @__PURE__ */ (0,
|
|
6136
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
6006
6137
|
"path",
|
|
6007
6138
|
{
|
|
6008
6139
|
d: "M16.6015 11.3557C16.6015 12.0813 17.1934 12.6732 17.919 12.6732C18.6446 12.6732 19.2365 12.0813 19.2365 11.3557C19.2365 10.6301 18.6446 10.0382 17.919 10.0382C17.1934 10.0382 16.6015 10.6301 16.6015 11.3557Z",
|
|
@@ -6013,13 +6144,13 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6013
6144
|
] })
|
|
6014
6145
|
}
|
|
6015
6146
|
);
|
|
6016
|
-
var IconPalette = (0,
|
|
6147
|
+
var IconPalette = (0, import_react60.forwardRef)(Icon60);
|
|
6017
6148
|
var IconPalette_default = IconPalette;
|
|
6018
6149
|
|
|
6019
6150
|
// src/IconPencil.tsx
|
|
6020
|
-
var
|
|
6021
|
-
var
|
|
6022
|
-
var
|
|
6151
|
+
var import_react61 = __toESM(require_react(), 1);
|
|
6152
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime(), 1);
|
|
6153
|
+
var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6023
6154
|
"svg",
|
|
6024
6155
|
{
|
|
6025
6156
|
viewBox: "0 0 24 24",
|
|
@@ -6030,15 +6161,15 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6030
6161
|
height: size,
|
|
6031
6162
|
ref,
|
|
6032
6163
|
...props,
|
|
6033
|
-
children: /* @__PURE__ */ (0,
|
|
6034
|
-
/* @__PURE__ */ (0,
|
|
6164
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
|
|
6165
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6035
6166
|
"path",
|
|
6036
6167
|
{
|
|
6037
6168
|
d: "M12 5L2.812 14.3021C2.29213 14.8211 2 15.5256 2 16.2602V21.1312C2 21.639 2.41168 22.0507 2.91952 22.0507H7.78595C8.52017 22.0507 9.22428 21.7589 9.74322 21.2395L19 12L12 5Z",
|
|
6038
6169
|
fill: "#55A7FF"
|
|
6039
6170
|
}
|
|
6040
6171
|
),
|
|
6041
|
-
/* @__PURE__ */ (0,
|
|
6172
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6042
6173
|
"path",
|
|
6043
6174
|
{
|
|
6044
6175
|
d: "M14.1528 2.79408C14.8575 2.09052 15.9777 1.74597 17.0105 2.21583C19.0162 3.12835 20.523 4.678 21.5572 6.77886C22.0745 7.82976 22.2528 8.74655 21.5 9.5L19 12L12 5L14.1528 2.79408Z",
|
|
@@ -6048,13 +6179,13 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6048
6179
|
] })
|
|
6049
6180
|
}
|
|
6050
6181
|
);
|
|
6051
|
-
var IconPencil = (0,
|
|
6182
|
+
var IconPencil = (0, import_react61.forwardRef)(Icon61);
|
|
6052
6183
|
var IconPencil_default = IconPencil;
|
|
6053
6184
|
|
|
6054
6185
|
// src/IconPercentArrowshapeDown.tsx
|
|
6055
|
-
var
|
|
6056
|
-
var
|
|
6057
|
-
var
|
|
6186
|
+
var import_react62 = __toESM(require_react(), 1);
|
|
6187
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime(), 1);
|
|
6188
|
+
var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6058
6189
|
"svg",
|
|
6059
6190
|
{
|
|
6060
6191
|
viewBox: "0 0 24 24",
|
|
@@ -6065,30 +6196,30 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6065
6196
|
height: size,
|
|
6066
6197
|
ref,
|
|
6067
6198
|
...props,
|
|
6068
|
-
children: /* @__PURE__ */ (0,
|
|
6069
|
-
/* @__PURE__ */ (0,
|
|
6199
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
|
|
6200
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6070
6201
|
"path",
|
|
6071
6202
|
{
|
|
6072
6203
|
d: "M4.49999 3C4.49999 1.89543 5.39542 1 6.49999 1H17.5C18.6046 1 19.5 1.89543 19.5 3V12H22.3603C23.281 12 23.7125 13.139 23.0229 13.749L12.6626 22.9139C12.2843 23.2485 11.7158 23.2486 11.3375 22.9139L0.977132 13.749C0.287533 13.139 0.719009 12 1.6397 12H4.49999V3Z",
|
|
6073
6204
|
fill: "#FB4162"
|
|
6074
6205
|
}
|
|
6075
6206
|
),
|
|
6076
|
-
/* @__PURE__ */ (0,
|
|
6077
|
-
/* @__PURE__ */ (0,
|
|
6207
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
|
|
6208
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6078
6209
|
"path",
|
|
6079
6210
|
{
|
|
6080
6211
|
d: "M10.5 7.74997C10.5 8.44033 9.94033 8.99997 9.24997 8.99997C8.55962 8.99997 7.99997 8.44033 7.99997 7.74997C7.99997 7.05961 8.55962 6.49997 9.24997 6.49997C9.94033 6.49997 10.5 7.05961 10.5 7.74997Z",
|
|
6081
6212
|
fill: "white"
|
|
6082
6213
|
}
|
|
6083
6214
|
),
|
|
6084
|
-
/* @__PURE__ */ (0,
|
|
6215
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6085
6216
|
"path",
|
|
6086
6217
|
{
|
|
6087
6218
|
d: "M16 13.25C16 13.9403 15.4403 14.5 14.75 14.5C14.0596 14.5 13.5 13.9403 13.5 13.25C13.5 12.5596 14.0596 12 14.75 12C15.4403 12 16 12.5596 16 13.25Z",
|
|
6088
6219
|
fill: "white"
|
|
6089
6220
|
}
|
|
6090
6221
|
),
|
|
6091
|
-
/* @__PURE__ */ (0,
|
|
6222
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6092
6223
|
"path",
|
|
6093
6224
|
{
|
|
6094
6225
|
d: "M8.11235 12.9713L14.4763 6.60735C14.8668 6.21682 15.5 6.21682 15.8905 6.60735C16.281 6.99787 16.281 7.63104 15.8905 8.02156L9.52656 14.3855C9.13604 14.776 8.50288 14.776 8.11235 14.3855C7.72183 13.995 7.72183 13.3618 8.11235 12.9713Z",
|
|
@@ -6099,13 +6230,13 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6099
6230
|
] })
|
|
6100
6231
|
}
|
|
6101
6232
|
);
|
|
6102
|
-
var IconPercentArrowshapeDown = (0,
|
|
6233
|
+
var IconPercentArrowshapeDown = (0, import_react62.forwardRef)(Icon62);
|
|
6103
6234
|
var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
|
|
6104
6235
|
|
|
6105
6236
|
// src/IconPerson2Openarms.tsx
|
|
6106
|
-
var
|
|
6107
|
-
var
|
|
6108
|
-
var
|
|
6237
|
+
var import_react63 = __toESM(require_react(), 1);
|
|
6238
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime(), 1);
|
|
6239
|
+
var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6109
6240
|
"svg",
|
|
6110
6241
|
{
|
|
6111
6242
|
viewBox: "0 0 24 24",
|
|
@@ -6116,16 +6247,16 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6116
6247
|
height: size,
|
|
6117
6248
|
ref,
|
|
6118
6249
|
...props,
|
|
6119
|
-
children: /* @__PURE__ */ (0,
|
|
6120
|
-
/* @__PURE__ */ (0,
|
|
6121
|
-
/* @__PURE__ */ (0,
|
|
6250
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
|
|
6251
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
|
|
6252
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6122
6253
|
"path",
|
|
6123
6254
|
{
|
|
6124
6255
|
d: "M13.7157 6.66349C13.7157 5.11738 14.9653 3.86786 16.5113 3.86786C18.0573 3.86786 19.3069 5.11738 19.3069 6.66349C19.3069 8.2096 18.0573 9.45912 16.5113 9.45912C14.9653 9.45912 13.7157 8.2096 13.7157 6.66349Z",
|
|
6125
6256
|
fill: "#FF9000"
|
|
6126
6257
|
}
|
|
6127
6258
|
),
|
|
6128
|
-
/* @__PURE__ */ (0,
|
|
6259
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6129
6260
|
"path",
|
|
6130
6261
|
{
|
|
6131
6262
|
d: "M9.47138 13.386C9.62459 13.4132 9.77816 13.4388 9.93208 13.4627L11.4244 19.9998C10.9879 20.114 10.6658 20.511 10.6658 20.9833C10.6658 21.5448 11.1209 21.9999 11.6824 21.9999H19.8151C20.1402 21.9999 20.4457 21.8445 20.637 21.5817C20.8283 21.3189 20.8824 20.9804 20.7826 20.6711L19.7941 16.0883L19.8152 16.067C19.9325 15.949 20.0257 15.8567 20.124 15.7594C20.2597 15.625 20.4051 15.481 20.637 15.2465C20.9741 14.9057 21.3663 14.5177 21.7319 14.1562C22.2253 13.6681 22.6701 13.2282 22.865 13.0172C23.3733 12.467 23.8674 11.1429 23.1122 10.3038C22.7172 9.86512 22.2015 9.62451 21.6269 9.60187C21.0922 9.5808 20.577 9.75006 20.1197 9.9808C16.7048 11.704 13.2042 11.9841 9.82704 11.3841C9.27425 11.2859 8.7465 11.6544 8.64829 12.2072C8.55008 12.76 8.91859 13.2878 9.47138 13.386Z",
|
|
@@ -6133,15 +6264,15 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6133
6264
|
}
|
|
6134
6265
|
)
|
|
6135
6266
|
] }),
|
|
6136
|
-
/* @__PURE__ */ (0,
|
|
6137
|
-
/* @__PURE__ */ (0,
|
|
6267
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
|
|
6268
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6138
6269
|
"path",
|
|
6139
6270
|
{
|
|
6140
6271
|
d: "M5.71873 5.49425C5.71873 3.57912 7.26003 2.03809 9.17515 2.03809C11.0903 2.03809 12.6316 3.57912 12.6316 5.49425C12.6316 7.41152 11.0774 8.95041 9.17515 8.95041C7.26003 8.95041 5.71873 7.40937 5.71873 5.49425Z",
|
|
6141
6272
|
fill: "#FF6F0F"
|
|
6142
6273
|
}
|
|
6143
6274
|
),
|
|
6144
|
-
/* @__PURE__ */ (0,
|
|
6275
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6145
6276
|
"path",
|
|
6146
6277
|
{
|
|
6147
6278
|
d: "M3.11637 7.61723C3.67553 7.79906 4.1778 8.18089 4.60847 8.6354C5.86861 9.96533 7.45852 10.9642 10.6659 11.4922C12.0986 11.7281 13.0352 11.7829 13.9918 11.8008L14.1631 11.8039C14.5662 11.811 14.9476 11.8178 15.2483 11.8427C15.4211 11.857 15.6146 11.8805 15.7971 11.9285C15.9489 11.9683 16.2414 12.061 16.4802 12.3106C16.769 12.6053 16.9761 13.0241 16.918 13.5221C16.8663 13.9655 16.6217 14.2936 16.429 14.4975C16.0479 14.9006 15.47 15.2298 14.9808 15.4797C14.5798 15.6846 14.1395 15.8837 13.7566 16.0569C13.6488 16.1056 13.5449 16.1526 13.4483 16.1968C13.2863 16.2709 13.1433 16.3378 13.0205 16.3984V20.9834C13.0205 21.5449 12.5654 22 12.0039 22H3.64382C3.32258 22 3.02025 21.8482 2.82841 21.5905C2.63657 21.3328 2.5778 20.9997 2.66992 20.6919L3.83253 15.9585L2.62113 13.921C1.88853 12.6889 1.13603 11.4238 1.04472 11.2719C0.744144 10.7718 0.527346 10.1917 0.502307 9.61304C0.476755 9.02247 0.658724 8.32677 1.28655 7.87485C1.85703 7.46449 2.5196 7.42317 3.11637 7.61723Z",
|
|
@@ -6152,13 +6283,13 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6152
6283
|
] })
|
|
6153
6284
|
}
|
|
6154
6285
|
);
|
|
6155
|
-
var IconPerson2Openarms = (0,
|
|
6286
|
+
var IconPerson2Openarms = (0, import_react63.forwardRef)(Icon63);
|
|
6156
6287
|
var IconPerson2Openarms_default = IconPerson2Openarms;
|
|
6157
6288
|
|
|
6158
6289
|
// src/IconPersonMagnifyingglass.tsx
|
|
6159
|
-
var
|
|
6160
|
-
var
|
|
6161
|
-
var
|
|
6290
|
+
var import_react64 = __toESM(require_react(), 1);
|
|
6291
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime(), 1);
|
|
6292
|
+
var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6162
6293
|
"svg",
|
|
6163
6294
|
{
|
|
6164
6295
|
viewBox: "0 0 24 24",
|
|
@@ -6169,16 +6300,16 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6169
6300
|
height: size,
|
|
6170
6301
|
ref,
|
|
6171
6302
|
...props,
|
|
6172
|
-
children: /* @__PURE__ */ (0,
|
|
6173
|
-
/* @__PURE__ */ (0,
|
|
6174
|
-
/* @__PURE__ */ (0,
|
|
6303
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
|
|
6304
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
|
|
6305
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6175
6306
|
"path",
|
|
6176
6307
|
{
|
|
6177
6308
|
d: "M11.1086 5.34729C9.0989 5.34729 7.45435 6.96639 7.45435 8.9726C7.45435 10.9788 9.0989 12.5979 11.1086 12.5979C13.1183 12.5979 14.7629 10.9788 14.7629 8.9726C14.7629 6.96639 13.1183 5.34729 11.1086 5.34729Z",
|
|
6178
6309
|
fill: "#FF9000"
|
|
6179
6310
|
}
|
|
6180
6311
|
),
|
|
6181
|
-
/* @__PURE__ */ (0,
|
|
6312
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6182
6313
|
"path",
|
|
6183
6314
|
{
|
|
6184
6315
|
d: "M11.099 13.7098C9.49594 13.7098 7.9959 14.028 6.78419 14.5892C5.58866 15.1429 4.58221 15.9794 4.13535 17.0739C4.04758 17.2889 4.04938 17.53 4.14035 17.7437C4.23132 17.9573 4.4039 18.1257 4.6197 18.2114L10.7778 20.6573C10.9837 20.7391 11.213 20.7393 11.419 20.6578L17.5771 18.2215C17.793 18.1362 17.9657 17.9681 18.057 17.7547C18.1483 17.5413 18.1506 17.3003 18.0633 17.0853C17.617 15.9858 16.6109 15.1462 15.4145 14.5907C14.2023 14.0279 12.702 13.7098 11.099 13.7098Z",
|
|
@@ -6186,7 +6317,7 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6186
6317
|
}
|
|
6187
6318
|
)
|
|
6188
6319
|
] }),
|
|
6189
|
-
/* @__PURE__ */ (0,
|
|
6320
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6190
6321
|
"path",
|
|
6191
6322
|
{
|
|
6192
6323
|
fillRule: "evenodd",
|
|
@@ -6198,13 +6329,13 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6198
6329
|
] })
|
|
6199
6330
|
}
|
|
6200
6331
|
);
|
|
6201
|
-
var IconPersonMagnifyingglass = (0,
|
|
6332
|
+
var IconPersonMagnifyingglass = (0, import_react64.forwardRef)(Icon64);
|
|
6202
6333
|
var IconPersonMagnifyingglass_default = IconPersonMagnifyingglass;
|
|
6203
6334
|
|
|
6204
6335
|
// src/IconPicture2Stacked.tsx
|
|
6205
|
-
var
|
|
6206
|
-
var
|
|
6207
|
-
var
|
|
6336
|
+
var import_react65 = __toESM(require_react(), 1);
|
|
6337
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime(), 1);
|
|
6338
|
+
var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6208
6339
|
"svg",
|
|
6209
6340
|
{
|
|
6210
6341
|
viewBox: "0 0 24 24",
|
|
@@ -6215,8 +6346,8 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6215
6346
|
height: size,
|
|
6216
6347
|
ref,
|
|
6217
6348
|
...props,
|
|
6218
|
-
children: /* @__PURE__ */ (0,
|
|
6219
|
-
/* @__PURE__ */ (0,
|
|
6349
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
|
|
6350
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6220
6351
|
"path",
|
|
6221
6352
|
{
|
|
6222
6353
|
fillRule: "evenodd",
|
|
@@ -6225,7 +6356,7 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6225
6356
|
fill: "#1D7EDE"
|
|
6226
6357
|
}
|
|
6227
6358
|
),
|
|
6228
|
-
/* @__PURE__ */ (0,
|
|
6359
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6229
6360
|
"path",
|
|
6230
6361
|
{
|
|
6231
6362
|
fillRule: "evenodd",
|
|
@@ -6234,15 +6365,15 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6234
6365
|
fill: "#3CBAF9"
|
|
6235
6366
|
}
|
|
6236
6367
|
),
|
|
6237
|
-
/* @__PURE__ */ (0,
|
|
6238
|
-
/* @__PURE__ */ (0,
|
|
6368
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
|
|
6369
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6239
6370
|
"path",
|
|
6240
6371
|
{
|
|
6241
6372
|
d: "M7.70597 14.3369C8.01885 14.0851 8.47757 14.1036 8.76945 14.3916L10.8134 16.4121L11.5741 15.6729L11.6347 15.6191C11.9504 15.3687 12.4106 15.3921 12.7001 15.6846L13.9716 16.9697C14.2822 17.2839 14.2789 17.7909 13.9648 18.1016C13.6506 18.4118 13.1444 18.4088 12.8339 18.0947L12.12 17.373L11.3671 18.1055C11.0549 18.4091 10.5568 18.4076 10.247 18.1016L8.20597 16.085L6.15812 18.1025C5.84335 18.4125 5.33632 18.4085 5.02629 18.0938C4.71685 17.779 4.72077 17.2728 5.03507 16.9629L7.64543 14.3906L7.70597 14.3369Z",
|
|
6242
6373
|
fill: "white"
|
|
6243
6374
|
}
|
|
6244
6375
|
),
|
|
6245
|
-
/* @__PURE__ */ (0,
|
|
6376
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6246
6377
|
"path",
|
|
6247
6378
|
{
|
|
6248
6379
|
d: "M12.2558 10.1748C12.9837 10.1748 13.5739 10.7653 13.5741 11.4932C13.5741 12.2213 12.9839 12.8115 12.2558 12.8115C11.5279 12.8113 10.9374 12.2211 10.9374 11.4932C10.9377 10.7654 11.528 10.175 12.2558 10.1748Z",
|
|
@@ -6253,13 +6384,13 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6253
6384
|
] })
|
|
6254
6385
|
}
|
|
6255
6386
|
);
|
|
6256
|
-
var IconPicture2Stacked = (0,
|
|
6387
|
+
var IconPicture2Stacked = (0, import_react65.forwardRef)(Icon65);
|
|
6257
6388
|
var IconPicture2Stacked_default = IconPicture2Stacked;
|
|
6258
6389
|
|
|
6259
6390
|
// src/IconPizzaSlice.tsx
|
|
6260
|
-
var
|
|
6261
|
-
var
|
|
6262
|
-
var
|
|
6391
|
+
var import_react66 = __toESM(require_react(), 1);
|
|
6392
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime(), 1);
|
|
6393
|
+
var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6263
6394
|
"svg",
|
|
6264
6395
|
{
|
|
6265
6396
|
viewBox: "0 0 24 24",
|
|
@@ -6270,36 +6401,36 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6270
6401
|
height: size,
|
|
6271
6402
|
ref,
|
|
6272
6403
|
...props,
|
|
6273
|
-
children: /* @__PURE__ */ (0,
|
|
6274
|
-
/* @__PURE__ */ (0,
|
|
6404
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { children: [
|
|
6405
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6275
6406
|
"path",
|
|
6276
6407
|
{
|
|
6277
6408
|
d: "M1.42004 6.74L11.16 21.92C11.55 22.53 12.45 22.53 12.84 21.92L22.58 6.74C19.53 4.77999 15.9 3.62 12 3.62C8.10004 3.62 4.47004 4.76999 1.42004 6.74Z",
|
|
6278
6409
|
fill: "#FFAA00"
|
|
6279
6410
|
}
|
|
6280
6411
|
),
|
|
6281
|
-
/* @__PURE__ */ (0,
|
|
6412
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6282
6413
|
"path",
|
|
6283
6414
|
{
|
|
6284
6415
|
d: "M21.4999 8.42C18.6499 6.59 15.3599 5.62 11.9999 5.62C8.63994 5.62 5.34994 6.59 2.49994 8.42L0.889941 5.92C0.589941 5.45 0.719941 4.8 1.20994 4.52C4.49994 2.62 8.19994 1.62 11.9999 1.62C15.7999 1.62 19.4999 2.62 22.7899 4.52C23.2799 4.8 23.4199 5.45 23.1099 5.92L21.4999 8.42Z",
|
|
6285
6416
|
fill: "#E98400"
|
|
6286
6417
|
}
|
|
6287
6418
|
),
|
|
6288
|
-
/* @__PURE__ */ (0,
|
|
6419
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6289
6420
|
"path",
|
|
6290
6421
|
{
|
|
6291
6422
|
d: "M8.64002 13C9.74458 13 10.64 12.1046 10.64 11C10.64 9.89543 9.74458 9 8.64002 9C7.53545 9 6.64001 9.89543 6.64001 11C6.64001 12.1046 7.53545 13 8.64002 13Z",
|
|
6292
6423
|
fill: "#E9692C"
|
|
6293
6424
|
}
|
|
6294
6425
|
),
|
|
6295
|
-
/* @__PURE__ */ (0,
|
|
6426
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6296
6427
|
"path",
|
|
6297
6428
|
{
|
|
6298
6429
|
d: "M13 17.71C14.1046 17.71 15 16.8145 15 15.71C15 14.6054 14.1046 13.71 13 13.71C11.8954 13.71 11 14.6054 11 15.71C11 16.8145 11.8954 17.71 13 17.71Z",
|
|
6299
6430
|
fill: "#E9692C"
|
|
6300
6431
|
}
|
|
6301
6432
|
),
|
|
6302
|
-
/* @__PURE__ */ (0,
|
|
6433
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6303
6434
|
"path",
|
|
6304
6435
|
{
|
|
6305
6436
|
d: "M15.14 11.47C15.8579 11.47 16.44 10.888 16.44 10.17C16.44 9.45203 15.8579 8.87 15.14 8.87C14.422 8.87 13.84 9.45203 13.84 10.17C13.84 10.888 14.422 11.47 15.14 11.47Z",
|
|
@@ -6309,13 +6440,13 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6309
6440
|
] })
|
|
6310
6441
|
}
|
|
6311
6442
|
);
|
|
6312
|
-
var IconPizzaSlice = (0,
|
|
6443
|
+
var IconPizzaSlice = (0, import_react66.forwardRef)(Icon66);
|
|
6313
6444
|
var IconPizzaSlice_default = IconPizzaSlice;
|
|
6314
6445
|
|
|
6315
6446
|
// src/IconPlateCovered.tsx
|
|
6316
|
-
var
|
|
6317
|
-
var
|
|
6318
|
-
var
|
|
6447
|
+
var import_react67 = __toESM(require_react(), 1);
|
|
6448
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime(), 1);
|
|
6449
|
+
var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6319
6450
|
"svg",
|
|
6320
6451
|
{
|
|
6321
6452
|
viewBox: "0 0 24 24",
|
|
@@ -6326,29 +6457,29 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6326
6457
|
height: size,
|
|
6327
6458
|
ref,
|
|
6328
6459
|
...props,
|
|
6329
|
-
children: /* @__PURE__ */ (0,
|
|
6330
|
-
/* @__PURE__ */ (0,
|
|
6460
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
|
|
6461
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6331
6462
|
"path",
|
|
6332
6463
|
{
|
|
6333
6464
|
d: "M13.5 3.11C13.5 2.88 13.35 2.67 13.12 2.62C12.76 2.54 12.39 2.5 12 2.5C11.61 2.5 11.23 2.54 10.88 2.62C10.66 2.67 10.5 2.88 10.5 3.11V7.2H13.5V3.11Z",
|
|
6334
6465
|
fill: "#70819C"
|
|
6335
6466
|
}
|
|
6336
6467
|
),
|
|
6337
|
-
/* @__PURE__ */ (0,
|
|
6468
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6338
6469
|
"path",
|
|
6339
6470
|
{
|
|
6340
6471
|
d: "M12 4.5C6.2 4.5 1.5 9.2 1.5 15C1.5 16.83 1.97 18.55 2.79 20.04H21.21C22.03 18.54 22.5 16.82 22.5 15C22.5 9.2 17.8 4.5 12 4.5Z",
|
|
6341
6472
|
fill: "#8998AF"
|
|
6342
6473
|
}
|
|
6343
6474
|
),
|
|
6344
|
-
/* @__PURE__ */ (0,
|
|
6475
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6345
6476
|
"path",
|
|
6346
6477
|
{
|
|
6347
6478
|
d: "M5.59006 13.82C5.46006 13.82 5.32006 13.79 5.19006 13.74C4.69006 13.52 4.45006 12.93 4.68006 12.42C5.41006 10.75 6.72006 9.36002 8.34006 8.52002C8.83006 8.27002 9.43006 8.46002 9.69006 8.95002C9.94006 9.44002 9.75006 10.04 9.26006 10.3C8.04006 10.93 7.06006 11.97 6.51006 13.22C6.34006 13.59 5.98006 13.82 5.59006 13.82Z",
|
|
6348
6479
|
fill: "white"
|
|
6349
6480
|
}
|
|
6350
6481
|
),
|
|
6351
|
-
/* @__PURE__ */ (0,
|
|
6482
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6352
6483
|
"path",
|
|
6353
6484
|
{
|
|
6354
6485
|
d: "M1.5 18.7H22.5C22.78 18.7 23 18.92 23 19.2V19.2999C23 20.3999 22.1 21.2999 21 21.2999H3C1.9 21.2999 1 20.3999 1 19.2999V19.2C1 18.92 1.22 18.7 1.5 18.7Z",
|
|
@@ -6358,13 +6489,13 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6358
6489
|
] }) })
|
|
6359
6490
|
}
|
|
6360
6491
|
);
|
|
6361
|
-
var IconPlateCovered = (0,
|
|
6492
|
+
var IconPlateCovered = (0, import_react67.forwardRef)(Icon67);
|
|
6362
6493
|
var IconPlateCovered_default = IconPlateCovered;
|
|
6363
6494
|
|
|
6364
6495
|
// src/IconPost.tsx
|
|
6365
|
-
var
|
|
6366
|
-
var
|
|
6367
|
-
var
|
|
6496
|
+
var import_react68 = __toESM(require_react(), 1);
|
|
6497
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime(), 1);
|
|
6498
|
+
var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6368
6499
|
"svg",
|
|
6369
6500
|
{
|
|
6370
6501
|
viewBox: "0 0 24 24",
|
|
@@ -6375,8 +6506,8 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6375
6506
|
height: size,
|
|
6376
6507
|
ref,
|
|
6377
6508
|
...props,
|
|
6378
|
-
children: /* @__PURE__ */ (0,
|
|
6379
|
-
/* @__PURE__ */ (0,
|
|
6509
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
|
|
6510
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6380
6511
|
"path",
|
|
6381
6512
|
{
|
|
6382
6513
|
fillRule: "evenodd",
|
|
@@ -6385,22 +6516,22 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6385
6516
|
fill: "#3CBAF9"
|
|
6386
6517
|
}
|
|
6387
6518
|
),
|
|
6388
|
-
/* @__PURE__ */ (0,
|
|
6389
|
-
/* @__PURE__ */ (0,
|
|
6519
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
|
|
6520
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6390
6521
|
"path",
|
|
6391
6522
|
{
|
|
6392
6523
|
d: "M6 4.99976C5.44772 4.99976 5 5.44747 5 5.99976V8.49976C5 9.05204 5.44772 9.49976 6 9.49976H8.5C9.05228 9.49976 9.5 9.05204 9.5 8.49976V5.99976C9.5 5.44747 9.05228 4.99976 8.5 4.99976H6Z",
|
|
6393
6524
|
fill: "white"
|
|
6394
6525
|
}
|
|
6395
6526
|
),
|
|
6396
|
-
/* @__PURE__ */ (0,
|
|
6527
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6397
6528
|
"path",
|
|
6398
6529
|
{
|
|
6399
6530
|
d: "M5 13.4998C5 12.9475 5.44772 12.4998 6 12.4998H16C16.5523 12.4998 17 12.9475 17 13.4998C17 14.052 16.5523 14.4998 16 14.4998H6C5.44772 14.4998 5 14.052 5 13.4998Z",
|
|
6400
6531
|
fill: "white"
|
|
6401
6532
|
}
|
|
6402
6533
|
),
|
|
6403
|
-
/* @__PURE__ */ (0,
|
|
6534
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6404
6535
|
"path",
|
|
6405
6536
|
{
|
|
6406
6537
|
d: "M5 17.9998C5 17.4475 5.44772 16.9998 6 16.9998H12C12.5523 16.9998 13 17.4475 13 17.9998C13 18.552 12.5523 18.9998 12 18.9998H6C5.44772 18.9998 5 18.552 5 17.9998Z",
|
|
@@ -6411,13 +6542,13 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6411
6542
|
] })
|
|
6412
6543
|
}
|
|
6413
6544
|
);
|
|
6414
|
-
var IconPost = (0,
|
|
6545
|
+
var IconPost = (0, import_react68.forwardRef)(Icon68);
|
|
6415
6546
|
var IconPost_default = IconPost;
|
|
6416
6547
|
|
|
6417
6548
|
// src/IconRocket.tsx
|
|
6418
|
-
var
|
|
6419
|
-
var
|
|
6420
|
-
var
|
|
6549
|
+
var import_react69 = __toESM(require_react(), 1);
|
|
6550
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime(), 1);
|
|
6551
|
+
var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6421
6552
|
"svg",
|
|
6422
6553
|
{
|
|
6423
6554
|
viewBox: "0 0 24 24",
|
|
@@ -6428,22 +6559,22 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6428
6559
|
height: size,
|
|
6429
6560
|
ref,
|
|
6430
6561
|
...props,
|
|
6431
|
-
children: /* @__PURE__ */ (0,
|
|
6432
|
-
/* @__PURE__ */ (0,
|
|
6562
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", { children: [
|
|
6563
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6433
6564
|
"path",
|
|
6434
6565
|
{
|
|
6435
6566
|
d: "M13.4062 3.58164C16.0884 2.11866 18.8917 1.7222 20.7314 2.17832L21.0859 2.28085L21.1953 2.3248C21.4412 2.44039 21.6316 2.65274 21.7188 2.91367C22.3254 4.7339 21.9784 7.73246 20.418 10.5934C19.8088 11.7102 19.0071 12.8208 17.9883 13.8541C18.5219 17.0813 17.7383 19.2401 16.125 20.5309C14.6018 21.7494 12.5626 21.9996 11 21.9996C10.6922 21.9996 10.4014 21.8583 10.2119 21.6158C10.046 21.4033 9.97405 21.1339 10.0088 20.8697L10.0293 20.7603C10.0294 20.7601 10.0299 20.7591 10.0303 20.7574C10.0312 20.7536 10.0327 20.7457 10.0352 20.735C10.04 20.7133 10.0473 20.6779 10.0566 20.6305C10.0755 20.5344 10.1017 20.3887 10.126 20.2047C10.1748 19.8347 10.2162 19.3179 10.1885 18.735C10.1619 18.1763 10.072 17.5828 9.87988 17.0055C9.70874 16.5512 9.37374 15.8513 8.91504 15.3365C8.87509 15.2931 8.83527 15.2489 8.79297 15.2066C8.75033 15.164 8.70592 15.1238 8.66211 15.0836C8.14782 14.626 7.44984 14.2908 6.99609 14.1197C6.41824 13.9272 5.8238 13.8378 5.26465 13.8111C4.68161 13.7834 4.16483 13.8257 3.79492 13.8746C3.61122 13.8989 3.46612 13.9241 3.37012 13.943C3.32219 13.9524 3.28632 13.9606 3.26465 13.9654C3.25383 13.9679 3.24593 13.9694 3.24219 13.9703C3.24119 13.9705 3.2406 13.9712 3.24023 13.9713C2.94228 14.0451 2.62684 13.9775 2.38477 13.7887C2.14207 13.5992 2 13.3075 2 12.9996C2.00006 11.4372 2.25059 9.39857 3.46875 7.87558C4.68117 6.36005 6.65997 5.57475 9.57031 5.92734L10.1465 6.01035C11.1795 4.992 12.2897 4.19065 13.4062 3.58164Z",
|
|
6436
6567
|
fill: "#318EFF"
|
|
6437
6568
|
}
|
|
6438
6569
|
),
|
|
6439
|
-
/* @__PURE__ */ (0,
|
|
6570
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6440
6571
|
"path",
|
|
6441
6572
|
{
|
|
6442
6573
|
d: "M14.5 7C15.8807 7 17 8.11929 17 9.5C17 10.8807 15.8807 12 14.5 12C13.1193 12 12 10.8807 12 9.5C12 8.11929 13.1193 7 14.5 7Z",
|
|
6443
6574
|
fill: "white"
|
|
6444
6575
|
}
|
|
6445
6576
|
),
|
|
6446
|
-
/* @__PURE__ */ (0,
|
|
6577
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6447
6578
|
"path",
|
|
6448
6579
|
{
|
|
6449
6580
|
d: "M4.91855 16.0023C5.61953 16.024 6.29218 16.271 6.8375 16.7035L7.06308 16.9008L7.0748 16.9125C8.28769 18.1115 8.27259 20.0358 7.23007 21.2729C6.33388 22.3405 4.90232 22.7265 3.9 22.8813C3.36985 22.963 2.88901 22.9911 2.5416 22.9984C2.36723 23.0021 2.22357 23.0008 2.12168 22.9984C2.07073 22.9972 2.02893 22.9958 1.99961 22.9945C1.98518 22.9939 1.97316 22.993 1.96445 22.9926C1.96021 22.9924 1.95651 22.9918 1.95371 22.9916H1.94785C1.47414 22.9632 1.08908 22.6067 1.01816 22.1459L1.0084 22.0522V22.0463C1.00825 22.0436 1.00765 22.0396 1.00742 22.0355C1.00697 22.0268 1.00609 22.0139 1.00547 21.9994C1.00423 21.9701 1.00275 21.929 1.00156 21.8783C0.999165 21.7764 0.997906 21.6328 1.00156 21.4584C1.00886 21.1107 1.03606 20.6288 1.11777 20.098C1.27225 19.0951 1.65769 17.6621 2.72422 16.765C3.33657 16.249 4.11809 15.9776 4.91855 16.0023Z",
|
|
@@ -6453,13 +6584,13 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6453
6584
|
] }) })
|
|
6454
6585
|
}
|
|
6455
6586
|
);
|
|
6456
|
-
var IconRocket = (0,
|
|
6587
|
+
var IconRocket = (0, import_react69.forwardRef)(Icon69);
|
|
6457
6588
|
var IconRocket_default = IconRocket;
|
|
6458
6589
|
|
|
6459
6590
|
// src/IconRoundmeatBottombone.tsx
|
|
6460
|
-
var
|
|
6461
|
-
var
|
|
6462
|
-
var
|
|
6591
|
+
var import_react70 = __toESM(require_react(), 1);
|
|
6592
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime(), 1);
|
|
6593
|
+
var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6463
6594
|
"svg",
|
|
6464
6595
|
{
|
|
6465
6596
|
viewBox: "0 0 24 24",
|
|
@@ -6470,15 +6601,15 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6470
6601
|
height: size,
|
|
6471
6602
|
ref,
|
|
6472
6603
|
...props,
|
|
6473
|
-
children: /* @__PURE__ */ (0,
|
|
6474
|
-
/* @__PURE__ */ (0,
|
|
6604
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
|
|
6605
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6475
6606
|
"path",
|
|
6476
6607
|
{
|
|
6477
6608
|
d: "M16.32 3.97003C12.84 0.490028 7.17 0.550028 3.77 4.14003C0.369996 7.73003 0.659996 13.12 4.02 16.41C6.36 18.7 9.67 19.41 12.62 18.54C14.25 18.06 16.01 18.5 17.21 19.7C16.61 20.39 16.64 21.42 17.29 22.08C17.94 22.74 19.08 22.76 19.76 22.08C20.23 21.61 20.38 20.93 20.19 20.34C20.17 20.26 20.23 20.2 20.31 20.22C20.91 20.4 21.58 20.26 22.05 19.79C22.73 19.11 22.73 18 22.05 17.32C21.37 16.64 20.36 16.65 19.67 17.24C18.47 16.04 18.02 14.28 18.5 12.66C19.39 9.68003 18.65 6.32003 16.3 3.97003H16.32Z",
|
|
6478
6609
|
fill: "#FFCB64"
|
|
6479
6610
|
}
|
|
6480
6611
|
),
|
|
6481
|
-
/* @__PURE__ */ (0,
|
|
6612
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6482
6613
|
"path",
|
|
6483
6614
|
{
|
|
6484
6615
|
d: "M3.76995 4.14C0.53995 7.55 0.65995 13.12 4.01995 16.41C6.35995 18.7 9.66995 19.41 12.62 18.54C13.68 18.23 14.7999 18.31 15.78 18.74C16.34 18.35 16.8799 17.9 17.3799 17.4C17.8799 16.9 18.33 16.36 18.7199 15.8C18.2899 14.82 18.2 13.71 18.52 12.65C19.41 9.67 18.67 6.31 16.32 3.96C12.84 0.489998 7.16995 0.549998 3.76995 4.14Z",
|
|
@@ -6488,13 +6619,13 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6488
6619
|
] })
|
|
6489
6620
|
}
|
|
6490
6621
|
);
|
|
6491
|
-
var IconRoundmeatBottombone = (0,
|
|
6622
|
+
var IconRoundmeatBottombone = (0, import_react70.forwardRef)(Icon70);
|
|
6492
6623
|
var IconRoundmeatBottombone_default = IconRoundmeatBottombone;
|
|
6493
6624
|
|
|
6494
6625
|
// src/IconScissors.tsx
|
|
6495
|
-
var
|
|
6496
|
-
var
|
|
6497
|
-
var
|
|
6626
|
+
var import_react71 = __toESM(require_react(), 1);
|
|
6627
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime(), 1);
|
|
6628
|
+
var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6498
6629
|
"svg",
|
|
6499
6630
|
{
|
|
6500
6631
|
viewBox: "0 0 24 24",
|
|
@@ -6505,23 +6636,23 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6505
6636
|
height: size,
|
|
6506
6637
|
ref,
|
|
6507
6638
|
...props,
|
|
6508
|
-
children: /* @__PURE__ */ (0,
|
|
6509
|
-
/* @__PURE__ */ (0,
|
|
6639
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6640
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6510
6641
|
"path",
|
|
6511
6642
|
{
|
|
6512
6643
|
d: "M15.2297 20.9453C15.1996 21.1682 15.0315 21.3461 14.8115 21.3877C14.5915 21.4292 14.3684 21.3254 14.2564 21.1293L5.55386 5.88882C4.85707 4.66854 5.25673 3.12046 6.45242 2.40833L7.01544 2.07301C7.13535 2.00159 7.2791 1.98156 7.41469 2.01738C7.55027 2.05319 7.66643 2.14189 7.73729 2.2637L15.7743 16.0801C15.8338 16.1823 15.8575 16.3014 15.8417 16.4181L15.2297 20.9453Z",
|
|
6513
6644
|
fill: "#A5ACE1"
|
|
6514
6645
|
}
|
|
6515
6646
|
),
|
|
6516
|
-
/* @__PURE__ */ (0,
|
|
6647
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6517
6648
|
"path",
|
|
6518
6649
|
{
|
|
6519
6650
|
d: "M8.77045 20.9453C8.8006 21.1682 8.96871 21.3461 9.18868 21.3877C9.40866 21.4292 9.63177 21.3254 9.74374 21.1293L18.4463 5.88882C19.1431 4.66854 18.7434 3.12046 17.5477 2.40833L16.9847 2.07301C16.8648 2.00159 16.7211 1.98156 16.5855 2.01738C16.4499 2.05319 16.3337 2.14188 16.2629 2.2637L8.22587 16.0801C8.1664 16.1823 8.14266 16.3014 8.15845 16.4181L8.77045 20.9453Z",
|
|
6520
6651
|
fill: "#C2C3EC"
|
|
6521
6652
|
}
|
|
6522
6653
|
),
|
|
6523
|
-
/* @__PURE__ */ (0,
|
|
6524
|
-
/* @__PURE__ */ (0,
|
|
6654
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6655
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6525
6656
|
"path",
|
|
6526
6657
|
{
|
|
6527
6658
|
fillRule: "evenodd",
|
|
@@ -6530,7 +6661,7 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6530
6661
|
fill: "#8465FF"
|
|
6531
6662
|
}
|
|
6532
6663
|
),
|
|
6533
|
-
/* @__PURE__ */ (0,
|
|
6664
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6534
6665
|
"path",
|
|
6535
6666
|
{
|
|
6536
6667
|
fillRule: "evenodd",
|
|
@@ -6543,13 +6674,13 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6543
6674
|
] })
|
|
6544
6675
|
}
|
|
6545
6676
|
);
|
|
6546
|
-
var IconScissors = (0,
|
|
6677
|
+
var IconScissors = (0, import_react71.forwardRef)(Icon71);
|
|
6547
6678
|
var IconScissors_default = IconScissors;
|
|
6548
6679
|
|
|
6549
6680
|
// src/IconShoppingbag2Stacked.tsx
|
|
6550
|
-
var
|
|
6551
|
-
var
|
|
6552
|
-
var
|
|
6681
|
+
var import_react72 = __toESM(require_react(), 1);
|
|
6682
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
|
|
6683
|
+
var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6553
6684
|
"svg",
|
|
6554
6685
|
{
|
|
6555
6686
|
viewBox: "0 0 24 24",
|
|
@@ -6560,9 +6691,9 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6560
6691
|
height: size,
|
|
6561
6692
|
ref,
|
|
6562
6693
|
...props,
|
|
6563
|
-
children: /* @__PURE__ */ (0,
|
|
6564
|
-
/* @__PURE__ */ (0,
|
|
6565
|
-
/* @__PURE__ */ (0,
|
|
6694
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6695
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6696
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6566
6697
|
"path",
|
|
6567
6698
|
{
|
|
6568
6699
|
fillRule: "evenodd",
|
|
@@ -6571,7 +6702,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6571
6702
|
fill: "#FFAA00"
|
|
6572
6703
|
}
|
|
6573
6704
|
),
|
|
6574
|
-
/* @__PURE__ */ (0,
|
|
6705
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6575
6706
|
"path",
|
|
6576
6707
|
{
|
|
6577
6708
|
fillRule: "evenodd",
|
|
@@ -6581,7 +6712,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6581
6712
|
}
|
|
6582
6713
|
)
|
|
6583
6714
|
] }),
|
|
6584
|
-
/* @__PURE__ */ (0,
|
|
6715
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6585
6716
|
"path",
|
|
6586
6717
|
{
|
|
6587
6718
|
fillRule: "evenodd",
|
|
@@ -6590,7 +6721,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6590
6721
|
fill: "#FF6F0F"
|
|
6591
6722
|
}
|
|
6592
6723
|
),
|
|
6593
|
-
/* @__PURE__ */ (0,
|
|
6724
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6594
6725
|
"path",
|
|
6595
6726
|
{
|
|
6596
6727
|
fillRule: "evenodd",
|
|
@@ -6602,13 +6733,13 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6602
6733
|
] })
|
|
6603
6734
|
}
|
|
6604
6735
|
);
|
|
6605
|
-
var IconShoppingbag2Stacked = (0,
|
|
6736
|
+
var IconShoppingbag2Stacked = (0, import_react72.forwardRef)(Icon72);
|
|
6606
6737
|
var IconShoppingbag2Stacked_default = IconShoppingbag2Stacked;
|
|
6607
|
-
|
|
6608
|
-
// src/IconShoppingbagItems.tsx
|
|
6609
|
-
var
|
|
6610
|
-
var
|
|
6611
|
-
var
|
|
6738
|
+
|
|
6739
|
+
// src/IconShoppingbagItems.tsx
|
|
6740
|
+
var import_react73 = __toESM(require_react(), 1);
|
|
6741
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime(), 1);
|
|
6742
|
+
var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6612
6743
|
"svg",
|
|
6613
6744
|
{
|
|
6614
6745
|
viewBox: "0 0 24 24",
|
|
@@ -6619,29 +6750,29 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6619
6750
|
height: size,
|
|
6620
6751
|
ref,
|
|
6621
6752
|
...props,
|
|
6622
|
-
children: /* @__PURE__ */ (0,
|
|
6623
|
-
/* @__PURE__ */ (0,
|
|
6753
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { children: [
|
|
6754
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6624
6755
|
"path",
|
|
6625
6756
|
{
|
|
6626
6757
|
d: "M9.84309 4.75124C9.36967 4.95223 9.14891 5.49889 9.35001 5.97226L12.2977 12.9108C12.4988 13.3841 13.0456 13.6049 13.519 13.404L20.0229 10.6428C20.4963 10.4419 20.7171 9.89519 20.516 9.42182L17.5683 2.48332C17.3672 2.00995 16.8204 1.78915 16.347 1.99013L9.84309 4.75124Z",
|
|
6627
6758
|
fill: "#FFCB64"
|
|
6628
6759
|
}
|
|
6629
6760
|
),
|
|
6630
|
-
/* @__PURE__ */ (0,
|
|
6761
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6631
6762
|
"path",
|
|
6632
6763
|
{
|
|
6633
6764
|
d: "M9.05747 1.83844C6.05398 1.83844 3.61865 4.27248 3.61865 7.27567C3.61865 10.2789 6.05398 12.7129 9.05747 12.7129C12.061 12.7129 14.4963 10.2789 14.4963 7.27567C14.4963 4.27248 12.061 1.83844 9.05747 1.83844Z",
|
|
6634
6765
|
fill: "#FF9F30"
|
|
6635
6766
|
}
|
|
6636
6767
|
),
|
|
6637
|
-
/* @__PURE__ */ (0,
|
|
6768
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6638
6769
|
"path",
|
|
6639
6770
|
{
|
|
6640
6771
|
d: "M21.9145 8.60293C21.8823 8.58775 21.8374 8.56718 21.7801 8.54198C21.6653 8.49159 21.5003 8.42273 21.2851 8.34172C20.8546 8.17969 20.2233 7.96909 19.3914 7.76034C17.7269 7.34266 15.2625 6.93323 12 6.93323C8.73747 6.93323 6.27312 7.34266 4.60861 7.76034C3.77667 7.96909 3.14541 8.17969 2.71491 8.34172C2.49968 8.42273 2.33469 8.49159 2.21993 8.54198C2.16255 8.56718 2.11774 8.58775 2.08549 8.60293L2.02642 8.63145C1.66197 8.81435 1.45396 9.20856 1.50867 9.61263L2.87759 19.7227C3.06674 21.1197 4.25943 22.1617 5.66918 22.1617H18.3245C19.7336 22.1617 20.926 21.1206 21.1159 19.7244L22.4913 9.61321C22.5462 9.20895 22.3382 8.81444 21.9736 8.63145L21.9145 8.60293Z",
|
|
6641
6772
|
fill: "#FF6F0F"
|
|
6642
6773
|
}
|
|
6643
6774
|
),
|
|
6644
|
-
/* @__PURE__ */ (0,
|
|
6775
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6645
6776
|
"path",
|
|
6646
6777
|
{
|
|
6647
6778
|
fillRule: "evenodd",
|
|
@@ -6653,13 +6784,13 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6653
6784
|
] })
|
|
6654
6785
|
}
|
|
6655
6786
|
);
|
|
6656
|
-
var IconShoppingbagItems = (0,
|
|
6787
|
+
var IconShoppingbagItems = (0, import_react73.forwardRef)(Icon73);
|
|
6657
6788
|
var IconShoppingbagItems_default = IconShoppingbagItems;
|
|
6658
6789
|
|
|
6659
6790
|
// src/IconSneakerLiftedLeftside.tsx
|
|
6660
|
-
var
|
|
6661
|
-
var
|
|
6662
|
-
var
|
|
6791
|
+
var import_react74 = __toESM(require_react(), 1);
|
|
6792
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime(), 1);
|
|
6793
|
+
var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6663
6794
|
"svg",
|
|
6664
6795
|
{
|
|
6665
6796
|
viewBox: "0 0 24 24",
|
|
@@ -6670,22 +6801,22 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6670
6801
|
height: size,
|
|
6671
6802
|
ref,
|
|
6672
6803
|
...props,
|
|
6673
|
-
children: /* @__PURE__ */ (0,
|
|
6674
|
-
/* @__PURE__ */ (0,
|
|
6804
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
|
|
6805
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6675
6806
|
"path",
|
|
6676
6807
|
{
|
|
6677
6808
|
d: "M20.584 7.22147C20.114 6.22147 18.91 5.75002 17.91 6.21002L17.05 6.61002C16.55 5.09002 15.68 3.78002 14.55 2.75002C14.1 2.35002 13.4 2.44002 13.06 2.94002L8.58 9.50002H6.5C3.19 9.50002 0.5 12.19 0.5 15.5V17.5H9.79L15 16.99L23.33 13.1L20.56 7.17002L20.584 7.22147Z",
|
|
6678
6809
|
fill: "#FF6F0F"
|
|
6679
6810
|
}
|
|
6680
6811
|
),
|
|
6681
|
-
/* @__PURE__ */ (0,
|
|
6812
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6682
6813
|
"path",
|
|
6683
6814
|
{
|
|
6684
6815
|
d: "M23.31 13.0499L22.68 11.6899L10.83 17.2199C10.43 17.4099 10 17.4999 9.56 17.4999H0.5V18.9999C0.5 20.0999 1.4 20.9999 2.5 20.9999H10.33C10.77 20.9999 11.2 20.8999 11.6 20.7199L22.34 15.7099C23.34 15.2399 23.77 14.0499 23.31 13.0499Z",
|
|
6685
6816
|
fill: "#FFAA00"
|
|
6686
6817
|
}
|
|
6687
6818
|
),
|
|
6688
|
-
/* @__PURE__ */ (0,
|
|
6819
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6689
6820
|
"path",
|
|
6690
6821
|
{
|
|
6691
6822
|
d: "M14.3698 9.98996L9.72984 7.82996L8.58984 9.49996L13.5298 11.8C14.0298 12.03 14.6298 11.82 14.8598 11.32C15.0898 10.82 14.8798 10.22 14.3798 9.98996H14.3698Z",
|
|
@@ -6695,13 +6826,13 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6695
6826
|
] })
|
|
6696
6827
|
}
|
|
6697
6828
|
);
|
|
6698
|
-
var IconSneakerLiftedLeftside = (0,
|
|
6829
|
+
var IconSneakerLiftedLeftside = (0, import_react74.forwardRef)(Icon74);
|
|
6699
6830
|
var IconSneakerLiftedLeftside_default = IconSneakerLiftedLeftside;
|
|
6700
6831
|
|
|
6701
6832
|
// src/IconSofa.tsx
|
|
6702
|
-
var
|
|
6703
|
-
var
|
|
6704
|
-
var
|
|
6833
|
+
var import_react75 = __toESM(require_react(), 1);
|
|
6834
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime(), 1);
|
|
6835
|
+
var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6705
6836
|
"svg",
|
|
6706
6837
|
{
|
|
6707
6838
|
viewBox: "0 0 24 24",
|
|
@@ -6712,16 +6843,16 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6712
6843
|
height: size,
|
|
6713
6844
|
ref,
|
|
6714
6845
|
...props,
|
|
6715
|
-
children: /* @__PURE__ */ (0,
|
|
6716
|
-
/* @__PURE__ */ (0,
|
|
6717
|
-
/* @__PURE__ */ (0,
|
|
6846
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
|
|
6847
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
|
|
6848
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6718
6849
|
"path",
|
|
6719
6850
|
{
|
|
6720
6851
|
d: "M3.5 21V18.5C3.5 17.9477 3.94772 17.5 4.5 17.5C5.05228 17.5 5.5 17.9477 5.5 18.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21Z",
|
|
6721
6852
|
fill: "#E98400"
|
|
6722
6853
|
}
|
|
6723
6854
|
),
|
|
6724
|
-
/* @__PURE__ */ (0,
|
|
6855
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6725
6856
|
"path",
|
|
6726
6857
|
{
|
|
6727
6858
|
d: "M18.5 21V18.5C18.5 17.9477 18.9477 17.5 19.5 17.5C20.0523 17.5 20.5 17.9477 20.5 18.5V21C20.5 21.5523 20.0523 22 19.5 22C18.9477 22 18.5 21.5523 18.5 21Z",
|
|
@@ -6729,14 +6860,14 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6729
6860
|
}
|
|
6730
6861
|
)
|
|
6731
6862
|
] }),
|
|
6732
|
-
/* @__PURE__ */ (0,
|
|
6863
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6733
6864
|
"path",
|
|
6734
6865
|
{
|
|
6735
6866
|
d: "M12 2C16.6544 2 18.8402 3.59805 19.6211 4.37891C20.1837 4.94151 20.5 5.70435 20.5 6.5V14C20.5 14.5523 20.0523 15 19.5 15H4.5C3.94772 15 3.5 14.5523 3.5 14V6.5C3.5 5.71841 3.8065 4.96973 4.35059 4.41016L4.34863 4.40918C5.21151 3.469 7.37697 2 12 2Z",
|
|
6736
6867
|
fill: "#FFCB64"
|
|
6737
6868
|
}
|
|
6738
6869
|
),
|
|
6739
|
-
/* @__PURE__ */ (0,
|
|
6870
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6740
6871
|
"path",
|
|
6741
6872
|
{
|
|
6742
6873
|
d: "M20 8.5C20.7957 8.5 21.5585 8.8163 22.1211 9.37891C22.6837 9.94151 23 10.7043 23 11.5V16.5C23 17.2957 22.6837 18.0585 22.1211 18.6211C21.5585 19.1837 20.7957 19.5 20 19.5H4C3.20435 19.5 2.44151 19.1837 1.87891 18.6211C1.3163 18.0585 1 17.2956 1 16.5V11.5C1 10.7044 1.3163 9.94152 1.87891 9.37891C2.44151 8.8163 3.20435 8.5 4 8.5C4.64452 8.5 5.26778 8.70717 5.78027 9.08496C6.11525 9.33193 6.31532 9.65049 6.43848 9.88281L7.82617 12.5H16.1719L17.4414 10.0684C17.5723 9.81779 17.768 9.52017 18.0713 9.27637C18.5144 8.92029 19.232 8.5 20 8.5Z",
|
|
@@ -6746,16 +6877,16 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6746
6877
|
] })
|
|
6747
6878
|
}
|
|
6748
6879
|
);
|
|
6749
|
-
var IconSofa = (0,
|
|
6880
|
+
var IconSofa = (0, import_react75.forwardRef)(Icon75);
|
|
6750
6881
|
var IconSofa_default = IconSofa;
|
|
6751
6882
|
|
|
6752
6883
|
// src/IconSparkle2.tsx
|
|
6753
6884
|
var React3 = __toESM(require_react(), 1);
|
|
6754
|
-
var
|
|
6755
|
-
var
|
|
6756
|
-
var
|
|
6885
|
+
var import_react76 = __toESM(require_react(), 1);
|
|
6886
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime(), 1);
|
|
6887
|
+
var Icon76 = ({ size = 24, ...props }, ref) => {
|
|
6757
6888
|
const id = React3.useId();
|
|
6758
|
-
return /* @__PURE__ */ (0,
|
|
6889
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6759
6890
|
"svg",
|
|
6760
6891
|
{
|
|
6761
6892
|
viewBox: "0 0 24 24",
|
|
@@ -6767,15 +6898,15 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6767
6898
|
ref,
|
|
6768
6899
|
...props,
|
|
6769
6900
|
children: [
|
|
6770
|
-
/* @__PURE__ */ (0,
|
|
6771
|
-
/* @__PURE__ */ (0,
|
|
6901
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { children: [
|
|
6902
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6772
6903
|
"path",
|
|
6773
6904
|
{
|
|
6774
6905
|
d: "M18.4275 1.19023C18.2971 0.859844 17.9739 0.646359 17.6189 0.65608C17.2638 0.665801 16.9528 0.89665 16.8407 1.23367L16.1495 3.31161C15.9323 3.96474 15.4365 4.48783 14.7959 4.73974L12.6909 5.56756C12.3604 5.69754 12.1465 6.02046 12.1558 6.37551C12.1651 6.73056 12.3956 7.04185 12.7324 7.15437L14.8154 7.85008C15.4664 8.06752 15.9878 8.5618 16.2398 9.20024L17.0724 11.3102C17.2028 11.6406 17.526 11.8541 17.8811 11.8443C18.2361 11.8346 18.5471 11.6038 18.6592 11.2667L19.3504 9.18881C19.5677 8.53568 20.0635 8.01258 20.704 7.76067L22.809 6.93286C23.1395 6.80287 23.3534 6.47996 23.3441 6.12491C23.3348 5.76986 23.1044 5.45857 22.7675 5.34605L20.6846 4.65034C20.0336 4.4329 19.5121 3.93862 19.2601 3.30018L18.4275 1.19023Z",
|
|
6775
6906
|
fill: `url(#${id}_paint_0)`
|
|
6776
6907
|
}
|
|
6777
6908
|
),
|
|
6778
|
-
/* @__PURE__ */ (0,
|
|
6909
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6779
6910
|
"path",
|
|
6780
6911
|
{
|
|
6781
6912
|
d: "M9.75971 7.13292C9.60531 6.74168 9.2226 6.48887 8.80215 6.50038C8.3817 6.51189 8.01339 6.78526 7.88064 7.18437L6.78927 10.4653C6.41504 11.5903 5.56103 12.4914 4.45767 12.9253L1.13402 14.2323C0.742603 14.3863 0.489341 14.7687 0.500345 15.1891C0.511349 15.6096 0.784266 15.9782 1.1832 16.1115L4.47203 17.2099C5.59338 17.5845 6.4916 18.4359 6.92558 19.5356L8.2403 22.8671C8.3947 23.2583 8.77741 23.5111 9.19786 23.4996C9.6183 23.4881 9.98661 23.2147 10.1194 22.8156L11.2107 19.5347C11.585 18.4097 12.439 17.5087 13.5423 17.0747L16.866 15.7677C17.2574 15.6137 17.5107 15.2313 17.4997 14.8109C17.4887 14.3904 17.2157 14.0218 16.8168 13.8886L13.528 12.7901C12.4066 12.4155 11.5084 11.5641 11.0744 10.4644L9.75971 7.13292Z",
|
|
@@ -6783,8 +6914,8 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6783
6914
|
}
|
|
6784
6915
|
)
|
|
6785
6916
|
] }) }),
|
|
6786
|
-
/* @__PURE__ */ (0,
|
|
6787
|
-
/* @__PURE__ */ (0,
|
|
6917
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("defs", { children: [
|
|
6918
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6788
6919
|
"linearGradient",
|
|
6789
6920
|
{
|
|
6790
6921
|
id: `${id}_paint_0`,
|
|
@@ -6794,12 +6925,12 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6794
6925
|
y2: 0.73374,
|
|
6795
6926
|
gradientUnits: "userSpaceOnUse",
|
|
6796
6927
|
children: [
|
|
6797
|
-
/* @__PURE__ */ (0,
|
|
6798
|
-
/* @__PURE__ */ (0,
|
|
6928
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
6929
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6799
6930
|
]
|
|
6800
6931
|
}
|
|
6801
6932
|
),
|
|
6802
|
-
/* @__PURE__ */ (0,
|
|
6933
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6803
6934
|
"linearGradient",
|
|
6804
6935
|
{
|
|
6805
6936
|
id: `${id}_paint_1`,
|
|
@@ -6809,27 +6940,27 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6809
6940
|
y2: 0.73374,
|
|
6810
6941
|
gradientUnits: "userSpaceOnUse",
|
|
6811
6942
|
children: [
|
|
6812
|
-
/* @__PURE__ */ (0,
|
|
6813
|
-
/* @__PURE__ */ (0,
|
|
6943
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
6944
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6814
6945
|
]
|
|
6815
6946
|
}
|
|
6816
6947
|
),
|
|
6817
|
-
/* @__PURE__ */ (0,
|
|
6948
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
|
|
6818
6949
|
] })
|
|
6819
6950
|
]
|
|
6820
6951
|
}
|
|
6821
6952
|
);
|
|
6822
6953
|
};
|
|
6823
|
-
var IconSparkle2 = (0,
|
|
6954
|
+
var IconSparkle2 = (0, import_react76.forwardRef)(Icon76);
|
|
6824
6955
|
var IconSparkle2_default = IconSparkle2;
|
|
6825
6956
|
|
|
6826
6957
|
// src/IconSparkleArrowUp.tsx
|
|
6827
6958
|
var React4 = __toESM(require_react(), 1);
|
|
6828
|
-
var
|
|
6829
|
-
var
|
|
6830
|
-
var
|
|
6959
|
+
var import_react77 = __toESM(require_react(), 1);
|
|
6960
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime(), 1);
|
|
6961
|
+
var Icon77 = ({ size = 24, ...props }, ref) => {
|
|
6831
6962
|
const id = React4.useId();
|
|
6832
|
-
return /* @__PURE__ */ (0,
|
|
6963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
6833
6964
|
"svg",
|
|
6834
6965
|
{
|
|
6835
6966
|
viewBox: "0 0 24 24",
|
|
@@ -6841,15 +6972,15 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6841
6972
|
ref,
|
|
6842
6973
|
...props,
|
|
6843
6974
|
children: [
|
|
6844
|
-
/* @__PURE__ */ (0,
|
|
6845
|
-
/* @__PURE__ */ (0,
|
|
6975
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { children: [
|
|
6976
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6846
6977
|
"path",
|
|
6847
6978
|
{
|
|
6848
6979
|
d: "M23.0146 10.3271C23.6996 10.9196 23.2806 12.0444 22.375 12.0444H19.8001C19.6344 12.0444 19.4999 12.1815 19.5014 12.3472C19.5438 17.0912 20.5781 19.7491 21.3628 21.4375C21.6642 22.0859 21.2096 22.8 20.4946 22.8H3.5055C2.79049 22.8 2.33591 22.0859 2.63728 21.4375C3.42202 19.7491 4.45635 17.0912 4.49871 12.3472C4.50019 12.1815 4.36574 12.0444 4.20005 12.0444H1.62512C0.719519 12.0444 0.300534 10.9196 0.985469 10.3271L11.3604 1.35325C11.7277 1.03557 12.2724 1.03557 12.6397 1.35325L23.0146 10.3271Z",
|
|
6849
6980
|
fill: `url(#${id}_paint_0)`
|
|
6850
6981
|
}
|
|
6851
6982
|
),
|
|
6852
|
-
/* @__PURE__ */ (0,
|
|
6983
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6853
6984
|
"path",
|
|
6854
6985
|
{
|
|
6855
6986
|
d: "M11.8776 6.05048C12.2347 6.04087 12.5608 6.25535 12.6921 6.58759L13.4548 8.52021C13.6772 9.08377 14.137 9.52062 14.7116 9.71259L16.6198 10.3493C16.9585 10.4627 17.1905 10.7764 17.1999 11.1335C17.2092 11.4907 16.9932 11.816 16.6608 11.947L14.7331 12.7048C14.1679 12.9272 13.7305 13.3892 13.5387 13.9655L12.9059 15.8688C12.793 16.2078 12.4789 16.44 12.1217 16.4499C11.7646 16.4595 11.4395 16.2442 11.3083 15.9118L10.5456 13.9802C10.3232 13.4168 9.86313 12.9798 9.28874 12.7878L7.38054 12.1511C7.04154 12.0378 6.80983 11.7242 6.80046 11.3669C6.79117 11.0097 7.00607 10.6843 7.33855 10.5534L9.26628 9.7956C9.83153 9.57317 10.2698 9.11124 10.4616 8.53486L11.0944 6.63154L11.1462 6.50947C11.2866 6.23803 11.5653 6.05915 11.8776 6.05048Z",
|
|
@@ -6857,7 +6988,7 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6857
6988
|
}
|
|
6858
6989
|
)
|
|
6859
6990
|
] }),
|
|
6860
|
-
/* @__PURE__ */ (0,
|
|
6991
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
6861
6992
|
"linearGradient",
|
|
6862
6993
|
{
|
|
6863
6994
|
id: `${id}_paint_0`,
|
|
@@ -6867,8 +6998,8 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6867
6998
|
y2: 0.346177,
|
|
6868
6999
|
gradientUnits: "userSpaceOnUse",
|
|
6869
7000
|
children: [
|
|
6870
|
-
/* @__PURE__ */ (0,
|
|
6871
|
-
/* @__PURE__ */ (0,
|
|
7001
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
7002
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6872
7003
|
]
|
|
6873
7004
|
}
|
|
6874
7005
|
) })
|
|
@@ -6876,13 +7007,13 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6876
7007
|
}
|
|
6877
7008
|
);
|
|
6878
7009
|
};
|
|
6879
|
-
var IconSparkleArrowUp = (0,
|
|
7010
|
+
var IconSparkleArrowUp = (0, import_react77.forwardRef)(Icon77);
|
|
6880
7011
|
var IconSparkleArrowUp_default = IconSparkleArrowUp;
|
|
6881
7012
|
|
|
6882
7013
|
// src/IconSpraybottleSponge.tsx
|
|
6883
|
-
var
|
|
6884
|
-
var
|
|
6885
|
-
var
|
|
7014
|
+
var import_react78 = __toESM(require_react(), 1);
|
|
7015
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime(), 1);
|
|
7016
|
+
var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6886
7017
|
"svg",
|
|
6887
7018
|
{
|
|
6888
7019
|
viewBox: "0 0 24 24",
|
|
@@ -6893,22 +7024,22 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6893
7024
|
height: size,
|
|
6894
7025
|
ref,
|
|
6895
7026
|
...props,
|
|
6896
|
-
children: /* @__PURE__ */ (0,
|
|
6897
|
-
/* @__PURE__ */ (0,
|
|
7027
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7028
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6898
7029
|
"path",
|
|
6899
7030
|
{
|
|
6900
7031
|
d: "M6.94461 5.64355C6.49863 5.64355 6.11523 5.9597 6.03027 6.39752L3.52577 19.304C3.21343 20.9136 4.4463 22.4087 6.08592 22.4087H14.3626C16.1145 22.4087 17.3681 20.7157 16.857 19.04L12.9724 6.30324C12.8529 5.91132 12.4913 5.64355 12.0816 5.64355H6.94461Z",
|
|
6901
7032
|
fill: "#4EDB7D"
|
|
6902
7033
|
}
|
|
6903
7034
|
),
|
|
6904
|
-
/* @__PURE__ */ (0,
|
|
7035
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6905
7036
|
"path",
|
|
6906
7037
|
{
|
|
6907
7038
|
d: "M8.23329 1.01171C5.45519 1.08248 3 3.13473 3 5.65698C3 6.17138 3.417 6.58838 3.9314 6.58838H14.3873L14.388 6.59279C14.3901 6.60528 14.3928 6.62075 14.3961 6.63904C14.4029 6.6756 14.4124 6.72353 14.4255 6.78135C14.4517 6.89677 14.4923 7.05294 14.5533 7.23775C14.6747 7.60532 14.8811 8.09889 15.2258 8.61279L15.2272 8.61492C15.5737 9.12911 15.9447 9.50343 16.2348 9.75301C16.3803 9.87817 16.507 9.97336 16.6027 10.0404C16.6506 10.0739 16.691 10.1006 16.7222 10.1206C16.7379 10.1305 16.7512 10.1389 16.7622 10.1456L16.7768 10.1544L16.7827 10.1579L16.7853 10.1594L16.7865 10.1601C16.7865 10.1601 16.7876 10.1608 17.3522 9.19619L16.7876 10.1608C17.3204 10.4726 18.005 10.2935 18.3168 9.76077C18.6266 9.23144 18.4518 8.55215 17.927 8.23762L17.9253 8.23656C17.9195 8.23288 17.9057 8.22392 17.8852 8.20953C17.844 8.18066 17.7765 8.13062 17.6927 8.05848C17.5243 7.9136 17.2965 7.68531 17.0816 7.36671C16.8743 7.05743 16.7487 6.7573 16.6759 6.53687C16.6398 6.42755 16.6178 6.34107 16.6056 6.28737C16.5996 6.26063 16.596 6.24238 16.5945 6.2339L16.5937 6.22983C16.5856 6.1777 16.574 6.12696 16.5592 6.07783L18.575 3.97266C18.7411 3.79929 18.8337 3.56853 18.8337 3.32849V1.9314C18.8337 1.417 18.4167 1 17.9023 1H8.3814C8.33099 1 8.28152 1.004 8.23329 1.01171Z",
|
|
6908
7039
|
fill: "#2CCA6F"
|
|
6909
7040
|
}
|
|
6910
7041
|
),
|
|
6911
|
-
/* @__PURE__ */ (0,
|
|
7042
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6912
7043
|
"path",
|
|
6913
7044
|
{
|
|
6914
7045
|
d: "M13.1113 15.907C12.1573 15.907 11.3239 16.2663 10.7397 16.9266C10.1685 17.5723 9.90698 18.4232 9.90698 19.3022V20.1958C9.90698 21.0748 10.1685 21.9257 10.7397 22.5714C11.3239 23.2317 12.1573 23.591 13.1113 23.591C13.5716 23.591 14.0155 23.4615 14.3618 23.3323C14.7183 23.1993 15.053 23.0347 15.2973 22.9133C15.706 22.7101 16.4024 22.7101 16.811 22.9132C17.0554 23.0347 17.3901 23.1993 17.7466 23.3323C18.0929 23.4615 18.5368 23.591 18.9971 23.591C19.9511 23.591 20.7845 23.2317 21.3687 22.5714C21.9399 21.9257 22.2014 21.0748 22.2014 20.1958V19.3022C22.2014 18.4232 21.9399 17.5723 21.3687 16.9266C20.7845 16.2663 19.9511 15.907 18.9971 15.907C18.5368 15.907 18.0929 16.0365 17.7466 16.1657C17.3901 16.2986 17.0554 16.4633 16.811 16.5847C16.4024 16.7879 15.706 16.7879 15.2974 16.5847C15.053 16.4633 14.7183 16.2986 14.3618 16.1657C14.0155 16.0365 13.5716 15.907 13.1113 15.907Z",
|
|
@@ -6918,13 +7049,66 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6918
7049
|
] })
|
|
6919
7050
|
}
|
|
6920
7051
|
);
|
|
6921
|
-
var IconSpraybottleSponge = (0,
|
|
7052
|
+
var IconSpraybottleSponge = (0, import_react78.forwardRef)(Icon78);
|
|
6922
7053
|
var IconSpraybottleSponge_default = IconSpraybottleSponge;
|
|
6923
7054
|
|
|
7055
|
+
// src/IconSquareline2Vertical.tsx
|
|
7056
|
+
var import_react79 = __toESM(require_react(), 1);
|
|
7057
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime(), 1);
|
|
7058
|
+
var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7059
|
+
"svg",
|
|
7060
|
+
{
|
|
7061
|
+
viewBox: "0 0 24 24",
|
|
7062
|
+
fill: "none",
|
|
7063
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7064
|
+
"data-seed-icon": "true",
|
|
7065
|
+
width: size,
|
|
7066
|
+
height: size,
|
|
7067
|
+
ref,
|
|
7068
|
+
...props,
|
|
7069
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { children: [
|
|
7070
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { children: [
|
|
7071
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7072
|
+
"path",
|
|
7073
|
+
{
|
|
7074
|
+
d: "M6.5 14C7.32843 14 8 14.6716 8 15.5V19.5C8 20.3284 7.32843 21 6.5 21H2.5C1.67157 21 1 20.3284 1 19.5V15.5C1 14.6716 1.67157 14 2.5 14H6.5Z",
|
|
7075
|
+
fill: "#2DA871"
|
|
7076
|
+
}
|
|
7077
|
+
),
|
|
7078
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7079
|
+
"path",
|
|
7080
|
+
{
|
|
7081
|
+
d: "M6.5 3C7.32843 3 8 3.67157 8 4.5V8.5C8 9.32843 7.32843 10 6.5 10H2.5C1.67157 10 1 9.32843 1 8.5V4.5C1 3.67157 1.67157 3 2.5 3H6.5Z",
|
|
7082
|
+
fill: "#2DA871"
|
|
7083
|
+
}
|
|
7084
|
+
)
|
|
7085
|
+
] }),
|
|
7086
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { children: [
|
|
7087
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7088
|
+
"path",
|
|
7089
|
+
{
|
|
7090
|
+
d: "M22 16.2988C22.6627 16.2988 23.2002 16.8373 23.2002 17.5C23.1999 18.1625 22.6626 18.6992 22 18.6992H11.5C10.8373 18.6992 10.2998 18.1618 10.2998 17.499C10.3001 16.8365 10.8374 16.2988 11.5 16.2988H22Z",
|
|
7091
|
+
fill: "#20C578"
|
|
7092
|
+
}
|
|
7093
|
+
),
|
|
7094
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7095
|
+
"path",
|
|
7096
|
+
{
|
|
7097
|
+
d: "M22 5.2998C22.6627 5.2998 23.2002 5.83823 23.2002 6.50098C23.1999 7.16349 22.6626 7.7002 22 7.7002H11.5C10.8373 7.7002 10.2998 7.16274 10.2998 6.5C10.3001 5.83748 10.8374 5.2998 11.5 5.2998H22Z",
|
|
7098
|
+
fill: "#20C578"
|
|
7099
|
+
}
|
|
7100
|
+
)
|
|
7101
|
+
] })
|
|
7102
|
+
] })
|
|
7103
|
+
}
|
|
7104
|
+
);
|
|
7105
|
+
var IconSquareline2Vertical = (0, import_react79.forwardRef)(Icon79);
|
|
7106
|
+
var IconSquareline2Vertical_default = IconSquareline2Vertical;
|
|
7107
|
+
|
|
6924
7108
|
// src/IconStarCalendar.tsx
|
|
6925
|
-
var
|
|
6926
|
-
var
|
|
6927
|
-
var
|
|
7109
|
+
var import_react80 = __toESM(require_react(), 1);
|
|
7110
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime(), 1);
|
|
7111
|
+
var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6928
7112
|
"svg",
|
|
6929
7113
|
{
|
|
6930
7114
|
viewBox: "0 0 24 24",
|
|
@@ -6935,22 +7119,22 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6935
7119
|
height: size,
|
|
6936
7120
|
ref,
|
|
6937
7121
|
...props,
|
|
6938
|
-
children: /* @__PURE__ */ (0,
|
|
6939
|
-
/* @__PURE__ */ (0,
|
|
7122
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { children: [
|
|
7123
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6940
7124
|
"path",
|
|
6941
7125
|
{
|
|
6942
7126
|
d: "M19.5 3.30017C21.1569 3.30017 22.5 4.64332 22.5 6.30017V19.8002C22.5 21.457 21.1569 22.8002 19.5 22.8002H4.5C2.84315 22.8002 1.5 21.457 1.5 19.8002V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H19.5Z",
|
|
6943
7127
|
fill: "#FFAC64"
|
|
6944
7128
|
}
|
|
6945
7129
|
),
|
|
6946
|
-
/* @__PURE__ */ (0,
|
|
7130
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6947
7131
|
"path",
|
|
6948
7132
|
{
|
|
6949
7133
|
d: "M16.5 1.09998C17.1627 1.09998 17.7002 1.63743 17.7002 2.30017V3.30017H19.5C21.1569 3.30017 22.5 4.64332 22.5 6.30017V9.30017H1.5V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H6.2998V2.30017C6.2998 1.63743 6.83726 1.09998 7.5 1.09998C8.16274 1.09998 8.7002 1.63743 8.7002 2.30017V3.30017H15.2998V2.30017C15.2998 1.63743 15.8373 1.09998 16.5 1.09998Z",
|
|
6950
7134
|
fill: "#FF6F0F"
|
|
6951
7135
|
}
|
|
6952
7136
|
),
|
|
6953
|
-
/* @__PURE__ */ (0,
|
|
7137
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6954
7138
|
"path",
|
|
6955
7139
|
{
|
|
6956
7140
|
d: "M11.1949 12.3324C11.5986 11.8009 12.4108 11.8017 12.8131 12.3344L12.8922 12.4565L13.6588 13.8295L15.1529 14.1752C15.8926 14.3467 16.1916 15.238 15.7047 15.8207L14.6774 17.0483L14.8356 18.6811C14.911 19.4627 14.1108 20.0325 13.3971 19.7055L12.0006 19.0639L10.6041 19.7055C9.89022 20.0329 9.09014 19.4629 9.16564 18.6811L9.32287 17.0483L8.2965 15.8207C7.80933 15.2379 8.1083 14.3465 8.84826 14.1752L10.3424 13.8295L11.1149 12.4545L11.1949 12.3324Z",
|
|
@@ -6960,13 +7144,13 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6960
7144
|
] })
|
|
6961
7145
|
}
|
|
6962
7146
|
);
|
|
6963
|
-
var IconStarCalendar = (0,
|
|
7147
|
+
var IconStarCalendar = (0, import_react80.forwardRef)(Icon80);
|
|
6964
7148
|
var IconStarCalendar_default = IconStarCalendar;
|
|
6965
7149
|
|
|
6966
7150
|
// src/IconTreasureChest.tsx
|
|
6967
|
-
var
|
|
6968
|
-
var
|
|
6969
|
-
var
|
|
7151
|
+
var import_react81 = __toESM(require_react(), 1);
|
|
7152
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime(), 1);
|
|
7153
|
+
var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
6970
7154
|
"svg",
|
|
6971
7155
|
{
|
|
6972
7156
|
viewBox: "0 0 24 24",
|
|
@@ -6977,30 +7161,30 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6977
7161
|
height: size,
|
|
6978
7162
|
ref,
|
|
6979
7163
|
...props,
|
|
6980
|
-
children: /* @__PURE__ */ (0,
|
|
6981
|
-
/* @__PURE__ */ (0,
|
|
7164
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("g", { children: [
|
|
7165
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
6982
7166
|
"path",
|
|
6983
7167
|
{
|
|
6984
7168
|
d: "M19 3C19.1168 3 19.2324 3.00581 19.3467 3.01562C19.4515 3.0057 19.5577 3 19.665 3C21.5069 3.00003 23 4.49313 23 6.33496V18.2998C23 19.791 21.791 21 20.2998 21H4C2.34315 21 1 19.6569 1 18V7C1 4.79086 2.79086 3 5 3H19Z",
|
|
6985
7169
|
fill: "#937066"
|
|
6986
7170
|
}
|
|
6987
7171
|
),
|
|
6988
|
-
/* @__PURE__ */ (0,
|
|
7172
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
6989
7173
|
"path",
|
|
6990
7174
|
{
|
|
6991
7175
|
d: "M16.33 6.335C16.33 4.49313 17.8231 3 19.665 3C21.5068 3 23 4.49313 23 6.335V18.3C23 19.7912 21.7911 21 20.3 21H16.33V6.335Z",
|
|
6992
7176
|
fill: "#C4A67E"
|
|
6993
7177
|
}
|
|
6994
7178
|
),
|
|
6995
|
-
/* @__PURE__ */ (0,
|
|
6996
|
-
/* @__PURE__ */ (0,
|
|
7179
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("g", { children: [
|
|
7180
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
6997
7181
|
"path",
|
|
6998
7182
|
{
|
|
6999
7183
|
d: "M6.2627 3.00879C4.44039 3.13083 3 4.64678 3 6.5V9H14.3301V6.33496C14.3301 5.97306 14.365 5.61991 14.4297 5.27832C14.6168 4.40128 15.0985 3.39549 16.1504 3H19.665C18.0944 3 16.7776 4.0859 16.4238 5.54785C16.4194 5.56602 16.4152 5.58426 16.4111 5.60254C16.4021 5.64268 16.3933 5.68296 16.3857 5.72363C16.3822 5.74276 16.3792 5.76201 16.376 5.78125C16.3694 5.82041 16.3636 5.8598 16.3584 5.89941C16.3552 5.92375 16.3523 5.94816 16.3496 5.97266C16.3368 6.09167 16.3301 6.21253 16.3301 6.33496V9H23V11H16.3301V21H14.3301V11H3V20.8252C1.83548 20.413 1 19.3057 1 18V7C1 4.79086 2.79086 3 5 3H6C6.08827 3 6.17585 3.00316 6.2627 3.00879Z",
|
|
7000
7184
|
fill: "#FFCB64"
|
|
7001
7185
|
}
|
|
7002
7186
|
),
|
|
7003
|
-
/* @__PURE__ */ (0,
|
|
7187
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7004
7188
|
"path",
|
|
7005
7189
|
{
|
|
7006
7190
|
d: "M8.83398 13.5342C9.66586 13.6188 10.3154 14.3216 10.3154 15.1758C10.3151 15.7964 9.97156 16.3366 9.46484 16.6182V17.6758C9.46442 18.1173 9.10567 18.4757 8.66406 18.4756C8.22274 18.4753 7.86564 18.117 7.86523 17.6758V16.6162C7.4056 16.3604 7.07947 15.8932 7.02344 15.3447L7.01465 15.1758L7.02344 15.0068C7.10804 14.1749 7.8108 13.5254 8.66504 13.5254L8.83398 13.5342Z",
|
|
@@ -7011,13 +7195,13 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7011
7195
|
] })
|
|
7012
7196
|
}
|
|
7013
7197
|
);
|
|
7014
|
-
var IconTreasureChest = (0,
|
|
7198
|
+
var IconTreasureChest = (0, import_react81.forwardRef)(Icon81);
|
|
7015
7199
|
var IconTreasureChest_default = IconTreasureChest;
|
|
7016
7200
|
|
|
7017
7201
|
// src/IconTree.tsx
|
|
7018
|
-
var
|
|
7019
|
-
var
|
|
7020
|
-
var
|
|
7202
|
+
var import_react82 = __toESM(require_react(), 1);
|
|
7203
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime(), 1);
|
|
7204
|
+
var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7021
7205
|
"svg",
|
|
7022
7206
|
{
|
|
7023
7207
|
viewBox: "0 0 24 24",
|
|
@@ -7028,9 +7212,9 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7028
7212
|
height: size,
|
|
7029
7213
|
ref,
|
|
7030
7214
|
...props,
|
|
7031
|
-
children: /* @__PURE__ */ (0,
|
|
7032
|
-
/* @__PURE__ */ (0,
|
|
7033
|
-
/* @__PURE__ */ (0,
|
|
7215
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("g", { children: [
|
|
7216
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
|
|
7217
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7034
7218
|
"path",
|
|
7035
7219
|
{
|
|
7036
7220
|
d: "M12 1C13.815 1 15.306 2.3816 15.4814 4.15039C15.8037 4.05252 16.1457 4 16.5 4C18.433 4 20 5.567 20 7.5C20 7.85653 19.9458 8.20032 19.8467 8.52441C21.7105 9.40499 23 11.3019 23 13.5C23 16.5376 20.5376 19 17.5 19H6.5C3.46243 19 1 16.5376 1 13.5C1 11.3022 2.28898 9.40516 4.15234 8.52441C4.05332 8.2004 4 7.85643 4 7.5C4 5.567 5.567 4 7.5 4C7.85394 4 8.19556 4.05269 8.51758 4.15039C8.69302 2.38156 10.185 1 12 1Z",
|
|
@@ -7040,13 +7224,13 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7040
7224
|
] })
|
|
7041
7225
|
}
|
|
7042
7226
|
);
|
|
7043
|
-
var IconTree = (0,
|
|
7227
|
+
var IconTree = (0, import_react82.forwardRef)(Icon82);
|
|
7044
7228
|
var IconTree_default = IconTree;
|
|
7045
7229
|
|
|
7046
7230
|
// src/IconTriangleRightChatbubbleLeft.tsx
|
|
7047
|
-
var
|
|
7048
|
-
var
|
|
7049
|
-
var
|
|
7231
|
+
var import_react83 = __toESM(require_react(), 1);
|
|
7232
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime(), 1);
|
|
7233
|
+
var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7050
7234
|
"svg",
|
|
7051
7235
|
{
|
|
7052
7236
|
viewBox: "0 0 24 24",
|
|
@@ -7057,8 +7241,8 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7057
7241
|
height: size,
|
|
7058
7242
|
ref,
|
|
7059
7243
|
...props,
|
|
7060
|
-
children: /* @__PURE__ */ (0,
|
|
7061
|
-
/* @__PURE__ */ (0,
|
|
7244
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { children: [
|
|
7245
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7062
7246
|
"path",
|
|
7063
7247
|
{
|
|
7064
7248
|
fillRule: "evenodd",
|
|
@@ -7067,7 +7251,7 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7067
7251
|
fill: "#FB4162"
|
|
7068
7252
|
}
|
|
7069
7253
|
),
|
|
7070
|
-
/* @__PURE__ */ (0,
|
|
7254
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7071
7255
|
"path",
|
|
7072
7256
|
{
|
|
7073
7257
|
d: "M10.9125 15.8292L15.6874 12.7255H15.6778C15.9166 12.5632 16.0694 12.2958 16.0694 11.9997C16.0694 11.7132 15.9261 11.4363 15.6778 11.2739L10.922 8.17025C10.6546 7.99835 10.3108 7.97925 10.0339 8.13205C9.74739 8.28485 9.5755 8.58089 9.5755 8.89603L9.5564 15.1034C9.5564 15.4185 9.73784 15.7146 10.0148 15.8674C10.3089 16.0145 10.6498 16.0043 10.9125 15.8292Z",
|
|
@@ -7077,13 +7261,13 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7077
7261
|
] })
|
|
7078
7262
|
}
|
|
7079
7263
|
);
|
|
7080
|
-
var IconTriangleRightChatbubbleLeft = (0,
|
|
7264
|
+
var IconTriangleRightChatbubbleLeft = (0, import_react83.forwardRef)(Icon83);
|
|
7081
7265
|
var IconTriangleRightChatbubbleLeft_default = IconTriangleRightChatbubbleLeft;
|
|
7082
7266
|
|
|
7083
7267
|
// src/IconTrophy.tsx
|
|
7084
|
-
var
|
|
7085
|
-
var
|
|
7086
|
-
var
|
|
7268
|
+
var import_react84 = __toESM(require_react(), 1);
|
|
7269
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime(), 1);
|
|
7270
|
+
var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7087
7271
|
"svg",
|
|
7088
7272
|
{
|
|
7089
7273
|
viewBox: "0 0 24 24",
|
|
@@ -7094,15 +7278,15 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7094
7278
|
height: size,
|
|
7095
7279
|
ref,
|
|
7096
7280
|
...props,
|
|
7097
|
-
children: /* @__PURE__ */ (0,
|
|
7098
|
-
/* @__PURE__ */ (0,
|
|
7281
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
|
|
7282
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7099
7283
|
"path",
|
|
7100
7284
|
{
|
|
7101
7285
|
d: "M13.2002 19.7998H16C16.6627 19.7998 17.2002 20.3373 17.2002 21C17.2002 21.6627 16.6627 22.2002 16 22.2002H8C7.33727 22.2002 6.7998 21.6627 6.7998 21C6.7998 20.3373 7.33727 19.7998 8 19.7998H10.7998V16.5H13.2002V19.7998Z",
|
|
7102
7286
|
fill: "#E98400"
|
|
7103
7287
|
}
|
|
7104
7288
|
),
|
|
7105
|
-
/* @__PURE__ */ (0,
|
|
7289
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7106
7290
|
"path",
|
|
7107
7291
|
{
|
|
7108
7292
|
fillRule: "evenodd",
|
|
@@ -7114,13 +7298,13 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7114
7298
|
] })
|
|
7115
7299
|
}
|
|
7116
7300
|
);
|
|
7117
|
-
var IconTrophy = (0,
|
|
7301
|
+
var IconTrophy = (0, import_react84.forwardRef)(Icon84);
|
|
7118
7302
|
var IconTrophy_default = IconTrophy;
|
|
7119
7303
|
|
|
7120
7304
|
// src/IconTruck.tsx
|
|
7121
|
-
var
|
|
7122
|
-
var
|
|
7123
|
-
var
|
|
7305
|
+
var import_react85 = __toESM(require_react(), 1);
|
|
7306
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime(), 1);
|
|
7307
|
+
var Icon85 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7124
7308
|
"svg",
|
|
7125
7309
|
{
|
|
7126
7310
|
viewBox: "0 0 24 24",
|
|
@@ -7131,37 +7315,37 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7131
7315
|
height: size,
|
|
7132
7316
|
ref,
|
|
7133
7317
|
...props,
|
|
7134
|
-
children: /* @__PURE__ */ (0,
|
|
7135
|
-
/* @__PURE__ */ (0,
|
|
7318
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("g", { children: [
|
|
7319
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7136
7320
|
"path",
|
|
7137
7321
|
{
|
|
7138
7322
|
d: "M8.5 2.49988C6.40046 2.49988 4.96576 2.80879 3.77612 3.12117C3.18115 3.2774 2.71481 3.43469 2.39249 3.55515C2.2313 3.6154 2.106 3.66648 2.01851 3.70367C1.97476 3.72227 1.94045 3.73741 1.91582 3.74849L1.88615 3.762L1.87682 3.76634L1.87353 3.76789L1.87117 3.769C1.87117 3.769 1.87337 3.77363 2.24007 4.54715L1.87117 3.769C1.57055 3.91152 1.37891 4.21446 1.37891 4.54715V17.2694C1.37891 17.6585 1.63978 17.9992 2.01537 18.1007L4.80206 18.854C4.87532 18.8738 4.95088 18.8838 5.02677 18.8838H19.5622C19.6573 18.8838 19.7517 18.8681 19.8416 18.8372L22.0381 18.084C22.3862 17.9646 22.6199 17.6373 22.6199 17.2694V12.9142C22.6199 12.4809 22.5458 12.0497 22.3997 11.6413L20.5649 6.99988C20.4424 6.6573 20.1178 6.49988 19.754 6.49988H15V4.54715C15 4.31733 14.9081 4.09704 14.7449 3.93531L14.1389 4.54711C14.7449 3.93531 14.7438 3.9343 14.7438 3.9343L14.7428 3.93327L14.7406 3.93112L14.7359 3.92652L14.7249 3.91612C14.717 3.90866 14.7077 3.90017 14.6971 3.89073C14.6759 3.87183 14.6493 3.84914 14.6169 3.82324C14.552 3.77142 14.4641 3.707 14.3502 3.63469C14.122 3.48989 13.7914 3.31491 13.3346 3.14623C12.4207 2.80882 10.5993 2.49988 8.5 2.49988Z",
|
|
7139
7323
|
fill: "#AFC1DA"
|
|
7140
7324
|
}
|
|
7141
7325
|
),
|
|
7142
|
-
/* @__PURE__ */ (0,
|
|
7326
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7143
7327
|
"path",
|
|
7144
7328
|
{
|
|
7145
7329
|
d: "M15.3046 5.9386C14.829 5.9386 14.4434 6.32416 14.4434 6.79977V12.0528L2.24007 12.0529C1.76446 12.0529 1.37891 12.4384 1.37891 12.914V17.3855C1.37891 17.7746 1.63978 18.1153 2.01537 18.2168L4.80206 18.97C4.87532 18.9898 4.95088 18.9999 5.02677 18.9999H19.5622C19.6573 18.9999 19.7517 18.9841 19.8416 18.9533L22.0381 18.2001C22.3862 18.0807 22.6199 17.7534 22.6199 17.3855V12.914C22.6199 12.4807 22.5458 12.0495 22.3997 11.6411L20.5649 6.50981C20.4424 6.16723 20.1178 5.9386 19.754 5.9386H15.3046Z",
|
|
7146
7330
|
fill: "#5074E9"
|
|
7147
7331
|
}
|
|
7148
7332
|
),
|
|
7149
|
-
/* @__PURE__ */ (0,
|
|
7333
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7150
7334
|
"path",
|
|
7151
7335
|
{
|
|
7152
7336
|
d: "M19.5778 12.1031L17.0287 12.12C16.7183 12.121 16.4662 11.8631 16.4662 11.543V8.69699C16.4662 8.37796 16.7163 8.12 17.0256 8.12H18.6457C18.8979 8.12 19.1184 8.29373 19.1847 8.54432L20.1137 11.3735C20.2117 11.7399 19.9452 12.1021 19.5767 12.1042L19.5778 12.1031Z",
|
|
7153
7337
|
fill: "white"
|
|
7154
7338
|
}
|
|
7155
7339
|
),
|
|
7156
|
-
/* @__PURE__ */ (0,
|
|
7157
|
-
/* @__PURE__ */ (0,
|
|
7340
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("g", { children: [
|
|
7341
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7158
7342
|
"path",
|
|
7159
7343
|
{
|
|
7160
7344
|
d: "M7.21578 16C5.63042 16 4.34521 17.2852 4.34521 18.8705C4.34521 20.4559 5.63042 21.7411 7.21578 21.7411C8.80115 21.7411 10.0863 20.4559 10.0863 18.8705C10.0863 17.2852 8.80115 16 7.21578 16Z",
|
|
7161
7345
|
fill: "#556175"
|
|
7162
7346
|
}
|
|
7163
7347
|
),
|
|
7164
|
-
/* @__PURE__ */ (0,
|
|
7348
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7165
7349
|
"path",
|
|
7166
7350
|
{
|
|
7167
7351
|
d: "M16.7844 16C15.199 16 13.9138 17.2852 13.9138 18.8705C13.9138 20.4559 15.199 21.7411 16.7844 21.7411C18.3698 21.7411 19.655 20.4559 19.655 18.8705C19.655 17.2852 18.3698 16 16.7844 16Z",
|
|
@@ -7172,13 +7356,13 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7172
7356
|
] })
|
|
7173
7357
|
}
|
|
7174
7358
|
);
|
|
7175
|
-
var IconTruck = (0,
|
|
7359
|
+
var IconTruck = (0, import_react85.forwardRef)(Icon85);
|
|
7176
7360
|
var IconTruck_default = IconTruck;
|
|
7177
7361
|
|
|
7178
7362
|
// src/IconTshirtBubble2.tsx
|
|
7179
|
-
var
|
|
7180
|
-
var
|
|
7181
|
-
var
|
|
7363
|
+
var import_react86 = __toESM(require_react(), 1);
|
|
7364
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime(), 1);
|
|
7365
|
+
var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7182
7366
|
"svg",
|
|
7183
7367
|
{
|
|
7184
7368
|
viewBox: "0 0 24 24",
|
|
@@ -7189,23 +7373,23 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7189
7373
|
height: size,
|
|
7190
7374
|
ref,
|
|
7191
7375
|
...props,
|
|
7192
|
-
children: /* @__PURE__ */ (0,
|
|
7193
|
-
/* @__PURE__ */ (0,
|
|
7376
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7377
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7194
7378
|
"path",
|
|
7195
7379
|
{
|
|
7196
7380
|
d: "M6.31255 1.0651C6.62643 0.947308 6.97861 0.991184 7.25428 1.18194C7.52995 1.37293 7.6946 1.68745 7.69468 2.02281C7.69468 3.10317 8.0193 4.00625 8.53953 4.62128C9.04554 5.21929 9.78099 5.60191 10.7625 5.60196C10.7661 5.60196 10.7699 5.60192 10.7735 5.60196C11.7496 5.59914 12.4814 5.218 12.9855 4.62228C13.5058 4.0073 13.8302 3.10421 13.8304 2.0238C13.8304 1.68835 13.995 1.37395 14.2708 1.18294C14.5468 0.991984 14.8994 0.94877 15.2135 1.0671L20.8379 3.18623C21.2904 3.35676 21.5617 3.82076 21.488 4.29872L21.0176 7.34859C20.9406 7.84717 20.5115 8.21541 20.007 8.21541H17.1619C17.0165 8.21548 16.8982 8.33361 16.8982 8.47906C16.8982 10.8456 17.4562 13.1793 18.527 15.2898L19.3439 16.9006C19.544 17.2954 19.4674 17.7744 19.1542 18.087C18.9598 18.2808 18.7087 18.414 18.529 18.4995C18.3214 18.5982 18.0762 18.6938 17.811 18.7851C17.2778 18.9686 16.6019 19.1546 15.8526 19.3204C14.3577 19.6511 12.492 19.9196 10.7625 19.9196C9.03268 19.9195 7.16649 19.6501 5.67142 19.3194C4.92211 19.1536 4.24712 18.9676 3.71407 18.7841C3.44884 18.6928 3.20365 18.5972 2.99605 18.4985C2.81633 18.413 2.5643 18.2794 2.36989 18.085C2.05731 17.7723 1.98115 17.294 2.18115 16.8996L2.98007 15.3238C4.06364 13.1896 4.6298 10.8304 4.63183 8.43711C4.63176 8.28352 4.50705 8.15849 4.35321 8.15849H1.55899C1.06399 8.15841 0.639835 7.80382 0.552357 7.31663L0.0160836 4.32369C-0.0708052 3.83807 0.201359 3.35865 0.663207 3.18523L6.31255 1.0651Z",
|
|
7197
7381
|
fill: "#3CBAF9"
|
|
7198
7382
|
}
|
|
7199
7383
|
),
|
|
7200
|
-
/* @__PURE__ */ (0,
|
|
7201
|
-
/* @__PURE__ */ (0,
|
|
7384
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7385
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7202
7386
|
"path",
|
|
7203
7387
|
{
|
|
7204
7388
|
d: "M17 15C19.2091 15 21 16.7909 21 19C21 21.2091 19.2091 23 17 23C14.7909 23 13 21.2091 13 19C13 16.7909 14.7909 15 17 15Z",
|
|
7205
7389
|
fill: "#1D7EDE"
|
|
7206
7390
|
}
|
|
7207
7391
|
),
|
|
7208
|
-
/* @__PURE__ */ (0,
|
|
7392
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7209
7393
|
"path",
|
|
7210
7394
|
{
|
|
7211
7395
|
d: "M21.5 10C22.8807 10 24 11.1193 24 12.5C24 13.8807 22.8807 15 21.5 15C20.1193 15 19 13.8807 19 12.5C19 11.1193 20.1193 10 21.5 10Z",
|
|
@@ -7216,13 +7400,13 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7216
7400
|
] })
|
|
7217
7401
|
}
|
|
7218
7402
|
);
|
|
7219
|
-
var IconTshirtBubble2 = (0,
|
|
7403
|
+
var IconTshirtBubble2 = (0, import_react86.forwardRef)(Icon86);
|
|
7220
7404
|
var IconTshirtBubble2_default = IconTshirtBubble2;
|
|
7221
7405
|
|
|
7222
7406
|
// src/IconVertrectangleTiltedstacked.tsx
|
|
7223
|
-
var
|
|
7224
|
-
var
|
|
7225
|
-
var
|
|
7407
|
+
var import_react87 = __toESM(require_react(), 1);
|
|
7408
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime(), 1);
|
|
7409
|
+
var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7226
7410
|
"svg",
|
|
7227
7411
|
{
|
|
7228
7412
|
viewBox: "0 0 24 24",
|
|
@@ -7233,16 +7417,16 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7233
7417
|
height: size,
|
|
7234
7418
|
ref,
|
|
7235
7419
|
...props,
|
|
7236
|
-
children: /* @__PURE__ */ (0,
|
|
7237
|
-
/* @__PURE__ */ (0,
|
|
7238
|
-
/* @__PURE__ */ (0,
|
|
7420
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7421
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7422
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7239
7423
|
"path",
|
|
7240
7424
|
{
|
|
7241
7425
|
d: "M9.6696 3.05342C10.0512 1.78406 11.3905 1.06439 12.6598 1.446L20.5124 3.80635C21.7812 4.18829 22.5013 5.52749 22.1198 6.79658L18.8952 17.5212C18.5229 18.7591 17.2404 19.4705 15.9997 19.1511V9.4001C15.9995 6.97017 14.0292 4.99971 11.5993 4.99971H9.08464L9.6696 3.05342Z",
|
|
7242
7426
|
fill: "#FF9000"
|
|
7243
7427
|
}
|
|
7244
7428
|
),
|
|
7245
|
-
/* @__PURE__ */ (0,
|
|
7429
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7246
7430
|
"path",
|
|
7247
7431
|
{
|
|
7248
7432
|
d: "M11.5993 6.99971C12.9247 6.99971 13.9995 8.07474 13.9997 9.4001V18.5554L8.05339 16.7683C6.78407 16.3867 6.06444 15.0473 6.44597 13.778L8.48308 6.99971H11.5993Z",
|
|
@@ -7250,7 +7434,7 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7250
7434
|
}
|
|
7251
7435
|
)
|
|
7252
7436
|
] }),
|
|
7253
|
-
/* @__PURE__ */ (0,
|
|
7437
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7254
7438
|
"path",
|
|
7255
7439
|
{
|
|
7256
7440
|
d: "M11.5996 7C12.9251 7 14 8.07491 14 9.40039V19.5996C14 20.9251 12.9251 22 11.5996 22H4.40039C3.07491 22 2 20.9251 2 19.5996V9.40039C2 8.07491 3.07491 7 4.40039 7H11.5996Z",
|
|
@@ -7260,13 +7444,13 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7260
7444
|
] }) })
|
|
7261
7445
|
}
|
|
7262
7446
|
);
|
|
7263
|
-
var IconVertrectangleTiltedstacked = (0,
|
|
7447
|
+
var IconVertrectangleTiltedstacked = (0, import_react87.forwardRef)(Icon87);
|
|
7264
7448
|
var IconVertrectangleTiltedstacked_default = IconVertrectangleTiltedstacked;
|
|
7265
7449
|
|
|
7266
7450
|
// src/IconVestHorizstripe.tsx
|
|
7267
|
-
var
|
|
7268
|
-
var
|
|
7269
|
-
var
|
|
7451
|
+
var import_react88 = __toESM(require_react(), 1);
|
|
7452
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime(), 1);
|
|
7453
|
+
var Icon88 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7270
7454
|
"svg",
|
|
7271
7455
|
{
|
|
7272
7456
|
viewBox: "0 0 24 24",
|
|
@@ -7277,23 +7461,23 @@ var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7277
7461
|
height: size,
|
|
7278
7462
|
ref,
|
|
7279
7463
|
...props,
|
|
7280
|
-
children: /* @__PURE__ */ (0,
|
|
7281
|
-
/* @__PURE__ */ (0,
|
|
7464
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { children: [
|
|
7465
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7282
7466
|
"path",
|
|
7283
7467
|
{
|
|
7284
7468
|
d: "M12 3C13.3983 3.00001 14.7432 3.12744 16 3.36133V21.9092C14.6904 21.9663 13.3555 22 12 22C10.6445 22 9.30956 21.9663 8 21.9092V3.36133C9.2567 3.12748 10.6017 3 12 3Z",
|
|
7285
7469
|
fill: "#DE5D00"
|
|
7286
7470
|
}
|
|
7287
7471
|
),
|
|
7288
|
-
/* @__PURE__ */ (0,
|
|
7289
|
-
/* @__PURE__ */ (0,
|
|
7472
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { children: [
|
|
7473
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7290
7474
|
"path",
|
|
7291
7475
|
{
|
|
7292
7476
|
d: "M10.9893 12.4814C11.0631 12.8259 11.0996 13.178 11.0996 13.5303V20.9834C11.0994 21.5398 10.6451 21.9895 10.0889 21.9766C7.9552 21.9263 5.87934 21.792 3.88379 21.583C3.37948 21.53 3 21.1028 3 20.5957V14.1768C3.00002 13.4504 3.42988 12.7742 3.77246 12.1338C4.57367 10.6355 4.74938 7.78842 4.78809 5.62402C4.80298 4.79915 5.30347 4.04909 6.09473 3.81543C7.00256 3.54734 7.97655 3.3392 8.99902 3.2002L10.9893 12.4814Z",
|
|
7293
7477
|
fill: "#FF7F29"
|
|
7294
7478
|
}
|
|
7295
7479
|
),
|
|
7296
|
-
/* @__PURE__ */ (0,
|
|
7480
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7297
7481
|
"path",
|
|
7298
7482
|
{
|
|
7299
7483
|
d: "M15.001 3.2002C16.0235 3.3392 16.9974 3.54734 17.9053 3.81543C18.6965 4.04909 19.197 4.79915 19.2119 5.62402C19.2506 7.78842 19.4263 10.6355 20.2275 12.1338C20.5701 12.7742 21 13.4504 21 14.1768V20.5957C21 21.1028 20.6205 21.53 20.1162 21.583C18.1207 21.792 16.0448 21.9263 13.9111 21.9766C13.3549 21.9895 12.9006 21.5398 12.9004 20.9834V13.5303C12.9004 13.178 12.9369 12.8259 13.0107 12.4814L15.001 3.2002Z",
|
|
@@ -7301,23 +7485,23 @@ var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7301
7485
|
}
|
|
7302
7486
|
)
|
|
7303
7487
|
] }),
|
|
7304
|
-
/* @__PURE__ */ (0,
|
|
7305
|
-
/* @__PURE__ */ (0,
|
|
7306
|
-
/* @__PURE__ */ (0,
|
|
7488
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { children: [
|
|
7489
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M11.0996 18H3V15H11.0996V18Z", fill: "#FFCCA9" }),
|
|
7490
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M21 18H12.9004V15H21V18Z", fill: "#FFCCA9" })
|
|
7307
7491
|
] })
|
|
7308
7492
|
] })
|
|
7309
7493
|
}
|
|
7310
7494
|
);
|
|
7311
|
-
var IconVestHorizstripe = (0,
|
|
7495
|
+
var IconVestHorizstripe = (0, import_react88.forwardRef)(Icon88);
|
|
7312
7496
|
var IconVestHorizstripe_default = IconVestHorizstripe;
|
|
7313
7497
|
|
|
7314
7498
|
// src/IconWandPlusCircle.tsx
|
|
7315
7499
|
var React5 = __toESM(require_react(), 1);
|
|
7316
|
-
var
|
|
7317
|
-
var
|
|
7318
|
-
var
|
|
7500
|
+
var import_react89 = __toESM(require_react(), 1);
|
|
7501
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime(), 1);
|
|
7502
|
+
var Icon89 = ({ size = 24, ...props }, ref) => {
|
|
7319
7503
|
const id = React5.useId();
|
|
7320
|
-
return /* @__PURE__ */ (0,
|
|
7504
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
7321
7505
|
"svg",
|
|
7322
7506
|
{
|
|
7323
7507
|
viewBox: "0 0 24 24",
|
|
@@ -7329,31 +7513,31 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7329
7513
|
ref,
|
|
7330
7514
|
...props,
|
|
7331
7515
|
children: [
|
|
7332
|
-
/* @__PURE__ */ (0,
|
|
7333
|
-
/* @__PURE__ */ (0,
|
|
7516
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { children: [
|
|
7517
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7334
7518
|
"path",
|
|
7335
7519
|
{
|
|
7336
7520
|
d: "M6.1537 21.6612C5.85287 22.012 5.34746 22.116 4.95582 21.8708C4.40658 21.5269 3.89018 21.1203 3.41735 20.6475C2.94249 20.1726 2.53442 19.6538 2.1896 19.1019C1.94678 18.7133 2.04726 18.2123 2.39198 17.9104L13.0001 8.62036L15.2978 11L6.1537 21.6612Z",
|
|
7337
7521
|
fill: "#B93901"
|
|
7338
7522
|
}
|
|
7339
7523
|
),
|
|
7340
|
-
/* @__PURE__ */ (0,
|
|
7524
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7341
7525
|
"path",
|
|
7342
7526
|
{
|
|
7343
7527
|
d: "M20.1412 3.16699C20.6061 3.01775 21.0451 3.45674 20.8959 3.92166L19.5519 8.10842C19.4746 8.34938 19.5568 8.61296 19.7573 8.7673L22.3559 10.767C22.7959 11.1057 22.5795 11.8089 22.0252 11.8415L18.0246 12.0768C17.7796 12.0912 17.5682 12.2533 17.4906 12.486L15.7394 17.7397C15.5545 18.2943 14.7664 18.284 14.5962 17.7247L12.7658 11.7105C12.7057 11.5133 12.5486 11.3606 12.3496 11.3064L6.61832 9.74329C6.06298 9.59184 6.01891 8.82113 6.55336 8.60735L11.585 6.59468C11.8128 6.50356 11.9622 6.28294 11.9622 6.03759L11.9622 1.81169C11.9622 1.2422 12.6813 0.993073 13.0336 1.4405L15.2949 4.31234C15.45 4.50924 15.7111 4.58903 15.9497 4.51243L20.1412 3.16699Z",
|
|
7344
7528
|
fill: `url(#${id}_paint_0)`
|
|
7345
7529
|
}
|
|
7346
7530
|
),
|
|
7347
|
-
/* @__PURE__ */ (0,
|
|
7531
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7348
7532
|
"path",
|
|
7349
7533
|
{
|
|
7350
7534
|
d: "M4.5 0.999023C5.05228 0.999023 5.5 1.44674 5.5 1.99902V3.5H6.99805C7.55033 3.5 7.99805 3.94772 7.99805 4.5C7.99805 5.05228 7.55033 5.5 6.99805 5.5H5.5V6.99902C5.5 7.55131 5.05228 7.99902 4.5 7.99902C3.94772 7.99902 3.5 7.55131 3.5 6.99902V5.5H1.99805C1.44576 5.5 0.998047 5.05228 0.998047 4.5C0.998047 3.94772 1.44576 3.5 1.99805 3.5H3.5V1.99902C3.5 1.44674 3.94772 0.999023 4.5 0.999023Z",
|
|
7351
7535
|
fill: "#FC650E"
|
|
7352
7536
|
}
|
|
7353
7537
|
),
|
|
7354
|
-
/* @__PURE__ */ (0,
|
|
7538
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: 20.5, cy: 19.5, r: 2.5, fill: "#E15E88" })
|
|
7355
7539
|
] }) }),
|
|
7356
|
-
/* @__PURE__ */ (0,
|
|
7540
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
7357
7541
|
"linearGradient",
|
|
7358
7542
|
{
|
|
7359
7543
|
id: `${id}_paint_0`,
|
|
@@ -7363,8 +7547,8 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7363
7547
|
y2: 1.80303,
|
|
7364
7548
|
gradientUnits: "userSpaceOnUse",
|
|
7365
7549
|
children: [
|
|
7366
|
-
/* @__PURE__ */ (0,
|
|
7367
|
-
/* @__PURE__ */ (0,
|
|
7550
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
7551
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
7368
7552
|
]
|
|
7369
7553
|
}
|
|
7370
7554
|
) })
|
|
@@ -7372,13 +7556,13 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7372
7556
|
}
|
|
7373
7557
|
);
|
|
7374
7558
|
};
|
|
7375
|
-
var IconWandPlusCircle = (0,
|
|
7559
|
+
var IconWandPlusCircle = (0, import_react89.forwardRef)(Icon89);
|
|
7376
7560
|
var IconWandPlusCircle_default = IconWandPlusCircle;
|
|
7377
7561
|
|
|
7378
7562
|
// src/IconWarninglight.tsx
|
|
7379
|
-
var
|
|
7380
|
-
var
|
|
7381
|
-
var
|
|
7563
|
+
var import_react90 = __toESM(require_react(), 1);
|
|
7564
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime(), 1);
|
|
7565
|
+
var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7382
7566
|
"svg",
|
|
7383
7567
|
{
|
|
7384
7568
|
viewBox: "0 0 24 24",
|
|
@@ -7389,37 +7573,37 @@ var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7389
7573
|
height: size,
|
|
7390
7574
|
ref,
|
|
7391
7575
|
...props,
|
|
7392
|
-
children: /* @__PURE__ */ (0,
|
|
7393
|
-
/* @__PURE__ */ (0,
|
|
7576
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("g", { children: [
|
|
7577
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7394
7578
|
"path",
|
|
7395
7579
|
{
|
|
7396
7580
|
d: "M21.2004 19.9H2.7996C2.08185 19.9 1.5 20.4819 1.5 21.1996V21.2008C1.5 21.9186 2.08185 22.5004 2.7996 22.5004H21.2004C21.9181 22.5004 22.5 21.9186 22.5 21.2008V21.1996C22.5 20.4819 21.9181 19.9 21.2004 19.9Z",
|
|
7397
7581
|
fill: "#667387"
|
|
7398
7582
|
}
|
|
7399
7583
|
),
|
|
7400
|
-
/* @__PURE__ */ (0,
|
|
7401
|
-
/* @__PURE__ */ (0,
|
|
7584
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("g", { children: [
|
|
7585
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7402
7586
|
"path",
|
|
7403
7587
|
{
|
|
7404
7588
|
d: "M11.999 6.90002C13.9608 6.90005 15.8158 7.30808 17.4824 8.02795C18.104 8.29795 18.5523 8.86076 18.6699 9.52795L20.498 19.901H3.49902L5.32812 9.52795C5.44574 8.85964 5.89195 8.29677 6.51465 8.02795C8.18145 7.30795 10.037 6.90002 11.999 6.90002Z",
|
|
7405
7589
|
fill: "#FB4162"
|
|
7406
7590
|
}
|
|
7407
7591
|
),
|
|
7408
|
-
/* @__PURE__ */ (0,
|
|
7592
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7409
7593
|
"path",
|
|
7410
7594
|
{
|
|
7411
7595
|
d: "M5.20703 3.09241C5.59747 2.70222 6.23062 2.70227 6.62109 3.09241L8.03516 4.50745C8.42563 4.89797 8.42566 5.531 8.03516 5.92151C7.64463 6.31174 7.01153 6.31189 6.62109 5.92151L5.20703 4.50745C4.81654 4.11693 4.81654 3.48293 5.20703 3.09241Z",
|
|
7412
7596
|
fill: "#FB4162"
|
|
7413
7597
|
}
|
|
7414
7598
|
),
|
|
7415
|
-
/* @__PURE__ */ (0,
|
|
7599
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7416
7600
|
"path",
|
|
7417
7601
|
{
|
|
7418
7602
|
d: "M17.457 3.09241C17.8475 2.7023 18.4807 2.70219 18.8711 3.09241C19.2616 3.48293 19.2616 4.11692 18.8711 4.50745L17.457 5.92151C17.0666 6.3119 16.4335 6.3117 16.043 5.92151C15.6525 5.53099 15.6525 4.89796 16.043 4.50745L17.457 3.09241Z",
|
|
7419
7603
|
fill: "#FB4162"
|
|
7420
7604
|
}
|
|
7421
7605
|
),
|
|
7422
|
-
/* @__PURE__ */ (0,
|
|
7606
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7423
7607
|
"path",
|
|
7424
7608
|
{
|
|
7425
7609
|
d: "M12 1.40002C12.5522 1.40007 13 1.84776 13 2.40002V4.40002C13 4.95228 12.5522 5.39998 12 5.40002C11.4477 5.4 11 4.95229 11 4.40002V2.40002C11 1.84776 11.4477 1.40005 12 1.40002Z",
|
|
@@ -7430,13 +7614,13 @@ var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7430
7614
|
] })
|
|
7431
7615
|
}
|
|
7432
7616
|
);
|
|
7433
|
-
var IconWarninglight = (0,
|
|
7617
|
+
var IconWarninglight = (0, import_react90.forwardRef)(Icon90);
|
|
7434
7618
|
var IconWarninglight_default = IconWarninglight;
|
|
7435
7619
|
|
|
7436
7620
|
// src/IconWindow2Store.tsx
|
|
7437
|
-
var
|
|
7438
|
-
var
|
|
7439
|
-
var
|
|
7621
|
+
var import_react91 = __toESM(require_react(), 1);
|
|
7622
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime(), 1);
|
|
7623
|
+
var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7440
7624
|
"svg",
|
|
7441
7625
|
{
|
|
7442
7626
|
viewBox: "0 0 24 24",
|
|
@@ -7447,37 +7631,37 @@ var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7447
7631
|
height: size,
|
|
7448
7632
|
ref,
|
|
7449
7633
|
...props,
|
|
7450
|
-
children: /* @__PURE__ */ (0,
|
|
7451
|
-
/* @__PURE__ */ (0,
|
|
7634
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("g", { children: [
|
|
7635
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7452
7636
|
"path",
|
|
7453
7637
|
{
|
|
7454
7638
|
d: "M3.67495 9.425C3.67495 8.91414 3.26081 8.5 2.74995 8.5C2.23909 8.5 1.82495 8.91414 1.82495 9.425V19.4112C1.82495 21.0327 3.14805 22.3389 4.76136 22.3366C8.91248 22.3307 10.7155 22.3354 12.8927 22.341C14.469 22.3451 16.2415 22.3497 19.2432 22.3511C20.8553 22.3519 22.1749 21.0457 22.1749 19.4266V9.425C22.1749 8.91414 21.7608 8.5 21.25 8.5C20.7391 8.5 20.325 8.91414 20.325 9.425H3.67495Z",
|
|
7455
7639
|
fill: "#FFAA00"
|
|
7456
7640
|
}
|
|
7457
7641
|
),
|
|
7458
|
-
/* @__PURE__ */ (0,
|
|
7642
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7459
7643
|
"path",
|
|
7460
7644
|
{
|
|
7461
7645
|
d: "M4.87147 1.80005C3.75963 1.80005 2.76062 2.47927 2.35175 3.5132L0.654074 7.80617C0.543575 8.0856 0.578202 8.40156 0.746595 8.65042L0.774671 8.69073C0.789641 8.7118 0.810213 8.74021 0.83622 8.77493C0.888167 8.84427 0.962199 8.93926 1.05701 9.05135C1.24564 9.27436 1.52184 9.57138 1.87556 9.87009C2.56934 10.456 3.6471 11.1192 4.99992 11.1192C6.35274 11.1192 7.4305 10.456 8.12428 9.87009C8.26133 9.75436 8.38673 9.63888 8.49992 9.52786C8.61311 9.63888 8.73852 9.75436 8.87556 9.87009C9.56934 10.456 10.6471 11.1192 11.9999 11.1192C13.3527 11.1192 14.4305 10.456 15.1243 9.87009C15.2613 9.75436 15.3867 9.63888 15.4999 9.52786C15.6131 9.63888 15.7385 9.75436 15.8756 9.87009C16.5693 10.456 17.6471 11.1192 18.9999 11.1192C20.3527 11.1192 21.4305 10.456 22.1243 9.87009C22.478 9.57138 22.7542 9.27436 22.9428 9.05135C23.0376 8.93926 23.1117 8.84427 23.1636 8.77493C23.1896 8.74021 23.2102 8.7118 23.2252 8.69073L23.2434 8.66471L23.2494 8.65606L23.2516 8.65285L23.2532 8.65042C23.4216 8.40156 23.4563 8.0856 23.3458 7.80617L21.6481 3.5132C21.2392 2.47927 20.2402 1.80005 19.1284 1.80005H4.87147Z",
|
|
7462
7646
|
fill: "#FFCB64"
|
|
7463
7647
|
}
|
|
7464
7648
|
),
|
|
7465
|
-
/* @__PURE__ */ (0,
|
|
7649
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7466
7650
|
"path",
|
|
7467
7651
|
{
|
|
7468
7652
|
d: "M8.49992 1.80005C8.25868 1.80005 8.02732 1.89588 7.85674 2.06646C7.68616 2.23705 7.59033 2.4684 7.59033 2.70964L7.5904 8.1407C7.5904 8.32241 7.64483 8.49995 7.74666 8.65044L8.49998 8.14069C7.74666 8.65044 7.74647 8.65017 7.74666 8.65044L7.74742 8.65156L7.74831 8.65287L7.7505 8.65608L7.75646 8.66474L7.77473 8.69075C7.7897 8.71182 7.81027 8.74024 7.83628 8.77495C7.88823 8.84429 7.96226 8.93928 8.05707 9.05137C8.2457 9.27438 8.5219 9.5714 8.87562 9.87011C9.5694 10.456 10.6472 11.1192 12 11.1192C13.3528 11.1192 14.4306 10.456 15.1243 9.87011C15.4781 9.5714 15.7543 9.27438 15.9429 9.05137C16.0377 8.93928 16.1117 8.84429 16.1637 8.77495C16.1897 8.74024 16.2103 8.71182 16.2252 8.69075L16.2435 8.66474L16.2495 8.65608L16.2517 8.65287L16.2525 8.65156C16.2527 8.65129 16.2533 8.65044 15.501 8.14136L16.2533 8.65044C16.3551 8.49994 16.4096 8.32239 16.4096 8.14068L16.4095 2.70962C16.4095 2.20728 16.0023 1.80005 15.4999 1.80005H8.49992Z",
|
|
7469
7653
|
fill: "#FFE2A0"
|
|
7470
7654
|
}
|
|
7471
7655
|
),
|
|
7472
|
-
/* @__PURE__ */ (0,
|
|
7473
|
-
/* @__PURE__ */ (0,
|
|
7656
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("g", { children: [
|
|
7657
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7474
7658
|
"path",
|
|
7475
7659
|
{
|
|
7476
7660
|
d: "M8.74381 14.75C8.35998 14.75 8.04883 15.0612 8.04883 15.445V16.555C8.04883 16.9388 8.35998 17.25 8.74381 17.25H9.85384C10.2377 17.25 10.5488 16.9388 10.5488 16.555V15.445C10.5488 15.0612 10.2377 14.75 9.85384 14.75H8.74381Z",
|
|
7477
7661
|
fill: "white"
|
|
7478
7662
|
}
|
|
7479
7663
|
),
|
|
7480
|
-
/* @__PURE__ */ (0,
|
|
7664
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7481
7665
|
"path",
|
|
7482
7666
|
{
|
|
7483
7667
|
d: "M14.1462 14.75C13.7623 14.75 13.4512 15.0612 13.4512 15.445V16.555C13.4512 16.9388 13.7623 17.25 14.1462 17.25H15.2562C15.64 17.25 15.9512 16.9388 15.9512 16.555V15.445C15.9512 15.0612 15.64 14.75 15.2562 14.75H14.1462Z",
|
|
@@ -7488,13 +7672,13 @@ var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7488
7672
|
] })
|
|
7489
7673
|
}
|
|
7490
7674
|
);
|
|
7491
|
-
var IconWindow2Store = (0,
|
|
7675
|
+
var IconWindow2Store = (0, import_react91.forwardRef)(Icon91);
|
|
7492
7676
|
var IconWindow2Store_default = IconWindow2Store;
|
|
7493
7677
|
|
|
7494
7678
|
// src/IconWindow2StoreDoubleband.tsx
|
|
7495
|
-
var
|
|
7496
|
-
var
|
|
7497
|
-
var
|
|
7679
|
+
var import_react92 = __toESM(require_react(), 1);
|
|
7680
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime(), 1);
|
|
7681
|
+
var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7498
7682
|
"svg",
|
|
7499
7683
|
{
|
|
7500
7684
|
viewBox: "0 0 24 24",
|
|
@@ -7505,46 +7689,46 @@ var Icon88 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7505
7689
|
height: size,
|
|
7506
7690
|
ref,
|
|
7507
7691
|
...props,
|
|
7508
|
-
children: /* @__PURE__ */ (0,
|
|
7509
|
-
/* @__PURE__ */ (0,
|
|
7692
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { children: [
|
|
7693
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7510
7694
|
"path",
|
|
7511
7695
|
{
|
|
7512
7696
|
d: "M3.6703 9.62996C3.6703 9.11996 3.26031 8.69995 2.74031 8.69995C2.22031 8.69995 1.82031 9.10996 1.82031 9.62996V19.6199C1.82031 21.2399 3.1403 22.55 4.7603 22.55C8.9103 22.55 10.7103 22.55 12.8903 22.55C14.4703 22.55 16.2403 22.55 19.2403 22.56C20.8503 22.56 22.1703 21.25 22.1703 19.64V9.63995C22.1703 9.12995 21.7603 8.70995 21.2403 8.70995C20.7203 8.70995 20.3203 9.11995 20.3203 9.63995H3.6703V9.62996Z",
|
|
7513
7697
|
fill: "#2CCA6F"
|
|
7514
7698
|
}
|
|
7515
7699
|
),
|
|
7516
|
-
/* @__PURE__ */ (0,
|
|
7700
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7517
7701
|
"path",
|
|
7518
7702
|
{
|
|
7519
7703
|
d: "M8.7403 14.95C8.3603 14.95 8.04028 15.26 8.04028 15.64V16.75C8.04028 17.13 8.3503 17.44 8.7403 17.44H9.8503C10.2303 17.44 10.5503 17.13 10.5503 16.75V15.64C10.5503 15.26 10.2403 14.95 9.8503 14.95H8.7403Z",
|
|
7520
7704
|
fill: "white"
|
|
7521
7705
|
}
|
|
7522
7706
|
),
|
|
7523
|
-
/* @__PURE__ */ (0,
|
|
7707
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7524
7708
|
"path",
|
|
7525
7709
|
{
|
|
7526
7710
|
d: "M14.1403 14.95C13.7603 14.95 13.4403 15.26 13.4403 15.64V16.75C13.4403 17.13 13.7503 17.44 14.1403 17.44H15.2503C15.6303 17.44 15.9503 17.13 15.9503 16.75V15.64C15.9503 15.26 15.6403 14.95 15.2503 14.95H14.1403Z",
|
|
7527
7711
|
fill: "white"
|
|
7528
7712
|
}
|
|
7529
7713
|
),
|
|
7530
|
-
/* @__PURE__ */ (0,
|
|
7714
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7531
7715
|
"path",
|
|
7532
7716
|
{
|
|
7533
7717
|
d: "M22 2H2C1.44772 2 1 2.44772 1 3V11C1 11.5523 1.44772 12 2 12H22C22.5523 12 23 11.5523 23 11V3C23 2.44772 22.5523 2 22 2Z",
|
|
7534
7718
|
fill: "#25A18E"
|
|
7535
7719
|
}
|
|
7536
7720
|
),
|
|
7537
|
-
/* @__PURE__ */ (0,
|
|
7721
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M23 5H1V9H23V5Z", fill: "#4EDB7D" })
|
|
7538
7722
|
] }) })
|
|
7539
7723
|
}
|
|
7540
7724
|
);
|
|
7541
|
-
var IconWindow2StoreDoubleband = (0,
|
|
7725
|
+
var IconWindow2StoreDoubleband = (0, import_react92.forwardRef)(Icon92);
|
|
7542
7726
|
var IconWindow2StoreDoubleband_default = IconWindow2StoreDoubleband;
|
|
7543
7727
|
|
|
7544
7728
|
// src/IconWindow4House.tsx
|
|
7545
|
-
var
|
|
7546
|
-
var
|
|
7547
|
-
var
|
|
7729
|
+
var import_react93 = __toESM(require_react(), 1);
|
|
7730
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime(), 1);
|
|
7731
|
+
var Icon93 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7548
7732
|
"svg",
|
|
7549
7733
|
{
|
|
7550
7734
|
viewBox: "0 0 24 24",
|
|
@@ -7555,15 +7739,15 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7555
7739
|
height: size,
|
|
7556
7740
|
ref,
|
|
7557
7741
|
...props,
|
|
7558
|
-
children: /* @__PURE__ */ (0,
|
|
7559
|
-
/* @__PURE__ */ (0,
|
|
7742
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("g", { children: [
|
|
7743
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7560
7744
|
"path",
|
|
7561
7745
|
{
|
|
7562
7746
|
d: "M13.471 1.91589C12.5651 1.36111 11.4246 1.36139 10.519 1.91661L2.46422 6.85498C2.16026 7.04134 1.97498 7.37227 1.97498 7.72882V19.475C1.97498 21.1457 3.32931 22.5 4.99998 22.5H19C20.6706 22.5 22.025 21.1457 22.025 19.475V7.72882C22.025 7.37209 21.8395 7.04102 21.5353 6.85471L13.471 1.91589Z",
|
|
7563
7747
|
fill: "#DF5BC2"
|
|
7564
7748
|
}
|
|
7565
7749
|
),
|
|
7566
|
-
/* @__PURE__ */ (0,
|
|
7750
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7567
7751
|
"path",
|
|
7568
7752
|
{
|
|
7569
7753
|
fillRule: "evenodd",
|
|
@@ -7572,29 +7756,29 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7572
7756
|
fill: "#CC25A8"
|
|
7573
7757
|
}
|
|
7574
7758
|
),
|
|
7575
|
-
/* @__PURE__ */ (0,
|
|
7576
|
-
/* @__PURE__ */ (0,
|
|
7759
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("g", { children: [
|
|
7760
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7577
7761
|
"path",
|
|
7578
7762
|
{
|
|
7579
7763
|
d: "M8.80078 10C8.38657 10 8.05078 10.3358 8.05078 10.75V11.75C8.05078 12.1642 8.38657 12.5 8.80078 12.5H9.80078C10.215 12.5 10.5508 12.1642 10.5508 11.75V10.75C10.5508 10.3358 10.215 10 9.80078 10H8.80078Z",
|
|
7580
7764
|
fill: "white"
|
|
7581
7765
|
}
|
|
7582
7766
|
),
|
|
7583
|
-
/* @__PURE__ */ (0,
|
|
7767
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7584
7768
|
"path",
|
|
7585
7769
|
{
|
|
7586
7770
|
d: "M14.1992 10C13.785 10 13.4492 10.3358 13.4492 10.75V11.75C13.4492 12.1642 13.785 12.5 14.1992 12.5H15.1992C15.6134 12.5 15.9492 12.1642 15.9492 11.75V10.75C15.9492 10.3358 15.6134 10 15.1992 10H14.1992Z",
|
|
7587
7771
|
fill: "white"
|
|
7588
7772
|
}
|
|
7589
7773
|
),
|
|
7590
|
-
/* @__PURE__ */ (0,
|
|
7774
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7591
7775
|
"path",
|
|
7592
7776
|
{
|
|
7593
7777
|
d: "M14.1992 15.3994C13.785 15.3994 13.4492 15.7352 13.4492 16.1494V17.1494C13.4492 17.5636 13.785 17.8994 14.1992 17.8994H15.1992C15.6134 17.8994 15.9492 17.5636 15.9492 17.1494V16.1494C15.9492 15.7352 15.6134 15.3994 15.1992 15.3994H14.1992Z",
|
|
7594
7778
|
fill: "white"
|
|
7595
7779
|
}
|
|
7596
7780
|
),
|
|
7597
|
-
/* @__PURE__ */ (0,
|
|
7781
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7598
7782
|
"path",
|
|
7599
7783
|
{
|
|
7600
7784
|
d: "M8.80078 15.3994C8.38657 15.3994 8.05078 15.7352 8.05078 16.1494V17.1494C8.05078 17.5636 8.38657 17.8994 8.80078 17.8994H9.80078C10.215 17.8994 10.5508 17.5636 10.5508 17.1494V16.1494C10.5508 15.7352 10.215 15.3994 9.80078 15.3994H8.80078Z",
|
|
@@ -7605,13 +7789,13 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7605
7789
|
] })
|
|
7606
7790
|
}
|
|
7607
7791
|
);
|
|
7608
|
-
var IconWindow4House = (0,
|
|
7792
|
+
var IconWindow4House = (0, import_react93.forwardRef)(Icon93);
|
|
7609
7793
|
var IconWindow4House_default = IconWindow4House;
|
|
7610
7794
|
|
|
7611
7795
|
// src/IconWonCircle.tsx
|
|
7612
|
-
var
|
|
7613
|
-
var
|
|
7614
|
-
var
|
|
7796
|
+
var import_react94 = __toESM(require_react(), 1);
|
|
7797
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime(), 1);
|
|
7798
|
+
var Icon94 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7615
7799
|
"svg",
|
|
7616
7800
|
{
|
|
7617
7801
|
viewBox: "0 0 24 24",
|
|
@@ -7622,8 +7806,8 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7622
7806
|
height: size,
|
|
7623
7807
|
ref,
|
|
7624
7808
|
...props,
|
|
7625
|
-
children: /* @__PURE__ */ (0,
|
|
7626
|
-
/* @__PURE__ */ (0,
|
|
7809
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("g", { children: [
|
|
7810
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7627
7811
|
"path",
|
|
7628
7812
|
{
|
|
7629
7813
|
fillRule: "evenodd",
|
|
@@ -7632,7 +7816,7 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7632
7816
|
fill: "#FFCB64"
|
|
7633
7817
|
}
|
|
7634
7818
|
),
|
|
7635
|
-
/* @__PURE__ */ (0,
|
|
7819
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7636
7820
|
"path",
|
|
7637
7821
|
{
|
|
7638
7822
|
d: "M8.34339 9.0295C8.15917 8.50885 7.58776 8.23612 7.0671 8.42034C6.54645 8.60456 6.27371 9.17597 6.45794 9.69663L7.13558 11.6118H6.25C5.69772 11.6118 5.25 12.0595 5.25 12.6118C5.25 13.1641 5.69772 13.6118 6.25 13.6118H7.84323L8.75781 16.1966C8.89741 16.5912 9.26792 16.857 9.68639 16.863C10.1049 16.8689 10.4827 16.6136 10.6334 16.2232L12.0004 12.6818L13.3674 16.2232C13.5181 16.6136 13.896 16.8689 14.3144 16.863C14.7329 16.857 15.1034 16.5912 15.243 16.1966L16.1576 13.6118H17.7491C18.3014 13.6118 18.7491 13.1641 18.7491 12.6118C18.7491 12.0595 18.3014 11.6118 17.7491 11.6118H16.8652L17.5429 9.69663C17.7271 9.17597 17.4544 8.60456 16.9337 8.42034C16.4131 8.23612 15.8416 8.50885 15.6574 9.0295L14.2595 12.9804L12.9333 9.54463C12.7845 9.15903 12.4137 8.90473 12.0004 8.90473C11.5871 8.90473 11.2163 9.15903 11.0675 9.54463L9.74132 12.9804L8.34339 9.0295Z",
|
|
@@ -7642,13 +7826,13 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7642
7826
|
] })
|
|
7643
7827
|
}
|
|
7644
7828
|
);
|
|
7645
|
-
var IconWonCircle = (0,
|
|
7829
|
+
var IconWonCircle = (0, import_react94.forwardRef)(Icon94);
|
|
7646
7830
|
var IconWonCircle_default = IconWonCircle;
|
|
7647
7831
|
|
|
7648
7832
|
// src/IconWonShield.tsx
|
|
7649
|
-
var
|
|
7650
|
-
var
|
|
7651
|
-
var
|
|
7833
|
+
var import_react95 = __toESM(require_react(), 1);
|
|
7834
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime(), 1);
|
|
7835
|
+
var Icon95 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7652
7836
|
"svg",
|
|
7653
7837
|
{
|
|
7654
7838
|
viewBox: "0 0 24 24",
|
|
@@ -7659,8 +7843,8 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7659
7843
|
height: size,
|
|
7660
7844
|
ref,
|
|
7661
7845
|
...props,
|
|
7662
|
-
children: /* @__PURE__ */ (0,
|
|
7663
|
-
/* @__PURE__ */ (0,
|
|
7846
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { children: [
|
|
7847
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7664
7848
|
"path",
|
|
7665
7849
|
{
|
|
7666
7850
|
fillRule: "evenodd",
|
|
@@ -7669,7 +7853,7 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7669
7853
|
fill: "#55A7FF"
|
|
7670
7854
|
}
|
|
7671
7855
|
),
|
|
7672
|
-
/* @__PURE__ */ (0,
|
|
7856
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7673
7857
|
"path",
|
|
7674
7858
|
{
|
|
7675
7859
|
fillRule: "evenodd",
|
|
@@ -7681,13 +7865,13 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7681
7865
|
] })
|
|
7682
7866
|
}
|
|
7683
7867
|
);
|
|
7684
|
-
var IconWonShield = (0,
|
|
7868
|
+
var IconWonShield = (0, import_react95.forwardRef)(Icon95);
|
|
7685
7869
|
var IconWonShield_default = IconWonShield;
|
|
7686
7870
|
|
|
7687
7871
|
// src/IconWrench.tsx
|
|
7688
|
-
var
|
|
7689
|
-
var
|
|
7690
|
-
var
|
|
7872
|
+
var import_react96 = __toESM(require_react(), 1);
|
|
7873
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime(), 1);
|
|
7874
|
+
var Icon96 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
7691
7875
|
"svg",
|
|
7692
7876
|
{
|
|
7693
7877
|
viewBox: "0 0 24 24",
|
|
@@ -7698,22 +7882,22 @@ var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7698
7882
|
height: size,
|
|
7699
7883
|
ref,
|
|
7700
7884
|
...props,
|
|
7701
|
-
children: /* @__PURE__ */ (0,
|
|
7702
|
-
/* @__PURE__ */ (0,
|
|
7885
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("g", { children: [
|
|
7886
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
7703
7887
|
"path",
|
|
7704
7888
|
{
|
|
7705
7889
|
d: "M2.51204 18.4519C1.5 18.4519 1.5 18.4519 1.5 18.4519V18.4538L1.50001 18.4559L1.50003 18.4603L1.50015 18.4704L1.50074 18.4953C1.50132 18.5139 1.50233 18.5368 1.50405 18.5634C1.50749 18.6168 1.51378 18.6858 1.5252 18.7683C1.548 18.9329 1.59152 19.1527 1.67466 19.4082C1.84194 19.9222 2.1684 20.5758 2.7963 21.2037C3.42419 21.8316 4.07777 22.1581 4.59182 22.3253C4.8473 22.4085 5.06713 22.452 5.23173 22.4748C5.31415 22.4862 5.38321 22.4925 5.43655 22.496C5.46325 22.4977 5.48607 22.4987 5.50475 22.4993L5.52964 22.4999L5.5397 22.5L5.54413 22.5L5.54619 22.5C5.54619 22.5 5.54815 22.5 5.54815 21.488V22.5C5.83069 22.5 6.10037 22.3819 6.29196 22.1742L11.7642 16.2431C12.9852 16.9166 14.2834 17.2816 15.576 17.2512C17.1524 17.2142 18.6465 16.5893 19.8873 15.3551L19.8892 15.3532C22.4068 12.8356 23.022 9.07668 22.0849 6.6863C21.9604 6.36899 21.6847 6.13561 21.3512 6.06538C21.0177 5.99515 20.6712 6.0975 20.4294 6.33769L15.782 10.9542C15.7324 10.9323 15.6801 10.9083 15.6256 10.8821C15.1977 10.6766 14.6503 10.3465 14.1519 9.84811C13.6535 9.34974 13.3234 8.80234 13.1179 8.37443C13.0917 8.31989 13.0677 8.26762 13.0458 8.21803L17.6623 3.57059C17.9025 3.32879 18.0049 2.98233 17.9346 2.64882C17.8644 2.31531 17.631 2.03955 17.3137 1.91515C14.9233 0.978013 11.1644 1.59317 8.6468 4.11077L8.64489 4.11268C7.41475 5.3494 6.78604 6.82468 6.74881 8.38895C6.71829 9.67104 7.08553 10.9562 7.75874 12.1711L1.82154 17.712C1.61644 17.9034 1.5 18.1713 1.5 18.4519H2.51204Z",
|
|
7706
7890
|
fill: "#70819C"
|
|
7707
7891
|
}
|
|
7708
7892
|
),
|
|
7709
|
-
/* @__PURE__ */ (0,
|
|
7893
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
7710
7894
|
"path",
|
|
7711
7895
|
{
|
|
7712
7896
|
d: "M17.6622 3.57071L13.0457 8.21815C13.0676 8.26775 13.0916 8.32002 13.1178 8.37456C13.3233 8.80246 13.6534 9.34986 14.1518 9.84824C14.6502 10.3466 15.1976 10.6767 15.6255 10.8822C15.68 10.9084 15.7323 10.9324 15.7819 10.9543L20.4293 6.33781C20.6711 6.09762 21.0176 5.99527 21.3511 6.0655C21.6846 6.13573 21.9604 6.36911 22.0848 6.68643C23.0219 9.0768 22.4067 12.8357 19.8891 15.3533L19.8872 15.3552C18.6464 16.5894 17.1523 17.2143 15.5759 17.2513C14.0163 17.288 12.4484 16.749 11.0181 15.7871C9.74258 14.9293 8.86381 13.8804 8.21293 12.9125C7.25365 11.4861 6.7119 9.93532 6.74871 8.38907C6.78595 6.8248 7.41465 5.34953 8.6448 4.11281L8.6467 4.1109C11.1643 1.59329 14.9232 0.978135 17.3136 1.91527C17.6309 2.03967 17.8643 2.31543 17.9345 2.64894C18.0048 2.98245 17.9024 3.32891 17.6622 3.57071Z",
|
|
7713
7897
|
fill: "#8998AF"
|
|
7714
7898
|
}
|
|
7715
7899
|
),
|
|
7716
|
-
/* @__PURE__ */ (0,
|
|
7900
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
7717
7901
|
"path",
|
|
7718
7902
|
{
|
|
7719
7903
|
d: "M6.05415 17.946L5.04211 18.958",
|
|
@@ -7725,7 +7909,7 @@ var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7725
7909
|
] })
|
|
7726
7910
|
}
|
|
7727
7911
|
);
|
|
7728
|
-
var IconWrench = (0,
|
|
7912
|
+
var IconWrench = (0, import_react96.forwardRef)(Icon96);
|
|
7729
7913
|
var IconWrench_default = IconWrench;
|
|
7730
7914
|
/*! Bundled license information:
|
|
7731
7915
|
|