@karrotmarket/react-multicolor-icon 1.20.0 → 1.21.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/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 +700 -563
- package/lib/index.d.ts +3 -0
- package/lib/index.js +126 -120
- 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 forwardRef96(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 = forwardRef96;
|
|
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 jsx96 = jsxWithValidationDynamic;
|
|
3101
|
+
var jsxs96 = jsxWithValidationStatic;
|
|
3102
3102
|
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
3103
|
-
exports.jsx =
|
|
3104
|
-
exports.jsxs =
|
|
3103
|
+
exports.jsx = jsx96;
|
|
3104
|
+
exports.jsxs = jsxs96;
|
|
3105
3105
|
})();
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
@@ -3154,6 +3154,7 @@ __export(src_exports, {
|
|
|
3154
3154
|
IconDuckLeftside: () => IconDuckLeftside_default,
|
|
3155
3155
|
IconDumbbell: () => IconDumbbell_default,
|
|
3156
3156
|
IconEnvelope: () => IconEnvelope_default,
|
|
3157
|
+
IconExclamationmarkTriangle: () => IconExclamationmarkTriangle_default,
|
|
3157
3158
|
IconEyebrow: () => IconEyebrow_default,
|
|
3158
3159
|
IconFaceLaughingCircle: () => IconFaceLaughingCircle_default,
|
|
3159
3160
|
IconFaceSmileCircle: () => IconFaceSmileCircle_default,
|
|
@@ -3165,6 +3166,7 @@ __export(src_exports, {
|
|
|
3165
3166
|
IconFraction_1NUppercase: () => IconFraction_1NUppercase_default,
|
|
3166
3167
|
IconGamepad: () => IconGamepad_default,
|
|
3167
3168
|
IconGift: () => IconGift_default,
|
|
3169
|
+
IconGlasses: () => IconGlasses_default,
|
|
3168
3170
|
IconGridDot5: () => IconGridDot5_default,
|
|
3169
3171
|
IconHandDrop: () => IconHandDrop_default,
|
|
3170
3172
|
IconHorizlineViewfinder: () => IconHorizlineViewfinder_default,
|
|
@@ -3197,6 +3199,7 @@ __export(src_exports, {
|
|
|
3197
3199
|
IconSparkle2: () => IconSparkle2_default,
|
|
3198
3200
|
IconSparkleArrowUp: () => IconSparkleArrowUp_default,
|
|
3199
3201
|
IconSpraybottleSponge: () => IconSpraybottleSponge_default,
|
|
3202
|
+
IconSquareline2Vertical: () => IconSquareline2Vertical_default,
|
|
3200
3203
|
IconStarCalendar: () => IconStarCalendar_default,
|
|
3201
3204
|
IconTreasureChest: () => IconTreasureChest_default,
|
|
3202
3205
|
IconTree: () => IconTree_default,
|
|
@@ -4819,7 +4822,7 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4819
4822
|
var IconEnvelope = (0, import_react32.forwardRef)(Icon32);
|
|
4820
4823
|
var IconEnvelope_default = IconEnvelope;
|
|
4821
4824
|
|
|
4822
|
-
// src/
|
|
4825
|
+
// src/IconExclamationmarkTriangle.tsx
|
|
4823
4826
|
var import_react33 = __toESM(require_react(), 1);
|
|
4824
4827
|
var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
|
|
4825
4828
|
var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
@@ -4837,24 +4840,24 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4837
4840
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4838
4841
|
"path",
|
|
4839
4842
|
{
|
|
4840
|
-
d: "
|
|
4841
|
-
fill: "#
|
|
4843
|
+
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",
|
|
4844
|
+
fill: "#FFAA00"
|
|
4842
4845
|
}
|
|
4843
4846
|
),
|
|
4844
4847
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4845
4848
|
"path",
|
|
4846
4849
|
{
|
|
4847
|
-
d: "
|
|
4848
|
-
fill: "#
|
|
4850
|
+
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",
|
|
4851
|
+
fill: "#222B38"
|
|
4849
4852
|
}
|
|
4850
4853
|
)
|
|
4851
4854
|
] })
|
|
4852
4855
|
}
|
|
4853
4856
|
);
|
|
4854
|
-
var
|
|
4855
|
-
var
|
|
4857
|
+
var IconExclamationmarkTriangle = (0, import_react33.forwardRef)(Icon33);
|
|
4858
|
+
var IconExclamationmarkTriangle_default = IconExclamationmarkTriangle;
|
|
4856
4859
|
|
|
4857
|
-
// src/
|
|
4860
|
+
// src/IconEyebrow.tsx
|
|
4858
4861
|
var import_react34 = __toESM(require_react(), 1);
|
|
4859
4862
|
var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
|
|
4860
4863
|
var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
@@ -4870,28 +4873,63 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4870
4873
|
...props,
|
|
4871
4874
|
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { children: [
|
|
4872
4875
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
4876
|
+
"path",
|
|
4877
|
+
{
|
|
4878
|
+
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",
|
|
4879
|
+
fill: "#9E51E7"
|
|
4880
|
+
}
|
|
4881
|
+
),
|
|
4882
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
4883
|
+
"path",
|
|
4884
|
+
{
|
|
4885
|
+
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",
|
|
4886
|
+
fill: "#CB71F8"
|
|
4887
|
+
}
|
|
4888
|
+
)
|
|
4889
|
+
] })
|
|
4890
|
+
}
|
|
4891
|
+
);
|
|
4892
|
+
var IconEyebrow = (0, import_react34.forwardRef)(Icon34);
|
|
4893
|
+
var IconEyebrow_default = IconEyebrow;
|
|
4894
|
+
|
|
4895
|
+
// src/IconFaceLaughingCircle.tsx
|
|
4896
|
+
var import_react35 = __toESM(require_react(), 1);
|
|
4897
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
|
|
4898
|
+
var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4899
|
+
"svg",
|
|
4900
|
+
{
|
|
4901
|
+
viewBox: "0 0 24 24",
|
|
4902
|
+
fill: "none",
|
|
4903
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4904
|
+
"data-seed-icon": "true",
|
|
4905
|
+
width: size,
|
|
4906
|
+
height: size,
|
|
4907
|
+
ref,
|
|
4908
|
+
...props,
|
|
4909
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
|
|
4910
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4873
4911
|
"path",
|
|
4874
4912
|
{
|
|
4875
4913
|
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
4914
|
fill: "#FFCB64"
|
|
4877
4915
|
}
|
|
4878
4916
|
),
|
|
4879
|
-
/* @__PURE__ */ (0,
|
|
4917
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4880
4918
|
"path",
|
|
4881
4919
|
{
|
|
4882
4920
|
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
4921
|
fill: "#E68507"
|
|
4884
4922
|
}
|
|
4885
4923
|
),
|
|
4886
|
-
/* @__PURE__ */ (0,
|
|
4887
|
-
/* @__PURE__ */ (0,
|
|
4924
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
|
|
4925
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4888
4926
|
"path",
|
|
4889
4927
|
{
|
|
4890
4928
|
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
4929
|
fill: "#815A4F"
|
|
4892
4930
|
}
|
|
4893
4931
|
),
|
|
4894
|
-
/* @__PURE__ */ (0,
|
|
4932
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4895
4933
|
"path",
|
|
4896
4934
|
{
|
|
4897
4935
|
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 +4940,13 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4902
4940
|
] })
|
|
4903
4941
|
}
|
|
4904
4942
|
);
|
|
4905
|
-
var IconFaceLaughingCircle = (0,
|
|
4943
|
+
var IconFaceLaughingCircle = (0, import_react35.forwardRef)(Icon35);
|
|
4906
4944
|
var IconFaceLaughingCircle_default = IconFaceLaughingCircle;
|
|
4907
4945
|
|
|
4908
4946
|
// src/IconFaceSmileCircle.tsx
|
|
4909
|
-
var
|
|
4910
|
-
var
|
|
4911
|
-
var
|
|
4947
|
+
var import_react36 = __toESM(require_react(), 1);
|
|
4948
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
|
|
4949
|
+
var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4912
4950
|
"svg",
|
|
4913
4951
|
{
|
|
4914
4952
|
viewBox: "0 0 24 24",
|
|
@@ -4919,10 +4957,10 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4919
4957
|
height: size,
|
|
4920
4958
|
ref,
|
|
4921
4959
|
...props,
|
|
4922
|
-
children: /* @__PURE__ */ (0,
|
|
4923
|
-
/* @__PURE__ */ (0,
|
|
4924
|
-
/* @__PURE__ */ (0,
|
|
4925
|
-
/* @__PURE__ */ (0,
|
|
4960
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
|
|
4961
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("circle", { cx: 12, cy: 12, r: 11, fill: "#FFCB64" }),
|
|
4962
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
|
|
4963
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4926
4964
|
"path",
|
|
4927
4965
|
{
|
|
4928
4966
|
fillRule: "evenodd",
|
|
@@ -4931,7 +4969,7 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4931
4969
|
fill: "#815A4F"
|
|
4932
4970
|
}
|
|
4933
4971
|
),
|
|
4934
|
-
/* @__PURE__ */ (0,
|
|
4972
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4935
4973
|
"path",
|
|
4936
4974
|
{
|
|
4937
4975
|
fillRule: "evenodd",
|
|
@@ -4941,7 +4979,7 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4941
4979
|
}
|
|
4942
4980
|
)
|
|
4943
4981
|
] }),
|
|
4944
|
-
/* @__PURE__ */ (0,
|
|
4982
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
4945
4983
|
"path",
|
|
4946
4984
|
{
|
|
4947
4985
|
fillRule: "evenodd",
|
|
@@ -4953,13 +4991,13 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4953
4991
|
] })
|
|
4954
4992
|
}
|
|
4955
4993
|
);
|
|
4956
|
-
var IconFaceSmileCircle = (0,
|
|
4994
|
+
var IconFaceSmileCircle = (0, import_react36.forwardRef)(Icon36);
|
|
4957
4995
|
var IconFaceSmileCircle_default = IconFaceSmileCircle;
|
|
4958
4996
|
|
|
4959
4997
|
// src/IconFigureWalk.tsx
|
|
4960
|
-
var
|
|
4961
|
-
var
|
|
4962
|
-
var
|
|
4998
|
+
var import_react37 = __toESM(require_react(), 1);
|
|
4999
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
|
|
5000
|
+
var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4963
5001
|
"svg",
|
|
4964
5002
|
{
|
|
4965
5003
|
viewBox: "0 0 24 24",
|
|
@@ -4970,29 +5008,29 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
4970
5008
|
height: size,
|
|
4971
5009
|
ref,
|
|
4972
5010
|
...props,
|
|
4973
|
-
children: /* @__PURE__ */ (0,
|
|
4974
|
-
/* @__PURE__ */ (0,
|
|
5011
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
|
|
5012
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4975
5013
|
"path",
|
|
4976
5014
|
{
|
|
4977
5015
|
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
5016
|
fill: "#3CBAF9"
|
|
4979
5017
|
}
|
|
4980
5018
|
),
|
|
4981
|
-
/* @__PURE__ */ (0,
|
|
5019
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4982
5020
|
"path",
|
|
4983
5021
|
{
|
|
4984
5022
|
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
5023
|
fill: "#1D7EDE"
|
|
4986
5024
|
}
|
|
4987
5025
|
),
|
|
4988
|
-
/* @__PURE__ */ (0,
|
|
5026
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4989
5027
|
"path",
|
|
4990
5028
|
{
|
|
4991
5029
|
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
5030
|
fill: "#1D7EDE"
|
|
4993
5031
|
}
|
|
4994
5032
|
),
|
|
4995
|
-
/* @__PURE__ */ (0,
|
|
5033
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
4996
5034
|
"path",
|
|
4997
5035
|
{
|
|
4998
5036
|
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 +5040,13 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5002
5040
|
] }) })
|
|
5003
5041
|
}
|
|
5004
5042
|
);
|
|
5005
|
-
var IconFigureWalk = (0,
|
|
5043
|
+
var IconFigureWalk = (0, import_react37.forwardRef)(Icon37);
|
|
5006
5044
|
var IconFigureWalk_default = IconFigureWalk;
|
|
5007
5045
|
|
|
5008
5046
|
// src/IconFishWave2.tsx
|
|
5009
|
-
var
|
|
5010
|
-
var
|
|
5011
|
-
var
|
|
5047
|
+
var import_react38 = __toESM(require_react(), 1);
|
|
5048
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
|
|
5049
|
+
var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5012
5050
|
"svg",
|
|
5013
5051
|
{
|
|
5014
5052
|
viewBox: "0 0 24 24",
|
|
@@ -5019,16 +5057,16 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5019
5057
|
height: size,
|
|
5020
5058
|
ref,
|
|
5021
5059
|
...props,
|
|
5022
|
-
children: /* @__PURE__ */ (0,
|
|
5023
|
-
/* @__PURE__ */ (0,
|
|
5060
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { children: [
|
|
5061
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5024
5062
|
"path",
|
|
5025
5063
|
{
|
|
5026
5064
|
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
5065
|
fill: "#FFAA00"
|
|
5028
5066
|
}
|
|
5029
5067
|
),
|
|
5030
|
-
/* @__PURE__ */ (0,
|
|
5031
|
-
/* @__PURE__ */ (0,
|
|
5068
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
|
|
5069
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5032
5070
|
"path",
|
|
5033
5071
|
{
|
|
5034
5072
|
fillRule: "evenodd",
|
|
@@ -5042,13 +5080,13 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5042
5080
|
] })
|
|
5043
5081
|
}
|
|
5044
5082
|
);
|
|
5045
|
-
var IconFishWave2 = (0,
|
|
5083
|
+
var IconFishWave2 = (0, import_react38.forwardRef)(Icon38);
|
|
5046
5084
|
var IconFishWave2_default = IconFishWave2;
|
|
5047
5085
|
|
|
5048
5086
|
// src/IconFlower.tsx
|
|
5049
|
-
var
|
|
5050
|
-
var
|
|
5051
|
-
var
|
|
5087
|
+
var import_react39 = __toESM(require_react(), 1);
|
|
5088
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
|
|
5089
|
+
var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5052
5090
|
"svg",
|
|
5053
5091
|
{
|
|
5054
5092
|
viewBox: "0 0 24 24",
|
|
@@ -5059,30 +5097,30 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5059
5097
|
height: size,
|
|
5060
5098
|
ref,
|
|
5061
5099
|
...props,
|
|
5062
|
-
children: /* @__PURE__ */ (0,
|
|
5063
|
-
/* @__PURE__ */ (0,
|
|
5100
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
|
|
5101
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5064
5102
|
"path",
|
|
5065
5103
|
{
|
|
5066
5104
|
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
5105
|
fill: "#FFC2DB"
|
|
5068
5106
|
}
|
|
5069
5107
|
),
|
|
5070
|
-
/* @__PURE__ */ (0,
|
|
5071
|
-
/* @__PURE__ */ (0,
|
|
5108
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
|
|
5109
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5072
5110
|
"path",
|
|
5073
5111
|
{
|
|
5074
5112
|
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
5113
|
fill: "#FFA6C4"
|
|
5076
5114
|
}
|
|
5077
5115
|
),
|
|
5078
|
-
/* @__PURE__ */ (0,
|
|
5116
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5079
5117
|
"path",
|
|
5080
5118
|
{
|
|
5081
5119
|
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
5120
|
fill: "#FFA6C4"
|
|
5083
5121
|
}
|
|
5084
5122
|
),
|
|
5085
|
-
/* @__PURE__ */ (0,
|
|
5123
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5086
5124
|
"path",
|
|
5087
5125
|
{
|
|
5088
5126
|
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 +5128,7 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5090
5128
|
}
|
|
5091
5129
|
)
|
|
5092
5130
|
] }),
|
|
5093
|
-
/* @__PURE__ */ (0,
|
|
5131
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
5094
5132
|
"path",
|
|
5095
5133
|
{
|
|
5096
5134
|
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 +5138,13 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5100
5138
|
] })
|
|
5101
5139
|
}
|
|
5102
5140
|
);
|
|
5103
|
-
var IconFlower = (0,
|
|
5141
|
+
var IconFlower = (0, import_react39.forwardRef)(Icon39);
|
|
5104
5142
|
var IconFlower_default = IconFlower;
|
|
5105
5143
|
|
|
5106
5144
|
// src/IconForkSpoon.tsx
|
|
5107
|
-
var
|
|
5108
|
-
var
|
|
5109
|
-
var
|
|
5145
|
+
var import_react40 = __toESM(require_react(), 1);
|
|
5146
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
|
|
5147
|
+
var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5110
5148
|
"svg",
|
|
5111
5149
|
{
|
|
5112
5150
|
viewBox: "0 0 24 24",
|
|
@@ -5117,16 +5155,16 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5117
5155
|
height: size,
|
|
5118
5156
|
ref,
|
|
5119
5157
|
...props,
|
|
5120
|
-
children: /* @__PURE__ */ (0,
|
|
5121
|
-
/* @__PURE__ */ (0,
|
|
5122
|
-
/* @__PURE__ */ (0,
|
|
5158
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
|
|
5159
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
|
|
5160
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5123
5161
|
"path",
|
|
5124
5162
|
{
|
|
5125
5163
|
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
5164
|
fill: "#FF7F29"
|
|
5127
5165
|
}
|
|
5128
5166
|
),
|
|
5129
|
-
/* @__PURE__ */ (0,
|
|
5167
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5130
5168
|
"path",
|
|
5131
5169
|
{
|
|
5132
5170
|
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 +5172,15 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5134
5172
|
}
|
|
5135
5173
|
)
|
|
5136
5174
|
] }),
|
|
5137
|
-
/* @__PURE__ */ (0,
|
|
5138
|
-
/* @__PURE__ */ (0,
|
|
5175
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
|
|
5176
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5139
5177
|
"path",
|
|
5140
5178
|
{
|
|
5141
5179
|
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
5180
|
fill: "#DE5D00"
|
|
5143
5181
|
}
|
|
5144
5182
|
),
|
|
5145
|
-
/* @__PURE__ */ (0,
|
|
5183
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5146
5184
|
"path",
|
|
5147
5185
|
{
|
|
5148
5186
|
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 +5191,13 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5153
5191
|
] })
|
|
5154
5192
|
}
|
|
5155
5193
|
);
|
|
5156
|
-
var IconForkSpoon = (0,
|
|
5194
|
+
var IconForkSpoon = (0, import_react40.forwardRef)(Icon40);
|
|
5157
5195
|
var IconForkSpoon_default = IconForkSpoon;
|
|
5158
5196
|
|
|
5159
5197
|
// src/IconForkSpoonBag.tsx
|
|
5160
|
-
var
|
|
5161
|
-
var
|
|
5162
|
-
var
|
|
5198
|
+
var import_react41 = __toESM(require_react(), 1);
|
|
5199
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
|
|
5200
|
+
var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5163
5201
|
"svg",
|
|
5164
5202
|
{
|
|
5165
5203
|
viewBox: "0 0 24 24",
|
|
@@ -5170,8 +5208,8 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5170
5208
|
height: size,
|
|
5171
5209
|
ref,
|
|
5172
5210
|
...props,
|
|
5173
|
-
children: /* @__PURE__ */ (0,
|
|
5174
|
-
/* @__PURE__ */ (0,
|
|
5211
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
|
|
5212
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5175
5213
|
"path",
|
|
5176
5214
|
{
|
|
5177
5215
|
fillRule: "evenodd",
|
|
@@ -5180,22 +5218,22 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5180
5218
|
fill: "#E98400"
|
|
5181
5219
|
}
|
|
5182
5220
|
),
|
|
5183
|
-
/* @__PURE__ */ (0,
|
|
5221
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5184
5222
|
"path",
|
|
5185
5223
|
{
|
|
5186
5224
|
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
5225
|
fill: "#FFAA00"
|
|
5188
5226
|
}
|
|
5189
5227
|
),
|
|
5190
|
-
/* @__PURE__ */ (0,
|
|
5191
|
-
/* @__PURE__ */ (0,
|
|
5228
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
|
|
5229
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5192
5230
|
"path",
|
|
5193
5231
|
{
|
|
5194
5232
|
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
5233
|
fill: "white"
|
|
5196
5234
|
}
|
|
5197
5235
|
),
|
|
5198
|
-
/* @__PURE__ */ (0,
|
|
5236
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5199
5237
|
"path",
|
|
5200
5238
|
{
|
|
5201
5239
|
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 +5244,13 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5206
5244
|
] })
|
|
5207
5245
|
}
|
|
5208
5246
|
);
|
|
5209
|
-
var IconForkSpoonBag = (0,
|
|
5247
|
+
var IconForkSpoonBag = (0, import_react41.forwardRef)(Icon41);
|
|
5210
5248
|
var IconForkSpoonBag_default = IconForkSpoonBag;
|
|
5211
5249
|
|
|
5212
5250
|
// src/IconFraction_1NUppercase.tsx
|
|
5213
|
-
var
|
|
5214
|
-
var
|
|
5215
|
-
var
|
|
5251
|
+
var import_react42 = __toESM(require_react(), 1);
|
|
5252
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
|
|
5253
|
+
var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5216
5254
|
"svg",
|
|
5217
5255
|
{
|
|
5218
5256
|
viewBox: "0 0 24 24",
|
|
@@ -5223,16 +5261,16 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5223
5261
|
height: size,
|
|
5224
5262
|
ref,
|
|
5225
5263
|
...props,
|
|
5226
|
-
children: /* @__PURE__ */ (0,
|
|
5227
|
-
/* @__PURE__ */ (0,
|
|
5228
|
-
/* @__PURE__ */ (0,
|
|
5264
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
|
|
5265
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
|
|
5266
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5229
5267
|
"path",
|
|
5230
5268
|
{
|
|
5231
5269
|
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
5270
|
fill: "#126BE0"
|
|
5233
5271
|
}
|
|
5234
5272
|
),
|
|
5235
|
-
/* @__PURE__ */ (0,
|
|
5273
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5236
5274
|
"path",
|
|
5237
5275
|
{
|
|
5238
5276
|
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 +5278,7 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5240
5278
|
}
|
|
5241
5279
|
)
|
|
5242
5280
|
] }),
|
|
5243
|
-
/* @__PURE__ */ (0,
|
|
5281
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5244
5282
|
"path",
|
|
5245
5283
|
{
|
|
5246
5284
|
fillRule: "evenodd",
|
|
@@ -5252,13 +5290,13 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5252
5290
|
] })
|
|
5253
5291
|
}
|
|
5254
5292
|
);
|
|
5255
|
-
var IconFraction_1NUppercase = (0,
|
|
5293
|
+
var IconFraction_1NUppercase = (0, import_react42.forwardRef)(Icon42);
|
|
5256
5294
|
var IconFraction_1NUppercase_default = IconFraction_1NUppercase;
|
|
5257
5295
|
|
|
5258
5296
|
// src/IconGamepad.tsx
|
|
5259
|
-
var
|
|
5260
|
-
var
|
|
5261
|
-
var
|
|
5297
|
+
var import_react43 = __toESM(require_react(), 1);
|
|
5298
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
5299
|
+
var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5262
5300
|
"svg",
|
|
5263
5301
|
{
|
|
5264
5302
|
viewBox: "0 0 24 24",
|
|
@@ -5269,37 +5307,37 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5269
5307
|
height: size,
|
|
5270
5308
|
ref,
|
|
5271
5309
|
...props,
|
|
5272
|
-
children: /* @__PURE__ */ (0,
|
|
5273
|
-
/* @__PURE__ */ (0,
|
|
5310
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
|
|
5311
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5274
5312
|
"path",
|
|
5275
5313
|
{
|
|
5276
5314
|
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
5315
|
fill: "#70819C"
|
|
5278
5316
|
}
|
|
5279
5317
|
),
|
|
5280
|
-
/* @__PURE__ */ (0,
|
|
5318
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5281
5319
|
"path",
|
|
5282
5320
|
{
|
|
5283
5321
|
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
5322
|
fill: "#8998AF"
|
|
5285
5323
|
}
|
|
5286
5324
|
),
|
|
5287
|
-
/* @__PURE__ */ (0,
|
|
5288
|
-
/* @__PURE__ */ (0,
|
|
5325
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
|
|
5326
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5289
5327
|
"path",
|
|
5290
5328
|
{
|
|
5291
5329
|
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
5330
|
fill: "white"
|
|
5293
5331
|
}
|
|
5294
5332
|
),
|
|
5295
|
-
/* @__PURE__ */ (0,
|
|
5333
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5296
5334
|
"path",
|
|
5297
5335
|
{
|
|
5298
5336
|
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
5337
|
fill: "white"
|
|
5300
5338
|
}
|
|
5301
5339
|
),
|
|
5302
|
-
/* @__PURE__ */ (0,
|
|
5340
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5303
5341
|
"path",
|
|
5304
5342
|
{
|
|
5305
5343
|
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 +5348,13 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5310
5348
|
] })
|
|
5311
5349
|
}
|
|
5312
5350
|
);
|
|
5313
|
-
var IconGamepad = (0,
|
|
5351
|
+
var IconGamepad = (0, import_react43.forwardRef)(Icon43);
|
|
5314
5352
|
var IconGamepad_default = IconGamepad;
|
|
5315
5353
|
|
|
5316
5354
|
// src/IconGift.tsx
|
|
5317
|
-
var
|
|
5318
|
-
var
|
|
5319
|
-
var
|
|
5355
|
+
var import_react44 = __toESM(require_react(), 1);
|
|
5356
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
|
|
5357
|
+
var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5320
5358
|
"svg",
|
|
5321
5359
|
{
|
|
5322
5360
|
viewBox: "0 0 24 24",
|
|
@@ -5327,15 +5365,15 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5327
5365
|
height: size,
|
|
5328
5366
|
ref,
|
|
5329
5367
|
...props,
|
|
5330
|
-
children: /* @__PURE__ */ (0,
|
|
5331
|
-
/* @__PURE__ */ (0,
|
|
5368
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
|
|
5369
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5332
5370
|
"path",
|
|
5333
5371
|
{
|
|
5334
5372
|
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
5373
|
fill: "#FF6F0F"
|
|
5336
5374
|
}
|
|
5337
5375
|
),
|
|
5338
|
-
/* @__PURE__ */ (0,
|
|
5376
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5339
5377
|
"path",
|
|
5340
5378
|
{
|
|
5341
5379
|
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 +5383,59 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5345
5383
|
] })
|
|
5346
5384
|
}
|
|
5347
5385
|
);
|
|
5348
|
-
var IconGift = (0,
|
|
5386
|
+
var IconGift = (0, import_react44.forwardRef)(Icon44);
|
|
5349
5387
|
var IconGift_default = IconGift;
|
|
5350
5388
|
|
|
5389
|
+
// src/IconGlasses.tsx
|
|
5390
|
+
var import_react45 = __toESM(require_react(), 1);
|
|
5391
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
|
|
5392
|
+
var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5393
|
+
"svg",
|
|
5394
|
+
{
|
|
5395
|
+
viewBox: "0 0 24 24",
|
|
5396
|
+
fill: "none",
|
|
5397
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5398
|
+
"data-seed-icon": "true",
|
|
5399
|
+
width: size,
|
|
5400
|
+
height: size,
|
|
5401
|
+
ref,
|
|
5402
|
+
...props,
|
|
5403
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { children: [
|
|
5404
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { children: [
|
|
5405
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5406
|
+
"path",
|
|
5407
|
+
{
|
|
5408
|
+
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",
|
|
5409
|
+
fill: "#126BE0"
|
|
5410
|
+
}
|
|
5411
|
+
),
|
|
5412
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5413
|
+
"path",
|
|
5414
|
+
{
|
|
5415
|
+
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",
|
|
5416
|
+
fill: "#126BE0"
|
|
5417
|
+
}
|
|
5418
|
+
)
|
|
5419
|
+
] }),
|
|
5420
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5421
|
+
"path",
|
|
5422
|
+
{
|
|
5423
|
+
fillRule: "evenodd",
|
|
5424
|
+
clipRule: "evenodd",
|
|
5425
|
+
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",
|
|
5426
|
+
fill: "#55A7FF"
|
|
5427
|
+
}
|
|
5428
|
+
)
|
|
5429
|
+
] })
|
|
5430
|
+
}
|
|
5431
|
+
);
|
|
5432
|
+
var IconGlasses = (0, import_react45.forwardRef)(Icon45);
|
|
5433
|
+
var IconGlasses_default = IconGlasses;
|
|
5434
|
+
|
|
5351
5435
|
// src/IconGridDot5.tsx
|
|
5352
|
-
var
|
|
5353
|
-
var
|
|
5354
|
-
var
|
|
5436
|
+
var import_react46 = __toESM(require_react(), 1);
|
|
5437
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
|
|
5438
|
+
var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5355
5439
|
"svg",
|
|
5356
5440
|
{
|
|
5357
5441
|
viewBox: "0 0 24 24",
|
|
@@ -5362,9 +5446,9 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5362
5446
|
height: size,
|
|
5363
5447
|
ref,
|
|
5364
5448
|
...props,
|
|
5365
|
-
children: /* @__PURE__ */ (0,
|
|
5366
|
-
/* @__PURE__ */ (0,
|
|
5367
|
-
/* @__PURE__ */ (0,
|
|
5449
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
|
|
5450
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
|
|
5451
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5368
5452
|
"path",
|
|
5369
5453
|
{
|
|
5370
5454
|
fillRule: "evenodd",
|
|
@@ -5373,7 +5457,7 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5373
5457
|
fill: "#FF6F0F"
|
|
5374
5458
|
}
|
|
5375
5459
|
),
|
|
5376
|
-
/* @__PURE__ */ (0,
|
|
5460
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5377
5461
|
"path",
|
|
5378
5462
|
{
|
|
5379
5463
|
fillRule: "evenodd",
|
|
@@ -5382,7 +5466,7 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5382
5466
|
fill: "#FF6F0F"
|
|
5383
5467
|
}
|
|
5384
5468
|
),
|
|
5385
|
-
/* @__PURE__ */ (0,
|
|
5469
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5386
5470
|
"path",
|
|
5387
5471
|
{
|
|
5388
5472
|
fillRule: "evenodd",
|
|
@@ -5392,36 +5476,36 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5392
5476
|
}
|
|
5393
5477
|
)
|
|
5394
5478
|
] }),
|
|
5395
|
-
/* @__PURE__ */ (0,
|
|
5396
|
-
/* @__PURE__ */ (0,
|
|
5479
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
|
|
5480
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5397
5481
|
"path",
|
|
5398
5482
|
{
|
|
5399
5483
|
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
5484
|
fill: "#FF9F30"
|
|
5401
5485
|
}
|
|
5402
5486
|
),
|
|
5403
|
-
/* @__PURE__ */ (0,
|
|
5487
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5404
5488
|
"path",
|
|
5405
5489
|
{
|
|
5406
5490
|
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
5491
|
fill: "#FF9F30"
|
|
5408
5492
|
}
|
|
5409
5493
|
),
|
|
5410
|
-
/* @__PURE__ */ (0,
|
|
5494
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5411
5495
|
"path",
|
|
5412
5496
|
{
|
|
5413
5497
|
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
5498
|
fill: "#FF9F30"
|
|
5415
5499
|
}
|
|
5416
5500
|
),
|
|
5417
|
-
/* @__PURE__ */ (0,
|
|
5501
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5418
5502
|
"path",
|
|
5419
5503
|
{
|
|
5420
5504
|
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
5505
|
fill: "#FF9F30"
|
|
5422
5506
|
}
|
|
5423
5507
|
),
|
|
5424
|
-
/* @__PURE__ */ (0,
|
|
5508
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5425
5509
|
"path",
|
|
5426
5510
|
{
|
|
5427
5511
|
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 +5516,13 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5432
5516
|
] })
|
|
5433
5517
|
}
|
|
5434
5518
|
);
|
|
5435
|
-
var IconGridDot5 = (0,
|
|
5519
|
+
var IconGridDot5 = (0, import_react46.forwardRef)(Icon46);
|
|
5436
5520
|
var IconGridDot5_default = IconGridDot5;
|
|
5437
5521
|
|
|
5438
5522
|
// src/IconHandDrop.tsx
|
|
5439
|
-
var
|
|
5440
|
-
var
|
|
5441
|
-
var
|
|
5523
|
+
var import_react47 = __toESM(require_react(), 1);
|
|
5524
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
|
|
5525
|
+
var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5442
5526
|
"svg",
|
|
5443
5527
|
{
|
|
5444
5528
|
viewBox: "0 0 24 24",
|
|
@@ -5449,15 +5533,15 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5449
5533
|
height: size,
|
|
5450
5534
|
ref,
|
|
5451
5535
|
...props,
|
|
5452
|
-
children: /* @__PURE__ */ (0,
|
|
5453
|
-
/* @__PURE__ */ (0,
|
|
5536
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
|
|
5537
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5454
5538
|
"path",
|
|
5455
5539
|
{
|
|
5456
5540
|
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
5541
|
fill: "#FFBB32"
|
|
5458
5542
|
}
|
|
5459
5543
|
),
|
|
5460
|
-
/* @__PURE__ */ (0,
|
|
5544
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5461
5545
|
"path",
|
|
5462
5546
|
{
|
|
5463
5547
|
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 +5551,13 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5467
5551
|
] })
|
|
5468
5552
|
}
|
|
5469
5553
|
);
|
|
5470
|
-
var IconHandDrop = (0,
|
|
5554
|
+
var IconHandDrop = (0, import_react47.forwardRef)(Icon47);
|
|
5471
5555
|
var IconHandDrop_default = IconHandDrop;
|
|
5472
5556
|
|
|
5473
5557
|
// src/IconHorizlineViewfinder.tsx
|
|
5474
|
-
var
|
|
5475
|
-
var
|
|
5476
|
-
var
|
|
5558
|
+
var import_react48 = __toESM(require_react(), 1);
|
|
5559
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
|
|
5560
|
+
var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5477
5561
|
"svg",
|
|
5478
5562
|
{
|
|
5479
5563
|
viewBox: "0 0 24 24",
|
|
@@ -5484,8 +5568,8 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5484
5568
|
height: size,
|
|
5485
5569
|
ref,
|
|
5486
5570
|
...props,
|
|
5487
|
-
children: /* @__PURE__ */ (0,
|
|
5488
|
-
/* @__PURE__ */ (0,
|
|
5571
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { children: [
|
|
5572
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5489
5573
|
"path",
|
|
5490
5574
|
{
|
|
5491
5575
|
fillRule: "evenodd",
|
|
@@ -5494,7 +5578,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5494
5578
|
fill: "#70819C"
|
|
5495
5579
|
}
|
|
5496
5580
|
),
|
|
5497
|
-
/* @__PURE__ */ (0,
|
|
5581
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5498
5582
|
"path",
|
|
5499
5583
|
{
|
|
5500
5584
|
fillRule: "evenodd",
|
|
@@ -5503,7 +5587,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5503
5587
|
fill: "#70819C"
|
|
5504
5588
|
}
|
|
5505
5589
|
),
|
|
5506
|
-
/* @__PURE__ */ (0,
|
|
5590
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5507
5591
|
"path",
|
|
5508
5592
|
{
|
|
5509
5593
|
fillRule: "evenodd",
|
|
@@ -5512,7 +5596,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5512
5596
|
fill: "#70819C"
|
|
5513
5597
|
}
|
|
5514
5598
|
),
|
|
5515
|
-
/* @__PURE__ */ (0,
|
|
5599
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5516
5600
|
"path",
|
|
5517
5601
|
{
|
|
5518
5602
|
fillRule: "evenodd",
|
|
@@ -5521,7 +5605,7 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5521
5605
|
fill: "#70819C"
|
|
5522
5606
|
}
|
|
5523
5607
|
),
|
|
5524
|
-
/* @__PURE__ */ (0,
|
|
5608
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5525
5609
|
"path",
|
|
5526
5610
|
{
|
|
5527
5611
|
fillRule: "evenodd",
|
|
@@ -5533,13 +5617,13 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5533
5617
|
] }) })
|
|
5534
5618
|
}
|
|
5535
5619
|
);
|
|
5536
|
-
var IconHorizlineViewfinder = (0,
|
|
5620
|
+
var IconHorizlineViewfinder = (0, import_react48.forwardRef)(Icon48);
|
|
5537
5621
|
var IconHorizlineViewfinder_default = IconHorizlineViewfinder;
|
|
5538
5622
|
|
|
5539
5623
|
// src/IconHospital.tsx
|
|
5540
|
-
var
|
|
5541
|
-
var
|
|
5542
|
-
var
|
|
5624
|
+
var import_react49 = __toESM(require_react(), 1);
|
|
5625
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
|
|
5626
|
+
var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5543
5627
|
"svg",
|
|
5544
5628
|
{
|
|
5545
5629
|
viewBox: "0 0 24 24",
|
|
@@ -5550,22 +5634,22 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5550
5634
|
height: size,
|
|
5551
5635
|
ref,
|
|
5552
5636
|
...props,
|
|
5553
|
-
children: /* @__PURE__ */ (0,
|
|
5554
|
-
/* @__PURE__ */ (0,
|
|
5637
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
|
|
5638
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5555
5639
|
"path",
|
|
5556
5640
|
{
|
|
5557
5641
|
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
5642
|
fill: "#2CCA6F"
|
|
5559
5643
|
}
|
|
5560
5644
|
),
|
|
5561
|
-
/* @__PURE__ */ (0,
|
|
5645
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5562
5646
|
"path",
|
|
5563
5647
|
{
|
|
5564
5648
|
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
5649
|
fill: "white"
|
|
5566
5650
|
}
|
|
5567
5651
|
),
|
|
5568
|
-
/* @__PURE__ */ (0,
|
|
5652
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5569
5653
|
"path",
|
|
5570
5654
|
{
|
|
5571
5655
|
d: "M12 16C13.66 16 15 17.34 15 19V23H9V19C9 17.34 10.34 16 12 16Z",
|
|
@@ -5575,13 +5659,13 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5575
5659
|
] })
|
|
5576
5660
|
}
|
|
5577
5661
|
);
|
|
5578
|
-
var IconHospital = (0,
|
|
5662
|
+
var IconHospital = (0, import_react49.forwardRef)(Icon49);
|
|
5579
5663
|
var IconHospital_default = IconHospital;
|
|
5580
5664
|
|
|
5581
5665
|
// src/IconHouseCard.tsx
|
|
5582
|
-
var
|
|
5583
|
-
var
|
|
5584
|
-
var
|
|
5666
|
+
var import_react50 = __toESM(require_react(), 1);
|
|
5667
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
|
|
5668
|
+
var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5585
5669
|
"svg",
|
|
5586
5670
|
{
|
|
5587
5671
|
viewBox: "0 0 24 24",
|
|
@@ -5592,24 +5676,24 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5592
5676
|
height: size,
|
|
5593
5677
|
ref,
|
|
5594
5678
|
...props,
|
|
5595
|
-
children: /* @__PURE__ */ (0,
|
|
5596
|
-
/* @__PURE__ */ (0,
|
|
5679
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
|
|
5680
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5597
5681
|
"path",
|
|
5598
5682
|
{
|
|
5599
5683
|
d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
|
|
5600
5684
|
fill: "#FED481"
|
|
5601
5685
|
}
|
|
5602
5686
|
),
|
|
5603
|
-
/* @__PURE__ */ (0,
|
|
5604
|
-
/* @__PURE__ */ (0,
|
|
5605
|
-
/* @__PURE__ */ (0,
|
|
5687
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
|
|
5688
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
|
|
5689
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5606
5690
|
"path",
|
|
5607
5691
|
{
|
|
5608
5692
|
d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
|
|
5609
5693
|
fill: "#FFAA00"
|
|
5610
5694
|
}
|
|
5611
5695
|
),
|
|
5612
|
-
/* @__PURE__ */ (0,
|
|
5696
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
5613
5697
|
"path",
|
|
5614
5698
|
{
|
|
5615
5699
|
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 +5704,13 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5620
5704
|
] })
|
|
5621
5705
|
}
|
|
5622
5706
|
);
|
|
5623
|
-
var IconHouseCard = (0,
|
|
5707
|
+
var IconHouseCard = (0, import_react50.forwardRef)(Icon50);
|
|
5624
5708
|
var IconHouseCard_default = IconHouseCard;
|
|
5625
5709
|
|
|
5626
5710
|
// src/IconIcecreamcone.tsx
|
|
5627
|
-
var
|
|
5628
|
-
var
|
|
5629
|
-
var
|
|
5711
|
+
var import_react51 = __toESM(require_react(), 1);
|
|
5712
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
|
|
5713
|
+
var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5630
5714
|
"svg",
|
|
5631
5715
|
{
|
|
5632
5716
|
viewBox: "0 0 24 24",
|
|
@@ -5637,15 +5721,15 @@ var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5637
5721
|
height: size,
|
|
5638
5722
|
ref,
|
|
5639
5723
|
...props,
|
|
5640
|
-
children: /* @__PURE__ */ (0,
|
|
5641
|
-
/* @__PURE__ */ (0,
|
|
5724
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
|
|
5725
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5642
5726
|
"path",
|
|
5643
5727
|
{
|
|
5644
5728
|
d: "M11.15 22.81L7 16.17H17L12.85 22.81C12.46 23.44 11.55 23.44 11.15 22.81Z",
|
|
5645
5729
|
fill: "#E98400"
|
|
5646
5730
|
}
|
|
5647
5731
|
),
|
|
5648
|
-
/* @__PURE__ */ (0,
|
|
5732
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
5649
5733
|
"path",
|
|
5650
5734
|
{
|
|
5651
5735
|
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 +5739,13 @@ var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5655
5739
|
] })
|
|
5656
5740
|
}
|
|
5657
5741
|
);
|
|
5658
|
-
var IconIcecreamcone = (0,
|
|
5742
|
+
var IconIcecreamcone = (0, import_react51.forwardRef)(Icon51);
|
|
5659
5743
|
var IconIcecreamcone_default = IconIcecreamcone;
|
|
5660
5744
|
|
|
5661
5745
|
// src/IconLinechartUpXaxis.tsx
|
|
5662
|
-
var
|
|
5663
|
-
var
|
|
5664
|
-
var
|
|
5746
|
+
var import_react52 = __toESM(require_react(), 1);
|
|
5747
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
|
|
5748
|
+
var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5665
5749
|
"svg",
|
|
5666
5750
|
{
|
|
5667
5751
|
viewBox: "0 0 24 24",
|
|
@@ -5672,15 +5756,15 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5672
5756
|
height: size,
|
|
5673
5757
|
ref,
|
|
5674
5758
|
...props,
|
|
5675
|
-
children: /* @__PURE__ */ (0,
|
|
5676
|
-
/* @__PURE__ */ (0,
|
|
5759
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { children: [
|
|
5760
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5677
5761
|
"path",
|
|
5678
5762
|
{
|
|
5679
5763
|
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
5764
|
fill: "#20C578"
|
|
5681
5765
|
}
|
|
5682
5766
|
),
|
|
5683
|
-
/* @__PURE__ */ (0,
|
|
5767
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
5684
5768
|
"path",
|
|
5685
5769
|
{
|
|
5686
5770
|
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 +5774,16 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5690
5774
|
] }) })
|
|
5691
5775
|
}
|
|
5692
5776
|
);
|
|
5693
|
-
var IconLinechartUpXaxis = (0,
|
|
5777
|
+
var IconLinechartUpXaxis = (0, import_react52.forwardRef)(Icon52);
|
|
5694
5778
|
var IconLinechartUpXaxis_default = IconLinechartUpXaxis;
|
|
5695
5779
|
|
|
5696
5780
|
// src/IconMagnifyingglass.tsx
|
|
5697
5781
|
var React2 = __toESM(require_react(), 1);
|
|
5698
|
-
var
|
|
5699
|
-
var
|
|
5700
|
-
var
|
|
5782
|
+
var import_react53 = __toESM(require_react(), 1);
|
|
5783
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
|
|
5784
|
+
var Icon53 = ({ size = 24, ...props }, ref) => {
|
|
5701
5785
|
const id = React2.useId();
|
|
5702
|
-
return /* @__PURE__ */ (0,
|
|
5786
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
5703
5787
|
"svg",
|
|
5704
5788
|
{
|
|
5705
5789
|
viewBox: "0 0 24 24",
|
|
@@ -5711,15 +5795,15 @@ var Icon51 = ({ size = 24, ...props }, ref) => {
|
|
|
5711
5795
|
ref,
|
|
5712
5796
|
...props,
|
|
5713
5797
|
children: [
|
|
5714
|
-
/* @__PURE__ */ (0,
|
|
5715
|
-
/* @__PURE__ */ (0,
|
|
5798
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
|
|
5799
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
5716
5800
|
"path",
|
|
5717
5801
|
{
|
|
5718
5802
|
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
5803
|
fill: "#667387"
|
|
5720
5804
|
}
|
|
5721
5805
|
),
|
|
5722
|
-
/* @__PURE__ */ (0,
|
|
5806
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
5723
5807
|
"path",
|
|
5724
5808
|
{
|
|
5725
5809
|
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 +5811,18 @@ var Icon51 = ({ size = 24, ...props }, ref) => {
|
|
|
5727
5811
|
}
|
|
5728
5812
|
)
|
|
5729
5813
|
] }),
|
|
5730
|
-
/* @__PURE__ */ (0,
|
|
5814
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
|
|
5731
5815
|
]
|
|
5732
5816
|
}
|
|
5733
5817
|
);
|
|
5734
5818
|
};
|
|
5735
|
-
var IconMagnifyingglass = (0,
|
|
5819
|
+
var IconMagnifyingglass = (0, import_react53.forwardRef)(Icon53);
|
|
5736
5820
|
var IconMagnifyingglass_default = IconMagnifyingglass;
|
|
5737
5821
|
|
|
5738
5822
|
// src/IconMask2SmileStacked.tsx
|
|
5739
|
-
var
|
|
5740
|
-
var
|
|
5741
|
-
var
|
|
5823
|
+
var import_react54 = __toESM(require_react(), 1);
|
|
5824
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
|
|
5825
|
+
var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5742
5826
|
"svg",
|
|
5743
5827
|
{
|
|
5744
5828
|
viewBox: "0 0 24 24",
|
|
@@ -5749,37 +5833,37 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5749
5833
|
height: size,
|
|
5750
5834
|
ref,
|
|
5751
5835
|
...props,
|
|
5752
|
-
children: /* @__PURE__ */ (0,
|
|
5753
|
-
/* @__PURE__ */ (0,
|
|
5836
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { children: [
|
|
5837
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5754
5838
|
"path",
|
|
5755
5839
|
{
|
|
5756
5840
|
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
5841
|
fill: "#1D7EDE"
|
|
5758
5842
|
}
|
|
5759
5843
|
),
|
|
5760
|
-
/* @__PURE__ */ (0,
|
|
5844
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5761
5845
|
"path",
|
|
5762
5846
|
{
|
|
5763
5847
|
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
5848
|
fill: "#3CBAF9"
|
|
5765
5849
|
}
|
|
5766
5850
|
),
|
|
5767
|
-
/* @__PURE__ */ (0,
|
|
5768
|
-
/* @__PURE__ */ (0,
|
|
5851
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { children: [
|
|
5852
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5769
5853
|
"path",
|
|
5770
5854
|
{
|
|
5771
5855
|
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
5856
|
fill: "white"
|
|
5773
5857
|
}
|
|
5774
5858
|
),
|
|
5775
|
-
/* @__PURE__ */ (0,
|
|
5859
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5776
5860
|
"path",
|
|
5777
5861
|
{
|
|
5778
5862
|
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
5863
|
fill: "white"
|
|
5780
5864
|
}
|
|
5781
5865
|
),
|
|
5782
|
-
/* @__PURE__ */ (0,
|
|
5866
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5783
5867
|
"path",
|
|
5784
5868
|
{
|
|
5785
5869
|
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 +5874,13 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5790
5874
|
] })
|
|
5791
5875
|
}
|
|
5792
5876
|
);
|
|
5793
|
-
var IconMask2SmileStacked = (0,
|
|
5877
|
+
var IconMask2SmileStacked = (0, import_react54.forwardRef)(Icon54);
|
|
5794
5878
|
var IconMask2SmileStacked_default = IconMask2SmileStacked;
|
|
5795
5879
|
|
|
5796
5880
|
// src/IconMegaphoneTilted.tsx
|
|
5797
|
-
var
|
|
5798
|
-
var
|
|
5799
|
-
var
|
|
5881
|
+
var import_react55 = __toESM(require_react(), 1);
|
|
5882
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
|
|
5883
|
+
var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5800
5884
|
"svg",
|
|
5801
5885
|
{
|
|
5802
5886
|
viewBox: "0 0 24 24",
|
|
@@ -5807,8 +5891,8 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5807
5891
|
height: size,
|
|
5808
5892
|
ref,
|
|
5809
5893
|
...props,
|
|
5810
|
-
children: /* @__PURE__ */ (0,
|
|
5811
|
-
/* @__PURE__ */ (0,
|
|
5894
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
|
|
5895
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5812
5896
|
"path",
|
|
5813
5897
|
{
|
|
5814
5898
|
fillRule: "evenodd",
|
|
@@ -5817,7 +5901,7 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5817
5901
|
fill: "#FF9000"
|
|
5818
5902
|
}
|
|
5819
5903
|
),
|
|
5820
|
-
/* @__PURE__ */ (0,
|
|
5904
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5821
5905
|
"path",
|
|
5822
5906
|
{
|
|
5823
5907
|
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 +5911,13 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5827
5911
|
] })
|
|
5828
5912
|
}
|
|
5829
5913
|
);
|
|
5830
|
-
var IconMegaphoneTilted = (0,
|
|
5914
|
+
var IconMegaphoneTilted = (0, import_react55.forwardRef)(Icon55);
|
|
5831
5915
|
var IconMegaphoneTilted_default = IconMegaphoneTilted;
|
|
5832
5916
|
|
|
5833
5917
|
// src/IconMonitor.tsx
|
|
5834
|
-
var
|
|
5835
|
-
var
|
|
5836
|
-
var
|
|
5918
|
+
var import_react56 = __toESM(require_react(), 1);
|
|
5919
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime(), 1);
|
|
5920
|
+
var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5837
5921
|
"svg",
|
|
5838
5922
|
{
|
|
5839
5923
|
viewBox: "0 0 24 24",
|
|
@@ -5844,22 +5928,22 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5844
5928
|
height: size,
|
|
5845
5929
|
ref,
|
|
5846
5930
|
...props,
|
|
5847
|
-
children: /* @__PURE__ */ (0,
|
|
5848
|
-
/* @__PURE__ */ (0,
|
|
5931
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("g", { children: [
|
|
5932
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5849
5933
|
"path",
|
|
5850
5934
|
{
|
|
5851
5935
|
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
5936
|
fill: "#8998AF"
|
|
5853
5937
|
}
|
|
5854
5938
|
),
|
|
5855
|
-
/* @__PURE__ */ (0,
|
|
5939
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5856
5940
|
"path",
|
|
5857
5941
|
{
|
|
5858
5942
|
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
5943
|
fill: "#70819C"
|
|
5860
5944
|
}
|
|
5861
5945
|
),
|
|
5862
|
-
/* @__PURE__ */ (0,
|
|
5946
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5863
5947
|
"path",
|
|
5864
5948
|
{
|
|
5865
5949
|
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 +5953,13 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5869
5953
|
] }) })
|
|
5870
5954
|
}
|
|
5871
5955
|
);
|
|
5872
|
-
var IconMonitor = (0,
|
|
5956
|
+
var IconMonitor = (0, import_react56.forwardRef)(Icon56);
|
|
5873
5957
|
var IconMonitor_default = IconMonitor;
|
|
5874
5958
|
|
|
5875
5959
|
// src/IconNailpolish.tsx
|
|
5876
|
-
var
|
|
5877
|
-
var
|
|
5878
|
-
var
|
|
5960
|
+
var import_react57 = __toESM(require_react(), 1);
|
|
5961
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime(), 1);
|
|
5962
|
+
var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5879
5963
|
"svg",
|
|
5880
5964
|
{
|
|
5881
5965
|
viewBox: "0 0 24 24",
|
|
@@ -5886,22 +5970,22 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5886
5970
|
height: size,
|
|
5887
5971
|
ref,
|
|
5888
5972
|
...props,
|
|
5889
|
-
children: /* @__PURE__ */ (0,
|
|
5890
|
-
/* @__PURE__ */ (0,
|
|
5973
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { children: [
|
|
5974
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5891
5975
|
"path",
|
|
5892
5976
|
{
|
|
5893
5977
|
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
5978
|
fill: "#9E51E7"
|
|
5895
5979
|
}
|
|
5896
5980
|
),
|
|
5897
|
-
/* @__PURE__ */ (0,
|
|
5981
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5898
5982
|
"path",
|
|
5899
5983
|
{
|
|
5900
5984
|
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
5985
|
fill: "#CB71F8"
|
|
5902
5986
|
}
|
|
5903
5987
|
),
|
|
5904
|
-
/* @__PURE__ */ (0,
|
|
5988
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
5905
5989
|
"path",
|
|
5906
5990
|
{
|
|
5907
5991
|
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 +5995,13 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5911
5995
|
] })
|
|
5912
5996
|
}
|
|
5913
5997
|
);
|
|
5914
|
-
var IconNailpolish = (0,
|
|
5998
|
+
var IconNailpolish = (0, import_react57.forwardRef)(Icon57);
|
|
5915
5999
|
var IconNailpolish_default = IconNailpolish;
|
|
5916
6000
|
|
|
5917
6001
|
// src/IconPaintroller.tsx
|
|
5918
|
-
var
|
|
5919
|
-
var
|
|
5920
|
-
var
|
|
6002
|
+
var import_react58 = __toESM(require_react(), 1);
|
|
6003
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime(), 1);
|
|
6004
|
+
var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5921
6005
|
"svg",
|
|
5922
6006
|
{
|
|
5923
6007
|
viewBox: "0 0 24 24",
|
|
@@ -5928,8 +6012,8 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5928
6012
|
height: size,
|
|
5929
6013
|
ref,
|
|
5930
6014
|
...props,
|
|
5931
|
-
children: /* @__PURE__ */ (0,
|
|
5932
|
-
/* @__PURE__ */ (0,
|
|
6015
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { children: [
|
|
6016
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5933
6017
|
"path",
|
|
5934
6018
|
{
|
|
5935
6019
|
fillRule: "evenodd",
|
|
@@ -5938,14 +6022,14 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5938
6022
|
fill: "#7D8CA3"
|
|
5939
6023
|
}
|
|
5940
6024
|
),
|
|
5941
|
-
/* @__PURE__ */ (0,
|
|
6025
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5942
6026
|
"path",
|
|
5943
6027
|
{
|
|
5944
6028
|
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
6029
|
fill: "#2CC889"
|
|
5946
6030
|
}
|
|
5947
6031
|
),
|
|
5948
|
-
/* @__PURE__ */ (0,
|
|
6032
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5949
6033
|
"path",
|
|
5950
6034
|
{
|
|
5951
6035
|
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 +6039,13 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5955
6039
|
] })
|
|
5956
6040
|
}
|
|
5957
6041
|
);
|
|
5958
|
-
var IconPaintroller = (0,
|
|
6042
|
+
var IconPaintroller = (0, import_react58.forwardRef)(Icon58);
|
|
5959
6043
|
var IconPaintroller_default = IconPaintroller;
|
|
5960
6044
|
|
|
5961
6045
|
// src/IconPalette.tsx
|
|
5962
|
-
var
|
|
5963
|
-
var
|
|
5964
|
-
var
|
|
6046
|
+
var import_react59 = __toESM(require_react(), 1);
|
|
6047
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime(), 1);
|
|
6048
|
+
var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5965
6049
|
"svg",
|
|
5966
6050
|
{
|
|
5967
6051
|
viewBox: "0 0 24 24",
|
|
@@ -5972,37 +6056,37 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
5972
6056
|
height: size,
|
|
5973
6057
|
ref,
|
|
5974
6058
|
...props,
|
|
5975
|
-
children: /* @__PURE__ */ (0,
|
|
5976
|
-
/* @__PURE__ */ (0,
|
|
6059
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
|
|
6060
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5977
6061
|
"path",
|
|
5978
6062
|
{
|
|
5979
6063
|
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
6064
|
fill: "#527BFF"
|
|
5981
6065
|
}
|
|
5982
6066
|
),
|
|
5983
|
-
/* @__PURE__ */ (0,
|
|
5984
|
-
/* @__PURE__ */ (0,
|
|
6067
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
|
|
6068
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5985
6069
|
"path",
|
|
5986
6070
|
{
|
|
5987
6071
|
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
6072
|
fill: "white"
|
|
5989
6073
|
}
|
|
5990
6074
|
),
|
|
5991
|
-
/* @__PURE__ */ (0,
|
|
6075
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5992
6076
|
"path",
|
|
5993
6077
|
{
|
|
5994
6078
|
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
6079
|
fill: "white"
|
|
5996
6080
|
}
|
|
5997
6081
|
),
|
|
5998
|
-
/* @__PURE__ */ (0,
|
|
6082
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5999
6083
|
"path",
|
|
6000
6084
|
{
|
|
6001
6085
|
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
6086
|
fill: "white"
|
|
6003
6087
|
}
|
|
6004
6088
|
),
|
|
6005
|
-
/* @__PURE__ */ (0,
|
|
6089
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
6006
6090
|
"path",
|
|
6007
6091
|
{
|
|
6008
6092
|
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 +6097,13 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6013
6097
|
] })
|
|
6014
6098
|
}
|
|
6015
6099
|
);
|
|
6016
|
-
var IconPalette = (0,
|
|
6100
|
+
var IconPalette = (0, import_react59.forwardRef)(Icon59);
|
|
6017
6101
|
var IconPalette_default = IconPalette;
|
|
6018
6102
|
|
|
6019
6103
|
// src/IconPencil.tsx
|
|
6020
|
-
var
|
|
6021
|
-
var
|
|
6022
|
-
var
|
|
6104
|
+
var import_react60 = __toESM(require_react(), 1);
|
|
6105
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime(), 1);
|
|
6106
|
+
var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
6023
6107
|
"svg",
|
|
6024
6108
|
{
|
|
6025
6109
|
viewBox: "0 0 24 24",
|
|
@@ -6030,15 +6114,15 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6030
6114
|
height: size,
|
|
6031
6115
|
ref,
|
|
6032
6116
|
...props,
|
|
6033
|
-
children: /* @__PURE__ */ (0,
|
|
6034
|
-
/* @__PURE__ */ (0,
|
|
6117
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
|
|
6118
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
6035
6119
|
"path",
|
|
6036
6120
|
{
|
|
6037
6121
|
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
6122
|
fill: "#55A7FF"
|
|
6039
6123
|
}
|
|
6040
6124
|
),
|
|
6041
|
-
/* @__PURE__ */ (0,
|
|
6125
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
6042
6126
|
"path",
|
|
6043
6127
|
{
|
|
6044
6128
|
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 +6132,13 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6048
6132
|
] })
|
|
6049
6133
|
}
|
|
6050
6134
|
);
|
|
6051
|
-
var IconPencil = (0,
|
|
6135
|
+
var IconPencil = (0, import_react60.forwardRef)(Icon60);
|
|
6052
6136
|
var IconPencil_default = IconPencil;
|
|
6053
6137
|
|
|
6054
6138
|
// src/IconPercentArrowshapeDown.tsx
|
|
6055
|
-
var
|
|
6056
|
-
var
|
|
6057
|
-
var
|
|
6139
|
+
var import_react61 = __toESM(require_react(), 1);
|
|
6140
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime(), 1);
|
|
6141
|
+
var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6058
6142
|
"svg",
|
|
6059
6143
|
{
|
|
6060
6144
|
viewBox: "0 0 24 24",
|
|
@@ -6065,30 +6149,30 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6065
6149
|
height: size,
|
|
6066
6150
|
ref,
|
|
6067
6151
|
...props,
|
|
6068
|
-
children: /* @__PURE__ */ (0,
|
|
6069
|
-
/* @__PURE__ */ (0,
|
|
6152
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
|
|
6153
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6070
6154
|
"path",
|
|
6071
6155
|
{
|
|
6072
6156
|
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
6157
|
fill: "#FB4162"
|
|
6074
6158
|
}
|
|
6075
6159
|
),
|
|
6076
|
-
/* @__PURE__ */ (0,
|
|
6077
|
-
/* @__PURE__ */ (0,
|
|
6160
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
|
|
6161
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6078
6162
|
"path",
|
|
6079
6163
|
{
|
|
6080
6164
|
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
6165
|
fill: "white"
|
|
6082
6166
|
}
|
|
6083
6167
|
),
|
|
6084
|
-
/* @__PURE__ */ (0,
|
|
6168
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6085
6169
|
"path",
|
|
6086
6170
|
{
|
|
6087
6171
|
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
6172
|
fill: "white"
|
|
6089
6173
|
}
|
|
6090
6174
|
),
|
|
6091
|
-
/* @__PURE__ */ (0,
|
|
6175
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
6092
6176
|
"path",
|
|
6093
6177
|
{
|
|
6094
6178
|
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 +6183,13 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6099
6183
|
] })
|
|
6100
6184
|
}
|
|
6101
6185
|
);
|
|
6102
|
-
var IconPercentArrowshapeDown = (0,
|
|
6186
|
+
var IconPercentArrowshapeDown = (0, import_react61.forwardRef)(Icon61);
|
|
6103
6187
|
var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
|
|
6104
6188
|
|
|
6105
6189
|
// src/IconPerson2Openarms.tsx
|
|
6106
|
-
var
|
|
6107
|
-
var
|
|
6108
|
-
var
|
|
6190
|
+
var import_react62 = __toESM(require_react(), 1);
|
|
6191
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime(), 1);
|
|
6192
|
+
var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6109
6193
|
"svg",
|
|
6110
6194
|
{
|
|
6111
6195
|
viewBox: "0 0 24 24",
|
|
@@ -6116,16 +6200,16 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6116
6200
|
height: size,
|
|
6117
6201
|
ref,
|
|
6118
6202
|
...props,
|
|
6119
|
-
children: /* @__PURE__ */ (0,
|
|
6120
|
-
/* @__PURE__ */ (0,
|
|
6121
|
-
/* @__PURE__ */ (0,
|
|
6203
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
|
|
6204
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
|
|
6205
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6122
6206
|
"path",
|
|
6123
6207
|
{
|
|
6124
6208
|
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
6209
|
fill: "#FF9000"
|
|
6126
6210
|
}
|
|
6127
6211
|
),
|
|
6128
|
-
/* @__PURE__ */ (0,
|
|
6212
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6129
6213
|
"path",
|
|
6130
6214
|
{
|
|
6131
6215
|
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 +6217,15 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6133
6217
|
}
|
|
6134
6218
|
)
|
|
6135
6219
|
] }),
|
|
6136
|
-
/* @__PURE__ */ (0,
|
|
6137
|
-
/* @__PURE__ */ (0,
|
|
6220
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
|
|
6221
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6138
6222
|
"path",
|
|
6139
6223
|
{
|
|
6140
6224
|
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
6225
|
fill: "#FF6F0F"
|
|
6142
6226
|
}
|
|
6143
6227
|
),
|
|
6144
|
-
/* @__PURE__ */ (0,
|
|
6228
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6145
6229
|
"path",
|
|
6146
6230
|
{
|
|
6147
6231
|
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 +6236,13 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6152
6236
|
] })
|
|
6153
6237
|
}
|
|
6154
6238
|
);
|
|
6155
|
-
var IconPerson2Openarms = (0,
|
|
6239
|
+
var IconPerson2Openarms = (0, import_react62.forwardRef)(Icon62);
|
|
6156
6240
|
var IconPerson2Openarms_default = IconPerson2Openarms;
|
|
6157
6241
|
|
|
6158
6242
|
// src/IconPersonMagnifyingglass.tsx
|
|
6159
|
-
var
|
|
6160
|
-
var
|
|
6161
|
-
var
|
|
6243
|
+
var import_react63 = __toESM(require_react(), 1);
|
|
6244
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime(), 1);
|
|
6245
|
+
var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6162
6246
|
"svg",
|
|
6163
6247
|
{
|
|
6164
6248
|
viewBox: "0 0 24 24",
|
|
@@ -6169,16 +6253,16 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6169
6253
|
height: size,
|
|
6170
6254
|
ref,
|
|
6171
6255
|
...props,
|
|
6172
|
-
children: /* @__PURE__ */ (0,
|
|
6173
|
-
/* @__PURE__ */ (0,
|
|
6174
|
-
/* @__PURE__ */ (0,
|
|
6256
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
|
|
6257
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
|
|
6258
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6175
6259
|
"path",
|
|
6176
6260
|
{
|
|
6177
6261
|
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
6262
|
fill: "#FF9000"
|
|
6179
6263
|
}
|
|
6180
6264
|
),
|
|
6181
|
-
/* @__PURE__ */ (0,
|
|
6265
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6182
6266
|
"path",
|
|
6183
6267
|
{
|
|
6184
6268
|
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 +6270,7 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6186
6270
|
}
|
|
6187
6271
|
)
|
|
6188
6272
|
] }),
|
|
6189
|
-
/* @__PURE__ */ (0,
|
|
6273
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6190
6274
|
"path",
|
|
6191
6275
|
{
|
|
6192
6276
|
fillRule: "evenodd",
|
|
@@ -6198,13 +6282,13 @@ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6198
6282
|
] })
|
|
6199
6283
|
}
|
|
6200
6284
|
);
|
|
6201
|
-
var IconPersonMagnifyingglass = (0,
|
|
6285
|
+
var IconPersonMagnifyingglass = (0, import_react63.forwardRef)(Icon63);
|
|
6202
6286
|
var IconPersonMagnifyingglass_default = IconPersonMagnifyingglass;
|
|
6203
6287
|
|
|
6204
6288
|
// src/IconPicture2Stacked.tsx
|
|
6205
|
-
var
|
|
6206
|
-
var
|
|
6207
|
-
var
|
|
6289
|
+
var import_react64 = __toESM(require_react(), 1);
|
|
6290
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime(), 1);
|
|
6291
|
+
var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6208
6292
|
"svg",
|
|
6209
6293
|
{
|
|
6210
6294
|
viewBox: "0 0 24 24",
|
|
@@ -6215,8 +6299,8 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6215
6299
|
height: size,
|
|
6216
6300
|
ref,
|
|
6217
6301
|
...props,
|
|
6218
|
-
children: /* @__PURE__ */ (0,
|
|
6219
|
-
/* @__PURE__ */ (0,
|
|
6302
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
|
|
6303
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6220
6304
|
"path",
|
|
6221
6305
|
{
|
|
6222
6306
|
fillRule: "evenodd",
|
|
@@ -6225,7 +6309,7 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6225
6309
|
fill: "#1D7EDE"
|
|
6226
6310
|
}
|
|
6227
6311
|
),
|
|
6228
|
-
/* @__PURE__ */ (0,
|
|
6312
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6229
6313
|
"path",
|
|
6230
6314
|
{
|
|
6231
6315
|
fillRule: "evenodd",
|
|
@@ -6234,15 +6318,15 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6234
6318
|
fill: "#3CBAF9"
|
|
6235
6319
|
}
|
|
6236
6320
|
),
|
|
6237
|
-
/* @__PURE__ */ (0,
|
|
6238
|
-
/* @__PURE__ */ (0,
|
|
6321
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
|
|
6322
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6239
6323
|
"path",
|
|
6240
6324
|
{
|
|
6241
6325
|
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
6326
|
fill: "white"
|
|
6243
6327
|
}
|
|
6244
6328
|
),
|
|
6245
|
-
/* @__PURE__ */ (0,
|
|
6329
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6246
6330
|
"path",
|
|
6247
6331
|
{
|
|
6248
6332
|
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 +6337,13 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6253
6337
|
] })
|
|
6254
6338
|
}
|
|
6255
6339
|
);
|
|
6256
|
-
var IconPicture2Stacked = (0,
|
|
6340
|
+
var IconPicture2Stacked = (0, import_react64.forwardRef)(Icon64);
|
|
6257
6341
|
var IconPicture2Stacked_default = IconPicture2Stacked;
|
|
6258
6342
|
|
|
6259
6343
|
// src/IconPizzaSlice.tsx
|
|
6260
|
-
var
|
|
6261
|
-
var
|
|
6262
|
-
var
|
|
6344
|
+
var import_react65 = __toESM(require_react(), 1);
|
|
6345
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime(), 1);
|
|
6346
|
+
var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6263
6347
|
"svg",
|
|
6264
6348
|
{
|
|
6265
6349
|
viewBox: "0 0 24 24",
|
|
@@ -6270,36 +6354,36 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6270
6354
|
height: size,
|
|
6271
6355
|
ref,
|
|
6272
6356
|
...props,
|
|
6273
|
-
children: /* @__PURE__ */ (0,
|
|
6274
|
-
/* @__PURE__ */ (0,
|
|
6357
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
|
|
6358
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6275
6359
|
"path",
|
|
6276
6360
|
{
|
|
6277
6361
|
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
6362
|
fill: "#FFAA00"
|
|
6279
6363
|
}
|
|
6280
6364
|
),
|
|
6281
|
-
/* @__PURE__ */ (0,
|
|
6365
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6282
6366
|
"path",
|
|
6283
6367
|
{
|
|
6284
6368
|
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
6369
|
fill: "#E98400"
|
|
6286
6370
|
}
|
|
6287
6371
|
),
|
|
6288
|
-
/* @__PURE__ */ (0,
|
|
6372
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6289
6373
|
"path",
|
|
6290
6374
|
{
|
|
6291
6375
|
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
6376
|
fill: "#E9692C"
|
|
6293
6377
|
}
|
|
6294
6378
|
),
|
|
6295
|
-
/* @__PURE__ */ (0,
|
|
6379
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6296
6380
|
"path",
|
|
6297
6381
|
{
|
|
6298
6382
|
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
6383
|
fill: "#E9692C"
|
|
6300
6384
|
}
|
|
6301
6385
|
),
|
|
6302
|
-
/* @__PURE__ */ (0,
|
|
6386
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
6303
6387
|
"path",
|
|
6304
6388
|
{
|
|
6305
6389
|
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 +6393,13 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6309
6393
|
] })
|
|
6310
6394
|
}
|
|
6311
6395
|
);
|
|
6312
|
-
var IconPizzaSlice = (0,
|
|
6396
|
+
var IconPizzaSlice = (0, import_react65.forwardRef)(Icon65);
|
|
6313
6397
|
var IconPizzaSlice_default = IconPizzaSlice;
|
|
6314
6398
|
|
|
6315
6399
|
// src/IconPlateCovered.tsx
|
|
6316
|
-
var
|
|
6317
|
-
var
|
|
6318
|
-
var
|
|
6400
|
+
var import_react66 = __toESM(require_react(), 1);
|
|
6401
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime(), 1);
|
|
6402
|
+
var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6319
6403
|
"svg",
|
|
6320
6404
|
{
|
|
6321
6405
|
viewBox: "0 0 24 24",
|
|
@@ -6326,29 +6410,29 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6326
6410
|
height: size,
|
|
6327
6411
|
ref,
|
|
6328
6412
|
...props,
|
|
6329
|
-
children: /* @__PURE__ */ (0,
|
|
6330
|
-
/* @__PURE__ */ (0,
|
|
6413
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { children: [
|
|
6414
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6331
6415
|
"path",
|
|
6332
6416
|
{
|
|
6333
6417
|
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
6418
|
fill: "#70819C"
|
|
6335
6419
|
}
|
|
6336
6420
|
),
|
|
6337
|
-
/* @__PURE__ */ (0,
|
|
6421
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6338
6422
|
"path",
|
|
6339
6423
|
{
|
|
6340
6424
|
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
6425
|
fill: "#8998AF"
|
|
6342
6426
|
}
|
|
6343
6427
|
),
|
|
6344
|
-
/* @__PURE__ */ (0,
|
|
6428
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6345
6429
|
"path",
|
|
6346
6430
|
{
|
|
6347
6431
|
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
6432
|
fill: "white"
|
|
6349
6433
|
}
|
|
6350
6434
|
),
|
|
6351
|
-
/* @__PURE__ */ (0,
|
|
6435
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
6352
6436
|
"path",
|
|
6353
6437
|
{
|
|
6354
6438
|
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 +6442,13 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6358
6442
|
] }) })
|
|
6359
6443
|
}
|
|
6360
6444
|
);
|
|
6361
|
-
var IconPlateCovered = (0,
|
|
6445
|
+
var IconPlateCovered = (0, import_react66.forwardRef)(Icon66);
|
|
6362
6446
|
var IconPlateCovered_default = IconPlateCovered;
|
|
6363
6447
|
|
|
6364
6448
|
// src/IconPost.tsx
|
|
6365
|
-
var
|
|
6366
|
-
var
|
|
6367
|
-
var
|
|
6449
|
+
var import_react67 = __toESM(require_react(), 1);
|
|
6450
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime(), 1);
|
|
6451
|
+
var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6368
6452
|
"svg",
|
|
6369
6453
|
{
|
|
6370
6454
|
viewBox: "0 0 24 24",
|
|
@@ -6375,8 +6459,8 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6375
6459
|
height: size,
|
|
6376
6460
|
ref,
|
|
6377
6461
|
...props,
|
|
6378
|
-
children: /* @__PURE__ */ (0,
|
|
6379
|
-
/* @__PURE__ */ (0,
|
|
6462
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
|
|
6463
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6380
6464
|
"path",
|
|
6381
6465
|
{
|
|
6382
6466
|
fillRule: "evenodd",
|
|
@@ -6385,22 +6469,22 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6385
6469
|
fill: "#3CBAF9"
|
|
6386
6470
|
}
|
|
6387
6471
|
),
|
|
6388
|
-
/* @__PURE__ */ (0,
|
|
6389
|
-
/* @__PURE__ */ (0,
|
|
6472
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
|
|
6473
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6390
6474
|
"path",
|
|
6391
6475
|
{
|
|
6392
6476
|
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
6477
|
fill: "white"
|
|
6394
6478
|
}
|
|
6395
6479
|
),
|
|
6396
|
-
/* @__PURE__ */ (0,
|
|
6480
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6397
6481
|
"path",
|
|
6398
6482
|
{
|
|
6399
6483
|
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
6484
|
fill: "white"
|
|
6401
6485
|
}
|
|
6402
6486
|
),
|
|
6403
|
-
/* @__PURE__ */ (0,
|
|
6487
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6404
6488
|
"path",
|
|
6405
6489
|
{
|
|
6406
6490
|
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 +6495,13 @@ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6411
6495
|
] })
|
|
6412
6496
|
}
|
|
6413
6497
|
);
|
|
6414
|
-
var IconPost = (0,
|
|
6498
|
+
var IconPost = (0, import_react67.forwardRef)(Icon67);
|
|
6415
6499
|
var IconPost_default = IconPost;
|
|
6416
6500
|
|
|
6417
6501
|
// src/IconRocket.tsx
|
|
6418
|
-
var
|
|
6419
|
-
var
|
|
6420
|
-
var
|
|
6502
|
+
var import_react68 = __toESM(require_react(), 1);
|
|
6503
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime(), 1);
|
|
6504
|
+
var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6421
6505
|
"svg",
|
|
6422
6506
|
{
|
|
6423
6507
|
viewBox: "0 0 24 24",
|
|
@@ -6428,22 +6512,22 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6428
6512
|
height: size,
|
|
6429
6513
|
ref,
|
|
6430
6514
|
...props,
|
|
6431
|
-
children: /* @__PURE__ */ (0,
|
|
6432
|
-
/* @__PURE__ */ (0,
|
|
6515
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
|
|
6516
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6433
6517
|
"path",
|
|
6434
6518
|
{
|
|
6435
6519
|
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
6520
|
fill: "#318EFF"
|
|
6437
6521
|
}
|
|
6438
6522
|
),
|
|
6439
|
-
/* @__PURE__ */ (0,
|
|
6523
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6440
6524
|
"path",
|
|
6441
6525
|
{
|
|
6442
6526
|
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
6527
|
fill: "white"
|
|
6444
6528
|
}
|
|
6445
6529
|
),
|
|
6446
|
-
/* @__PURE__ */ (0,
|
|
6530
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6447
6531
|
"path",
|
|
6448
6532
|
{
|
|
6449
6533
|
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 +6537,13 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6453
6537
|
] }) })
|
|
6454
6538
|
}
|
|
6455
6539
|
);
|
|
6456
|
-
var IconRocket = (0,
|
|
6540
|
+
var IconRocket = (0, import_react68.forwardRef)(Icon68);
|
|
6457
6541
|
var IconRocket_default = IconRocket;
|
|
6458
6542
|
|
|
6459
6543
|
// src/IconRoundmeatBottombone.tsx
|
|
6460
|
-
var
|
|
6461
|
-
var
|
|
6462
|
-
var
|
|
6544
|
+
var import_react69 = __toESM(require_react(), 1);
|
|
6545
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime(), 1);
|
|
6546
|
+
var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6463
6547
|
"svg",
|
|
6464
6548
|
{
|
|
6465
6549
|
viewBox: "0 0 24 24",
|
|
@@ -6470,15 +6554,15 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6470
6554
|
height: size,
|
|
6471
6555
|
ref,
|
|
6472
6556
|
...props,
|
|
6473
|
-
children: /* @__PURE__ */ (0,
|
|
6474
|
-
/* @__PURE__ */ (0,
|
|
6557
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", { children: [
|
|
6558
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6475
6559
|
"path",
|
|
6476
6560
|
{
|
|
6477
6561
|
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
6562
|
fill: "#FFCB64"
|
|
6479
6563
|
}
|
|
6480
6564
|
),
|
|
6481
|
-
/* @__PURE__ */ (0,
|
|
6565
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
6482
6566
|
"path",
|
|
6483
6567
|
{
|
|
6484
6568
|
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 +6572,13 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6488
6572
|
] })
|
|
6489
6573
|
}
|
|
6490
6574
|
);
|
|
6491
|
-
var IconRoundmeatBottombone = (0,
|
|
6575
|
+
var IconRoundmeatBottombone = (0, import_react69.forwardRef)(Icon69);
|
|
6492
6576
|
var IconRoundmeatBottombone_default = IconRoundmeatBottombone;
|
|
6493
6577
|
|
|
6494
6578
|
// src/IconScissors.tsx
|
|
6495
|
-
var
|
|
6496
|
-
var
|
|
6497
|
-
var
|
|
6579
|
+
var import_react70 = __toESM(require_react(), 1);
|
|
6580
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime(), 1);
|
|
6581
|
+
var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6498
6582
|
"svg",
|
|
6499
6583
|
{
|
|
6500
6584
|
viewBox: "0 0 24 24",
|
|
@@ -6505,23 +6589,23 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6505
6589
|
height: size,
|
|
6506
6590
|
ref,
|
|
6507
6591
|
...props,
|
|
6508
|
-
children: /* @__PURE__ */ (0,
|
|
6509
|
-
/* @__PURE__ */ (0,
|
|
6592
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
|
|
6593
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6510
6594
|
"path",
|
|
6511
6595
|
{
|
|
6512
6596
|
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
6597
|
fill: "#A5ACE1"
|
|
6514
6598
|
}
|
|
6515
6599
|
),
|
|
6516
|
-
/* @__PURE__ */ (0,
|
|
6600
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6517
6601
|
"path",
|
|
6518
6602
|
{
|
|
6519
6603
|
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
6604
|
fill: "#C2C3EC"
|
|
6521
6605
|
}
|
|
6522
6606
|
),
|
|
6523
|
-
/* @__PURE__ */ (0,
|
|
6524
|
-
/* @__PURE__ */ (0,
|
|
6607
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
|
|
6608
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6525
6609
|
"path",
|
|
6526
6610
|
{
|
|
6527
6611
|
fillRule: "evenodd",
|
|
@@ -6530,7 +6614,7 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6530
6614
|
fill: "#8465FF"
|
|
6531
6615
|
}
|
|
6532
6616
|
),
|
|
6533
|
-
/* @__PURE__ */ (0,
|
|
6617
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
6534
6618
|
"path",
|
|
6535
6619
|
{
|
|
6536
6620
|
fillRule: "evenodd",
|
|
@@ -6543,13 +6627,13 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6543
6627
|
] })
|
|
6544
6628
|
}
|
|
6545
6629
|
);
|
|
6546
|
-
var IconScissors = (0,
|
|
6630
|
+
var IconScissors = (0, import_react70.forwardRef)(Icon70);
|
|
6547
6631
|
var IconScissors_default = IconScissors;
|
|
6548
6632
|
|
|
6549
6633
|
// src/IconShoppingbag2Stacked.tsx
|
|
6550
|
-
var
|
|
6551
|
-
var
|
|
6552
|
-
var
|
|
6634
|
+
var import_react71 = __toESM(require_react(), 1);
|
|
6635
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime(), 1);
|
|
6636
|
+
var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6553
6637
|
"svg",
|
|
6554
6638
|
{
|
|
6555
6639
|
viewBox: "0 0 24 24",
|
|
@@ -6560,9 +6644,9 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6560
6644
|
height: size,
|
|
6561
6645
|
ref,
|
|
6562
6646
|
...props,
|
|
6563
|
-
children: /* @__PURE__ */ (0,
|
|
6564
|
-
/* @__PURE__ */ (0,
|
|
6565
|
-
/* @__PURE__ */ (0,
|
|
6647
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6648
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6649
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6566
6650
|
"path",
|
|
6567
6651
|
{
|
|
6568
6652
|
fillRule: "evenodd",
|
|
@@ -6571,7 +6655,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6571
6655
|
fill: "#FFAA00"
|
|
6572
6656
|
}
|
|
6573
6657
|
),
|
|
6574
|
-
/* @__PURE__ */ (0,
|
|
6658
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6575
6659
|
"path",
|
|
6576
6660
|
{
|
|
6577
6661
|
fillRule: "evenodd",
|
|
@@ -6581,7 +6665,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6581
6665
|
}
|
|
6582
6666
|
)
|
|
6583
6667
|
] }),
|
|
6584
|
-
/* @__PURE__ */ (0,
|
|
6668
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6585
6669
|
"path",
|
|
6586
6670
|
{
|
|
6587
6671
|
fillRule: "evenodd",
|
|
@@ -6590,7 +6674,7 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6590
6674
|
fill: "#FF6F0F"
|
|
6591
6675
|
}
|
|
6592
6676
|
),
|
|
6593
|
-
/* @__PURE__ */ (0,
|
|
6677
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6594
6678
|
"path",
|
|
6595
6679
|
{
|
|
6596
6680
|
fillRule: "evenodd",
|
|
@@ -6602,13 +6686,13 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6602
6686
|
] })
|
|
6603
6687
|
}
|
|
6604
6688
|
);
|
|
6605
|
-
var IconShoppingbag2Stacked = (0,
|
|
6689
|
+
var IconShoppingbag2Stacked = (0, import_react71.forwardRef)(Icon71);
|
|
6606
6690
|
var IconShoppingbag2Stacked_default = IconShoppingbag2Stacked;
|
|
6607
6691
|
|
|
6608
6692
|
// src/IconShoppingbagItems.tsx
|
|
6609
|
-
var
|
|
6610
|
-
var
|
|
6611
|
-
var
|
|
6693
|
+
var import_react72 = __toESM(require_react(), 1);
|
|
6694
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
|
|
6695
|
+
var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6612
6696
|
"svg",
|
|
6613
6697
|
{
|
|
6614
6698
|
viewBox: "0 0 24 24",
|
|
@@ -6619,29 +6703,29 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6619
6703
|
height: size,
|
|
6620
6704
|
ref,
|
|
6621
6705
|
...props,
|
|
6622
|
-
children: /* @__PURE__ */ (0,
|
|
6623
|
-
/* @__PURE__ */ (0,
|
|
6706
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6707
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6624
6708
|
"path",
|
|
6625
6709
|
{
|
|
6626
6710
|
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
6711
|
fill: "#FFCB64"
|
|
6628
6712
|
}
|
|
6629
6713
|
),
|
|
6630
|
-
/* @__PURE__ */ (0,
|
|
6714
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6631
6715
|
"path",
|
|
6632
6716
|
{
|
|
6633
6717
|
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
6718
|
fill: "#FF9F30"
|
|
6635
6719
|
}
|
|
6636
6720
|
),
|
|
6637
|
-
/* @__PURE__ */ (0,
|
|
6721
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6638
6722
|
"path",
|
|
6639
6723
|
{
|
|
6640
6724
|
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
6725
|
fill: "#FF6F0F"
|
|
6642
6726
|
}
|
|
6643
6727
|
),
|
|
6644
|
-
/* @__PURE__ */ (0,
|
|
6728
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6645
6729
|
"path",
|
|
6646
6730
|
{
|
|
6647
6731
|
fillRule: "evenodd",
|
|
@@ -6653,13 +6737,13 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6653
6737
|
] })
|
|
6654
6738
|
}
|
|
6655
6739
|
);
|
|
6656
|
-
var IconShoppingbagItems = (0,
|
|
6740
|
+
var IconShoppingbagItems = (0, import_react72.forwardRef)(Icon72);
|
|
6657
6741
|
var IconShoppingbagItems_default = IconShoppingbagItems;
|
|
6658
6742
|
|
|
6659
6743
|
// src/IconSneakerLiftedLeftside.tsx
|
|
6660
|
-
var
|
|
6661
|
-
var
|
|
6662
|
-
var
|
|
6744
|
+
var import_react73 = __toESM(require_react(), 1);
|
|
6745
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime(), 1);
|
|
6746
|
+
var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6663
6747
|
"svg",
|
|
6664
6748
|
{
|
|
6665
6749
|
viewBox: "0 0 24 24",
|
|
@@ -6670,22 +6754,22 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6670
6754
|
height: size,
|
|
6671
6755
|
ref,
|
|
6672
6756
|
...props,
|
|
6673
|
-
children: /* @__PURE__ */ (0,
|
|
6674
|
-
/* @__PURE__ */ (0,
|
|
6757
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { children: [
|
|
6758
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6675
6759
|
"path",
|
|
6676
6760
|
{
|
|
6677
6761
|
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
6762
|
fill: "#FF6F0F"
|
|
6679
6763
|
}
|
|
6680
6764
|
),
|
|
6681
|
-
/* @__PURE__ */ (0,
|
|
6765
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6682
6766
|
"path",
|
|
6683
6767
|
{
|
|
6684
6768
|
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
6769
|
fill: "#FFAA00"
|
|
6686
6770
|
}
|
|
6687
6771
|
),
|
|
6688
|
-
/* @__PURE__ */ (0,
|
|
6772
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6689
6773
|
"path",
|
|
6690
6774
|
{
|
|
6691
6775
|
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 +6779,13 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6695
6779
|
] })
|
|
6696
6780
|
}
|
|
6697
6781
|
);
|
|
6698
|
-
var IconSneakerLiftedLeftside = (0,
|
|
6782
|
+
var IconSneakerLiftedLeftside = (0, import_react73.forwardRef)(Icon73);
|
|
6699
6783
|
var IconSneakerLiftedLeftside_default = IconSneakerLiftedLeftside;
|
|
6700
6784
|
|
|
6701
6785
|
// src/IconSofa.tsx
|
|
6702
|
-
var
|
|
6703
|
-
var
|
|
6704
|
-
var
|
|
6786
|
+
var import_react74 = __toESM(require_react(), 1);
|
|
6787
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime(), 1);
|
|
6788
|
+
var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6705
6789
|
"svg",
|
|
6706
6790
|
{
|
|
6707
6791
|
viewBox: "0 0 24 24",
|
|
@@ -6712,16 +6796,16 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6712
6796
|
height: size,
|
|
6713
6797
|
ref,
|
|
6714
6798
|
...props,
|
|
6715
|
-
children: /* @__PURE__ */ (0,
|
|
6716
|
-
/* @__PURE__ */ (0,
|
|
6717
|
-
/* @__PURE__ */ (0,
|
|
6799
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
|
|
6800
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
|
|
6801
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6718
6802
|
"path",
|
|
6719
6803
|
{
|
|
6720
6804
|
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
6805
|
fill: "#E98400"
|
|
6722
6806
|
}
|
|
6723
6807
|
),
|
|
6724
|
-
/* @__PURE__ */ (0,
|
|
6808
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6725
6809
|
"path",
|
|
6726
6810
|
{
|
|
6727
6811
|
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 +6813,14 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6729
6813
|
}
|
|
6730
6814
|
)
|
|
6731
6815
|
] }),
|
|
6732
|
-
/* @__PURE__ */ (0,
|
|
6816
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6733
6817
|
"path",
|
|
6734
6818
|
{
|
|
6735
6819
|
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
6820
|
fill: "#FFCB64"
|
|
6737
6821
|
}
|
|
6738
6822
|
),
|
|
6739
|
-
/* @__PURE__ */ (0,
|
|
6823
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6740
6824
|
"path",
|
|
6741
6825
|
{
|
|
6742
6826
|
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 +6830,16 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6746
6830
|
] })
|
|
6747
6831
|
}
|
|
6748
6832
|
);
|
|
6749
|
-
var IconSofa = (0,
|
|
6833
|
+
var IconSofa = (0, import_react74.forwardRef)(Icon74);
|
|
6750
6834
|
var IconSofa_default = IconSofa;
|
|
6751
6835
|
|
|
6752
6836
|
// src/IconSparkle2.tsx
|
|
6753
6837
|
var React3 = __toESM(require_react(), 1);
|
|
6754
|
-
var
|
|
6755
|
-
var
|
|
6756
|
-
var
|
|
6838
|
+
var import_react75 = __toESM(require_react(), 1);
|
|
6839
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime(), 1);
|
|
6840
|
+
var Icon75 = ({ size = 24, ...props }, ref) => {
|
|
6757
6841
|
const id = React3.useId();
|
|
6758
|
-
return /* @__PURE__ */ (0,
|
|
6842
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
6759
6843
|
"svg",
|
|
6760
6844
|
{
|
|
6761
6845
|
viewBox: "0 0 24 24",
|
|
@@ -6767,15 +6851,15 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6767
6851
|
ref,
|
|
6768
6852
|
...props,
|
|
6769
6853
|
children: [
|
|
6770
|
-
/* @__PURE__ */ (0,
|
|
6771
|
-
/* @__PURE__ */ (0,
|
|
6854
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
|
|
6855
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6772
6856
|
"path",
|
|
6773
6857
|
{
|
|
6774
6858
|
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
6859
|
fill: `url(#${id}_paint_0)`
|
|
6776
6860
|
}
|
|
6777
6861
|
),
|
|
6778
|
-
/* @__PURE__ */ (0,
|
|
6862
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6779
6863
|
"path",
|
|
6780
6864
|
{
|
|
6781
6865
|
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 +6867,8 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6783
6867
|
}
|
|
6784
6868
|
)
|
|
6785
6869
|
] }) }),
|
|
6786
|
-
/* @__PURE__ */ (0,
|
|
6787
|
-
/* @__PURE__ */ (0,
|
|
6870
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("defs", { children: [
|
|
6871
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
6788
6872
|
"linearGradient",
|
|
6789
6873
|
{
|
|
6790
6874
|
id: `${id}_paint_0`,
|
|
@@ -6794,12 +6878,12 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6794
6878
|
y2: 0.73374,
|
|
6795
6879
|
gradientUnits: "userSpaceOnUse",
|
|
6796
6880
|
children: [
|
|
6797
|
-
/* @__PURE__ */ (0,
|
|
6798
|
-
/* @__PURE__ */ (0,
|
|
6881
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
6882
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6799
6883
|
]
|
|
6800
6884
|
}
|
|
6801
6885
|
),
|
|
6802
|
-
/* @__PURE__ */ (0,
|
|
6886
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
6803
6887
|
"linearGradient",
|
|
6804
6888
|
{
|
|
6805
6889
|
id: `${id}_paint_1`,
|
|
@@ -6809,27 +6893,27 @@ var Icon73 = ({ size = 24, ...props }, ref) => {
|
|
|
6809
6893
|
y2: 0.73374,
|
|
6810
6894
|
gradientUnits: "userSpaceOnUse",
|
|
6811
6895
|
children: [
|
|
6812
|
-
/* @__PURE__ */ (0,
|
|
6813
|
-
/* @__PURE__ */ (0,
|
|
6896
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
6897
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6814
6898
|
]
|
|
6815
6899
|
}
|
|
6816
6900
|
),
|
|
6817
|
-
/* @__PURE__ */ (0,
|
|
6901
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
|
|
6818
6902
|
] })
|
|
6819
6903
|
]
|
|
6820
6904
|
}
|
|
6821
6905
|
);
|
|
6822
6906
|
};
|
|
6823
|
-
var IconSparkle2 = (0,
|
|
6907
|
+
var IconSparkle2 = (0, import_react75.forwardRef)(Icon75);
|
|
6824
6908
|
var IconSparkle2_default = IconSparkle2;
|
|
6825
6909
|
|
|
6826
6910
|
// src/IconSparkleArrowUp.tsx
|
|
6827
6911
|
var React4 = __toESM(require_react(), 1);
|
|
6828
|
-
var
|
|
6829
|
-
var
|
|
6830
|
-
var
|
|
6912
|
+
var import_react76 = __toESM(require_react(), 1);
|
|
6913
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime(), 1);
|
|
6914
|
+
var Icon76 = ({ size = 24, ...props }, ref) => {
|
|
6831
6915
|
const id = React4.useId();
|
|
6832
|
-
return /* @__PURE__ */ (0,
|
|
6916
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6833
6917
|
"svg",
|
|
6834
6918
|
{
|
|
6835
6919
|
viewBox: "0 0 24 24",
|
|
@@ -6841,15 +6925,15 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6841
6925
|
ref,
|
|
6842
6926
|
...props,
|
|
6843
6927
|
children: [
|
|
6844
|
-
/* @__PURE__ */ (0,
|
|
6845
|
-
/* @__PURE__ */ (0,
|
|
6928
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { children: [
|
|
6929
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6846
6930
|
"path",
|
|
6847
6931
|
{
|
|
6848
6932
|
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
6933
|
fill: `url(#${id}_paint_0)`
|
|
6850
6934
|
}
|
|
6851
6935
|
),
|
|
6852
|
-
/* @__PURE__ */ (0,
|
|
6936
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6853
6937
|
"path",
|
|
6854
6938
|
{
|
|
6855
6939
|
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 +6941,7 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6857
6941
|
}
|
|
6858
6942
|
)
|
|
6859
6943
|
] }),
|
|
6860
|
-
/* @__PURE__ */ (0,
|
|
6944
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6861
6945
|
"linearGradient",
|
|
6862
6946
|
{
|
|
6863
6947
|
id: `${id}_paint_0`,
|
|
@@ -6867,8 +6951,8 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6867
6951
|
y2: 0.346177,
|
|
6868
6952
|
gradientUnits: "userSpaceOnUse",
|
|
6869
6953
|
children: [
|
|
6870
|
-
/* @__PURE__ */ (0,
|
|
6871
|
-
/* @__PURE__ */ (0,
|
|
6954
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
6955
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
6872
6956
|
]
|
|
6873
6957
|
}
|
|
6874
6958
|
) })
|
|
@@ -6876,13 +6960,13 @@ var Icon74 = ({ size = 24, ...props }, ref) => {
|
|
|
6876
6960
|
}
|
|
6877
6961
|
);
|
|
6878
6962
|
};
|
|
6879
|
-
var IconSparkleArrowUp = (0,
|
|
6963
|
+
var IconSparkleArrowUp = (0, import_react76.forwardRef)(Icon76);
|
|
6880
6964
|
var IconSparkleArrowUp_default = IconSparkleArrowUp;
|
|
6881
6965
|
|
|
6882
6966
|
// src/IconSpraybottleSponge.tsx
|
|
6883
|
-
var
|
|
6884
|
-
var
|
|
6885
|
-
var
|
|
6967
|
+
var import_react77 = __toESM(require_react(), 1);
|
|
6968
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime(), 1);
|
|
6969
|
+
var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6886
6970
|
"svg",
|
|
6887
6971
|
{
|
|
6888
6972
|
viewBox: "0 0 24 24",
|
|
@@ -6893,22 +6977,22 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6893
6977
|
height: size,
|
|
6894
6978
|
ref,
|
|
6895
6979
|
...props,
|
|
6896
|
-
children: /* @__PURE__ */ (0,
|
|
6897
|
-
/* @__PURE__ */ (0,
|
|
6980
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { children: [
|
|
6981
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6898
6982
|
"path",
|
|
6899
6983
|
{
|
|
6900
6984
|
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
6985
|
fill: "#4EDB7D"
|
|
6902
6986
|
}
|
|
6903
6987
|
),
|
|
6904
|
-
/* @__PURE__ */ (0,
|
|
6988
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6905
6989
|
"path",
|
|
6906
6990
|
{
|
|
6907
6991
|
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
6992
|
fill: "#2CCA6F"
|
|
6909
6993
|
}
|
|
6910
6994
|
),
|
|
6911
|
-
/* @__PURE__ */ (0,
|
|
6995
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6912
6996
|
"path",
|
|
6913
6997
|
{
|
|
6914
6998
|
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 +7002,66 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6918
7002
|
] })
|
|
6919
7003
|
}
|
|
6920
7004
|
);
|
|
6921
|
-
var IconSpraybottleSponge = (0,
|
|
7005
|
+
var IconSpraybottleSponge = (0, import_react77.forwardRef)(Icon77);
|
|
6922
7006
|
var IconSpraybottleSponge_default = IconSpraybottleSponge;
|
|
6923
7007
|
|
|
7008
|
+
// src/IconSquareline2Vertical.tsx
|
|
7009
|
+
var import_react78 = __toESM(require_react(), 1);
|
|
7010
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime(), 1);
|
|
7011
|
+
var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
7012
|
+
"svg",
|
|
7013
|
+
{
|
|
7014
|
+
viewBox: "0 0 24 24",
|
|
7015
|
+
fill: "none",
|
|
7016
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7017
|
+
"data-seed-icon": "true",
|
|
7018
|
+
width: size,
|
|
7019
|
+
height: size,
|
|
7020
|
+
ref,
|
|
7021
|
+
...props,
|
|
7022
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7023
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7024
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
7025
|
+
"path",
|
|
7026
|
+
{
|
|
7027
|
+
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",
|
|
7028
|
+
fill: "#2DA871"
|
|
7029
|
+
}
|
|
7030
|
+
),
|
|
7031
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
7032
|
+
"path",
|
|
7033
|
+
{
|
|
7034
|
+
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",
|
|
7035
|
+
fill: "#2DA871"
|
|
7036
|
+
}
|
|
7037
|
+
)
|
|
7038
|
+
] }),
|
|
7039
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7040
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
7041
|
+
"path",
|
|
7042
|
+
{
|
|
7043
|
+
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",
|
|
7044
|
+
fill: "#20C578"
|
|
7045
|
+
}
|
|
7046
|
+
),
|
|
7047
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
7048
|
+
"path",
|
|
7049
|
+
{
|
|
7050
|
+
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",
|
|
7051
|
+
fill: "#20C578"
|
|
7052
|
+
}
|
|
7053
|
+
)
|
|
7054
|
+
] })
|
|
7055
|
+
] })
|
|
7056
|
+
}
|
|
7057
|
+
);
|
|
7058
|
+
var IconSquareline2Vertical = (0, import_react78.forwardRef)(Icon78);
|
|
7059
|
+
var IconSquareline2Vertical_default = IconSquareline2Vertical;
|
|
7060
|
+
|
|
6924
7061
|
// src/IconStarCalendar.tsx
|
|
6925
|
-
var
|
|
6926
|
-
var
|
|
6927
|
-
var
|
|
7062
|
+
var import_react79 = __toESM(require_react(), 1);
|
|
7063
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime(), 1);
|
|
7064
|
+
var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
6928
7065
|
"svg",
|
|
6929
7066
|
{
|
|
6930
7067
|
viewBox: "0 0 24 24",
|
|
@@ -6935,22 +7072,22 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6935
7072
|
height: size,
|
|
6936
7073
|
ref,
|
|
6937
7074
|
...props,
|
|
6938
|
-
children: /* @__PURE__ */ (0,
|
|
6939
|
-
/* @__PURE__ */ (0,
|
|
7075
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { children: [
|
|
7076
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
6940
7077
|
"path",
|
|
6941
7078
|
{
|
|
6942
7079
|
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
7080
|
fill: "#FFAC64"
|
|
6944
7081
|
}
|
|
6945
7082
|
),
|
|
6946
|
-
/* @__PURE__ */ (0,
|
|
7083
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
6947
7084
|
"path",
|
|
6948
7085
|
{
|
|
6949
7086
|
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
7087
|
fill: "#FF6F0F"
|
|
6951
7088
|
}
|
|
6952
7089
|
),
|
|
6953
|
-
/* @__PURE__ */ (0,
|
|
7090
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
6954
7091
|
"path",
|
|
6955
7092
|
{
|
|
6956
7093
|
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 +7097,13 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6960
7097
|
] })
|
|
6961
7098
|
}
|
|
6962
7099
|
);
|
|
6963
|
-
var IconStarCalendar = (0,
|
|
7100
|
+
var IconStarCalendar = (0, import_react79.forwardRef)(Icon79);
|
|
6964
7101
|
var IconStarCalendar_default = IconStarCalendar;
|
|
6965
7102
|
|
|
6966
7103
|
// src/IconTreasureChest.tsx
|
|
6967
|
-
var
|
|
6968
|
-
var
|
|
6969
|
-
var
|
|
7104
|
+
var import_react80 = __toESM(require_react(), 1);
|
|
7105
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime(), 1);
|
|
7106
|
+
var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6970
7107
|
"svg",
|
|
6971
7108
|
{
|
|
6972
7109
|
viewBox: "0 0 24 24",
|
|
@@ -6977,30 +7114,30 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6977
7114
|
height: size,
|
|
6978
7115
|
ref,
|
|
6979
7116
|
...props,
|
|
6980
|
-
children: /* @__PURE__ */ (0,
|
|
6981
|
-
/* @__PURE__ */ (0,
|
|
7117
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { children: [
|
|
7118
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6982
7119
|
"path",
|
|
6983
7120
|
{
|
|
6984
7121
|
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
7122
|
fill: "#937066"
|
|
6986
7123
|
}
|
|
6987
7124
|
),
|
|
6988
|
-
/* @__PURE__ */ (0,
|
|
7125
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6989
7126
|
"path",
|
|
6990
7127
|
{
|
|
6991
7128
|
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
7129
|
fill: "#C4A67E"
|
|
6993
7130
|
}
|
|
6994
7131
|
),
|
|
6995
|
-
/* @__PURE__ */ (0,
|
|
6996
|
-
/* @__PURE__ */ (0,
|
|
7132
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { children: [
|
|
7133
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
6997
7134
|
"path",
|
|
6998
7135
|
{
|
|
6999
7136
|
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
7137
|
fill: "#FFCB64"
|
|
7001
7138
|
}
|
|
7002
7139
|
),
|
|
7003
|
-
/* @__PURE__ */ (0,
|
|
7140
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
7004
7141
|
"path",
|
|
7005
7142
|
{
|
|
7006
7143
|
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 +7148,13 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7011
7148
|
] })
|
|
7012
7149
|
}
|
|
7013
7150
|
);
|
|
7014
|
-
var IconTreasureChest = (0,
|
|
7151
|
+
var IconTreasureChest = (0, import_react80.forwardRef)(Icon80);
|
|
7015
7152
|
var IconTreasureChest_default = IconTreasureChest;
|
|
7016
7153
|
|
|
7017
7154
|
// src/IconTree.tsx
|
|
7018
|
-
var
|
|
7019
|
-
var
|
|
7020
|
-
var
|
|
7155
|
+
var import_react81 = __toESM(require_react(), 1);
|
|
7156
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime(), 1);
|
|
7157
|
+
var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7021
7158
|
"svg",
|
|
7022
7159
|
{
|
|
7023
7160
|
viewBox: "0 0 24 24",
|
|
@@ -7028,9 +7165,9 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7028
7165
|
height: size,
|
|
7029
7166
|
ref,
|
|
7030
7167
|
...props,
|
|
7031
|
-
children: /* @__PURE__ */ (0,
|
|
7032
|
-
/* @__PURE__ */ (0,
|
|
7033
|
-
/* @__PURE__ */ (0,
|
|
7168
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("g", { children: [
|
|
7169
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
|
|
7170
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7034
7171
|
"path",
|
|
7035
7172
|
{
|
|
7036
7173
|
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 +7177,13 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7040
7177
|
] })
|
|
7041
7178
|
}
|
|
7042
7179
|
);
|
|
7043
|
-
var IconTree = (0,
|
|
7180
|
+
var IconTree = (0, import_react81.forwardRef)(Icon81);
|
|
7044
7181
|
var IconTree_default = IconTree;
|
|
7045
7182
|
|
|
7046
7183
|
// src/IconTriangleRightChatbubbleLeft.tsx
|
|
7047
|
-
var
|
|
7048
|
-
var
|
|
7049
|
-
var
|
|
7184
|
+
var import_react82 = __toESM(require_react(), 1);
|
|
7185
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime(), 1);
|
|
7186
|
+
var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7050
7187
|
"svg",
|
|
7051
7188
|
{
|
|
7052
7189
|
viewBox: "0 0 24 24",
|
|
@@ -7057,8 +7194,8 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7057
7194
|
height: size,
|
|
7058
7195
|
ref,
|
|
7059
7196
|
...props,
|
|
7060
|
-
children: /* @__PURE__ */ (0,
|
|
7061
|
-
/* @__PURE__ */ (0,
|
|
7197
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("g", { children: [
|
|
7198
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7062
7199
|
"path",
|
|
7063
7200
|
{
|
|
7064
7201
|
fillRule: "evenodd",
|
|
@@ -7067,7 +7204,7 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7067
7204
|
fill: "#FB4162"
|
|
7068
7205
|
}
|
|
7069
7206
|
),
|
|
7070
|
-
/* @__PURE__ */ (0,
|
|
7207
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7071
7208
|
"path",
|
|
7072
7209
|
{
|
|
7073
7210
|
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 +7214,13 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7077
7214
|
] })
|
|
7078
7215
|
}
|
|
7079
7216
|
);
|
|
7080
|
-
var IconTriangleRightChatbubbleLeft = (0,
|
|
7217
|
+
var IconTriangleRightChatbubbleLeft = (0, import_react82.forwardRef)(Icon82);
|
|
7081
7218
|
var IconTriangleRightChatbubbleLeft_default = IconTriangleRightChatbubbleLeft;
|
|
7082
7219
|
|
|
7083
7220
|
// src/IconTrophy.tsx
|
|
7084
|
-
var
|
|
7085
|
-
var
|
|
7086
|
-
var
|
|
7221
|
+
var import_react83 = __toESM(require_react(), 1);
|
|
7222
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime(), 1);
|
|
7223
|
+
var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7087
7224
|
"svg",
|
|
7088
7225
|
{
|
|
7089
7226
|
viewBox: "0 0 24 24",
|
|
@@ -7094,15 +7231,15 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7094
7231
|
height: size,
|
|
7095
7232
|
ref,
|
|
7096
7233
|
...props,
|
|
7097
|
-
children: /* @__PURE__ */ (0,
|
|
7098
|
-
/* @__PURE__ */ (0,
|
|
7234
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { children: [
|
|
7235
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7099
7236
|
"path",
|
|
7100
7237
|
{
|
|
7101
7238
|
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
7239
|
fill: "#E98400"
|
|
7103
7240
|
}
|
|
7104
7241
|
),
|
|
7105
|
-
/* @__PURE__ */ (0,
|
|
7242
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7106
7243
|
"path",
|
|
7107
7244
|
{
|
|
7108
7245
|
fillRule: "evenodd",
|
|
@@ -7114,13 +7251,13 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7114
7251
|
] })
|
|
7115
7252
|
}
|
|
7116
7253
|
);
|
|
7117
|
-
var IconTrophy = (0,
|
|
7254
|
+
var IconTrophy = (0, import_react83.forwardRef)(Icon83);
|
|
7118
7255
|
var IconTrophy_default = IconTrophy;
|
|
7119
7256
|
|
|
7120
7257
|
// src/IconTruck.tsx
|
|
7121
|
-
var
|
|
7122
|
-
var
|
|
7123
|
-
var
|
|
7258
|
+
var import_react84 = __toESM(require_react(), 1);
|
|
7259
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime(), 1);
|
|
7260
|
+
var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7124
7261
|
"svg",
|
|
7125
7262
|
{
|
|
7126
7263
|
viewBox: "0 0 24 24",
|
|
@@ -7131,37 +7268,37 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7131
7268
|
height: size,
|
|
7132
7269
|
ref,
|
|
7133
7270
|
...props,
|
|
7134
|
-
children: /* @__PURE__ */ (0,
|
|
7135
|
-
/* @__PURE__ */ (0,
|
|
7271
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
|
|
7272
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7136
7273
|
"path",
|
|
7137
7274
|
{
|
|
7138
7275
|
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
7276
|
fill: "#AFC1DA"
|
|
7140
7277
|
}
|
|
7141
7278
|
),
|
|
7142
|
-
/* @__PURE__ */ (0,
|
|
7279
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7143
7280
|
"path",
|
|
7144
7281
|
{
|
|
7145
7282
|
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
7283
|
fill: "#5074E9"
|
|
7147
7284
|
}
|
|
7148
7285
|
),
|
|
7149
|
-
/* @__PURE__ */ (0,
|
|
7286
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7150
7287
|
"path",
|
|
7151
7288
|
{
|
|
7152
7289
|
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
7290
|
fill: "white"
|
|
7154
7291
|
}
|
|
7155
7292
|
),
|
|
7156
|
-
/* @__PURE__ */ (0,
|
|
7157
|
-
/* @__PURE__ */ (0,
|
|
7293
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
|
|
7294
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7158
7295
|
"path",
|
|
7159
7296
|
{
|
|
7160
7297
|
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
7298
|
fill: "#556175"
|
|
7162
7299
|
}
|
|
7163
7300
|
),
|
|
7164
|
-
/* @__PURE__ */ (0,
|
|
7301
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7165
7302
|
"path",
|
|
7166
7303
|
{
|
|
7167
7304
|
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 +7309,13 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7172
7309
|
] })
|
|
7173
7310
|
}
|
|
7174
7311
|
);
|
|
7175
|
-
var IconTruck = (0,
|
|
7312
|
+
var IconTruck = (0, import_react84.forwardRef)(Icon84);
|
|
7176
7313
|
var IconTruck_default = IconTruck;
|
|
7177
7314
|
|
|
7178
7315
|
// src/IconTshirtBubble2.tsx
|
|
7179
|
-
var
|
|
7180
|
-
var
|
|
7181
|
-
var
|
|
7316
|
+
var import_react85 = __toESM(require_react(), 1);
|
|
7317
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime(), 1);
|
|
7318
|
+
var Icon85 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7182
7319
|
"svg",
|
|
7183
7320
|
{
|
|
7184
7321
|
viewBox: "0 0 24 24",
|
|
@@ -7189,23 +7326,23 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7189
7326
|
height: size,
|
|
7190
7327
|
ref,
|
|
7191
7328
|
...props,
|
|
7192
|
-
children: /* @__PURE__ */ (0,
|
|
7193
|
-
/* @__PURE__ */ (0,
|
|
7329
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("g", { children: [
|
|
7330
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7194
7331
|
"path",
|
|
7195
7332
|
{
|
|
7196
7333
|
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
7334
|
fill: "#3CBAF9"
|
|
7198
7335
|
}
|
|
7199
7336
|
),
|
|
7200
|
-
/* @__PURE__ */ (0,
|
|
7201
|
-
/* @__PURE__ */ (0,
|
|
7337
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("g", { children: [
|
|
7338
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7202
7339
|
"path",
|
|
7203
7340
|
{
|
|
7204
7341
|
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
7342
|
fill: "#1D7EDE"
|
|
7206
7343
|
}
|
|
7207
7344
|
),
|
|
7208
|
-
/* @__PURE__ */ (0,
|
|
7345
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7209
7346
|
"path",
|
|
7210
7347
|
{
|
|
7211
7348
|
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 +7353,13 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7216
7353
|
] })
|
|
7217
7354
|
}
|
|
7218
7355
|
);
|
|
7219
|
-
var IconTshirtBubble2 = (0,
|
|
7356
|
+
var IconTshirtBubble2 = (0, import_react85.forwardRef)(Icon85);
|
|
7220
7357
|
var IconTshirtBubble2_default = IconTshirtBubble2;
|
|
7221
7358
|
|
|
7222
7359
|
// src/IconVertrectangleTiltedstacked.tsx
|
|
7223
|
-
var
|
|
7224
|
-
var
|
|
7225
|
-
var
|
|
7360
|
+
var import_react86 = __toESM(require_react(), 1);
|
|
7361
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime(), 1);
|
|
7362
|
+
var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7226
7363
|
"svg",
|
|
7227
7364
|
{
|
|
7228
7365
|
viewBox: "0 0 24 24",
|
|
@@ -7233,16 +7370,16 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7233
7370
|
height: size,
|
|
7234
7371
|
ref,
|
|
7235
7372
|
...props,
|
|
7236
|
-
children: /* @__PURE__ */ (0,
|
|
7237
|
-
/* @__PURE__ */ (0,
|
|
7238
|
-
/* @__PURE__ */ (0,
|
|
7373
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7374
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7375
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7239
7376
|
"path",
|
|
7240
7377
|
{
|
|
7241
7378
|
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
7379
|
fill: "#FF9000"
|
|
7243
7380
|
}
|
|
7244
7381
|
),
|
|
7245
|
-
/* @__PURE__ */ (0,
|
|
7382
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7246
7383
|
"path",
|
|
7247
7384
|
{
|
|
7248
7385
|
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 +7387,7 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7250
7387
|
}
|
|
7251
7388
|
)
|
|
7252
7389
|
] }),
|
|
7253
|
-
/* @__PURE__ */ (0,
|
|
7390
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7254
7391
|
"path",
|
|
7255
7392
|
{
|
|
7256
7393
|
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 +7397,13 @@ var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7260
7397
|
] }) })
|
|
7261
7398
|
}
|
|
7262
7399
|
);
|
|
7263
|
-
var IconVertrectangleTiltedstacked = (0,
|
|
7400
|
+
var IconVertrectangleTiltedstacked = (0, import_react86.forwardRef)(Icon86);
|
|
7264
7401
|
var IconVertrectangleTiltedstacked_default = IconVertrectangleTiltedstacked;
|
|
7265
7402
|
|
|
7266
7403
|
// src/IconVestHorizstripe.tsx
|
|
7267
|
-
var
|
|
7268
|
-
var
|
|
7269
|
-
var
|
|
7404
|
+
var import_react87 = __toESM(require_react(), 1);
|
|
7405
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime(), 1);
|
|
7406
|
+
var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7270
7407
|
"svg",
|
|
7271
7408
|
{
|
|
7272
7409
|
viewBox: "0 0 24 24",
|
|
@@ -7277,23 +7414,23 @@ var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7277
7414
|
height: size,
|
|
7278
7415
|
ref,
|
|
7279
7416
|
...props,
|
|
7280
|
-
children: /* @__PURE__ */ (0,
|
|
7281
|
-
/* @__PURE__ */ (0,
|
|
7417
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7418
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7282
7419
|
"path",
|
|
7283
7420
|
{
|
|
7284
7421
|
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
7422
|
fill: "#DE5D00"
|
|
7286
7423
|
}
|
|
7287
7424
|
),
|
|
7288
|
-
/* @__PURE__ */ (0,
|
|
7289
|
-
/* @__PURE__ */ (0,
|
|
7425
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7426
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7290
7427
|
"path",
|
|
7291
7428
|
{
|
|
7292
7429
|
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
7430
|
fill: "#FF7F29"
|
|
7294
7431
|
}
|
|
7295
7432
|
),
|
|
7296
|
-
/* @__PURE__ */ (0,
|
|
7433
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7297
7434
|
"path",
|
|
7298
7435
|
{
|
|
7299
7436
|
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 +7438,23 @@ var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7301
7438
|
}
|
|
7302
7439
|
)
|
|
7303
7440
|
] }),
|
|
7304
|
-
/* @__PURE__ */ (0,
|
|
7305
|
-
/* @__PURE__ */ (0,
|
|
7306
|
-
/* @__PURE__ */ (0,
|
|
7441
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7442
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M11.0996 18H3V15H11.0996V18Z", fill: "#FFCCA9" }),
|
|
7443
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M21 18H12.9004V15H21V18Z", fill: "#FFCCA9" })
|
|
7307
7444
|
] })
|
|
7308
7445
|
] })
|
|
7309
7446
|
}
|
|
7310
7447
|
);
|
|
7311
|
-
var IconVestHorizstripe = (0,
|
|
7448
|
+
var IconVestHorizstripe = (0, import_react87.forwardRef)(Icon87);
|
|
7312
7449
|
var IconVestHorizstripe_default = IconVestHorizstripe;
|
|
7313
7450
|
|
|
7314
7451
|
// src/IconWandPlusCircle.tsx
|
|
7315
7452
|
var React5 = __toESM(require_react(), 1);
|
|
7316
|
-
var
|
|
7317
|
-
var
|
|
7318
|
-
var
|
|
7453
|
+
var import_react88 = __toESM(require_react(), 1);
|
|
7454
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime(), 1);
|
|
7455
|
+
var Icon88 = ({ size = 24, ...props }, ref) => {
|
|
7319
7456
|
const id = React5.useId();
|
|
7320
|
-
return /* @__PURE__ */ (0,
|
|
7457
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
7321
7458
|
"svg",
|
|
7322
7459
|
{
|
|
7323
7460
|
viewBox: "0 0 24 24",
|
|
@@ -7329,31 +7466,31 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7329
7466
|
ref,
|
|
7330
7467
|
...props,
|
|
7331
7468
|
children: [
|
|
7332
|
-
/* @__PURE__ */ (0,
|
|
7333
|
-
/* @__PURE__ */ (0,
|
|
7469
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { children: [
|
|
7470
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7334
7471
|
"path",
|
|
7335
7472
|
{
|
|
7336
7473
|
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
7474
|
fill: "#B93901"
|
|
7338
7475
|
}
|
|
7339
7476
|
),
|
|
7340
|
-
/* @__PURE__ */ (0,
|
|
7477
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7341
7478
|
"path",
|
|
7342
7479
|
{
|
|
7343
7480
|
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
7481
|
fill: `url(#${id}_paint_0)`
|
|
7345
7482
|
}
|
|
7346
7483
|
),
|
|
7347
|
-
/* @__PURE__ */ (0,
|
|
7484
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7348
7485
|
"path",
|
|
7349
7486
|
{
|
|
7350
7487
|
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
7488
|
fill: "#FC650E"
|
|
7352
7489
|
}
|
|
7353
7490
|
),
|
|
7354
|
-
/* @__PURE__ */ (0,
|
|
7491
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("circle", { cx: 20.5, cy: 19.5, r: 2.5, fill: "#E15E88" })
|
|
7355
7492
|
] }) }),
|
|
7356
|
-
/* @__PURE__ */ (0,
|
|
7493
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
7357
7494
|
"linearGradient",
|
|
7358
7495
|
{
|
|
7359
7496
|
id: `${id}_paint_0`,
|
|
@@ -7363,8 +7500,8 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7363
7500
|
y2: 1.80303,
|
|
7364
7501
|
gradientUnits: "userSpaceOnUse",
|
|
7365
7502
|
children: [
|
|
7366
|
-
/* @__PURE__ */ (0,
|
|
7367
|
-
/* @__PURE__ */ (0,
|
|
7503
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
|
|
7504
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
|
|
7368
7505
|
]
|
|
7369
7506
|
}
|
|
7370
7507
|
) })
|
|
@@ -7372,13 +7509,13 @@ var Icon85 = ({ size = 24, ...props }, ref) => {
|
|
|
7372
7509
|
}
|
|
7373
7510
|
);
|
|
7374
7511
|
};
|
|
7375
|
-
var IconWandPlusCircle = (0,
|
|
7512
|
+
var IconWandPlusCircle = (0, import_react88.forwardRef)(Icon88);
|
|
7376
7513
|
var IconWandPlusCircle_default = IconWandPlusCircle;
|
|
7377
7514
|
|
|
7378
7515
|
// src/IconWarninglight.tsx
|
|
7379
|
-
var
|
|
7380
|
-
var
|
|
7381
|
-
var
|
|
7516
|
+
var import_react89 = __toESM(require_react(), 1);
|
|
7517
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime(), 1);
|
|
7518
|
+
var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7382
7519
|
"svg",
|
|
7383
7520
|
{
|
|
7384
7521
|
viewBox: "0 0 24 24",
|
|
@@ -7389,37 +7526,37 @@ var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7389
7526
|
height: size,
|
|
7390
7527
|
ref,
|
|
7391
7528
|
...props,
|
|
7392
|
-
children: /* @__PURE__ */ (0,
|
|
7393
|
-
/* @__PURE__ */ (0,
|
|
7529
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { children: [
|
|
7530
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7394
7531
|
"path",
|
|
7395
7532
|
{
|
|
7396
7533
|
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
7534
|
fill: "#667387"
|
|
7398
7535
|
}
|
|
7399
7536
|
),
|
|
7400
|
-
/* @__PURE__ */ (0,
|
|
7401
|
-
/* @__PURE__ */ (0,
|
|
7537
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { children: [
|
|
7538
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7402
7539
|
"path",
|
|
7403
7540
|
{
|
|
7404
7541
|
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
7542
|
fill: "#FB4162"
|
|
7406
7543
|
}
|
|
7407
7544
|
),
|
|
7408
|
-
/* @__PURE__ */ (0,
|
|
7545
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7409
7546
|
"path",
|
|
7410
7547
|
{
|
|
7411
7548
|
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
7549
|
fill: "#FB4162"
|
|
7413
7550
|
}
|
|
7414
7551
|
),
|
|
7415
|
-
/* @__PURE__ */ (0,
|
|
7552
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7416
7553
|
"path",
|
|
7417
7554
|
{
|
|
7418
7555
|
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
7556
|
fill: "#FB4162"
|
|
7420
7557
|
}
|
|
7421
7558
|
),
|
|
7422
|
-
/* @__PURE__ */ (0,
|
|
7559
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7423
7560
|
"path",
|
|
7424
7561
|
{
|
|
7425
7562
|
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 +7567,13 @@ var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7430
7567
|
] })
|
|
7431
7568
|
}
|
|
7432
7569
|
);
|
|
7433
|
-
var IconWarninglight = (0,
|
|
7570
|
+
var IconWarninglight = (0, import_react89.forwardRef)(Icon89);
|
|
7434
7571
|
var IconWarninglight_default = IconWarninglight;
|
|
7435
7572
|
|
|
7436
7573
|
// src/IconWindow2Store.tsx
|
|
7437
|
-
var
|
|
7438
|
-
var
|
|
7439
|
-
var
|
|
7574
|
+
var import_react90 = __toESM(require_react(), 1);
|
|
7575
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime(), 1);
|
|
7576
|
+
var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7440
7577
|
"svg",
|
|
7441
7578
|
{
|
|
7442
7579
|
viewBox: "0 0 24 24",
|
|
@@ -7447,37 +7584,37 @@ var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7447
7584
|
height: size,
|
|
7448
7585
|
ref,
|
|
7449
7586
|
...props,
|
|
7450
|
-
children: /* @__PURE__ */ (0,
|
|
7451
|
-
/* @__PURE__ */ (0,
|
|
7587
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("g", { children: [
|
|
7588
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7452
7589
|
"path",
|
|
7453
7590
|
{
|
|
7454
7591
|
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
7592
|
fill: "#FFAA00"
|
|
7456
7593
|
}
|
|
7457
7594
|
),
|
|
7458
|
-
/* @__PURE__ */ (0,
|
|
7595
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7459
7596
|
"path",
|
|
7460
7597
|
{
|
|
7461
7598
|
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
7599
|
fill: "#FFCB64"
|
|
7463
7600
|
}
|
|
7464
7601
|
),
|
|
7465
|
-
/* @__PURE__ */ (0,
|
|
7602
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7466
7603
|
"path",
|
|
7467
7604
|
{
|
|
7468
7605
|
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
7606
|
fill: "#FFE2A0"
|
|
7470
7607
|
}
|
|
7471
7608
|
),
|
|
7472
|
-
/* @__PURE__ */ (0,
|
|
7473
|
-
/* @__PURE__ */ (0,
|
|
7609
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("g", { children: [
|
|
7610
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7474
7611
|
"path",
|
|
7475
7612
|
{
|
|
7476
7613
|
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
7614
|
fill: "white"
|
|
7478
7615
|
}
|
|
7479
7616
|
),
|
|
7480
|
-
/* @__PURE__ */ (0,
|
|
7617
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
7481
7618
|
"path",
|
|
7482
7619
|
{
|
|
7483
7620
|
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 +7625,13 @@ var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7488
7625
|
] })
|
|
7489
7626
|
}
|
|
7490
7627
|
);
|
|
7491
|
-
var IconWindow2Store = (0,
|
|
7628
|
+
var IconWindow2Store = (0, import_react90.forwardRef)(Icon90);
|
|
7492
7629
|
var IconWindow2Store_default = IconWindow2Store;
|
|
7493
7630
|
|
|
7494
7631
|
// src/IconWindow2StoreDoubleband.tsx
|
|
7495
|
-
var
|
|
7496
|
-
var
|
|
7497
|
-
var
|
|
7632
|
+
var import_react91 = __toESM(require_react(), 1);
|
|
7633
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime(), 1);
|
|
7634
|
+
var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7498
7635
|
"svg",
|
|
7499
7636
|
{
|
|
7500
7637
|
viewBox: "0 0 24 24",
|
|
@@ -7505,46 +7642,46 @@ var Icon88 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7505
7642
|
height: size,
|
|
7506
7643
|
ref,
|
|
7507
7644
|
...props,
|
|
7508
|
-
children: /* @__PURE__ */ (0,
|
|
7509
|
-
/* @__PURE__ */ (0,
|
|
7645
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("g", { children: [
|
|
7646
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7510
7647
|
"path",
|
|
7511
7648
|
{
|
|
7512
7649
|
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
7650
|
fill: "#2CCA6F"
|
|
7514
7651
|
}
|
|
7515
7652
|
),
|
|
7516
|
-
/* @__PURE__ */ (0,
|
|
7653
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7517
7654
|
"path",
|
|
7518
7655
|
{
|
|
7519
7656
|
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
7657
|
fill: "white"
|
|
7521
7658
|
}
|
|
7522
7659
|
),
|
|
7523
|
-
/* @__PURE__ */ (0,
|
|
7660
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7524
7661
|
"path",
|
|
7525
7662
|
{
|
|
7526
7663
|
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
7664
|
fill: "white"
|
|
7528
7665
|
}
|
|
7529
7666
|
),
|
|
7530
|
-
/* @__PURE__ */ (0,
|
|
7667
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
7531
7668
|
"path",
|
|
7532
7669
|
{
|
|
7533
7670
|
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
7671
|
fill: "#25A18E"
|
|
7535
7672
|
}
|
|
7536
7673
|
),
|
|
7537
|
-
/* @__PURE__ */ (0,
|
|
7674
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M23 5H1V9H23V5Z", fill: "#4EDB7D" })
|
|
7538
7675
|
] }) })
|
|
7539
7676
|
}
|
|
7540
7677
|
);
|
|
7541
|
-
var IconWindow2StoreDoubleband = (0,
|
|
7678
|
+
var IconWindow2StoreDoubleband = (0, import_react91.forwardRef)(Icon91);
|
|
7542
7679
|
var IconWindow2StoreDoubleband_default = IconWindow2StoreDoubleband;
|
|
7543
7680
|
|
|
7544
7681
|
// src/IconWindow4House.tsx
|
|
7545
|
-
var
|
|
7546
|
-
var
|
|
7547
|
-
var
|
|
7682
|
+
var import_react92 = __toESM(require_react(), 1);
|
|
7683
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime(), 1);
|
|
7684
|
+
var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7548
7685
|
"svg",
|
|
7549
7686
|
{
|
|
7550
7687
|
viewBox: "0 0 24 24",
|
|
@@ -7555,15 +7692,15 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7555
7692
|
height: size,
|
|
7556
7693
|
ref,
|
|
7557
7694
|
...props,
|
|
7558
|
-
children: /* @__PURE__ */ (0,
|
|
7559
|
-
/* @__PURE__ */ (0,
|
|
7695
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { children: [
|
|
7696
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7560
7697
|
"path",
|
|
7561
7698
|
{
|
|
7562
7699
|
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
7700
|
fill: "#DF5BC2"
|
|
7564
7701
|
}
|
|
7565
7702
|
),
|
|
7566
|
-
/* @__PURE__ */ (0,
|
|
7703
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7567
7704
|
"path",
|
|
7568
7705
|
{
|
|
7569
7706
|
fillRule: "evenodd",
|
|
@@ -7572,29 +7709,29 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7572
7709
|
fill: "#CC25A8"
|
|
7573
7710
|
}
|
|
7574
7711
|
),
|
|
7575
|
-
/* @__PURE__ */ (0,
|
|
7576
|
-
/* @__PURE__ */ (0,
|
|
7712
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { children: [
|
|
7713
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7577
7714
|
"path",
|
|
7578
7715
|
{
|
|
7579
7716
|
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
7717
|
fill: "white"
|
|
7581
7718
|
}
|
|
7582
7719
|
),
|
|
7583
|
-
/* @__PURE__ */ (0,
|
|
7720
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7584
7721
|
"path",
|
|
7585
7722
|
{
|
|
7586
7723
|
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
7724
|
fill: "white"
|
|
7588
7725
|
}
|
|
7589
7726
|
),
|
|
7590
|
-
/* @__PURE__ */ (0,
|
|
7727
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7591
7728
|
"path",
|
|
7592
7729
|
{
|
|
7593
7730
|
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
7731
|
fill: "white"
|
|
7595
7732
|
}
|
|
7596
7733
|
),
|
|
7597
|
-
/* @__PURE__ */ (0,
|
|
7734
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7598
7735
|
"path",
|
|
7599
7736
|
{
|
|
7600
7737
|
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 +7742,13 @@ var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7605
7742
|
] })
|
|
7606
7743
|
}
|
|
7607
7744
|
);
|
|
7608
|
-
var IconWindow4House = (0,
|
|
7745
|
+
var IconWindow4House = (0, import_react92.forwardRef)(Icon92);
|
|
7609
7746
|
var IconWindow4House_default = IconWindow4House;
|
|
7610
7747
|
|
|
7611
7748
|
// src/IconWonCircle.tsx
|
|
7612
|
-
var
|
|
7613
|
-
var
|
|
7614
|
-
var
|
|
7749
|
+
var import_react93 = __toESM(require_react(), 1);
|
|
7750
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime(), 1);
|
|
7751
|
+
var Icon93 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7615
7752
|
"svg",
|
|
7616
7753
|
{
|
|
7617
7754
|
viewBox: "0 0 24 24",
|
|
@@ -7622,8 +7759,8 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7622
7759
|
height: size,
|
|
7623
7760
|
ref,
|
|
7624
7761
|
...props,
|
|
7625
|
-
children: /* @__PURE__ */ (0,
|
|
7626
|
-
/* @__PURE__ */ (0,
|
|
7762
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("g", { children: [
|
|
7763
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7627
7764
|
"path",
|
|
7628
7765
|
{
|
|
7629
7766
|
fillRule: "evenodd",
|
|
@@ -7632,7 +7769,7 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7632
7769
|
fill: "#FFCB64"
|
|
7633
7770
|
}
|
|
7634
7771
|
),
|
|
7635
|
-
/* @__PURE__ */ (0,
|
|
7772
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
7636
7773
|
"path",
|
|
7637
7774
|
{
|
|
7638
7775
|
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 +7779,13 @@ var Icon90 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7642
7779
|
] })
|
|
7643
7780
|
}
|
|
7644
7781
|
);
|
|
7645
|
-
var IconWonCircle = (0,
|
|
7782
|
+
var IconWonCircle = (0, import_react93.forwardRef)(Icon93);
|
|
7646
7783
|
var IconWonCircle_default = IconWonCircle;
|
|
7647
7784
|
|
|
7648
7785
|
// src/IconWonShield.tsx
|
|
7649
|
-
var
|
|
7650
|
-
var
|
|
7651
|
-
var
|
|
7786
|
+
var import_react94 = __toESM(require_react(), 1);
|
|
7787
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime(), 1);
|
|
7788
|
+
var Icon94 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7652
7789
|
"svg",
|
|
7653
7790
|
{
|
|
7654
7791
|
viewBox: "0 0 24 24",
|
|
@@ -7659,8 +7796,8 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7659
7796
|
height: size,
|
|
7660
7797
|
ref,
|
|
7661
7798
|
...props,
|
|
7662
|
-
children: /* @__PURE__ */ (0,
|
|
7663
|
-
/* @__PURE__ */ (0,
|
|
7799
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("g", { children: [
|
|
7800
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7664
7801
|
"path",
|
|
7665
7802
|
{
|
|
7666
7803
|
fillRule: "evenodd",
|
|
@@ -7669,7 +7806,7 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7669
7806
|
fill: "#55A7FF"
|
|
7670
7807
|
}
|
|
7671
7808
|
),
|
|
7672
|
-
/* @__PURE__ */ (0,
|
|
7809
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
7673
7810
|
"path",
|
|
7674
7811
|
{
|
|
7675
7812
|
fillRule: "evenodd",
|
|
@@ -7681,13 +7818,13 @@ var Icon91 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7681
7818
|
] })
|
|
7682
7819
|
}
|
|
7683
7820
|
);
|
|
7684
|
-
var IconWonShield = (0,
|
|
7821
|
+
var IconWonShield = (0, import_react94.forwardRef)(Icon94);
|
|
7685
7822
|
var IconWonShield_default = IconWonShield;
|
|
7686
7823
|
|
|
7687
7824
|
// src/IconWrench.tsx
|
|
7688
|
-
var
|
|
7689
|
-
var
|
|
7690
|
-
var
|
|
7825
|
+
var import_react95 = __toESM(require_react(), 1);
|
|
7826
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime(), 1);
|
|
7827
|
+
var Icon95 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7691
7828
|
"svg",
|
|
7692
7829
|
{
|
|
7693
7830
|
viewBox: "0 0 24 24",
|
|
@@ -7698,22 +7835,22 @@ var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7698
7835
|
height: size,
|
|
7699
7836
|
ref,
|
|
7700
7837
|
...props,
|
|
7701
|
-
children: /* @__PURE__ */ (0,
|
|
7702
|
-
/* @__PURE__ */ (0,
|
|
7838
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { children: [
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7703
7840
|
"path",
|
|
7704
7841
|
{
|
|
7705
7842
|
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
7843
|
fill: "#70819C"
|
|
7707
7844
|
}
|
|
7708
7845
|
),
|
|
7709
|
-
/* @__PURE__ */ (0,
|
|
7846
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7710
7847
|
"path",
|
|
7711
7848
|
{
|
|
7712
7849
|
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
7850
|
fill: "#8998AF"
|
|
7714
7851
|
}
|
|
7715
7852
|
),
|
|
7716
|
-
/* @__PURE__ */ (0,
|
|
7853
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
7717
7854
|
"path",
|
|
7718
7855
|
{
|
|
7719
7856
|
d: "M6.05415 17.946L5.04211 18.958",
|
|
@@ -7725,7 +7862,7 @@ var Icon92 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7725
7862
|
] })
|
|
7726
7863
|
}
|
|
7727
7864
|
);
|
|
7728
|
-
var IconWrench = (0,
|
|
7865
|
+
var IconWrench = (0, import_react95.forwardRef)(Icon95);
|
|
7729
7866
|
var IconWrench_default = IconWrench;
|
|
7730
7867
|
/*! Bundled license information:
|
|
7731
7868
|
|