huspy-icons 0.3.5 → 0.3.6
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 +65 -62
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +59 -58
- package/dist/fonts/HuspyIcons.ts +61 -58
- 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 +59 -58
- 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 +129 -87
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +116 -74
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +60 -59
- package/src/react/Icon.tsx +4 -1
- package/src/react/PinMapSolid.tsx +26 -0
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -0
package/dist/react/index.mjs
CHANGED
|
@@ -3097,12 +3097,50 @@ var init_PhoneLinear = __esm({
|
|
|
3097
3097
|
}
|
|
3098
3098
|
});
|
|
3099
3099
|
|
|
3100
|
+
// src/react/PinMapSolid.tsx
|
|
3101
|
+
var PinMapSolid_exports = {};
|
|
3102
|
+
__export(PinMapSolid_exports, {
|
|
3103
|
+
default: () => PinMapSolid_default
|
|
3104
|
+
});
|
|
3105
|
+
import * as React59 from "react";
|
|
3106
|
+
var SvgPinMapSolid, PinMapSolid_default;
|
|
3107
|
+
var init_PinMapSolid = __esm({
|
|
3108
|
+
"src/react/PinMapSolid.tsx"() {
|
|
3109
|
+
"use strict";
|
|
3110
|
+
init_types();
|
|
3111
|
+
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
3112
|
+
const sizeValue = resolveSize(size);
|
|
3113
|
+
return /* @__PURE__ */ React59.createElement(
|
|
3114
|
+
"svg",
|
|
3115
|
+
{
|
|
3116
|
+
width: sizeValue,
|
|
3117
|
+
height: sizeValue,
|
|
3118
|
+
viewBox: "0 0 24 24",
|
|
3119
|
+
fill: "none",
|
|
3120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3121
|
+
...props
|
|
3122
|
+
},
|
|
3123
|
+
/* @__PURE__ */ React59.createElement(
|
|
3124
|
+
"path",
|
|
3125
|
+
{
|
|
3126
|
+
fillRule: "evenodd",
|
|
3127
|
+
clipRule: "evenodd",
|
|
3128
|
+
d: "M12 1.5C16.6915 1.5 20.5 5.3085 20.5 10C20.5 12.443 19.281 14.9575 17.7505 17.069C15.6135 20.018 12.941 22.168 12.941 22.168C12.3915 22.61 11.6085 22.6105 11.059 22.1685C11.059 22.1685 8.3865 20.018 6.2495 17.069C4.719 14.9575 3.5 12.443 3.5 10C3.5 5.3085 7.3085 1.5 12 1.5ZM12 6.5C13.9315 6.5 15.5 8.0685 15.5 10C15.5 11.9315 13.9315 13.5 12 13.5C10.0685 13.5 8.5 11.9315 8.5 10C8.5 8.0685 10.0685 6.5 12 6.5Z",
|
|
3129
|
+
fill: "currentColor"
|
|
3130
|
+
}
|
|
3131
|
+
)
|
|
3132
|
+
);
|
|
3133
|
+
};
|
|
3134
|
+
PinMapSolid_default = SvgPinMapSolid;
|
|
3135
|
+
}
|
|
3136
|
+
});
|
|
3137
|
+
|
|
3100
3138
|
// src/react/Plus.tsx
|
|
3101
3139
|
var Plus_exports = {};
|
|
3102
3140
|
__export(Plus_exports, {
|
|
3103
3141
|
default: () => Plus_default
|
|
3104
3142
|
});
|
|
3105
|
-
import * as
|
|
3143
|
+
import * as React60 from "react";
|
|
3106
3144
|
var SvgPlus, Plus_default;
|
|
3107
3145
|
var init_Plus = __esm({
|
|
3108
3146
|
"src/react/Plus.tsx"() {
|
|
@@ -3110,7 +3148,7 @@ var init_Plus = __esm({
|
|
|
3110
3148
|
init_types();
|
|
3111
3149
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
3112
3150
|
const sizeValue = resolveSize(size);
|
|
3113
|
-
return /* @__PURE__ */
|
|
3151
|
+
return /* @__PURE__ */ React60.createElement(
|
|
3114
3152
|
"svg",
|
|
3115
3153
|
{
|
|
3116
3154
|
width: sizeValue,
|
|
@@ -3120,7 +3158,7 @@ var init_Plus = __esm({
|
|
|
3120
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3121
3159
|
...props
|
|
3122
3160
|
},
|
|
3123
|
-
/* @__PURE__ */
|
|
3161
|
+
/* @__PURE__ */ React60.createElement(
|
|
3124
3162
|
"path",
|
|
3125
3163
|
{
|
|
3126
3164
|
d: "M11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19Z",
|
|
@@ -3138,7 +3176,7 @@ var Promotion_exports = {};
|
|
|
3138
3176
|
__export(Promotion_exports, {
|
|
3139
3177
|
default: () => Promotion_default
|
|
3140
3178
|
});
|
|
3141
|
-
import * as
|
|
3179
|
+
import * as React61 from "react";
|
|
3142
3180
|
var SvgPromotion, Promotion_default;
|
|
3143
3181
|
var init_Promotion = __esm({
|
|
3144
3182
|
"src/react/Promotion.tsx"() {
|
|
@@ -3146,7 +3184,7 @@ var init_Promotion = __esm({
|
|
|
3146
3184
|
init_types();
|
|
3147
3185
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
3148
3186
|
const sizeValue = resolveSize(size);
|
|
3149
|
-
return /* @__PURE__ */
|
|
3187
|
+
return /* @__PURE__ */ React61.createElement(
|
|
3150
3188
|
"svg",
|
|
3151
3189
|
{
|
|
3152
3190
|
width: sizeValue,
|
|
@@ -3156,7 +3194,7 @@ var init_Promotion = __esm({
|
|
|
3156
3194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3157
3195
|
...props
|
|
3158
3196
|
},
|
|
3159
|
-
/* @__PURE__ */
|
|
3197
|
+
/* @__PURE__ */ React61.createElement(
|
|
3160
3198
|
"path",
|
|
3161
3199
|
{
|
|
3162
3200
|
fillRule: "evenodd",
|
|
@@ -3165,7 +3203,7 @@ var init_Promotion = __esm({
|
|
|
3165
3203
|
fill: "currentColor"
|
|
3166
3204
|
}
|
|
3167
3205
|
),
|
|
3168
|
-
/* @__PURE__ */
|
|
3206
|
+
/* @__PURE__ */ React61.createElement(
|
|
3169
3207
|
"path",
|
|
3170
3208
|
{
|
|
3171
3209
|
fillRule: "evenodd",
|
|
@@ -3174,7 +3212,7 @@ var init_Promotion = __esm({
|
|
|
3174
3212
|
fill: "currentColor"
|
|
3175
3213
|
}
|
|
3176
3214
|
),
|
|
3177
|
-
/* @__PURE__ */
|
|
3215
|
+
/* @__PURE__ */ React61.createElement(
|
|
3178
3216
|
"path",
|
|
3179
3217
|
{
|
|
3180
3218
|
fillRule: "evenodd",
|
|
@@ -3183,7 +3221,7 @@ var init_Promotion = __esm({
|
|
|
3183
3221
|
fill: "currentColor"
|
|
3184
3222
|
}
|
|
3185
3223
|
),
|
|
3186
|
-
/* @__PURE__ */
|
|
3224
|
+
/* @__PURE__ */ React61.createElement(
|
|
3187
3225
|
"path",
|
|
3188
3226
|
{
|
|
3189
3227
|
fillRule: "evenodd",
|
|
@@ -3203,7 +3241,7 @@ var PropertiesFilled_exports = {};
|
|
|
3203
3241
|
__export(PropertiesFilled_exports, {
|
|
3204
3242
|
default: () => PropertiesFilled_default
|
|
3205
3243
|
});
|
|
3206
|
-
import * as
|
|
3244
|
+
import * as React62 from "react";
|
|
3207
3245
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
3208
3246
|
var init_PropertiesFilled = __esm({
|
|
3209
3247
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -3211,7 +3249,7 @@ var init_PropertiesFilled = __esm({
|
|
|
3211
3249
|
init_types();
|
|
3212
3250
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
3213
3251
|
const sizeValue = resolveSize(size);
|
|
3214
|
-
return /* @__PURE__ */
|
|
3252
|
+
return /* @__PURE__ */ React62.createElement(
|
|
3215
3253
|
"svg",
|
|
3216
3254
|
{
|
|
3217
3255
|
width: sizeValue,
|
|
@@ -3221,7 +3259,7 @@ var init_PropertiesFilled = __esm({
|
|
|
3221
3259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3222
3260
|
...props
|
|
3223
3261
|
},
|
|
3224
|
-
/* @__PURE__ */
|
|
3262
|
+
/* @__PURE__ */ React62.createElement(
|
|
3225
3263
|
"path",
|
|
3226
3264
|
{
|
|
3227
3265
|
fillRule: "evenodd",
|
|
@@ -3230,7 +3268,7 @@ var init_PropertiesFilled = __esm({
|
|
|
3230
3268
|
fill: "currentColor"
|
|
3231
3269
|
}
|
|
3232
3270
|
),
|
|
3233
|
-
/* @__PURE__ */
|
|
3271
|
+
/* @__PURE__ */ React62.createElement(
|
|
3234
3272
|
"path",
|
|
3235
3273
|
{
|
|
3236
3274
|
fillRule: "evenodd",
|
|
@@ -3239,7 +3277,7 @@ var init_PropertiesFilled = __esm({
|
|
|
3239
3277
|
fill: "currentColor"
|
|
3240
3278
|
}
|
|
3241
3279
|
),
|
|
3242
|
-
/* @__PURE__ */
|
|
3280
|
+
/* @__PURE__ */ React62.createElement(
|
|
3243
3281
|
"path",
|
|
3244
3282
|
{
|
|
3245
3283
|
d: "M16.0356 0.902344C17.6923 0.902608 19.0356 2.24565 19.0356 3.90234V19.999C19.0356 21.6559 17.6915 22.999 16.0347 22.999H8.00049C6.34363 22.999 5.00049 21.6559 5.00049 19.999V3.90234C5.00049 2.24549 6.34363 0.902344 8.00049 0.902344H16.0356ZM10.0005 17C9.4482 17 9.00049 17.4477 9.00049 18C9.00051 18.5523 9.44822 19 10.0005 19H14.0005C14.5525 18.9997 15.0005 18.5521 15.0005 18C15.0005 17.4479 14.5525 17.0003 14.0005 17H10.0005ZM10.0005 13C9.4482 13 9.00049 13.4477 9.00049 14C9.00051 14.5523 9.44822 15 10.0005 15H14.0005C14.5525 14.9997 15.0005 14.5521 15.0005 14C15.0005 13.4479 14.5525 13.0003 14.0005 13H10.0005ZM10.0005 9C9.4482 9 9.00049 9.44771 9.00049 10C9.00051 10.5523 9.44822 11 10.0005 11H14.0005C14.5525 10.9997 15.0005 10.5521 15.0005 10C15.0005 9.44788 14.5525 9.00026 14.0005 9H10.0005ZM10.0005 5C9.4482 5 9.00049 5.44772 9.00049 6C9.00051 6.55226 9.44822 7 10.0005 7H14.0005C14.5525 6.99974 15.0005 6.5521 15.0005 6C15.0005 5.44788 14.5525 5.00026 14.0005 5H10.0005Z",
|
|
@@ -3257,7 +3295,7 @@ var PropertiesLinear_exports = {};
|
|
|
3257
3295
|
__export(PropertiesLinear_exports, {
|
|
3258
3296
|
default: () => PropertiesLinear_default
|
|
3259
3297
|
});
|
|
3260
|
-
import * as
|
|
3298
|
+
import * as React63 from "react";
|
|
3261
3299
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
3262
3300
|
var init_PropertiesLinear = __esm({
|
|
3263
3301
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -3265,7 +3303,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3265
3303
|
init_types();
|
|
3266
3304
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
3267
3305
|
const sizeValue = resolveSize(size);
|
|
3268
|
-
return /* @__PURE__ */
|
|
3306
|
+
return /* @__PURE__ */ React63.createElement(
|
|
3269
3307
|
"svg",
|
|
3270
3308
|
{
|
|
3271
3309
|
width: sizeValue,
|
|
@@ -3275,7 +3313,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3275
3313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3276
3314
|
...props
|
|
3277
3315
|
},
|
|
3278
|
-
/* @__PURE__ */
|
|
3316
|
+
/* @__PURE__ */ React63.createElement(
|
|
3279
3317
|
"path",
|
|
3280
3318
|
{
|
|
3281
3319
|
fillRule: "evenodd",
|
|
@@ -3284,7 +3322,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3284
3322
|
fill: "currentColor"
|
|
3285
3323
|
}
|
|
3286
3324
|
),
|
|
3287
|
-
/* @__PURE__ */
|
|
3325
|
+
/* @__PURE__ */ React63.createElement(
|
|
3288
3326
|
"path",
|
|
3289
3327
|
{
|
|
3290
3328
|
fillRule: "evenodd",
|
|
@@ -3293,7 +3331,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3293
3331
|
fill: "currentColor"
|
|
3294
3332
|
}
|
|
3295
3333
|
),
|
|
3296
|
-
/* @__PURE__ */
|
|
3334
|
+
/* @__PURE__ */ React63.createElement(
|
|
3297
3335
|
"path",
|
|
3298
3336
|
{
|
|
3299
3337
|
fillRule: "evenodd",
|
|
@@ -3302,7 +3340,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3302
3340
|
fill: "currentColor"
|
|
3303
3341
|
}
|
|
3304
3342
|
),
|
|
3305
|
-
/* @__PURE__ */
|
|
3343
|
+
/* @__PURE__ */ React63.createElement(
|
|
3306
3344
|
"path",
|
|
3307
3345
|
{
|
|
3308
3346
|
fillRule: "evenodd",
|
|
@@ -3311,7 +3349,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3311
3349
|
fill: "currentColor"
|
|
3312
3350
|
}
|
|
3313
3351
|
),
|
|
3314
|
-
/* @__PURE__ */
|
|
3352
|
+
/* @__PURE__ */ React63.createElement(
|
|
3315
3353
|
"path",
|
|
3316
3354
|
{
|
|
3317
3355
|
fillRule: "evenodd",
|
|
@@ -3320,7 +3358,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3320
3358
|
fill: "currentColor"
|
|
3321
3359
|
}
|
|
3322
3360
|
),
|
|
3323
|
-
/* @__PURE__ */
|
|
3361
|
+
/* @__PURE__ */ React63.createElement(
|
|
3324
3362
|
"path",
|
|
3325
3363
|
{
|
|
3326
3364
|
fillRule: "evenodd",
|
|
@@ -3329,7 +3367,7 @@ var init_PropertiesLinear = __esm({
|
|
|
3329
3367
|
fill: "currentColor"
|
|
3330
3368
|
}
|
|
3331
3369
|
),
|
|
3332
|
-
/* @__PURE__ */
|
|
3370
|
+
/* @__PURE__ */ React63.createElement(
|
|
3333
3371
|
"path",
|
|
3334
3372
|
{
|
|
3335
3373
|
fillRule: "evenodd",
|
|
@@ -3349,7 +3387,7 @@ var Rent_exports = {};
|
|
|
3349
3387
|
__export(Rent_exports, {
|
|
3350
3388
|
default: () => Rent_default
|
|
3351
3389
|
});
|
|
3352
|
-
import * as
|
|
3390
|
+
import * as React64 from "react";
|
|
3353
3391
|
var SvgRent, Rent_default;
|
|
3354
3392
|
var init_Rent = __esm({
|
|
3355
3393
|
"src/react/Rent.tsx"() {
|
|
@@ -3357,7 +3395,7 @@ var init_Rent = __esm({
|
|
|
3357
3395
|
init_types();
|
|
3358
3396
|
SvgRent = ({ size = 16, ...props }) => {
|
|
3359
3397
|
const sizeValue = resolveSize(size);
|
|
3360
|
-
return /* @__PURE__ */
|
|
3398
|
+
return /* @__PURE__ */ React64.createElement(
|
|
3361
3399
|
"svg",
|
|
3362
3400
|
{
|
|
3363
3401
|
width: sizeValue,
|
|
@@ -3367,7 +3405,7 @@ var init_Rent = __esm({
|
|
|
3367
3405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3368
3406
|
...props
|
|
3369
3407
|
},
|
|
3370
|
-
/* @__PURE__ */
|
|
3408
|
+
/* @__PURE__ */ React64.createElement(
|
|
3371
3409
|
"path",
|
|
3372
3410
|
{
|
|
3373
3411
|
fillRule: "evenodd",
|
|
@@ -3376,7 +3414,7 @@ var init_Rent = __esm({
|
|
|
3376
3414
|
fill: "currentColor"
|
|
3377
3415
|
}
|
|
3378
3416
|
),
|
|
3379
|
-
/* @__PURE__ */
|
|
3417
|
+
/* @__PURE__ */ React64.createElement(
|
|
3380
3418
|
"path",
|
|
3381
3419
|
{
|
|
3382
3420
|
fillRule: "evenodd",
|
|
@@ -3385,7 +3423,7 @@ var init_Rent = __esm({
|
|
|
3385
3423
|
fill: "currentColor"
|
|
3386
3424
|
}
|
|
3387
3425
|
),
|
|
3388
|
-
/* @__PURE__ */
|
|
3426
|
+
/* @__PURE__ */ React64.createElement(
|
|
3389
3427
|
"path",
|
|
3390
3428
|
{
|
|
3391
3429
|
fillRule: "evenodd",
|
|
@@ -3405,7 +3443,7 @@ var Sale_exports = {};
|
|
|
3405
3443
|
__export(Sale_exports, {
|
|
3406
3444
|
default: () => Sale_default
|
|
3407
3445
|
});
|
|
3408
|
-
import * as
|
|
3446
|
+
import * as React65 from "react";
|
|
3409
3447
|
var SvgSale, Sale_default;
|
|
3410
3448
|
var init_Sale = __esm({
|
|
3411
3449
|
"src/react/Sale.tsx"() {
|
|
@@ -3413,7 +3451,7 @@ var init_Sale = __esm({
|
|
|
3413
3451
|
init_types();
|
|
3414
3452
|
SvgSale = ({ size = 16, ...props }) => {
|
|
3415
3453
|
const sizeValue = resolveSize(size);
|
|
3416
|
-
return /* @__PURE__ */
|
|
3454
|
+
return /* @__PURE__ */ React65.createElement(
|
|
3417
3455
|
"svg",
|
|
3418
3456
|
{
|
|
3419
3457
|
width: sizeValue,
|
|
@@ -3423,7 +3461,7 @@ var init_Sale = __esm({
|
|
|
3423
3461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3424
3462
|
...props
|
|
3425
3463
|
},
|
|
3426
|
-
/* @__PURE__ */
|
|
3464
|
+
/* @__PURE__ */ React65.createElement(
|
|
3427
3465
|
"path",
|
|
3428
3466
|
{
|
|
3429
3467
|
fillRule: "evenodd",
|
|
@@ -3432,7 +3470,7 @@ var init_Sale = __esm({
|
|
|
3432
3470
|
fill: "currentColor"
|
|
3433
3471
|
}
|
|
3434
3472
|
),
|
|
3435
|
-
/* @__PURE__ */
|
|
3473
|
+
/* @__PURE__ */ React65.createElement(
|
|
3436
3474
|
"path",
|
|
3437
3475
|
{
|
|
3438
3476
|
fillRule: "evenodd",
|
|
@@ -3441,7 +3479,7 @@ var init_Sale = __esm({
|
|
|
3441
3479
|
fill: "currentColor"
|
|
3442
3480
|
}
|
|
3443
3481
|
),
|
|
3444
|
-
/* @__PURE__ */
|
|
3482
|
+
/* @__PURE__ */ React65.createElement(
|
|
3445
3483
|
"path",
|
|
3446
3484
|
{
|
|
3447
3485
|
fillRule: "evenodd",
|
|
@@ -3461,7 +3499,7 @@ var Search_exports = {};
|
|
|
3461
3499
|
__export(Search_exports, {
|
|
3462
3500
|
default: () => Search_default
|
|
3463
3501
|
});
|
|
3464
|
-
import * as
|
|
3502
|
+
import * as React66 from "react";
|
|
3465
3503
|
var SvgSearch, Search_default;
|
|
3466
3504
|
var init_Search = __esm({
|
|
3467
3505
|
"src/react/Search.tsx"() {
|
|
@@ -3469,7 +3507,7 @@ var init_Search = __esm({
|
|
|
3469
3507
|
init_types();
|
|
3470
3508
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
3471
3509
|
const sizeValue = resolveSize(size);
|
|
3472
|
-
return /* @__PURE__ */
|
|
3510
|
+
return /* @__PURE__ */ React66.createElement(
|
|
3473
3511
|
"svg",
|
|
3474
3512
|
{
|
|
3475
3513
|
width: sizeValue,
|
|
@@ -3479,7 +3517,7 @@ var init_Search = __esm({
|
|
|
3479
3517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3480
3518
|
...props
|
|
3481
3519
|
},
|
|
3482
|
-
/* @__PURE__ */
|
|
3520
|
+
/* @__PURE__ */ React66.createElement(
|
|
3483
3521
|
"path",
|
|
3484
3522
|
{
|
|
3485
3523
|
fillRule: "evenodd",
|
|
@@ -3488,7 +3526,7 @@ var init_Search = __esm({
|
|
|
3488
3526
|
fill: "currentColor"
|
|
3489
3527
|
}
|
|
3490
3528
|
),
|
|
3491
|
-
/* @__PURE__ */
|
|
3529
|
+
/* @__PURE__ */ React66.createElement(
|
|
3492
3530
|
"path",
|
|
3493
3531
|
{
|
|
3494
3532
|
fillRule: "evenodd",
|
|
@@ -3508,7 +3546,7 @@ var SearchX_exports = {};
|
|
|
3508
3546
|
__export(SearchX_exports, {
|
|
3509
3547
|
default: () => SearchX_default
|
|
3510
3548
|
});
|
|
3511
|
-
import * as
|
|
3549
|
+
import * as React67 from "react";
|
|
3512
3550
|
var SvgSearchX, SearchX_default;
|
|
3513
3551
|
var init_SearchX = __esm({
|
|
3514
3552
|
"src/react/SearchX.tsx"() {
|
|
@@ -3516,7 +3554,7 @@ var init_SearchX = __esm({
|
|
|
3516
3554
|
init_types();
|
|
3517
3555
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
3518
3556
|
const sizeValue = resolveSize(size);
|
|
3519
|
-
return /* @__PURE__ */
|
|
3557
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3520
3558
|
"svg",
|
|
3521
3559
|
{
|
|
3522
3560
|
width: sizeValue,
|
|
@@ -3526,7 +3564,7 @@ var init_SearchX = __esm({
|
|
|
3526
3564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3527
3565
|
...props
|
|
3528
3566
|
},
|
|
3529
|
-
/* @__PURE__ */
|
|
3567
|
+
/* @__PURE__ */ React67.createElement(
|
|
3530
3568
|
"path",
|
|
3531
3569
|
{
|
|
3532
3570
|
fillRule: "evenodd",
|
|
@@ -3535,7 +3573,7 @@ var init_SearchX = __esm({
|
|
|
3535
3573
|
fill: "currentColor"
|
|
3536
3574
|
}
|
|
3537
3575
|
),
|
|
3538
|
-
/* @__PURE__ */
|
|
3576
|
+
/* @__PURE__ */ React67.createElement(
|
|
3539
3577
|
"path",
|
|
3540
3578
|
{
|
|
3541
3579
|
fillRule: "evenodd",
|
|
@@ -3544,7 +3582,7 @@ var init_SearchX = __esm({
|
|
|
3544
3582
|
fill: "currentColor"
|
|
3545
3583
|
}
|
|
3546
3584
|
),
|
|
3547
|
-
/* @__PURE__ */
|
|
3585
|
+
/* @__PURE__ */ React67.createElement(
|
|
3548
3586
|
"path",
|
|
3549
3587
|
{
|
|
3550
3588
|
fillRule: "evenodd",
|
|
@@ -3553,7 +3591,7 @@ var init_SearchX = __esm({
|
|
|
3553
3591
|
fill: "currentColor"
|
|
3554
3592
|
}
|
|
3555
3593
|
),
|
|
3556
|
-
/* @__PURE__ */
|
|
3594
|
+
/* @__PURE__ */ React67.createElement(
|
|
3557
3595
|
"path",
|
|
3558
3596
|
{
|
|
3559
3597
|
fillRule: "evenodd",
|
|
@@ -3573,7 +3611,7 @@ var Share_exports = {};
|
|
|
3573
3611
|
__export(Share_exports, {
|
|
3574
3612
|
default: () => Share_default
|
|
3575
3613
|
});
|
|
3576
|
-
import * as
|
|
3614
|
+
import * as React68 from "react";
|
|
3577
3615
|
var SvgShare, Share_default;
|
|
3578
3616
|
var init_Share = __esm({
|
|
3579
3617
|
"src/react/Share.tsx"() {
|
|
@@ -3581,7 +3619,7 @@ var init_Share = __esm({
|
|
|
3581
3619
|
init_types();
|
|
3582
3620
|
SvgShare = ({ size = 16, ...props }) => {
|
|
3583
3621
|
const sizeValue = resolveSize(size);
|
|
3584
|
-
return /* @__PURE__ */
|
|
3622
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3585
3623
|
"svg",
|
|
3586
3624
|
{
|
|
3587
3625
|
width: sizeValue,
|
|
@@ -3591,7 +3629,7 @@ var init_Share = __esm({
|
|
|
3591
3629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3592
3630
|
...props
|
|
3593
3631
|
},
|
|
3594
|
-
/* @__PURE__ */
|
|
3632
|
+
/* @__PURE__ */ React68.createElement(
|
|
3595
3633
|
"path",
|
|
3596
3634
|
{
|
|
3597
3635
|
fillRule: "evenodd",
|
|
@@ -3600,7 +3638,7 @@ var init_Share = __esm({
|
|
|
3600
3638
|
fill: "currentColor"
|
|
3601
3639
|
}
|
|
3602
3640
|
),
|
|
3603
|
-
/* @__PURE__ */
|
|
3641
|
+
/* @__PURE__ */ React68.createElement(
|
|
3604
3642
|
"path",
|
|
3605
3643
|
{
|
|
3606
3644
|
fillRule: "evenodd",
|
|
@@ -3609,7 +3647,7 @@ var init_Share = __esm({
|
|
|
3609
3647
|
fill: "currentColor"
|
|
3610
3648
|
}
|
|
3611
3649
|
),
|
|
3612
|
-
/* @__PURE__ */
|
|
3650
|
+
/* @__PURE__ */ React68.createElement(
|
|
3613
3651
|
"path",
|
|
3614
3652
|
{
|
|
3615
3653
|
fillRule: "evenodd",
|
|
@@ -3629,7 +3667,7 @@ var Size3D_exports = {};
|
|
|
3629
3667
|
__export(Size3D_exports, {
|
|
3630
3668
|
default: () => Size3D_default
|
|
3631
3669
|
});
|
|
3632
|
-
import * as
|
|
3670
|
+
import * as React69 from "react";
|
|
3633
3671
|
var SvgSize3D, Size3D_default;
|
|
3634
3672
|
var init_Size3D = __esm({
|
|
3635
3673
|
"src/react/Size3D.tsx"() {
|
|
@@ -3637,7 +3675,7 @@ var init_Size3D = __esm({
|
|
|
3637
3675
|
init_types();
|
|
3638
3676
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
3639
3677
|
const sizeValue = resolveSize(size);
|
|
3640
|
-
return /* @__PURE__ */
|
|
3678
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3641
3679
|
"svg",
|
|
3642
3680
|
{
|
|
3643
3681
|
width: sizeValue,
|
|
@@ -3647,7 +3685,7 @@ var init_Size3D = __esm({
|
|
|
3647
3685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3648
3686
|
...props
|
|
3649
3687
|
},
|
|
3650
|
-
/* @__PURE__ */
|
|
3688
|
+
/* @__PURE__ */ React69.createElement(
|
|
3651
3689
|
"path",
|
|
3652
3690
|
{
|
|
3653
3691
|
fillRule: "evenodd",
|
|
@@ -3656,7 +3694,7 @@ var init_Size3D = __esm({
|
|
|
3656
3694
|
fill: "currentColor"
|
|
3657
3695
|
}
|
|
3658
3696
|
),
|
|
3659
|
-
/* @__PURE__ */
|
|
3697
|
+
/* @__PURE__ */ React69.createElement(
|
|
3660
3698
|
"path",
|
|
3661
3699
|
{
|
|
3662
3700
|
fillRule: "evenodd",
|
|
@@ -3665,7 +3703,7 @@ var init_Size3D = __esm({
|
|
|
3665
3703
|
fill: "currentColor"
|
|
3666
3704
|
}
|
|
3667
3705
|
),
|
|
3668
|
-
/* @__PURE__ */
|
|
3706
|
+
/* @__PURE__ */ React69.createElement(
|
|
3669
3707
|
"path",
|
|
3670
3708
|
{
|
|
3671
3709
|
fillRule: "evenodd",
|
|
@@ -3674,7 +3712,7 @@ var init_Size3D = __esm({
|
|
|
3674
3712
|
fill: "currentColor"
|
|
3675
3713
|
}
|
|
3676
3714
|
),
|
|
3677
|
-
/* @__PURE__ */
|
|
3715
|
+
/* @__PURE__ */ React69.createElement(
|
|
3678
3716
|
"path",
|
|
3679
3717
|
{
|
|
3680
3718
|
fillRule: "evenodd",
|
|
@@ -3694,7 +3732,7 @@ var Trash2_exports = {};
|
|
|
3694
3732
|
__export(Trash2_exports, {
|
|
3695
3733
|
default: () => Trash2_default
|
|
3696
3734
|
});
|
|
3697
|
-
import * as
|
|
3735
|
+
import * as React70 from "react";
|
|
3698
3736
|
var SvgTrash2, Trash2_default;
|
|
3699
3737
|
var init_Trash2 = __esm({
|
|
3700
3738
|
"src/react/Trash2.tsx"() {
|
|
@@ -3702,7 +3740,7 @@ var init_Trash2 = __esm({
|
|
|
3702
3740
|
init_types();
|
|
3703
3741
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
3704
3742
|
const sizeValue = resolveSize(size);
|
|
3705
|
-
return /* @__PURE__ */
|
|
3743
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3706
3744
|
"svg",
|
|
3707
3745
|
{
|
|
3708
3746
|
width: sizeValue,
|
|
@@ -3712,7 +3750,7 @@ var init_Trash2 = __esm({
|
|
|
3712
3750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3713
3751
|
...props
|
|
3714
3752
|
},
|
|
3715
|
-
/* @__PURE__ */
|
|
3753
|
+
/* @__PURE__ */ React70.createElement(
|
|
3716
3754
|
"path",
|
|
3717
3755
|
{
|
|
3718
3756
|
fillRule: "evenodd",
|
|
@@ -3721,7 +3759,7 @@ var init_Trash2 = __esm({
|
|
|
3721
3759
|
fill: "currentColor"
|
|
3722
3760
|
}
|
|
3723
3761
|
),
|
|
3724
|
-
/* @__PURE__ */
|
|
3762
|
+
/* @__PURE__ */ React70.createElement(
|
|
3725
3763
|
"path",
|
|
3726
3764
|
{
|
|
3727
3765
|
fillRule: "evenodd",
|
|
@@ -3730,7 +3768,7 @@ var init_Trash2 = __esm({
|
|
|
3730
3768
|
fill: "currentColor"
|
|
3731
3769
|
}
|
|
3732
3770
|
),
|
|
3733
|
-
/* @__PURE__ */
|
|
3771
|
+
/* @__PURE__ */ React70.createElement(
|
|
3734
3772
|
"path",
|
|
3735
3773
|
{
|
|
3736
3774
|
fillRule: "evenodd",
|
|
@@ -3739,7 +3777,7 @@ var init_Trash2 = __esm({
|
|
|
3739
3777
|
fill: "currentColor"
|
|
3740
3778
|
}
|
|
3741
3779
|
),
|
|
3742
|
-
/* @__PURE__ */
|
|
3780
|
+
/* @__PURE__ */ React70.createElement(
|
|
3743
3781
|
"path",
|
|
3744
3782
|
{
|
|
3745
3783
|
fillRule: "evenodd",
|
|
@@ -3748,7 +3786,7 @@ var init_Trash2 = __esm({
|
|
|
3748
3786
|
fill: "currentColor"
|
|
3749
3787
|
}
|
|
3750
3788
|
),
|
|
3751
|
-
/* @__PURE__ */
|
|
3789
|
+
/* @__PURE__ */ React70.createElement(
|
|
3752
3790
|
"path",
|
|
3753
3791
|
{
|
|
3754
3792
|
fillRule: "evenodd",
|
|
@@ -3768,7 +3806,7 @@ var User_exports = {};
|
|
|
3768
3806
|
__export(User_exports, {
|
|
3769
3807
|
default: () => User_default
|
|
3770
3808
|
});
|
|
3771
|
-
import * as
|
|
3809
|
+
import * as React71 from "react";
|
|
3772
3810
|
var SvgUser, User_default;
|
|
3773
3811
|
var init_User = __esm({
|
|
3774
3812
|
"src/react/User.tsx"() {
|
|
@@ -3776,7 +3814,7 @@ var init_User = __esm({
|
|
|
3776
3814
|
init_types();
|
|
3777
3815
|
SvgUser = ({ size = 16, ...props }) => {
|
|
3778
3816
|
const sizeValue = resolveSize(size);
|
|
3779
|
-
return /* @__PURE__ */
|
|
3817
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3780
3818
|
"svg",
|
|
3781
3819
|
{
|
|
3782
3820
|
width: sizeValue,
|
|
@@ -3786,7 +3824,7 @@ var init_User = __esm({
|
|
|
3786
3824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3787
3825
|
...props
|
|
3788
3826
|
},
|
|
3789
|
-
/* @__PURE__ */
|
|
3827
|
+
/* @__PURE__ */ React71.createElement(
|
|
3790
3828
|
"path",
|
|
3791
3829
|
{
|
|
3792
3830
|
fillRule: "evenodd",
|
|
@@ -3795,7 +3833,7 @@ var init_User = __esm({
|
|
|
3795
3833
|
fill: "currentColor"
|
|
3796
3834
|
}
|
|
3797
3835
|
),
|
|
3798
|
-
/* @__PURE__ */
|
|
3836
|
+
/* @__PURE__ */ React71.createElement(
|
|
3799
3837
|
"path",
|
|
3800
3838
|
{
|
|
3801
3839
|
fillRule: "evenodd",
|
|
@@ -3815,7 +3853,7 @@ var Whatsapp_exports = {};
|
|
|
3815
3853
|
__export(Whatsapp_exports, {
|
|
3816
3854
|
default: () => Whatsapp_default
|
|
3817
3855
|
});
|
|
3818
|
-
import * as
|
|
3856
|
+
import * as React72 from "react";
|
|
3819
3857
|
var SvgWhatsapp, Whatsapp_default;
|
|
3820
3858
|
var init_Whatsapp = __esm({
|
|
3821
3859
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -3823,7 +3861,7 @@ var init_Whatsapp = __esm({
|
|
|
3823
3861
|
init_types();
|
|
3824
3862
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
3825
3863
|
const sizeValue = resolveSize(size);
|
|
3826
|
-
return /* @__PURE__ */
|
|
3864
|
+
return /* @__PURE__ */ React72.createElement(
|
|
3827
3865
|
"svg",
|
|
3828
3866
|
{
|
|
3829
3867
|
width: sizeValue,
|
|
@@ -3833,7 +3871,7 @@ var init_Whatsapp = __esm({
|
|
|
3833
3871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3834
3872
|
...props
|
|
3835
3873
|
},
|
|
3836
|
-
/* @__PURE__ */
|
|
3874
|
+
/* @__PURE__ */ React72.createElement(
|
|
3837
3875
|
"path",
|
|
3838
3876
|
{
|
|
3839
3877
|
fillRule: "evenodd",
|
|
@@ -3907,6 +3945,7 @@ init_Notes();
|
|
|
3907
3945
|
init_Payments();
|
|
3908
3946
|
init_PencilLine();
|
|
3909
3947
|
init_PhoneLinear();
|
|
3948
|
+
init_PinMapSolid();
|
|
3910
3949
|
init_Plus();
|
|
3911
3950
|
init_Promotion();
|
|
3912
3951
|
init_PropertiesFilled();
|
|
@@ -3922,7 +3961,7 @@ init_User();
|
|
|
3922
3961
|
init_Whatsapp();
|
|
3923
3962
|
|
|
3924
3963
|
// src/react/Icon.tsx
|
|
3925
|
-
import * as
|
|
3964
|
+
import * as React73 from "react";
|
|
3926
3965
|
function loadIcon(name) {
|
|
3927
3966
|
switch (name) {
|
|
3928
3967
|
case "add-note":
|
|
@@ -4041,6 +4080,8 @@ function loadIcon(name) {
|
|
|
4041
4080
|
return Promise.resolve().then(() => (init_PencilLine(), PencilLine_exports)).then((m) => m.default);
|
|
4042
4081
|
case "phone-linear":
|
|
4043
4082
|
return Promise.resolve().then(() => (init_PhoneLinear(), PhoneLinear_exports)).then((m) => m.default);
|
|
4083
|
+
case "pin-map-solid":
|
|
4084
|
+
return Promise.resolve().then(() => (init_PinMapSolid(), PinMapSolid_exports)).then((m) => m.default);
|
|
4044
4085
|
case "plus":
|
|
4045
4086
|
return Promise.resolve().then(() => (init_Plus(), Plus_exports)).then((m) => m.default);
|
|
4046
4087
|
case "promotion":
|
|
@@ -4072,10 +4113,10 @@ function loadIcon(name) {
|
|
|
4072
4113
|
}
|
|
4073
4114
|
}
|
|
4074
4115
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
4075
|
-
const [IconComponent, setIconComponent] =
|
|
4076
|
-
const [loading, setLoading] =
|
|
4077
|
-
const [error, setError] =
|
|
4078
|
-
|
|
4116
|
+
const [IconComponent, setIconComponent] = React73.useState(null);
|
|
4117
|
+
const [loading, setLoading] = React73.useState(true);
|
|
4118
|
+
const [error, setError] = React73.useState(null);
|
|
4119
|
+
React73.useEffect(() => {
|
|
4079
4120
|
setLoading(true);
|
|
4080
4121
|
setError(null);
|
|
4081
4122
|
loadIcon(name).then((Component) => {
|
|
@@ -4094,7 +4135,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
4094
4135
|
return null;
|
|
4095
4136
|
}
|
|
4096
4137
|
const style = color ? { ...props.style, color } : props.style;
|
|
4097
|
-
return /* @__PURE__ */
|
|
4138
|
+
return /* @__PURE__ */ React73.createElement(IconComponent, { size, ...props, style });
|
|
4098
4139
|
};
|
|
4099
4140
|
var Icon_default = Icon;
|
|
4100
4141
|
|
|
@@ -4161,6 +4202,7 @@ export {
|
|
|
4161
4202
|
Payments_default as Payments,
|
|
4162
4203
|
PencilLine_default as PencilLine,
|
|
4163
4204
|
PhoneLinear_default as PhoneLinear,
|
|
4205
|
+
PinMapSolid_default as PinMapSolid,
|
|
4164
4206
|
Plus_default as Plus,
|
|
4165
4207
|
Promotion_default as Promotion,
|
|
4166
4208
|
PropertiesFilled_default as PropertiesFilled,
|