@karrotmarket/react-multicolor-icon 1.17.0 → 1.18.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/IconArrowshapeCircle2.cjs +79 -0
- package/lib/IconArrowshapeCircle2.d.ts +11 -0
- package/lib/IconArrowshapeCircle2.js +58 -0
- package/lib/IconCamcorder.cjs +58 -0
- package/lib/IconCamcorder.d.ts +11 -0
- package/lib/IconCamcorder.js +37 -0
- package/lib/IconChatbubble2.cjs +81 -0
- package/lib/IconChatbubble2.d.ts +11 -0
- package/lib/IconChatbubble2.js +60 -0
- package/lib/IconClapperboardStar.cjs +81 -0
- package/lib/IconClapperboardStar.d.ts +11 -0
- package/lib/IconClapperboardStar.js +60 -0
- package/lib/IconFaceLaughingCircle.cjs +74 -0
- package/lib/IconFaceLaughingCircle.d.ts +11 -0
- package/lib/IconFaceLaughingCircle.js +53 -0
- package/lib/IconTreasureChest.cjs +74 -0
- package/lib/IconTreasureChest.d.ts +11 -0
- package/lib/IconTreasureChest.js +53 -0
- package/lib/IconTrophy.cjs +60 -0
- package/lib/IconTrophy.d.ts +11 -0
- package/lib/IconTrophy.js +39 -0
- package/lib/index.cjs +459 -106
- package/lib/index.d.ts +7 -0
- package/lib/index.js +38 -24
- 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 forwardRef90(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 = forwardRef90;
|
|
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 jsx90 = jsxWithValidationDynamic;
|
|
3101
|
+
var jsxs90 = jsxWithValidationStatic;
|
|
3102
3102
|
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
3103
|
-
exports.jsx =
|
|
3104
|
-
exports.jsxs =
|
|
3103
|
+
exports.jsx = jsx90;
|
|
3104
|
+
exports.jsxs = jsxs90;
|
|
3105
3105
|
})();
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
@@ -3125,11 +3125,13 @@ __export(src_exports, {
|
|
|
3125
3125
|
IconAnimalFace: () => IconAnimalFace_default,
|
|
3126
3126
|
IconApple: () => IconApple_default,
|
|
3127
3127
|
IconArrowUpRightShoppingbagTilted: () => IconArrowUpRightShoppingbagTilted_default,
|
|
3128
|
+
IconArrowshapeCircle2: () => IconArrowshapeCircle2_default,
|
|
3128
3129
|
IconAsteriskHorizrectangleCoolwave3: () => IconAsteriskHorizrectangleCoolwave3_default,
|
|
3129
3130
|
IconBook: () => IconBook_default,
|
|
3130
3131
|
IconBoxFlap: () => IconBoxFlap_default,
|
|
3131
3132
|
IconBuilding2: () => IconBuilding2_default,
|
|
3132
3133
|
IconBuilding2Twosize: () => IconBuilding2Twosize_default,
|
|
3134
|
+
IconCamcorder: () => IconCamcorder_default,
|
|
3133
3135
|
IconCamera: () => IconCamera_default,
|
|
3134
3136
|
IconCarFrontside: () => IconCarFrontside_default,
|
|
3135
3137
|
IconCarFrontsideBubble: () => IconCarFrontsideBubble_default,
|
|
@@ -3137,7 +3139,9 @@ __export(src_exports, {
|
|
|
3137
3139
|
IconCart: () => IconCart_default,
|
|
3138
3140
|
IconCartItems: () => IconCartItems_default,
|
|
3139
3141
|
IconCartLoad: () => IconCartLoad_default,
|
|
3142
|
+
IconChatbubble2: () => IconChatbubble2_default,
|
|
3140
3143
|
IconCheckmarkCalendar: () => IconCheckmarkCalendar_default,
|
|
3144
|
+
IconClapperboardStar: () => IconClapperboardStar_default,
|
|
3141
3145
|
IconClover4: () => IconClover4_default,
|
|
3142
3146
|
IconCupHeatwave: () => IconCupHeatwave_default,
|
|
3143
3147
|
IconCupTakeout: () => IconCupTakeout_default,
|
|
@@ -3150,6 +3154,7 @@ __export(src_exports, {
|
|
|
3150
3154
|
IconDumbbell: () => IconDumbbell_default,
|
|
3151
3155
|
IconEnvelope: () => IconEnvelope_default,
|
|
3152
3156
|
IconEyebrow: () => IconEyebrow_default,
|
|
3157
|
+
IconFaceLaughingCircle: () => IconFaceLaughingCircle_default,
|
|
3153
3158
|
IconFaceSmileCircle: () => IconFaceSmileCircle_default,
|
|
3154
3159
|
IconFigureWalk: () => IconFigureWalk_default,
|
|
3155
3160
|
IconFishWave2: () => IconFishWave2_default,
|
|
@@ -3190,8 +3195,10 @@ __export(src_exports, {
|
|
|
3190
3195
|
IconSparkle2: () => IconSparkle2_default,
|
|
3191
3196
|
IconSpraybottleSponge: () => IconSpraybottleSponge_default,
|
|
3192
3197
|
IconStarCalendar: () => IconStarCalendar_default,
|
|
3198
|
+
IconTreasureChest: () => IconTreasureChest_default,
|
|
3193
3199
|
IconTree: () => IconTree_default,
|
|
3194
3200
|
IconTriangleRightChatbubbleLeft: () => IconTriangleRightChatbubbleLeft_default,
|
|
3201
|
+
IconTrophy: () => IconTrophy_default,
|
|
3195
3202
|
IconTruck: () => IconTruck_default,
|
|
3196
3203
|
IconTshirtBubble2: () => IconTshirtBubble2_default,
|
|
3197
3204
|
IconVertrectangleTiltedstacked: () => IconVertrectangleTiltedstacked_default,
|
|
@@ -6706,7 +6713,7 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6706
6713
|
var IconFaceSmileCircle = (0, import_react70.forwardRef)(Icon70);
|
|
6707
6714
|
var IconFaceSmileCircle_default = IconFaceSmileCircle;
|
|
6708
6715
|
|
|
6709
|
-
// src/
|
|
6716
|
+
// src/IconFaceLaughingCircle.tsx
|
|
6710
6717
|
var import_react71 = __toESM(require_react(), 1);
|
|
6711
6718
|
var import_jsx_runtime71 = __toESM(require_jsx_runtime(), 1);
|
|
6712
6719
|
var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
@@ -6721,21 +6728,43 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6721
6728
|
ref,
|
|
6722
6729
|
...props,
|
|
6723
6730
|
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6724
|
-
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
|
|
6725
6731
|
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6726
6732
|
"path",
|
|
6727
6733
|
{
|
|
6728
|
-
d: "M12
|
|
6729
|
-
fill: "#
|
|
6734
|
+
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",
|
|
6735
|
+
fill: "#FFCB64"
|
|
6730
6736
|
}
|
|
6731
|
-
)
|
|
6737
|
+
),
|
|
6738
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6739
|
+
"path",
|
|
6740
|
+
{
|
|
6741
|
+
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",
|
|
6742
|
+
fill: "#E68507"
|
|
6743
|
+
}
|
|
6744
|
+
),
|
|
6745
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
|
|
6746
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6747
|
+
"path",
|
|
6748
|
+
{
|
|
6749
|
+
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",
|
|
6750
|
+
fill: "#815A4F"
|
|
6751
|
+
}
|
|
6752
|
+
),
|
|
6753
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
6754
|
+
"path",
|
|
6755
|
+
{
|
|
6756
|
+
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",
|
|
6757
|
+
fill: "#815A4F"
|
|
6758
|
+
}
|
|
6759
|
+
)
|
|
6760
|
+
] })
|
|
6732
6761
|
] })
|
|
6733
6762
|
}
|
|
6734
6763
|
);
|
|
6735
|
-
var
|
|
6736
|
-
var
|
|
6764
|
+
var IconFaceLaughingCircle = (0, import_react71.forwardRef)(Icon71);
|
|
6765
|
+
var IconFaceLaughingCircle_default = IconFaceLaughingCircle;
|
|
6737
6766
|
|
|
6738
|
-
// src/
|
|
6767
|
+
// src/IconTree.tsx
|
|
6739
6768
|
var import_react72 = __toESM(require_react(), 1);
|
|
6740
6769
|
var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
|
|
6741
6770
|
var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
@@ -6750,14 +6779,43 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6750
6779
|
ref,
|
|
6751
6780
|
...props,
|
|
6752
6781
|
children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
|
|
6782
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
|
|
6753
6783
|
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
6784
|
+
"path",
|
|
6785
|
+
{
|
|
6786
|
+
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",
|
|
6787
|
+
fill: "#2CCA6F"
|
|
6788
|
+
}
|
|
6789
|
+
)
|
|
6790
|
+
] })
|
|
6791
|
+
}
|
|
6792
|
+
);
|
|
6793
|
+
var IconTree = (0, import_react72.forwardRef)(Icon72);
|
|
6794
|
+
var IconTree_default = IconTree;
|
|
6795
|
+
|
|
6796
|
+
// src/IconDuckLeftside.tsx
|
|
6797
|
+
var import_react73 = __toESM(require_react(), 1);
|
|
6798
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime(), 1);
|
|
6799
|
+
var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6800
|
+
"svg",
|
|
6801
|
+
{
|
|
6802
|
+
viewBox: "0 0 24 24",
|
|
6803
|
+
fill: "none",
|
|
6804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6805
|
+
"data-seed-icon": "true",
|
|
6806
|
+
width: size,
|
|
6807
|
+
height: size,
|
|
6808
|
+
ref,
|
|
6809
|
+
...props,
|
|
6810
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { children: [
|
|
6811
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6754
6812
|
"path",
|
|
6755
6813
|
{
|
|
6756
6814
|
d: "M9.91211 1.6804C10.7041 1.72842 11.472 1.94445 12.168 2.30443C12.8879 2.66441 13.4882 3.1678 13.9922 3.79173C14.4961 4.41566 14.8563 5.11173 15.0723 5.87962C15.2882 6.62356 15.3358 7.41582 15.2158 8.20775C15.0958 8.99962 14.8083 9.74384 14.4004 10.4158C16.0321 9.98374 17.496 9.09603 18.6719 7.89622C18.7439 7.80022 18.8644 7.72826 18.9844 7.72826C19.1043 7.7283 19.2244 7.75203 19.3203 7.82396H19.3438C20.3037 8.59196 21.096 9.55199 21.624 10.656C22.176 11.7599 22.4404 12.9838 22.4404 14.2077C22.4404 18.5516 19.1522 21.7919 14.7363 22.3201C7.38631 23.1819 4.50232 19.5536 4.48828 19.5359C3.81631 18.8639 3.33627 18.024 3.07227 17.112C2.80831 16.2002 2.7841 15.2403 3 14.3044C3.28799 12.9845 4.05619 11.8083 5.16016 11.0163C4.53616 10.2723 4.12755 9.38398 3.93555 8.44798C3.35971 8.18398 2.8556 7.77553 2.47168 7.29564C2.08783 6.79175 1.80022 6.23979 1.65625 5.61595V5.37572C1.68028 5.27987 1.72842 5.20784 1.77637 5.1599C1.8243 5.08813 1.89596 5.04035 1.96777 5.01634C2.03977 4.99234 2.13601 4.99193 2.20801 4.99193L4.27246 5.1599C4.56045 4.44003 5.01591 3.79189 5.5918 3.23997C6.16776 2.71201 6.84004 2.28035 7.58398 2.01634C8.32798 1.75234 9.12011 1.6324 9.91211 1.6804Z",
|
|
6757
6815
|
fill: "#FFCB64"
|
|
6758
6816
|
}
|
|
6759
6817
|
),
|
|
6760
|
-
/* @__PURE__ */ (0,
|
|
6818
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
6761
6819
|
"path",
|
|
6762
6820
|
{
|
|
6763
6821
|
d: "M8.23237 8.13601C7.99237 8.13601 7.75237 8.06401 7.53637 7.92001C7.32037 7.77601 7.17637 7.58401 7.08037 7.36801C6.98437 7.15201 6.96038 6.88801 7.00838 6.64801C7.05638 6.40801 7.17637 6.19201 7.34437 6.00001C7.51237 5.83201 7.72838 5.71201 7.96838 5.66401C8.20838 5.61601 8.44838 5.64001 8.68838 5.73601C8.90438 5.83201 9.12037 6.00001 9.24038 6.19201C9.38438 6.40801 9.45638 6.64801 9.45638 6.88801C9.45638 7.22401 9.33638 7.53601 9.09638 7.75201C8.85638 7.99201 8.54437 8.11201 8.23237 8.11201V8.13601Z",
|
|
@@ -6767,13 +6825,13 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6767
6825
|
] })
|
|
6768
6826
|
}
|
|
6769
6827
|
);
|
|
6770
|
-
var IconDuckLeftside = (0,
|
|
6828
|
+
var IconDuckLeftside = (0, import_react73.forwardRef)(Icon73);
|
|
6771
6829
|
var IconDuckLeftside_default = IconDuckLeftside;
|
|
6772
6830
|
|
|
6773
6831
|
// src/IconSofa.tsx
|
|
6774
|
-
var
|
|
6775
|
-
var
|
|
6776
|
-
var
|
|
6832
|
+
var import_react74 = __toESM(require_react(), 1);
|
|
6833
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime(), 1);
|
|
6834
|
+
var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6777
6835
|
"svg",
|
|
6778
6836
|
{
|
|
6779
6837
|
viewBox: "0 0 24 24",
|
|
@@ -6784,16 +6842,16 @@ var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6784
6842
|
height: size,
|
|
6785
6843
|
ref,
|
|
6786
6844
|
...props,
|
|
6787
|
-
children: /* @__PURE__ */ (0,
|
|
6788
|
-
/* @__PURE__ */ (0,
|
|
6789
|
-
/* @__PURE__ */ (0,
|
|
6845
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
|
|
6846
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
|
|
6847
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6790
6848
|
"path",
|
|
6791
6849
|
{
|
|
6792
6850
|
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",
|
|
6793
6851
|
fill: "#E98400"
|
|
6794
6852
|
}
|
|
6795
6853
|
),
|
|
6796
|
-
/* @__PURE__ */ (0,
|
|
6854
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6797
6855
|
"path",
|
|
6798
6856
|
{
|
|
6799
6857
|
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",
|
|
@@ -6801,14 +6859,14 @@ var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6801
6859
|
}
|
|
6802
6860
|
)
|
|
6803
6861
|
] }),
|
|
6804
|
-
/* @__PURE__ */ (0,
|
|
6862
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6805
6863
|
"path",
|
|
6806
6864
|
{
|
|
6807
6865
|
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",
|
|
6808
6866
|
fill: "#FFCB64"
|
|
6809
6867
|
}
|
|
6810
6868
|
),
|
|
6811
|
-
/* @__PURE__ */ (0,
|
|
6869
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
6812
6870
|
"path",
|
|
6813
6871
|
{
|
|
6814
6872
|
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",
|
|
@@ -6818,13 +6876,13 @@ var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6818
6876
|
] })
|
|
6819
6877
|
}
|
|
6820
6878
|
);
|
|
6821
|
-
var IconSofa = (0,
|
|
6879
|
+
var IconSofa = (0, import_react74.forwardRef)(Icon74);
|
|
6822
6880
|
var IconSofa_default = IconSofa;
|
|
6823
6881
|
|
|
6824
6882
|
// src/IconFishWave2.tsx
|
|
6825
|
-
var
|
|
6826
|
-
var
|
|
6827
|
-
var
|
|
6883
|
+
var import_react75 = __toESM(require_react(), 1);
|
|
6884
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime(), 1);
|
|
6885
|
+
var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6828
6886
|
"svg",
|
|
6829
6887
|
{
|
|
6830
6888
|
viewBox: "0 0 24 24",
|
|
@@ -6835,16 +6893,16 @@ var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6835
6893
|
height: size,
|
|
6836
6894
|
ref,
|
|
6837
6895
|
...props,
|
|
6838
|
-
children: /* @__PURE__ */ (0,
|
|
6839
|
-
/* @__PURE__ */ (0,
|
|
6896
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
|
|
6897
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6840
6898
|
"path",
|
|
6841
6899
|
{
|
|
6842
6900
|
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",
|
|
6843
6901
|
fill: "#FFAA00"
|
|
6844
6902
|
}
|
|
6845
6903
|
),
|
|
6846
|
-
/* @__PURE__ */ (0,
|
|
6847
|
-
/* @__PURE__ */ (0,
|
|
6904
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
|
|
6905
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6848
6906
|
"path",
|
|
6849
6907
|
{
|
|
6850
6908
|
fillRule: "evenodd",
|
|
@@ -6858,13 +6916,13 @@ var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6858
6916
|
] })
|
|
6859
6917
|
}
|
|
6860
6918
|
);
|
|
6861
|
-
var IconFishWave2 = (0,
|
|
6919
|
+
var IconFishWave2 = (0, import_react75.forwardRef)(Icon75);
|
|
6862
6920
|
var IconFishWave2_default = IconFishWave2;
|
|
6863
6921
|
|
|
6864
6922
|
// src/IconDocumentSeal.tsx
|
|
6865
|
-
var
|
|
6866
|
-
var
|
|
6867
|
-
var
|
|
6923
|
+
var import_react76 = __toESM(require_react(), 1);
|
|
6924
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime(), 1);
|
|
6925
|
+
var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6868
6926
|
"svg",
|
|
6869
6927
|
{
|
|
6870
6928
|
viewBox: "0 0 24 24",
|
|
@@ -6875,30 +6933,30 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6875
6933
|
height: size,
|
|
6876
6934
|
ref,
|
|
6877
6935
|
...props,
|
|
6878
|
-
children: /* @__PURE__ */ (0,
|
|
6879
|
-
/* @__PURE__ */ (0,
|
|
6936
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { children: [
|
|
6937
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6880
6938
|
"path",
|
|
6881
6939
|
{
|
|
6882
6940
|
d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
|
|
6883
6941
|
fill: "#FFCB64"
|
|
6884
6942
|
}
|
|
6885
6943
|
),
|
|
6886
|
-
/* @__PURE__ */ (0,
|
|
6944
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6887
6945
|
"path",
|
|
6888
6946
|
{
|
|
6889
6947
|
d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
|
|
6890
6948
|
fill: "#CA7302"
|
|
6891
6949
|
}
|
|
6892
6950
|
),
|
|
6893
|
-
/* @__PURE__ */ (0,
|
|
6894
|
-
/* @__PURE__ */ (0,
|
|
6951
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { children: [
|
|
6952
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6895
6953
|
"path",
|
|
6896
6954
|
{
|
|
6897
6955
|
d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
|
|
6898
6956
|
fill: "white"
|
|
6899
6957
|
}
|
|
6900
6958
|
),
|
|
6901
|
-
/* @__PURE__ */ (0,
|
|
6959
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
6902
6960
|
"path",
|
|
6903
6961
|
{
|
|
6904
6962
|
d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
|
|
@@ -6909,13 +6967,13 @@ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6909
6967
|
] })
|
|
6910
6968
|
}
|
|
6911
6969
|
);
|
|
6912
|
-
var IconDocumentSeal = (0,
|
|
6970
|
+
var IconDocumentSeal = (0, import_react76.forwardRef)(Icon76);
|
|
6913
6971
|
var IconDocumentSeal_default = IconDocumentSeal;
|
|
6914
6972
|
|
|
6915
6973
|
// src/IconPercentArrowshapeDown.tsx
|
|
6916
|
-
var
|
|
6917
|
-
var
|
|
6918
|
-
var
|
|
6974
|
+
var import_react77 = __toESM(require_react(), 1);
|
|
6975
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime(), 1);
|
|
6976
|
+
var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6919
6977
|
"svg",
|
|
6920
6978
|
{
|
|
6921
6979
|
viewBox: "0 0 24 24",
|
|
@@ -6926,30 +6984,30 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6926
6984
|
height: size,
|
|
6927
6985
|
ref,
|
|
6928
6986
|
...props,
|
|
6929
|
-
children: /* @__PURE__ */ (0,
|
|
6930
|
-
/* @__PURE__ */ (0,
|
|
6987
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { children: [
|
|
6988
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6931
6989
|
"path",
|
|
6932
6990
|
{
|
|
6933
6991
|
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",
|
|
6934
6992
|
fill: "#FB4162"
|
|
6935
6993
|
}
|
|
6936
6994
|
),
|
|
6937
|
-
/* @__PURE__ */ (0,
|
|
6938
|
-
/* @__PURE__ */ (0,
|
|
6995
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { children: [
|
|
6996
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6939
6997
|
"path",
|
|
6940
6998
|
{
|
|
6941
6999
|
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",
|
|
6942
7000
|
fill: "white"
|
|
6943
7001
|
}
|
|
6944
7002
|
),
|
|
6945
|
-
/* @__PURE__ */ (0,
|
|
7003
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6946
7004
|
"path",
|
|
6947
7005
|
{
|
|
6948
7006
|
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",
|
|
6949
7007
|
fill: "white"
|
|
6950
7008
|
}
|
|
6951
7009
|
),
|
|
6952
|
-
/* @__PURE__ */ (0,
|
|
7010
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
6953
7011
|
"path",
|
|
6954
7012
|
{
|
|
6955
7013
|
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",
|
|
@@ -6960,13 +7018,13 @@ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6960
7018
|
] })
|
|
6961
7019
|
}
|
|
6962
7020
|
);
|
|
6963
|
-
var IconPercentArrowshapeDown = (0,
|
|
7021
|
+
var IconPercentArrowshapeDown = (0, import_react77.forwardRef)(Icon77);
|
|
6964
7022
|
var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
|
|
6965
7023
|
|
|
6966
7024
|
// src/IconHouseCard.tsx
|
|
6967
|
-
var
|
|
6968
|
-
var
|
|
6969
|
-
var
|
|
7025
|
+
var import_react78 = __toESM(require_react(), 1);
|
|
7026
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime(), 1);
|
|
7027
|
+
var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6970
7028
|
"svg",
|
|
6971
7029
|
{
|
|
6972
7030
|
viewBox: "0 0 24 24",
|
|
@@ -6977,24 +7035,24 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
6977
7035
|
height: size,
|
|
6978
7036
|
ref,
|
|
6979
7037
|
...props,
|
|
6980
|
-
children: /* @__PURE__ */ (0,
|
|
6981
|
-
/* @__PURE__ */ (0,
|
|
7038
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7039
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6982
7040
|
"path",
|
|
6983
7041
|
{
|
|
6984
7042
|
d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
|
|
6985
7043
|
fill: "#FED481"
|
|
6986
7044
|
}
|
|
6987
7045
|
),
|
|
6988
|
-
/* @__PURE__ */ (0,
|
|
6989
|
-
/* @__PURE__ */ (0,
|
|
6990
|
-
/* @__PURE__ */ (0,
|
|
7046
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
|
|
7047
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
|
|
7048
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6991
7049
|
"path",
|
|
6992
7050
|
{
|
|
6993
7051
|
d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
|
|
6994
7052
|
fill: "#FFAA00"
|
|
6995
7053
|
}
|
|
6996
7054
|
),
|
|
6997
|
-
/* @__PURE__ */ (0,
|
|
7055
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
6998
7056
|
"path",
|
|
6999
7057
|
{
|
|
7000
7058
|
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",
|
|
@@ -7005,13 +7063,13 @@ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7005
7063
|
] })
|
|
7006
7064
|
}
|
|
7007
7065
|
);
|
|
7008
|
-
var IconHouseCard = (0,
|
|
7066
|
+
var IconHouseCard = (0, import_react78.forwardRef)(Icon78);
|
|
7009
7067
|
var IconHouseCard_default = IconHouseCard;
|
|
7010
7068
|
|
|
7011
7069
|
// src/IconCupcake.tsx
|
|
7012
|
-
var
|
|
7013
|
-
var
|
|
7014
|
-
var
|
|
7070
|
+
var import_react79 = __toESM(require_react(), 1);
|
|
7071
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime(), 1);
|
|
7072
|
+
var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7015
7073
|
"svg",
|
|
7016
7074
|
{
|
|
7017
7075
|
viewBox: "0 0 24 24",
|
|
@@ -7022,29 +7080,29 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7022
7080
|
height: size,
|
|
7023
7081
|
ref,
|
|
7024
7082
|
...props,
|
|
7025
|
-
children: /* @__PURE__ */ (0,
|
|
7026
|
-
/* @__PURE__ */ (0,
|
|
7083
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { children: [
|
|
7084
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7027
7085
|
"path",
|
|
7028
7086
|
{
|
|
7029
7087
|
d: "M7.7666 2C8.32234 3.65973 11.1011 4.21289 14.4355 4.21289C18.3936 4.2129 20.9944 6.80262 19.6318 9.69531C21.1086 10.5513 22 11.6863 22 13C22 13.6472 21.7831 14.4146 21.3867 15.0869C21.0041 15.7357 20.2405 16 19.4873 16H4.5127C3.75948 16 2.99592 15.7357 2.61328 15.0869C2.21687 14.4146 2 13.6472 2 13C2 11.5872 3.03052 10.3803 4.71191 9.50586C2.95206 6.98942 4.64177 2.88877 7.7666 2Z",
|
|
7030
7088
|
fill: "#FEAEBC"
|
|
7031
7089
|
}
|
|
7032
7090
|
),
|
|
7033
|
-
/* @__PURE__ */ (0,
|
|
7091
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7034
7092
|
"path",
|
|
7035
7093
|
{
|
|
7036
7094
|
d: "M19.3213 21.3926C19.1342 22.3272 18.3136 23 17.3604 23H6.63965C5.68642 23 4.86583 22.3272 4.67871 21.3926L3.56836 15.8438C3.86451 15.9506 4.18943 16 4.5127 16H19.4873C19.8103 16 20.1347 15.9504 20.4307 15.8438L19.3213 21.3926Z",
|
|
7037
7095
|
fill: "#FB4162"
|
|
7038
7096
|
}
|
|
7039
7097
|
),
|
|
7040
|
-
/* @__PURE__ */ (0,
|
|
7098
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7041
7099
|
"path",
|
|
7042
7100
|
{
|
|
7043
7101
|
d: "M19.2548 1.94722C19.6888 1.86467 20.1075 2.14936 20.1902 2.58333C20.2728 3.01729 19.988 3.43595 19.5541 3.51866C18.9944 3.62524 18.4004 4.00723 17.9396 4.49691C17.7148 4.7359 17.5439 4.97812 17.4361 5.18599C17.3826 5.28925 17.3493 5.3748 17.3311 5.43988C17.316 5.49368 17.3146 5.52172 17.3144 5.5273C17.3425 5.96821 17.0076 6.34851 16.5667 6.37668C16.1258 6.40478 15.7455 6.06985 15.7173 5.62896C15.6905 5.2083 15.8391 4.79003 16.0158 4.44922C16.2018 4.09043 16.4648 3.72953 16.7745 3.40031C17.3833 2.75328 18.2614 2.13641 19.2548 1.94722Z",
|
|
7044
7102
|
fill: "#B62942"
|
|
7045
7103
|
}
|
|
7046
7104
|
),
|
|
7047
|
-
/* @__PURE__ */ (0,
|
|
7105
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
7048
7106
|
"path",
|
|
7049
7107
|
{
|
|
7050
7108
|
d: "M15.25 3.80005C17.3211 3.80005 19 5.47918 19 7.55005C18.9999 8.51363 18.6357 9.39144 18.038 10.0552C17.7027 10.4274 17.1836 10.5512 16.6891 10.4707C14.9993 10.1955 13.478 9.6557 12.243 8.92872C11.8388 8.69076 11.5437 8.29061 11.5099 7.82278C11.5033 7.73272 11.5 7.64177 11.5 7.55005C11.5 5.47918 13.1789 3.80005 15.25 3.80005Z",
|
|
@@ -7054,13 +7112,13 @@ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7054
7112
|
] })
|
|
7055
7113
|
}
|
|
7056
7114
|
);
|
|
7057
|
-
var IconCupcake = (0,
|
|
7115
|
+
var IconCupcake = (0, import_react79.forwardRef)(Icon79);
|
|
7058
7116
|
var IconCupcake_default = IconCupcake;
|
|
7059
7117
|
|
|
7060
7118
|
// src/IconEyebrow.tsx
|
|
7061
|
-
var
|
|
7062
|
-
var
|
|
7063
|
-
var
|
|
7119
|
+
var import_react80 = __toESM(require_react(), 1);
|
|
7120
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime(), 1);
|
|
7121
|
+
var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
7064
7122
|
"svg",
|
|
7065
7123
|
{
|
|
7066
7124
|
viewBox: "0 0 24 24",
|
|
@@ -7071,15 +7129,15 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7071
7129
|
height: size,
|
|
7072
7130
|
ref,
|
|
7073
7131
|
...props,
|
|
7074
|
-
children: /* @__PURE__ */ (0,
|
|
7075
|
-
/* @__PURE__ */ (0,
|
|
7132
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { children: [
|
|
7133
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
7076
7134
|
"path",
|
|
7077
7135
|
{
|
|
7078
7136
|
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",
|
|
7079
7137
|
fill: "#9E51E7"
|
|
7080
7138
|
}
|
|
7081
7139
|
),
|
|
7082
|
-
/* @__PURE__ */ (0,
|
|
7140
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
7083
7141
|
"path",
|
|
7084
7142
|
{
|
|
7085
7143
|
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",
|
|
@@ -7089,13 +7147,13 @@ var Icon79 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7089
7147
|
] })
|
|
7090
7148
|
}
|
|
7091
7149
|
);
|
|
7092
|
-
var IconEyebrow = (0,
|
|
7150
|
+
var IconEyebrow = (0, import_react80.forwardRef)(Icon80);
|
|
7093
7151
|
var IconEyebrow_default = IconEyebrow;
|
|
7094
7152
|
|
|
7095
7153
|
// src/IconHandDrop.tsx
|
|
7096
|
-
var
|
|
7097
|
-
var
|
|
7098
|
-
var
|
|
7154
|
+
var import_react81 = __toESM(require_react(), 1);
|
|
7155
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime(), 1);
|
|
7156
|
+
var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7099
7157
|
"svg",
|
|
7100
7158
|
{
|
|
7101
7159
|
viewBox: "0 0 24 24",
|
|
@@ -7106,15 +7164,15 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7106
7164
|
height: size,
|
|
7107
7165
|
ref,
|
|
7108
7166
|
...props,
|
|
7109
|
-
children: /* @__PURE__ */ (0,
|
|
7110
|
-
/* @__PURE__ */ (0,
|
|
7167
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("g", { children: [
|
|
7168
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7111
7169
|
"path",
|
|
7112
7170
|
{
|
|
7113
7171
|
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",
|
|
7114
7172
|
fill: "#FFBB32"
|
|
7115
7173
|
}
|
|
7116
7174
|
),
|
|
7117
|
-
/* @__PURE__ */ (0,
|
|
7175
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
7118
7176
|
"path",
|
|
7119
7177
|
{
|
|
7120
7178
|
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",
|
|
@@ -7124,13 +7182,13 @@ var Icon80 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7124
7182
|
] })
|
|
7125
7183
|
}
|
|
7126
7184
|
);
|
|
7127
|
-
var IconHandDrop = (0,
|
|
7185
|
+
var IconHandDrop = (0, import_react81.forwardRef)(Icon81);
|
|
7128
7186
|
var IconHandDrop_default = IconHandDrop;
|
|
7129
7187
|
|
|
7130
7188
|
// src/IconFlower.tsx
|
|
7131
|
-
var
|
|
7132
|
-
var
|
|
7133
|
-
var
|
|
7189
|
+
var import_react82 = __toESM(require_react(), 1);
|
|
7190
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime(), 1);
|
|
7191
|
+
var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7134
7192
|
"svg",
|
|
7135
7193
|
{
|
|
7136
7194
|
viewBox: "0 0 24 24",
|
|
@@ -7141,30 +7199,30 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7141
7199
|
height: size,
|
|
7142
7200
|
ref,
|
|
7143
7201
|
...props,
|
|
7144
|
-
children: /* @__PURE__ */ (0,
|
|
7145
|
-
/* @__PURE__ */ (0,
|
|
7202
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("g", { children: [
|
|
7203
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7146
7204
|
"path",
|
|
7147
7205
|
{
|
|
7148
7206
|
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",
|
|
7149
7207
|
fill: "#FFC2DB"
|
|
7150
7208
|
}
|
|
7151
7209
|
),
|
|
7152
|
-
/* @__PURE__ */ (0,
|
|
7153
|
-
/* @__PURE__ */ (0,
|
|
7210
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("g", { children: [
|
|
7211
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7154
7212
|
"path",
|
|
7155
7213
|
{
|
|
7156
7214
|
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",
|
|
7157
7215
|
fill: "#FFA6C4"
|
|
7158
7216
|
}
|
|
7159
7217
|
),
|
|
7160
|
-
/* @__PURE__ */ (0,
|
|
7218
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7161
7219
|
"path",
|
|
7162
7220
|
{
|
|
7163
7221
|
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",
|
|
7164
7222
|
fill: "#FFA6C4"
|
|
7165
7223
|
}
|
|
7166
7224
|
),
|
|
7167
|
-
/* @__PURE__ */ (0,
|
|
7225
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7168
7226
|
"path",
|
|
7169
7227
|
{
|
|
7170
7228
|
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",
|
|
@@ -7172,7 +7230,7 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7172
7230
|
}
|
|
7173
7231
|
)
|
|
7174
7232
|
] }),
|
|
7175
|
-
/* @__PURE__ */ (0,
|
|
7233
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
7176
7234
|
"path",
|
|
7177
7235
|
{
|
|
7178
7236
|
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",
|
|
@@ -7182,13 +7240,13 @@ var Icon81 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7182
7240
|
] })
|
|
7183
7241
|
}
|
|
7184
7242
|
);
|
|
7185
|
-
var IconFlower = (0,
|
|
7243
|
+
var IconFlower = (0, import_react82.forwardRef)(Icon82);
|
|
7186
7244
|
var IconFlower_default = IconFlower;
|
|
7187
7245
|
|
|
7188
7246
|
// src/IconStarCalendar.tsx
|
|
7189
|
-
var
|
|
7190
|
-
var
|
|
7191
|
-
var
|
|
7247
|
+
var import_react83 = __toESM(require_react(), 1);
|
|
7248
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime(), 1);
|
|
7249
|
+
var Icon83 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7192
7250
|
"svg",
|
|
7193
7251
|
{
|
|
7194
7252
|
viewBox: "0 0 24 24",
|
|
@@ -7199,22 +7257,22 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7199
7257
|
height: size,
|
|
7200
7258
|
ref,
|
|
7201
7259
|
...props,
|
|
7202
|
-
children: /* @__PURE__ */ (0,
|
|
7203
|
-
/* @__PURE__ */ (0,
|
|
7260
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { children: [
|
|
7261
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7204
7262
|
"path",
|
|
7205
7263
|
{
|
|
7206
7264
|
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",
|
|
7207
7265
|
fill: "#FFAC64"
|
|
7208
7266
|
}
|
|
7209
7267
|
),
|
|
7210
|
-
/* @__PURE__ */ (0,
|
|
7268
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7211
7269
|
"path",
|
|
7212
7270
|
{
|
|
7213
7271
|
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",
|
|
7214
7272
|
fill: "#FF6F0F"
|
|
7215
7273
|
}
|
|
7216
7274
|
),
|
|
7217
|
-
/* @__PURE__ */ (0,
|
|
7275
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
7218
7276
|
"path",
|
|
7219
7277
|
{
|
|
7220
7278
|
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",
|
|
@@ -7224,8 +7282,303 @@ var Icon82 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
7224
7282
|
] })
|
|
7225
7283
|
}
|
|
7226
7284
|
);
|
|
7227
|
-
var IconStarCalendar = (0,
|
|
7285
|
+
var IconStarCalendar = (0, import_react83.forwardRef)(Icon83);
|
|
7228
7286
|
var IconStarCalendar_default = IconStarCalendar;
|
|
7287
|
+
|
|
7288
|
+
// src/IconTreasureChest.tsx
|
|
7289
|
+
var import_react84 = __toESM(require_react(), 1);
|
|
7290
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime(), 1);
|
|
7291
|
+
var Icon84 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7292
|
+
"svg",
|
|
7293
|
+
{
|
|
7294
|
+
viewBox: "0 0 24 24",
|
|
7295
|
+
fill: "none",
|
|
7296
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7297
|
+
"data-seed-icon": "true",
|
|
7298
|
+
width: size,
|
|
7299
|
+
height: size,
|
|
7300
|
+
ref,
|
|
7301
|
+
...props,
|
|
7302
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
|
|
7303
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7304
|
+
"path",
|
|
7305
|
+
{
|
|
7306
|
+
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",
|
|
7307
|
+
fill: "#937066"
|
|
7308
|
+
}
|
|
7309
|
+
),
|
|
7310
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7311
|
+
"path",
|
|
7312
|
+
{
|
|
7313
|
+
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",
|
|
7314
|
+
fill: "#C4A67E"
|
|
7315
|
+
}
|
|
7316
|
+
),
|
|
7317
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
|
|
7318
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7319
|
+
"path",
|
|
7320
|
+
{
|
|
7321
|
+
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",
|
|
7322
|
+
fill: "#FFCB64"
|
|
7323
|
+
}
|
|
7324
|
+
),
|
|
7325
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
7326
|
+
"path",
|
|
7327
|
+
{
|
|
7328
|
+
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",
|
|
7329
|
+
fill: "#FFCB64"
|
|
7330
|
+
}
|
|
7331
|
+
)
|
|
7332
|
+
] })
|
|
7333
|
+
] })
|
|
7334
|
+
}
|
|
7335
|
+
);
|
|
7336
|
+
var IconTreasureChest = (0, import_react84.forwardRef)(Icon84);
|
|
7337
|
+
var IconTreasureChest_default = IconTreasureChest;
|
|
7338
|
+
|
|
7339
|
+
// src/IconTrophy.tsx
|
|
7340
|
+
var import_react85 = __toESM(require_react(), 1);
|
|
7341
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime(), 1);
|
|
7342
|
+
var Icon85 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7343
|
+
"svg",
|
|
7344
|
+
{
|
|
7345
|
+
viewBox: "0 0 24 24",
|
|
7346
|
+
fill: "none",
|
|
7347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7348
|
+
"data-seed-icon": "true",
|
|
7349
|
+
width: size,
|
|
7350
|
+
height: size,
|
|
7351
|
+
ref,
|
|
7352
|
+
...props,
|
|
7353
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("g", { children: [
|
|
7354
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7355
|
+
"path",
|
|
7356
|
+
{
|
|
7357
|
+
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",
|
|
7358
|
+
fill: "#E98400"
|
|
7359
|
+
}
|
|
7360
|
+
),
|
|
7361
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7362
|
+
"path",
|
|
7363
|
+
{
|
|
7364
|
+
fillRule: "evenodd",
|
|
7365
|
+
clipRule: "evenodd",
|
|
7366
|
+
d: "M1.64355 2.89535C8.41556 0.788332 15.3222 0.748985 22.3506 2.89339C22.8682 3.05151 23.201 3.52817 23.2002 4.04281L23.2012 5.4891C23.2012 8.36304 21.4056 10.9115 18.752 11.8446C18.1414 15.0526 15.3672 17.4998 12 17.4998C8.63238 17.4998 5.85616 15.0522 5.24609 11.8436C2.59397 10.9097 0.799805 8.36205 0.799805 5.4891V4.04085C0.799683 3.52936 1.12939 3.05532 1.64355 2.89535ZM18.8799 9.11996C20.0467 8.34244 20.8008 6.99565 20.8008 5.4891V4.94125C20.1591 4.76228 19.5187 4.60372 18.8799 4.46371V9.11996ZM5.12012 4.45296C4.47904 4.59453 3.83901 4.75525 3.2002 4.93636V5.4891C3.2002 6.99518 3.95391 8.34135 5.12012 9.11898V4.45296Z",
|
|
7367
|
+
fill: "#FFCB64"
|
|
7368
|
+
}
|
|
7369
|
+
)
|
|
7370
|
+
] })
|
|
7371
|
+
}
|
|
7372
|
+
);
|
|
7373
|
+
var IconTrophy = (0, import_react85.forwardRef)(Icon85);
|
|
7374
|
+
var IconTrophy_default = IconTrophy;
|
|
7375
|
+
|
|
7376
|
+
// src/IconChatbubble2.tsx
|
|
7377
|
+
var import_react86 = __toESM(require_react(), 1);
|
|
7378
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime(), 1);
|
|
7379
|
+
var Icon86 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7380
|
+
"svg",
|
|
7381
|
+
{
|
|
7382
|
+
viewBox: "0 0 24 24",
|
|
7383
|
+
fill: "none",
|
|
7384
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7385
|
+
"data-seed-icon": "true",
|
|
7386
|
+
width: size,
|
|
7387
|
+
height: size,
|
|
7388
|
+
ref,
|
|
7389
|
+
...props,
|
|
7390
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7391
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7392
|
+
"path",
|
|
7393
|
+
{
|
|
7394
|
+
d: "M7.31108 1C10.8267 1 13.4993 3.85289 13.4996 7.12988C13.4996 9.06965 12.714 10.6901 11.4126 11.8115C10.1253 12.9207 8.38617 13.4999 6.51518 13.5C4.63964 13.4999 2.929 13.1163 1.47709 12.2266C1.11754 12.0061 0.934246 11.5829 1.02006 11.1699C1.10593 10.757 1.44237 10.4418 1.85991 10.3828C1.86191 10.3824 1.86604 10.3823 1.8687 10.3818C1.88681 10.3784 1.91756 10.3712 1.95561 10.3613C2.03644 10.3403 2.13238 10.3089 2.21733 10.2666C2.26685 10.2419 2.29935 10.2189 2.31987 10.2031C2.31315 10.1845 2.30053 10.1552 2.27495 10.1113C2.24127 10.0536 2.19662 9.98641 2.12748 9.8877C2.06431 9.79751 1.97597 9.67354 1.89018 9.54297C1.5032 8.9539 1.12365 8.15736 1.12358 6.85059C1.12358 3.46209 3.87447 1.00041 7.31108 1Z",
|
|
7395
|
+
fill: "#FFCB64"
|
|
7396
|
+
}
|
|
7397
|
+
),
|
|
7398
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7399
|
+
"path",
|
|
7400
|
+
{
|
|
7401
|
+
d: "M14.4114 6C19.1131 6 22.8234 9.35185 22.8235 13.9287C22.8235 15.6973 22.3151 16.7545 21.7991 17.54C21.6809 17.7199 21.5595 17.889 21.4661 18.0225C21.3666 18.1645 21.2935 18.2728 21.2356 18.3721C21.129 18.555 21.1028 18.6598 21.1028 18.7646C21.1028 18.8777 21.1547 19.021 21.4983 19.1924C21.6545 19.2703 21.821 19.3254 21.9553 19.3604C22.0202 19.3772 22.073 19.3881 22.1067 19.3945C22.1229 19.3976 22.1349 19.3994 22.1409 19.4004L22.2922 19.4346C22.6375 19.5399 22.9046 19.8261 22.9797 20.1875C23.0654 20.6005 22.8823 21.0227 22.5227 21.2432C20.5319 22.4632 18.172 23 15.55 23C12.963 23 10.582 22.1991 8.83228 20.6914C7.06899 19.1717 6.00025 16.9765 6.00024 14.3291C6.00024 9.8789 9.63109 6.00024 14.4114 6Z",
|
|
7402
|
+
fill: "#FF9F30"
|
|
7403
|
+
}
|
|
7404
|
+
),
|
|
7405
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { children: [
|
|
7406
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7407
|
+
"path",
|
|
7408
|
+
{
|
|
7409
|
+
d: "M10.5001 13.5C11.0524 13.5 11.5001 13.9477 11.5001 14.5C11.5001 15.0523 11.0524 15.5 10.5001 15.5C9.94784 15.5 9.50012 15.0523 9.50012 14.5C9.50012 13.9477 9.94784 13.5 10.5001 13.5Z",
|
|
7410
|
+
fill: "white"
|
|
7411
|
+
}
|
|
7412
|
+
),
|
|
7413
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7414
|
+
"path",
|
|
7415
|
+
{
|
|
7416
|
+
d: "M14.5001 13.5C15.0524 13.5 15.5001 13.9477 15.5001 14.5C15.5001 15.0523 15.0524 15.5 14.5001 15.5C13.9478 15.5 13.5001 15.0523 13.5001 14.5C13.5001 13.9477 13.9478 13.5 14.5001 13.5Z",
|
|
7417
|
+
fill: "white"
|
|
7418
|
+
}
|
|
7419
|
+
),
|
|
7420
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
7421
|
+
"path",
|
|
7422
|
+
{
|
|
7423
|
+
d: "M18.5001 13.5C19.0524 13.5 19.5001 13.9477 19.5001 14.5C19.5001 15.0523 19.0524 15.5 18.5001 15.5C17.9478 15.5 17.5001 15.0523 17.5001 14.5C17.5001 13.9477 17.9478 13.5 18.5001 13.5Z",
|
|
7424
|
+
fill: "white"
|
|
7425
|
+
}
|
|
7426
|
+
)
|
|
7427
|
+
] })
|
|
7428
|
+
] })
|
|
7429
|
+
}
|
|
7430
|
+
);
|
|
7431
|
+
var IconChatbubble2 = (0, import_react86.forwardRef)(Icon86);
|
|
7432
|
+
var IconChatbubble2_default = IconChatbubble2;
|
|
7433
|
+
|
|
7434
|
+
// src/IconArrowshapeCircle2.tsx
|
|
7435
|
+
var import_react87 = __toESM(require_react(), 1);
|
|
7436
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime(), 1);
|
|
7437
|
+
var Icon87 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7438
|
+
"svg",
|
|
7439
|
+
{
|
|
7440
|
+
viewBox: "0 0 24 24",
|
|
7441
|
+
fill: "none",
|
|
7442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7443
|
+
"data-seed-icon": "true",
|
|
7444
|
+
width: size,
|
|
7445
|
+
height: size,
|
|
7446
|
+
ref,
|
|
7447
|
+
...props,
|
|
7448
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
|
|
7449
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7450
|
+
"path",
|
|
7451
|
+
{
|
|
7452
|
+
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",
|
|
7453
|
+
fill: "#3CBAF9"
|
|
7454
|
+
}
|
|
7455
|
+
),
|
|
7456
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7457
|
+
"path",
|
|
7458
|
+
{
|
|
7459
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
7460
|
+
fill: "white"
|
|
7461
|
+
}
|
|
7462
|
+
),
|
|
7463
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7464
|
+
"path",
|
|
7465
|
+
{
|
|
7466
|
+
d: "M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z",
|
|
7467
|
+
fill: "#318EFF"
|
|
7468
|
+
}
|
|
7469
|
+
),
|
|
7470
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7471
|
+
"path",
|
|
7472
|
+
{
|
|
7473
|
+
d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z",
|
|
7474
|
+
fill: "white"
|
|
7475
|
+
}
|
|
7476
|
+
),
|
|
7477
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
7478
|
+
"path",
|
|
7479
|
+
{
|
|
7480
|
+
d: "M22.9535 5.23361C22.8407 4.87764 22.5384 4.61377 22.1705 4.54998L19.8523 4.1474L19.4498 1.82927C19.386 1.46135 19.1221 1.15901 18.7661 1.04621C18.4103 0.933605 18.0212 1.02878 17.7573 1.29273L15.7285 3.32152C15.5214 3.52864 15.4151 3.81675 15.4384 4.10873L15.6636 6.92196L11.2932 11.2924C10.9027 11.6828 10.9028 12.316 11.2932 12.7066C11.6837 13.0968 12.3169 13.097 12.7074 12.7066L17.0778 8.33618L19.891 8.56129C20.183 8.58459 20.4711 8.47838 20.6782 8.27127L22.707 6.24248C22.9709 5.97852 23.0661 5.58945 22.9535 5.23361Z",
|
|
7481
|
+
fill: "#126BE0"
|
|
7482
|
+
}
|
|
7483
|
+
)
|
|
7484
|
+
] })
|
|
7485
|
+
}
|
|
7486
|
+
);
|
|
7487
|
+
var IconArrowshapeCircle2 = (0, import_react87.forwardRef)(Icon87);
|
|
7488
|
+
var IconArrowshapeCircle2_default = IconArrowshapeCircle2;
|
|
7489
|
+
|
|
7490
|
+
// src/IconCamcorder.tsx
|
|
7491
|
+
var import_react88 = __toESM(require_react(), 1);
|
|
7492
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime(), 1);
|
|
7493
|
+
var Icon88 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7494
|
+
"svg",
|
|
7495
|
+
{
|
|
7496
|
+
viewBox: "0 0 24 24",
|
|
7497
|
+
fill: "none",
|
|
7498
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7499
|
+
"data-seed-icon": "true",
|
|
7500
|
+
width: size,
|
|
7501
|
+
height: size,
|
|
7502
|
+
ref,
|
|
7503
|
+
...props,
|
|
7504
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { children: [
|
|
7505
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7506
|
+
"path",
|
|
7507
|
+
{
|
|
7508
|
+
d: "M15.7441 3C17.2661 3.00013 18.4999 4.2339 18.5 5.75586V8.16406L21.4385 6.17188C21.7449 5.96412 22.1417 5.94282 22.4688 6.11621C22.7957 6.28964 23 6.62986 23 7V17C23 17.3701 22.7957 17.7104 22.4688 17.8838C22.1417 18.0572 21.7449 18.0359 21.4385 17.8281L18.5 15.835V18.2441C18.4999 19.7661 17.2661 20.9999 15.7441 21H4.48926C3.44918 20.9999 2.4181 20.3949 2.05469 19.2959C1.61208 17.9574 1.00003 15.4773 1 12C1.00005 8.52274 1.61209 6.04264 2.05469 4.7041C2.41809 3.6051 3.44916 3.00009 4.48926 3H15.7441Z",
|
|
7509
|
+
fill: "#FB4162"
|
|
7510
|
+
}
|
|
7511
|
+
),
|
|
7512
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
7513
|
+
"path",
|
|
7514
|
+
{
|
|
7515
|
+
d: "M7.61524 8.23271C7.88805 8.08547 8.21979 8.0996 8.47949 8.26884L13.1123 11.2913C13.3519 11.4477 13.4963 11.7151 13.4961 12.0013C13.4957 12.2873 13.3512 12.5543 13.1113 12.7102L8.46094 15.7327C8.20054 15.9018 7.86843 15.9143 7.59571 15.7659C7.32294 15.6174 7.15264 15.3314 7.15332 15.0208L7.1709 8.9749L7.17969 8.86064C7.21662 8.59633 7.37645 8.36164 7.61524 8.23271Z",
|
|
7516
|
+
fill: "white"
|
|
7517
|
+
}
|
|
7518
|
+
)
|
|
7519
|
+
] })
|
|
7520
|
+
}
|
|
7521
|
+
);
|
|
7522
|
+
var IconCamcorder = (0, import_react88.forwardRef)(Icon88);
|
|
7523
|
+
var IconCamcorder_default = IconCamcorder;
|
|
7524
|
+
|
|
7525
|
+
// src/IconClapperboardStar.tsx
|
|
7526
|
+
var import_react89 = __toESM(require_react(), 1);
|
|
7527
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime(), 1);
|
|
7528
|
+
var Icon89 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7529
|
+
"svg",
|
|
7530
|
+
{
|
|
7531
|
+
viewBox: "0 0 24 24",
|
|
7532
|
+
fill: "none",
|
|
7533
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7534
|
+
"data-seed-icon": "true",
|
|
7535
|
+
width: size,
|
|
7536
|
+
height: size,
|
|
7537
|
+
ref,
|
|
7538
|
+
...props,
|
|
7539
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { children: [
|
|
7540
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7541
|
+
"path",
|
|
7542
|
+
{
|
|
7543
|
+
d: "M18.4375 2.10037C19.9308 1.70048 21.4657 2.58671 21.8662 4.07986L22.0645 4.81814C22.2073 5.35151 21.8907 5.90069 21.3574 6.04373L6.59082 9.99978H21C22.1045 9.99978 22.9998 10.8954 23 11.9998V18.3357C22.9999 19.3662 22.4121 20.4013 21.3096 20.7703C19.8059 21.2734 16.8015 21.9998 12 21.9998C7.19843 21.9998 4.1941 21.2734 2.69043 20.7703C1.58785 20.4013 1.00011 19.3662 1 18.3357V8.99978H1.00684C0.969931 7.73233 1.80129 6.55843 3.0791 6.21561L18.4375 2.10037Z",
|
|
7544
|
+
fill: "#8998AF"
|
|
7545
|
+
}
|
|
7546
|
+
),
|
|
7547
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { children: [
|
|
7548
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7549
|
+
"path",
|
|
7550
|
+
{
|
|
7551
|
+
d: "M9.17452 9.30658L6.59274 9.99837L3.25244 6.16894L5.83422 5.47716L9.17452 9.30658Z",
|
|
7552
|
+
fill: "#70819C"
|
|
7553
|
+
}
|
|
7554
|
+
),
|
|
7555
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7556
|
+
"path",
|
|
7557
|
+
{
|
|
7558
|
+
d: "M14.2079 7.95789L11.6261 8.64968L8.28582 4.82025L10.8676 4.12847L14.2079 7.95789Z",
|
|
7559
|
+
fill: "#70819C"
|
|
7560
|
+
}
|
|
7561
|
+
),
|
|
7562
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7563
|
+
"path",
|
|
7564
|
+
{
|
|
7565
|
+
d: "M19.2403 6.60946L16.6586 7.30124L13.3183 3.47181L15.9 2.78003L19.2403 6.60946Z",
|
|
7566
|
+
fill: "#70819C"
|
|
7567
|
+
}
|
|
7568
|
+
)
|
|
7569
|
+
] }),
|
|
7570
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
7571
|
+
"path",
|
|
7572
|
+
{
|
|
7573
|
+
d: "M11.4755 12.9192C11.7337 12.4812 12.3676 12.4828 12.6249 12.9212L13.4013 14.2444C13.4388 14.3084 13.5017 14.3544 13.5741 14.3704L15.0683 14.6995C15.5637 14.8086 15.7603 15.409 15.4257 15.7903L14.4228 16.9329C14.3741 16.9884 14.351 17.0626 14.3583 17.136L14.5136 18.6653C14.565 19.1728 14.0503 19.5474 13.5829 19.3431L12.1552 18.719C12.0872 18.6894 12.0093 18.6893 11.9413 18.719L10.5126 19.344C10.0452 19.5481 9.53046 19.1728 9.58195 18.6653L9.73722 17.136C9.74459 17.0626 9.72141 16.9885 9.67277 16.9329L8.66984 15.7903C8.33568 15.4091 8.53217 14.8087 9.02726 14.6995L10.5224 14.3704C10.5945 14.3545 10.6566 14.309 10.6943 14.2454L11.4755 12.9192Z",
|
|
7574
|
+
fill: "white"
|
|
7575
|
+
}
|
|
7576
|
+
)
|
|
7577
|
+
] })
|
|
7578
|
+
}
|
|
7579
|
+
);
|
|
7580
|
+
var IconClapperboardStar = (0, import_react89.forwardRef)(Icon89);
|
|
7581
|
+
var IconClapperboardStar_default = IconClapperboardStar;
|
|
7229
7582
|
/*! Bundled license information:
|
|
7230
7583
|
|
|
7231
7584
|
react/cjs/react.production.min.js:
|