huspy-icons 0.3.35 → 0.3.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fonts/HuspyIcons.css +131 -128
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +125 -124
- package/dist/fonts/HuspyIcons.ts +127 -124
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +125 -124
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +4 -2
- package/dist/react/index.d.ts +4 -2
- package/dist/react/index.js +243 -192
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +210 -159
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +126 -125
- package/src/react/Icon.tsx +4 -1
- package/src/react/PropertiesSearchEmpty.tsx +32 -0
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -0
package/dist/react/index.mjs
CHANGED
|
@@ -7215,12 +7215,59 @@ var init_PropertiesLinear = __esm({
|
|
|
7215
7215
|
}
|
|
7216
7216
|
});
|
|
7217
7217
|
|
|
7218
|
+
// src/react/PropertiesSearchEmpty.tsx
|
|
7219
|
+
var PropertiesSearchEmpty_exports = {};
|
|
7220
|
+
__export(PropertiesSearchEmpty_exports, {
|
|
7221
|
+
default: () => PropertiesSearchEmpty_default
|
|
7222
|
+
});
|
|
7223
|
+
import * as React125 from "react";
|
|
7224
|
+
var SvgPropertiesSearchEmpty, PropertiesSearchEmpty_default;
|
|
7225
|
+
var init_PropertiesSearchEmpty = __esm({
|
|
7226
|
+
"src/react/PropertiesSearchEmpty.tsx"() {
|
|
7227
|
+
"use strict";
|
|
7228
|
+
init_types();
|
|
7229
|
+
SvgPropertiesSearchEmpty = ({ size = 16, ...props }) => {
|
|
7230
|
+
const sizeValue = resolveSize(size);
|
|
7231
|
+
return /* @__PURE__ */ React125.createElement(
|
|
7232
|
+
"svg",
|
|
7233
|
+
{
|
|
7234
|
+
width: sizeValue,
|
|
7235
|
+
height: sizeValue,
|
|
7236
|
+
viewBox: "0 0 24 24",
|
|
7237
|
+
fill: "none",
|
|
7238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7239
|
+
...props
|
|
7240
|
+
},
|
|
7241
|
+
/* @__PURE__ */ React125.createElement(
|
|
7242
|
+
"path",
|
|
7243
|
+
{
|
|
7244
|
+
fillRule: "evenodd",
|
|
7245
|
+
clipRule: "evenodd",
|
|
7246
|
+
d: "M15.9371 10.906C17.3273 10.9061 18.5091 11.3926 19.4823 12.3657C20.4555 13.339 20.942 14.5215 20.942 15.9119C20.9419 16.4122 20.8676 16.8847 20.7194 17.3295C20.5711 17.7744 20.3859 18.1917 20.1634 18.581L22.9443 21.3619C23.1482 21.5658 23.25 21.8253 23.25 22.1405C23.25 22.4556 23.1482 22.7151 22.9443 22.919C22.7404 23.123 22.4809 23.2247 22.1657 23.2247C21.8506 23.2247 21.5911 23.1229 21.3872 22.919L18.6062 20.1381C18.2169 20.3606 17.7997 20.5458 17.3548 20.6941C16.91 20.8424 16.4375 20.9167 15.9371 20.9167C14.5467 20.9167 13.3642 20.4303 12.391 19.457C11.4178 18.4838 10.9314 17.302 10.9312 15.9119C10.9312 14.5215 11.4177 13.339 12.391 12.3657C13.3642 11.3924 14.5467 10.906 15.9371 10.906ZM15.9371 13.1309C15.1585 13.1309 14.5001 13.3996 13.9625 13.9372C13.4248 14.4748 13.1562 15.1332 13.1562 15.9119C13.1563 16.6902 13.425 17.348 13.9625 17.8855C14.5001 18.4231 15.1585 18.6918 15.9371 18.6918C16.7156 18.6917 17.3732 18.423 17.9107 17.8855C18.4483 17.348 18.7169 16.6903 18.717 15.9119C18.717 15.1332 18.4484 14.4748 17.9107 13.9372C17.3732 13.3997 16.7155 13.131 15.9371 13.1309Z",
|
|
7247
|
+
fill: "currentColor"
|
|
7248
|
+
}
|
|
7249
|
+
),
|
|
7250
|
+
/* @__PURE__ */ React125.createElement(
|
|
7251
|
+
"path",
|
|
7252
|
+
{
|
|
7253
|
+
fillRule: "evenodd",
|
|
7254
|
+
clipRule: "evenodd",
|
|
7255
|
+
d: "M9.88084 2.50269C10.4586 2.50269 10.9527 2.7088 11.3641 3.12021C11.7755 3.53162 11.9817 4.02578 11.9817 4.60351V6.70433H20.385C20.9627 6.70433 21.4568 6.91045 21.8683 7.32186C22.2797 7.73327 22.4858 8.22743 22.4858 8.80516V10.906C22.4858 11.4861 22.0155 11.9564 21.4354 11.9564C20.8552 11.9564 20.385 11.4861 20.385 10.906V8.80516H11.9817V9.83916C11.9816 10.1756 11.8166 10.4873 11.5601 10.7049C11.4126 10.83 11.2692 10.963 11.1292 11.1029C10.7209 11.5113 10.3752 11.9515 10.0922 12.4201C9.88201 12.768 9.51795 13.0068 9.11149 13.0068H7.78001V15.1076H8.83043C9.41055 15.1076 9.88084 15.5779 9.88084 16.158C9.88084 16.7382 9.41055 17.2085 8.83043 17.2085H7.78001V19.3093H9.88084C10.461 19.3093 10.9312 19.7796 10.9312 20.3597C10.9312 20.9398 10.461 21.4101 9.88084 21.4101H3.57836C3.00064 21.4101 2.50648 21.204 2.09507 20.7926C1.68366 20.3812 1.47754 19.887 1.47754 19.3093V4.60351C1.47754 4.02578 1.68366 3.53162 2.09507 3.12021C2.50648 2.7088 3.00064 2.50269 3.57836 2.50269H9.88084ZM3.57836 19.3093H5.67919V17.2085H3.57836V19.3093ZM3.57836 15.1076H5.67919V13.0068H3.57836V15.1076ZM3.57836 10.906H5.67919V8.80516H3.57836V10.906ZM7.78001 10.906H9.88084V8.80516H7.78001V10.906ZM3.57836 6.70433H5.67919V4.60351H3.57836V6.70433ZM7.78001 6.70433H9.88084V4.60351H7.78001V6.70433Z",
|
|
7256
|
+
fill: "currentColor"
|
|
7257
|
+
}
|
|
7258
|
+
)
|
|
7259
|
+
);
|
|
7260
|
+
};
|
|
7261
|
+
PropertiesSearchEmpty_default = SvgPropertiesSearchEmpty;
|
|
7262
|
+
}
|
|
7263
|
+
});
|
|
7264
|
+
|
|
7218
7265
|
// src/react/Rent.tsx
|
|
7219
7266
|
var Rent_exports = {};
|
|
7220
7267
|
__export(Rent_exports, {
|
|
7221
7268
|
default: () => Rent_default
|
|
7222
7269
|
});
|
|
7223
|
-
import * as
|
|
7270
|
+
import * as React126 from "react";
|
|
7224
7271
|
var SvgRent, Rent_default;
|
|
7225
7272
|
var init_Rent = __esm({
|
|
7226
7273
|
"src/react/Rent.tsx"() {
|
|
@@ -7228,7 +7275,7 @@ var init_Rent = __esm({
|
|
|
7228
7275
|
init_types();
|
|
7229
7276
|
SvgRent = ({ size = 16, ...props }) => {
|
|
7230
7277
|
const sizeValue = resolveSize(size);
|
|
7231
|
-
return /* @__PURE__ */
|
|
7278
|
+
return /* @__PURE__ */ React126.createElement(
|
|
7232
7279
|
"svg",
|
|
7233
7280
|
{
|
|
7234
7281
|
width: sizeValue,
|
|
@@ -7238,7 +7285,7 @@ var init_Rent = __esm({
|
|
|
7238
7285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7239
7286
|
...props
|
|
7240
7287
|
},
|
|
7241
|
-
/* @__PURE__ */
|
|
7288
|
+
/* @__PURE__ */ React126.createElement(
|
|
7242
7289
|
"path",
|
|
7243
7290
|
{
|
|
7244
7291
|
fillRule: "evenodd",
|
|
@@ -7247,7 +7294,7 @@ var init_Rent = __esm({
|
|
|
7247
7294
|
fill: "currentColor"
|
|
7248
7295
|
}
|
|
7249
7296
|
),
|
|
7250
|
-
/* @__PURE__ */
|
|
7297
|
+
/* @__PURE__ */ React126.createElement(
|
|
7251
7298
|
"path",
|
|
7252
7299
|
{
|
|
7253
7300
|
fillRule: "evenodd",
|
|
@@ -7256,7 +7303,7 @@ var init_Rent = __esm({
|
|
|
7256
7303
|
fill: "currentColor"
|
|
7257
7304
|
}
|
|
7258
7305
|
),
|
|
7259
|
-
/* @__PURE__ */
|
|
7306
|
+
/* @__PURE__ */ React126.createElement(
|
|
7260
7307
|
"path",
|
|
7261
7308
|
{
|
|
7262
7309
|
fillRule: "evenodd",
|
|
@@ -7276,7 +7323,7 @@ var Restaurant_exports = {};
|
|
|
7276
7323
|
__export(Restaurant_exports, {
|
|
7277
7324
|
default: () => Restaurant_default
|
|
7278
7325
|
});
|
|
7279
|
-
import * as
|
|
7326
|
+
import * as React127 from "react";
|
|
7280
7327
|
var SvgRestaurant, Restaurant_default;
|
|
7281
7328
|
var init_Restaurant = __esm({
|
|
7282
7329
|
"src/react/Restaurant.tsx"() {
|
|
@@ -7284,7 +7331,7 @@ var init_Restaurant = __esm({
|
|
|
7284
7331
|
init_types();
|
|
7285
7332
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
7286
7333
|
const sizeValue = resolveSize(size);
|
|
7287
|
-
return /* @__PURE__ */
|
|
7334
|
+
return /* @__PURE__ */ React127.createElement(
|
|
7288
7335
|
"svg",
|
|
7289
7336
|
{
|
|
7290
7337
|
width: sizeValue,
|
|
@@ -7294,7 +7341,7 @@ var init_Restaurant = __esm({
|
|
|
7294
7341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7295
7342
|
...props
|
|
7296
7343
|
},
|
|
7297
|
-
/* @__PURE__ */
|
|
7344
|
+
/* @__PURE__ */ React127.createElement(
|
|
7298
7345
|
"path",
|
|
7299
7346
|
{
|
|
7300
7347
|
fillRule: "evenodd",
|
|
@@ -7303,7 +7350,7 @@ var init_Restaurant = __esm({
|
|
|
7303
7350
|
fill: "currentColor"
|
|
7304
7351
|
}
|
|
7305
7352
|
),
|
|
7306
|
-
/* @__PURE__ */
|
|
7353
|
+
/* @__PURE__ */ React127.createElement(
|
|
7307
7354
|
"path",
|
|
7308
7355
|
{
|
|
7309
7356
|
fillRule: "evenodd",
|
|
@@ -7323,7 +7370,7 @@ var Sale_exports = {};
|
|
|
7323
7370
|
__export(Sale_exports, {
|
|
7324
7371
|
default: () => Sale_default
|
|
7325
7372
|
});
|
|
7326
|
-
import * as
|
|
7373
|
+
import * as React128 from "react";
|
|
7327
7374
|
var SvgSale, Sale_default;
|
|
7328
7375
|
var init_Sale = __esm({
|
|
7329
7376
|
"src/react/Sale.tsx"() {
|
|
@@ -7331,7 +7378,7 @@ var init_Sale = __esm({
|
|
|
7331
7378
|
init_types();
|
|
7332
7379
|
SvgSale = ({ size = 16, ...props }) => {
|
|
7333
7380
|
const sizeValue = resolveSize(size);
|
|
7334
|
-
return /* @__PURE__ */
|
|
7381
|
+
return /* @__PURE__ */ React128.createElement(
|
|
7335
7382
|
"svg",
|
|
7336
7383
|
{
|
|
7337
7384
|
width: sizeValue,
|
|
@@ -7341,7 +7388,7 @@ var init_Sale = __esm({
|
|
|
7341
7388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7342
7389
|
...props
|
|
7343
7390
|
},
|
|
7344
|
-
/* @__PURE__ */
|
|
7391
|
+
/* @__PURE__ */ React128.createElement(
|
|
7345
7392
|
"path",
|
|
7346
7393
|
{
|
|
7347
7394
|
fillRule: "evenodd",
|
|
@@ -7350,7 +7397,7 @@ var init_Sale = __esm({
|
|
|
7350
7397
|
fill: "currentColor"
|
|
7351
7398
|
}
|
|
7352
7399
|
),
|
|
7353
|
-
/* @__PURE__ */
|
|
7400
|
+
/* @__PURE__ */ React128.createElement(
|
|
7354
7401
|
"path",
|
|
7355
7402
|
{
|
|
7356
7403
|
fillRule: "evenodd",
|
|
@@ -7359,7 +7406,7 @@ var init_Sale = __esm({
|
|
|
7359
7406
|
fill: "currentColor"
|
|
7360
7407
|
}
|
|
7361
7408
|
),
|
|
7362
|
-
/* @__PURE__ */
|
|
7409
|
+
/* @__PURE__ */ React128.createElement(
|
|
7363
7410
|
"path",
|
|
7364
7411
|
{
|
|
7365
7412
|
fillRule: "evenodd",
|
|
@@ -7379,7 +7426,7 @@ var Sauna_exports = {};
|
|
|
7379
7426
|
__export(Sauna_exports, {
|
|
7380
7427
|
default: () => Sauna_default
|
|
7381
7428
|
});
|
|
7382
|
-
import * as
|
|
7429
|
+
import * as React129 from "react";
|
|
7383
7430
|
var SvgSauna, Sauna_default;
|
|
7384
7431
|
var init_Sauna = __esm({
|
|
7385
7432
|
"src/react/Sauna.tsx"() {
|
|
@@ -7387,7 +7434,7 @@ var init_Sauna = __esm({
|
|
|
7387
7434
|
init_types();
|
|
7388
7435
|
SvgSauna = ({ size = 16, ...props }) => {
|
|
7389
7436
|
const sizeValue = resolveSize(size);
|
|
7390
|
-
return /* @__PURE__ */
|
|
7437
|
+
return /* @__PURE__ */ React129.createElement(
|
|
7391
7438
|
"svg",
|
|
7392
7439
|
{
|
|
7393
7440
|
width: sizeValue,
|
|
@@ -7397,14 +7444,14 @@ var init_Sauna = __esm({
|
|
|
7397
7444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7398
7445
|
...props
|
|
7399
7446
|
},
|
|
7400
|
-
/* @__PURE__ */
|
|
7447
|
+
/* @__PURE__ */ React129.createElement("g", { clipPath: "url(#clip0_7021_19280)" }, /* @__PURE__ */ React129.createElement(
|
|
7401
7448
|
"path",
|
|
7402
7449
|
{
|
|
7403
7450
|
d: "M14.4232 16.4531H16.3304L19.6625 22.1191L19.6634 22.1201C19.7102 22.1998 19.7722 22.2697 19.846 22.3252C19.9199 22.3807 20.0045 22.4215 20.0941 22.4443C20.1836 22.4671 20.2771 22.4714 20.3685 22.458C20.4599 22.4446 20.5481 22.4137 20.6273 22.3662C20.7066 22.3186 20.7756 22.2551 20.8304 22.1807C20.8852 22.1062 20.9247 22.0214 20.9466 21.9316C20.9685 21.8419 20.9727 21.7485 20.9584 21.6572C20.944 21.5659 20.912 21.4782 20.8636 21.3994L20.8597 21.3936L20.8558 21.3867L17.3226 15.3916C17.2604 15.2881 17.1728 15.203 17.0677 15.1436C16.9888 15.0989 16.9022 15.0702 16.8128 15.0586L16.723 15.0527H11.1556L8.34898 9.43945C8.29561 9.33328 8.21573 9.24176 8.11753 9.1748C8.01903 9.10765 7.90521 9.0664 7.78648 9.05566H7.78062C7.66347 9.04425 7.54535 9.06342 7.43784 9.11133C7.33049 9.15917 7.23713 9.23357 7.16734 9.32812L7.16343 9.33398L2.66343 15.334C2.55213 15.4824 2.50353 15.6689 2.52964 15.8525C2.55589 16.0363 2.65466 16.2021 2.80308 16.3135C2.95149 16.4248 3.13798 16.4734 3.32163 16.4473C3.50537 16.421 3.67118 16.3223 3.78257 16.1738L7.60386 11.0859L10.096 16.0654C10.1542 16.1817 10.2442 16.2803 10.3548 16.3486C10.4654 16.4169 10.5931 16.4532 10.723 16.4531H13.0228V21.7529C13.0228 21.9386 13.0966 22.1168 13.2279 22.248C13.3592 22.3793 13.5374 22.4531 13.723 22.4531C13.9087 22.4531 14.0868 22.3793 14.2181 22.248C14.3494 22.1168 14.4232 21.9386 14.4232 21.7529V16.4531ZM9.223 19.4531C9.66482 19.4531 10.0228 19.8111 10.0228 20.2529C10.0228 20.6948 9.66483 21.0527 9.223 21.0527H1.723C1.28118 21.0527 0.923196 20.6948 0.923196 20.2529C0.923208 19.8111 1.28118 19.4531 1.723 19.4531H9.223ZM14.5697 1.03418C14.9646 0.836493 15.445 0.996805 15.6429 1.3916C16.0592 2.22333 16.1683 2.93049 16.0082 3.57227C15.8596 4.16733 15.4897 4.60705 15.3001 4.8584C15.0783 5.15257 15.0264 5.27008 15.0228 5.39648C15.0189 5.53345 15.0741 5.86173 15.5677 6.52051C15.8327 6.87407 15.7611 7.37567 15.4076 7.64062C15.054 7.90527 14.5523 7.83294 14.2875 7.47949C13.7066 6.70435 13.4041 6.01799 13.4232 5.35059C13.4427 4.67259 13.7952 4.19511 14.0218 3.89453C14.2808 3.55113 14.4039 3.39493 14.4564 3.18457C14.4972 3.02088 14.5145 2.71231 14.2123 2.1084C14.0145 1.71332 14.1746 1.23195 14.5697 1.03418ZM18.3197 1.03418C18.7146 0.836493 19.195 0.996805 19.3929 1.3916C19.8092 2.22333 19.9183 2.93049 19.7582 3.57227C19.6096 4.16733 19.2397 4.60705 19.0501 4.8584C18.8283 5.15257 18.7764 5.27008 18.7728 5.39648C18.7689 5.53345 18.8241 5.86173 19.3177 6.52051C19.5827 6.87407 19.5111 7.37567 19.1576 7.64062C18.804 7.90527 18.3023 7.83294 18.0375 7.47949C17.4566 6.70435 17.1541 6.01799 17.1732 5.35059C17.1927 4.67259 17.5452 4.19511 17.7718 3.89453C18.0308 3.55113 18.1539 3.39493 18.2064 3.18457C18.2472 3.02088 18.2645 2.71231 17.9623 2.1084C17.7645 1.71332 17.9246 1.23195 18.3197 1.03418ZM22.0697 1.03418C22.4646 0.836493 22.945 0.996805 23.1429 1.3916C23.5592 2.22333 23.6683 2.93049 23.5082 3.57227C23.3596 4.16733 22.9897 4.60705 22.8001 4.8584C22.5783 5.15257 22.5264 5.27008 22.5228 5.39648C22.5189 5.53345 22.5741 5.86173 23.0677 6.52051C23.3327 6.87407 23.2611 7.37567 22.9076 7.64062C22.554 7.90527 22.0523 7.83294 21.7875 7.47949C21.2066 6.70435 20.9041 6.01799 20.9232 5.35059C20.9427 4.67259 21.2952 4.19511 21.5218 3.89453C21.7808 3.55113 21.9039 3.39493 21.9564 3.18457C21.9972 3.02088 22.0145 2.71231 21.7123 2.1084C21.5145 1.71332 21.6746 1.23195 22.0697 1.03418ZM10.2982 3.75195C10.2982 3.26793 10.1053 2.80417 9.76304 2.46191C9.42079 2.11966 8.95702 1.92676 8.473 1.92676C7.98898 1.92676 7.52521 2.11966 7.18296 2.46191C6.84071 2.80417 6.64781 3.26793 6.64781 3.75195C6.64781 4.23597 6.84071 4.69974 7.18296 5.04199C7.52521 5.38424 7.98898 5.57715 8.473 5.57715C8.95702 5.57715 9.42079 5.38424 9.76304 5.04199C10.1053 4.69974 10.2982 4.23597 10.2982 3.75195ZM16.0228 21.7529C16.0228 22.3629 15.7803 22.9476 15.349 23.3789C14.9176 23.8102 14.333 24.0527 13.723 24.0527C13.113 24.0527 12.5284 23.8102 12.097 23.3789C11.6657 22.9476 11.4232 22.3629 11.4232 21.7529V18.0527H10.723C10.296 18.0528 9.87733 17.9343 9.51402 17.71C9.15066 17.4855 8.85649 17.1642 8.66538 16.7822L7.32945 14.1143L5.06284 17.1348L5.06187 17.1338C4.69587 17.6215 4.15188 17.945 3.5482 18.0312C2.94438 18.1175 2.33108 17.9597 1.84312 17.5938C1.35513 17.2278 1.03192 16.683 0.945657 16.0791C0.859448 15.4753 1.0172 14.862 1.38316 14.374L5.88316 8.37402C6.11686 8.05886 6.42803 7.80917 6.78648 7.64941C7.14491 7.4897 7.53846 7.42498 7.92906 7.46191C8.31944 7.49708 8.69503 7.63176 9.0189 7.85254C9.30219 8.0457 9.53825 8.29957 9.71031 8.59473L9.78062 8.72363L12.1449 13.4531H16.723C17.12 13.4531 17.5103 13.5555 17.8558 13.751C18.1582 13.9222 18.4176 14.1596 18.6146 14.4443L18.6947 14.5693L18.6986 14.5752L22.2259 20.5625C22.3849 20.8215 22.4924 21.1099 22.5394 21.4102C22.5863 21.7102 22.5724 22.0165 22.5003 22.3115C22.4282 22.6067 22.2988 22.8852 22.1185 23.1299C21.9383 23.3745 21.7111 23.5809 21.4505 23.7373C21.1899 23.8937 20.9007 23.997 20.6 24.041C20.2993 24.0851 19.993 24.0692 19.6986 23.9941C19.4041 23.919 19.127 23.7862 18.8841 23.6035C18.6413 23.4208 18.4374 23.1918 18.2835 22.9297L16.0228 19.0859V21.7529ZM11.8978 3.75195C11.8978 4.66032 11.5372 5.53152 10.8949 6.17383C10.2526 6.81614 9.38137 7.17676 8.473 7.17676C7.56464 7.17676 6.69344 6.81614 6.05113 6.17383C5.40882 5.53152 5.0482 4.66032 5.0482 3.75195C5.0482 2.84359 5.40882 1.97239 6.05113 1.33008C6.69344 0.687768 7.56464 0.32715 8.473 0.327148C9.38137 0.327148 10.2526 0.687768 10.8949 1.33008C11.5372 1.97239 11.8978 2.84359 11.8978 3.75195Z",
|
|
7404
7451
|
fill: "currentColor"
|
|
7405
7452
|
}
|
|
7406
7453
|
)),
|
|
7407
|
-
/* @__PURE__ */
|
|
7454
|
+
/* @__PURE__ */ React129.createElement("defs", null, /* @__PURE__ */ React129.createElement("clipPath", { id: "clip0_7021_19280" }, /* @__PURE__ */ React129.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
|
|
7408
7455
|
);
|
|
7409
7456
|
};
|
|
7410
7457
|
Sauna_default = SvgSauna;
|
|
@@ -7416,7 +7463,7 @@ var Sea_exports = {};
|
|
|
7416
7463
|
__export(Sea_exports, {
|
|
7417
7464
|
default: () => Sea_default
|
|
7418
7465
|
});
|
|
7419
|
-
import * as
|
|
7466
|
+
import * as React130 from "react";
|
|
7420
7467
|
var SvgSea, Sea_default;
|
|
7421
7468
|
var init_Sea = __esm({
|
|
7422
7469
|
"src/react/Sea.tsx"() {
|
|
@@ -7424,7 +7471,7 @@ var init_Sea = __esm({
|
|
|
7424
7471
|
init_types();
|
|
7425
7472
|
SvgSea = ({ size = 16, ...props }) => {
|
|
7426
7473
|
const sizeValue = resolveSize(size);
|
|
7427
|
-
return /* @__PURE__ */
|
|
7474
|
+
return /* @__PURE__ */ React130.createElement(
|
|
7428
7475
|
"svg",
|
|
7429
7476
|
{
|
|
7430
7477
|
width: sizeValue,
|
|
@@ -7434,7 +7481,7 @@ var init_Sea = __esm({
|
|
|
7434
7481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7435
7482
|
...props
|
|
7436
7483
|
},
|
|
7437
|
-
/* @__PURE__ */
|
|
7484
|
+
/* @__PURE__ */ React130.createElement(
|
|
7438
7485
|
"path",
|
|
7439
7486
|
{
|
|
7440
7487
|
d: "M16.0196 18C16.5574 17.9952 17.0889 18.1178 17.5704 18.3584C18.064 18.6053 18.4907 18.9687 18.8126 19.417C18.945 19.6015 19.1202 19.751 19.3233 19.8526C19.5266 19.9542 19.7523 20.0048 19.9795 20C19.9932 19.9998 20.0069 19.9998 20.0206 20C20.2478 20.0048 20.4735 19.9542 20.6768 19.8526C20.8799 19.751 21.0551 19.6015 21.1876 19.417C21.5096 18.9684 22.1344 18.8656 22.5831 19.1875C23.0317 19.5096 23.1345 20.1344 22.8126 20.583C22.4907 21.0314 22.064 21.3948 21.5704 21.6416C21.0889 21.8823 20.5574 22.0039 20.0196 21.9991L20.0206 22C20.0137 22.0002 20.0069 21.999 20.0001 21.9991C19.9932 21.999 19.9864 22.0002 19.9795 22V21.9991C19.442 22.0038 18.9109 21.8822 18.4297 21.6416C17.9361 21.3948 17.5094 21.0314 17.1876 20.583C17.0551 20.3986 16.8799 20.2491 16.6768 20.1475C16.4735 20.0459 16.2478 19.9953 16.0206 20C16.0069 20.0003 15.9932 20.0003 15.9795 20C15.7523 19.9953 15.5266 20.0459 15.3233 20.1475C15.1202 20.2491 14.945 20.3986 14.8126 20.583C14.4907 21.0314 14.064 21.3948 13.5704 21.6416C13.0889 21.8823 12.5574 22.0039 12.0196 21.9991L12.0206 22C12.0137 22.0002 12.0069 21.999 12.0001 21.9991C11.9932 21.999 11.9864 22.0002 11.9795 22V21.9991C11.442 22.0038 10.9109 21.8822 10.4297 21.6416C9.9361 21.3948 9.50938 21.0314 9.18755 20.583C9.05513 20.3986 8.87986 20.2491 8.67681 20.1475C8.47355 20.0459 8.24777 19.9953 8.02056 20C8.00689 20.0003 7.99321 20.0003 7.97955 20C7.75234 19.9953 7.52656 20.0459 7.3233 20.1475C7.12024 20.2491 6.94497 20.3986 6.81255 20.583C6.49073 21.0314 6.06401 21.3948 5.57037 21.6416C5.0889 21.8823 4.55744 22.0039 4.01958 21.9991L4.02056 22C4.01373 22.0002 4.00688 21.999 4.00005 21.9991C3.99323 21.999 3.98638 22.0002 3.97955 22V21.9991C3.44202 22.0038 2.91092 21.8822 2.42974 21.6416C1.9361 21.3948 1.50938 21.0314 1.18755 20.583C0.865615 20.1344 0.968416 19.5096 1.41705 19.1875C1.86571 18.8656 2.49054 18.9684 2.81255 19.417C2.94498 19.6015 3.12024 19.751 3.3233 19.8526C3.52656 19.9542 3.75234 20.0048 3.97955 20C3.99321 19.9998 4.00689 19.9998 4.02056 20C4.24777 20.0048 4.47355 19.9542 4.67681 19.8526C4.87986 19.751 5.05513 19.6015 5.18755 19.417C5.50938 18.9687 5.9361 18.6053 6.42974 18.3584C6.91092 18.1179 7.44202 17.9953 7.97955 18H8.01959C8.55744 17.9952 9.0889 18.1178 9.57037 18.3584C10.064 18.6053 10.4907 18.9687 10.8126 19.417C10.945 19.6015 11.1202 19.751 11.3233 19.8526C11.5266 19.9542 11.7523 20.0048 11.9795 20C11.9932 19.9998 12.0069 19.9998 12.0206 20C12.2478 20.0048 12.4735 19.9542 12.6768 19.8526C12.8799 19.751 13.0551 19.6015 13.1876 19.417C13.5094 18.9687 13.9361 18.6053 14.4297 18.3584C14.9109 18.1179 15.442 17.9953 15.9795 18H16.0196ZM21.0001 14C21.3215 14 21.6236 14.1543 21.8116 14.4151C21.9995 14.6758 22.0499 15.0115 21.9483 15.3164L20.9483 18.3164C20.7735 18.8402 20.2075 19.1229 19.6836 18.9483C19.1599 18.7735 18.8772 18.2075 19.0518 17.6836L19.6133 16H4.38677L4.9483 17.6836C5.12291 18.2075 4.84022 18.7735 4.31646 18.9483C3.79261 19.1229 3.22657 18.8402 3.05181 18.3164L2.05181 15.3164C1.95016 15.0115 2.00058 14.6758 2.18853 14.4151C2.37648 14.1543 2.67862 14 3.00005 14H21.0001ZM7.07134 6.62895C7.27641 6.11627 7.85845 5.86646 8.37115 6.07133C8.88382 6.2764 9.13363 6.85843 8.92876 7.37113L6.92876 12.3711C6.7237 12.8838 6.14166 13.1336 5.62896 12.9288C5.11629 12.7237 4.86647 12.1416 5.07134 11.6289L7.07134 6.62895ZM10.6758 2.05375C11.0797 1.91539 11.5269 2.04893 11.7891 2.38578L18.7891 11.3858C19.0236 11.6873 19.0663 12.0964 18.8985 12.4395C18.7307 12.7826 18.382 13 18.0001 13H11.0001C10.4478 13 10.0001 12.5523 10.0001 12V3.00004C10.0001 2.57284 10.2718 2.19239 10.6758 2.05375ZM12.0001 11H15.9551L12.0001 5.9141V11Z",
|
|
@@ -7452,7 +7499,7 @@ var Search_exports = {};
|
|
|
7452
7499
|
__export(Search_exports, {
|
|
7453
7500
|
default: () => Search_default
|
|
7454
7501
|
});
|
|
7455
|
-
import * as
|
|
7502
|
+
import * as React131 from "react";
|
|
7456
7503
|
var SvgSearch, Search_default;
|
|
7457
7504
|
var init_Search = __esm({
|
|
7458
7505
|
"src/react/Search.tsx"() {
|
|
@@ -7460,7 +7507,7 @@ var init_Search = __esm({
|
|
|
7460
7507
|
init_types();
|
|
7461
7508
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
7462
7509
|
const sizeValue = resolveSize(size);
|
|
7463
|
-
return /* @__PURE__ */
|
|
7510
|
+
return /* @__PURE__ */ React131.createElement(
|
|
7464
7511
|
"svg",
|
|
7465
7512
|
{
|
|
7466
7513
|
width: sizeValue,
|
|
@@ -7470,7 +7517,7 @@ var init_Search = __esm({
|
|
|
7470
7517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7471
7518
|
...props
|
|
7472
7519
|
},
|
|
7473
|
-
/* @__PURE__ */
|
|
7520
|
+
/* @__PURE__ */ React131.createElement(
|
|
7474
7521
|
"path",
|
|
7475
7522
|
{
|
|
7476
7523
|
fillRule: "evenodd",
|
|
@@ -7479,7 +7526,7 @@ var init_Search = __esm({
|
|
|
7479
7526
|
fill: "currentColor"
|
|
7480
7527
|
}
|
|
7481
7528
|
),
|
|
7482
|
-
/* @__PURE__ */
|
|
7529
|
+
/* @__PURE__ */ React131.createElement(
|
|
7483
7530
|
"path",
|
|
7484
7531
|
{
|
|
7485
7532
|
fillRule: "evenodd",
|
|
@@ -7499,7 +7546,7 @@ var SearchX_exports = {};
|
|
|
7499
7546
|
__export(SearchX_exports, {
|
|
7500
7547
|
default: () => SearchX_default
|
|
7501
7548
|
});
|
|
7502
|
-
import * as
|
|
7549
|
+
import * as React132 from "react";
|
|
7503
7550
|
var SvgSearchX, SearchX_default;
|
|
7504
7551
|
var init_SearchX = __esm({
|
|
7505
7552
|
"src/react/SearchX.tsx"() {
|
|
@@ -7507,7 +7554,7 @@ var init_SearchX = __esm({
|
|
|
7507
7554
|
init_types();
|
|
7508
7555
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
7509
7556
|
const sizeValue = resolveSize(size);
|
|
7510
|
-
return /* @__PURE__ */
|
|
7557
|
+
return /* @__PURE__ */ React132.createElement(
|
|
7511
7558
|
"svg",
|
|
7512
7559
|
{
|
|
7513
7560
|
width: sizeValue,
|
|
@@ -7517,7 +7564,7 @@ var init_SearchX = __esm({
|
|
|
7517
7564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7518
7565
|
...props
|
|
7519
7566
|
},
|
|
7520
|
-
/* @__PURE__ */
|
|
7567
|
+
/* @__PURE__ */ React132.createElement(
|
|
7521
7568
|
"path",
|
|
7522
7569
|
{
|
|
7523
7570
|
fillRule: "evenodd",
|
|
@@ -7526,7 +7573,7 @@ var init_SearchX = __esm({
|
|
|
7526
7573
|
fill: "currentColor"
|
|
7527
7574
|
}
|
|
7528
7575
|
),
|
|
7529
|
-
/* @__PURE__ */
|
|
7576
|
+
/* @__PURE__ */ React132.createElement(
|
|
7530
7577
|
"path",
|
|
7531
7578
|
{
|
|
7532
7579
|
fillRule: "evenodd",
|
|
@@ -7535,7 +7582,7 @@ var init_SearchX = __esm({
|
|
|
7535
7582
|
fill: "currentColor"
|
|
7536
7583
|
}
|
|
7537
7584
|
),
|
|
7538
|
-
/* @__PURE__ */
|
|
7585
|
+
/* @__PURE__ */ React132.createElement(
|
|
7539
7586
|
"path",
|
|
7540
7587
|
{
|
|
7541
7588
|
fillRule: "evenodd",
|
|
@@ -7544,7 +7591,7 @@ var init_SearchX = __esm({
|
|
|
7544
7591
|
fill: "currentColor"
|
|
7545
7592
|
}
|
|
7546
7593
|
),
|
|
7547
|
-
/* @__PURE__ */
|
|
7594
|
+
/* @__PURE__ */ React132.createElement(
|
|
7548
7595
|
"path",
|
|
7549
7596
|
{
|
|
7550
7597
|
fillRule: "evenodd",
|
|
@@ -7564,7 +7611,7 @@ var Share_exports = {};
|
|
|
7564
7611
|
__export(Share_exports, {
|
|
7565
7612
|
default: () => Share_default
|
|
7566
7613
|
});
|
|
7567
|
-
import * as
|
|
7614
|
+
import * as React133 from "react";
|
|
7568
7615
|
var SvgShare, Share_default;
|
|
7569
7616
|
var init_Share = __esm({
|
|
7570
7617
|
"src/react/Share.tsx"() {
|
|
@@ -7572,7 +7619,7 @@ var init_Share = __esm({
|
|
|
7572
7619
|
init_types();
|
|
7573
7620
|
SvgShare = ({ size = 16, ...props }) => {
|
|
7574
7621
|
const sizeValue = resolveSize(size);
|
|
7575
|
-
return /* @__PURE__ */
|
|
7622
|
+
return /* @__PURE__ */ React133.createElement(
|
|
7576
7623
|
"svg",
|
|
7577
7624
|
{
|
|
7578
7625
|
width: sizeValue,
|
|
@@ -7582,7 +7629,7 @@ var init_Share = __esm({
|
|
|
7582
7629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7583
7630
|
...props
|
|
7584
7631
|
},
|
|
7585
|
-
/* @__PURE__ */
|
|
7632
|
+
/* @__PURE__ */ React133.createElement(
|
|
7586
7633
|
"path",
|
|
7587
7634
|
{
|
|
7588
7635
|
fillRule: "evenodd",
|
|
@@ -7591,7 +7638,7 @@ var init_Share = __esm({
|
|
|
7591
7638
|
fill: "currentColor"
|
|
7592
7639
|
}
|
|
7593
7640
|
),
|
|
7594
|
-
/* @__PURE__ */
|
|
7641
|
+
/* @__PURE__ */ React133.createElement(
|
|
7595
7642
|
"path",
|
|
7596
7643
|
{
|
|
7597
7644
|
fillRule: "evenodd",
|
|
@@ -7600,7 +7647,7 @@ var init_Share = __esm({
|
|
|
7600
7647
|
fill: "currentColor"
|
|
7601
7648
|
}
|
|
7602
7649
|
),
|
|
7603
|
-
/* @__PURE__ */
|
|
7650
|
+
/* @__PURE__ */ React133.createElement(
|
|
7604
7651
|
"path",
|
|
7605
7652
|
{
|
|
7606
7653
|
fillRule: "evenodd",
|
|
@@ -7620,7 +7667,7 @@ var ShieldAlert_exports = {};
|
|
|
7620
7667
|
__export(ShieldAlert_exports, {
|
|
7621
7668
|
default: () => ShieldAlert_default
|
|
7622
7669
|
});
|
|
7623
|
-
import * as
|
|
7670
|
+
import * as React134 from "react";
|
|
7624
7671
|
var SvgShieldAlert, ShieldAlert_default;
|
|
7625
7672
|
var init_ShieldAlert = __esm({
|
|
7626
7673
|
"src/react/ShieldAlert.tsx"() {
|
|
@@ -7628,7 +7675,7 @@ var init_ShieldAlert = __esm({
|
|
|
7628
7675
|
init_types();
|
|
7629
7676
|
SvgShieldAlert = ({ size = 16, ...props }) => {
|
|
7630
7677
|
const sizeValue = resolveSize(size);
|
|
7631
|
-
return /* @__PURE__ */
|
|
7678
|
+
return /* @__PURE__ */ React134.createElement(
|
|
7632
7679
|
"svg",
|
|
7633
7680
|
{
|
|
7634
7681
|
width: sizeValue,
|
|
@@ -7638,7 +7685,7 @@ var init_ShieldAlert = __esm({
|
|
|
7638
7685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7639
7686
|
...props
|
|
7640
7687
|
},
|
|
7641
|
-
/* @__PURE__ */
|
|
7688
|
+
/* @__PURE__ */ React134.createElement(
|
|
7642
7689
|
"path",
|
|
7643
7690
|
{
|
|
7644
7691
|
fillRule: "evenodd",
|
|
@@ -7647,7 +7694,7 @@ var init_ShieldAlert = __esm({
|
|
|
7647
7694
|
fill: "currentColor"
|
|
7648
7695
|
}
|
|
7649
7696
|
),
|
|
7650
|
-
/* @__PURE__ */
|
|
7697
|
+
/* @__PURE__ */ React134.createElement(
|
|
7651
7698
|
"path",
|
|
7652
7699
|
{
|
|
7653
7700
|
fillRule: "evenodd",
|
|
@@ -7656,7 +7703,7 @@ var init_ShieldAlert = __esm({
|
|
|
7656
7703
|
fill: "currentColor"
|
|
7657
7704
|
}
|
|
7658
7705
|
),
|
|
7659
|
-
/* @__PURE__ */
|
|
7706
|
+
/* @__PURE__ */ React134.createElement(
|
|
7660
7707
|
"path",
|
|
7661
7708
|
{
|
|
7662
7709
|
fillRule: "evenodd",
|
|
@@ -7676,7 +7723,7 @@ var Size3D_exports = {};
|
|
|
7676
7723
|
__export(Size3D_exports, {
|
|
7677
7724
|
default: () => Size3D_default
|
|
7678
7725
|
});
|
|
7679
|
-
import * as
|
|
7726
|
+
import * as React135 from "react";
|
|
7680
7727
|
var SvgSize3D, Size3D_default;
|
|
7681
7728
|
var init_Size3D = __esm({
|
|
7682
7729
|
"src/react/Size3D.tsx"() {
|
|
@@ -7684,7 +7731,7 @@ var init_Size3D = __esm({
|
|
|
7684
7731
|
init_types();
|
|
7685
7732
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
7686
7733
|
const sizeValue = resolveSize(size);
|
|
7687
|
-
return /* @__PURE__ */
|
|
7734
|
+
return /* @__PURE__ */ React135.createElement(
|
|
7688
7735
|
"svg",
|
|
7689
7736
|
{
|
|
7690
7737
|
width: sizeValue,
|
|
@@ -7694,7 +7741,7 @@ var init_Size3D = __esm({
|
|
|
7694
7741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7695
7742
|
...props
|
|
7696
7743
|
},
|
|
7697
|
-
/* @__PURE__ */
|
|
7744
|
+
/* @__PURE__ */ React135.createElement(
|
|
7698
7745
|
"path",
|
|
7699
7746
|
{
|
|
7700
7747
|
fillRule: "evenodd",
|
|
@@ -7703,7 +7750,7 @@ var init_Size3D = __esm({
|
|
|
7703
7750
|
fill: "currentColor"
|
|
7704
7751
|
}
|
|
7705
7752
|
),
|
|
7706
|
-
/* @__PURE__ */
|
|
7753
|
+
/* @__PURE__ */ React135.createElement(
|
|
7707
7754
|
"path",
|
|
7708
7755
|
{
|
|
7709
7756
|
fillRule: "evenodd",
|
|
@@ -7712,7 +7759,7 @@ var init_Size3D = __esm({
|
|
|
7712
7759
|
fill: "currentColor"
|
|
7713
7760
|
}
|
|
7714
7761
|
),
|
|
7715
|
-
/* @__PURE__ */
|
|
7762
|
+
/* @__PURE__ */ React135.createElement(
|
|
7716
7763
|
"path",
|
|
7717
7764
|
{
|
|
7718
7765
|
fillRule: "evenodd",
|
|
@@ -7721,7 +7768,7 @@ var init_Size3D = __esm({
|
|
|
7721
7768
|
fill: "currentColor"
|
|
7722
7769
|
}
|
|
7723
7770
|
),
|
|
7724
|
-
/* @__PURE__ */
|
|
7771
|
+
/* @__PURE__ */ React135.createElement(
|
|
7725
7772
|
"path",
|
|
7726
7773
|
{
|
|
7727
7774
|
fillRule: "evenodd",
|
|
@@ -7741,7 +7788,7 @@ var StatusDot_exports = {};
|
|
|
7741
7788
|
__export(StatusDot_exports, {
|
|
7742
7789
|
default: () => StatusDot_default
|
|
7743
7790
|
});
|
|
7744
|
-
import * as
|
|
7791
|
+
import * as React136 from "react";
|
|
7745
7792
|
var SvgStatusDot, StatusDot_default;
|
|
7746
7793
|
var init_StatusDot = __esm({
|
|
7747
7794
|
"src/react/StatusDot.tsx"() {
|
|
@@ -7749,7 +7796,7 @@ var init_StatusDot = __esm({
|
|
|
7749
7796
|
init_types();
|
|
7750
7797
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
7751
7798
|
const sizeValue = resolveSize(size);
|
|
7752
|
-
return /* @__PURE__ */
|
|
7799
|
+
return /* @__PURE__ */ React136.createElement(
|
|
7753
7800
|
"svg",
|
|
7754
7801
|
{
|
|
7755
7802
|
width: sizeValue,
|
|
@@ -7759,7 +7806,7 @@ var init_StatusDot = __esm({
|
|
|
7759
7806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7760
7807
|
...props
|
|
7761
7808
|
},
|
|
7762
|
-
/* @__PURE__ */
|
|
7809
|
+
/* @__PURE__ */ React136.createElement(
|
|
7763
7810
|
"path",
|
|
7764
7811
|
{
|
|
7765
7812
|
d: "M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z",
|
|
@@ -7777,7 +7824,7 @@ var Storage_exports = {};
|
|
|
7777
7824
|
__export(Storage_exports, {
|
|
7778
7825
|
default: () => Storage_default
|
|
7779
7826
|
});
|
|
7780
|
-
import * as
|
|
7827
|
+
import * as React137 from "react";
|
|
7781
7828
|
var SvgStorage, Storage_default;
|
|
7782
7829
|
var init_Storage = __esm({
|
|
7783
7830
|
"src/react/Storage.tsx"() {
|
|
@@ -7785,7 +7832,7 @@ var init_Storage = __esm({
|
|
|
7785
7832
|
init_types();
|
|
7786
7833
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
7787
7834
|
const sizeValue = resolveSize(size);
|
|
7788
|
-
return /* @__PURE__ */
|
|
7835
|
+
return /* @__PURE__ */ React137.createElement(
|
|
7789
7836
|
"svg",
|
|
7790
7837
|
{
|
|
7791
7838
|
width: sizeValue,
|
|
@@ -7795,7 +7842,7 @@ var init_Storage = __esm({
|
|
|
7795
7842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7796
7843
|
...props
|
|
7797
7844
|
},
|
|
7798
|
-
/* @__PURE__ */
|
|
7845
|
+
/* @__PURE__ */ React137.createElement(
|
|
7799
7846
|
"path",
|
|
7800
7847
|
{
|
|
7801
7848
|
d: "M15.4409 1.4502C16.1602 1.46435 16.8446 1.76362 17.3433 2.28223C17.8384 2.79713 18.11 3.48636 18.1001 4.2002V11.2002H21.4409C22.1602 11.2143 22.8446 11.5136 23.3433 12.0322C23.8384 12.5471 24.11 13.2364 24.1001 13.9502V19.7842C24.1141 20.5035 23.8419 21.1992 23.3433 21.7178C22.8446 22.2364 22.1602 22.5357 21.4409 22.5498H13.9087C13.2093 22.5356 12.5448 22.2504 12.0503 21.7578C11.5555 22.2505 10.8906 22.536 10.1909 22.5498H2.65966C1.94072 22.5353 1.25678 22.236 0.758296 21.7178C0.259869 21.1994 -0.0130903 20.5041 0.000483051 19.7852V13.9502C-0.00914487 13.2364 0.263254 12.5471 0.758296 12.0322C1.25678 11.514 1.94072 11.2147 2.65966 11.2002H5.25048V4.2002C5.24085 3.48643 5.51228 2.79707 6.00732 2.28223C6.50573 1.76389 7.18976 1.46484 7.90869 1.4502H15.4409ZM12.8511 19.7998H12.8501C12.8502 19.8047 12.8491 19.8096 12.8491 19.8145L12.8501 19.8154C12.8445 20.1108 12.9565 20.3959 13.1606 20.6084C13.3653 20.8212 13.6467 20.9442 13.9419 20.9502H21.4097C21.7047 20.9444 21.9854 20.8211 22.1899 20.6084C22.3944 20.3957 22.5062 20.1104 22.5005 19.8154V13.9346C22.5062 13.6396 22.3944 13.3543 22.1899 13.1416C22.0108 12.9553 21.7734 12.8379 21.519 12.8076L21.4097 12.7998H20.3501V18.0498H15.0005V12.7998H12.8511V19.7998ZM2.58154 12.8076C2.32746 12.8381 2.09056 12.9555 1.91162 13.1416C1.70705 13.3544 1.59454 13.6395 1.60009 13.9346L1.60107 13.9424V19.8076L1.60009 19.8154C1.59454 20.1105 1.70705 20.3956 1.91162 20.6084C2.11623 20.8211 2.39678 20.9442 2.69189 20.9502H10.1597C10.4548 20.9444 10.7354 20.8212 10.9399 20.6084C11.1445 20.3956 11.2562 20.1105 11.2505 19.8154L11.2515 19.8145C11.2515 19.8047 11.2503 19.7949 11.2505 19.7852V12.7998H9.10009V18.0498H3.75048V12.7998H2.69189L2.58154 12.8076ZM16.6001 16.4502H18.7505V12.7998H16.6001V16.4502ZM5.35009 16.4502H7.50048V12.7998H5.35009V16.4502ZM7.83154 3.05762C7.57728 3.08805 7.33968 3.2054 7.16064 3.3916C6.9562 3.60433 6.84454 3.88957 6.85009 4.18457V11.2002H16.5005V4.18457C16.5062 3.88956 16.3944 3.60434 16.1899 3.3916C16.0108 3.20535 15.7734 3.08785 15.519 3.05762L15.4097 3.0498H14.3501V8.2998H9.00048V3.0498H7.94189L7.83154 3.05762ZM10.6001 6.7002H12.7505V3.0498H10.6001V6.7002Z",
|
|
@@ -7813,7 +7860,7 @@ var Store_exports = {};
|
|
|
7813
7860
|
__export(Store_exports, {
|
|
7814
7861
|
default: () => Store_default
|
|
7815
7862
|
});
|
|
7816
|
-
import * as
|
|
7863
|
+
import * as React138 from "react";
|
|
7817
7864
|
var SvgStore, Store_default;
|
|
7818
7865
|
var init_Store = __esm({
|
|
7819
7866
|
"src/react/Store.tsx"() {
|
|
@@ -7821,7 +7868,7 @@ var init_Store = __esm({
|
|
|
7821
7868
|
init_types();
|
|
7822
7869
|
SvgStore = ({ size = 16, ...props }) => {
|
|
7823
7870
|
const sizeValue = resolveSize(size);
|
|
7824
|
-
return /* @__PURE__ */
|
|
7871
|
+
return /* @__PURE__ */ React138.createElement(
|
|
7825
7872
|
"svg",
|
|
7826
7873
|
{
|
|
7827
7874
|
width: sizeValue,
|
|
@@ -7831,7 +7878,7 @@ var init_Store = __esm({
|
|
|
7831
7878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7832
7879
|
...props
|
|
7833
7880
|
},
|
|
7834
|
-
/* @__PURE__ */
|
|
7881
|
+
/* @__PURE__ */ React138.createElement(
|
|
7835
7882
|
"path",
|
|
7836
7883
|
{
|
|
7837
7884
|
fillRule: "evenodd",
|
|
@@ -7851,7 +7898,7 @@ var SwimmingPool_exports = {};
|
|
|
7851
7898
|
__export(SwimmingPool_exports, {
|
|
7852
7899
|
default: () => SwimmingPool_default
|
|
7853
7900
|
});
|
|
7854
|
-
import * as
|
|
7901
|
+
import * as React139 from "react";
|
|
7855
7902
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
7856
7903
|
var init_SwimmingPool = __esm({
|
|
7857
7904
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -7859,7 +7906,7 @@ var init_SwimmingPool = __esm({
|
|
|
7859
7906
|
init_types();
|
|
7860
7907
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
7861
7908
|
const sizeValue = resolveSize(size);
|
|
7862
|
-
return /* @__PURE__ */
|
|
7909
|
+
return /* @__PURE__ */ React139.createElement(
|
|
7863
7910
|
"svg",
|
|
7864
7911
|
{
|
|
7865
7912
|
width: sizeValue,
|
|
@@ -7869,7 +7916,7 @@ var init_SwimmingPool = __esm({
|
|
|
7869
7916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7870
7917
|
...props
|
|
7871
7918
|
},
|
|
7872
|
-
/* @__PURE__ */
|
|
7919
|
+
/* @__PURE__ */ React139.createElement(
|
|
7873
7920
|
"path",
|
|
7874
7921
|
{
|
|
7875
7922
|
fillRule: "evenodd",
|
|
@@ -7878,7 +7925,7 @@ var init_SwimmingPool = __esm({
|
|
|
7878
7925
|
fill: "currentColor"
|
|
7879
7926
|
}
|
|
7880
7927
|
),
|
|
7881
|
-
/* @__PURE__ */
|
|
7928
|
+
/* @__PURE__ */ React139.createElement(
|
|
7882
7929
|
"path",
|
|
7883
7930
|
{
|
|
7884
7931
|
fillRule: "evenodd",
|
|
@@ -7887,7 +7934,7 @@ var init_SwimmingPool = __esm({
|
|
|
7887
7934
|
fill: "currentColor"
|
|
7888
7935
|
}
|
|
7889
7936
|
),
|
|
7890
|
-
/* @__PURE__ */
|
|
7937
|
+
/* @__PURE__ */ React139.createElement(
|
|
7891
7938
|
"path",
|
|
7892
7939
|
{
|
|
7893
7940
|
fillRule: "evenodd",
|
|
@@ -7896,7 +7943,7 @@ var init_SwimmingPool = __esm({
|
|
|
7896
7943
|
fill: "currentColor"
|
|
7897
7944
|
}
|
|
7898
7945
|
),
|
|
7899
|
-
/* @__PURE__ */
|
|
7946
|
+
/* @__PURE__ */ React139.createElement(
|
|
7900
7947
|
"path",
|
|
7901
7948
|
{
|
|
7902
7949
|
fillRule: "evenodd",
|
|
@@ -7905,7 +7952,7 @@ var init_SwimmingPool = __esm({
|
|
|
7905
7952
|
fill: "currentColor"
|
|
7906
7953
|
}
|
|
7907
7954
|
),
|
|
7908
|
-
/* @__PURE__ */
|
|
7955
|
+
/* @__PURE__ */ React139.createElement(
|
|
7909
7956
|
"path",
|
|
7910
7957
|
{
|
|
7911
7958
|
fillRule: "evenodd",
|
|
@@ -7914,7 +7961,7 @@ var init_SwimmingPool = __esm({
|
|
|
7914
7961
|
fill: "currentColor"
|
|
7915
7962
|
}
|
|
7916
7963
|
),
|
|
7917
|
-
/* @__PURE__ */
|
|
7964
|
+
/* @__PURE__ */ React139.createElement(
|
|
7918
7965
|
"path",
|
|
7919
7966
|
{
|
|
7920
7967
|
fillRule: "evenodd",
|
|
@@ -7934,7 +7981,7 @@ var Tasks_exports = {};
|
|
|
7934
7981
|
__export(Tasks_exports, {
|
|
7935
7982
|
default: () => Tasks_default
|
|
7936
7983
|
});
|
|
7937
|
-
import * as
|
|
7984
|
+
import * as React140 from "react";
|
|
7938
7985
|
var SvgTasks, Tasks_default;
|
|
7939
7986
|
var init_Tasks = __esm({
|
|
7940
7987
|
"src/react/Tasks.tsx"() {
|
|
@@ -7942,7 +7989,7 @@ var init_Tasks = __esm({
|
|
|
7942
7989
|
init_types();
|
|
7943
7990
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
7944
7991
|
const sizeValue = resolveSize(size);
|
|
7945
|
-
return /* @__PURE__ */
|
|
7992
|
+
return /* @__PURE__ */ React140.createElement(
|
|
7946
7993
|
"svg",
|
|
7947
7994
|
{
|
|
7948
7995
|
width: sizeValue,
|
|
@@ -7952,7 +7999,7 @@ var init_Tasks = __esm({
|
|
|
7952
7999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7953
8000
|
...props
|
|
7954
8001
|
},
|
|
7955
|
-
/* @__PURE__ */
|
|
8002
|
+
/* @__PURE__ */ React140.createElement(
|
|
7956
8003
|
"path",
|
|
7957
8004
|
{
|
|
7958
8005
|
fillRule: "evenodd",
|
|
@@ -7961,7 +8008,7 @@ var init_Tasks = __esm({
|
|
|
7961
8008
|
fill: "currentColor"
|
|
7962
8009
|
}
|
|
7963
8010
|
),
|
|
7964
|
-
/* @__PURE__ */
|
|
8011
|
+
/* @__PURE__ */ React140.createElement(
|
|
7965
8012
|
"path",
|
|
7966
8013
|
{
|
|
7967
8014
|
fillRule: "evenodd",
|
|
@@ -7970,7 +8017,7 @@ var init_Tasks = __esm({
|
|
|
7970
8017
|
fill: "currentColor"
|
|
7971
8018
|
}
|
|
7972
8019
|
),
|
|
7973
|
-
/* @__PURE__ */
|
|
8020
|
+
/* @__PURE__ */ React140.createElement(
|
|
7974
8021
|
"path",
|
|
7975
8022
|
{
|
|
7976
8023
|
fillRule: "evenodd",
|
|
@@ -7979,7 +8026,7 @@ var init_Tasks = __esm({
|
|
|
7979
8026
|
fill: "currentColor"
|
|
7980
8027
|
}
|
|
7981
8028
|
),
|
|
7982
|
-
/* @__PURE__ */
|
|
8029
|
+
/* @__PURE__ */ React140.createElement(
|
|
7983
8030
|
"path",
|
|
7984
8031
|
{
|
|
7985
8032
|
fillRule: "evenodd",
|
|
@@ -7988,7 +8035,7 @@ var init_Tasks = __esm({
|
|
|
7988
8035
|
fill: "currentColor"
|
|
7989
8036
|
}
|
|
7990
8037
|
),
|
|
7991
|
-
/* @__PURE__ */
|
|
8038
|
+
/* @__PURE__ */ React140.createElement(
|
|
7992
8039
|
"path",
|
|
7993
8040
|
{
|
|
7994
8041
|
fillRule: "evenodd",
|
|
@@ -7997,7 +8044,7 @@ var init_Tasks = __esm({
|
|
|
7997
8044
|
fill: "currentColor"
|
|
7998
8045
|
}
|
|
7999
8046
|
),
|
|
8000
|
-
/* @__PURE__ */
|
|
8047
|
+
/* @__PURE__ */ React140.createElement(
|
|
8001
8048
|
"path",
|
|
8002
8049
|
{
|
|
8003
8050
|
fillRule: "evenodd",
|
|
@@ -8017,7 +8064,7 @@ var Tennis_exports = {};
|
|
|
8017
8064
|
__export(Tennis_exports, {
|
|
8018
8065
|
default: () => Tennis_default
|
|
8019
8066
|
});
|
|
8020
|
-
import * as
|
|
8067
|
+
import * as React141 from "react";
|
|
8021
8068
|
var SvgTennis, Tennis_default;
|
|
8022
8069
|
var init_Tennis = __esm({
|
|
8023
8070
|
"src/react/Tennis.tsx"() {
|
|
@@ -8025,7 +8072,7 @@ var init_Tennis = __esm({
|
|
|
8025
8072
|
init_types();
|
|
8026
8073
|
SvgTennis = ({ size = 16, ...props }) => {
|
|
8027
8074
|
const sizeValue = resolveSize(size);
|
|
8028
|
-
return /* @__PURE__ */
|
|
8075
|
+
return /* @__PURE__ */ React141.createElement(
|
|
8029
8076
|
"svg",
|
|
8030
8077
|
{
|
|
8031
8078
|
width: sizeValue,
|
|
@@ -8035,7 +8082,7 @@ var init_Tennis = __esm({
|
|
|
8035
8082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8036
8083
|
...props
|
|
8037
8084
|
},
|
|
8038
|
-
/* @__PURE__ */
|
|
8085
|
+
/* @__PURE__ */ React141.createElement(
|
|
8039
8086
|
"path",
|
|
8040
8087
|
{
|
|
8041
8088
|
d: "M11.002 6.35838C13.3371 4.02313 16.9914 3.68077 19.1553 5.84568C19.7658 6.45634 20.1764 7.18579 20.3994 7.97068L20.4131 7.98533L20.4053 7.99216C20.9619 9.98378 20.3124 12.3282 18.6426 13.999C16.9553 15.6856 14.5793 16.3325 12.5742 15.7451L8.94141 16.581L9.10449 16.7441L7.63477 18.2129L8.4336 19.0117L5.38574 22.0615L5.38672 22.0625C5.22749 22.2296 5.03679 22.3638 4.8252 22.456C4.61337 22.5484 4.38439 22.5968 4.15332 22.5996C3.92238 22.6024 3.6934 22.5587 3.47949 22.4717C3.26548 22.3845 3.07062 22.2561 2.90723 22.0928C2.74384 21.9294 2.61545 21.7345 2.52832 21.5205C2.44124 21.3066 2.39763 21.0776 2.40039 20.8467C2.40321 20.6156 2.45163 20.3866 2.54395 20.1748C2.6362 19.9632 2.77039 19.7725 2.9375 19.6133L5.98828 16.5664L6.78613 17.3642L8.17774 15.9726L8.20899 15.8515L9.16797 12.0859C8.7437 10.1573 9.40875 7.95109 11.002 6.35838ZM3.76563 20.4814C3.71429 20.5303 3.67291 20.5893 3.64453 20.6543C3.61616 20.7194 3.60048 20.7903 3.59961 20.8613C3.5988 20.9322 3.61292 21.0027 3.63965 21.0683C3.66643 21.134 3.7057 21.194 3.75586 21.2441C3.80603 21.2943 3.86594 21.3335 3.93164 21.3603C3.99731 21.3871 4.06778 21.4012 4.13867 21.4004C4.20969 21.3995 4.28059 21.3838 4.3457 21.3554C4.41065 21.3271 4.46968 21.2857 4.51856 21.2344L4.52832 21.2246L6.73633 19.0117L5.98633 18.2617L3.76563 20.4814ZM9.61426 15.1933L10.918 14.8935C10.7694 14.7763 10.6255 14.6499 10.4883 14.5127C10.2876 14.3119 10.1082 14.0982 9.9502 13.874L9.61426 15.1933ZM13.3525 14.6914C14.2183 14.8442 15.1653 14.7281 16.0645 14.3369L14.8955 13.2256L13.3525 14.6914ZM10.7051 12.8066C10.8714 13.1197 11.0819 13.409 11.3369 13.664C11.5633 13.8904 11.817 14.0807 12.0898 14.2373L14.0244 12.3984L12.5801 11.0254L10.7051 12.8066ZM15.7666 12.3984L17.1455 13.708C17.3692 13.5418 17.5874 13.3578 17.7939 13.1513C18.198 12.7471 18.523 12.3043 18.7734 11.8437L17.5615 10.6924L15.7666 12.3984ZM13.4502 10.1982L14.8955 11.5713L16.6914 9.86521L15.2461 8.49216L13.4502 10.1982ZM10.583 9.12888C10.2705 9.93319 10.1764 10.7682 10.293 11.5429L11.708 10.1982L10.583 9.12888ZM18.4326 9.86521L19.249 10.6406C19.392 10.0793 19.4306 9.51418 19.3701 8.97459L18.4326 9.86521ZM7.03223 7.20017C7.03223 6.786 6.85871 6.38182 6.54004 6.07908C6.22046 5.77561 5.78083 5.59971 5.31641 5.59959C4.8518 5.59959 4.41149 5.7755 4.0918 6.07908C3.77313 6.38182 3.59961 6.786 3.59961 7.20017C3.59962 7.61433 3.77314 8.01853 4.0918 8.32127C4.41149 8.62482 4.85182 8.80076 5.31641 8.80076C5.78082 8.80064 6.22046 8.62471 6.54004 8.32127C6.8587 8.01853 7.03222 7.61433 7.03223 7.20017ZM12.9717 6.33201C12.5781 6.5665 12.2001 6.85748 11.8506 7.20701C11.5907 7.46676 11.3622 7.74147 11.166 8.02732L12.5791 9.37009L14.375 7.66502L12.9717 6.33201ZM16.1172 7.66502L17.5615 9.03806L19 7.67185C18.8254 7.31212 18.5941 6.98186 18.3066 6.69431C18.113 6.50056 17.8993 6.33209 17.6709 6.18943L16.1172 7.66502ZM16.4453 5.69724C15.7214 5.54083 14.9336 5.57513 14.1602 5.80662L15.2451 6.83689L16.4453 5.69724ZM8.23145 7.20017C8.23144 7.95282 7.91688 8.66797 7.36719 9.19041C6.81838 9.71179 6.07995 9.99986 5.31641 9.99998C4.5527 9.99998 3.81358 9.71189 3.26465 9.19041C2.71497 8.66797 2.4004 7.95282 2.40039 7.20017C2.40039 6.44731 2.71468 5.73144 3.26465 5.20896C3.81358 4.68747 4.5527 4.40037 5.31641 4.40037C6.07994 4.40049 6.81838 4.68759 7.36719 5.20896C7.91716 5.73144 8.23145 6.44731 8.23145 7.20017Z",
|
|
@@ -8053,7 +8100,7 @@ var Terrace_exports = {};
|
|
|
8053
8100
|
__export(Terrace_exports, {
|
|
8054
8101
|
default: () => Terrace_default
|
|
8055
8102
|
});
|
|
8056
|
-
import * as
|
|
8103
|
+
import * as React142 from "react";
|
|
8057
8104
|
var SvgTerrace, Terrace_default;
|
|
8058
8105
|
var init_Terrace = __esm({
|
|
8059
8106
|
"src/react/Terrace.tsx"() {
|
|
@@ -8061,7 +8108,7 @@ var init_Terrace = __esm({
|
|
|
8061
8108
|
init_types();
|
|
8062
8109
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
8063
8110
|
const sizeValue = resolveSize(size);
|
|
8064
|
-
return /* @__PURE__ */
|
|
8111
|
+
return /* @__PURE__ */ React142.createElement(
|
|
8065
8112
|
"svg",
|
|
8066
8113
|
{
|
|
8067
8114
|
width: sizeValue,
|
|
@@ -8071,7 +8118,7 @@ var init_Terrace = __esm({
|
|
|
8071
8118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8072
8119
|
...props
|
|
8073
8120
|
},
|
|
8074
|
-
/* @__PURE__ */
|
|
8121
|
+
/* @__PURE__ */ React142.createElement(
|
|
8075
8122
|
"path",
|
|
8076
8123
|
{
|
|
8077
8124
|
d: "M19.2676 10.7392C19.9333 10.2802 20.7544 10.1041 21.5498 10.25C22.2459 10.3777 22.8726 10.7431 23.3262 11.2783L23.5098 11.5176L23.668 11.7744C24.007 12.3881 24.1265 13.1031 23.999 13.7988C23.8539 14.591 23.4002 15.2922 22.7393 15.7519L22.7402 15.7529L17.7539 19.2871C17.6752 19.3567 17.5936 19.4218 17.5088 19.4824L18.7139 21.8926C18.9111 22.2877 18.7505 22.7683 18.3555 22.9658C17.9604 23.1631 17.4798 23.0025 17.2822 22.6074L15.9971 20.0371C15.9152 20.0438 15.8327 20.0498 15.75 20.0498H6.62305L6.02441 22.4443C5.91716 22.8728 5.48227 23.1335 5.05371 23.0264C4.62519 22.9191 4.36454 22.4842 4.47168 22.0556L4.97559 20.0361C4.26734 19.9721 3.60066 19.6631 3.09375 19.1562C2.52176 18.5842 2.2002 17.8089 2.2002 17C2.2002 16.1911 2.52176 15.4157 3.09375 14.8437C3.66574 14.2717 4.44109 13.9502 5.25 13.9502H14.7451L19.2588 10.7461L19.2676 10.7392ZM4.80762 9.69334C5.02854 9.31071 5.51776 9.17945 5.90039 9.40037C6.28273 9.6214 6.41323 10.1106 6.19238 10.4931L5.44238 11.792C5.22142 12.1745 4.73218 12.3058 4.34961 12.0849C3.96715 11.864 3.83674 11.3747 4.05762 10.9922L4.80762 9.69334ZM9.59961 9.40037C9.98224 9.17945 10.4715 9.31071 10.6924 9.69334L11.4424 10.9922C11.6633 11.3747 11.5329 11.864 11.1504 12.0849C10.7678 12.3058 10.2786 12.1745 10.0576 11.792L9.30762 10.4931C9.08677 10.1106 9.21727 9.6214 9.59961 9.40037ZM9.2002 6.19627C9.2002 5.81178 9.04723 5.4428 8.77539 5.17088C8.50346 4.89895 8.13456 4.74608 7.75 4.74608C7.36544 4.74608 6.99654 4.89895 6.72461 5.17088C6.45277 5.4428 6.2998 5.81178 6.2998 6.19627C6.29988 6.58073 6.45275 6.9498 6.72461 7.22166C6.99652 7.4935 7.3655 7.64647 7.75 7.64647C8.1345 7.64647 8.50348 7.4935 8.77539 7.22166C9.04725 6.9498 9.20012 6.58073 9.2002 6.19627ZM3.25 5.39647C3.69183 5.39647 4.0498 5.75444 4.0498 6.19627C4.04965 6.63797 3.69173 6.99608 3.25 6.99608H1.75C1.30827 6.99608 0.950351 6.63797 0.950195 6.19627C0.950195 5.75444 1.30817 5.39647 1.75 5.39647H3.25ZM13.75 5.39647C14.1918 5.39647 14.5498 5.75444 14.5498 6.19627C14.5496 6.63797 14.1917 6.99608 13.75 6.99608H12.25C11.8083 6.99608 11.4504 6.63797 11.4502 6.19627C11.4502 5.75444 11.8082 5.39647 12.25 5.39647H13.75ZM4.34961 0.3076C4.73208 0.0867727 5.22133 0.217327 5.44238 0.599592L6.19238 1.8994C6.41317 2.28197 6.28288 2.77124 5.90039 2.99217C5.51787 3.21302 5.02863 3.08157 4.80762 2.6992L4.05762 1.40037C3.83679 1.0179 3.96734 0.528649 4.34961 0.3076ZM10.0576 0.599592C10.2787 0.217326 10.7679 0.0867727 11.1504 0.3076C11.5327 0.528649 11.6632 1.0179 11.4424 1.40037L10.6924 2.6992C10.4714 3.08157 9.98213 3.21302 9.59961 2.99217C9.21712 2.77124 9.08683 2.28197 9.30762 1.8994L10.0576 0.599592ZM3.7998 17C3.7998 17.3845 3.95268 17.7534 4.22461 18.0254C4.49654 18.2973 4.86544 18.4502 5.25 18.4502H15.75L15.8848 18.4433C16.1975 18.4136 16.4931 18.2814 16.7246 18.0654L16.7646 18.0283L16.8086 17.9971L21.8154 14.4472L21.8232 14.4414C22.1391 14.2229 22.3555 13.8884 22.4248 13.5107C22.494 13.1328 22.4105 12.7421 22.1924 12.4258C21.974 12.1097 21.6386 11.8935 21.2607 11.8242C20.8862 11.7556 20.4994 11.8361 20.1846 12.0498L15.2549 15.5498H5.25C4.86544 15.5498 4.49654 15.7027 4.22461 15.9746C3.95268 16.2465 3.7998 16.6154 3.7998 17ZM10.7998 6.19627C10.7997 7.00508 10.4782 7.7806 9.90625 8.35252C9.33428 8.92442 8.55884 9.24608 7.75 9.24608C6.94116 9.24608 6.16572 8.92442 5.59375 8.35252C5.02183 7.7806 4.70027 7.00508 4.7002 6.19627C4.7002 5.38736 5.02176 4.61103 5.59375 4.03905C6.1657 3.46727 6.94125 3.14647 7.75 3.14647C8.55875 3.14647 9.3343 3.46727 9.90625 4.03905C10.4782 4.61103 10.7998 5.38736 10.7998 6.19627Z",
|
|
@@ -8089,7 +8136,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
8089
8136
|
__export(ThermometerSnowflake_exports, {
|
|
8090
8137
|
default: () => ThermometerSnowflake_default
|
|
8091
8138
|
});
|
|
8092
|
-
import * as
|
|
8139
|
+
import * as React143 from "react";
|
|
8093
8140
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
8094
8141
|
var init_ThermometerSnowflake = __esm({
|
|
8095
8142
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -8097,7 +8144,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8097
8144
|
init_types();
|
|
8098
8145
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
8099
8146
|
const sizeValue = resolveSize(size);
|
|
8100
|
-
return /* @__PURE__ */
|
|
8147
|
+
return /* @__PURE__ */ React143.createElement(
|
|
8101
8148
|
"svg",
|
|
8102
8149
|
{
|
|
8103
8150
|
width: sizeValue,
|
|
@@ -8107,7 +8154,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8107
8154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8108
8155
|
...props
|
|
8109
8156
|
},
|
|
8110
|
-
/* @__PURE__ */
|
|
8157
|
+
/* @__PURE__ */ React143.createElement(
|
|
8111
8158
|
"path",
|
|
8112
8159
|
{
|
|
8113
8160
|
fillRule: "evenodd",
|
|
@@ -8116,7 +8163,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8116
8163
|
fill: "currentColor"
|
|
8117
8164
|
}
|
|
8118
8165
|
),
|
|
8119
|
-
/* @__PURE__ */
|
|
8166
|
+
/* @__PURE__ */ React143.createElement(
|
|
8120
8167
|
"path",
|
|
8121
8168
|
{
|
|
8122
8169
|
fillRule: "evenodd",
|
|
@@ -8125,7 +8172,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8125
8172
|
fill: "currentColor"
|
|
8126
8173
|
}
|
|
8127
8174
|
),
|
|
8128
|
-
/* @__PURE__ */
|
|
8175
|
+
/* @__PURE__ */ React143.createElement(
|
|
8129
8176
|
"path",
|
|
8130
8177
|
{
|
|
8131
8178
|
fillRule: "evenodd",
|
|
@@ -8134,7 +8181,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8134
8181
|
fill: "currentColor"
|
|
8135
8182
|
}
|
|
8136
8183
|
),
|
|
8137
|
-
/* @__PURE__ */
|
|
8184
|
+
/* @__PURE__ */ React143.createElement(
|
|
8138
8185
|
"path",
|
|
8139
8186
|
{
|
|
8140
8187
|
fillRule: "evenodd",
|
|
@@ -8143,7 +8190,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8143
8190
|
fill: "currentColor"
|
|
8144
8191
|
}
|
|
8145
8192
|
),
|
|
8146
|
-
/* @__PURE__ */
|
|
8193
|
+
/* @__PURE__ */ React143.createElement(
|
|
8147
8194
|
"path",
|
|
8148
8195
|
{
|
|
8149
8196
|
fillRule: "evenodd",
|
|
@@ -8152,7 +8199,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
8152
8199
|
fill: "currentColor"
|
|
8153
8200
|
}
|
|
8154
8201
|
),
|
|
8155
|
-
/* @__PURE__ */
|
|
8202
|
+
/* @__PURE__ */ React143.createElement(
|
|
8156
8203
|
"path",
|
|
8157
8204
|
{
|
|
8158
8205
|
fillRule: "evenodd",
|
|
@@ -8172,7 +8219,7 @@ var ThumbsDown_exports = {};
|
|
|
8172
8219
|
__export(ThumbsDown_exports, {
|
|
8173
8220
|
default: () => ThumbsDown_default
|
|
8174
8221
|
});
|
|
8175
|
-
import * as
|
|
8222
|
+
import * as React144 from "react";
|
|
8176
8223
|
var SvgThumbsDown, ThumbsDown_default;
|
|
8177
8224
|
var init_ThumbsDown = __esm({
|
|
8178
8225
|
"src/react/ThumbsDown.tsx"() {
|
|
@@ -8180,7 +8227,7 @@ var init_ThumbsDown = __esm({
|
|
|
8180
8227
|
init_types();
|
|
8181
8228
|
SvgThumbsDown = ({ size = 16, ...props }) => {
|
|
8182
8229
|
const sizeValue = resolveSize(size);
|
|
8183
|
-
return /* @__PURE__ */
|
|
8230
|
+
return /* @__PURE__ */ React144.createElement(
|
|
8184
8231
|
"svg",
|
|
8185
8232
|
{
|
|
8186
8233
|
width: sizeValue,
|
|
@@ -8190,7 +8237,7 @@ var init_ThumbsDown = __esm({
|
|
|
8190
8237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8191
8238
|
...props
|
|
8192
8239
|
},
|
|
8193
|
-
/* @__PURE__ */
|
|
8240
|
+
/* @__PURE__ */ React144.createElement(
|
|
8194
8241
|
"path",
|
|
8195
8242
|
{
|
|
8196
8243
|
fillRule: "evenodd",
|
|
@@ -8199,7 +8246,7 @@ var init_ThumbsDown = __esm({
|
|
|
8199
8246
|
fill: "currentColor"
|
|
8200
8247
|
}
|
|
8201
8248
|
),
|
|
8202
|
-
/* @__PURE__ */
|
|
8249
|
+
/* @__PURE__ */ React144.createElement(
|
|
8203
8250
|
"path",
|
|
8204
8251
|
{
|
|
8205
8252
|
fillRule: "evenodd",
|
|
@@ -8219,7 +8266,7 @@ var ThumbsUp_exports = {};
|
|
|
8219
8266
|
__export(ThumbsUp_exports, {
|
|
8220
8267
|
default: () => ThumbsUp_default
|
|
8221
8268
|
});
|
|
8222
|
-
import * as
|
|
8269
|
+
import * as React145 from "react";
|
|
8223
8270
|
var SvgThumbsUp, ThumbsUp_default;
|
|
8224
8271
|
var init_ThumbsUp = __esm({
|
|
8225
8272
|
"src/react/ThumbsUp.tsx"() {
|
|
@@ -8227,7 +8274,7 @@ var init_ThumbsUp = __esm({
|
|
|
8227
8274
|
init_types();
|
|
8228
8275
|
SvgThumbsUp = ({ size = 16, ...props }) => {
|
|
8229
8276
|
const sizeValue = resolveSize(size);
|
|
8230
|
-
return /* @__PURE__ */
|
|
8277
|
+
return /* @__PURE__ */ React145.createElement(
|
|
8231
8278
|
"svg",
|
|
8232
8279
|
{
|
|
8233
8280
|
width: sizeValue,
|
|
@@ -8237,7 +8284,7 @@ var init_ThumbsUp = __esm({
|
|
|
8237
8284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8238
8285
|
...props
|
|
8239
8286
|
},
|
|
8240
|
-
/* @__PURE__ */
|
|
8287
|
+
/* @__PURE__ */ React145.createElement(
|
|
8241
8288
|
"path",
|
|
8242
8289
|
{
|
|
8243
8290
|
fillRule: "evenodd",
|
|
@@ -8246,7 +8293,7 @@ var init_ThumbsUp = __esm({
|
|
|
8246
8293
|
fill: "currentColor"
|
|
8247
8294
|
}
|
|
8248
8295
|
),
|
|
8249
|
-
/* @__PURE__ */
|
|
8296
|
+
/* @__PURE__ */ React145.createElement(
|
|
8250
8297
|
"path",
|
|
8251
8298
|
{
|
|
8252
8299
|
fillRule: "evenodd",
|
|
@@ -8266,7 +8313,7 @@ var Time_exports = {};
|
|
|
8266
8313
|
__export(Time_exports, {
|
|
8267
8314
|
default: () => Time_default
|
|
8268
8315
|
});
|
|
8269
|
-
import * as
|
|
8316
|
+
import * as React146 from "react";
|
|
8270
8317
|
var SvgTime, Time_default;
|
|
8271
8318
|
var init_Time = __esm({
|
|
8272
8319
|
"src/react/Time.tsx"() {
|
|
@@ -8274,7 +8321,7 @@ var init_Time = __esm({
|
|
|
8274
8321
|
init_types();
|
|
8275
8322
|
SvgTime = ({ size = 16, ...props }) => {
|
|
8276
8323
|
const sizeValue = resolveSize(size);
|
|
8277
|
-
return /* @__PURE__ */
|
|
8324
|
+
return /* @__PURE__ */ React146.createElement(
|
|
8278
8325
|
"svg",
|
|
8279
8326
|
{
|
|
8280
8327
|
width: sizeValue,
|
|
@@ -8284,7 +8331,7 @@ var init_Time = __esm({
|
|
|
8284
8331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8285
8332
|
...props
|
|
8286
8333
|
},
|
|
8287
|
-
/* @__PURE__ */
|
|
8334
|
+
/* @__PURE__ */ React146.createElement(
|
|
8288
8335
|
"path",
|
|
8289
8336
|
{
|
|
8290
8337
|
fillRule: "evenodd",
|
|
@@ -8293,7 +8340,7 @@ var init_Time = __esm({
|
|
|
8293
8340
|
fill: "currentColor"
|
|
8294
8341
|
}
|
|
8295
8342
|
),
|
|
8296
|
-
/* @__PURE__ */
|
|
8343
|
+
/* @__PURE__ */ React146.createElement(
|
|
8297
8344
|
"path",
|
|
8298
8345
|
{
|
|
8299
8346
|
fillRule: "evenodd",
|
|
@@ -8313,7 +8360,7 @@ var TouchAndroid_exports = {};
|
|
|
8313
8360
|
__export(TouchAndroid_exports, {
|
|
8314
8361
|
default: () => TouchAndroid_default
|
|
8315
8362
|
});
|
|
8316
|
-
import * as
|
|
8363
|
+
import * as React147 from "react";
|
|
8317
8364
|
var SvgTouchAndroid, TouchAndroid_default;
|
|
8318
8365
|
var init_TouchAndroid = __esm({
|
|
8319
8366
|
"src/react/TouchAndroid.tsx"() {
|
|
@@ -8321,7 +8368,7 @@ var init_TouchAndroid = __esm({
|
|
|
8321
8368
|
init_types();
|
|
8322
8369
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
8323
8370
|
const sizeValue = resolveSize(size);
|
|
8324
|
-
return /* @__PURE__ */
|
|
8371
|
+
return /* @__PURE__ */ React147.createElement(
|
|
8325
8372
|
"svg",
|
|
8326
8373
|
{
|
|
8327
8374
|
width: sizeValue,
|
|
@@ -8331,7 +8378,7 @@ var init_TouchAndroid = __esm({
|
|
|
8331
8378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8332
8379
|
...props
|
|
8333
8380
|
},
|
|
8334
|
-
/* @__PURE__ */
|
|
8381
|
+
/* @__PURE__ */ React147.createElement(
|
|
8335
8382
|
"path",
|
|
8336
8383
|
{
|
|
8337
8384
|
d: "M18.3069 4.55233C18.2243 4.55233 18.1416 4.53167 18.0693 4.49033C16.0853 3.46733 14.3699 3.03333 12.3136 3.03333C10.2676 3.03333 8.32493 3.519 6.55793 4.49033C6.30993 4.62467 5.99993 4.53167 5.85526 4.28367C5.72093 4.03567 5.81393 3.71533 6.06193 3.581C7.98393 2.53733 10.0919 2 12.3136 2C14.5146 2 16.4366 2.48567 18.5446 3.57067C18.8029 3.705 18.8959 4.015 18.7616 4.263C18.6686 4.449 18.4929 4.55233 18.3069 4.55233ZM3.51993 9.97733C3.4166 9.97733 3.31326 9.94633 3.22026 9.88433C2.9826 9.719 2.93093 9.39867 3.09626 9.161C4.11926 7.71433 5.42126 6.57767 6.97126 5.782C10.2159 4.108 14.3699 4.09767 17.6249 5.77167C19.1749 6.56733 20.4769 7.69367 21.4999 9.13C21.6653 9.35733 21.6136 9.688 21.3759 9.85333C21.1383 10.0187 20.8179 9.967 20.6526 9.72933C19.7226 8.42733 18.5446 7.40433 17.1496 6.69133C14.1839 5.17233 10.3916 5.17233 7.43626 6.70167C6.03093 7.425 4.85293 8.45833 3.92293 9.76033C3.84026 9.905 3.68526 9.97733 3.51993 9.97733ZM9.97826 22.4497C9.84393 22.4497 9.7096 22.398 9.6166 22.2947C8.7176 21.3957 8.23193 20.817 7.5396 19.5667C6.8266 18.2957 6.4546 16.7457 6.4546 15.082C6.4546 12.013 9.07926 9.51233 12.3033 9.51233C15.5273 9.51233 18.1519 12.013 18.1519 15.082C18.1519 15.3713 17.9246 15.5987 17.6353 15.5987C17.3459 15.5987 17.1186 15.3713 17.1186 15.082C17.1186 12.5813 14.9589 10.5457 12.3033 10.5457C9.6476 10.5457 7.48793 12.5813 7.48793 15.082C7.48793 16.57 7.8186 17.9443 8.44893 19.0603C9.11027 20.2487 9.56493 20.755 10.3606 21.561C10.5569 21.7677 10.5569 22.088 10.3606 22.2947C10.2469 22.398 10.1126 22.4497 9.97826 22.4497ZM17.3873 20.538C16.1576 20.538 15.0726 20.228 14.1839 19.6183C12.6443 18.5747 11.7246 16.88 11.7246 15.082C11.7246 14.7927 11.9519 14.5653 12.2413 14.5653C12.5306 14.5653 12.7579 14.7927 12.7579 15.082C12.7579 16.539 13.5019 17.9133 14.7626 18.7607C15.4963 19.2567 16.3539 19.4943 17.3873 19.4943C17.6353 19.4943 18.0486 19.4633 18.4619 19.391C18.7409 19.3393 19.0096 19.5253 19.0613 19.8147C19.1129 20.0937 18.9269 20.3623 18.6376 20.414C18.0486 20.5277 17.5319 20.538 17.3873 20.538ZM15.3103 22.6667C15.2689 22.6667 15.2173 22.6563 15.1759 22.646C13.5329 22.1913 12.4583 21.5817 11.3319 20.476C9.88526 19.0397 9.0896 17.128 9.0896 15.082C9.0896 13.408 10.5156 12.044 12.2723 12.044C14.0289 12.044 15.4549 13.408 15.4549 15.082C15.4549 16.1877 16.4159 17.0867 17.6043 17.0867C18.7926 17.0867 19.7536 16.1877 19.7536 15.082C19.7536 11.1863 16.3953 8.02433 12.2619 8.02433C9.32726 8.02433 6.6406 9.657 5.4316 12.1887C5.0286 13.0257 4.82193 14.0073 4.82193 15.082C4.82193 15.888 4.89426 17.159 5.51426 18.8123C5.6176 19.081 5.48326 19.3807 5.2146 19.4737C4.94593 19.577 4.64626 19.4323 4.55326 19.174C4.04693 17.8203 3.79893 16.477 3.79893 15.082C3.79893 13.842 4.0366 12.7157 4.5016 11.734C5.87593 8.851 8.92426 6.98067 12.2619 6.98067C16.9636 6.98067 20.7869 10.6077 20.7869 15.0717C20.7869 16.7457 19.3609 18.1097 17.6043 18.1097C15.8476 18.1097 14.4216 16.7457 14.4216 15.0717C14.4216 13.966 13.4606 13.067 12.2723 13.067C11.0839 13.067 10.1229 13.966 10.1229 15.0717C10.1229 16.8387 10.8049 18.492 12.0553 19.732C13.0369 20.7033 13.9773 21.2407 15.4343 21.6437C15.7133 21.716 15.8683 22.0053 15.7959 22.274C15.7443 22.5117 15.5273 22.6667 15.3103 22.6667Z",
|
|
@@ -8349,7 +8396,7 @@ var TouchIos_exports = {};
|
|
|
8349
8396
|
__export(TouchIos_exports, {
|
|
8350
8397
|
default: () => TouchIos_default
|
|
8351
8398
|
});
|
|
8352
|
-
import * as
|
|
8399
|
+
import * as React148 from "react";
|
|
8353
8400
|
var SvgTouchIos, TouchIos_default;
|
|
8354
8401
|
var init_TouchIos = __esm({
|
|
8355
8402
|
"src/react/TouchIos.tsx"() {
|
|
@@ -8357,7 +8404,7 @@ var init_TouchIos = __esm({
|
|
|
8357
8404
|
init_types();
|
|
8358
8405
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
8359
8406
|
const sizeValue = resolveSize(size);
|
|
8360
|
-
return /* @__PURE__ */
|
|
8407
|
+
return /* @__PURE__ */ React148.createElement(
|
|
8361
8408
|
"svg",
|
|
8362
8409
|
{
|
|
8363
8410
|
width: sizeValue,
|
|
@@ -8367,7 +8414,7 @@ var init_TouchIos = __esm({
|
|
|
8367
8414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8368
8415
|
...props
|
|
8369
8416
|
},
|
|
8370
|
-
/* @__PURE__ */
|
|
8417
|
+
/* @__PURE__ */ React148.createElement(
|
|
8371
8418
|
"path",
|
|
8372
8419
|
{
|
|
8373
8420
|
d: "M15.126 16.078c0.245 0.036 0.327 0.227 0.327 0.445 -0.172 1.399 -0.499 2.734 -0.998 4.024 -0.408 1.045 -0.907 2.044 -1.534 2.979 -0.063 0.1 -0.127 0.209 -0.209 0.3 -0.163 0.191 -0.372 0.227 -0.563 0.1 -0.209 -0.136 -0.172 -0.336 -0.063 -0.527 0.19 -0.327 0.408 -0.636 0.599 -0.963 1.025 -1.78 1.688 -3.679 1.951 -5.722 0.009 -0.109 0.036 -0.209 0.063 -0.309 0.054 -0.218 0.191 -0.354 0.426 -0.327M11.751 10.21c0.989 -0.182 1.896 0.527 2.105 1.653 0.064 0.345 0.127 0.681 0.154 1.026 0.045 0.581 0.136 1.172 0.1 1.762 -0.045 3.306 -1.034 6.294 -3.012 8.956 -0.163 0.218 -0.345 0.49 -0.662 0.263 -0.299 -0.218 -0.154 -0.472 0.018 -0.708 1.497 -2.016 2.432 -4.269 2.758 -6.767 0.2 -1.535 0.136 -3.043 -0.163 -4.55 -0.127 -0.645 -0.69 -0.981 -1.325 -0.845 -0.535 0.118 -0.871 0.654 -0.753 1.262 0.281 1.49 0.318 2.97 0.046 4.46 -0.054 0.3 -0.054 0.736 -0.499 0.672 -0.454 -0.063 -0.318 -0.463 -0.263 -0.772 0.236 -1.371 0.245 -2.734 -0.027 -4.096 -0.236 -1.19 0.381 -2.107 1.524 -2.316m2.059 -2.171c0.118 -0.2 0.299 -0.245 0.508 -0.145 0.508 0.254 0.925 0.609 1.297 1.044 0.735 0.863 1.052 1.889 1.198 2.988 0.109 0.89 0.227 1.771 0.2 2.407 -0.009 3.388 -0.771 6.303 -2.295 9.028 -0.027 0.054 -0.054 0.109 -0.091 0.154 -0.145 0.236 -0.336 0.382 -0.599 0.218 -0.245 -0.145 -0.2 -0.381 -0.073 -0.599 0.309 -0.536 0.581 -1.09 0.835 -1.662 1.007 -2.261 1.47 -4.632 1.452 -7.103 -0.009 -1.099 -0.127 -2.207 -0.381 -3.279 -0.209 -0.917 -0.699 -1.662 -1.452 -2.234 -0.154 -0.118 -0.326 -0.227 -0.472 -0.345 -0.154 -0.127 -0.245 -0.281 -0.127 -0.472m-1.86 3.624c0.263 -0.045 0.39 0.118 0.436 0.354 0.181 0.881 0.281 1.771 0.272 2.661 -0.064 3.224 -1.089 6.094 -3.158 8.592 -0.045 0.055 -0.091 0.118 -0.145 0.173 -0.172 0.191 -0.381 0.282 -0.59 0.1 -0.2 -0.164 -0.154 -0.382 -0.009 -0.572 0.245 -0.327 0.508 -0.636 0.744 -0.972C11.034 19.865 11.796 17.467 11.896 14.843c0.027 -0.817 -0.082 -1.626 -0.209 -2.434 -0.018 -0.091 -0.036 -0.182 -0.045 -0.272 -0.018 -0.236 0.045 -0.436 0.309 -0.472M17.032 19.52c0.064 -0.245 0.191 -0.418 0.481 -0.364 0.209 0.045 0.291 0.2 0.291 0.409 -0.027 0.109 -0.045 0.227 -0.082 0.345 -0.299 1.017 -0.653 2.007 -1.125 2.961 -0.118 0.245 -0.281 0.472 -0.59 0.327 -0.29 -0.136 -0.218 -0.399 -0.109 -0.627 0.454 -0.99 0.844 -2.007 1.134 -3.052m-7.422 -0.7c0.091 -0.218 0.227 -0.409 0.508 -0.327 0.209 0.064 0.272 0.227 0.245 0.509 -0.091 0.209 -0.209 0.481 -0.336 0.754 -0.544 1.153 -1.243 2.207 -2.132 3.124 -0.191 0.191 -0.399 0.372 -0.653 0.127 -0.236 -0.227 -0.091 -0.445 0.082 -0.627 0.98 -1.044 1.733 -2.234 2.287 -3.56M9.255 12.908c0.29 -0.027 0.381 0.191 0.417 0.436 0.027 0.182 0.064 0.354 0.073 0.536 0 0.254 -0.009 0.509 -0.009 0.772 -0.036 2.861 -1.062 5.322 -3.031 7.402l-0.19 0.191c-0.19 0.181 -0.417 0.29 -0.635 0.073 -0.236 -0.227 -0.1 -0.445 0.091 -0.627A10.02 10.02 0 0 0 7.64 19.557c1.016 -1.762 1.479 -3.651 1.297 -5.695 -0.009 -0.154 -0.018 -0.3 -0.018 -0.454 -0.009 -0.245 0.054 -0.482 0.336 -0.5M17.685 7.44c0.227 -0.163 0.399 -0.036 0.544 0.145 0.671 0.89 1.071 1.898 1.288 2.97 0.263 1.353 0.426 2.698 0.399 3.815 0.009 2.607 -0.39 4.886 -1.17 7.103 -0.054 0.145 -0.109 0.282 -0.163 0.427 -0.091 0.236 -0.245 0.409 -0.517 0.309 -0.263 -0.1 -0.29 -0.318 -0.2 -0.563 0.118 -0.345 0.236 -0.681 0.345 -1.036 0.671 -2.089 1.007 -4.242 0.926 -6.44 -0.073 -1.853 -0.173 -3.724 -1.08 -5.422 -0.136 -0.254 -0.299 -0.491 -0.445 -0.745 -0.118 -0.209 -0.136 -0.418 0.073 -0.563m-5.862 -0.181c0.181 0 0.245 -0.009 0.299 0 0.263 0.027 0.563 0.073 0.572 0.4 0.009 0.363 -0.299 0.409 -0.59 0.409 -1.524 -0.027 -2.686 0.609 -3.493 1.889 -0.535 0.854 -0.708 1.789 -0.517 2.788 0.608 3.279 -0.281 6.104 -2.622 8.465 -0.082 0.082 -0.173 0.173 -0.272 0.245 -0.2 0.164 -0.417 0.218 -0.599 0 -0.172 -0.2 -0.082 -0.399 0.082 -0.563 0.49 -0.472 0.962 -0.963 1.343 -1.526 1.261 -1.88 1.787 -3.942 1.334 -6.167 -0.608 -3.052 1.443 -5.813 4.464 -5.94M5.545 17.222c0.1 -0.227 0.227 -0.4 0.508 -0.345 0.181 0.054 0.272 0.191 0.281 0.427a5.2 5.2 0 0 1 -0.118 0.336c-0.463 1.09 -1.161 1.998 -2.042 2.779 -0.209 0.191 -0.454 0.3 -0.671 0.036 -0.209 -0.245 -0.036 -0.463 0.154 -0.618 0.844 -0.717 1.461 -1.598 1.887 -2.616m15.334 -4.314c0.372 -0.045 0.445 0.254 0.454 0.545 0.027 0.427 0.018 0.854 0.018 1.281 0.027 1.753 -0.209 3.47 -0.617 5.168 -0.018 0.055 -0.027 0.118 -0.045 0.173 -0.081 0.263 -0.145 0.59 -0.517 0.49 -0.354 -0.091 -0.318 -0.391 -0.245 -0.672 0.191 -0.736 0.345 -1.471 0.436 -2.225 0.181 -1.381 0.317 -2.761 0.181 -4.16 -0.027 -0.282 0.009 -0.554 0.336 -0.6M7.187 6.078c0.172 -0.109 0.345 -0.109 0.49 0.045 0.154 0.154 0.127 0.336 0 0.49 -0.118 0.136 -0.254 0.264 -0.381 0.391 -1.806 1.78 -2.486 3.914 -2.033 6.412 0.381 2.098 -0.19 3.924 -1.597 5.495 -0.181 0.2 -0.399 0.372 -0.617 0.536 -0.163 0.118 -0.345 0.127 -0.49 -0.036 -0.154 -0.182 -0.118 -0.363 0.036 -0.527 0.136 -0.145 0.281 -0.272 0.417 -0.418 1.043 -1.072 1.561 -2.352 1.606 -4.005a105.2 105.2 0 0 1 -0.172 -1.226c-0.381 -2.752 0.463 -5.068 2.495 -6.957 0.073 -0.073 0.163 -0.136 0.245 -0.2M3.258 12.009c0.209 -0.009 0.354 0.118 0.381 0.318 0.079 0.799 0.309 1.452 0.309 2.207 -0.054 1.489 -0.572 2.67 -1.606 3.624 -0.172 0.154 -0.363 0.245 -0.563 0.063 -0.209 -0.191 -0.181 -0.427 0.009 -0.599 1.37 -1.244 1.549 -3.088 1.202 -4.311 -0.084 -0.298 -0.141 -0.886 -0.081 -1.032 0.056 -0.136 0.14 -0.27 0.349 -0.27m8.711 -6.204c2.922 -0.018 5.544 2.135 6.115 5.032 0.245 1.244 0.399 2.507 0.372 3.86 0.036 0.845 -0.081 1.762 -0.19 2.68a1.24 1.24 0 0 1 -0.054 0.263c-0.054 0.236 -0.173 0.445 -0.454 0.4 -0.281 -0.054 -0.345 -0.281 -0.299 -0.527 0.091 -0.6 0.136 -1.199 0.191 -1.798 0.154 -1.735 0 -3.451 -0.427 -5.132C16.533 7.885 13.802 6.178 11.089 6.668c-2.804 0.509 -4.754 3.006 -4.5 5.804 0.073 0.799 0.299 1.581 0.245 2.389 -0.009 0.163 -0.009 0.336 -0.045 0.5 -0.045 0.218 -0.154 0.418 -0.417 0.39 -0.281 -0.027 -0.381 -0.245 -0.354 -0.49 0.036 -0.391 0.064 -0.781 0.009 -1.172 -0.136 -1.044 -0.336 -2.089 -0.136 -3.151 0.553 -2.934 3.112 -5.114 6.079 -5.132M14.754 2.236c0.091 -0.272 0.317 -0.3 0.562 -0.227 0.626 0.191 1.225 0.445 1.788 0.772 3.166 1.825 4.927 4.596 5.435 8.192 0.172 1.217 0.309 2.434 0.272 3.733 0.045 0.799 -0.036 1.653 -0.127 2.507 -0.027 0.282 -0.036 0.69 -0.472 0.627 -0.417 -0.064 -0.336 -0.436 -0.299 -0.736 0.299 -2.507 0.191 -4.996 -0.426 -7.43 -0.844 -3.37 -2.967 -5.64 -6.206 -6.885 -0.073 -0.027 -0.145 -0.045 -0.218 -0.073 -0.218 -0.091 -0.39 -0.227 -0.308 -0.481m-4.192 -0.672c0.88 -0.136 1.778 -0.173 2.667 -0.027 0.254 0.045 0.508 0.109 0.49 0.427 -0.027 0.354 -0.299 0.345 -0.572 0.336 -0.336 -0.027 -0.671 -0.018 -1.007 -0.018 -4.945 -0.173 -9.409 3.588 -9.908 8.965 -0.091 0.99 0.045 1.962 0.2 2.934 0.154 0.936 -0.127 1.762 -0.708 2.498 -0.163 0.209 -0.372 0.418 -0.644 0.191 -0.281 -0.227 -0.118 -0.463 0.055 -0.672 0.553 -0.672 0.626 -1.444 0.481 -2.271 -1.007 -6.031 2.885 -11.426 8.947 -12.362M1.439 6.432c0.098 -0.08 0.219 -0.105 0.349 -0.036 0.191 0.091 0.263 0.254 0.191 0.454 -0.091 0.254 -0.209 0.499 -0.318 0.754 -0.916 2.162 -1.143 4.396 -0.662 6.703 0.064 0.3 0.29 0.718 -0.2 0.836 -0.49 0.118 -0.49 -0.354 -0.554 -0.654C0.095 13.731 -0.017 12.967 0.003 12.281a12.114 12.114 0 0 1 0.022 -1.029c0.085 -1.569 0.483 -2.998 1.128 -4.375 0.046 -0.108 0.099 -0.209 0.164 -0.304l0.008 -0.015c0.027 -0.053 0.067 -0.096 0.114 -0.126m9.613 2.452c1.914 -0.563 3.756 0.563 4.192 2.543 0.19 0.863 0.263 1.753 0.309 2.643v0.409c-0.009 0.245 -0.091 0.472 -0.381 0.472s-0.363 -0.218 -0.372 -0.472c-0.045 -0.917 -0.118 -1.835 -0.281 -2.743 -0.336 -1.835 -2.16 -2.77 -3.738 -1.908 -0.526 0.291 -0.925 0.727 -1.134 1.308 -0.027 0.073 -0.055 0.145 -0.073 0.218 -0.082 0.254 -0.181 0.527 -0.517 0.427 -0.363 -0.109 -0.29 -0.418 -0.209 -0.681 0.363 -1.108 1.08 -1.889 2.205 -2.216m7.34 -6.595a0.333 0.333 0 0 1 0.44 -0.099c0.119 0.051 0.236 0.146 0.341 0.227 2.106 1.594 3.498 3.565 4.231 5.882a11.88 11.88 0 0 1 0.57 2.96q0.015 0.178 0.025 0.358v0.545c0 0.236 -0.063 0.436 -0.345 0.445 -0.281 0.009 -0.39 -0.191 -0.408 -0.445 -0.018 -0.454 -0.027 -0.908 -0.082 -1.353 -0.381 -3.215 -1.878 -5.804 -4.427 -7.784 -0.208 -0.166 -0.537 -0.325 -0.396 -0.623 0.009 -0.04 0.026 -0.078 0.051 -0.114m-7.268 0.655c4.609 -0.454 9.037 2.743 9.863 7.593 0.045 0.236 0.082 0.463 0.109 0.608 0.009 0.327 0.027 0.6 -0.309 0.636 -0.317 0.036 -0.399 -0.218 -0.445 -0.472 -0.209 -1.426 -0.599 -2.788 -1.452 -3.969 -2.114 -2.934 -4.981 -4.087 -8.511 -3.497 -3.212 0.536 -5.825 3.161 -6.533 6.376 -0.063 0.291 -0.054 0.736 -0.517 0.636 -0.49 -0.1 -0.299 -0.518 -0.227 -0.827 0.889 -3.878 4.146 -6.703 8.021 -7.085m0.789 1.399c1.751 0.064 3.257 0.518 4.591 1.489 0.045 0.036 0.1 0.073 0.145 0.109 0.2 0.182 0.481 0.363 0.236 0.672 -0.236 0.309 -0.481 0.1 -0.708 -0.064 -2.105 -1.544 -4.382 -1.798 -6.814 -0.89 -0.054 0.018 -0.109 0.045 -0.172 0.063 -0.218 0.082 -0.436 0.082 -0.545 -0.154 -0.127 -0.263 0.027 -0.436 0.254 -0.545 0.681 -0.318 1.388 -0.5 2.123 -0.6 0.336 -0.036 0.663 -0.054 0.889 -0.082M12.184 0c1.557 0 3.196 0.374 4.766 1.073 0.045 0.018 0.082 0.036 0.127 0.055 0.263 0.109 0.481 0.263 0.354 0.581 -0.136 0.327 -0.408 0.236 -0.653 0.118 -0.792 -0.371 -2.328 -0.83 -3.284 -1.002a11.4 11.4 0 0 0 -1.494 -0.097c-0.935 0 -1.843 0.113 -2.712 0.326 -2.195 0.575 -4.338 1.88 -6.121 4.026 -0.182 0.226 -0.348 0.61 -0.696 0.395a0.334 0.334 0 0 1 -0.2 -0.195c-0.13 -0.244 0.141 -0.481 0.297 -0.682C4.628 2.027 7.305 0.528 10.571 0.092 11.043 0.029 11.694 0 12.184 0",
|
|
@@ -8385,7 +8432,7 @@ var Trash_exports = {};
|
|
|
8385
8432
|
__export(Trash_exports, {
|
|
8386
8433
|
default: () => Trash_default
|
|
8387
8434
|
});
|
|
8388
|
-
import * as
|
|
8435
|
+
import * as React149 from "react";
|
|
8389
8436
|
var SvgTrash, Trash_default;
|
|
8390
8437
|
var init_Trash = __esm({
|
|
8391
8438
|
"src/react/Trash.tsx"() {
|
|
@@ -8393,7 +8440,7 @@ var init_Trash = __esm({
|
|
|
8393
8440
|
init_types();
|
|
8394
8441
|
SvgTrash = ({ size = 16, ...props }) => {
|
|
8395
8442
|
const sizeValue = resolveSize(size);
|
|
8396
|
-
return /* @__PURE__ */
|
|
8443
|
+
return /* @__PURE__ */ React149.createElement(
|
|
8397
8444
|
"svg",
|
|
8398
8445
|
{
|
|
8399
8446
|
width: sizeValue,
|
|
@@ -8403,7 +8450,7 @@ var init_Trash = __esm({
|
|
|
8403
8450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8404
8451
|
...props
|
|
8405
8452
|
},
|
|
8406
|
-
/* @__PURE__ */
|
|
8453
|
+
/* @__PURE__ */ React149.createElement(
|
|
8407
8454
|
"path",
|
|
8408
8455
|
{
|
|
8409
8456
|
fillRule: "evenodd",
|
|
@@ -8412,7 +8459,7 @@ var init_Trash = __esm({
|
|
|
8412
8459
|
fill: "currentColor"
|
|
8413
8460
|
}
|
|
8414
8461
|
),
|
|
8415
|
-
/* @__PURE__ */
|
|
8462
|
+
/* @__PURE__ */ React149.createElement(
|
|
8416
8463
|
"path",
|
|
8417
8464
|
{
|
|
8418
8465
|
fillRule: "evenodd",
|
|
@@ -8421,7 +8468,7 @@ var init_Trash = __esm({
|
|
|
8421
8468
|
fill: "currentColor"
|
|
8422
8469
|
}
|
|
8423
8470
|
),
|
|
8424
|
-
/* @__PURE__ */
|
|
8471
|
+
/* @__PURE__ */ React149.createElement(
|
|
8425
8472
|
"path",
|
|
8426
8473
|
{
|
|
8427
8474
|
fillRule: "evenodd",
|
|
@@ -8441,7 +8488,7 @@ var Trash2_exports = {};
|
|
|
8441
8488
|
__export(Trash2_exports, {
|
|
8442
8489
|
default: () => Trash2_default
|
|
8443
8490
|
});
|
|
8444
|
-
import * as
|
|
8491
|
+
import * as React150 from "react";
|
|
8445
8492
|
var SvgTrash2, Trash2_default;
|
|
8446
8493
|
var init_Trash2 = __esm({
|
|
8447
8494
|
"src/react/Trash2.tsx"() {
|
|
@@ -8449,7 +8496,7 @@ var init_Trash2 = __esm({
|
|
|
8449
8496
|
init_types();
|
|
8450
8497
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
8451
8498
|
const sizeValue = resolveSize(size);
|
|
8452
|
-
return /* @__PURE__ */
|
|
8499
|
+
return /* @__PURE__ */ React150.createElement(
|
|
8453
8500
|
"svg",
|
|
8454
8501
|
{
|
|
8455
8502
|
width: sizeValue,
|
|
@@ -8459,7 +8506,7 @@ var init_Trash2 = __esm({
|
|
|
8459
8506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8460
8507
|
...props
|
|
8461
8508
|
},
|
|
8462
|
-
/* @__PURE__ */
|
|
8509
|
+
/* @__PURE__ */ React150.createElement(
|
|
8463
8510
|
"path",
|
|
8464
8511
|
{
|
|
8465
8512
|
fillRule: "evenodd",
|
|
@@ -8468,7 +8515,7 @@ var init_Trash2 = __esm({
|
|
|
8468
8515
|
fill: "currentColor"
|
|
8469
8516
|
}
|
|
8470
8517
|
),
|
|
8471
|
-
/* @__PURE__ */
|
|
8518
|
+
/* @__PURE__ */ React150.createElement(
|
|
8472
8519
|
"path",
|
|
8473
8520
|
{
|
|
8474
8521
|
fillRule: "evenodd",
|
|
@@ -8477,7 +8524,7 @@ var init_Trash2 = __esm({
|
|
|
8477
8524
|
fill: "currentColor"
|
|
8478
8525
|
}
|
|
8479
8526
|
),
|
|
8480
|
-
/* @__PURE__ */
|
|
8527
|
+
/* @__PURE__ */ React150.createElement(
|
|
8481
8528
|
"path",
|
|
8482
8529
|
{
|
|
8483
8530
|
fillRule: "evenodd",
|
|
@@ -8486,7 +8533,7 @@ var init_Trash2 = __esm({
|
|
|
8486
8533
|
fill: "currentColor"
|
|
8487
8534
|
}
|
|
8488
8535
|
),
|
|
8489
|
-
/* @__PURE__ */
|
|
8536
|
+
/* @__PURE__ */ React150.createElement(
|
|
8490
8537
|
"path",
|
|
8491
8538
|
{
|
|
8492
8539
|
fillRule: "evenodd",
|
|
@@ -8495,7 +8542,7 @@ var init_Trash2 = __esm({
|
|
|
8495
8542
|
fill: "currentColor"
|
|
8496
8543
|
}
|
|
8497
8544
|
),
|
|
8498
|
-
/* @__PURE__ */
|
|
8545
|
+
/* @__PURE__ */ React150.createElement(
|
|
8499
8546
|
"path",
|
|
8500
8547
|
{
|
|
8501
8548
|
fillRule: "evenodd",
|
|
@@ -8515,7 +8562,7 @@ var User_exports = {};
|
|
|
8515
8562
|
__export(User_exports, {
|
|
8516
8563
|
default: () => User_default
|
|
8517
8564
|
});
|
|
8518
|
-
import * as
|
|
8565
|
+
import * as React151 from "react";
|
|
8519
8566
|
var SvgUser, User_default;
|
|
8520
8567
|
var init_User = __esm({
|
|
8521
8568
|
"src/react/User.tsx"() {
|
|
@@ -8523,7 +8570,7 @@ var init_User = __esm({
|
|
|
8523
8570
|
init_types();
|
|
8524
8571
|
SvgUser = ({ size = 16, ...props }) => {
|
|
8525
8572
|
const sizeValue = resolveSize(size);
|
|
8526
|
-
return /* @__PURE__ */
|
|
8573
|
+
return /* @__PURE__ */ React151.createElement(
|
|
8527
8574
|
"svg",
|
|
8528
8575
|
{
|
|
8529
8576
|
width: sizeValue,
|
|
@@ -8533,7 +8580,7 @@ var init_User = __esm({
|
|
|
8533
8580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8534
8581
|
...props
|
|
8535
8582
|
},
|
|
8536
|
-
/* @__PURE__ */
|
|
8583
|
+
/* @__PURE__ */ React151.createElement(
|
|
8537
8584
|
"path",
|
|
8538
8585
|
{
|
|
8539
8586
|
fillRule: "evenodd",
|
|
@@ -8542,7 +8589,7 @@ var init_User = __esm({
|
|
|
8542
8589
|
fill: "currentColor"
|
|
8543
8590
|
}
|
|
8544
8591
|
),
|
|
8545
|
-
/* @__PURE__ */
|
|
8592
|
+
/* @__PURE__ */ React151.createElement(
|
|
8546
8593
|
"path",
|
|
8547
8594
|
{
|
|
8548
8595
|
fillRule: "evenodd",
|
|
@@ -8562,7 +8609,7 @@ var UserPlus_exports = {};
|
|
|
8562
8609
|
__export(UserPlus_exports, {
|
|
8563
8610
|
default: () => UserPlus_default
|
|
8564
8611
|
});
|
|
8565
|
-
import * as
|
|
8612
|
+
import * as React152 from "react";
|
|
8566
8613
|
var SvgUserPlus, UserPlus_default;
|
|
8567
8614
|
var init_UserPlus = __esm({
|
|
8568
8615
|
"src/react/UserPlus.tsx"() {
|
|
@@ -8570,7 +8617,7 @@ var init_UserPlus = __esm({
|
|
|
8570
8617
|
init_types();
|
|
8571
8618
|
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
8572
8619
|
const sizeValue = resolveSize(size);
|
|
8573
|
-
return /* @__PURE__ */
|
|
8620
|
+
return /* @__PURE__ */ React152.createElement(
|
|
8574
8621
|
"svg",
|
|
8575
8622
|
{
|
|
8576
8623
|
width: sizeValue,
|
|
@@ -8580,7 +8627,7 @@ var init_UserPlus = __esm({
|
|
|
8580
8627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8581
8628
|
...props
|
|
8582
8629
|
},
|
|
8583
|
-
/* @__PURE__ */
|
|
8630
|
+
/* @__PURE__ */ React152.createElement(
|
|
8584
8631
|
"path",
|
|
8585
8632
|
{
|
|
8586
8633
|
fillRule: "evenodd",
|
|
@@ -8589,7 +8636,7 @@ var init_UserPlus = __esm({
|
|
|
8589
8636
|
fill: "currentColor"
|
|
8590
8637
|
}
|
|
8591
8638
|
),
|
|
8592
|
-
/* @__PURE__ */
|
|
8639
|
+
/* @__PURE__ */ React152.createElement(
|
|
8593
8640
|
"path",
|
|
8594
8641
|
{
|
|
8595
8642
|
fillRule: "evenodd",
|
|
@@ -8598,7 +8645,7 @@ var init_UserPlus = __esm({
|
|
|
8598
8645
|
fill: "currentColor"
|
|
8599
8646
|
}
|
|
8600
8647
|
),
|
|
8601
|
-
/* @__PURE__ */
|
|
8648
|
+
/* @__PURE__ */ React152.createElement(
|
|
8602
8649
|
"path",
|
|
8603
8650
|
{
|
|
8604
8651
|
fillRule: "evenodd",
|
|
@@ -8607,7 +8654,7 @@ var init_UserPlus = __esm({
|
|
|
8607
8654
|
fill: "currentColor"
|
|
8608
8655
|
}
|
|
8609
8656
|
),
|
|
8610
|
-
/* @__PURE__ */
|
|
8657
|
+
/* @__PURE__ */ React152.createElement(
|
|
8611
8658
|
"path",
|
|
8612
8659
|
{
|
|
8613
8660
|
fillRule: "evenodd",
|
|
@@ -8627,7 +8674,7 @@ var UserSquare_exports = {};
|
|
|
8627
8674
|
__export(UserSquare_exports, {
|
|
8628
8675
|
default: () => UserSquare_default
|
|
8629
8676
|
});
|
|
8630
|
-
import * as
|
|
8677
|
+
import * as React153 from "react";
|
|
8631
8678
|
var SvgUserSquare, UserSquare_default;
|
|
8632
8679
|
var init_UserSquare = __esm({
|
|
8633
8680
|
"src/react/UserSquare.tsx"() {
|
|
@@ -8635,7 +8682,7 @@ var init_UserSquare = __esm({
|
|
|
8635
8682
|
init_types();
|
|
8636
8683
|
SvgUserSquare = ({ size = 16, ...props }) => {
|
|
8637
8684
|
const sizeValue = resolveSize(size);
|
|
8638
|
-
return /* @__PURE__ */
|
|
8685
|
+
return /* @__PURE__ */ React153.createElement(
|
|
8639
8686
|
"svg",
|
|
8640
8687
|
{
|
|
8641
8688
|
width: sizeValue,
|
|
@@ -8645,7 +8692,7 @@ var init_UserSquare = __esm({
|
|
|
8645
8692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8646
8693
|
...props
|
|
8647
8694
|
},
|
|
8648
|
-
/* @__PURE__ */
|
|
8695
|
+
/* @__PURE__ */ React153.createElement(
|
|
8649
8696
|
"path",
|
|
8650
8697
|
{
|
|
8651
8698
|
d: "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1v-1a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm4 14a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1zm3-12a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4",
|
|
@@ -8663,7 +8710,7 @@ var WalkInCloset_exports = {};
|
|
|
8663
8710
|
__export(WalkInCloset_exports, {
|
|
8664
8711
|
default: () => WalkInCloset_default
|
|
8665
8712
|
});
|
|
8666
|
-
import * as
|
|
8713
|
+
import * as React154 from "react";
|
|
8667
8714
|
var SvgWalkInCloset, WalkInCloset_default;
|
|
8668
8715
|
var init_WalkInCloset = __esm({
|
|
8669
8716
|
"src/react/WalkInCloset.tsx"() {
|
|
@@ -8671,7 +8718,7 @@ var init_WalkInCloset = __esm({
|
|
|
8671
8718
|
init_types();
|
|
8672
8719
|
SvgWalkInCloset = ({ size = 16, ...props }) => {
|
|
8673
8720
|
const sizeValue = resolveSize(size);
|
|
8674
|
-
return /* @__PURE__ */
|
|
8721
|
+
return /* @__PURE__ */ React154.createElement(
|
|
8675
8722
|
"svg",
|
|
8676
8723
|
{
|
|
8677
8724
|
width: sizeValue,
|
|
@@ -8681,7 +8728,7 @@ var init_WalkInCloset = __esm({
|
|
|
8681
8728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8682
8729
|
...props
|
|
8683
8730
|
},
|
|
8684
|
-
/* @__PURE__ */
|
|
8731
|
+
/* @__PURE__ */ React154.createElement(
|
|
8685
8732
|
"path",
|
|
8686
8733
|
{
|
|
8687
8734
|
d: "M13.5576 2L13.7989 2.01465C14.0379 2.04381 14.2709 2.11613 14.4854 2.22852C14.7714 2.37846 15.0163 2.59589 15.2002 2.86133C15.3841 3.12676 15.5012 3.4325 15.541 3.75293C15.5809 4.07354 15.5431 4.39963 15.4297 4.70215L14.6504 6.77832L19.2403 11.8271C19.6117 12.2358 19.5815 12.8687 19.1729 13.2402C18.7642 13.6117 18.1313 13.5815 17.7598 13.1729L15.3184 10.4873L16.9756 17.7783C17.0518 18.1134 16.95 18.4641 16.7071 18.707L12.7071 22.707C12.3165 23.0976 11.6835 23.0976 11.293 22.707L7.293 18.707C7.05004 18.4641 6.94831 18.1134 7.02445 17.7783L9.45804 7.06934L8.57034 4.70215C8.45694 4.39963 8.41918 4.07354 8.45902 3.75293C8.49891 3.4325 8.61595 3.12676 8.79984 2.86133C8.98374 2.59589 9.22868 2.37846 9.51468 2.22852C9.80078 2.07861 10.1194 2.00016 10.4424 2H13.5576ZM9.09769 17.6836L12 20.5859L14.9014 17.6836L12.7012 8H11.2989L9.09769 17.6836ZM11.1934 6H12.8067L13.5567 4H10.4434L11.1934 6Z",
|
|
@@ -8699,7 +8746,7 @@ var Warehouse_exports = {};
|
|
|
8699
8746
|
__export(Warehouse_exports, {
|
|
8700
8747
|
default: () => Warehouse_default
|
|
8701
8748
|
});
|
|
8702
|
-
import * as
|
|
8749
|
+
import * as React155 from "react";
|
|
8703
8750
|
var SvgWarehouse, Warehouse_default;
|
|
8704
8751
|
var init_Warehouse = __esm({
|
|
8705
8752
|
"src/react/Warehouse.tsx"() {
|
|
@@ -8707,7 +8754,7 @@ var init_Warehouse = __esm({
|
|
|
8707
8754
|
init_types();
|
|
8708
8755
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
8709
8756
|
const sizeValue = resolveSize(size);
|
|
8710
|
-
return /* @__PURE__ */
|
|
8757
|
+
return /* @__PURE__ */ React155.createElement(
|
|
8711
8758
|
"svg",
|
|
8712
8759
|
{
|
|
8713
8760
|
width: sizeValue,
|
|
@@ -8717,7 +8764,7 @@ var init_Warehouse = __esm({
|
|
|
8717
8764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8718
8765
|
...props
|
|
8719
8766
|
},
|
|
8720
|
-
/* @__PURE__ */
|
|
8767
|
+
/* @__PURE__ */ React155.createElement(
|
|
8721
8768
|
"path",
|
|
8722
8769
|
{
|
|
8723
8770
|
fillRule: "evenodd",
|
|
@@ -8726,7 +8773,7 @@ var init_Warehouse = __esm({
|
|
|
8726
8773
|
fill: "currentColor"
|
|
8727
8774
|
}
|
|
8728
8775
|
),
|
|
8729
|
-
/* @__PURE__ */
|
|
8776
|
+
/* @__PURE__ */ React155.createElement(
|
|
8730
8777
|
"path",
|
|
8731
8778
|
{
|
|
8732
8779
|
fillRule: "evenodd",
|
|
@@ -8735,7 +8782,7 @@ var init_Warehouse = __esm({
|
|
|
8735
8782
|
fill: "currentColor"
|
|
8736
8783
|
}
|
|
8737
8784
|
),
|
|
8738
|
-
/* @__PURE__ */
|
|
8785
|
+
/* @__PURE__ */ React155.createElement(
|
|
8739
8786
|
"path",
|
|
8740
8787
|
{
|
|
8741
8788
|
fillRule: "evenodd",
|
|
@@ -8744,7 +8791,7 @@ var init_Warehouse = __esm({
|
|
|
8744
8791
|
fill: "currentColor"
|
|
8745
8792
|
}
|
|
8746
8793
|
),
|
|
8747
|
-
/* @__PURE__ */
|
|
8794
|
+
/* @__PURE__ */ React155.createElement(
|
|
8748
8795
|
"path",
|
|
8749
8796
|
{
|
|
8750
8797
|
fillRule: "evenodd",
|
|
@@ -8764,7 +8811,7 @@ var WashingMachine_exports = {};
|
|
|
8764
8811
|
__export(WashingMachine_exports, {
|
|
8765
8812
|
default: () => WashingMachine_default
|
|
8766
8813
|
});
|
|
8767
|
-
import * as
|
|
8814
|
+
import * as React156 from "react";
|
|
8768
8815
|
var SvgWashingMachine, WashingMachine_default;
|
|
8769
8816
|
var init_WashingMachine = __esm({
|
|
8770
8817
|
"src/react/WashingMachine.tsx"() {
|
|
@@ -8772,7 +8819,7 @@ var init_WashingMachine = __esm({
|
|
|
8772
8819
|
init_types();
|
|
8773
8820
|
SvgWashingMachine = ({ size = 16, ...props }) => {
|
|
8774
8821
|
const sizeValue = resolveSize(size);
|
|
8775
|
-
return /* @__PURE__ */
|
|
8822
|
+
return /* @__PURE__ */ React156.createElement(
|
|
8776
8823
|
"svg",
|
|
8777
8824
|
{
|
|
8778
8825
|
width: sizeValue,
|
|
@@ -8782,7 +8829,7 @@ var init_WashingMachine = __esm({
|
|
|
8782
8829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8783
8830
|
...props
|
|
8784
8831
|
},
|
|
8785
|
-
/* @__PURE__ */
|
|
8832
|
+
/* @__PURE__ */ React156.createElement(
|
|
8786
8833
|
"path",
|
|
8787
8834
|
{
|
|
8788
8835
|
fillRule: "evenodd",
|
|
@@ -8791,7 +8838,7 @@ var init_WashingMachine = __esm({
|
|
|
8791
8838
|
fill: "currentColor"
|
|
8792
8839
|
}
|
|
8793
8840
|
),
|
|
8794
|
-
/* @__PURE__ */
|
|
8841
|
+
/* @__PURE__ */ React156.createElement(
|
|
8795
8842
|
"path",
|
|
8796
8843
|
{
|
|
8797
8844
|
d: "M20.2002 9.24817H17.2969L17.0625 9.01379C15.7457 7.69561 13.9169 6.94348 12 6.94348C10.0825 6.94353 8.25519 7.69538 6.9375 9.01379L6.70312 9.24817H3.7998V19.92C3.7998 20.0261 3.842 20.1282 3.91699 20.2032C3.99201 20.2783 4.0941 20.3204 4.2002 20.3204H19.8008C19.9066 20.3203 20.0081 20.2781 20.083 20.2032C20.158 20.1282 20.2002 20.0261 20.2002 19.92V9.24817ZM15.7002 14.0001C15.7002 11.9565 14.0435 10.2999 12 10.2999C9.95648 10.2999 8.2998 11.9565 8.2998 14.0001C8.29989 16.0436 9.95654 17.7003 12 17.7003C14.0435 17.7003 15.7001 16.0436 15.7002 14.0001ZM20.2002 6.84192C20.0463 7.18906 19.778 7.47351 19.4424 7.64758H20.2002V6.84192ZM20.2002 5.04016C20.2002 4.93407 20.158 4.83198 20.083 4.75696C20.0081 4.68216 19.9066 4.63989 19.8008 4.63977H19.3438C19.7249 4.80659 20.0314 5.11126 20.2002 5.49133V5.04016ZM17.2998 14.0001C17.2997 16.9273 14.9271 19.2999 12 19.2999C9.0729 19.2999 6.70028 16.9273 6.7002 14.0001C6.7002 11.0729 9.07285 8.70032 12 8.70032C14.9272 8.70032 17.2998 11.0729 17.2998 14.0001ZM18.5996 6.16711C18.5996 6.20422 18.6299 6.23424 18.667 6.2345H18.6758C18.713 6.2345 18.7432 6.20438 18.7432 6.16711C18.7431 6.12991 18.713 6.09973 18.6758 6.09973H18.667C18.63 6.09999 18.5997 6.13007 18.5996 6.16711ZM3.7998 7.64758H6.05371C7.65435 6.17019 9.78349 5.34392 12 5.34387C13.9197 5.34387 15.7766 5.96348 17.2793 7.08997C17.1032 6.82564 17 6.50851 17 6.16711C17.0001 5.48373 17.4116 4.89726 18 4.63977H4.2002C4.0941 4.63977 3.99201 4.68194 3.91699 4.75696C3.84197 4.83198 3.7998 4.93407 3.7998 5.04016V7.64758ZM21.8008 19.92C21.8008 20.4503 21.5897 20.9591 21.2148 21.3341C20.8399 21.7091 20.3311 21.9199 19.8008 21.92H4.2002C3.66976 21.92 3.16121 21.7092 2.78613 21.3341C2.41108 20.959 2.2002 20.4505 2.2002 19.92V5.04016C2.2002 4.50972 2.41106 4.00118 2.78613 3.6261C3.16121 3.25102 3.66976 3.04016 4.2002 3.04016H19.8008C20.3311 3.04028 20.8399 3.25113 21.2148 3.6261C21.5897 4.00115 21.8008 4.50987 21.8008 5.04016V19.92Z",
|
|
@@ -8809,7 +8856,7 @@ var Whatsapp_exports = {};
|
|
|
8809
8856
|
__export(Whatsapp_exports, {
|
|
8810
8857
|
default: () => Whatsapp_default
|
|
8811
8858
|
});
|
|
8812
|
-
import * as
|
|
8859
|
+
import * as React157 from "react";
|
|
8813
8860
|
var SvgWhatsapp, Whatsapp_default;
|
|
8814
8861
|
var init_Whatsapp = __esm({
|
|
8815
8862
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -8817,7 +8864,7 @@ var init_Whatsapp = __esm({
|
|
|
8817
8864
|
init_types();
|
|
8818
8865
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
8819
8866
|
const sizeValue = resolveSize(size);
|
|
8820
|
-
return /* @__PURE__ */
|
|
8867
|
+
return /* @__PURE__ */ React157.createElement(
|
|
8821
8868
|
"svg",
|
|
8822
8869
|
{
|
|
8823
8870
|
width: sizeValue,
|
|
@@ -8827,7 +8874,7 @@ var init_Whatsapp = __esm({
|
|
|
8827
8874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8828
8875
|
...props
|
|
8829
8876
|
},
|
|
8830
|
-
/* @__PURE__ */
|
|
8877
|
+
/* @__PURE__ */ React157.createElement(
|
|
8831
8878
|
"path",
|
|
8832
8879
|
{
|
|
8833
8880
|
fillRule: "evenodd",
|
|
@@ -8847,7 +8894,7 @@ var Wifi_exports = {};
|
|
|
8847
8894
|
__export(Wifi_exports, {
|
|
8848
8895
|
default: () => Wifi_default
|
|
8849
8896
|
});
|
|
8850
|
-
import * as
|
|
8897
|
+
import * as React158 from "react";
|
|
8851
8898
|
var SvgWifi, Wifi_default;
|
|
8852
8899
|
var init_Wifi = __esm({
|
|
8853
8900
|
"src/react/Wifi.tsx"() {
|
|
@@ -8855,7 +8902,7 @@ var init_Wifi = __esm({
|
|
|
8855
8902
|
init_types();
|
|
8856
8903
|
SvgWifi = ({ size = 16, ...props }) => {
|
|
8857
8904
|
const sizeValue = resolveSize(size);
|
|
8858
|
-
return /* @__PURE__ */
|
|
8905
|
+
return /* @__PURE__ */ React158.createElement(
|
|
8859
8906
|
"svg",
|
|
8860
8907
|
{
|
|
8861
8908
|
width: sizeValue,
|
|
@@ -8865,7 +8912,7 @@ var init_Wifi = __esm({
|
|
|
8865
8912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8866
8913
|
...props
|
|
8867
8914
|
},
|
|
8868
|
-
/* @__PURE__ */
|
|
8915
|
+
/* @__PURE__ */ React158.createElement(
|
|
8869
8916
|
"path",
|
|
8870
8917
|
{
|
|
8871
8918
|
fillRule: "evenodd",
|
|
@@ -8874,7 +8921,7 @@ var init_Wifi = __esm({
|
|
|
8874
8921
|
fill: "currentColor"
|
|
8875
8922
|
}
|
|
8876
8923
|
),
|
|
8877
|
-
/* @__PURE__ */
|
|
8924
|
+
/* @__PURE__ */ React158.createElement(
|
|
8878
8925
|
"path",
|
|
8879
8926
|
{
|
|
8880
8927
|
fillRule: "evenodd",
|
|
@@ -8883,7 +8930,7 @@ var init_Wifi = __esm({
|
|
|
8883
8930
|
fill: "currentColor"
|
|
8884
8931
|
}
|
|
8885
8932
|
),
|
|
8886
|
-
/* @__PURE__ */
|
|
8933
|
+
/* @__PURE__ */ React158.createElement(
|
|
8887
8934
|
"path",
|
|
8888
8935
|
{
|
|
8889
8936
|
fillRule: "evenodd",
|
|
@@ -8892,7 +8939,7 @@ var init_Wifi = __esm({
|
|
|
8892
8939
|
fill: "currentColor"
|
|
8893
8940
|
}
|
|
8894
8941
|
),
|
|
8895
|
-
/* @__PURE__ */
|
|
8942
|
+
/* @__PURE__ */ React158.createElement(
|
|
8896
8943
|
"path",
|
|
8897
8944
|
{
|
|
8898
8945
|
fillRule: "evenodd",
|
|
@@ -8901,7 +8948,7 @@ var init_Wifi = __esm({
|
|
|
8901
8948
|
fill: "currentColor"
|
|
8902
8949
|
}
|
|
8903
8950
|
),
|
|
8904
|
-
/* @__PURE__ */
|
|
8951
|
+
/* @__PURE__ */ React158.createElement(
|
|
8905
8952
|
"path",
|
|
8906
8953
|
{
|
|
8907
8954
|
fillRule: "evenodd",
|
|
@@ -8910,7 +8957,7 @@ var init_Wifi = __esm({
|
|
|
8910
8957
|
fill: "currentColor"
|
|
8911
8958
|
}
|
|
8912
8959
|
),
|
|
8913
|
-
/* @__PURE__ */
|
|
8960
|
+
/* @__PURE__ */ React158.createElement(
|
|
8914
8961
|
"path",
|
|
8915
8962
|
{
|
|
8916
8963
|
fillRule: "evenodd",
|
|
@@ -9050,6 +9097,7 @@ init_Plus();
|
|
|
9050
9097
|
init_Promotion();
|
|
9051
9098
|
init_PropertiesFilled();
|
|
9052
9099
|
init_PropertiesLinear();
|
|
9100
|
+
init_PropertiesSearchEmpty();
|
|
9053
9101
|
init_Rent();
|
|
9054
9102
|
init_Restaurant();
|
|
9055
9103
|
init_Sale();
|
|
@@ -9085,7 +9133,7 @@ init_Whatsapp();
|
|
|
9085
9133
|
init_Wifi();
|
|
9086
9134
|
|
|
9087
9135
|
// src/react/Icon.tsx
|
|
9088
|
-
import * as
|
|
9136
|
+
import * as React159 from "react";
|
|
9089
9137
|
function loadIcon(name) {
|
|
9090
9138
|
switch (name) {
|
|
9091
9139
|
case "accessibility":
|
|
@@ -9336,6 +9384,8 @@ function loadIcon(name) {
|
|
|
9336
9384
|
return Promise.resolve().then(() => (init_PropertiesFilled(), PropertiesFilled_exports)).then((m) => m.default);
|
|
9337
9385
|
case "properties-linear":
|
|
9338
9386
|
return Promise.resolve().then(() => (init_PropertiesLinear(), PropertiesLinear_exports)).then((m) => m.default);
|
|
9387
|
+
case "properties-search-empty":
|
|
9388
|
+
return Promise.resolve().then(() => (init_PropertiesSearchEmpty(), PropertiesSearchEmpty_exports)).then((m) => m.default);
|
|
9339
9389
|
case "rent":
|
|
9340
9390
|
return Promise.resolve().then(() => (init_Rent(), Rent_exports)).then((m) => m.default);
|
|
9341
9391
|
case "restaurant":
|
|
@@ -9407,10 +9457,10 @@ function loadIcon(name) {
|
|
|
9407
9457
|
}
|
|
9408
9458
|
}
|
|
9409
9459
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
9410
|
-
const [IconComponent, setIconComponent] =
|
|
9411
|
-
const [loading, setLoading] =
|
|
9412
|
-
const [error, setError] =
|
|
9413
|
-
|
|
9460
|
+
const [IconComponent, setIconComponent] = React159.useState(null);
|
|
9461
|
+
const [loading, setLoading] = React159.useState(true);
|
|
9462
|
+
const [error, setError] = React159.useState(null);
|
|
9463
|
+
React159.useEffect(() => {
|
|
9414
9464
|
setLoading(true);
|
|
9415
9465
|
setError(null);
|
|
9416
9466
|
loadIcon(name).then((Component) => {
|
|
@@ -9429,7 +9479,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
9429
9479
|
return null;
|
|
9430
9480
|
}
|
|
9431
9481
|
const style = color ? { ...props.style, color } : props.style;
|
|
9432
|
-
return /* @__PURE__ */
|
|
9482
|
+
return /* @__PURE__ */ React159.createElement(IconComponent, { size, ...props, style });
|
|
9433
9483
|
};
|
|
9434
9484
|
var Icon_default = Icon;
|
|
9435
9485
|
|
|
@@ -9562,6 +9612,7 @@ export {
|
|
|
9562
9612
|
Promotion_default as Promotion,
|
|
9563
9613
|
PropertiesFilled_default as PropertiesFilled,
|
|
9564
9614
|
PropertiesLinear_default as PropertiesLinear,
|
|
9615
|
+
PropertiesSearchEmpty_default as PropertiesSearchEmpty,
|
|
9565
9616
|
Rent_default as Rent,
|
|
9566
9617
|
Restaurant_default as Restaurant,
|
|
9567
9618
|
Sale_default as Sale,
|