huspy-icons 0.3.23 → 0.3.24
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 +110 -101
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +100 -97
- package/dist/fonts/HuspyIcons.ts +106 -97
- 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 +100 -97
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +8 -2
- package/dist/react/index.d.ts +8 -2
- package/dist/react/index.js +509 -349
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +457 -297
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +101 -98
- package/src/react/Icon.tsx +10 -1
- package/src/react/ImagesGallery.tsx +38 -0
- package/src/react/Map.tsx +38 -0
- package/src/react/PlaySolid.tsx +24 -0
- package/src/react/index.ts +3 -0
- package/src/react/index.tsx +3 -0
package/dist/react/index.js
CHANGED
|
@@ -4015,20 +4015,76 @@ var init_ImageOff = __esm({
|
|
|
4015
4015
|
}
|
|
4016
4016
|
});
|
|
4017
4017
|
|
|
4018
|
+
// src/react/ImagesGallery.tsx
|
|
4019
|
+
var ImagesGallery_exports = {};
|
|
4020
|
+
__export(ImagesGallery_exports, {
|
|
4021
|
+
default: () => ImagesGallery_default
|
|
4022
|
+
});
|
|
4023
|
+
var React72, SvgImagesGallery, ImagesGallery_default;
|
|
4024
|
+
var init_ImagesGallery = __esm({
|
|
4025
|
+
"src/react/ImagesGallery.tsx"() {
|
|
4026
|
+
"use strict";
|
|
4027
|
+
React72 = __toESM(require("react"));
|
|
4028
|
+
init_types();
|
|
4029
|
+
SvgImagesGallery = ({ size = 16, ...props }) => {
|
|
4030
|
+
const sizeValue = resolveSize(size);
|
|
4031
|
+
return /* @__PURE__ */ React72.createElement(
|
|
4032
|
+
"svg",
|
|
4033
|
+
{
|
|
4034
|
+
width: sizeValue,
|
|
4035
|
+
height: sizeValue,
|
|
4036
|
+
viewBox: "0 0 24 24",
|
|
4037
|
+
fill: "none",
|
|
4038
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4039
|
+
...props
|
|
4040
|
+
},
|
|
4041
|
+
/* @__PURE__ */ React72.createElement(
|
|
4042
|
+
"path",
|
|
4043
|
+
{
|
|
4044
|
+
fillRule: "evenodd",
|
|
4045
|
+
clipRule: "evenodd",
|
|
4046
|
+
d: "M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z",
|
|
4047
|
+
fill: "currentColor"
|
|
4048
|
+
}
|
|
4049
|
+
),
|
|
4050
|
+
/* @__PURE__ */ React72.createElement(
|
|
4051
|
+
"path",
|
|
4052
|
+
{
|
|
4053
|
+
fillRule: "evenodd",
|
|
4054
|
+
clipRule: "evenodd",
|
|
4055
|
+
d: "M9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8ZM6 9C6 7.34315 7.34315 6 9 6C10.6569 6 12 7.34315 12 9C12 10.6569 10.6569 12 9 12C7.34315 12 6 10.6569 6 9Z",
|
|
4056
|
+
fill: "currentColor"
|
|
4057
|
+
}
|
|
4058
|
+
),
|
|
4059
|
+
/* @__PURE__ */ React72.createElement(
|
|
4060
|
+
"path",
|
|
4061
|
+
{
|
|
4062
|
+
fillRule: "evenodd",
|
|
4063
|
+
clipRule: "evenodd",
|
|
4064
|
+
d: "M14.379 11.2068C14.9416 10.6444 15.7045 10.3284 16.5 10.3284C17.2955 10.3284 18.0584 10.6444 18.621 11.2068L21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071C21.3166 16.0976 20.6834 16.0976 20.2929 15.7071L17.207 12.6212C17.207 12.6212 17.207 12.6212 17.207 12.6212C17.0195 12.4338 16.7651 12.3284 16.5 12.3284C16.2349 12.3284 15.9806 12.4337 15.7931 12.6211C15.7931 12.6211 15.7931 12.6211 15.7931 12.6211L6.70711 21.7071C6.31658 22.0976 5.68342 22.0976 5.29289 21.7071C4.90237 21.3166 4.90237 20.6834 5.29289 20.2929L14.379 11.2068Z",
|
|
4065
|
+
fill: "currentColor"
|
|
4066
|
+
}
|
|
4067
|
+
)
|
|
4068
|
+
);
|
|
4069
|
+
};
|
|
4070
|
+
ImagesGallery_default = SvgImagesGallery;
|
|
4071
|
+
}
|
|
4072
|
+
});
|
|
4073
|
+
|
|
4018
4074
|
// src/react/Info.tsx
|
|
4019
4075
|
var Info_exports = {};
|
|
4020
4076
|
__export(Info_exports, {
|
|
4021
4077
|
default: () => Info_default
|
|
4022
4078
|
});
|
|
4023
|
-
var
|
|
4079
|
+
var React73, SvgInfo, Info_default;
|
|
4024
4080
|
var init_Info = __esm({
|
|
4025
4081
|
"src/react/Info.tsx"() {
|
|
4026
4082
|
"use strict";
|
|
4027
|
-
|
|
4083
|
+
React73 = __toESM(require("react"));
|
|
4028
4084
|
init_types();
|
|
4029
4085
|
SvgInfo = ({ size = 16, ...props }) => {
|
|
4030
4086
|
const sizeValue = resolveSize(size);
|
|
4031
|
-
return /* @__PURE__ */
|
|
4087
|
+
return /* @__PURE__ */ React73.createElement(
|
|
4032
4088
|
"svg",
|
|
4033
4089
|
{
|
|
4034
4090
|
width: sizeValue,
|
|
@@ -4038,7 +4094,7 @@ var init_Info = __esm({
|
|
|
4038
4094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4039
4095
|
...props
|
|
4040
4096
|
},
|
|
4041
|
-
/* @__PURE__ */
|
|
4097
|
+
/* @__PURE__ */ React73.createElement(
|
|
4042
4098
|
"path",
|
|
4043
4099
|
{
|
|
4044
4100
|
fillRule: "evenodd",
|
|
@@ -4047,7 +4103,7 @@ var init_Info = __esm({
|
|
|
4047
4103
|
fill: "currentColor"
|
|
4048
4104
|
}
|
|
4049
4105
|
),
|
|
4050
|
-
/* @__PURE__ */
|
|
4106
|
+
/* @__PURE__ */ React73.createElement(
|
|
4051
4107
|
"path",
|
|
4052
4108
|
{
|
|
4053
4109
|
fillRule: "evenodd",
|
|
@@ -4056,7 +4112,7 @@ var init_Info = __esm({
|
|
|
4056
4112
|
fill: "currentColor"
|
|
4057
4113
|
}
|
|
4058
4114
|
),
|
|
4059
|
-
/* @__PURE__ */
|
|
4115
|
+
/* @__PURE__ */ React73.createElement(
|
|
4060
4116
|
"path",
|
|
4061
4117
|
{
|
|
4062
4118
|
fillRule: "evenodd",
|
|
@@ -4076,15 +4132,15 @@ var Keys01_exports = {};
|
|
|
4076
4132
|
__export(Keys01_exports, {
|
|
4077
4133
|
default: () => Keys01_default
|
|
4078
4134
|
});
|
|
4079
|
-
var
|
|
4135
|
+
var React74, SvgKeys01, Keys01_default;
|
|
4080
4136
|
var init_Keys01 = __esm({
|
|
4081
4137
|
"src/react/Keys01.tsx"() {
|
|
4082
4138
|
"use strict";
|
|
4083
|
-
|
|
4139
|
+
React74 = __toESM(require("react"));
|
|
4084
4140
|
init_types();
|
|
4085
4141
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
4086
4142
|
const sizeValue = resolveSize(size);
|
|
4087
|
-
return /* @__PURE__ */
|
|
4143
|
+
return /* @__PURE__ */ React74.createElement(
|
|
4088
4144
|
"svg",
|
|
4089
4145
|
{
|
|
4090
4146
|
width: sizeValue,
|
|
@@ -4094,7 +4150,7 @@ var init_Keys01 = __esm({
|
|
|
4094
4150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4095
4151
|
...props
|
|
4096
4152
|
},
|
|
4097
|
-
/* @__PURE__ */
|
|
4153
|
+
/* @__PURE__ */ React74.createElement(
|
|
4098
4154
|
"path",
|
|
4099
4155
|
{
|
|
4100
4156
|
fillRule: "evenodd",
|
|
@@ -4103,7 +4159,7 @@ var init_Keys01 = __esm({
|
|
|
4103
4159
|
fill: "currentColor"
|
|
4104
4160
|
}
|
|
4105
4161
|
),
|
|
4106
|
-
/* @__PURE__ */
|
|
4162
|
+
/* @__PURE__ */ React74.createElement(
|
|
4107
4163
|
"path",
|
|
4108
4164
|
{
|
|
4109
4165
|
fillRule: "evenodd",
|
|
@@ -4112,7 +4168,7 @@ var init_Keys01 = __esm({
|
|
|
4112
4168
|
fill: "currentColor"
|
|
4113
4169
|
}
|
|
4114
4170
|
),
|
|
4115
|
-
/* @__PURE__ */
|
|
4171
|
+
/* @__PURE__ */ React74.createElement(
|
|
4116
4172
|
"path",
|
|
4117
4173
|
{
|
|
4118
4174
|
fillRule: "evenodd",
|
|
@@ -4132,15 +4188,15 @@ var LeadsFilled_exports = {};
|
|
|
4132
4188
|
__export(LeadsFilled_exports, {
|
|
4133
4189
|
default: () => LeadsFilled_default
|
|
4134
4190
|
});
|
|
4135
|
-
var
|
|
4191
|
+
var React75, SvgLeadsFilled, LeadsFilled_default;
|
|
4136
4192
|
var init_LeadsFilled = __esm({
|
|
4137
4193
|
"src/react/LeadsFilled.tsx"() {
|
|
4138
4194
|
"use strict";
|
|
4139
|
-
|
|
4195
|
+
React75 = __toESM(require("react"));
|
|
4140
4196
|
init_types();
|
|
4141
4197
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
4142
4198
|
const sizeValue = resolveSize(size);
|
|
4143
|
-
return /* @__PURE__ */
|
|
4199
|
+
return /* @__PURE__ */ React75.createElement(
|
|
4144
4200
|
"svg",
|
|
4145
4201
|
{
|
|
4146
4202
|
width: sizeValue,
|
|
@@ -4150,7 +4206,7 @@ var init_LeadsFilled = __esm({
|
|
|
4150
4206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4151
4207
|
...props
|
|
4152
4208
|
},
|
|
4153
|
-
/* @__PURE__ */
|
|
4209
|
+
/* @__PURE__ */ React75.createElement(
|
|
4154
4210
|
"path",
|
|
4155
4211
|
{
|
|
4156
4212
|
fillRule: "evenodd",
|
|
@@ -4159,7 +4215,7 @@ var init_LeadsFilled = __esm({
|
|
|
4159
4215
|
fill: "currentColor"
|
|
4160
4216
|
}
|
|
4161
4217
|
),
|
|
4162
|
-
/* @__PURE__ */
|
|
4218
|
+
/* @__PURE__ */ React75.createElement(
|
|
4163
4219
|
"path",
|
|
4164
4220
|
{
|
|
4165
4221
|
fillRule: "evenodd",
|
|
@@ -4168,7 +4224,7 @@ var init_LeadsFilled = __esm({
|
|
|
4168
4224
|
fill: "currentColor"
|
|
4169
4225
|
}
|
|
4170
4226
|
),
|
|
4171
|
-
/* @__PURE__ */
|
|
4227
|
+
/* @__PURE__ */ React75.createElement(
|
|
4172
4228
|
"path",
|
|
4173
4229
|
{
|
|
4174
4230
|
fillRule: "evenodd",
|
|
@@ -4177,7 +4233,7 @@ var init_LeadsFilled = __esm({
|
|
|
4177
4233
|
fill: "currentColor"
|
|
4178
4234
|
}
|
|
4179
4235
|
),
|
|
4180
|
-
/* @__PURE__ */
|
|
4236
|
+
/* @__PURE__ */ React75.createElement(
|
|
4181
4237
|
"path",
|
|
4182
4238
|
{
|
|
4183
4239
|
fillRule: "evenodd",
|
|
@@ -4197,15 +4253,15 @@ var LeadsLinear_exports = {};
|
|
|
4197
4253
|
__export(LeadsLinear_exports, {
|
|
4198
4254
|
default: () => LeadsLinear_default
|
|
4199
4255
|
});
|
|
4200
|
-
var
|
|
4256
|
+
var React76, SvgLeadsLinear, LeadsLinear_default;
|
|
4201
4257
|
var init_LeadsLinear = __esm({
|
|
4202
4258
|
"src/react/LeadsLinear.tsx"() {
|
|
4203
4259
|
"use strict";
|
|
4204
|
-
|
|
4260
|
+
React76 = __toESM(require("react"));
|
|
4205
4261
|
init_types();
|
|
4206
4262
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
4207
4263
|
const sizeValue = resolveSize(size);
|
|
4208
|
-
return /* @__PURE__ */
|
|
4264
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4209
4265
|
"svg",
|
|
4210
4266
|
{
|
|
4211
4267
|
width: sizeValue,
|
|
@@ -4215,7 +4271,7 @@ var init_LeadsLinear = __esm({
|
|
|
4215
4271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4216
4272
|
...props
|
|
4217
4273
|
},
|
|
4218
|
-
/* @__PURE__ */
|
|
4274
|
+
/* @__PURE__ */ React76.createElement(
|
|
4219
4275
|
"path",
|
|
4220
4276
|
{
|
|
4221
4277
|
fillRule: "evenodd",
|
|
@@ -4224,7 +4280,7 @@ var init_LeadsLinear = __esm({
|
|
|
4224
4280
|
fill: "currentColor"
|
|
4225
4281
|
}
|
|
4226
4282
|
),
|
|
4227
|
-
/* @__PURE__ */
|
|
4283
|
+
/* @__PURE__ */ React76.createElement(
|
|
4228
4284
|
"path",
|
|
4229
4285
|
{
|
|
4230
4286
|
fillRule: "evenodd",
|
|
@@ -4233,7 +4289,7 @@ var init_LeadsLinear = __esm({
|
|
|
4233
4289
|
fill: "currentColor"
|
|
4234
4290
|
}
|
|
4235
4291
|
),
|
|
4236
|
-
/* @__PURE__ */
|
|
4292
|
+
/* @__PURE__ */ React76.createElement(
|
|
4237
4293
|
"path",
|
|
4238
4294
|
{
|
|
4239
4295
|
fillRule: "evenodd",
|
|
@@ -4242,7 +4298,7 @@ var init_LeadsLinear = __esm({
|
|
|
4242
4298
|
fill: "currentColor"
|
|
4243
4299
|
}
|
|
4244
4300
|
),
|
|
4245
|
-
/* @__PURE__ */
|
|
4301
|
+
/* @__PURE__ */ React76.createElement(
|
|
4246
4302
|
"path",
|
|
4247
4303
|
{
|
|
4248
4304
|
fillRule: "evenodd",
|
|
@@ -4262,15 +4318,15 @@ var Lift_exports = {};
|
|
|
4262
4318
|
__export(Lift_exports, {
|
|
4263
4319
|
default: () => Lift_default
|
|
4264
4320
|
});
|
|
4265
|
-
var
|
|
4321
|
+
var React77, SvgLift, Lift_default;
|
|
4266
4322
|
var init_Lift = __esm({
|
|
4267
4323
|
"src/react/Lift.tsx"() {
|
|
4268
4324
|
"use strict";
|
|
4269
|
-
|
|
4325
|
+
React77 = __toESM(require("react"));
|
|
4270
4326
|
init_types();
|
|
4271
4327
|
SvgLift = ({ size = 16, ...props }) => {
|
|
4272
4328
|
const sizeValue = resolveSize(size);
|
|
4273
|
-
return /* @__PURE__ */
|
|
4329
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4274
4330
|
"svg",
|
|
4275
4331
|
{
|
|
4276
4332
|
width: sizeValue,
|
|
@@ -4280,7 +4336,7 @@ var init_Lift = __esm({
|
|
|
4280
4336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4281
4337
|
...props
|
|
4282
4338
|
},
|
|
4283
|
-
/* @__PURE__ */
|
|
4339
|
+
/* @__PURE__ */ React77.createElement(
|
|
4284
4340
|
"path",
|
|
4285
4341
|
{
|
|
4286
4342
|
d: "M12.9004 21.0791H15.3779V12.4785H12.9004V21.0791ZM8.62207 21.0791H11.0996V12.4785H8.62207V21.0791ZM16.4277 5.78809C16.8206 5.48406 17.3861 5.55643 17.6904 5.94922C17.9944 6.34213 17.9221 6.90761 17.5293 7.21191L15.5508 8.74512C15.2264 8.99642 14.7727 8.99635 14.4482 8.74512L12.4688 7.21191C12.0759 6.90759 12.0045 6.34214 12.3086 5.94922C12.6129 5.55639 13.1784 5.48395 13.5713 5.78809L14.999 6.89453L16.4277 5.78809ZM8.42773 5.78809C8.75207 5.53682 9.20583 5.53704 9.53027 5.78809L11.5098 7.32227C11.9025 7.62672 11.9743 8.19209 11.6699 8.58496C11.3655 8.97759 10.8 9.0494 10.4072 8.74512L8.97852 7.63867L7.55176 8.74512C7.15896 9.04943 6.59356 8.97754 6.28906 8.58496C5.98467 8.19206 6.05636 7.6267 6.44922 7.32227L8.42773 5.78809ZM17.1777 21.0791H19.9961V4.47949C19.9961 4.14823 19.7277 3.88006 19.3965 3.87988H4.60449C4.27312 3.87988 4.00488 4.14812 4.00488 4.47949V21.0791H6.82227V12.2119C6.82231 11.3309 7.55547 10.6788 8.38184 10.6787H15.6182C16.4445 10.6788 17.1777 11.3309 17.1777 12.2119V21.0791ZM21.7959 21.0996C21.7959 22.0824 20.9994 22.8798 20.0166 22.8799H3.98438C3.00151 22.8799 2.2041 22.0825 2.2041 21.0996V4.47949C2.2041 3.15401 3.27901 2.0791 4.60449 2.0791H19.3965C20.7218 2.07928 21.7959 3.15412 21.7959 4.47949V21.0996Z",
|
|
@@ -4298,15 +4354,15 @@ var Loader_exports = {};
|
|
|
4298
4354
|
__export(Loader_exports, {
|
|
4299
4355
|
default: () => Loader_default
|
|
4300
4356
|
});
|
|
4301
|
-
var
|
|
4357
|
+
var React78, SvgLoader, Loader_default;
|
|
4302
4358
|
var init_Loader = __esm({
|
|
4303
4359
|
"src/react/Loader.tsx"() {
|
|
4304
4360
|
"use strict";
|
|
4305
|
-
|
|
4361
|
+
React78 = __toESM(require("react"));
|
|
4306
4362
|
init_types();
|
|
4307
4363
|
SvgLoader = ({ size = 16, ...props }) => {
|
|
4308
4364
|
const sizeValue = resolveSize(size);
|
|
4309
|
-
return /* @__PURE__ */
|
|
4365
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4310
4366
|
"svg",
|
|
4311
4367
|
{
|
|
4312
4368
|
width: sizeValue,
|
|
@@ -4316,7 +4372,7 @@ var init_Loader = __esm({
|
|
|
4316
4372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4317
4373
|
...props
|
|
4318
4374
|
},
|
|
4319
|
-
/* @__PURE__ */
|
|
4375
|
+
/* @__PURE__ */ React78.createElement(
|
|
4320
4376
|
"path",
|
|
4321
4377
|
{
|
|
4322
4378
|
fillRule: "evenodd",
|
|
@@ -4325,7 +4381,7 @@ var init_Loader = __esm({
|
|
|
4325
4381
|
fill: "currentColor"
|
|
4326
4382
|
}
|
|
4327
4383
|
),
|
|
4328
|
-
/* @__PURE__ */
|
|
4384
|
+
/* @__PURE__ */ React78.createElement(
|
|
4329
4385
|
"path",
|
|
4330
4386
|
{
|
|
4331
4387
|
fillRule: "evenodd",
|
|
@@ -4334,7 +4390,7 @@ var init_Loader = __esm({
|
|
|
4334
4390
|
fill: "currentColor"
|
|
4335
4391
|
}
|
|
4336
4392
|
),
|
|
4337
|
-
/* @__PURE__ */
|
|
4393
|
+
/* @__PURE__ */ React78.createElement(
|
|
4338
4394
|
"path",
|
|
4339
4395
|
{
|
|
4340
4396
|
fillRule: "evenodd",
|
|
@@ -4343,7 +4399,7 @@ var init_Loader = __esm({
|
|
|
4343
4399
|
fill: "currentColor"
|
|
4344
4400
|
}
|
|
4345
4401
|
),
|
|
4346
|
-
/* @__PURE__ */
|
|
4402
|
+
/* @__PURE__ */ React78.createElement(
|
|
4347
4403
|
"path",
|
|
4348
4404
|
{
|
|
4349
4405
|
fillRule: "evenodd",
|
|
@@ -4352,7 +4408,7 @@ var init_Loader = __esm({
|
|
|
4352
4408
|
fill: "currentColor"
|
|
4353
4409
|
}
|
|
4354
4410
|
),
|
|
4355
|
-
/* @__PURE__ */
|
|
4411
|
+
/* @__PURE__ */ React78.createElement(
|
|
4356
4412
|
"path",
|
|
4357
4413
|
{
|
|
4358
4414
|
fillRule: "evenodd",
|
|
@@ -4361,7 +4417,7 @@ var init_Loader = __esm({
|
|
|
4361
4417
|
fill: "currentColor"
|
|
4362
4418
|
}
|
|
4363
4419
|
),
|
|
4364
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ React78.createElement(
|
|
4365
4421
|
"path",
|
|
4366
4422
|
{
|
|
4367
4423
|
fillRule: "evenodd",
|
|
@@ -4370,7 +4426,7 @@ var init_Loader = __esm({
|
|
|
4370
4426
|
fill: "currentColor"
|
|
4371
4427
|
}
|
|
4372
4428
|
),
|
|
4373
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ React78.createElement(
|
|
4374
4430
|
"path",
|
|
4375
4431
|
{
|
|
4376
4432
|
fillRule: "evenodd",
|
|
@@ -4379,7 +4435,7 @@ var init_Loader = __esm({
|
|
|
4379
4435
|
fill: "currentColor"
|
|
4380
4436
|
}
|
|
4381
4437
|
),
|
|
4382
|
-
/* @__PURE__ */
|
|
4438
|
+
/* @__PURE__ */ React78.createElement(
|
|
4383
4439
|
"path",
|
|
4384
4440
|
{
|
|
4385
4441
|
fillRule: "evenodd",
|
|
@@ -4399,15 +4455,15 @@ var Lock_exports = {};
|
|
|
4399
4455
|
__export(Lock_exports, {
|
|
4400
4456
|
default: () => Lock_default
|
|
4401
4457
|
});
|
|
4402
|
-
var
|
|
4458
|
+
var React79, SvgLock, Lock_default;
|
|
4403
4459
|
var init_Lock = __esm({
|
|
4404
4460
|
"src/react/Lock.tsx"() {
|
|
4405
4461
|
"use strict";
|
|
4406
|
-
|
|
4462
|
+
React79 = __toESM(require("react"));
|
|
4407
4463
|
init_types();
|
|
4408
4464
|
SvgLock = ({ size = 16, ...props }) => {
|
|
4409
4465
|
const sizeValue = resolveSize(size);
|
|
4410
|
-
return /* @__PURE__ */
|
|
4466
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4411
4467
|
"svg",
|
|
4412
4468
|
{
|
|
4413
4469
|
width: sizeValue,
|
|
@@ -4417,7 +4473,7 @@ var init_Lock = __esm({
|
|
|
4417
4473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4418
4474
|
...props
|
|
4419
4475
|
},
|
|
4420
|
-
/* @__PURE__ */
|
|
4476
|
+
/* @__PURE__ */ React79.createElement(
|
|
4421
4477
|
"path",
|
|
4422
4478
|
{
|
|
4423
4479
|
fillRule: "evenodd",
|
|
@@ -4426,7 +4482,7 @@ var init_Lock = __esm({
|
|
|
4426
4482
|
fill: "currentColor"
|
|
4427
4483
|
}
|
|
4428
4484
|
),
|
|
4429
|
-
/* @__PURE__ */
|
|
4485
|
+
/* @__PURE__ */ React79.createElement(
|
|
4430
4486
|
"path",
|
|
4431
4487
|
{
|
|
4432
4488
|
fillRule: "evenodd",
|
|
@@ -4446,15 +4502,15 @@ var Loft_exports = {};
|
|
|
4446
4502
|
__export(Loft_exports, {
|
|
4447
4503
|
default: () => Loft_default
|
|
4448
4504
|
});
|
|
4449
|
-
var
|
|
4505
|
+
var React80, SvgLoft, Loft_default;
|
|
4450
4506
|
var init_Loft = __esm({
|
|
4451
4507
|
"src/react/Loft.tsx"() {
|
|
4452
4508
|
"use strict";
|
|
4453
|
-
|
|
4509
|
+
React80 = __toESM(require("react"));
|
|
4454
4510
|
init_types();
|
|
4455
4511
|
SvgLoft = ({ size = 16, ...props }) => {
|
|
4456
4512
|
const sizeValue = resolveSize(size);
|
|
4457
|
-
return /* @__PURE__ */
|
|
4513
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4458
4514
|
"svg",
|
|
4459
4515
|
{
|
|
4460
4516
|
width: sizeValue,
|
|
@@ -4464,7 +4520,7 @@ var init_Loft = __esm({
|
|
|
4464
4520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4465
4521
|
...props
|
|
4466
4522
|
},
|
|
4467
|
-
/* @__PURE__ */
|
|
4523
|
+
/* @__PURE__ */ React80.createElement(
|
|
4468
4524
|
"path",
|
|
4469
4525
|
{
|
|
4470
4526
|
fillRule: "evenodd",
|
|
@@ -4473,7 +4529,7 @@ var init_Loft = __esm({
|
|
|
4473
4529
|
fill: "currentColor"
|
|
4474
4530
|
}
|
|
4475
4531
|
),
|
|
4476
|
-
/* @__PURE__ */
|
|
4532
|
+
/* @__PURE__ */ React80.createElement(
|
|
4477
4533
|
"path",
|
|
4478
4534
|
{
|
|
4479
4535
|
fillRule: "evenodd",
|
|
@@ -4482,7 +4538,7 @@ var init_Loft = __esm({
|
|
|
4482
4538
|
fill: "currentColor"
|
|
4483
4539
|
}
|
|
4484
4540
|
),
|
|
4485
|
-
/* @__PURE__ */
|
|
4541
|
+
/* @__PURE__ */ React80.createElement(
|
|
4486
4542
|
"path",
|
|
4487
4543
|
{
|
|
4488
4544
|
fillRule: "evenodd",
|
|
@@ -4491,7 +4547,7 @@ var init_Loft = __esm({
|
|
|
4491
4547
|
fill: "currentColor"
|
|
4492
4548
|
}
|
|
4493
4549
|
),
|
|
4494
|
-
/* @__PURE__ */
|
|
4550
|
+
/* @__PURE__ */ React80.createElement(
|
|
4495
4551
|
"path",
|
|
4496
4552
|
{
|
|
4497
4553
|
fillRule: "evenodd",
|
|
@@ -4500,7 +4556,7 @@ var init_Loft = __esm({
|
|
|
4500
4556
|
fill: "currentColor"
|
|
4501
4557
|
}
|
|
4502
4558
|
),
|
|
4503
|
-
/* @__PURE__ */
|
|
4559
|
+
/* @__PURE__ */ React80.createElement(
|
|
4504
4560
|
"path",
|
|
4505
4561
|
{
|
|
4506
4562
|
fillRule: "evenodd",
|
|
@@ -4509,7 +4565,7 @@ var init_Loft = __esm({
|
|
|
4509
4565
|
fill: "currentColor"
|
|
4510
4566
|
}
|
|
4511
4567
|
),
|
|
4512
|
-
/* @__PURE__ */
|
|
4568
|
+
/* @__PURE__ */ React80.createElement(
|
|
4513
4569
|
"path",
|
|
4514
4570
|
{
|
|
4515
4571
|
fillRule: "evenodd",
|
|
@@ -4518,7 +4574,7 @@ var init_Loft = __esm({
|
|
|
4518
4574
|
fill: "currentColor"
|
|
4519
4575
|
}
|
|
4520
4576
|
),
|
|
4521
|
-
/* @__PURE__ */
|
|
4577
|
+
/* @__PURE__ */ React80.createElement(
|
|
4522
4578
|
"path",
|
|
4523
4579
|
{
|
|
4524
4580
|
fillRule: "evenodd",
|
|
@@ -4527,7 +4583,7 @@ var init_Loft = __esm({
|
|
|
4527
4583
|
fill: "currentColor"
|
|
4528
4584
|
}
|
|
4529
4585
|
),
|
|
4530
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ React80.createElement(
|
|
4531
4587
|
"path",
|
|
4532
4588
|
{
|
|
4533
4589
|
fillRule: "evenodd",
|
|
@@ -4547,15 +4603,15 @@ var Logout_exports = {};
|
|
|
4547
4603
|
__export(Logout_exports, {
|
|
4548
4604
|
default: () => Logout_default
|
|
4549
4605
|
});
|
|
4550
|
-
var
|
|
4606
|
+
var React81, SvgLogout, Logout_default;
|
|
4551
4607
|
var init_Logout = __esm({
|
|
4552
4608
|
"src/react/Logout.tsx"() {
|
|
4553
4609
|
"use strict";
|
|
4554
|
-
|
|
4610
|
+
React81 = __toESM(require("react"));
|
|
4555
4611
|
init_types();
|
|
4556
4612
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
4557
4613
|
const sizeValue = resolveSize(size);
|
|
4558
|
-
return /* @__PURE__ */
|
|
4614
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4559
4615
|
"svg",
|
|
4560
4616
|
{
|
|
4561
4617
|
width: sizeValue,
|
|
@@ -4565,7 +4621,7 @@ var init_Logout = __esm({
|
|
|
4565
4621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4566
4622
|
...props
|
|
4567
4623
|
},
|
|
4568
|
-
/* @__PURE__ */
|
|
4624
|
+
/* @__PURE__ */ React81.createElement(
|
|
4569
4625
|
"path",
|
|
4570
4626
|
{
|
|
4571
4627
|
fillRule: "evenodd",
|
|
@@ -4574,7 +4630,7 @@ var init_Logout = __esm({
|
|
|
4574
4630
|
fill: "currentColor"
|
|
4575
4631
|
}
|
|
4576
4632
|
),
|
|
4577
|
-
/* @__PURE__ */
|
|
4633
|
+
/* @__PURE__ */ React81.createElement(
|
|
4578
4634
|
"path",
|
|
4579
4635
|
{
|
|
4580
4636
|
fillRule: "evenodd",
|
|
@@ -4583,7 +4639,7 @@ var init_Logout = __esm({
|
|
|
4583
4639
|
fill: "currentColor"
|
|
4584
4640
|
}
|
|
4585
4641
|
),
|
|
4586
|
-
/* @__PURE__ */
|
|
4642
|
+
/* @__PURE__ */ React81.createElement(
|
|
4587
4643
|
"path",
|
|
4588
4644
|
{
|
|
4589
4645
|
fillRule: "evenodd",
|
|
@@ -4603,15 +4659,15 @@ var MagicWand_exports = {};
|
|
|
4603
4659
|
__export(MagicWand_exports, {
|
|
4604
4660
|
default: () => MagicWand_default
|
|
4605
4661
|
});
|
|
4606
|
-
var
|
|
4662
|
+
var React82, SvgMagicWand, MagicWand_default;
|
|
4607
4663
|
var init_MagicWand = __esm({
|
|
4608
4664
|
"src/react/MagicWand.tsx"() {
|
|
4609
4665
|
"use strict";
|
|
4610
|
-
|
|
4666
|
+
React82 = __toESM(require("react"));
|
|
4611
4667
|
init_types();
|
|
4612
4668
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
4613
4669
|
const sizeValue = resolveSize(size);
|
|
4614
|
-
return /* @__PURE__ */
|
|
4670
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4615
4671
|
"svg",
|
|
4616
4672
|
{
|
|
4617
4673
|
width: sizeValue,
|
|
@@ -4621,7 +4677,7 @@ var init_MagicWand = __esm({
|
|
|
4621
4677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4622
4678
|
...props
|
|
4623
4679
|
},
|
|
4624
|
-
/* @__PURE__ */
|
|
4680
|
+
/* @__PURE__ */ React82.createElement(
|
|
4625
4681
|
"path",
|
|
4626
4682
|
{
|
|
4627
4683
|
fillRule: "evenodd",
|
|
@@ -4630,7 +4686,7 @@ var init_MagicWand = __esm({
|
|
|
4630
4686
|
fill: "currentColor"
|
|
4631
4687
|
}
|
|
4632
4688
|
),
|
|
4633
|
-
/* @__PURE__ */
|
|
4689
|
+
/* @__PURE__ */ React82.createElement(
|
|
4634
4690
|
"path",
|
|
4635
4691
|
{
|
|
4636
4692
|
fillRule: "evenodd",
|
|
@@ -4639,7 +4695,7 @@ var init_MagicWand = __esm({
|
|
|
4639
4695
|
fill: "currentColor"
|
|
4640
4696
|
}
|
|
4641
4697
|
),
|
|
4642
|
-
/* @__PURE__ */
|
|
4698
|
+
/* @__PURE__ */ React82.createElement(
|
|
4643
4699
|
"path",
|
|
4644
4700
|
{
|
|
4645
4701
|
fillRule: "evenodd",
|
|
@@ -4648,7 +4704,7 @@ var init_MagicWand = __esm({
|
|
|
4648
4704
|
fill: "currentColor"
|
|
4649
4705
|
}
|
|
4650
4706
|
),
|
|
4651
|
-
/* @__PURE__ */
|
|
4707
|
+
/* @__PURE__ */ React82.createElement(
|
|
4652
4708
|
"path",
|
|
4653
4709
|
{
|
|
4654
4710
|
fillRule: "evenodd",
|
|
@@ -4657,7 +4713,7 @@ var init_MagicWand = __esm({
|
|
|
4657
4713
|
fill: "currentColor"
|
|
4658
4714
|
}
|
|
4659
4715
|
),
|
|
4660
|
-
/* @__PURE__ */
|
|
4716
|
+
/* @__PURE__ */ React82.createElement(
|
|
4661
4717
|
"path",
|
|
4662
4718
|
{
|
|
4663
4719
|
fillRule: "evenodd",
|
|
@@ -4666,7 +4722,7 @@ var init_MagicWand = __esm({
|
|
|
4666
4722
|
fill: "currentColor"
|
|
4667
4723
|
}
|
|
4668
4724
|
),
|
|
4669
|
-
/* @__PURE__ */
|
|
4725
|
+
/* @__PURE__ */ React82.createElement(
|
|
4670
4726
|
"path",
|
|
4671
4727
|
{
|
|
4672
4728
|
fillRule: "evenodd",
|
|
@@ -4675,7 +4731,7 @@ var init_MagicWand = __esm({
|
|
|
4675
4731
|
fill: "currentColor"
|
|
4676
4732
|
}
|
|
4677
4733
|
),
|
|
4678
|
-
/* @__PURE__ */
|
|
4734
|
+
/* @__PURE__ */ React82.createElement(
|
|
4679
4735
|
"path",
|
|
4680
4736
|
{
|
|
4681
4737
|
fillRule: "evenodd",
|
|
@@ -4684,7 +4740,7 @@ var init_MagicWand = __esm({
|
|
|
4684
4740
|
fill: "currentColor"
|
|
4685
4741
|
}
|
|
4686
4742
|
),
|
|
4687
|
-
/* @__PURE__ */
|
|
4743
|
+
/* @__PURE__ */ React82.createElement(
|
|
4688
4744
|
"path",
|
|
4689
4745
|
{
|
|
4690
4746
|
fillRule: "evenodd",
|
|
@@ -4704,15 +4760,15 @@ var Mail_exports = {};
|
|
|
4704
4760
|
__export(Mail_exports, {
|
|
4705
4761
|
default: () => Mail_default
|
|
4706
4762
|
});
|
|
4707
|
-
var
|
|
4763
|
+
var React83, SvgMail, Mail_default;
|
|
4708
4764
|
var init_Mail = __esm({
|
|
4709
4765
|
"src/react/Mail.tsx"() {
|
|
4710
4766
|
"use strict";
|
|
4711
|
-
|
|
4767
|
+
React83 = __toESM(require("react"));
|
|
4712
4768
|
init_types();
|
|
4713
4769
|
SvgMail = ({ size = 16, ...props }) => {
|
|
4714
4770
|
const sizeValue = resolveSize(size);
|
|
4715
|
-
return /* @__PURE__ */
|
|
4771
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4716
4772
|
"svg",
|
|
4717
4773
|
{
|
|
4718
4774
|
width: sizeValue,
|
|
@@ -4722,7 +4778,7 @@ var init_Mail = __esm({
|
|
|
4722
4778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4723
4779
|
...props
|
|
4724
4780
|
},
|
|
4725
|
-
/* @__PURE__ */
|
|
4781
|
+
/* @__PURE__ */ React83.createElement(
|
|
4726
4782
|
"path",
|
|
4727
4783
|
{
|
|
4728
4784
|
fillRule: "evenodd",
|
|
@@ -4731,7 +4787,7 @@ var init_Mail = __esm({
|
|
|
4731
4787
|
fill: "currentColor"
|
|
4732
4788
|
}
|
|
4733
4789
|
),
|
|
4734
|
-
/* @__PURE__ */
|
|
4790
|
+
/* @__PURE__ */ React83.createElement(
|
|
4735
4791
|
"path",
|
|
4736
4792
|
{
|
|
4737
4793
|
fillRule: "evenodd",
|
|
@@ -4746,20 +4802,76 @@ var init_Mail = __esm({
|
|
|
4746
4802
|
}
|
|
4747
4803
|
});
|
|
4748
4804
|
|
|
4805
|
+
// src/react/Map.tsx
|
|
4806
|
+
var Map_exports = {};
|
|
4807
|
+
__export(Map_exports, {
|
|
4808
|
+
default: () => Map_default
|
|
4809
|
+
});
|
|
4810
|
+
var React84, SvgMap, Map_default;
|
|
4811
|
+
var init_Map = __esm({
|
|
4812
|
+
"src/react/Map.tsx"() {
|
|
4813
|
+
"use strict";
|
|
4814
|
+
React84 = __toESM(require("react"));
|
|
4815
|
+
init_types();
|
|
4816
|
+
SvgMap = ({ size = 16, ...props }) => {
|
|
4817
|
+
const sizeValue = resolveSize(size);
|
|
4818
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4819
|
+
"svg",
|
|
4820
|
+
{
|
|
4821
|
+
width: sizeValue,
|
|
4822
|
+
height: sizeValue,
|
|
4823
|
+
viewBox: "0 0 24 24",
|
|
4824
|
+
fill: "none",
|
|
4825
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4826
|
+
...props
|
|
4827
|
+
},
|
|
4828
|
+
/* @__PURE__ */ React84.createElement(
|
|
4829
|
+
"path",
|
|
4830
|
+
{
|
|
4831
|
+
fillRule: "evenodd",
|
|
4832
|
+
clipRule: "evenodd",
|
|
4833
|
+
d: "M21.5257 2.14935C21.8205 2.33156 22 2.65342 22 3V18C22 18.3788 21.786 18.725 21.4472 18.8944L15.4472 21.8944C15.1657 22.0352 14.8343 22.0352 14.5528 21.8944L9 19.118L3.44721 21.8944C3.13723 22.0494 2.76909 22.0329 2.47427 21.8507C2.17945 21.6684 2 21.3466 2 21V6C2 5.62123 2.214 5.27497 2.55279 5.10557L8.55279 2.10557C8.83431 1.96481 9.16569 1.96481 9.44721 2.10557L15 4.88197L20.5528 2.10557C20.8628 1.95058 21.2309 1.96714 21.5257 2.14935ZM4 6.61804V19.382L8.55279 17.1056C8.83431 16.9648 9.16569 16.9648 9.44721 17.1056L15 19.882L20 17.382V4.61804L15.4472 6.89443C15.1657 7.03519 14.8343 7.03519 14.5528 6.89443L9 4.11804L4 6.61804Z",
|
|
4834
|
+
fill: "currentColor"
|
|
4835
|
+
}
|
|
4836
|
+
),
|
|
4837
|
+
/* @__PURE__ */ React84.createElement(
|
|
4838
|
+
"path",
|
|
4839
|
+
{
|
|
4840
|
+
fillRule: "evenodd",
|
|
4841
|
+
clipRule: "evenodd",
|
|
4842
|
+
d: "M9 2C9.55228 2 10 2.44772 10 3V18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V3C8 2.44772 8.44772 2 9 2Z",
|
|
4843
|
+
fill: "currentColor"
|
|
4844
|
+
}
|
|
4845
|
+
),
|
|
4846
|
+
/* @__PURE__ */ React84.createElement(
|
|
4847
|
+
"path",
|
|
4848
|
+
{
|
|
4849
|
+
fillRule: "evenodd",
|
|
4850
|
+
clipRule: "evenodd",
|
|
4851
|
+
d: "M15 5C15.5523 5 16 5.44772 16 6V21C16 21.5523 15.5523 22 15 22C14.4477 22 14 21.5523 14 21V6C14 5.44772 14.4477 5 15 5Z",
|
|
4852
|
+
fill: "currentColor"
|
|
4853
|
+
}
|
|
4854
|
+
)
|
|
4855
|
+
);
|
|
4856
|
+
};
|
|
4857
|
+
Map_default = SvgMap;
|
|
4858
|
+
}
|
|
4859
|
+
});
|
|
4860
|
+
|
|
4749
4861
|
// src/react/MapPin.tsx
|
|
4750
4862
|
var MapPin_exports = {};
|
|
4751
4863
|
__export(MapPin_exports, {
|
|
4752
4864
|
default: () => MapPin_default
|
|
4753
4865
|
});
|
|
4754
|
-
var
|
|
4866
|
+
var React85, SvgMapPin, MapPin_default;
|
|
4755
4867
|
var init_MapPin = __esm({
|
|
4756
4868
|
"src/react/MapPin.tsx"() {
|
|
4757
4869
|
"use strict";
|
|
4758
|
-
|
|
4870
|
+
React85 = __toESM(require("react"));
|
|
4759
4871
|
init_types();
|
|
4760
4872
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
4761
4873
|
const sizeValue = resolveSize(size);
|
|
4762
|
-
return /* @__PURE__ */
|
|
4874
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4763
4875
|
"svg",
|
|
4764
4876
|
{
|
|
4765
4877
|
width: sizeValue,
|
|
@@ -4769,7 +4881,7 @@ var init_MapPin = __esm({
|
|
|
4769
4881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4770
4882
|
...props
|
|
4771
4883
|
},
|
|
4772
|
-
/* @__PURE__ */
|
|
4884
|
+
/* @__PURE__ */ React85.createElement(
|
|
4773
4885
|
"path",
|
|
4774
4886
|
{
|
|
4775
4887
|
fillRule: "evenodd",
|
|
@@ -4778,7 +4890,7 @@ var init_MapPin = __esm({
|
|
|
4778
4890
|
fill: "currentColor"
|
|
4779
4891
|
}
|
|
4780
4892
|
),
|
|
4781
|
-
/* @__PURE__ */
|
|
4893
|
+
/* @__PURE__ */ React85.createElement(
|
|
4782
4894
|
"path",
|
|
4783
4895
|
{
|
|
4784
4896
|
fillRule: "evenodd",
|
|
@@ -4798,15 +4910,15 @@ var Minus_exports = {};
|
|
|
4798
4910
|
__export(Minus_exports, {
|
|
4799
4911
|
default: () => Minus_default
|
|
4800
4912
|
});
|
|
4801
|
-
var
|
|
4913
|
+
var React86, SvgMinus, Minus_default;
|
|
4802
4914
|
var init_Minus = __esm({
|
|
4803
4915
|
"src/react/Minus.tsx"() {
|
|
4804
4916
|
"use strict";
|
|
4805
|
-
|
|
4917
|
+
React86 = __toESM(require("react"));
|
|
4806
4918
|
init_types();
|
|
4807
4919
|
SvgMinus = ({ size = 16, ...props }) => {
|
|
4808
4920
|
const sizeValue = resolveSize(size);
|
|
4809
|
-
return /* @__PURE__ */
|
|
4921
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4810
4922
|
"svg",
|
|
4811
4923
|
{
|
|
4812
4924
|
width: sizeValue,
|
|
@@ -4816,7 +4928,7 @@ var init_Minus = __esm({
|
|
|
4816
4928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4817
4929
|
...props
|
|
4818
4930
|
},
|
|
4819
|
-
/* @__PURE__ */
|
|
4931
|
+
/* @__PURE__ */ React86.createElement(
|
|
4820
4932
|
"path",
|
|
4821
4933
|
{
|
|
4822
4934
|
d: "M19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19Z",
|
|
@@ -4834,15 +4946,15 @@ var MoreHorizontal_exports = {};
|
|
|
4834
4946
|
__export(MoreHorizontal_exports, {
|
|
4835
4947
|
default: () => MoreHorizontal_default
|
|
4836
4948
|
});
|
|
4837
|
-
var
|
|
4949
|
+
var React87, SvgMoreHorizontal, MoreHorizontal_default;
|
|
4838
4950
|
var init_MoreHorizontal = __esm({
|
|
4839
4951
|
"src/react/MoreHorizontal.tsx"() {
|
|
4840
4952
|
"use strict";
|
|
4841
|
-
|
|
4953
|
+
React87 = __toESM(require("react"));
|
|
4842
4954
|
init_types();
|
|
4843
4955
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4844
4956
|
const sizeValue = resolveSize(size);
|
|
4845
|
-
return /* @__PURE__ */
|
|
4957
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4846
4958
|
"svg",
|
|
4847
4959
|
{
|
|
4848
4960
|
width: sizeValue,
|
|
@@ -4852,7 +4964,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4852
4964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4853
4965
|
...props
|
|
4854
4966
|
},
|
|
4855
|
-
/* @__PURE__ */
|
|
4967
|
+
/* @__PURE__ */ React87.createElement(
|
|
4856
4968
|
"path",
|
|
4857
4969
|
{
|
|
4858
4970
|
fillRule: "evenodd",
|
|
@@ -4861,7 +4973,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4861
4973
|
fill: "currentColor"
|
|
4862
4974
|
}
|
|
4863
4975
|
),
|
|
4864
|
-
/* @__PURE__ */
|
|
4976
|
+
/* @__PURE__ */ React87.createElement(
|
|
4865
4977
|
"path",
|
|
4866
4978
|
{
|
|
4867
4979
|
fillRule: "evenodd",
|
|
@@ -4870,7 +4982,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4870
4982
|
fill: "currentColor"
|
|
4871
4983
|
}
|
|
4872
4984
|
),
|
|
4873
|
-
/* @__PURE__ */
|
|
4985
|
+
/* @__PURE__ */ React87.createElement(
|
|
4874
4986
|
"path",
|
|
4875
4987
|
{
|
|
4876
4988
|
fillRule: "evenodd",
|
|
@@ -4890,15 +5002,15 @@ var Mortgage_exports = {};
|
|
|
4890
5002
|
__export(Mortgage_exports, {
|
|
4891
5003
|
default: () => Mortgage_default
|
|
4892
5004
|
});
|
|
4893
|
-
var
|
|
5005
|
+
var React88, SvgMortgage, Mortgage_default;
|
|
4894
5006
|
var init_Mortgage = __esm({
|
|
4895
5007
|
"src/react/Mortgage.tsx"() {
|
|
4896
5008
|
"use strict";
|
|
4897
|
-
|
|
5009
|
+
React88 = __toESM(require("react"));
|
|
4898
5010
|
init_types();
|
|
4899
5011
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4900
5012
|
const sizeValue = resolveSize(size);
|
|
4901
|
-
return /* @__PURE__ */
|
|
5013
|
+
return /* @__PURE__ */ React88.createElement(
|
|
4902
5014
|
"svg",
|
|
4903
5015
|
{
|
|
4904
5016
|
width: sizeValue,
|
|
@@ -4908,7 +5020,7 @@ var init_Mortgage = __esm({
|
|
|
4908
5020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4909
5021
|
...props
|
|
4910
5022
|
},
|
|
4911
|
-
/* @__PURE__ */
|
|
5023
|
+
/* @__PURE__ */ React88.createElement(
|
|
4912
5024
|
"path",
|
|
4913
5025
|
{
|
|
4914
5026
|
fillRule: "evenodd",
|
|
@@ -4917,7 +5029,7 @@ var init_Mortgage = __esm({
|
|
|
4917
5029
|
fill: "currentColor"
|
|
4918
5030
|
}
|
|
4919
5031
|
),
|
|
4920
|
-
/* @__PURE__ */
|
|
5032
|
+
/* @__PURE__ */ React88.createElement(
|
|
4921
5033
|
"path",
|
|
4922
5034
|
{
|
|
4923
5035
|
fillRule: "evenodd",
|
|
@@ -4926,7 +5038,7 @@ var init_Mortgage = __esm({
|
|
|
4926
5038
|
fill: "currentColor"
|
|
4927
5039
|
}
|
|
4928
5040
|
),
|
|
4929
|
-
/* @__PURE__ */
|
|
5041
|
+
/* @__PURE__ */ React88.createElement(
|
|
4930
5042
|
"path",
|
|
4931
5043
|
{
|
|
4932
5044
|
fillRule: "evenodd",
|
|
@@ -4935,7 +5047,7 @@ var init_Mortgage = __esm({
|
|
|
4935
5047
|
fill: "currentColor"
|
|
4936
5048
|
}
|
|
4937
5049
|
),
|
|
4938
|
-
/* @__PURE__ */
|
|
5050
|
+
/* @__PURE__ */ React88.createElement(
|
|
4939
5051
|
"path",
|
|
4940
5052
|
{
|
|
4941
5053
|
fillRule: "evenodd",
|
|
@@ -4944,7 +5056,7 @@ var init_Mortgage = __esm({
|
|
|
4944
5056
|
fill: "currentColor"
|
|
4945
5057
|
}
|
|
4946
5058
|
),
|
|
4947
|
-
/* @__PURE__ */
|
|
5059
|
+
/* @__PURE__ */ React88.createElement(
|
|
4948
5060
|
"path",
|
|
4949
5061
|
{
|
|
4950
5062
|
fillRule: "evenodd",
|
|
@@ -4953,7 +5065,7 @@ var init_Mortgage = __esm({
|
|
|
4953
5065
|
fill: "currentColor"
|
|
4954
5066
|
}
|
|
4955
5067
|
),
|
|
4956
|
-
/* @__PURE__ */
|
|
5068
|
+
/* @__PURE__ */ React88.createElement(
|
|
4957
5069
|
"path",
|
|
4958
5070
|
{
|
|
4959
5071
|
fillRule: "evenodd",
|
|
@@ -4962,7 +5074,7 @@ var init_Mortgage = __esm({
|
|
|
4962
5074
|
fill: "currentColor"
|
|
4963
5075
|
}
|
|
4964
5076
|
),
|
|
4965
|
-
/* @__PURE__ */
|
|
5077
|
+
/* @__PURE__ */ React88.createElement(
|
|
4966
5078
|
"path",
|
|
4967
5079
|
{
|
|
4968
5080
|
fillRule: "evenodd",
|
|
@@ -4982,15 +5094,15 @@ var Note_exports = {};
|
|
|
4982
5094
|
__export(Note_exports, {
|
|
4983
5095
|
default: () => Note_default
|
|
4984
5096
|
});
|
|
4985
|
-
var
|
|
5097
|
+
var React89, SvgNote, Note_default;
|
|
4986
5098
|
var init_Note = __esm({
|
|
4987
5099
|
"src/react/Note.tsx"() {
|
|
4988
5100
|
"use strict";
|
|
4989
|
-
|
|
5101
|
+
React89 = __toESM(require("react"));
|
|
4990
5102
|
init_types();
|
|
4991
5103
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4992
5104
|
const sizeValue = resolveSize(size);
|
|
4993
|
-
return /* @__PURE__ */
|
|
5105
|
+
return /* @__PURE__ */ React89.createElement(
|
|
4994
5106
|
"svg",
|
|
4995
5107
|
{
|
|
4996
5108
|
width: sizeValue,
|
|
@@ -5000,7 +5112,7 @@ var init_Note = __esm({
|
|
|
5000
5112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5001
5113
|
...props
|
|
5002
5114
|
},
|
|
5003
|
-
/* @__PURE__ */
|
|
5115
|
+
/* @__PURE__ */ React89.createElement(
|
|
5004
5116
|
"path",
|
|
5005
5117
|
{
|
|
5006
5118
|
d: "M2.09961 19V5C2.09961 4.23087 2.40536 3.49307 2.94922 2.94922C3.49307 2.40536 4.23087 2.09961 5 2.09961H16L16.0889 2.10449C16.2949 2.12493 16.489 2.21558 16.6367 2.36328L21.6367 7.36328C21.8055 7.53206 21.9004 7.76131 21.9004 8V19C21.9004 19.7691 21.5946 20.5069 21.0508 21.0508C20.5069 21.5946 19.7691 21.9004 19 21.9004H5C4.23087 21.9004 3.49307 21.5946 2.94922 21.0508C2.40536 20.5069 2.09961 19.7691 2.09961 19ZM15.9004 7C15.9004 7.29174 16.0164 7.57105 16.2227 7.77734C16.4289 7.98363 16.7083 8.09961 17 8.09961H19.8262L15.9004 4.17383V7ZM3.90039 19C3.90039 19.2917 4.01637 19.5711 4.22266 19.7773C4.42895 19.9836 4.70826 20.0996 5 20.0996H19C19.2917 20.0996 19.5711 19.9836 19.7773 19.7773C19.9836 19.5711 20.0996 19.2917 20.0996 19V9.90039H17C16.2309 9.90039 15.4931 9.59464 14.9492 9.05078C14.4054 8.50693 14.0996 7.76913 14.0996 7V3.90039H5C4.70826 3.90039 4.42895 4.01637 4.22266 4.22266C4.01637 4.42895 3.90039 4.70826 3.90039 5V19Z",
|
|
@@ -5018,15 +5130,15 @@ var Notes_exports = {};
|
|
|
5018
5130
|
__export(Notes_exports, {
|
|
5019
5131
|
default: () => Notes_default
|
|
5020
5132
|
});
|
|
5021
|
-
var
|
|
5133
|
+
var React90, SvgNotes, Notes_default;
|
|
5022
5134
|
var init_Notes = __esm({
|
|
5023
5135
|
"src/react/Notes.tsx"() {
|
|
5024
5136
|
"use strict";
|
|
5025
|
-
|
|
5137
|
+
React90 = __toESM(require("react"));
|
|
5026
5138
|
init_types();
|
|
5027
5139
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
5028
5140
|
const sizeValue = resolveSize(size);
|
|
5029
|
-
return /* @__PURE__ */
|
|
5141
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5030
5142
|
"svg",
|
|
5031
5143
|
{
|
|
5032
5144
|
width: sizeValue,
|
|
@@ -5036,21 +5148,21 @@ var init_Notes = __esm({
|
|
|
5036
5148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5037
5149
|
...props
|
|
5038
5150
|
},
|
|
5039
|
-
/* @__PURE__ */
|
|
5151
|
+
/* @__PURE__ */ React90.createElement(
|
|
5040
5152
|
"path",
|
|
5041
5153
|
{
|
|
5042
5154
|
d: "M12.7695 10.749C13.2819 10.749 13.6981 11.1644 13.6982 11.6768C13.698 12.1891 13.2819 12.6045 12.7695 12.6045H7.30273C6.79037 12.6045 6.37423 12.1891 6.37402 11.6768C6.37416 11.1644 6.79033 10.749 7.30273 10.749H12.7695Z",
|
|
5043
5155
|
fill: "currentColor"
|
|
5044
5156
|
}
|
|
5045
5157
|
),
|
|
5046
|
-
/* @__PURE__ */
|
|
5158
|
+
/* @__PURE__ */ React90.createElement(
|
|
5047
5159
|
"path",
|
|
5048
5160
|
{
|
|
5049
5161
|
d: "M15.5039 6.37402C16.0162 6.37422 16.4316 6.79037 16.4316 7.30273C16.4315 7.81499 16.0161 8.23027 15.5039 8.23047H7.30273C6.79033 8.23047 6.37416 7.81511 6.37402 7.30273C6.37402 6.79025 6.79025 6.37402 7.30273 6.37402H15.5039Z",
|
|
5050
5162
|
fill: "currentColor"
|
|
5051
5163
|
}
|
|
5052
5164
|
),
|
|
5053
|
-
/* @__PURE__ */
|
|
5165
|
+
/* @__PURE__ */ React90.createElement(
|
|
5054
5166
|
"path",
|
|
5055
5167
|
{
|
|
5056
5168
|
fillRule: "evenodd",
|
|
@@ -5070,15 +5182,15 @@ var Outside_exports = {};
|
|
|
5070
5182
|
__export(Outside_exports, {
|
|
5071
5183
|
default: () => Outside_default
|
|
5072
5184
|
});
|
|
5073
|
-
var
|
|
5185
|
+
var React91, SvgOutside, Outside_default;
|
|
5074
5186
|
var init_Outside = __esm({
|
|
5075
5187
|
"src/react/Outside.tsx"() {
|
|
5076
5188
|
"use strict";
|
|
5077
|
-
|
|
5189
|
+
React91 = __toESM(require("react"));
|
|
5078
5190
|
init_types();
|
|
5079
5191
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
5080
5192
|
const sizeValue = resolveSize(size);
|
|
5081
|
-
return /* @__PURE__ */
|
|
5193
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5082
5194
|
"svg",
|
|
5083
5195
|
{
|
|
5084
5196
|
width: sizeValue,
|
|
@@ -5088,7 +5200,7 @@ var init_Outside = __esm({
|
|
|
5088
5200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5089
5201
|
...props
|
|
5090
5202
|
},
|
|
5091
|
-
/* @__PURE__ */
|
|
5203
|
+
/* @__PURE__ */ React91.createElement(
|
|
5092
5204
|
"path",
|
|
5093
5205
|
{
|
|
5094
5206
|
fillRule: "evenodd",
|
|
@@ -5097,7 +5209,7 @@ var init_Outside = __esm({
|
|
|
5097
5209
|
fill: "currentColor"
|
|
5098
5210
|
}
|
|
5099
5211
|
),
|
|
5100
|
-
/* @__PURE__ */
|
|
5212
|
+
/* @__PURE__ */ React91.createElement(
|
|
5101
5213
|
"path",
|
|
5102
5214
|
{
|
|
5103
5215
|
fillRule: "evenodd",
|
|
@@ -5106,7 +5218,7 @@ var init_Outside = __esm({
|
|
|
5106
5218
|
fill: "currentColor"
|
|
5107
5219
|
}
|
|
5108
5220
|
),
|
|
5109
|
-
/* @__PURE__ */
|
|
5221
|
+
/* @__PURE__ */ React91.createElement(
|
|
5110
5222
|
"path",
|
|
5111
5223
|
{
|
|
5112
5224
|
fillRule: "evenodd",
|
|
@@ -5115,7 +5227,7 @@ var init_Outside = __esm({
|
|
|
5115
5227
|
fill: "currentColor"
|
|
5116
5228
|
}
|
|
5117
5229
|
),
|
|
5118
|
-
/* @__PURE__ */
|
|
5230
|
+
/* @__PURE__ */ React91.createElement(
|
|
5119
5231
|
"path",
|
|
5120
5232
|
{
|
|
5121
5233
|
fillRule: "evenodd",
|
|
@@ -5124,7 +5236,7 @@ var init_Outside = __esm({
|
|
|
5124
5236
|
fill: "currentColor"
|
|
5125
5237
|
}
|
|
5126
5238
|
),
|
|
5127
|
-
/* @__PURE__ */
|
|
5239
|
+
/* @__PURE__ */ React91.createElement(
|
|
5128
5240
|
"path",
|
|
5129
5241
|
{
|
|
5130
5242
|
fillRule: "evenodd",
|
|
@@ -5133,7 +5245,7 @@ var init_Outside = __esm({
|
|
|
5133
5245
|
fill: "currentColor"
|
|
5134
5246
|
}
|
|
5135
5247
|
),
|
|
5136
|
-
/* @__PURE__ */
|
|
5248
|
+
/* @__PURE__ */ React91.createElement(
|
|
5137
5249
|
"path",
|
|
5138
5250
|
{
|
|
5139
5251
|
fillRule: "evenodd",
|
|
@@ -5142,7 +5254,7 @@ var init_Outside = __esm({
|
|
|
5142
5254
|
fill: "currentColor"
|
|
5143
5255
|
}
|
|
5144
5256
|
),
|
|
5145
|
-
/* @__PURE__ */
|
|
5257
|
+
/* @__PURE__ */ React91.createElement(
|
|
5146
5258
|
"path",
|
|
5147
5259
|
{
|
|
5148
5260
|
fillRule: "evenodd",
|
|
@@ -5151,7 +5263,7 @@ var init_Outside = __esm({
|
|
|
5151
5263
|
fill: "currentColor"
|
|
5152
5264
|
}
|
|
5153
5265
|
),
|
|
5154
|
-
/* @__PURE__ */
|
|
5266
|
+
/* @__PURE__ */ React91.createElement(
|
|
5155
5267
|
"path",
|
|
5156
5268
|
{
|
|
5157
5269
|
fillRule: "evenodd",
|
|
@@ -5171,15 +5283,15 @@ var Parking_exports = {};
|
|
|
5171
5283
|
__export(Parking_exports, {
|
|
5172
5284
|
default: () => Parking_default
|
|
5173
5285
|
});
|
|
5174
|
-
var
|
|
5286
|
+
var React92, SvgParking, Parking_default;
|
|
5175
5287
|
var init_Parking = __esm({
|
|
5176
5288
|
"src/react/Parking.tsx"() {
|
|
5177
5289
|
"use strict";
|
|
5178
|
-
|
|
5290
|
+
React92 = __toESM(require("react"));
|
|
5179
5291
|
init_types();
|
|
5180
5292
|
SvgParking = ({ size = 16, ...props }) => {
|
|
5181
5293
|
const sizeValue = resolveSize(size);
|
|
5182
|
-
return /* @__PURE__ */
|
|
5294
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5183
5295
|
"svg",
|
|
5184
5296
|
{
|
|
5185
5297
|
width: sizeValue,
|
|
@@ -5189,7 +5301,7 @@ var init_Parking = __esm({
|
|
|
5189
5301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5190
5302
|
...props
|
|
5191
5303
|
},
|
|
5192
|
-
/* @__PURE__ */
|
|
5304
|
+
/* @__PURE__ */ React92.createElement(
|
|
5193
5305
|
"path",
|
|
5194
5306
|
{
|
|
5195
5307
|
fillRule: "evenodd",
|
|
@@ -5198,7 +5310,7 @@ var init_Parking = __esm({
|
|
|
5198
5310
|
fill: "currentColor"
|
|
5199
5311
|
}
|
|
5200
5312
|
),
|
|
5201
|
-
/* @__PURE__ */
|
|
5313
|
+
/* @__PURE__ */ React92.createElement(
|
|
5202
5314
|
"path",
|
|
5203
5315
|
{
|
|
5204
5316
|
fillRule: "evenodd",
|
|
@@ -5207,7 +5319,7 @@ var init_Parking = __esm({
|
|
|
5207
5319
|
fill: "currentColor"
|
|
5208
5320
|
}
|
|
5209
5321
|
),
|
|
5210
|
-
/* @__PURE__ */
|
|
5322
|
+
/* @__PURE__ */ React92.createElement(
|
|
5211
5323
|
"path",
|
|
5212
5324
|
{
|
|
5213
5325
|
fillRule: "evenodd",
|
|
@@ -5216,7 +5328,7 @@ var init_Parking = __esm({
|
|
|
5216
5328
|
fill: "currentColor"
|
|
5217
5329
|
}
|
|
5218
5330
|
),
|
|
5219
|
-
/* @__PURE__ */
|
|
5331
|
+
/* @__PURE__ */ React92.createElement(
|
|
5220
5332
|
"path",
|
|
5221
5333
|
{
|
|
5222
5334
|
fillRule: "evenodd",
|
|
@@ -5225,7 +5337,7 @@ var init_Parking = __esm({
|
|
|
5225
5337
|
fill: "currentColor"
|
|
5226
5338
|
}
|
|
5227
5339
|
),
|
|
5228
|
-
/* @__PURE__ */
|
|
5340
|
+
/* @__PURE__ */ React92.createElement(
|
|
5229
5341
|
"path",
|
|
5230
5342
|
{
|
|
5231
5343
|
fillRule: "evenodd",
|
|
@@ -5245,15 +5357,15 @@ var Patio_exports = {};
|
|
|
5245
5357
|
__export(Patio_exports, {
|
|
5246
5358
|
default: () => Patio_default
|
|
5247
5359
|
});
|
|
5248
|
-
var
|
|
5360
|
+
var React93, SvgPatio, Patio_default;
|
|
5249
5361
|
var init_Patio = __esm({
|
|
5250
5362
|
"src/react/Patio.tsx"() {
|
|
5251
5363
|
"use strict";
|
|
5252
|
-
|
|
5364
|
+
React93 = __toESM(require("react"));
|
|
5253
5365
|
init_types();
|
|
5254
5366
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
5255
5367
|
const sizeValue = resolveSize(size);
|
|
5256
|
-
return /* @__PURE__ */
|
|
5368
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5257
5369
|
"svg",
|
|
5258
5370
|
{
|
|
5259
5371
|
width: sizeValue,
|
|
@@ -5263,7 +5375,7 @@ var init_Patio = __esm({
|
|
|
5263
5375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5264
5376
|
...props
|
|
5265
5377
|
},
|
|
5266
|
-
/* @__PURE__ */
|
|
5378
|
+
/* @__PURE__ */ React93.createElement(
|
|
5267
5379
|
"path",
|
|
5268
5380
|
{
|
|
5269
5381
|
fillRule: "evenodd",
|
|
@@ -5272,7 +5384,7 @@ var init_Patio = __esm({
|
|
|
5272
5384
|
fill: "currentColor"
|
|
5273
5385
|
}
|
|
5274
5386
|
),
|
|
5275
|
-
/* @__PURE__ */
|
|
5387
|
+
/* @__PURE__ */ React93.createElement(
|
|
5276
5388
|
"path",
|
|
5277
5389
|
{
|
|
5278
5390
|
fillRule: "evenodd",
|
|
@@ -5281,7 +5393,7 @@ var init_Patio = __esm({
|
|
|
5281
5393
|
fill: "currentColor"
|
|
5282
5394
|
}
|
|
5283
5395
|
),
|
|
5284
|
-
/* @__PURE__ */
|
|
5396
|
+
/* @__PURE__ */ React93.createElement(
|
|
5285
5397
|
"path",
|
|
5286
5398
|
{
|
|
5287
5399
|
fillRule: "evenodd",
|
|
@@ -5290,7 +5402,7 @@ var init_Patio = __esm({
|
|
|
5290
5402
|
fill: "currentColor"
|
|
5291
5403
|
}
|
|
5292
5404
|
),
|
|
5293
|
-
/* @__PURE__ */
|
|
5405
|
+
/* @__PURE__ */ React93.createElement(
|
|
5294
5406
|
"path",
|
|
5295
5407
|
{
|
|
5296
5408
|
fillRule: "evenodd",
|
|
@@ -5299,7 +5411,7 @@ var init_Patio = __esm({
|
|
|
5299
5411
|
fill: "currentColor"
|
|
5300
5412
|
}
|
|
5301
5413
|
),
|
|
5302
|
-
/* @__PURE__ */
|
|
5414
|
+
/* @__PURE__ */ React93.createElement(
|
|
5303
5415
|
"path",
|
|
5304
5416
|
{
|
|
5305
5417
|
fillRule: "evenodd",
|
|
@@ -5308,7 +5420,7 @@ var init_Patio = __esm({
|
|
|
5308
5420
|
fill: "currentColor"
|
|
5309
5421
|
}
|
|
5310
5422
|
),
|
|
5311
|
-
/* @__PURE__ */
|
|
5423
|
+
/* @__PURE__ */ React93.createElement(
|
|
5312
5424
|
"path",
|
|
5313
5425
|
{
|
|
5314
5426
|
fillRule: "evenodd",
|
|
@@ -5317,7 +5429,7 @@ var init_Patio = __esm({
|
|
|
5317
5429
|
fill: "currentColor"
|
|
5318
5430
|
}
|
|
5319
5431
|
),
|
|
5320
|
-
/* @__PURE__ */
|
|
5432
|
+
/* @__PURE__ */ React93.createElement(
|
|
5321
5433
|
"path",
|
|
5322
5434
|
{
|
|
5323
5435
|
fillRule: "evenodd",
|
|
@@ -5326,7 +5438,7 @@ var init_Patio = __esm({
|
|
|
5326
5438
|
fill: "currentColor"
|
|
5327
5439
|
}
|
|
5328
5440
|
),
|
|
5329
|
-
/* @__PURE__ */
|
|
5441
|
+
/* @__PURE__ */ React93.createElement(
|
|
5330
5442
|
"path",
|
|
5331
5443
|
{
|
|
5332
5444
|
fillRule: "evenodd",
|
|
@@ -5335,7 +5447,7 @@ var init_Patio = __esm({
|
|
|
5335
5447
|
fill: "currentColor"
|
|
5336
5448
|
}
|
|
5337
5449
|
),
|
|
5338
|
-
/* @__PURE__ */
|
|
5450
|
+
/* @__PURE__ */ React93.createElement(
|
|
5339
5451
|
"path",
|
|
5340
5452
|
{
|
|
5341
5453
|
fillRule: "evenodd",
|
|
@@ -5355,15 +5467,15 @@ var Payments_exports = {};
|
|
|
5355
5467
|
__export(Payments_exports, {
|
|
5356
5468
|
default: () => Payments_default
|
|
5357
5469
|
});
|
|
5358
|
-
var
|
|
5470
|
+
var React94, SvgPayments, Payments_default;
|
|
5359
5471
|
var init_Payments = __esm({
|
|
5360
5472
|
"src/react/Payments.tsx"() {
|
|
5361
5473
|
"use strict";
|
|
5362
|
-
|
|
5474
|
+
React94 = __toESM(require("react"));
|
|
5363
5475
|
init_types();
|
|
5364
5476
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
5365
5477
|
const sizeValue = resolveSize(size);
|
|
5366
|
-
return /* @__PURE__ */
|
|
5478
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5367
5479
|
"svg",
|
|
5368
5480
|
{
|
|
5369
5481
|
width: sizeValue,
|
|
@@ -5373,7 +5485,7 @@ var init_Payments = __esm({
|
|
|
5373
5485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5374
5486
|
...props
|
|
5375
5487
|
},
|
|
5376
|
-
/* @__PURE__ */
|
|
5488
|
+
/* @__PURE__ */ React94.createElement(
|
|
5377
5489
|
"path",
|
|
5378
5490
|
{
|
|
5379
5491
|
d: "M14 13C13.1667 13 12.4583 12.7083 11.875 12.125C11.2917 11.5417 11 10.8333 11 10C11 9.16667 11.2917 8.45833 11.875 7.875C12.4583 7.29167 13.1667 7 14 7C14.8333 7 15.5417 7.29167 16.125 7.875C16.7083 8.45833 17 9.16667 17 10C17 10.8333 16.7083 11.5417 16.125 12.125C15.5417 12.7083 14.8333 13 14 13ZM7 16C6.45 16 5.97917 15.8042 5.5875 15.4125C5.19583 15.0208 5 14.55 5 14V6C5 5.45 5.19583 4.97917 5.5875 4.5875C5.97917 4.19583 6.45 4 7 4H21C21.55 4 22.0208 4.19583 22.4125 4.5875C22.8042 4.97917 23 5.45 23 6V14C23 14.55 22.8042 15.0208 22.4125 15.4125C22.0208 15.8042 21.55 16 21 16H7ZM9 14H19C19 13.45 19.1958 12.9792 19.5875 12.5875C19.9792 12.1958 20.45 12 21 12V8C20.45 8 19.9792 7.80417 19.5875 7.4125C19.1958 7.02083 19 6.55 19 6H9C9 6.55 8.80417 7.02083 8.4125 7.4125C8.02083 7.80417 7.55 8 7 8V12C7.55 12 8.02083 12.1958 8.4125 12.5875C8.80417 12.9792 9 13.45 9 14ZM20 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18V7H3V18H20V20Z",
|
|
@@ -5391,15 +5503,15 @@ var PencilLine_exports = {};
|
|
|
5391
5503
|
__export(PencilLine_exports, {
|
|
5392
5504
|
default: () => PencilLine_default
|
|
5393
5505
|
});
|
|
5394
|
-
var
|
|
5506
|
+
var React95, SvgPencilLine, PencilLine_default;
|
|
5395
5507
|
var init_PencilLine = __esm({
|
|
5396
5508
|
"src/react/PencilLine.tsx"() {
|
|
5397
5509
|
"use strict";
|
|
5398
|
-
|
|
5510
|
+
React95 = __toESM(require("react"));
|
|
5399
5511
|
init_types();
|
|
5400
5512
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
5401
5513
|
const sizeValue = resolveSize(size);
|
|
5402
|
-
return /* @__PURE__ */
|
|
5514
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5403
5515
|
"svg",
|
|
5404
5516
|
{
|
|
5405
5517
|
width: sizeValue,
|
|
@@ -5409,7 +5521,7 @@ var init_PencilLine = __esm({
|
|
|
5409
5521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5410
5522
|
...props
|
|
5411
5523
|
},
|
|
5412
|
-
/* @__PURE__ */
|
|
5524
|
+
/* @__PURE__ */ React95.createElement(
|
|
5413
5525
|
"path",
|
|
5414
5526
|
{
|
|
5415
5527
|
fillRule: "evenodd",
|
|
@@ -5418,7 +5530,7 @@ var init_PencilLine = __esm({
|
|
|
5418
5530
|
fill: "currentColor"
|
|
5419
5531
|
}
|
|
5420
5532
|
),
|
|
5421
|
-
/* @__PURE__ */
|
|
5533
|
+
/* @__PURE__ */ React95.createElement(
|
|
5422
5534
|
"path",
|
|
5423
5535
|
{
|
|
5424
5536
|
fillRule: "evenodd",
|
|
@@ -5427,7 +5539,7 @@ var init_PencilLine = __esm({
|
|
|
5427
5539
|
fill: "currentColor"
|
|
5428
5540
|
}
|
|
5429
5541
|
),
|
|
5430
|
-
/* @__PURE__ */
|
|
5542
|
+
/* @__PURE__ */ React95.createElement(
|
|
5431
5543
|
"path",
|
|
5432
5544
|
{
|
|
5433
5545
|
fillRule: "evenodd",
|
|
@@ -5447,15 +5559,15 @@ var PentHouse_exports = {};
|
|
|
5447
5559
|
__export(PentHouse_exports, {
|
|
5448
5560
|
default: () => PentHouse_default
|
|
5449
5561
|
});
|
|
5450
|
-
var
|
|
5562
|
+
var React96, SvgPentHouse, PentHouse_default;
|
|
5451
5563
|
var init_PentHouse = __esm({
|
|
5452
5564
|
"src/react/PentHouse.tsx"() {
|
|
5453
5565
|
"use strict";
|
|
5454
|
-
|
|
5566
|
+
React96 = __toESM(require("react"));
|
|
5455
5567
|
init_types();
|
|
5456
5568
|
SvgPentHouse = ({ size = 16, ...props }) => {
|
|
5457
5569
|
const sizeValue = resolveSize(size);
|
|
5458
|
-
return /* @__PURE__ */
|
|
5570
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5459
5571
|
"svg",
|
|
5460
5572
|
{
|
|
5461
5573
|
width: sizeValue,
|
|
@@ -5465,7 +5577,7 @@ var init_PentHouse = __esm({
|
|
|
5465
5577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5466
5578
|
...props
|
|
5467
5579
|
},
|
|
5468
|
-
/* @__PURE__ */
|
|
5580
|
+
/* @__PURE__ */ React96.createElement(
|
|
5469
5581
|
"path",
|
|
5470
5582
|
{
|
|
5471
5583
|
fillRule: "evenodd",
|
|
@@ -5474,7 +5586,7 @@ var init_PentHouse = __esm({
|
|
|
5474
5586
|
fill: "currentColor"
|
|
5475
5587
|
}
|
|
5476
5588
|
),
|
|
5477
|
-
/* @__PURE__ */
|
|
5589
|
+
/* @__PURE__ */ React96.createElement(
|
|
5478
5590
|
"path",
|
|
5479
5591
|
{
|
|
5480
5592
|
fillRule: "evenodd",
|
|
@@ -5483,7 +5595,7 @@ var init_PentHouse = __esm({
|
|
|
5483
5595
|
fill: "currentColor"
|
|
5484
5596
|
}
|
|
5485
5597
|
),
|
|
5486
|
-
/* @__PURE__ */
|
|
5598
|
+
/* @__PURE__ */ React96.createElement(
|
|
5487
5599
|
"path",
|
|
5488
5600
|
{
|
|
5489
5601
|
fillRule: "evenodd",
|
|
@@ -5492,7 +5604,7 @@ var init_PentHouse = __esm({
|
|
|
5492
5604
|
fill: "currentColor"
|
|
5493
5605
|
}
|
|
5494
5606
|
),
|
|
5495
|
-
/* @__PURE__ */
|
|
5607
|
+
/* @__PURE__ */ React96.createElement(
|
|
5496
5608
|
"path",
|
|
5497
5609
|
{
|
|
5498
5610
|
fillRule: "evenodd",
|
|
@@ -5501,7 +5613,7 @@ var init_PentHouse = __esm({
|
|
|
5501
5613
|
fill: "currentColor"
|
|
5502
5614
|
}
|
|
5503
5615
|
),
|
|
5504
|
-
/* @__PURE__ */
|
|
5616
|
+
/* @__PURE__ */ React96.createElement(
|
|
5505
5617
|
"path",
|
|
5506
5618
|
{
|
|
5507
5619
|
fillRule: "evenodd",
|
|
@@ -5510,7 +5622,7 @@ var init_PentHouse = __esm({
|
|
|
5510
5622
|
fill: "currentColor"
|
|
5511
5623
|
}
|
|
5512
5624
|
),
|
|
5513
|
-
/* @__PURE__ */
|
|
5625
|
+
/* @__PURE__ */ React96.createElement(
|
|
5514
5626
|
"path",
|
|
5515
5627
|
{
|
|
5516
5628
|
fillRule: "evenodd",
|
|
@@ -5519,7 +5631,7 @@ var init_PentHouse = __esm({
|
|
|
5519
5631
|
fill: "currentColor"
|
|
5520
5632
|
}
|
|
5521
5633
|
),
|
|
5522
|
-
/* @__PURE__ */
|
|
5634
|
+
/* @__PURE__ */ React96.createElement(
|
|
5523
5635
|
"path",
|
|
5524
5636
|
{
|
|
5525
5637
|
fillRule: "evenodd",
|
|
@@ -5539,15 +5651,15 @@ var Pet_exports = {};
|
|
|
5539
5651
|
__export(Pet_exports, {
|
|
5540
5652
|
default: () => Pet_default
|
|
5541
5653
|
});
|
|
5542
|
-
var
|
|
5654
|
+
var React97, SvgPet, Pet_default;
|
|
5543
5655
|
var init_Pet = __esm({
|
|
5544
5656
|
"src/react/Pet.tsx"() {
|
|
5545
5657
|
"use strict";
|
|
5546
|
-
|
|
5658
|
+
React97 = __toESM(require("react"));
|
|
5547
5659
|
init_types();
|
|
5548
5660
|
SvgPet = ({ size = 16, ...props }) => {
|
|
5549
5661
|
const sizeValue = resolveSize(size);
|
|
5550
|
-
return /* @__PURE__ */
|
|
5662
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5551
5663
|
"svg",
|
|
5552
5664
|
{
|
|
5553
5665
|
width: sizeValue,
|
|
@@ -5557,7 +5669,7 @@ var init_Pet = __esm({
|
|
|
5557
5669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5558
5670
|
...props
|
|
5559
5671
|
},
|
|
5560
|
-
/* @__PURE__ */
|
|
5672
|
+
/* @__PURE__ */ React97.createElement(
|
|
5561
5673
|
"path",
|
|
5562
5674
|
{
|
|
5563
5675
|
fillRule: "evenodd",
|
|
@@ -5566,7 +5678,7 @@ var init_Pet = __esm({
|
|
|
5566
5678
|
fill: "currentColor"
|
|
5567
5679
|
}
|
|
5568
5680
|
),
|
|
5569
|
-
/* @__PURE__ */
|
|
5681
|
+
/* @__PURE__ */ React97.createElement(
|
|
5570
5682
|
"path",
|
|
5571
5683
|
{
|
|
5572
5684
|
fillRule: "evenodd",
|
|
@@ -5575,7 +5687,7 @@ var init_Pet = __esm({
|
|
|
5575
5687
|
fill: "currentColor"
|
|
5576
5688
|
}
|
|
5577
5689
|
),
|
|
5578
|
-
/* @__PURE__ */
|
|
5690
|
+
/* @__PURE__ */ React97.createElement(
|
|
5579
5691
|
"path",
|
|
5580
5692
|
{
|
|
5581
5693
|
fillRule: "evenodd",
|
|
@@ -5584,7 +5696,7 @@ var init_Pet = __esm({
|
|
|
5584
5696
|
fill: "currentColor"
|
|
5585
5697
|
}
|
|
5586
5698
|
),
|
|
5587
|
-
/* @__PURE__ */
|
|
5699
|
+
/* @__PURE__ */ React97.createElement(
|
|
5588
5700
|
"path",
|
|
5589
5701
|
{
|
|
5590
5702
|
fillRule: "evenodd",
|
|
@@ -5593,7 +5705,7 @@ var init_Pet = __esm({
|
|
|
5593
5705
|
fill: "currentColor"
|
|
5594
5706
|
}
|
|
5595
5707
|
),
|
|
5596
|
-
/* @__PURE__ */
|
|
5708
|
+
/* @__PURE__ */ React97.createElement(
|
|
5597
5709
|
"path",
|
|
5598
5710
|
{
|
|
5599
5711
|
fillRule: "evenodd",
|
|
@@ -5602,7 +5714,7 @@ var init_Pet = __esm({
|
|
|
5602
5714
|
fill: "currentColor"
|
|
5603
5715
|
}
|
|
5604
5716
|
),
|
|
5605
|
-
/* @__PURE__ */
|
|
5717
|
+
/* @__PURE__ */ React97.createElement(
|
|
5606
5718
|
"path",
|
|
5607
5719
|
{
|
|
5608
5720
|
fillRule: "evenodd",
|
|
@@ -5622,15 +5734,15 @@ var PhoneLinear_exports = {};
|
|
|
5622
5734
|
__export(PhoneLinear_exports, {
|
|
5623
5735
|
default: () => PhoneLinear_default
|
|
5624
5736
|
});
|
|
5625
|
-
var
|
|
5737
|
+
var React98, SvgPhoneLinear, PhoneLinear_default;
|
|
5626
5738
|
var init_PhoneLinear = __esm({
|
|
5627
5739
|
"src/react/PhoneLinear.tsx"() {
|
|
5628
5740
|
"use strict";
|
|
5629
|
-
|
|
5741
|
+
React98 = __toESM(require("react"));
|
|
5630
5742
|
init_types();
|
|
5631
5743
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
5632
5744
|
const sizeValue = resolveSize(size);
|
|
5633
|
-
return /* @__PURE__ */
|
|
5745
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5634
5746
|
"svg",
|
|
5635
5747
|
{
|
|
5636
5748
|
width: sizeValue,
|
|
@@ -5640,7 +5752,7 @@ var init_PhoneLinear = __esm({
|
|
|
5640
5752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5641
5753
|
...props
|
|
5642
5754
|
},
|
|
5643
|
-
/* @__PURE__ */
|
|
5755
|
+
/* @__PURE__ */ React98.createElement(
|
|
5644
5756
|
"path",
|
|
5645
5757
|
{
|
|
5646
5758
|
d: "M2.03296 7.0498C2.03301 6.32705 2.16087 5.62378 2.42358 4.9668C2.69267 4.28489 3.11486 3.66908 3.68433 3.13184C4.39753 2.43522 5.24516 2.03418 6.18823 2.03418C6.56349 2.03424 6.9463 2.11459 7.29858 2.28125C7.66527 2.45049 8.00211 2.71079 8.26343 3.08496L10.3669 6.04883C10.5611 6.31906 10.715 6.58748 10.8279 6.86328C10.9416 7.13229 11.0221 7.439 11.0222 7.75684C11.0222 8.15556 10.9049 8.53405 10.7009 8.86914L10.7 8.86816C10.536 9.15169 10.3181 9.42026 10.072 9.66797L9.55444 10.2061C9.68722 10.4205 9.90014 10.714 10.2136 11.085L10.8308 11.7793C11.0394 12.0074 11.2549 12.2359 11.4783 12.4639L12.1843 13.1396C12.4148 13.3537 12.6419 13.5573 12.8699 13.751C13.2453 14.0686 13.5438 14.2787 13.7654 14.4102L14.2761 13.9062C14.5236 13.6592 14.7967 13.4343 15.0935 13.2705L15.2195 13.1992C15.518 13.041 15.845 12.9492 16.2048 12.9492C16.5089 12.9492 16.8058 13.0141 17.0984 13.1338C17.3733 13.2462 17.6383 13.3994 17.8982 13.5762L17.906 13.5811L17.9138 13.5869L20.9138 15.7168C21.2179 15.9288 21.4689 16.1936 21.6443 16.5225L21.7156 16.6689L21.7214 16.6826L21.7273 16.6973C21.8508 17.006 21.9373 17.3467 21.9373 17.7383C21.9372 18.1995 21.8337 18.6658 21.6238 19.1104C21.434 19.5123 21.1859 19.8954 20.8601 20.2549C20.3378 20.8305 19.7416 21.2675 19.0525 21.5508C18.3948 21.8248 17.6879 21.9648 16.9392 21.9648C15.8724 21.9648 14.7643 21.714 13.6316 21.2314C12.5201 20.7579 11.4182 20.1241 10.3357 19.3359L10.3347 19.335C9.25516 18.5464 8.2325 17.6746 7.25854 16.71L7.25269 16.7031C6.28835 15.7294 5.41555 14.7071 4.6355 13.6357L4.63257 13.6318C3.85754 12.5544 3.22319 11.4624 2.75757 10.3662L2.75659 10.3643C2.28356 9.24081 2.03296 8.13301 2.03296 7.0498ZM3.83374 7.0498C3.83374 7.85158 4.01818 8.72047 4.41479 9.66309L4.57397 10.0205C4.9619 10.8577 5.46914 11.7118 6.09058 12.5762L6.36597 12.9473C7.01956 13.8092 7.74178 14.6386 8.53198 15.4365C9.4415 16.3367 10.3924 17.1482 11.3953 17.8809L11.7644 18.1426C12.6253 18.7361 13.4849 19.2123 14.3367 19.5752C15.2888 19.9809 16.1569 20.165 16.9392 20.165C17.4595 20.165 17.931 20.0689 18.3611 19.8896L18.366 19.8877C18.7807 19.7176 19.1623 19.448 19.5271 19.0459C19.7269 18.8253 19.8775 18.5923 19.9958 18.3418C20.0941 18.1337 20.1365 17.9296 20.1365 17.7383C20.1365 17.6275 20.1154 17.52 20.0632 17.3848C20.039 17.3335 19.9937 17.2687 19.8806 17.1904L19.8718 17.1846L16.8787 15.0596C16.6891 14.9312 16.539 14.8498 16.4167 14.7998C16.3109 14.7565 16.2451 14.749 16.2048 14.749C16.1628 14.749 16.1141 14.7568 16.0291 14.8086L16.0037 14.8242L15.9773 14.8379C15.8791 14.8892 15.7346 14.9936 15.5447 15.1836L15.5408 15.1875L14.8523 15.8682L14.8513 15.8672C14.5927 16.1239 14.2516 16.2811 13.8484 16.2812C13.6971 16.2812 13.5095 16.264 13.3054 16.1875L13.2859 16.1807L13.2664 16.1719C13.2224 16.153 13.1818 16.134 13.158 16.123C13.1328 16.1115 13.1238 16.1084 13.1238 16.1084L13.0798 16.0898L13.0369 16.0674C12.6503 15.8627 12.2055 15.5471 11.7078 15.126L11.7058 15.124C11.2021 14.6963 10.7132 14.2355 10.2166 13.748L10.2048 13.7363C9.71738 13.2395 9.26936 12.7446 8.85229 12.2627L8.84546 12.2549C8.43086 11.7649 8.10584 11.3213 7.90015 10.9443L7.86108 10.874L7.83569 10.7979C7.83405 10.7939 7.83126 10.7883 7.82788 10.7803C7.81747 10.7557 7.79565 10.7047 7.77417 10.6475L7.75659 10.5996L7.7439 10.5498C7.7275 10.4842 7.71422 10.417 7.70483 10.3467L7.69019 10.123L7.69604 9.9873C7.72414 9.67259 7.85138 9.37104 8.09839 9.12402L8.77515 8.4209L8.78784 8.4082C8.9646 8.23144 9.08062 8.07757 9.14819 7.95801L9.15503 7.94531L9.16284 7.93262C9.21259 7.85081 9.22241 7.79321 9.22241 7.75684C9.2223 7.73497 9.21389 7.66631 9.16772 7.55859L9.16187 7.54492C9.11221 7.42362 9.03257 7.27691 8.9021 7.0957L8.89819 7.09082L6.79565 4.12598L6.78979 4.11816C6.72557 4.02539 6.64667 3.96211 6.54468 3.91504L6.53296 3.90918C6.43566 3.86248 6.31587 3.83502 6.18823 3.83496C5.79566 3.83496 5.37766 3.99039 4.93335 4.42773L4.91968 4.44141C4.52964 4.80939 4.26353 5.20778 4.09741 5.62988L4.09546 5.63477C3.92328 6.06522 3.83379 6.54018 3.83374 7.0498Z",
|
|
@@ -5658,15 +5770,53 @@ var PinMapSolid_exports = {};
|
|
|
5658
5770
|
__export(PinMapSolid_exports, {
|
|
5659
5771
|
default: () => PinMapSolid_default
|
|
5660
5772
|
});
|
|
5661
|
-
var
|
|
5773
|
+
var React99, SvgPinMapSolid, PinMapSolid_default;
|
|
5662
5774
|
var init_PinMapSolid = __esm({
|
|
5663
5775
|
"src/react/PinMapSolid.tsx"() {
|
|
5664
5776
|
"use strict";
|
|
5665
|
-
|
|
5777
|
+
React99 = __toESM(require("react"));
|
|
5778
|
+
init_types();
|
|
5779
|
+
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
5780
|
+
const sizeValue = resolveSize(size);
|
|
5781
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5782
|
+
"svg",
|
|
5783
|
+
{
|
|
5784
|
+
width: sizeValue,
|
|
5785
|
+
height: sizeValue,
|
|
5786
|
+
viewBox: "0 0 24 24",
|
|
5787
|
+
fill: "none",
|
|
5788
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5789
|
+
...props
|
|
5790
|
+
},
|
|
5791
|
+
/* @__PURE__ */ React99.createElement(
|
|
5792
|
+
"path",
|
|
5793
|
+
{
|
|
5794
|
+
fillRule: "evenodd",
|
|
5795
|
+
clipRule: "evenodd",
|
|
5796
|
+
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",
|
|
5797
|
+
fill: "currentColor"
|
|
5798
|
+
}
|
|
5799
|
+
)
|
|
5800
|
+
);
|
|
5801
|
+
};
|
|
5802
|
+
PinMapSolid_default = SvgPinMapSolid;
|
|
5803
|
+
}
|
|
5804
|
+
});
|
|
5805
|
+
|
|
5806
|
+
// src/react/PlaySolid.tsx
|
|
5807
|
+
var PlaySolid_exports = {};
|
|
5808
|
+
__export(PlaySolid_exports, {
|
|
5809
|
+
default: () => PlaySolid_default
|
|
5810
|
+
});
|
|
5811
|
+
var React100, SvgPlaySolid, PlaySolid_default;
|
|
5812
|
+
var init_PlaySolid = __esm({
|
|
5813
|
+
"src/react/PlaySolid.tsx"() {
|
|
5814
|
+
"use strict";
|
|
5815
|
+
React100 = __toESM(require("react"));
|
|
5666
5816
|
init_types();
|
|
5667
|
-
|
|
5817
|
+
SvgPlaySolid = ({ size = 16, ...props }) => {
|
|
5668
5818
|
const sizeValue = resolveSize(size);
|
|
5669
|
-
return /* @__PURE__ */
|
|
5819
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5670
5820
|
"svg",
|
|
5671
5821
|
{
|
|
5672
5822
|
width: sizeValue,
|
|
@@ -5676,18 +5826,16 @@ var init_PinMapSolid = __esm({
|
|
|
5676
5826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5677
5827
|
...props
|
|
5678
5828
|
},
|
|
5679
|
-
/* @__PURE__ */
|
|
5829
|
+
/* @__PURE__ */ React100.createElement(
|
|
5680
5830
|
"path",
|
|
5681
5831
|
{
|
|
5682
|
-
|
|
5683
|
-
clipRule: "evenodd",
|
|
5684
|
-
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",
|
|
5832
|
+
d: "M7 5.04622C7 3.80171 8.42814 3.09849 9.41457 3.85728L18.4544 10.811C19.235 11.4114 19.235 12.5884 18.4544 13.1889L9.41457 20.1426C8.42814 20.9014 7 20.1981 7 18.9536V5.04622Z",
|
|
5685
5833
|
fill: "currentColor"
|
|
5686
5834
|
}
|
|
5687
5835
|
)
|
|
5688
5836
|
);
|
|
5689
5837
|
};
|
|
5690
|
-
|
|
5838
|
+
PlaySolid_default = SvgPlaySolid;
|
|
5691
5839
|
}
|
|
5692
5840
|
});
|
|
5693
5841
|
|
|
@@ -5696,15 +5844,15 @@ var Plus_exports = {};
|
|
|
5696
5844
|
__export(Plus_exports, {
|
|
5697
5845
|
default: () => Plus_default
|
|
5698
5846
|
});
|
|
5699
|
-
var
|
|
5847
|
+
var React101, SvgPlus, Plus_default;
|
|
5700
5848
|
var init_Plus = __esm({
|
|
5701
5849
|
"src/react/Plus.tsx"() {
|
|
5702
5850
|
"use strict";
|
|
5703
|
-
|
|
5851
|
+
React101 = __toESM(require("react"));
|
|
5704
5852
|
init_types();
|
|
5705
5853
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
5706
5854
|
const sizeValue = resolveSize(size);
|
|
5707
|
-
return /* @__PURE__ */
|
|
5855
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5708
5856
|
"svg",
|
|
5709
5857
|
{
|
|
5710
5858
|
width: sizeValue,
|
|
@@ -5714,7 +5862,7 @@ var init_Plus = __esm({
|
|
|
5714
5862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5715
5863
|
...props
|
|
5716
5864
|
},
|
|
5717
|
-
/* @__PURE__ */
|
|
5865
|
+
/* @__PURE__ */ React101.createElement(
|
|
5718
5866
|
"path",
|
|
5719
5867
|
{
|
|
5720
5868
|
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",
|
|
@@ -5732,15 +5880,15 @@ var Promotion_exports = {};
|
|
|
5732
5880
|
__export(Promotion_exports, {
|
|
5733
5881
|
default: () => Promotion_default
|
|
5734
5882
|
});
|
|
5735
|
-
var
|
|
5883
|
+
var React102, SvgPromotion, Promotion_default;
|
|
5736
5884
|
var init_Promotion = __esm({
|
|
5737
5885
|
"src/react/Promotion.tsx"() {
|
|
5738
5886
|
"use strict";
|
|
5739
|
-
|
|
5887
|
+
React102 = __toESM(require("react"));
|
|
5740
5888
|
init_types();
|
|
5741
5889
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
5742
5890
|
const sizeValue = resolveSize(size);
|
|
5743
|
-
return /* @__PURE__ */
|
|
5891
|
+
return /* @__PURE__ */ React102.createElement(
|
|
5744
5892
|
"svg",
|
|
5745
5893
|
{
|
|
5746
5894
|
width: sizeValue,
|
|
@@ -5750,7 +5898,7 @@ var init_Promotion = __esm({
|
|
|
5750
5898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5751
5899
|
...props
|
|
5752
5900
|
},
|
|
5753
|
-
/* @__PURE__ */
|
|
5901
|
+
/* @__PURE__ */ React102.createElement(
|
|
5754
5902
|
"path",
|
|
5755
5903
|
{
|
|
5756
5904
|
fillRule: "evenodd",
|
|
@@ -5759,7 +5907,7 @@ var init_Promotion = __esm({
|
|
|
5759
5907
|
fill: "currentColor"
|
|
5760
5908
|
}
|
|
5761
5909
|
),
|
|
5762
|
-
/* @__PURE__ */
|
|
5910
|
+
/* @__PURE__ */ React102.createElement(
|
|
5763
5911
|
"path",
|
|
5764
5912
|
{
|
|
5765
5913
|
fillRule: "evenodd",
|
|
@@ -5768,7 +5916,7 @@ var init_Promotion = __esm({
|
|
|
5768
5916
|
fill: "currentColor"
|
|
5769
5917
|
}
|
|
5770
5918
|
),
|
|
5771
|
-
/* @__PURE__ */
|
|
5919
|
+
/* @__PURE__ */ React102.createElement(
|
|
5772
5920
|
"path",
|
|
5773
5921
|
{
|
|
5774
5922
|
fillRule: "evenodd",
|
|
@@ -5777,7 +5925,7 @@ var init_Promotion = __esm({
|
|
|
5777
5925
|
fill: "currentColor"
|
|
5778
5926
|
}
|
|
5779
5927
|
),
|
|
5780
|
-
/* @__PURE__ */
|
|
5928
|
+
/* @__PURE__ */ React102.createElement(
|
|
5781
5929
|
"path",
|
|
5782
5930
|
{
|
|
5783
5931
|
fillRule: "evenodd",
|
|
@@ -5797,15 +5945,15 @@ var PropertiesFilled_exports = {};
|
|
|
5797
5945
|
__export(PropertiesFilled_exports, {
|
|
5798
5946
|
default: () => PropertiesFilled_default
|
|
5799
5947
|
});
|
|
5800
|
-
var
|
|
5948
|
+
var React103, SvgPropertiesFilled, PropertiesFilled_default;
|
|
5801
5949
|
var init_PropertiesFilled = __esm({
|
|
5802
5950
|
"src/react/PropertiesFilled.tsx"() {
|
|
5803
5951
|
"use strict";
|
|
5804
|
-
|
|
5952
|
+
React103 = __toESM(require("react"));
|
|
5805
5953
|
init_types();
|
|
5806
5954
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
5807
5955
|
const sizeValue = resolveSize(size);
|
|
5808
|
-
return /* @__PURE__ */
|
|
5956
|
+
return /* @__PURE__ */ React103.createElement(
|
|
5809
5957
|
"svg",
|
|
5810
5958
|
{
|
|
5811
5959
|
width: sizeValue,
|
|
@@ -5815,7 +5963,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5815
5963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5816
5964
|
...props
|
|
5817
5965
|
},
|
|
5818
|
-
/* @__PURE__ */
|
|
5966
|
+
/* @__PURE__ */ React103.createElement(
|
|
5819
5967
|
"path",
|
|
5820
5968
|
{
|
|
5821
5969
|
fillRule: "evenodd",
|
|
@@ -5824,7 +5972,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5824
5972
|
fill: "currentColor"
|
|
5825
5973
|
}
|
|
5826
5974
|
),
|
|
5827
|
-
/* @__PURE__ */
|
|
5975
|
+
/* @__PURE__ */ React103.createElement(
|
|
5828
5976
|
"path",
|
|
5829
5977
|
{
|
|
5830
5978
|
fillRule: "evenodd",
|
|
@@ -5833,7 +5981,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5833
5981
|
fill: "currentColor"
|
|
5834
5982
|
}
|
|
5835
5983
|
),
|
|
5836
|
-
/* @__PURE__ */
|
|
5984
|
+
/* @__PURE__ */ React103.createElement(
|
|
5837
5985
|
"path",
|
|
5838
5986
|
{
|
|
5839
5987
|
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",
|
|
@@ -5851,15 +5999,15 @@ var PropertiesLinear_exports = {};
|
|
|
5851
5999
|
__export(PropertiesLinear_exports, {
|
|
5852
6000
|
default: () => PropertiesLinear_default
|
|
5853
6001
|
});
|
|
5854
|
-
var
|
|
6002
|
+
var React104, SvgPropertiesLinear, PropertiesLinear_default;
|
|
5855
6003
|
var init_PropertiesLinear = __esm({
|
|
5856
6004
|
"src/react/PropertiesLinear.tsx"() {
|
|
5857
6005
|
"use strict";
|
|
5858
|
-
|
|
6006
|
+
React104 = __toESM(require("react"));
|
|
5859
6007
|
init_types();
|
|
5860
6008
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
5861
6009
|
const sizeValue = resolveSize(size);
|
|
5862
|
-
return /* @__PURE__ */
|
|
6010
|
+
return /* @__PURE__ */ React104.createElement(
|
|
5863
6011
|
"svg",
|
|
5864
6012
|
{
|
|
5865
6013
|
width: sizeValue,
|
|
@@ -5869,7 +6017,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5869
6017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5870
6018
|
...props
|
|
5871
6019
|
},
|
|
5872
|
-
/* @__PURE__ */
|
|
6020
|
+
/* @__PURE__ */ React104.createElement(
|
|
5873
6021
|
"path",
|
|
5874
6022
|
{
|
|
5875
6023
|
fillRule: "evenodd",
|
|
@@ -5878,7 +6026,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5878
6026
|
fill: "currentColor"
|
|
5879
6027
|
}
|
|
5880
6028
|
),
|
|
5881
|
-
/* @__PURE__ */
|
|
6029
|
+
/* @__PURE__ */ React104.createElement(
|
|
5882
6030
|
"path",
|
|
5883
6031
|
{
|
|
5884
6032
|
fillRule: "evenodd",
|
|
@@ -5887,7 +6035,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5887
6035
|
fill: "currentColor"
|
|
5888
6036
|
}
|
|
5889
6037
|
),
|
|
5890
|
-
/* @__PURE__ */
|
|
6038
|
+
/* @__PURE__ */ React104.createElement(
|
|
5891
6039
|
"path",
|
|
5892
6040
|
{
|
|
5893
6041
|
fillRule: "evenodd",
|
|
@@ -5896,7 +6044,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5896
6044
|
fill: "currentColor"
|
|
5897
6045
|
}
|
|
5898
6046
|
),
|
|
5899
|
-
/* @__PURE__ */
|
|
6047
|
+
/* @__PURE__ */ React104.createElement(
|
|
5900
6048
|
"path",
|
|
5901
6049
|
{
|
|
5902
6050
|
fillRule: "evenodd",
|
|
@@ -5905,7 +6053,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5905
6053
|
fill: "currentColor"
|
|
5906
6054
|
}
|
|
5907
6055
|
),
|
|
5908
|
-
/* @__PURE__ */
|
|
6056
|
+
/* @__PURE__ */ React104.createElement(
|
|
5909
6057
|
"path",
|
|
5910
6058
|
{
|
|
5911
6059
|
fillRule: "evenodd",
|
|
@@ -5914,7 +6062,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5914
6062
|
fill: "currentColor"
|
|
5915
6063
|
}
|
|
5916
6064
|
),
|
|
5917
|
-
/* @__PURE__ */
|
|
6065
|
+
/* @__PURE__ */ React104.createElement(
|
|
5918
6066
|
"path",
|
|
5919
6067
|
{
|
|
5920
6068
|
fillRule: "evenodd",
|
|
@@ -5923,7 +6071,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5923
6071
|
fill: "currentColor"
|
|
5924
6072
|
}
|
|
5925
6073
|
),
|
|
5926
|
-
/* @__PURE__ */
|
|
6074
|
+
/* @__PURE__ */ React104.createElement(
|
|
5927
6075
|
"path",
|
|
5928
6076
|
{
|
|
5929
6077
|
fillRule: "evenodd",
|
|
@@ -5943,15 +6091,15 @@ var Rent_exports = {};
|
|
|
5943
6091
|
__export(Rent_exports, {
|
|
5944
6092
|
default: () => Rent_default
|
|
5945
6093
|
});
|
|
5946
|
-
var
|
|
6094
|
+
var React105, SvgRent, Rent_default;
|
|
5947
6095
|
var init_Rent = __esm({
|
|
5948
6096
|
"src/react/Rent.tsx"() {
|
|
5949
6097
|
"use strict";
|
|
5950
|
-
|
|
6098
|
+
React105 = __toESM(require("react"));
|
|
5951
6099
|
init_types();
|
|
5952
6100
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5953
6101
|
const sizeValue = resolveSize(size);
|
|
5954
|
-
return /* @__PURE__ */
|
|
6102
|
+
return /* @__PURE__ */ React105.createElement(
|
|
5955
6103
|
"svg",
|
|
5956
6104
|
{
|
|
5957
6105
|
width: sizeValue,
|
|
@@ -5961,7 +6109,7 @@ var init_Rent = __esm({
|
|
|
5961
6109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5962
6110
|
...props
|
|
5963
6111
|
},
|
|
5964
|
-
/* @__PURE__ */
|
|
6112
|
+
/* @__PURE__ */ React105.createElement(
|
|
5965
6113
|
"path",
|
|
5966
6114
|
{
|
|
5967
6115
|
fillRule: "evenodd",
|
|
@@ -5970,7 +6118,7 @@ var init_Rent = __esm({
|
|
|
5970
6118
|
fill: "currentColor"
|
|
5971
6119
|
}
|
|
5972
6120
|
),
|
|
5973
|
-
/* @__PURE__ */
|
|
6121
|
+
/* @__PURE__ */ React105.createElement(
|
|
5974
6122
|
"path",
|
|
5975
6123
|
{
|
|
5976
6124
|
fillRule: "evenodd",
|
|
@@ -5979,7 +6127,7 @@ var init_Rent = __esm({
|
|
|
5979
6127
|
fill: "currentColor"
|
|
5980
6128
|
}
|
|
5981
6129
|
),
|
|
5982
|
-
/* @__PURE__ */
|
|
6130
|
+
/* @__PURE__ */ React105.createElement(
|
|
5983
6131
|
"path",
|
|
5984
6132
|
{
|
|
5985
6133
|
fillRule: "evenodd",
|
|
@@ -5999,15 +6147,15 @@ var Restaurant_exports = {};
|
|
|
5999
6147
|
__export(Restaurant_exports, {
|
|
6000
6148
|
default: () => Restaurant_default
|
|
6001
6149
|
});
|
|
6002
|
-
var
|
|
6150
|
+
var React106, SvgRestaurant, Restaurant_default;
|
|
6003
6151
|
var init_Restaurant = __esm({
|
|
6004
6152
|
"src/react/Restaurant.tsx"() {
|
|
6005
6153
|
"use strict";
|
|
6006
|
-
|
|
6154
|
+
React106 = __toESM(require("react"));
|
|
6007
6155
|
init_types();
|
|
6008
6156
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
6009
6157
|
const sizeValue = resolveSize(size);
|
|
6010
|
-
return /* @__PURE__ */
|
|
6158
|
+
return /* @__PURE__ */ React106.createElement(
|
|
6011
6159
|
"svg",
|
|
6012
6160
|
{
|
|
6013
6161
|
width: sizeValue,
|
|
@@ -6017,7 +6165,7 @@ var init_Restaurant = __esm({
|
|
|
6017
6165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6018
6166
|
...props
|
|
6019
6167
|
},
|
|
6020
|
-
/* @__PURE__ */
|
|
6168
|
+
/* @__PURE__ */ React106.createElement(
|
|
6021
6169
|
"path",
|
|
6022
6170
|
{
|
|
6023
6171
|
fillRule: "evenodd",
|
|
@@ -6026,7 +6174,7 @@ var init_Restaurant = __esm({
|
|
|
6026
6174
|
fill: "currentColor"
|
|
6027
6175
|
}
|
|
6028
6176
|
),
|
|
6029
|
-
/* @__PURE__ */
|
|
6177
|
+
/* @__PURE__ */ React106.createElement(
|
|
6030
6178
|
"path",
|
|
6031
6179
|
{
|
|
6032
6180
|
fillRule: "evenodd",
|
|
@@ -6046,15 +6194,15 @@ var Sale_exports = {};
|
|
|
6046
6194
|
__export(Sale_exports, {
|
|
6047
6195
|
default: () => Sale_default
|
|
6048
6196
|
});
|
|
6049
|
-
var
|
|
6197
|
+
var React107, SvgSale, Sale_default;
|
|
6050
6198
|
var init_Sale = __esm({
|
|
6051
6199
|
"src/react/Sale.tsx"() {
|
|
6052
6200
|
"use strict";
|
|
6053
|
-
|
|
6201
|
+
React107 = __toESM(require("react"));
|
|
6054
6202
|
init_types();
|
|
6055
6203
|
SvgSale = ({ size = 16, ...props }) => {
|
|
6056
6204
|
const sizeValue = resolveSize(size);
|
|
6057
|
-
return /* @__PURE__ */
|
|
6205
|
+
return /* @__PURE__ */ React107.createElement(
|
|
6058
6206
|
"svg",
|
|
6059
6207
|
{
|
|
6060
6208
|
width: sizeValue,
|
|
@@ -6064,7 +6212,7 @@ var init_Sale = __esm({
|
|
|
6064
6212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6065
6213
|
...props
|
|
6066
6214
|
},
|
|
6067
|
-
/* @__PURE__ */
|
|
6215
|
+
/* @__PURE__ */ React107.createElement(
|
|
6068
6216
|
"path",
|
|
6069
6217
|
{
|
|
6070
6218
|
fillRule: "evenodd",
|
|
@@ -6073,7 +6221,7 @@ var init_Sale = __esm({
|
|
|
6073
6221
|
fill: "currentColor"
|
|
6074
6222
|
}
|
|
6075
6223
|
),
|
|
6076
|
-
/* @__PURE__ */
|
|
6224
|
+
/* @__PURE__ */ React107.createElement(
|
|
6077
6225
|
"path",
|
|
6078
6226
|
{
|
|
6079
6227
|
fillRule: "evenodd",
|
|
@@ -6082,7 +6230,7 @@ var init_Sale = __esm({
|
|
|
6082
6230
|
fill: "currentColor"
|
|
6083
6231
|
}
|
|
6084
6232
|
),
|
|
6085
|
-
/* @__PURE__ */
|
|
6233
|
+
/* @__PURE__ */ React107.createElement(
|
|
6086
6234
|
"path",
|
|
6087
6235
|
{
|
|
6088
6236
|
fillRule: "evenodd",
|
|
@@ -6102,15 +6250,15 @@ var Search_exports = {};
|
|
|
6102
6250
|
__export(Search_exports, {
|
|
6103
6251
|
default: () => Search_default
|
|
6104
6252
|
});
|
|
6105
|
-
var
|
|
6253
|
+
var React108, SvgSearch, Search_default;
|
|
6106
6254
|
var init_Search = __esm({
|
|
6107
6255
|
"src/react/Search.tsx"() {
|
|
6108
6256
|
"use strict";
|
|
6109
|
-
|
|
6257
|
+
React108 = __toESM(require("react"));
|
|
6110
6258
|
init_types();
|
|
6111
6259
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
6112
6260
|
const sizeValue = resolveSize(size);
|
|
6113
|
-
return /* @__PURE__ */
|
|
6261
|
+
return /* @__PURE__ */ React108.createElement(
|
|
6114
6262
|
"svg",
|
|
6115
6263
|
{
|
|
6116
6264
|
width: sizeValue,
|
|
@@ -6120,7 +6268,7 @@ var init_Search = __esm({
|
|
|
6120
6268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6121
6269
|
...props
|
|
6122
6270
|
},
|
|
6123
|
-
/* @__PURE__ */
|
|
6271
|
+
/* @__PURE__ */ React108.createElement(
|
|
6124
6272
|
"path",
|
|
6125
6273
|
{
|
|
6126
6274
|
fillRule: "evenodd",
|
|
@@ -6129,7 +6277,7 @@ var init_Search = __esm({
|
|
|
6129
6277
|
fill: "currentColor"
|
|
6130
6278
|
}
|
|
6131
6279
|
),
|
|
6132
|
-
/* @__PURE__ */
|
|
6280
|
+
/* @__PURE__ */ React108.createElement(
|
|
6133
6281
|
"path",
|
|
6134
6282
|
{
|
|
6135
6283
|
fillRule: "evenodd",
|
|
@@ -6149,15 +6297,15 @@ var SearchX_exports = {};
|
|
|
6149
6297
|
__export(SearchX_exports, {
|
|
6150
6298
|
default: () => SearchX_default
|
|
6151
6299
|
});
|
|
6152
|
-
var
|
|
6300
|
+
var React109, SvgSearchX, SearchX_default;
|
|
6153
6301
|
var init_SearchX = __esm({
|
|
6154
6302
|
"src/react/SearchX.tsx"() {
|
|
6155
6303
|
"use strict";
|
|
6156
|
-
|
|
6304
|
+
React109 = __toESM(require("react"));
|
|
6157
6305
|
init_types();
|
|
6158
6306
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
6159
6307
|
const sizeValue = resolveSize(size);
|
|
6160
|
-
return /* @__PURE__ */
|
|
6308
|
+
return /* @__PURE__ */ React109.createElement(
|
|
6161
6309
|
"svg",
|
|
6162
6310
|
{
|
|
6163
6311
|
width: sizeValue,
|
|
@@ -6167,7 +6315,7 @@ var init_SearchX = __esm({
|
|
|
6167
6315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6168
6316
|
...props
|
|
6169
6317
|
},
|
|
6170
|
-
/* @__PURE__ */
|
|
6318
|
+
/* @__PURE__ */ React109.createElement(
|
|
6171
6319
|
"path",
|
|
6172
6320
|
{
|
|
6173
6321
|
fillRule: "evenodd",
|
|
@@ -6176,7 +6324,7 @@ var init_SearchX = __esm({
|
|
|
6176
6324
|
fill: "currentColor"
|
|
6177
6325
|
}
|
|
6178
6326
|
),
|
|
6179
|
-
/* @__PURE__ */
|
|
6327
|
+
/* @__PURE__ */ React109.createElement(
|
|
6180
6328
|
"path",
|
|
6181
6329
|
{
|
|
6182
6330
|
fillRule: "evenodd",
|
|
@@ -6185,7 +6333,7 @@ var init_SearchX = __esm({
|
|
|
6185
6333
|
fill: "currentColor"
|
|
6186
6334
|
}
|
|
6187
6335
|
),
|
|
6188
|
-
/* @__PURE__ */
|
|
6336
|
+
/* @__PURE__ */ React109.createElement(
|
|
6189
6337
|
"path",
|
|
6190
6338
|
{
|
|
6191
6339
|
fillRule: "evenodd",
|
|
@@ -6194,7 +6342,7 @@ var init_SearchX = __esm({
|
|
|
6194
6342
|
fill: "currentColor"
|
|
6195
6343
|
}
|
|
6196
6344
|
),
|
|
6197
|
-
/* @__PURE__ */
|
|
6345
|
+
/* @__PURE__ */ React109.createElement(
|
|
6198
6346
|
"path",
|
|
6199
6347
|
{
|
|
6200
6348
|
fillRule: "evenodd",
|
|
@@ -6214,15 +6362,15 @@ var Share_exports = {};
|
|
|
6214
6362
|
__export(Share_exports, {
|
|
6215
6363
|
default: () => Share_default
|
|
6216
6364
|
});
|
|
6217
|
-
var
|
|
6365
|
+
var React110, SvgShare, Share_default;
|
|
6218
6366
|
var init_Share = __esm({
|
|
6219
6367
|
"src/react/Share.tsx"() {
|
|
6220
6368
|
"use strict";
|
|
6221
|
-
|
|
6369
|
+
React110 = __toESM(require("react"));
|
|
6222
6370
|
init_types();
|
|
6223
6371
|
SvgShare = ({ size = 16, ...props }) => {
|
|
6224
6372
|
const sizeValue = resolveSize(size);
|
|
6225
|
-
return /* @__PURE__ */
|
|
6373
|
+
return /* @__PURE__ */ React110.createElement(
|
|
6226
6374
|
"svg",
|
|
6227
6375
|
{
|
|
6228
6376
|
width: sizeValue,
|
|
@@ -6232,7 +6380,7 @@ var init_Share = __esm({
|
|
|
6232
6380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6233
6381
|
...props
|
|
6234
6382
|
},
|
|
6235
|
-
/* @__PURE__ */
|
|
6383
|
+
/* @__PURE__ */ React110.createElement(
|
|
6236
6384
|
"path",
|
|
6237
6385
|
{
|
|
6238
6386
|
fillRule: "evenodd",
|
|
@@ -6241,7 +6389,7 @@ var init_Share = __esm({
|
|
|
6241
6389
|
fill: "currentColor"
|
|
6242
6390
|
}
|
|
6243
6391
|
),
|
|
6244
|
-
/* @__PURE__ */
|
|
6392
|
+
/* @__PURE__ */ React110.createElement(
|
|
6245
6393
|
"path",
|
|
6246
6394
|
{
|
|
6247
6395
|
fillRule: "evenodd",
|
|
@@ -6250,7 +6398,7 @@ var init_Share = __esm({
|
|
|
6250
6398
|
fill: "currentColor"
|
|
6251
6399
|
}
|
|
6252
6400
|
),
|
|
6253
|
-
/* @__PURE__ */
|
|
6401
|
+
/* @__PURE__ */ React110.createElement(
|
|
6254
6402
|
"path",
|
|
6255
6403
|
{
|
|
6256
6404
|
fillRule: "evenodd",
|
|
@@ -6270,15 +6418,15 @@ var Size3D_exports = {};
|
|
|
6270
6418
|
__export(Size3D_exports, {
|
|
6271
6419
|
default: () => Size3D_default
|
|
6272
6420
|
});
|
|
6273
|
-
var
|
|
6421
|
+
var React111, SvgSize3D, Size3D_default;
|
|
6274
6422
|
var init_Size3D = __esm({
|
|
6275
6423
|
"src/react/Size3D.tsx"() {
|
|
6276
6424
|
"use strict";
|
|
6277
|
-
|
|
6425
|
+
React111 = __toESM(require("react"));
|
|
6278
6426
|
init_types();
|
|
6279
6427
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
6280
6428
|
const sizeValue = resolveSize(size);
|
|
6281
|
-
return /* @__PURE__ */
|
|
6429
|
+
return /* @__PURE__ */ React111.createElement(
|
|
6282
6430
|
"svg",
|
|
6283
6431
|
{
|
|
6284
6432
|
width: sizeValue,
|
|
@@ -6288,7 +6436,7 @@ var init_Size3D = __esm({
|
|
|
6288
6436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6289
6437
|
...props
|
|
6290
6438
|
},
|
|
6291
|
-
/* @__PURE__ */
|
|
6439
|
+
/* @__PURE__ */ React111.createElement(
|
|
6292
6440
|
"path",
|
|
6293
6441
|
{
|
|
6294
6442
|
fillRule: "evenodd",
|
|
@@ -6297,7 +6445,7 @@ var init_Size3D = __esm({
|
|
|
6297
6445
|
fill: "currentColor"
|
|
6298
6446
|
}
|
|
6299
6447
|
),
|
|
6300
|
-
/* @__PURE__ */
|
|
6448
|
+
/* @__PURE__ */ React111.createElement(
|
|
6301
6449
|
"path",
|
|
6302
6450
|
{
|
|
6303
6451
|
fillRule: "evenodd",
|
|
@@ -6306,7 +6454,7 @@ var init_Size3D = __esm({
|
|
|
6306
6454
|
fill: "currentColor"
|
|
6307
6455
|
}
|
|
6308
6456
|
),
|
|
6309
|
-
/* @__PURE__ */
|
|
6457
|
+
/* @__PURE__ */ React111.createElement(
|
|
6310
6458
|
"path",
|
|
6311
6459
|
{
|
|
6312
6460
|
fillRule: "evenodd",
|
|
@@ -6315,7 +6463,7 @@ var init_Size3D = __esm({
|
|
|
6315
6463
|
fill: "currentColor"
|
|
6316
6464
|
}
|
|
6317
6465
|
),
|
|
6318
|
-
/* @__PURE__ */
|
|
6466
|
+
/* @__PURE__ */ React111.createElement(
|
|
6319
6467
|
"path",
|
|
6320
6468
|
{
|
|
6321
6469
|
fillRule: "evenodd",
|
|
@@ -6335,15 +6483,15 @@ var StatusDot_exports = {};
|
|
|
6335
6483
|
__export(StatusDot_exports, {
|
|
6336
6484
|
default: () => StatusDot_default
|
|
6337
6485
|
});
|
|
6338
|
-
var
|
|
6486
|
+
var React112, SvgStatusDot, StatusDot_default;
|
|
6339
6487
|
var init_StatusDot = __esm({
|
|
6340
6488
|
"src/react/StatusDot.tsx"() {
|
|
6341
6489
|
"use strict";
|
|
6342
|
-
|
|
6490
|
+
React112 = __toESM(require("react"));
|
|
6343
6491
|
init_types();
|
|
6344
6492
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
6345
6493
|
const sizeValue = resolveSize(size);
|
|
6346
|
-
return /* @__PURE__ */
|
|
6494
|
+
return /* @__PURE__ */ React112.createElement(
|
|
6347
6495
|
"svg",
|
|
6348
6496
|
{
|
|
6349
6497
|
width: sizeValue,
|
|
@@ -6353,7 +6501,7 @@ var init_StatusDot = __esm({
|
|
|
6353
6501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6354
6502
|
...props
|
|
6355
6503
|
},
|
|
6356
|
-
/* @__PURE__ */
|
|
6504
|
+
/* @__PURE__ */ React112.createElement(
|
|
6357
6505
|
"path",
|
|
6358
6506
|
{
|
|
6359
6507
|
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",
|
|
@@ -6371,15 +6519,15 @@ var Storage_exports = {};
|
|
|
6371
6519
|
__export(Storage_exports, {
|
|
6372
6520
|
default: () => Storage_default
|
|
6373
6521
|
});
|
|
6374
|
-
var
|
|
6522
|
+
var React113, SvgStorage, Storage_default;
|
|
6375
6523
|
var init_Storage = __esm({
|
|
6376
6524
|
"src/react/Storage.tsx"() {
|
|
6377
6525
|
"use strict";
|
|
6378
|
-
|
|
6526
|
+
React113 = __toESM(require("react"));
|
|
6379
6527
|
init_types();
|
|
6380
6528
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
6381
6529
|
const sizeValue = resolveSize(size);
|
|
6382
|
-
return /* @__PURE__ */
|
|
6530
|
+
return /* @__PURE__ */ React113.createElement(
|
|
6383
6531
|
"svg",
|
|
6384
6532
|
{
|
|
6385
6533
|
width: sizeValue,
|
|
@@ -6389,7 +6537,7 @@ var init_Storage = __esm({
|
|
|
6389
6537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6390
6538
|
...props
|
|
6391
6539
|
},
|
|
6392
|
-
/* @__PURE__ */
|
|
6540
|
+
/* @__PURE__ */ React113.createElement(
|
|
6393
6541
|
"path",
|
|
6394
6542
|
{
|
|
6395
6543
|
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",
|
|
@@ -6407,15 +6555,15 @@ var Store_exports = {};
|
|
|
6407
6555
|
__export(Store_exports, {
|
|
6408
6556
|
default: () => Store_default
|
|
6409
6557
|
});
|
|
6410
|
-
var
|
|
6558
|
+
var React114, SvgStore, Store_default;
|
|
6411
6559
|
var init_Store = __esm({
|
|
6412
6560
|
"src/react/Store.tsx"() {
|
|
6413
6561
|
"use strict";
|
|
6414
|
-
|
|
6562
|
+
React114 = __toESM(require("react"));
|
|
6415
6563
|
init_types();
|
|
6416
6564
|
SvgStore = ({ size = 16, ...props }) => {
|
|
6417
6565
|
const sizeValue = resolveSize(size);
|
|
6418
|
-
return /* @__PURE__ */
|
|
6566
|
+
return /* @__PURE__ */ React114.createElement(
|
|
6419
6567
|
"svg",
|
|
6420
6568
|
{
|
|
6421
6569
|
width: sizeValue,
|
|
@@ -6425,7 +6573,7 @@ var init_Store = __esm({
|
|
|
6425
6573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6426
6574
|
...props
|
|
6427
6575
|
},
|
|
6428
|
-
/* @__PURE__ */
|
|
6576
|
+
/* @__PURE__ */ React114.createElement(
|
|
6429
6577
|
"path",
|
|
6430
6578
|
{
|
|
6431
6579
|
fillRule: "evenodd",
|
|
@@ -6445,15 +6593,15 @@ var SwimmingPool_exports = {};
|
|
|
6445
6593
|
__export(SwimmingPool_exports, {
|
|
6446
6594
|
default: () => SwimmingPool_default
|
|
6447
6595
|
});
|
|
6448
|
-
var
|
|
6596
|
+
var React115, SvgSwimmingPool, SwimmingPool_default;
|
|
6449
6597
|
var init_SwimmingPool = __esm({
|
|
6450
6598
|
"src/react/SwimmingPool.tsx"() {
|
|
6451
6599
|
"use strict";
|
|
6452
|
-
|
|
6600
|
+
React115 = __toESM(require("react"));
|
|
6453
6601
|
init_types();
|
|
6454
6602
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
6455
6603
|
const sizeValue = resolveSize(size);
|
|
6456
|
-
return /* @__PURE__ */
|
|
6604
|
+
return /* @__PURE__ */ React115.createElement(
|
|
6457
6605
|
"svg",
|
|
6458
6606
|
{
|
|
6459
6607
|
width: sizeValue,
|
|
@@ -6463,7 +6611,7 @@ var init_SwimmingPool = __esm({
|
|
|
6463
6611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6464
6612
|
...props
|
|
6465
6613
|
},
|
|
6466
|
-
/* @__PURE__ */
|
|
6614
|
+
/* @__PURE__ */ React115.createElement(
|
|
6467
6615
|
"path",
|
|
6468
6616
|
{
|
|
6469
6617
|
fillRule: "evenodd",
|
|
@@ -6472,7 +6620,7 @@ var init_SwimmingPool = __esm({
|
|
|
6472
6620
|
fill: "currentColor"
|
|
6473
6621
|
}
|
|
6474
6622
|
),
|
|
6475
|
-
/* @__PURE__ */
|
|
6623
|
+
/* @__PURE__ */ React115.createElement(
|
|
6476
6624
|
"path",
|
|
6477
6625
|
{
|
|
6478
6626
|
fillRule: "evenodd",
|
|
@@ -6481,7 +6629,7 @@ var init_SwimmingPool = __esm({
|
|
|
6481
6629
|
fill: "currentColor"
|
|
6482
6630
|
}
|
|
6483
6631
|
),
|
|
6484
|
-
/* @__PURE__ */
|
|
6632
|
+
/* @__PURE__ */ React115.createElement(
|
|
6485
6633
|
"path",
|
|
6486
6634
|
{
|
|
6487
6635
|
fillRule: "evenodd",
|
|
@@ -6490,7 +6638,7 @@ var init_SwimmingPool = __esm({
|
|
|
6490
6638
|
fill: "currentColor"
|
|
6491
6639
|
}
|
|
6492
6640
|
),
|
|
6493
|
-
/* @__PURE__ */
|
|
6641
|
+
/* @__PURE__ */ React115.createElement(
|
|
6494
6642
|
"path",
|
|
6495
6643
|
{
|
|
6496
6644
|
fillRule: "evenodd",
|
|
@@ -6499,7 +6647,7 @@ var init_SwimmingPool = __esm({
|
|
|
6499
6647
|
fill: "currentColor"
|
|
6500
6648
|
}
|
|
6501
6649
|
),
|
|
6502
|
-
/* @__PURE__ */
|
|
6650
|
+
/* @__PURE__ */ React115.createElement(
|
|
6503
6651
|
"path",
|
|
6504
6652
|
{
|
|
6505
6653
|
fillRule: "evenodd",
|
|
@@ -6508,7 +6656,7 @@ var init_SwimmingPool = __esm({
|
|
|
6508
6656
|
fill: "currentColor"
|
|
6509
6657
|
}
|
|
6510
6658
|
),
|
|
6511
|
-
/* @__PURE__ */
|
|
6659
|
+
/* @__PURE__ */ React115.createElement(
|
|
6512
6660
|
"path",
|
|
6513
6661
|
{
|
|
6514
6662
|
fillRule: "evenodd",
|
|
@@ -6528,15 +6676,15 @@ var Tasks_exports = {};
|
|
|
6528
6676
|
__export(Tasks_exports, {
|
|
6529
6677
|
default: () => Tasks_default
|
|
6530
6678
|
});
|
|
6531
|
-
var
|
|
6679
|
+
var React116, SvgTasks, Tasks_default;
|
|
6532
6680
|
var init_Tasks = __esm({
|
|
6533
6681
|
"src/react/Tasks.tsx"() {
|
|
6534
6682
|
"use strict";
|
|
6535
|
-
|
|
6683
|
+
React116 = __toESM(require("react"));
|
|
6536
6684
|
init_types();
|
|
6537
6685
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
6538
6686
|
const sizeValue = resolveSize(size);
|
|
6539
|
-
return /* @__PURE__ */
|
|
6687
|
+
return /* @__PURE__ */ React116.createElement(
|
|
6540
6688
|
"svg",
|
|
6541
6689
|
{
|
|
6542
6690
|
width: sizeValue,
|
|
@@ -6546,7 +6694,7 @@ var init_Tasks = __esm({
|
|
|
6546
6694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6547
6695
|
...props
|
|
6548
6696
|
},
|
|
6549
|
-
/* @__PURE__ */
|
|
6697
|
+
/* @__PURE__ */ React116.createElement(
|
|
6550
6698
|
"path",
|
|
6551
6699
|
{
|
|
6552
6700
|
fillRule: "evenodd",
|
|
@@ -6555,7 +6703,7 @@ var init_Tasks = __esm({
|
|
|
6555
6703
|
fill: "currentColor"
|
|
6556
6704
|
}
|
|
6557
6705
|
),
|
|
6558
|
-
/* @__PURE__ */
|
|
6706
|
+
/* @__PURE__ */ React116.createElement(
|
|
6559
6707
|
"path",
|
|
6560
6708
|
{
|
|
6561
6709
|
fillRule: "evenodd",
|
|
@@ -6564,7 +6712,7 @@ var init_Tasks = __esm({
|
|
|
6564
6712
|
fill: "currentColor"
|
|
6565
6713
|
}
|
|
6566
6714
|
),
|
|
6567
|
-
/* @__PURE__ */
|
|
6715
|
+
/* @__PURE__ */ React116.createElement(
|
|
6568
6716
|
"path",
|
|
6569
6717
|
{
|
|
6570
6718
|
fillRule: "evenodd",
|
|
@@ -6573,7 +6721,7 @@ var init_Tasks = __esm({
|
|
|
6573
6721
|
fill: "currentColor"
|
|
6574
6722
|
}
|
|
6575
6723
|
),
|
|
6576
|
-
/* @__PURE__ */
|
|
6724
|
+
/* @__PURE__ */ React116.createElement(
|
|
6577
6725
|
"path",
|
|
6578
6726
|
{
|
|
6579
6727
|
fillRule: "evenodd",
|
|
@@ -6582,7 +6730,7 @@ var init_Tasks = __esm({
|
|
|
6582
6730
|
fill: "currentColor"
|
|
6583
6731
|
}
|
|
6584
6732
|
),
|
|
6585
|
-
/* @__PURE__ */
|
|
6733
|
+
/* @__PURE__ */ React116.createElement(
|
|
6586
6734
|
"path",
|
|
6587
6735
|
{
|
|
6588
6736
|
fillRule: "evenodd",
|
|
@@ -6591,7 +6739,7 @@ var init_Tasks = __esm({
|
|
|
6591
6739
|
fill: "currentColor"
|
|
6592
6740
|
}
|
|
6593
6741
|
),
|
|
6594
|
-
/* @__PURE__ */
|
|
6742
|
+
/* @__PURE__ */ React116.createElement(
|
|
6595
6743
|
"path",
|
|
6596
6744
|
{
|
|
6597
6745
|
fillRule: "evenodd",
|
|
@@ -6611,15 +6759,15 @@ var Terrace_exports = {};
|
|
|
6611
6759
|
__export(Terrace_exports, {
|
|
6612
6760
|
default: () => Terrace_default
|
|
6613
6761
|
});
|
|
6614
|
-
var
|
|
6762
|
+
var React117, SvgTerrace, Terrace_default;
|
|
6615
6763
|
var init_Terrace = __esm({
|
|
6616
6764
|
"src/react/Terrace.tsx"() {
|
|
6617
6765
|
"use strict";
|
|
6618
|
-
|
|
6766
|
+
React117 = __toESM(require("react"));
|
|
6619
6767
|
init_types();
|
|
6620
6768
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
6621
6769
|
const sizeValue = resolveSize(size);
|
|
6622
|
-
return /* @__PURE__ */
|
|
6770
|
+
return /* @__PURE__ */ React117.createElement(
|
|
6623
6771
|
"svg",
|
|
6624
6772
|
{
|
|
6625
6773
|
width: sizeValue,
|
|
@@ -6629,7 +6777,7 @@ var init_Terrace = __esm({
|
|
|
6629
6777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6630
6778
|
...props
|
|
6631
6779
|
},
|
|
6632
|
-
/* @__PURE__ */
|
|
6780
|
+
/* @__PURE__ */ React117.createElement(
|
|
6633
6781
|
"path",
|
|
6634
6782
|
{
|
|
6635
6783
|
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",
|
|
@@ -6647,15 +6795,15 @@ var ThermometerSnowflake_exports = {};
|
|
|
6647
6795
|
__export(ThermometerSnowflake_exports, {
|
|
6648
6796
|
default: () => ThermometerSnowflake_default
|
|
6649
6797
|
});
|
|
6650
|
-
var
|
|
6798
|
+
var React118, SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
6651
6799
|
var init_ThermometerSnowflake = __esm({
|
|
6652
6800
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
6653
6801
|
"use strict";
|
|
6654
|
-
|
|
6802
|
+
React118 = __toESM(require("react"));
|
|
6655
6803
|
init_types();
|
|
6656
6804
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
6657
6805
|
const sizeValue = resolveSize(size);
|
|
6658
|
-
return /* @__PURE__ */
|
|
6806
|
+
return /* @__PURE__ */ React118.createElement(
|
|
6659
6807
|
"svg",
|
|
6660
6808
|
{
|
|
6661
6809
|
width: sizeValue,
|
|
@@ -6665,7 +6813,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6665
6813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6666
6814
|
...props
|
|
6667
6815
|
},
|
|
6668
|
-
/* @__PURE__ */
|
|
6816
|
+
/* @__PURE__ */ React118.createElement(
|
|
6669
6817
|
"path",
|
|
6670
6818
|
{
|
|
6671
6819
|
fillRule: "evenodd",
|
|
@@ -6674,7 +6822,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6674
6822
|
fill: "currentColor"
|
|
6675
6823
|
}
|
|
6676
6824
|
),
|
|
6677
|
-
/* @__PURE__ */
|
|
6825
|
+
/* @__PURE__ */ React118.createElement(
|
|
6678
6826
|
"path",
|
|
6679
6827
|
{
|
|
6680
6828
|
fillRule: "evenodd",
|
|
@@ -6683,7 +6831,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6683
6831
|
fill: "currentColor"
|
|
6684
6832
|
}
|
|
6685
6833
|
),
|
|
6686
|
-
/* @__PURE__ */
|
|
6834
|
+
/* @__PURE__ */ React118.createElement(
|
|
6687
6835
|
"path",
|
|
6688
6836
|
{
|
|
6689
6837
|
fillRule: "evenodd",
|
|
@@ -6692,7 +6840,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6692
6840
|
fill: "currentColor"
|
|
6693
6841
|
}
|
|
6694
6842
|
),
|
|
6695
|
-
/* @__PURE__ */
|
|
6843
|
+
/* @__PURE__ */ React118.createElement(
|
|
6696
6844
|
"path",
|
|
6697
6845
|
{
|
|
6698
6846
|
fillRule: "evenodd",
|
|
@@ -6701,7 +6849,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6701
6849
|
fill: "currentColor"
|
|
6702
6850
|
}
|
|
6703
6851
|
),
|
|
6704
|
-
/* @__PURE__ */
|
|
6852
|
+
/* @__PURE__ */ React118.createElement(
|
|
6705
6853
|
"path",
|
|
6706
6854
|
{
|
|
6707
6855
|
fillRule: "evenodd",
|
|
@@ -6710,7 +6858,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6710
6858
|
fill: "currentColor"
|
|
6711
6859
|
}
|
|
6712
6860
|
),
|
|
6713
|
-
/* @__PURE__ */
|
|
6861
|
+
/* @__PURE__ */ React118.createElement(
|
|
6714
6862
|
"path",
|
|
6715
6863
|
{
|
|
6716
6864
|
fillRule: "evenodd",
|
|
@@ -6730,15 +6878,15 @@ var Time_exports = {};
|
|
|
6730
6878
|
__export(Time_exports, {
|
|
6731
6879
|
default: () => Time_default
|
|
6732
6880
|
});
|
|
6733
|
-
var
|
|
6881
|
+
var React119, SvgTime, Time_default;
|
|
6734
6882
|
var init_Time = __esm({
|
|
6735
6883
|
"src/react/Time.tsx"() {
|
|
6736
6884
|
"use strict";
|
|
6737
|
-
|
|
6885
|
+
React119 = __toESM(require("react"));
|
|
6738
6886
|
init_types();
|
|
6739
6887
|
SvgTime = ({ size = 16, ...props }) => {
|
|
6740
6888
|
const sizeValue = resolveSize(size);
|
|
6741
|
-
return /* @__PURE__ */
|
|
6889
|
+
return /* @__PURE__ */ React119.createElement(
|
|
6742
6890
|
"svg",
|
|
6743
6891
|
{
|
|
6744
6892
|
width: sizeValue,
|
|
@@ -6748,7 +6896,7 @@ var init_Time = __esm({
|
|
|
6748
6896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6749
6897
|
...props
|
|
6750
6898
|
},
|
|
6751
|
-
/* @__PURE__ */
|
|
6899
|
+
/* @__PURE__ */ React119.createElement(
|
|
6752
6900
|
"path",
|
|
6753
6901
|
{
|
|
6754
6902
|
fillRule: "evenodd",
|
|
@@ -6757,7 +6905,7 @@ var init_Time = __esm({
|
|
|
6757
6905
|
fill: "currentColor"
|
|
6758
6906
|
}
|
|
6759
6907
|
),
|
|
6760
|
-
/* @__PURE__ */
|
|
6908
|
+
/* @__PURE__ */ React119.createElement(
|
|
6761
6909
|
"path",
|
|
6762
6910
|
{
|
|
6763
6911
|
fillRule: "evenodd",
|
|
@@ -6777,15 +6925,15 @@ var TouchAndroid_exports = {};
|
|
|
6777
6925
|
__export(TouchAndroid_exports, {
|
|
6778
6926
|
default: () => TouchAndroid_default
|
|
6779
6927
|
});
|
|
6780
|
-
var
|
|
6928
|
+
var React120, SvgTouchAndroid, TouchAndroid_default;
|
|
6781
6929
|
var init_TouchAndroid = __esm({
|
|
6782
6930
|
"src/react/TouchAndroid.tsx"() {
|
|
6783
6931
|
"use strict";
|
|
6784
|
-
|
|
6932
|
+
React120 = __toESM(require("react"));
|
|
6785
6933
|
init_types();
|
|
6786
6934
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
6787
6935
|
const sizeValue = resolveSize(size);
|
|
6788
|
-
return /* @__PURE__ */
|
|
6936
|
+
return /* @__PURE__ */ React120.createElement(
|
|
6789
6937
|
"svg",
|
|
6790
6938
|
{
|
|
6791
6939
|
width: sizeValue,
|
|
@@ -6795,7 +6943,7 @@ var init_TouchAndroid = __esm({
|
|
|
6795
6943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6796
6944
|
...props
|
|
6797
6945
|
},
|
|
6798
|
-
/* @__PURE__ */
|
|
6946
|
+
/* @__PURE__ */ React120.createElement(
|
|
6799
6947
|
"path",
|
|
6800
6948
|
{
|
|
6801
6949
|
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",
|
|
@@ -6813,15 +6961,15 @@ var TouchIos_exports = {};
|
|
|
6813
6961
|
__export(TouchIos_exports, {
|
|
6814
6962
|
default: () => TouchIos_default
|
|
6815
6963
|
});
|
|
6816
|
-
var
|
|
6964
|
+
var React121, SvgTouchIos, TouchIos_default;
|
|
6817
6965
|
var init_TouchIos = __esm({
|
|
6818
6966
|
"src/react/TouchIos.tsx"() {
|
|
6819
6967
|
"use strict";
|
|
6820
|
-
|
|
6968
|
+
React121 = __toESM(require("react"));
|
|
6821
6969
|
init_types();
|
|
6822
6970
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
6823
6971
|
const sizeValue = resolveSize(size);
|
|
6824
|
-
return /* @__PURE__ */
|
|
6972
|
+
return /* @__PURE__ */ React121.createElement(
|
|
6825
6973
|
"svg",
|
|
6826
6974
|
{
|
|
6827
6975
|
width: sizeValue,
|
|
@@ -6831,7 +6979,7 @@ var init_TouchIos = __esm({
|
|
|
6831
6979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6832
6980
|
...props
|
|
6833
6981
|
},
|
|
6834
|
-
/* @__PURE__ */
|
|
6982
|
+
/* @__PURE__ */ React121.createElement(
|
|
6835
6983
|
"path",
|
|
6836
6984
|
{
|
|
6837
6985
|
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",
|
|
@@ -6849,15 +6997,15 @@ var Trash2_exports = {};
|
|
|
6849
6997
|
__export(Trash2_exports, {
|
|
6850
6998
|
default: () => Trash2_default
|
|
6851
6999
|
});
|
|
6852
|
-
var
|
|
7000
|
+
var React122, SvgTrash2, Trash2_default;
|
|
6853
7001
|
var init_Trash2 = __esm({
|
|
6854
7002
|
"src/react/Trash2.tsx"() {
|
|
6855
7003
|
"use strict";
|
|
6856
|
-
|
|
7004
|
+
React122 = __toESM(require("react"));
|
|
6857
7005
|
init_types();
|
|
6858
7006
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
6859
7007
|
const sizeValue = resolveSize(size);
|
|
6860
|
-
return /* @__PURE__ */
|
|
7008
|
+
return /* @__PURE__ */ React122.createElement(
|
|
6861
7009
|
"svg",
|
|
6862
7010
|
{
|
|
6863
7011
|
width: sizeValue,
|
|
@@ -6867,7 +7015,7 @@ var init_Trash2 = __esm({
|
|
|
6867
7015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6868
7016
|
...props
|
|
6869
7017
|
},
|
|
6870
|
-
/* @__PURE__ */
|
|
7018
|
+
/* @__PURE__ */ React122.createElement(
|
|
6871
7019
|
"path",
|
|
6872
7020
|
{
|
|
6873
7021
|
fillRule: "evenodd",
|
|
@@ -6876,7 +7024,7 @@ var init_Trash2 = __esm({
|
|
|
6876
7024
|
fill: "currentColor"
|
|
6877
7025
|
}
|
|
6878
7026
|
),
|
|
6879
|
-
/* @__PURE__ */
|
|
7027
|
+
/* @__PURE__ */ React122.createElement(
|
|
6880
7028
|
"path",
|
|
6881
7029
|
{
|
|
6882
7030
|
fillRule: "evenodd",
|
|
@@ -6885,7 +7033,7 @@ var init_Trash2 = __esm({
|
|
|
6885
7033
|
fill: "currentColor"
|
|
6886
7034
|
}
|
|
6887
7035
|
),
|
|
6888
|
-
/* @__PURE__ */
|
|
7036
|
+
/* @__PURE__ */ React122.createElement(
|
|
6889
7037
|
"path",
|
|
6890
7038
|
{
|
|
6891
7039
|
fillRule: "evenodd",
|
|
@@ -6894,7 +7042,7 @@ var init_Trash2 = __esm({
|
|
|
6894
7042
|
fill: "currentColor"
|
|
6895
7043
|
}
|
|
6896
7044
|
),
|
|
6897
|
-
/* @__PURE__ */
|
|
7045
|
+
/* @__PURE__ */ React122.createElement(
|
|
6898
7046
|
"path",
|
|
6899
7047
|
{
|
|
6900
7048
|
fillRule: "evenodd",
|
|
@@ -6903,7 +7051,7 @@ var init_Trash2 = __esm({
|
|
|
6903
7051
|
fill: "currentColor"
|
|
6904
7052
|
}
|
|
6905
7053
|
),
|
|
6906
|
-
/* @__PURE__ */
|
|
7054
|
+
/* @__PURE__ */ React122.createElement(
|
|
6907
7055
|
"path",
|
|
6908
7056
|
{
|
|
6909
7057
|
fillRule: "evenodd",
|
|
@@ -6923,15 +7071,15 @@ var User_exports = {};
|
|
|
6923
7071
|
__export(User_exports, {
|
|
6924
7072
|
default: () => User_default
|
|
6925
7073
|
});
|
|
6926
|
-
var
|
|
7074
|
+
var React123, SvgUser, User_default;
|
|
6927
7075
|
var init_User = __esm({
|
|
6928
7076
|
"src/react/User.tsx"() {
|
|
6929
7077
|
"use strict";
|
|
6930
|
-
|
|
7078
|
+
React123 = __toESM(require("react"));
|
|
6931
7079
|
init_types();
|
|
6932
7080
|
SvgUser = ({ size = 16, ...props }) => {
|
|
6933
7081
|
const sizeValue = resolveSize(size);
|
|
6934
|
-
return /* @__PURE__ */
|
|
7082
|
+
return /* @__PURE__ */ React123.createElement(
|
|
6935
7083
|
"svg",
|
|
6936
7084
|
{
|
|
6937
7085
|
width: sizeValue,
|
|
@@ -6941,7 +7089,7 @@ var init_User = __esm({
|
|
|
6941
7089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6942
7090
|
...props
|
|
6943
7091
|
},
|
|
6944
|
-
/* @__PURE__ */
|
|
7092
|
+
/* @__PURE__ */ React123.createElement(
|
|
6945
7093
|
"path",
|
|
6946
7094
|
{
|
|
6947
7095
|
fillRule: "evenodd",
|
|
@@ -6950,7 +7098,7 @@ var init_User = __esm({
|
|
|
6950
7098
|
fill: "currentColor"
|
|
6951
7099
|
}
|
|
6952
7100
|
),
|
|
6953
|
-
/* @__PURE__ */
|
|
7101
|
+
/* @__PURE__ */ React123.createElement(
|
|
6954
7102
|
"path",
|
|
6955
7103
|
{
|
|
6956
7104
|
fillRule: "evenodd",
|
|
@@ -6970,15 +7118,15 @@ var UserPlus_exports = {};
|
|
|
6970
7118
|
__export(UserPlus_exports, {
|
|
6971
7119
|
default: () => UserPlus_default
|
|
6972
7120
|
});
|
|
6973
|
-
var
|
|
7121
|
+
var React124, SvgUserPlus, UserPlus_default;
|
|
6974
7122
|
var init_UserPlus = __esm({
|
|
6975
7123
|
"src/react/UserPlus.tsx"() {
|
|
6976
7124
|
"use strict";
|
|
6977
|
-
|
|
7125
|
+
React124 = __toESM(require("react"));
|
|
6978
7126
|
init_types();
|
|
6979
7127
|
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
6980
7128
|
const sizeValue = resolveSize(size);
|
|
6981
|
-
return /* @__PURE__ */
|
|
7129
|
+
return /* @__PURE__ */ React124.createElement(
|
|
6982
7130
|
"svg",
|
|
6983
7131
|
{
|
|
6984
7132
|
width: sizeValue,
|
|
@@ -6988,7 +7136,7 @@ var init_UserPlus = __esm({
|
|
|
6988
7136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6989
7137
|
...props
|
|
6990
7138
|
},
|
|
6991
|
-
/* @__PURE__ */
|
|
7139
|
+
/* @__PURE__ */ React124.createElement(
|
|
6992
7140
|
"path",
|
|
6993
7141
|
{
|
|
6994
7142
|
fillRule: "evenodd",
|
|
@@ -6997,7 +7145,7 @@ var init_UserPlus = __esm({
|
|
|
6997
7145
|
fill: "currentColor"
|
|
6998
7146
|
}
|
|
6999
7147
|
),
|
|
7000
|
-
/* @__PURE__ */
|
|
7148
|
+
/* @__PURE__ */ React124.createElement(
|
|
7001
7149
|
"path",
|
|
7002
7150
|
{
|
|
7003
7151
|
fillRule: "evenodd",
|
|
@@ -7006,7 +7154,7 @@ var init_UserPlus = __esm({
|
|
|
7006
7154
|
fill: "currentColor"
|
|
7007
7155
|
}
|
|
7008
7156
|
),
|
|
7009
|
-
/* @__PURE__ */
|
|
7157
|
+
/* @__PURE__ */ React124.createElement(
|
|
7010
7158
|
"path",
|
|
7011
7159
|
{
|
|
7012
7160
|
fillRule: "evenodd",
|
|
@@ -7015,7 +7163,7 @@ var init_UserPlus = __esm({
|
|
|
7015
7163
|
fill: "currentColor"
|
|
7016
7164
|
}
|
|
7017
7165
|
),
|
|
7018
|
-
/* @__PURE__ */
|
|
7166
|
+
/* @__PURE__ */ React124.createElement(
|
|
7019
7167
|
"path",
|
|
7020
7168
|
{
|
|
7021
7169
|
fillRule: "evenodd",
|
|
@@ -7035,15 +7183,15 @@ var Warehouse_exports = {};
|
|
|
7035
7183
|
__export(Warehouse_exports, {
|
|
7036
7184
|
default: () => Warehouse_default
|
|
7037
7185
|
});
|
|
7038
|
-
var
|
|
7186
|
+
var React125, SvgWarehouse, Warehouse_default;
|
|
7039
7187
|
var init_Warehouse = __esm({
|
|
7040
7188
|
"src/react/Warehouse.tsx"() {
|
|
7041
7189
|
"use strict";
|
|
7042
|
-
|
|
7190
|
+
React125 = __toESM(require("react"));
|
|
7043
7191
|
init_types();
|
|
7044
7192
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
7045
7193
|
const sizeValue = resolveSize(size);
|
|
7046
|
-
return /* @__PURE__ */
|
|
7194
|
+
return /* @__PURE__ */ React125.createElement(
|
|
7047
7195
|
"svg",
|
|
7048
7196
|
{
|
|
7049
7197
|
width: sizeValue,
|
|
@@ -7053,7 +7201,7 @@ var init_Warehouse = __esm({
|
|
|
7053
7201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7054
7202
|
...props
|
|
7055
7203
|
},
|
|
7056
|
-
/* @__PURE__ */
|
|
7204
|
+
/* @__PURE__ */ React125.createElement(
|
|
7057
7205
|
"path",
|
|
7058
7206
|
{
|
|
7059
7207
|
fillRule: "evenodd",
|
|
@@ -7062,7 +7210,7 @@ var init_Warehouse = __esm({
|
|
|
7062
7210
|
fill: "currentColor"
|
|
7063
7211
|
}
|
|
7064
7212
|
),
|
|
7065
|
-
/* @__PURE__ */
|
|
7213
|
+
/* @__PURE__ */ React125.createElement(
|
|
7066
7214
|
"path",
|
|
7067
7215
|
{
|
|
7068
7216
|
fillRule: "evenodd",
|
|
@@ -7071,7 +7219,7 @@ var init_Warehouse = __esm({
|
|
|
7071
7219
|
fill: "currentColor"
|
|
7072
7220
|
}
|
|
7073
7221
|
),
|
|
7074
|
-
/* @__PURE__ */
|
|
7222
|
+
/* @__PURE__ */ React125.createElement(
|
|
7075
7223
|
"path",
|
|
7076
7224
|
{
|
|
7077
7225
|
fillRule: "evenodd",
|
|
@@ -7080,7 +7228,7 @@ var init_Warehouse = __esm({
|
|
|
7080
7228
|
fill: "currentColor"
|
|
7081
7229
|
}
|
|
7082
7230
|
),
|
|
7083
|
-
/* @__PURE__ */
|
|
7231
|
+
/* @__PURE__ */ React125.createElement(
|
|
7084
7232
|
"path",
|
|
7085
7233
|
{
|
|
7086
7234
|
fillRule: "evenodd",
|
|
@@ -7100,15 +7248,15 @@ var Whatsapp_exports = {};
|
|
|
7100
7248
|
__export(Whatsapp_exports, {
|
|
7101
7249
|
default: () => Whatsapp_default
|
|
7102
7250
|
});
|
|
7103
|
-
var
|
|
7251
|
+
var React126, SvgWhatsapp, Whatsapp_default;
|
|
7104
7252
|
var init_Whatsapp = __esm({
|
|
7105
7253
|
"src/react/Whatsapp.tsx"() {
|
|
7106
7254
|
"use strict";
|
|
7107
|
-
|
|
7255
|
+
React126 = __toESM(require("react"));
|
|
7108
7256
|
init_types();
|
|
7109
7257
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
7110
7258
|
const sizeValue = resolveSize(size);
|
|
7111
|
-
return /* @__PURE__ */
|
|
7259
|
+
return /* @__PURE__ */ React126.createElement(
|
|
7112
7260
|
"svg",
|
|
7113
7261
|
{
|
|
7114
7262
|
width: sizeValue,
|
|
@@ -7118,7 +7266,7 @@ var init_Whatsapp = __esm({
|
|
|
7118
7266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7119
7267
|
...props
|
|
7120
7268
|
},
|
|
7121
|
-
/* @__PURE__ */
|
|
7269
|
+
/* @__PURE__ */ React126.createElement(
|
|
7122
7270
|
"path",
|
|
7123
7271
|
{
|
|
7124
7272
|
fillRule: "evenodd",
|
|
@@ -7209,6 +7357,7 @@ __export(react_exports, {
|
|
|
7209
7357
|
IconSlot: () => IconSlot_default,
|
|
7210
7358
|
Image: () => Image_default,
|
|
7211
7359
|
ImageOff: () => ImageOff_default,
|
|
7360
|
+
ImagesGallery: () => ImagesGallery_default,
|
|
7212
7361
|
Info: () => Info_default,
|
|
7213
7362
|
Keys01: () => Keys01_default,
|
|
7214
7363
|
LeadsFilled: () => LeadsFilled_default,
|
|
@@ -7220,6 +7369,7 @@ __export(react_exports, {
|
|
|
7220
7369
|
Logout: () => Logout_default,
|
|
7221
7370
|
MagicWand: () => MagicWand_default,
|
|
7222
7371
|
Mail: () => Mail_default,
|
|
7372
|
+
Map: () => Map_default,
|
|
7223
7373
|
MapPin: () => MapPin_default,
|
|
7224
7374
|
Minus: () => Minus_default,
|
|
7225
7375
|
MoreHorizontal: () => MoreHorizontal_default,
|
|
@@ -7235,6 +7385,7 @@ __export(react_exports, {
|
|
|
7235
7385
|
Pet: () => Pet_default,
|
|
7236
7386
|
PhoneLinear: () => PhoneLinear_default,
|
|
7237
7387
|
PinMapSolid: () => PinMapSolid_default,
|
|
7388
|
+
PlaySolid: () => PlaySolid_default,
|
|
7238
7389
|
Plus: () => Plus_default,
|
|
7239
7390
|
Promotion: () => Promotion_default,
|
|
7240
7391
|
PropertiesFilled: () => PropertiesFilled_default,
|
|
@@ -7335,6 +7486,7 @@ init_HomeLinear();
|
|
|
7335
7486
|
init_IconSlot();
|
|
7336
7487
|
init_Image();
|
|
7337
7488
|
init_ImageOff();
|
|
7489
|
+
init_ImagesGallery();
|
|
7338
7490
|
init_Info();
|
|
7339
7491
|
init_Keys01();
|
|
7340
7492
|
init_LeadsFilled();
|
|
@@ -7346,6 +7498,7 @@ init_Loft();
|
|
|
7346
7498
|
init_Logout();
|
|
7347
7499
|
init_MagicWand();
|
|
7348
7500
|
init_Mail();
|
|
7501
|
+
init_Map();
|
|
7349
7502
|
init_MapPin();
|
|
7350
7503
|
init_Minus();
|
|
7351
7504
|
init_MoreHorizontal();
|
|
@@ -7361,6 +7514,7 @@ init_PentHouse();
|
|
|
7361
7514
|
init_Pet();
|
|
7362
7515
|
init_PhoneLinear();
|
|
7363
7516
|
init_PinMapSolid();
|
|
7517
|
+
init_PlaySolid();
|
|
7364
7518
|
init_Plus();
|
|
7365
7519
|
init_Promotion();
|
|
7366
7520
|
init_PropertiesFilled();
|
|
@@ -7389,7 +7543,7 @@ init_Warehouse();
|
|
|
7389
7543
|
init_Whatsapp();
|
|
7390
7544
|
|
|
7391
7545
|
// src/react/Icon.tsx
|
|
7392
|
-
var
|
|
7546
|
+
var React127 = __toESM(require("react"));
|
|
7393
7547
|
function loadIcon(name) {
|
|
7394
7548
|
switch (name) {
|
|
7395
7549
|
case "accessibility":
|
|
@@ -7534,6 +7688,8 @@ function loadIcon(name) {
|
|
|
7534
7688
|
return Promise.resolve().then(() => (init_Image(), Image_exports)).then((m) => m.default);
|
|
7535
7689
|
case "image-off":
|
|
7536
7690
|
return Promise.resolve().then(() => (init_ImageOff(), ImageOff_exports)).then((m) => m.default);
|
|
7691
|
+
case "images-gallery":
|
|
7692
|
+
return Promise.resolve().then(() => (init_ImagesGallery(), ImagesGallery_exports)).then((m) => m.default);
|
|
7537
7693
|
case "info":
|
|
7538
7694
|
return Promise.resolve().then(() => (init_Info(), Info_exports)).then((m) => m.default);
|
|
7539
7695
|
case "keys01":
|
|
@@ -7556,6 +7712,8 @@ function loadIcon(name) {
|
|
|
7556
7712
|
return Promise.resolve().then(() => (init_MagicWand(), MagicWand_exports)).then((m) => m.default);
|
|
7557
7713
|
case "mail":
|
|
7558
7714
|
return Promise.resolve().then(() => (init_Mail(), Mail_exports)).then((m) => m.default);
|
|
7715
|
+
case "map":
|
|
7716
|
+
return Promise.resolve().then(() => (init_Map(), Map_exports)).then((m) => m.default);
|
|
7559
7717
|
case "map-pin":
|
|
7560
7718
|
return Promise.resolve().then(() => (init_MapPin(), MapPin_exports)).then((m) => m.default);
|
|
7561
7719
|
case "minus":
|
|
@@ -7586,6 +7744,8 @@ function loadIcon(name) {
|
|
|
7586
7744
|
return Promise.resolve().then(() => (init_PhoneLinear(), PhoneLinear_exports)).then((m) => m.default);
|
|
7587
7745
|
case "pin-map-solid":
|
|
7588
7746
|
return Promise.resolve().then(() => (init_PinMapSolid(), PinMapSolid_exports)).then((m) => m.default);
|
|
7747
|
+
case "play-solid":
|
|
7748
|
+
return Promise.resolve().then(() => (init_PlaySolid(), PlaySolid_exports)).then((m) => m.default);
|
|
7589
7749
|
case "plus":
|
|
7590
7750
|
return Promise.resolve().then(() => (init_Plus(), Plus_exports)).then((m) => m.default);
|
|
7591
7751
|
case "promotion":
|
|
@@ -7643,10 +7803,10 @@ function loadIcon(name) {
|
|
|
7643
7803
|
}
|
|
7644
7804
|
}
|
|
7645
7805
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
7646
|
-
const [IconComponent, setIconComponent] =
|
|
7647
|
-
const [loading, setLoading] =
|
|
7648
|
-
const [error, setError] =
|
|
7649
|
-
|
|
7806
|
+
const [IconComponent, setIconComponent] = React127.useState(null);
|
|
7807
|
+
const [loading, setLoading] = React127.useState(true);
|
|
7808
|
+
const [error, setError] = React127.useState(null);
|
|
7809
|
+
React127.useEffect(() => {
|
|
7650
7810
|
setLoading(true);
|
|
7651
7811
|
setError(null);
|
|
7652
7812
|
loadIcon(name).then((Component) => {
|
|
@@ -7665,7 +7825,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
7665
7825
|
return null;
|
|
7666
7826
|
}
|
|
7667
7827
|
const style = color ? { ...props.style, color } : props.style;
|
|
7668
|
-
return /* @__PURE__ */
|
|
7828
|
+
return /* @__PURE__ */ React127.createElement(IconComponent, { size, ...props, style });
|
|
7669
7829
|
};
|
|
7670
7830
|
var Icon_default = Icon;
|
|
7671
7831
|
|