huspy-icons 0.3.8 → 0.3.9
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 +108 -99
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +98 -95
- package/dist/fonts/HuspyIcons.ts +108 -99
- 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 +98 -95
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +11 -5
- package/dist/react/index.d.ts +11 -5
- package/dist/react/index.js +595 -441
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +537 -383
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +99 -96
- package/src/react/FaceAndroid.tsx +46 -0
- package/src/react/{FaceId.tsx → FaceIosBold.tsx} +2 -2
- package/src/react/FaceIosLight.tsx +24 -0
- package/src/react/Icon.tsx +16 -7
- package/src/react/{FingerprintAndroid.tsx → TouchAndroid.tsx} +2 -2
- package/src/react/TouchIos.tsx +24 -0
- package/src/react/index.ts +5 -2
- package/src/react/index.tsx +5 -2
package/dist/react/index.mjs
CHANGED
|
@@ -2115,18 +2115,18 @@ var init_EyeVisible = __esm({
|
|
|
2115
2115
|
}
|
|
2116
2116
|
});
|
|
2117
2117
|
|
|
2118
|
-
// src/react/
|
|
2119
|
-
var
|
|
2120
|
-
__export(
|
|
2121
|
-
default: () =>
|
|
2118
|
+
// src/react/FaceAndroid.tsx
|
|
2119
|
+
var FaceAndroid_exports = {};
|
|
2120
|
+
__export(FaceAndroid_exports, {
|
|
2121
|
+
default: () => FaceAndroid_default
|
|
2122
2122
|
});
|
|
2123
2123
|
import * as React40 from "react";
|
|
2124
|
-
var
|
|
2125
|
-
var
|
|
2126
|
-
"src/react/
|
|
2124
|
+
var SvgFaceAndroid, FaceAndroid_default;
|
|
2125
|
+
var init_FaceAndroid = __esm({
|
|
2126
|
+
"src/react/FaceAndroid.tsx"() {
|
|
2127
2127
|
"use strict";
|
|
2128
2128
|
init_types();
|
|
2129
|
-
|
|
2129
|
+
SvgFaceAndroid = ({ size = 16, ...props }) => {
|
|
2130
2130
|
const sizeValue = resolveSize(size);
|
|
2131
2131
|
return /* @__PURE__ */ React40.createElement(
|
|
2132
2132
|
"svg",
|
|
@@ -2141,53 +2141,123 @@ var init_FaceId = __esm({
|
|
|
2141
2141
|
/* @__PURE__ */ React40.createElement(
|
|
2142
2142
|
"path",
|
|
2143
2143
|
{
|
|
2144
|
-
|
|
2144
|
+
fillRule: "evenodd",
|
|
2145
|
+
clipRule: "evenodd",
|
|
2146
|
+
d: "M11.951 23c6.102 0 11.049 -4.947 11.049 -11.049S18.053 0.902 11.951 0.902 0.902 5.849 0.902 11.951s4.947 11.049 11.049 11.049m0 0.902c6.601 0 11.951 -5.351 11.951 -11.951C23.902 5.351 18.552 0 11.951 0 5.351 0 0 5.351 0 11.951c0 6.601 5.351 11.951 11.951 11.951",
|
|
2145
2147
|
fill: "currentColor"
|
|
2146
2148
|
}
|
|
2147
2149
|
),
|
|
2148
2150
|
/* @__PURE__ */ React40.createElement(
|
|
2149
2151
|
"path",
|
|
2150
2152
|
{
|
|
2151
|
-
|
|
2153
|
+
fillRule: "evenodd",
|
|
2154
|
+
clipRule: "evenodd",
|
|
2155
|
+
d: "M13.98 18.282a0.496 0.496 0 0 1 -0.241 0.659c-1.148 0.533 -2.286 0.631 -3.219 0.203 -0.946 -0.434 -1.562 -1.355 -1.764 -2.603l0.98 -0.159c0.164 1.009 0.626 1.597 1.199 1.86 0.587 0.269 1.408 0.253 2.387 -0.201a0.496 0.496 0 0 1 0.659 0.241",
|
|
2152
2156
|
fill: "currentColor"
|
|
2153
2157
|
}
|
|
2154
2158
|
),
|
|
2155
2159
|
/* @__PURE__ */ React40.createElement(
|
|
2156
2160
|
"path",
|
|
2157
2161
|
{
|
|
2158
|
-
|
|
2162
|
+
fillRule: "evenodd",
|
|
2163
|
+
clipRule: "evenodd",
|
|
2164
|
+
d: "M12.628 13.304v-2.029h0.902v2.931H11.049v-0.902z",
|
|
2159
2165
|
fill: "currentColor"
|
|
2160
2166
|
}
|
|
2161
2167
|
),
|
|
2162
2168
|
/* @__PURE__ */ React40.createElement(
|
|
2163
2169
|
"path",
|
|
2164
2170
|
{
|
|
2165
|
-
d: "
|
|
2171
|
+
d: "M18.265 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2166
2172
|
fill: "currentColor"
|
|
2167
2173
|
}
|
|
2168
2174
|
),
|
|
2169
2175
|
/* @__PURE__ */ React40.createElement(
|
|
2176
|
+
"path",
|
|
2177
|
+
{
|
|
2178
|
+
d: "M7.441 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2179
|
+
fill: "currentColor"
|
|
2180
|
+
}
|
|
2181
|
+
)
|
|
2182
|
+
);
|
|
2183
|
+
};
|
|
2184
|
+
FaceAndroid_default = SvgFaceAndroid;
|
|
2185
|
+
}
|
|
2186
|
+
});
|
|
2187
|
+
|
|
2188
|
+
// src/react/FaceIosBold.tsx
|
|
2189
|
+
var FaceIosBold_exports = {};
|
|
2190
|
+
__export(FaceIosBold_exports, {
|
|
2191
|
+
default: () => FaceIosBold_default
|
|
2192
|
+
});
|
|
2193
|
+
import * as React41 from "react";
|
|
2194
|
+
var SvgFaceIosBold, FaceIosBold_default;
|
|
2195
|
+
var init_FaceIosBold = __esm({
|
|
2196
|
+
"src/react/FaceIosBold.tsx"() {
|
|
2197
|
+
"use strict";
|
|
2198
|
+
init_types();
|
|
2199
|
+
SvgFaceIosBold = ({ size = 16, ...props }) => {
|
|
2200
|
+
const sizeValue = resolveSize(size);
|
|
2201
|
+
return /* @__PURE__ */ React41.createElement(
|
|
2202
|
+
"svg",
|
|
2203
|
+
{
|
|
2204
|
+
width: sizeValue,
|
|
2205
|
+
height: sizeValue,
|
|
2206
|
+
viewBox: "0 0 24 24",
|
|
2207
|
+
fill: "none",
|
|
2208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2209
|
+
...props
|
|
2210
|
+
},
|
|
2211
|
+
/* @__PURE__ */ React41.createElement(
|
|
2212
|
+
"path",
|
|
2213
|
+
{
|
|
2214
|
+
d: "M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z",
|
|
2215
|
+
fill: "currentColor"
|
|
2216
|
+
}
|
|
2217
|
+
),
|
|
2218
|
+
/* @__PURE__ */ React41.createElement(
|
|
2219
|
+
"path",
|
|
2220
|
+
{
|
|
2221
|
+
d: "M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z",
|
|
2222
|
+
fill: "currentColor"
|
|
2223
|
+
}
|
|
2224
|
+
),
|
|
2225
|
+
/* @__PURE__ */ React41.createElement(
|
|
2226
|
+
"path",
|
|
2227
|
+
{
|
|
2228
|
+
d: "M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z",
|
|
2229
|
+
fill: "currentColor"
|
|
2230
|
+
}
|
|
2231
|
+
),
|
|
2232
|
+
/* @__PURE__ */ React41.createElement(
|
|
2233
|
+
"path",
|
|
2234
|
+
{
|
|
2235
|
+
d: "M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z",
|
|
2236
|
+
fill: "currentColor"
|
|
2237
|
+
}
|
|
2238
|
+
),
|
|
2239
|
+
/* @__PURE__ */ React41.createElement(
|
|
2170
2240
|
"path",
|
|
2171
2241
|
{
|
|
2172
2242
|
d: "M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z",
|
|
2173
2243
|
fill: "currentColor"
|
|
2174
2244
|
}
|
|
2175
2245
|
),
|
|
2176
|
-
/* @__PURE__ */
|
|
2246
|
+
/* @__PURE__ */ React41.createElement(
|
|
2177
2247
|
"path",
|
|
2178
2248
|
{
|
|
2179
2249
|
d: "M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z",
|
|
2180
2250
|
fill: "currentColor"
|
|
2181
2251
|
}
|
|
2182
2252
|
),
|
|
2183
|
-
/* @__PURE__ */
|
|
2253
|
+
/* @__PURE__ */ React41.createElement(
|
|
2184
2254
|
"path",
|
|
2185
2255
|
{
|
|
2186
2256
|
d: "M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z",
|
|
2187
2257
|
fill: "currentColor"
|
|
2188
2258
|
}
|
|
2189
2259
|
),
|
|
2190
|
-
/* @__PURE__ */
|
|
2260
|
+
/* @__PURE__ */ React41.createElement(
|
|
2191
2261
|
"path",
|
|
2192
2262
|
{
|
|
2193
2263
|
d: "M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z",
|
|
@@ -2196,7 +2266,43 @@ var init_FaceId = __esm({
|
|
|
2196
2266
|
)
|
|
2197
2267
|
);
|
|
2198
2268
|
};
|
|
2199
|
-
|
|
2269
|
+
FaceIosBold_default = SvgFaceIosBold;
|
|
2270
|
+
}
|
|
2271
|
+
});
|
|
2272
|
+
|
|
2273
|
+
// src/react/FaceIosLight.tsx
|
|
2274
|
+
var FaceIosLight_exports = {};
|
|
2275
|
+
__export(FaceIosLight_exports, {
|
|
2276
|
+
default: () => FaceIosLight_default
|
|
2277
|
+
});
|
|
2278
|
+
import * as React42 from "react";
|
|
2279
|
+
var SvgFaceIosLight, FaceIosLight_default;
|
|
2280
|
+
var init_FaceIosLight = __esm({
|
|
2281
|
+
"src/react/FaceIosLight.tsx"() {
|
|
2282
|
+
"use strict";
|
|
2283
|
+
init_types();
|
|
2284
|
+
SvgFaceIosLight = ({ size = 16, ...props }) => {
|
|
2285
|
+
const sizeValue = resolveSize(size);
|
|
2286
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2287
|
+
"svg",
|
|
2288
|
+
{
|
|
2289
|
+
width: sizeValue,
|
|
2290
|
+
height: sizeValue,
|
|
2291
|
+
viewBox: "0 0 24 24",
|
|
2292
|
+
fill: "none",
|
|
2293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
|
+
...props
|
|
2295
|
+
},
|
|
2296
|
+
/* @__PURE__ */ React42.createElement(
|
|
2297
|
+
"path",
|
|
2298
|
+
{
|
|
2299
|
+
d: "M0.609 16.805a0.609 0.609 0 0 1 0.609 0.609v2.695c0 1.473 1.199 2.672 2.672 2.672H6.586a0.609 0.609 0 1 1 0 1.219H3.891C1.745 24 0 22.255 0 20.109V17.414a0.609 0.609 0 0 1 0.609 -0.609m22.781 0A0.609 0.609 0 0 1 24 17.414v2.695c0 2.145 -1.745 3.891 -3.891 3.891H17.414a0.609 0.609 0 1 1 0 -1.219h2.695c1.473 0 2.672 -1.199 2.672 -2.672V17.414a0.609 0.609 0 0 1 0.609 -0.609m-8.044 0.004a0.633 0.633 0 0 1 0.859 0.93A6.18 6.18 0 0 1 12 19.383c-1.564 0 -3.057 -0.584 -4.205 -1.645a0.633 0.633 0 0 1 0.859 -0.93A4.92 4.92 0 0 0 12 18.117a4.92 4.92 0 0 0 3.346 -1.309M12.633 8.414a0.633 0.633 0 0 1 0.633 0.633v4.5c0 0.892 -0.725 1.617 -1.617 1.617h-0.516a0.633 0.633 0 1 1 0 -1.266h0.516A0.352 0.352 0 0 0 12 13.547v-4.5a0.633 0.633 0 0 1 0.633 -0.633m-5.52 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598m9.914 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598M6.586 0a0.609 0.609 0 0 1 0 1.219H3.891c-1.473 0 -2.672 1.199 -2.672 2.672V6.586a0.609 0.609 0 0 1 -1.219 0V3.891C0 1.745 1.745 0 3.891 0zm13.523 0C22.255 0 24 1.745 24 3.891V6.586a0.609 0.609 0 1 1 -1.219 0V3.891c0 -1.473 -1.199 -2.672 -2.672 -2.672H17.414a0.609 0.609 0 0 1 0 -1.219z",
|
|
2300
|
+
fill: "currentColor"
|
|
2301
|
+
}
|
|
2302
|
+
)
|
|
2303
|
+
);
|
|
2304
|
+
};
|
|
2305
|
+
FaceIosLight_default = SvgFaceIosLight;
|
|
2200
2306
|
}
|
|
2201
2307
|
});
|
|
2202
2308
|
|
|
@@ -2205,7 +2311,7 @@ var FileCheck_exports = {};
|
|
|
2205
2311
|
__export(FileCheck_exports, {
|
|
2206
2312
|
default: () => FileCheck_default
|
|
2207
2313
|
});
|
|
2208
|
-
import * as
|
|
2314
|
+
import * as React43 from "react";
|
|
2209
2315
|
var SvgFileCheck, FileCheck_default;
|
|
2210
2316
|
var init_FileCheck = __esm({
|
|
2211
2317
|
"src/react/FileCheck.tsx"() {
|
|
@@ -2213,7 +2319,7 @@ var init_FileCheck = __esm({
|
|
|
2213
2319
|
init_types();
|
|
2214
2320
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
2215
2321
|
const sizeValue = resolveSize(size);
|
|
2216
|
-
return /* @__PURE__ */
|
|
2322
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2217
2323
|
"svg",
|
|
2218
2324
|
{
|
|
2219
2325
|
width: sizeValue,
|
|
@@ -2223,7 +2329,7 @@ var init_FileCheck = __esm({
|
|
|
2223
2329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
2330
|
...props
|
|
2225
2331
|
},
|
|
2226
|
-
/* @__PURE__ */
|
|
2332
|
+
/* @__PURE__ */ React43.createElement(
|
|
2227
2333
|
"path",
|
|
2228
2334
|
{
|
|
2229
2335
|
fillRule: "evenodd",
|
|
@@ -2232,7 +2338,7 @@ var init_FileCheck = __esm({
|
|
|
2232
2338
|
fill: "currentColor"
|
|
2233
2339
|
}
|
|
2234
2340
|
),
|
|
2235
|
-
/* @__PURE__ */
|
|
2341
|
+
/* @__PURE__ */ React43.createElement(
|
|
2236
2342
|
"path",
|
|
2237
2343
|
{
|
|
2238
2344
|
fillRule: "evenodd",
|
|
@@ -2241,7 +2347,7 @@ var init_FileCheck = __esm({
|
|
|
2241
2347
|
fill: "currentColor"
|
|
2242
2348
|
}
|
|
2243
2349
|
),
|
|
2244
|
-
/* @__PURE__ */
|
|
2350
|
+
/* @__PURE__ */ React43.createElement(
|
|
2245
2351
|
"path",
|
|
2246
2352
|
{
|
|
2247
2353
|
fillRule: "evenodd",
|
|
@@ -2261,7 +2367,7 @@ var FileInput_exports = {};
|
|
|
2261
2367
|
__export(FileInput_exports, {
|
|
2262
2368
|
default: () => FileInput_default
|
|
2263
2369
|
});
|
|
2264
|
-
import * as
|
|
2370
|
+
import * as React44 from "react";
|
|
2265
2371
|
var SvgFileInput, FileInput_default;
|
|
2266
2372
|
var init_FileInput = __esm({
|
|
2267
2373
|
"src/react/FileInput.tsx"() {
|
|
@@ -2269,7 +2375,7 @@ var init_FileInput = __esm({
|
|
|
2269
2375
|
init_types();
|
|
2270
2376
|
SvgFileInput = ({ size = 16, ...props }) => {
|
|
2271
2377
|
const sizeValue = resolveSize(size);
|
|
2272
|
-
return /* @__PURE__ */
|
|
2378
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2273
2379
|
"svg",
|
|
2274
2380
|
{
|
|
2275
2381
|
width: sizeValue,
|
|
@@ -2279,7 +2385,7 @@ var init_FileInput = __esm({
|
|
|
2279
2385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2280
2386
|
...props
|
|
2281
2387
|
},
|
|
2282
|
-
/* @__PURE__ */
|
|
2388
|
+
/* @__PURE__ */ React44.createElement(
|
|
2283
2389
|
"path",
|
|
2284
2390
|
{
|
|
2285
2391
|
fillRule: "evenodd",
|
|
@@ -2288,7 +2394,7 @@ var init_FileInput = __esm({
|
|
|
2288
2394
|
fill: "currentColor"
|
|
2289
2395
|
}
|
|
2290
2396
|
),
|
|
2291
|
-
/* @__PURE__ */
|
|
2397
|
+
/* @__PURE__ */ React44.createElement(
|
|
2292
2398
|
"path",
|
|
2293
2399
|
{
|
|
2294
2400
|
fillRule: "evenodd",
|
|
@@ -2297,7 +2403,7 @@ var init_FileInput = __esm({
|
|
|
2297
2403
|
fill: "currentColor"
|
|
2298
2404
|
}
|
|
2299
2405
|
),
|
|
2300
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ React44.createElement(
|
|
2301
2407
|
"path",
|
|
2302
2408
|
{
|
|
2303
2409
|
fillRule: "evenodd",
|
|
@@ -2306,7 +2412,7 @@ var init_FileInput = __esm({
|
|
|
2306
2412
|
fill: "currentColor"
|
|
2307
2413
|
}
|
|
2308
2414
|
),
|
|
2309
|
-
/* @__PURE__ */
|
|
2415
|
+
/* @__PURE__ */ React44.createElement(
|
|
2310
2416
|
"path",
|
|
2311
2417
|
{
|
|
2312
2418
|
fillRule: "evenodd",
|
|
@@ -2326,7 +2432,7 @@ var FileKey_exports = {};
|
|
|
2326
2432
|
__export(FileKey_exports, {
|
|
2327
2433
|
default: () => FileKey_default
|
|
2328
2434
|
});
|
|
2329
|
-
import * as
|
|
2435
|
+
import * as React45 from "react";
|
|
2330
2436
|
var SvgFileKey, FileKey_default;
|
|
2331
2437
|
var init_FileKey = __esm({
|
|
2332
2438
|
"src/react/FileKey.tsx"() {
|
|
@@ -2334,7 +2440,7 @@ var init_FileKey = __esm({
|
|
|
2334
2440
|
init_types();
|
|
2335
2441
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
2336
2442
|
const sizeValue = resolveSize(size);
|
|
2337
|
-
return /* @__PURE__ */
|
|
2443
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2338
2444
|
"svg",
|
|
2339
2445
|
{
|
|
2340
2446
|
width: sizeValue,
|
|
@@ -2344,7 +2450,7 @@ var init_FileKey = __esm({
|
|
|
2344
2450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2345
2451
|
...props
|
|
2346
2452
|
},
|
|
2347
|
-
/* @__PURE__ */
|
|
2453
|
+
/* @__PURE__ */ React45.createElement(
|
|
2348
2454
|
"path",
|
|
2349
2455
|
{
|
|
2350
2456
|
fillRule: "evenodd",
|
|
@@ -2353,7 +2459,7 @@ var init_FileKey = __esm({
|
|
|
2353
2459
|
fill: "currentColor"
|
|
2354
2460
|
}
|
|
2355
2461
|
),
|
|
2356
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ React45.createElement(
|
|
2357
2463
|
"path",
|
|
2358
2464
|
{
|
|
2359
2465
|
fillRule: "evenodd",
|
|
@@ -2362,7 +2468,7 @@ var init_FileKey = __esm({
|
|
|
2362
2468
|
fill: "currentColor"
|
|
2363
2469
|
}
|
|
2364
2470
|
),
|
|
2365
|
-
/* @__PURE__ */
|
|
2471
|
+
/* @__PURE__ */ React45.createElement(
|
|
2366
2472
|
"path",
|
|
2367
2473
|
{
|
|
2368
2474
|
fillRule: "evenodd",
|
|
@@ -2371,7 +2477,7 @@ var init_FileKey = __esm({
|
|
|
2371
2477
|
fill: "currentColor"
|
|
2372
2478
|
}
|
|
2373
2479
|
),
|
|
2374
|
-
/* @__PURE__ */
|
|
2480
|
+
/* @__PURE__ */ React45.createElement(
|
|
2375
2481
|
"path",
|
|
2376
2482
|
{
|
|
2377
2483
|
fillRule: "evenodd",
|
|
@@ -2391,7 +2497,7 @@ var FileLock_exports = {};
|
|
|
2391
2497
|
__export(FileLock_exports, {
|
|
2392
2498
|
default: () => FileLock_default
|
|
2393
2499
|
});
|
|
2394
|
-
import * as
|
|
2500
|
+
import * as React46 from "react";
|
|
2395
2501
|
var SvgFileLock, FileLock_default;
|
|
2396
2502
|
var init_FileLock = __esm({
|
|
2397
2503
|
"src/react/FileLock.tsx"() {
|
|
@@ -2399,7 +2505,7 @@ var init_FileLock = __esm({
|
|
|
2399
2505
|
init_types();
|
|
2400
2506
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
2401
2507
|
const sizeValue = resolveSize(size);
|
|
2402
|
-
return /* @__PURE__ */
|
|
2508
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2403
2509
|
"svg",
|
|
2404
2510
|
{
|
|
2405
2511
|
width: sizeValue,
|
|
@@ -2409,7 +2515,7 @@ var init_FileLock = __esm({
|
|
|
2409
2515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2410
2516
|
...props
|
|
2411
2517
|
},
|
|
2412
|
-
/* @__PURE__ */
|
|
2518
|
+
/* @__PURE__ */ React46.createElement(
|
|
2413
2519
|
"path",
|
|
2414
2520
|
{
|
|
2415
2521
|
fillRule: "evenodd",
|
|
@@ -2418,7 +2524,7 @@ var init_FileLock = __esm({
|
|
|
2418
2524
|
fill: "currentColor"
|
|
2419
2525
|
}
|
|
2420
2526
|
),
|
|
2421
|
-
/* @__PURE__ */
|
|
2527
|
+
/* @__PURE__ */ React46.createElement(
|
|
2422
2528
|
"path",
|
|
2423
2529
|
{
|
|
2424
2530
|
fillRule: "evenodd",
|
|
@@ -2427,7 +2533,7 @@ var init_FileLock = __esm({
|
|
|
2427
2533
|
fill: "currentColor"
|
|
2428
2534
|
}
|
|
2429
2535
|
),
|
|
2430
|
-
/* @__PURE__ */
|
|
2536
|
+
/* @__PURE__ */ React46.createElement(
|
|
2431
2537
|
"path",
|
|
2432
2538
|
{
|
|
2433
2539
|
fillRule: "evenodd",
|
|
@@ -2447,7 +2553,7 @@ var FileSignature_exports = {};
|
|
|
2447
2553
|
__export(FileSignature_exports, {
|
|
2448
2554
|
default: () => FileSignature_default
|
|
2449
2555
|
});
|
|
2450
|
-
import * as
|
|
2556
|
+
import * as React47 from "react";
|
|
2451
2557
|
var SvgFileSignature, FileSignature_default;
|
|
2452
2558
|
var init_FileSignature = __esm({
|
|
2453
2559
|
"src/react/FileSignature.tsx"() {
|
|
@@ -2455,7 +2561,7 @@ var init_FileSignature = __esm({
|
|
|
2455
2561
|
init_types();
|
|
2456
2562
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
2457
2563
|
const sizeValue = resolveSize(size);
|
|
2458
|
-
return /* @__PURE__ */
|
|
2564
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2459
2565
|
"svg",
|
|
2460
2566
|
{
|
|
2461
2567
|
width: sizeValue,
|
|
@@ -2465,7 +2571,7 @@ var init_FileSignature = __esm({
|
|
|
2465
2571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2466
2572
|
...props
|
|
2467
2573
|
},
|
|
2468
|
-
/* @__PURE__ */
|
|
2574
|
+
/* @__PURE__ */ React47.createElement(
|
|
2469
2575
|
"path",
|
|
2470
2576
|
{
|
|
2471
2577
|
fillRule: "evenodd",
|
|
@@ -2474,7 +2580,7 @@ var init_FileSignature = __esm({
|
|
|
2474
2580
|
fill: "currentColor"
|
|
2475
2581
|
}
|
|
2476
2582
|
),
|
|
2477
|
-
/* @__PURE__ */
|
|
2583
|
+
/* @__PURE__ */ React47.createElement(
|
|
2478
2584
|
"path",
|
|
2479
2585
|
{
|
|
2480
2586
|
fillRule: "evenodd",
|
|
@@ -2483,7 +2589,7 @@ var init_FileSignature = __esm({
|
|
|
2483
2589
|
fill: "currentColor"
|
|
2484
2590
|
}
|
|
2485
2591
|
),
|
|
2486
|
-
/* @__PURE__ */
|
|
2592
|
+
/* @__PURE__ */ React47.createElement(
|
|
2487
2593
|
"path",
|
|
2488
2594
|
{
|
|
2489
2595
|
fillRule: "evenodd",
|
|
@@ -2503,7 +2609,7 @@ var FileSpreadsheet_exports = {};
|
|
|
2503
2609
|
__export(FileSpreadsheet_exports, {
|
|
2504
2610
|
default: () => FileSpreadsheet_default
|
|
2505
2611
|
});
|
|
2506
|
-
import * as
|
|
2612
|
+
import * as React48 from "react";
|
|
2507
2613
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
2508
2614
|
var init_FileSpreadsheet = __esm({
|
|
2509
2615
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -2511,7 +2617,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2511
2617
|
init_types();
|
|
2512
2618
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
2513
2619
|
const sizeValue = resolveSize(size);
|
|
2514
|
-
return /* @__PURE__ */
|
|
2620
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2515
2621
|
"svg",
|
|
2516
2622
|
{
|
|
2517
2623
|
width: sizeValue,
|
|
@@ -2521,7 +2627,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2521
2627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2522
2628
|
...props
|
|
2523
2629
|
},
|
|
2524
|
-
/* @__PURE__ */
|
|
2630
|
+
/* @__PURE__ */ React48.createElement(
|
|
2525
2631
|
"path",
|
|
2526
2632
|
{
|
|
2527
2633
|
fillRule: "evenodd",
|
|
@@ -2530,7 +2636,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2530
2636
|
fill: "currentColor"
|
|
2531
2637
|
}
|
|
2532
2638
|
),
|
|
2533
|
-
/* @__PURE__ */
|
|
2639
|
+
/* @__PURE__ */ React48.createElement(
|
|
2534
2640
|
"path",
|
|
2535
2641
|
{
|
|
2536
2642
|
fillRule: "evenodd",
|
|
@@ -2539,7 +2645,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2539
2645
|
fill: "currentColor"
|
|
2540
2646
|
}
|
|
2541
2647
|
),
|
|
2542
|
-
/* @__PURE__ */
|
|
2648
|
+
/* @__PURE__ */ React48.createElement(
|
|
2543
2649
|
"path",
|
|
2544
2650
|
{
|
|
2545
2651
|
fillRule: "evenodd",
|
|
@@ -2548,7 +2654,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2548
2654
|
fill: "currentColor"
|
|
2549
2655
|
}
|
|
2550
2656
|
),
|
|
2551
|
-
/* @__PURE__ */
|
|
2657
|
+
/* @__PURE__ */ React48.createElement(
|
|
2552
2658
|
"path",
|
|
2553
2659
|
{
|
|
2554
2660
|
fillRule: "evenodd",
|
|
@@ -2557,7 +2663,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2557
2663
|
fill: "currentColor"
|
|
2558
2664
|
}
|
|
2559
2665
|
),
|
|
2560
|
-
/* @__PURE__ */
|
|
2666
|
+
/* @__PURE__ */ React48.createElement(
|
|
2561
2667
|
"path",
|
|
2562
2668
|
{
|
|
2563
2669
|
fillRule: "evenodd",
|
|
@@ -2566,7 +2672,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2566
2672
|
fill: "currentColor"
|
|
2567
2673
|
}
|
|
2568
2674
|
),
|
|
2569
|
-
/* @__PURE__ */
|
|
2675
|
+
/* @__PURE__ */ React48.createElement(
|
|
2570
2676
|
"path",
|
|
2571
2677
|
{
|
|
2572
2678
|
fillRule: "evenodd",
|
|
@@ -2586,7 +2692,7 @@ var FileText_exports = {};
|
|
|
2586
2692
|
__export(FileText_exports, {
|
|
2587
2693
|
default: () => FileText_default
|
|
2588
2694
|
});
|
|
2589
|
-
import * as
|
|
2695
|
+
import * as React49 from "react";
|
|
2590
2696
|
var SvgFileText, FileText_default;
|
|
2591
2697
|
var init_FileText = __esm({
|
|
2592
2698
|
"src/react/FileText.tsx"() {
|
|
@@ -2594,7 +2700,7 @@ var init_FileText = __esm({
|
|
|
2594
2700
|
init_types();
|
|
2595
2701
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
2596
2702
|
const sizeValue = resolveSize(size);
|
|
2597
|
-
return /* @__PURE__ */
|
|
2703
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2598
2704
|
"svg",
|
|
2599
2705
|
{
|
|
2600
2706
|
width: sizeValue,
|
|
@@ -2604,7 +2710,7 @@ var init_FileText = __esm({
|
|
|
2604
2710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2605
2711
|
...props
|
|
2606
2712
|
},
|
|
2607
|
-
/* @__PURE__ */
|
|
2713
|
+
/* @__PURE__ */ React49.createElement(
|
|
2608
2714
|
"path",
|
|
2609
2715
|
{
|
|
2610
2716
|
fillRule: "evenodd",
|
|
@@ -2613,7 +2719,7 @@ var init_FileText = __esm({
|
|
|
2613
2719
|
fill: "currentColor"
|
|
2614
2720
|
}
|
|
2615
2721
|
),
|
|
2616
|
-
/* @__PURE__ */
|
|
2722
|
+
/* @__PURE__ */ React49.createElement(
|
|
2617
2723
|
"path",
|
|
2618
2724
|
{
|
|
2619
2725
|
fillRule: "evenodd",
|
|
@@ -2622,7 +2728,7 @@ var init_FileText = __esm({
|
|
|
2622
2728
|
fill: "currentColor"
|
|
2623
2729
|
}
|
|
2624
2730
|
),
|
|
2625
|
-
/* @__PURE__ */
|
|
2731
|
+
/* @__PURE__ */ React49.createElement(
|
|
2626
2732
|
"path",
|
|
2627
2733
|
{
|
|
2628
2734
|
fillRule: "evenodd",
|
|
@@ -2631,7 +2737,7 @@ var init_FileText = __esm({
|
|
|
2631
2737
|
fill: "currentColor"
|
|
2632
2738
|
}
|
|
2633
2739
|
),
|
|
2634
|
-
/* @__PURE__ */
|
|
2740
|
+
/* @__PURE__ */ React49.createElement(
|
|
2635
2741
|
"path",
|
|
2636
2742
|
{
|
|
2637
2743
|
fillRule: "evenodd",
|
|
@@ -2640,7 +2746,7 @@ var init_FileText = __esm({
|
|
|
2640
2746
|
fill: "currentColor"
|
|
2641
2747
|
}
|
|
2642
2748
|
),
|
|
2643
|
-
/* @__PURE__ */
|
|
2749
|
+
/* @__PURE__ */ React49.createElement(
|
|
2644
2750
|
"path",
|
|
2645
2751
|
{
|
|
2646
2752
|
fillRule: "evenodd",
|
|
@@ -2660,7 +2766,7 @@ var Filter_exports = {};
|
|
|
2660
2766
|
__export(Filter_exports, {
|
|
2661
2767
|
default: () => Filter_default
|
|
2662
2768
|
});
|
|
2663
|
-
import * as
|
|
2769
|
+
import * as React50 from "react";
|
|
2664
2770
|
var SvgFilter, Filter_default;
|
|
2665
2771
|
var init_Filter = __esm({
|
|
2666
2772
|
"src/react/Filter.tsx"() {
|
|
@@ -2668,7 +2774,7 @@ var init_Filter = __esm({
|
|
|
2668
2774
|
init_types();
|
|
2669
2775
|
SvgFilter = ({ size = 16, ...props }) => {
|
|
2670
2776
|
const sizeValue = resolveSize(size);
|
|
2671
|
-
return /* @__PURE__ */
|
|
2777
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2672
2778
|
"svg",
|
|
2673
2779
|
{
|
|
2674
2780
|
width: sizeValue,
|
|
@@ -2678,7 +2784,7 @@ var init_Filter = __esm({
|
|
|
2678
2784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2679
2785
|
...props
|
|
2680
2786
|
},
|
|
2681
|
-
/* @__PURE__ */
|
|
2787
|
+
/* @__PURE__ */ React50.createElement(
|
|
2682
2788
|
"path",
|
|
2683
2789
|
{
|
|
2684
2790
|
fillRule: "evenodd",
|
|
@@ -2687,7 +2793,7 @@ var init_Filter = __esm({
|
|
|
2687
2793
|
fill: "currentColor"
|
|
2688
2794
|
}
|
|
2689
2795
|
),
|
|
2690
|
-
/* @__PURE__ */
|
|
2796
|
+
/* @__PURE__ */ React50.createElement(
|
|
2691
2797
|
"path",
|
|
2692
2798
|
{
|
|
2693
2799
|
fillRule: "evenodd",
|
|
@@ -2696,7 +2802,7 @@ var init_Filter = __esm({
|
|
|
2696
2802
|
fill: "currentColor"
|
|
2697
2803
|
}
|
|
2698
2804
|
),
|
|
2699
|
-
/* @__PURE__ */
|
|
2805
|
+
/* @__PURE__ */ React50.createElement(
|
|
2700
2806
|
"path",
|
|
2701
2807
|
{
|
|
2702
2808
|
fillRule: "evenodd",
|
|
@@ -2705,7 +2811,7 @@ var init_Filter = __esm({
|
|
|
2705
2811
|
fill: "currentColor"
|
|
2706
2812
|
}
|
|
2707
2813
|
),
|
|
2708
|
-
/* @__PURE__ */
|
|
2814
|
+
/* @__PURE__ */ React50.createElement(
|
|
2709
2815
|
"path",
|
|
2710
2816
|
{
|
|
2711
2817
|
fillRule: "evenodd",
|
|
@@ -2720,48 +2826,12 @@ var init_Filter = __esm({
|
|
|
2720
2826
|
}
|
|
2721
2827
|
});
|
|
2722
2828
|
|
|
2723
|
-
// src/react/FingerprintAndroid.tsx
|
|
2724
|
-
var FingerprintAndroid_exports = {};
|
|
2725
|
-
__export(FingerprintAndroid_exports, {
|
|
2726
|
-
default: () => FingerprintAndroid_default
|
|
2727
|
-
});
|
|
2728
|
-
import * as React49 from "react";
|
|
2729
|
-
var SvgFingerprintAndroid, FingerprintAndroid_default;
|
|
2730
|
-
var init_FingerprintAndroid = __esm({
|
|
2731
|
-
"src/react/FingerprintAndroid.tsx"() {
|
|
2732
|
-
"use strict";
|
|
2733
|
-
init_types();
|
|
2734
|
-
SvgFingerprintAndroid = ({ size = 16, ...props }) => {
|
|
2735
|
-
const sizeValue = resolveSize(size);
|
|
2736
|
-
return /* @__PURE__ */ React49.createElement(
|
|
2737
|
-
"svg",
|
|
2738
|
-
{
|
|
2739
|
-
width: sizeValue,
|
|
2740
|
-
height: sizeValue,
|
|
2741
|
-
viewBox: "0 0 24 24",
|
|
2742
|
-
fill: "none",
|
|
2743
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2744
|
-
...props
|
|
2745
|
-
},
|
|
2746
|
-
/* @__PURE__ */ React49.createElement(
|
|
2747
|
-
"path",
|
|
2748
|
-
{
|
|
2749
|
-
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",
|
|
2750
|
-
fill: "currentColor"
|
|
2751
|
-
}
|
|
2752
|
-
)
|
|
2753
|
-
);
|
|
2754
|
-
};
|
|
2755
|
-
FingerprintAndroid_default = SvgFingerprintAndroid;
|
|
2756
|
-
}
|
|
2757
|
-
});
|
|
2758
|
-
|
|
2759
2829
|
// src/react/Garden.tsx
|
|
2760
2830
|
var Garden_exports = {};
|
|
2761
2831
|
__export(Garden_exports, {
|
|
2762
2832
|
default: () => Garden_default
|
|
2763
2833
|
});
|
|
2764
|
-
import * as
|
|
2834
|
+
import * as React51 from "react";
|
|
2765
2835
|
var SvgGarden, Garden_default;
|
|
2766
2836
|
var init_Garden = __esm({
|
|
2767
2837
|
"src/react/Garden.tsx"() {
|
|
@@ -2769,7 +2839,7 @@ var init_Garden = __esm({
|
|
|
2769
2839
|
init_types();
|
|
2770
2840
|
SvgGarden = ({ size = 16, ...props }) => {
|
|
2771
2841
|
const sizeValue = resolveSize(size);
|
|
2772
|
-
return /* @__PURE__ */
|
|
2842
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2773
2843
|
"svg",
|
|
2774
2844
|
{
|
|
2775
2845
|
width: sizeValue,
|
|
@@ -2779,7 +2849,7 @@ var init_Garden = __esm({
|
|
|
2779
2849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2780
2850
|
...props
|
|
2781
2851
|
},
|
|
2782
|
-
/* @__PURE__ */
|
|
2852
|
+
/* @__PURE__ */ React51.createElement(
|
|
2783
2853
|
"path",
|
|
2784
2854
|
{
|
|
2785
2855
|
fillRule: "evenodd",
|
|
@@ -2788,7 +2858,7 @@ var init_Garden = __esm({
|
|
|
2788
2858
|
fill: "currentColor"
|
|
2789
2859
|
}
|
|
2790
2860
|
),
|
|
2791
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ React51.createElement(
|
|
2792
2862
|
"path",
|
|
2793
2863
|
{
|
|
2794
2864
|
fillRule: "evenodd",
|
|
@@ -2797,7 +2867,7 @@ var init_Garden = __esm({
|
|
|
2797
2867
|
fill: "currentColor"
|
|
2798
2868
|
}
|
|
2799
2869
|
),
|
|
2800
|
-
/* @__PURE__ */
|
|
2870
|
+
/* @__PURE__ */ React51.createElement(
|
|
2801
2871
|
"path",
|
|
2802
2872
|
{
|
|
2803
2873
|
fillRule: "evenodd",
|
|
@@ -2806,7 +2876,7 @@ var init_Garden = __esm({
|
|
|
2806
2876
|
fill: "currentColor"
|
|
2807
2877
|
}
|
|
2808
2878
|
),
|
|
2809
|
-
/* @__PURE__ */
|
|
2879
|
+
/* @__PURE__ */ React51.createElement(
|
|
2810
2880
|
"path",
|
|
2811
2881
|
{
|
|
2812
2882
|
fillRule: "evenodd",
|
|
@@ -2826,7 +2896,7 @@ var GasHeating_exports = {};
|
|
|
2826
2896
|
__export(GasHeating_exports, {
|
|
2827
2897
|
default: () => GasHeating_default
|
|
2828
2898
|
});
|
|
2829
|
-
import * as
|
|
2899
|
+
import * as React52 from "react";
|
|
2830
2900
|
var SvgGasHeating, GasHeating_default;
|
|
2831
2901
|
var init_GasHeating = __esm({
|
|
2832
2902
|
"src/react/GasHeating.tsx"() {
|
|
@@ -2834,7 +2904,7 @@ var init_GasHeating = __esm({
|
|
|
2834
2904
|
init_types();
|
|
2835
2905
|
SvgGasHeating = ({ size = 16, ...props }) => {
|
|
2836
2906
|
const sizeValue = resolveSize(size);
|
|
2837
|
-
return /* @__PURE__ */
|
|
2907
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2838
2908
|
"svg",
|
|
2839
2909
|
{
|
|
2840
2910
|
width: sizeValue,
|
|
@@ -2844,7 +2914,7 @@ var init_GasHeating = __esm({
|
|
|
2844
2914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2845
2915
|
...props
|
|
2846
2916
|
},
|
|
2847
|
-
/* @__PURE__ */
|
|
2917
|
+
/* @__PURE__ */ React52.createElement(
|
|
2848
2918
|
"path",
|
|
2849
2919
|
{
|
|
2850
2920
|
fillRule: "evenodd",
|
|
@@ -2853,7 +2923,7 @@ var init_GasHeating = __esm({
|
|
|
2853
2923
|
fill: "currentColor"
|
|
2854
2924
|
}
|
|
2855
2925
|
),
|
|
2856
|
-
/* @__PURE__ */
|
|
2926
|
+
/* @__PURE__ */ React52.createElement(
|
|
2857
2927
|
"path",
|
|
2858
2928
|
{
|
|
2859
2929
|
fillRule: "evenodd",
|
|
@@ -2862,7 +2932,7 @@ var init_GasHeating = __esm({
|
|
|
2862
2932
|
fill: "currentColor"
|
|
2863
2933
|
}
|
|
2864
2934
|
),
|
|
2865
|
-
/* @__PURE__ */
|
|
2935
|
+
/* @__PURE__ */ React52.createElement(
|
|
2866
2936
|
"path",
|
|
2867
2937
|
{
|
|
2868
2938
|
fillRule: "evenodd",
|
|
@@ -2871,7 +2941,7 @@ var init_GasHeating = __esm({
|
|
|
2871
2941
|
fill: "currentColor"
|
|
2872
2942
|
}
|
|
2873
2943
|
),
|
|
2874
|
-
/* @__PURE__ */
|
|
2944
|
+
/* @__PURE__ */ React52.createElement(
|
|
2875
2945
|
"path",
|
|
2876
2946
|
{
|
|
2877
2947
|
fillRule: "evenodd",
|
|
@@ -2880,7 +2950,7 @@ var init_GasHeating = __esm({
|
|
|
2880
2950
|
fill: "currentColor"
|
|
2881
2951
|
}
|
|
2882
2952
|
),
|
|
2883
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ React52.createElement(
|
|
2884
2954
|
"path",
|
|
2885
2955
|
{
|
|
2886
2956
|
fillRule: "evenodd",
|
|
@@ -2889,7 +2959,7 @@ var init_GasHeating = __esm({
|
|
|
2889
2959
|
fill: "currentColor"
|
|
2890
2960
|
}
|
|
2891
2961
|
),
|
|
2892
|
-
/* @__PURE__ */
|
|
2962
|
+
/* @__PURE__ */ React52.createElement(
|
|
2893
2963
|
"path",
|
|
2894
2964
|
{
|
|
2895
2965
|
fillRule: "evenodd",
|
|
@@ -2898,7 +2968,7 @@ var init_GasHeating = __esm({
|
|
|
2898
2968
|
fill: "currentColor"
|
|
2899
2969
|
}
|
|
2900
2970
|
),
|
|
2901
|
-
/* @__PURE__ */
|
|
2971
|
+
/* @__PURE__ */ React52.createElement(
|
|
2902
2972
|
"path",
|
|
2903
2973
|
{
|
|
2904
2974
|
fillRule: "evenodd",
|
|
@@ -2918,7 +2988,7 @@ var Heating_exports = {};
|
|
|
2918
2988
|
__export(Heating_exports, {
|
|
2919
2989
|
default: () => Heating_default
|
|
2920
2990
|
});
|
|
2921
|
-
import * as
|
|
2991
|
+
import * as React53 from "react";
|
|
2922
2992
|
var SvgHeating, Heating_default;
|
|
2923
2993
|
var init_Heating = __esm({
|
|
2924
2994
|
"src/react/Heating.tsx"() {
|
|
@@ -2926,7 +2996,7 @@ var init_Heating = __esm({
|
|
|
2926
2996
|
init_types();
|
|
2927
2997
|
SvgHeating = ({ size = 16, ...props }) => {
|
|
2928
2998
|
const sizeValue = resolveSize(size);
|
|
2929
|
-
return /* @__PURE__ */
|
|
2999
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2930
3000
|
"svg",
|
|
2931
3001
|
{
|
|
2932
3002
|
width: sizeValue,
|
|
@@ -2936,7 +3006,7 @@ var init_Heating = __esm({
|
|
|
2936
3006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2937
3007
|
...props
|
|
2938
3008
|
},
|
|
2939
|
-
/* @__PURE__ */
|
|
3009
|
+
/* @__PURE__ */ React53.createElement(
|
|
2940
3010
|
"path",
|
|
2941
3011
|
{
|
|
2942
3012
|
fillRule: "evenodd",
|
|
@@ -2945,7 +3015,7 @@ var init_Heating = __esm({
|
|
|
2945
3015
|
fill: "currentColor"
|
|
2946
3016
|
}
|
|
2947
3017
|
),
|
|
2948
|
-
/* @__PURE__ */
|
|
3018
|
+
/* @__PURE__ */ React53.createElement(
|
|
2949
3019
|
"path",
|
|
2950
3020
|
{
|
|
2951
3021
|
fillRule: "evenodd",
|
|
@@ -2954,7 +3024,7 @@ var init_Heating = __esm({
|
|
|
2954
3024
|
fill: "currentColor"
|
|
2955
3025
|
}
|
|
2956
3026
|
),
|
|
2957
|
-
/* @__PURE__ */
|
|
3027
|
+
/* @__PURE__ */ React53.createElement(
|
|
2958
3028
|
"path",
|
|
2959
3029
|
{
|
|
2960
3030
|
fillRule: "evenodd",
|
|
@@ -2963,7 +3033,7 @@ var init_Heating = __esm({
|
|
|
2963
3033
|
fill: "currentColor"
|
|
2964
3034
|
}
|
|
2965
3035
|
),
|
|
2966
|
-
/* @__PURE__ */
|
|
3036
|
+
/* @__PURE__ */ React53.createElement(
|
|
2967
3037
|
"path",
|
|
2968
3038
|
{
|
|
2969
3039
|
fillRule: "evenodd",
|
|
@@ -2972,7 +3042,7 @@ var init_Heating = __esm({
|
|
|
2972
3042
|
fill: "currentColor"
|
|
2973
3043
|
}
|
|
2974
3044
|
),
|
|
2975
|
-
/* @__PURE__ */
|
|
3045
|
+
/* @__PURE__ */ React53.createElement(
|
|
2976
3046
|
"path",
|
|
2977
3047
|
{
|
|
2978
3048
|
fillRule: "evenodd",
|
|
@@ -2981,7 +3051,7 @@ var init_Heating = __esm({
|
|
|
2981
3051
|
fill: "currentColor"
|
|
2982
3052
|
}
|
|
2983
3053
|
),
|
|
2984
|
-
/* @__PURE__ */
|
|
3054
|
+
/* @__PURE__ */ React53.createElement(
|
|
2985
3055
|
"path",
|
|
2986
3056
|
{
|
|
2987
3057
|
fillRule: "evenodd",
|
|
@@ -3001,7 +3071,7 @@ var HelpCircle_exports = {};
|
|
|
3001
3071
|
__export(HelpCircle_exports, {
|
|
3002
3072
|
default: () => HelpCircle_default
|
|
3003
3073
|
});
|
|
3004
|
-
import * as
|
|
3074
|
+
import * as React54 from "react";
|
|
3005
3075
|
var SvgHelpCircle, HelpCircle_default;
|
|
3006
3076
|
var init_HelpCircle = __esm({
|
|
3007
3077
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -3009,7 +3079,7 @@ var init_HelpCircle = __esm({
|
|
|
3009
3079
|
init_types();
|
|
3010
3080
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
3011
3081
|
const sizeValue = resolveSize(size);
|
|
3012
|
-
return /* @__PURE__ */
|
|
3082
|
+
return /* @__PURE__ */ React54.createElement(
|
|
3013
3083
|
"svg",
|
|
3014
3084
|
{
|
|
3015
3085
|
width: sizeValue,
|
|
@@ -3019,7 +3089,7 @@ var init_HelpCircle = __esm({
|
|
|
3019
3089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
3090
|
...props
|
|
3021
3091
|
},
|
|
3022
|
-
/* @__PURE__ */
|
|
3092
|
+
/* @__PURE__ */ React54.createElement(
|
|
3023
3093
|
"path",
|
|
3024
3094
|
{
|
|
3025
3095
|
fillRule: "evenodd",
|
|
@@ -3028,7 +3098,7 @@ var init_HelpCircle = __esm({
|
|
|
3028
3098
|
fill: "currentColor"
|
|
3029
3099
|
}
|
|
3030
3100
|
),
|
|
3031
|
-
/* @__PURE__ */
|
|
3101
|
+
/* @__PURE__ */ React54.createElement(
|
|
3032
3102
|
"path",
|
|
3033
3103
|
{
|
|
3034
3104
|
fillRule: "evenodd",
|
|
@@ -3037,7 +3107,7 @@ var init_HelpCircle = __esm({
|
|
|
3037
3107
|
fill: "currentColor"
|
|
3038
3108
|
}
|
|
3039
3109
|
),
|
|
3040
|
-
/* @__PURE__ */
|
|
3110
|
+
/* @__PURE__ */ React54.createElement(
|
|
3041
3111
|
"path",
|
|
3042
3112
|
{
|
|
3043
3113
|
fillRule: "evenodd",
|
|
@@ -3057,7 +3127,7 @@ var HomeFilled_exports = {};
|
|
|
3057
3127
|
__export(HomeFilled_exports, {
|
|
3058
3128
|
default: () => HomeFilled_default
|
|
3059
3129
|
});
|
|
3060
|
-
import * as
|
|
3130
|
+
import * as React55 from "react";
|
|
3061
3131
|
var SvgHomeFilled, HomeFilled_default;
|
|
3062
3132
|
var init_HomeFilled = __esm({
|
|
3063
3133
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -3065,7 +3135,7 @@ var init_HomeFilled = __esm({
|
|
|
3065
3135
|
init_types();
|
|
3066
3136
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
3067
3137
|
const sizeValue = resolveSize(size);
|
|
3068
|
-
return /* @__PURE__ */
|
|
3138
|
+
return /* @__PURE__ */ React55.createElement(
|
|
3069
3139
|
"svg",
|
|
3070
3140
|
{
|
|
3071
3141
|
width: sizeValue,
|
|
@@ -3075,7 +3145,7 @@ var init_HomeFilled = __esm({
|
|
|
3075
3145
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3076
3146
|
...props
|
|
3077
3147
|
},
|
|
3078
|
-
/* @__PURE__ */
|
|
3148
|
+
/* @__PURE__ */ React55.createElement(
|
|
3079
3149
|
"path",
|
|
3080
3150
|
{
|
|
3081
3151
|
d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
|
|
@@ -3093,7 +3163,7 @@ var HomeLinear_exports = {};
|
|
|
3093
3163
|
__export(HomeLinear_exports, {
|
|
3094
3164
|
default: () => HomeLinear_default
|
|
3095
3165
|
});
|
|
3096
|
-
import * as
|
|
3166
|
+
import * as React56 from "react";
|
|
3097
3167
|
var SvgHomeLinear, HomeLinear_default;
|
|
3098
3168
|
var init_HomeLinear = __esm({
|
|
3099
3169
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -3101,7 +3171,7 @@ var init_HomeLinear = __esm({
|
|
|
3101
3171
|
init_types();
|
|
3102
3172
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
3103
3173
|
const sizeValue = resolveSize(size);
|
|
3104
|
-
return /* @__PURE__ */
|
|
3174
|
+
return /* @__PURE__ */ React56.createElement(
|
|
3105
3175
|
"svg",
|
|
3106
3176
|
{
|
|
3107
3177
|
width: sizeValue,
|
|
@@ -3111,7 +3181,7 @@ var init_HomeLinear = __esm({
|
|
|
3111
3181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3112
3182
|
...props
|
|
3113
3183
|
},
|
|
3114
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ React56.createElement(
|
|
3115
3185
|
"path",
|
|
3116
3186
|
{
|
|
3117
3187
|
fillRule: "evenodd",
|
|
@@ -3131,7 +3201,7 @@ var IconSlot_exports = {};
|
|
|
3131
3201
|
__export(IconSlot_exports, {
|
|
3132
3202
|
default: () => IconSlot_default
|
|
3133
3203
|
});
|
|
3134
|
-
import * as
|
|
3204
|
+
import * as React57 from "react";
|
|
3135
3205
|
var SvgIconSlot, IconSlot_default;
|
|
3136
3206
|
var init_IconSlot = __esm({
|
|
3137
3207
|
"src/react/IconSlot.tsx"() {
|
|
@@ -3139,7 +3209,7 @@ var init_IconSlot = __esm({
|
|
|
3139
3209
|
init_types();
|
|
3140
3210
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
3141
3211
|
const sizeValue = resolveSize(size);
|
|
3142
|
-
return /* @__PURE__ */
|
|
3212
|
+
return /* @__PURE__ */ React57.createElement(
|
|
3143
3213
|
"svg",
|
|
3144
3214
|
{
|
|
3145
3215
|
width: sizeValue,
|
|
@@ -3149,7 +3219,7 @@ var init_IconSlot = __esm({
|
|
|
3149
3219
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3150
3220
|
...props
|
|
3151
3221
|
},
|
|
3152
|
-
/* @__PURE__ */
|
|
3222
|
+
/* @__PURE__ */ React57.createElement(
|
|
3153
3223
|
"path",
|
|
3154
3224
|
{
|
|
3155
3225
|
d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
@@ -3167,7 +3237,7 @@ var Image_exports = {};
|
|
|
3167
3237
|
__export(Image_exports, {
|
|
3168
3238
|
default: () => Image_default
|
|
3169
3239
|
});
|
|
3170
|
-
import * as
|
|
3240
|
+
import * as React58 from "react";
|
|
3171
3241
|
var SvgImage, Image_default;
|
|
3172
3242
|
var init_Image = __esm({
|
|
3173
3243
|
"src/react/Image.tsx"() {
|
|
@@ -3175,7 +3245,7 @@ var init_Image = __esm({
|
|
|
3175
3245
|
init_types();
|
|
3176
3246
|
SvgImage = ({ size = 16, ...props }) => {
|
|
3177
3247
|
const sizeValue = resolveSize(size);
|
|
3178
|
-
return /* @__PURE__ */
|
|
3248
|
+
return /* @__PURE__ */ React58.createElement(
|
|
3179
3249
|
"svg",
|
|
3180
3250
|
{
|
|
3181
3251
|
width: sizeValue,
|
|
@@ -3185,7 +3255,7 @@ var init_Image = __esm({
|
|
|
3185
3255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3186
3256
|
...props
|
|
3187
3257
|
},
|
|
3188
|
-
/* @__PURE__ */
|
|
3258
|
+
/* @__PURE__ */ React58.createElement(
|
|
3189
3259
|
"path",
|
|
3190
3260
|
{
|
|
3191
3261
|
fillRule: "evenodd",
|
|
@@ -3194,7 +3264,7 @@ var init_Image = __esm({
|
|
|
3194
3264
|
fill: "currentColor"
|
|
3195
3265
|
}
|
|
3196
3266
|
),
|
|
3197
|
-
/* @__PURE__ */
|
|
3267
|
+
/* @__PURE__ */ React58.createElement(
|
|
3198
3268
|
"path",
|
|
3199
3269
|
{
|
|
3200
3270
|
fillRule: "evenodd",
|
|
@@ -3203,7 +3273,7 @@ var init_Image = __esm({
|
|
|
3203
3273
|
fill: "currentColor"
|
|
3204
3274
|
}
|
|
3205
3275
|
),
|
|
3206
|
-
/* @__PURE__ */
|
|
3276
|
+
/* @__PURE__ */ React58.createElement(
|
|
3207
3277
|
"path",
|
|
3208
3278
|
{
|
|
3209
3279
|
fillRule: "evenodd",
|
|
@@ -3223,7 +3293,7 @@ var ImageOff_exports = {};
|
|
|
3223
3293
|
__export(ImageOff_exports, {
|
|
3224
3294
|
default: () => ImageOff_default
|
|
3225
3295
|
});
|
|
3226
|
-
import * as
|
|
3296
|
+
import * as React59 from "react";
|
|
3227
3297
|
var SvgImageOff, ImageOff_default;
|
|
3228
3298
|
var init_ImageOff = __esm({
|
|
3229
3299
|
"src/react/ImageOff.tsx"() {
|
|
@@ -3231,7 +3301,7 @@ var init_ImageOff = __esm({
|
|
|
3231
3301
|
init_types();
|
|
3232
3302
|
SvgImageOff = ({ size = 16, ...props }) => {
|
|
3233
3303
|
const sizeValue = resolveSize(size);
|
|
3234
|
-
return /* @__PURE__ */
|
|
3304
|
+
return /* @__PURE__ */ React59.createElement(
|
|
3235
3305
|
"svg",
|
|
3236
3306
|
{
|
|
3237
3307
|
width: sizeValue,
|
|
@@ -3241,7 +3311,7 @@ var init_ImageOff = __esm({
|
|
|
3241
3311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3242
3312
|
...props
|
|
3243
3313
|
},
|
|
3244
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ React59.createElement(
|
|
3245
3315
|
"path",
|
|
3246
3316
|
{
|
|
3247
3317
|
fillRule: "evenodd",
|
|
@@ -3250,7 +3320,7 @@ var init_ImageOff = __esm({
|
|
|
3250
3320
|
fill: "currentColor"
|
|
3251
3321
|
}
|
|
3252
3322
|
),
|
|
3253
|
-
/* @__PURE__ */
|
|
3323
|
+
/* @__PURE__ */ React59.createElement(
|
|
3254
3324
|
"path",
|
|
3255
3325
|
{
|
|
3256
3326
|
fillRule: "evenodd",
|
|
@@ -3259,7 +3329,7 @@ var init_ImageOff = __esm({
|
|
|
3259
3329
|
fill: "currentColor"
|
|
3260
3330
|
}
|
|
3261
3331
|
),
|
|
3262
|
-
/* @__PURE__ */
|
|
3332
|
+
/* @__PURE__ */ React59.createElement(
|
|
3263
3333
|
"path",
|
|
3264
3334
|
{
|
|
3265
3335
|
fillRule: "evenodd",
|
|
@@ -3268,7 +3338,7 @@ var init_ImageOff = __esm({
|
|
|
3268
3338
|
fill: "currentColor"
|
|
3269
3339
|
}
|
|
3270
3340
|
),
|
|
3271
|
-
/* @__PURE__ */
|
|
3341
|
+
/* @__PURE__ */ React59.createElement(
|
|
3272
3342
|
"path",
|
|
3273
3343
|
{
|
|
3274
3344
|
fillRule: "evenodd",
|
|
@@ -3277,7 +3347,7 @@ var init_ImageOff = __esm({
|
|
|
3277
3347
|
fill: "currentColor"
|
|
3278
3348
|
}
|
|
3279
3349
|
),
|
|
3280
|
-
/* @__PURE__ */
|
|
3350
|
+
/* @__PURE__ */ React59.createElement(
|
|
3281
3351
|
"path",
|
|
3282
3352
|
{
|
|
3283
3353
|
fillRule: "evenodd",
|
|
@@ -3286,7 +3356,7 @@ var init_ImageOff = __esm({
|
|
|
3286
3356
|
fill: "currentColor"
|
|
3287
3357
|
}
|
|
3288
3358
|
),
|
|
3289
|
-
/* @__PURE__ */
|
|
3359
|
+
/* @__PURE__ */ React59.createElement(
|
|
3290
3360
|
"path",
|
|
3291
3361
|
{
|
|
3292
3362
|
fillRule: "evenodd",
|
|
@@ -3306,7 +3376,7 @@ var Info_exports = {};
|
|
|
3306
3376
|
__export(Info_exports, {
|
|
3307
3377
|
default: () => Info_default
|
|
3308
3378
|
});
|
|
3309
|
-
import * as
|
|
3379
|
+
import * as React60 from "react";
|
|
3310
3380
|
var SvgInfo, Info_default;
|
|
3311
3381
|
var init_Info = __esm({
|
|
3312
3382
|
"src/react/Info.tsx"() {
|
|
@@ -3314,7 +3384,7 @@ var init_Info = __esm({
|
|
|
3314
3384
|
init_types();
|
|
3315
3385
|
SvgInfo = ({ size = 16, ...props }) => {
|
|
3316
3386
|
const sizeValue = resolveSize(size);
|
|
3317
|
-
return /* @__PURE__ */
|
|
3387
|
+
return /* @__PURE__ */ React60.createElement(
|
|
3318
3388
|
"svg",
|
|
3319
3389
|
{
|
|
3320
3390
|
width: sizeValue,
|
|
@@ -3324,7 +3394,7 @@ var init_Info = __esm({
|
|
|
3324
3394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3325
3395
|
...props
|
|
3326
3396
|
},
|
|
3327
|
-
/* @__PURE__ */
|
|
3397
|
+
/* @__PURE__ */ React60.createElement(
|
|
3328
3398
|
"path",
|
|
3329
3399
|
{
|
|
3330
3400
|
fillRule: "evenodd",
|
|
@@ -3333,7 +3403,7 @@ var init_Info = __esm({
|
|
|
3333
3403
|
fill: "currentColor"
|
|
3334
3404
|
}
|
|
3335
3405
|
),
|
|
3336
|
-
/* @__PURE__ */
|
|
3406
|
+
/* @__PURE__ */ React60.createElement(
|
|
3337
3407
|
"path",
|
|
3338
3408
|
{
|
|
3339
3409
|
fillRule: "evenodd",
|
|
@@ -3342,7 +3412,7 @@ var init_Info = __esm({
|
|
|
3342
3412
|
fill: "currentColor"
|
|
3343
3413
|
}
|
|
3344
3414
|
),
|
|
3345
|
-
/* @__PURE__ */
|
|
3415
|
+
/* @__PURE__ */ React60.createElement(
|
|
3346
3416
|
"path",
|
|
3347
3417
|
{
|
|
3348
3418
|
fillRule: "evenodd",
|
|
@@ -3362,7 +3432,7 @@ var Keys01_exports = {};
|
|
|
3362
3432
|
__export(Keys01_exports, {
|
|
3363
3433
|
default: () => Keys01_default
|
|
3364
3434
|
});
|
|
3365
|
-
import * as
|
|
3435
|
+
import * as React61 from "react";
|
|
3366
3436
|
var SvgKeys01, Keys01_default;
|
|
3367
3437
|
var init_Keys01 = __esm({
|
|
3368
3438
|
"src/react/Keys01.tsx"() {
|
|
@@ -3370,7 +3440,7 @@ var init_Keys01 = __esm({
|
|
|
3370
3440
|
init_types();
|
|
3371
3441
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
3372
3442
|
const sizeValue = resolveSize(size);
|
|
3373
|
-
return /* @__PURE__ */
|
|
3443
|
+
return /* @__PURE__ */ React61.createElement(
|
|
3374
3444
|
"svg",
|
|
3375
3445
|
{
|
|
3376
3446
|
width: sizeValue,
|
|
@@ -3380,7 +3450,7 @@ var init_Keys01 = __esm({
|
|
|
3380
3450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3381
3451
|
...props
|
|
3382
3452
|
},
|
|
3383
|
-
/* @__PURE__ */
|
|
3453
|
+
/* @__PURE__ */ React61.createElement(
|
|
3384
3454
|
"path",
|
|
3385
3455
|
{
|
|
3386
3456
|
fillRule: "evenodd",
|
|
@@ -3389,7 +3459,7 @@ var init_Keys01 = __esm({
|
|
|
3389
3459
|
fill: "currentColor"
|
|
3390
3460
|
}
|
|
3391
3461
|
),
|
|
3392
|
-
/* @__PURE__ */
|
|
3462
|
+
/* @__PURE__ */ React61.createElement(
|
|
3393
3463
|
"path",
|
|
3394
3464
|
{
|
|
3395
3465
|
fillRule: "evenodd",
|
|
@@ -3398,7 +3468,7 @@ var init_Keys01 = __esm({
|
|
|
3398
3468
|
fill: "currentColor"
|
|
3399
3469
|
}
|
|
3400
3470
|
),
|
|
3401
|
-
/* @__PURE__ */
|
|
3471
|
+
/* @__PURE__ */ React61.createElement(
|
|
3402
3472
|
"path",
|
|
3403
3473
|
{
|
|
3404
3474
|
fillRule: "evenodd",
|
|
@@ -3418,7 +3488,7 @@ var LeadsFilled_exports = {};
|
|
|
3418
3488
|
__export(LeadsFilled_exports, {
|
|
3419
3489
|
default: () => LeadsFilled_default
|
|
3420
3490
|
});
|
|
3421
|
-
import * as
|
|
3491
|
+
import * as React62 from "react";
|
|
3422
3492
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
3423
3493
|
var init_LeadsFilled = __esm({
|
|
3424
3494
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -3426,7 +3496,7 @@ var init_LeadsFilled = __esm({
|
|
|
3426
3496
|
init_types();
|
|
3427
3497
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
3428
3498
|
const sizeValue = resolveSize(size);
|
|
3429
|
-
return /* @__PURE__ */
|
|
3499
|
+
return /* @__PURE__ */ React62.createElement(
|
|
3430
3500
|
"svg",
|
|
3431
3501
|
{
|
|
3432
3502
|
width: sizeValue,
|
|
@@ -3436,7 +3506,7 @@ var init_LeadsFilled = __esm({
|
|
|
3436
3506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3437
3507
|
...props
|
|
3438
3508
|
},
|
|
3439
|
-
/* @__PURE__ */
|
|
3509
|
+
/* @__PURE__ */ React62.createElement(
|
|
3440
3510
|
"path",
|
|
3441
3511
|
{
|
|
3442
3512
|
fillRule: "evenodd",
|
|
@@ -3445,7 +3515,7 @@ var init_LeadsFilled = __esm({
|
|
|
3445
3515
|
fill: "currentColor"
|
|
3446
3516
|
}
|
|
3447
3517
|
),
|
|
3448
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ React62.createElement(
|
|
3449
3519
|
"path",
|
|
3450
3520
|
{
|
|
3451
3521
|
fillRule: "evenodd",
|
|
@@ -3454,7 +3524,7 @@ var init_LeadsFilled = __esm({
|
|
|
3454
3524
|
fill: "currentColor"
|
|
3455
3525
|
}
|
|
3456
3526
|
),
|
|
3457
|
-
/* @__PURE__ */
|
|
3527
|
+
/* @__PURE__ */ React62.createElement(
|
|
3458
3528
|
"path",
|
|
3459
3529
|
{
|
|
3460
3530
|
fillRule: "evenodd",
|
|
@@ -3463,7 +3533,7 @@ var init_LeadsFilled = __esm({
|
|
|
3463
3533
|
fill: "currentColor"
|
|
3464
3534
|
}
|
|
3465
3535
|
),
|
|
3466
|
-
/* @__PURE__ */
|
|
3536
|
+
/* @__PURE__ */ React62.createElement(
|
|
3467
3537
|
"path",
|
|
3468
3538
|
{
|
|
3469
3539
|
fillRule: "evenodd",
|
|
@@ -3483,7 +3553,7 @@ var LeadsLinear_exports = {};
|
|
|
3483
3553
|
__export(LeadsLinear_exports, {
|
|
3484
3554
|
default: () => LeadsLinear_default
|
|
3485
3555
|
});
|
|
3486
|
-
import * as
|
|
3556
|
+
import * as React63 from "react";
|
|
3487
3557
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
3488
3558
|
var init_LeadsLinear = __esm({
|
|
3489
3559
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -3491,7 +3561,7 @@ var init_LeadsLinear = __esm({
|
|
|
3491
3561
|
init_types();
|
|
3492
3562
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
3493
3563
|
const sizeValue = resolveSize(size);
|
|
3494
|
-
return /* @__PURE__ */
|
|
3564
|
+
return /* @__PURE__ */ React63.createElement(
|
|
3495
3565
|
"svg",
|
|
3496
3566
|
{
|
|
3497
3567
|
width: sizeValue,
|
|
@@ -3501,7 +3571,7 @@ var init_LeadsLinear = __esm({
|
|
|
3501
3571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3502
3572
|
...props
|
|
3503
3573
|
},
|
|
3504
|
-
/* @__PURE__ */
|
|
3574
|
+
/* @__PURE__ */ React63.createElement(
|
|
3505
3575
|
"path",
|
|
3506
3576
|
{
|
|
3507
3577
|
fillRule: "evenodd",
|
|
@@ -3510,7 +3580,7 @@ var init_LeadsLinear = __esm({
|
|
|
3510
3580
|
fill: "currentColor"
|
|
3511
3581
|
}
|
|
3512
3582
|
),
|
|
3513
|
-
/* @__PURE__ */
|
|
3583
|
+
/* @__PURE__ */ React63.createElement(
|
|
3514
3584
|
"path",
|
|
3515
3585
|
{
|
|
3516
3586
|
fillRule: "evenodd",
|
|
@@ -3519,7 +3589,7 @@ var init_LeadsLinear = __esm({
|
|
|
3519
3589
|
fill: "currentColor"
|
|
3520
3590
|
}
|
|
3521
3591
|
),
|
|
3522
|
-
/* @__PURE__ */
|
|
3592
|
+
/* @__PURE__ */ React63.createElement(
|
|
3523
3593
|
"path",
|
|
3524
3594
|
{
|
|
3525
3595
|
fillRule: "evenodd",
|
|
@@ -3528,7 +3598,7 @@ var init_LeadsLinear = __esm({
|
|
|
3528
3598
|
fill: "currentColor"
|
|
3529
3599
|
}
|
|
3530
3600
|
),
|
|
3531
|
-
/* @__PURE__ */
|
|
3601
|
+
/* @__PURE__ */ React63.createElement(
|
|
3532
3602
|
"path",
|
|
3533
3603
|
{
|
|
3534
3604
|
fillRule: "evenodd",
|
|
@@ -3548,7 +3618,7 @@ var Lift_exports = {};
|
|
|
3548
3618
|
__export(Lift_exports, {
|
|
3549
3619
|
default: () => Lift_default
|
|
3550
3620
|
});
|
|
3551
|
-
import * as
|
|
3621
|
+
import * as React64 from "react";
|
|
3552
3622
|
var SvgLift, Lift_default;
|
|
3553
3623
|
var init_Lift = __esm({
|
|
3554
3624
|
"src/react/Lift.tsx"() {
|
|
@@ -3556,7 +3626,7 @@ var init_Lift = __esm({
|
|
|
3556
3626
|
init_types();
|
|
3557
3627
|
SvgLift = ({ size = 16, ...props }) => {
|
|
3558
3628
|
const sizeValue = resolveSize(size);
|
|
3559
|
-
return /* @__PURE__ */
|
|
3629
|
+
return /* @__PURE__ */ React64.createElement(
|
|
3560
3630
|
"svg",
|
|
3561
3631
|
{
|
|
3562
3632
|
width: sizeValue,
|
|
@@ -3566,7 +3636,7 @@ var init_Lift = __esm({
|
|
|
3566
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3567
3637
|
...props
|
|
3568
3638
|
},
|
|
3569
|
-
/* @__PURE__ */
|
|
3639
|
+
/* @__PURE__ */ React64.createElement(
|
|
3570
3640
|
"path",
|
|
3571
3641
|
{
|
|
3572
3642
|
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",
|
|
@@ -3584,7 +3654,7 @@ var Lock_exports = {};
|
|
|
3584
3654
|
__export(Lock_exports, {
|
|
3585
3655
|
default: () => Lock_default
|
|
3586
3656
|
});
|
|
3587
|
-
import * as
|
|
3657
|
+
import * as React65 from "react";
|
|
3588
3658
|
var SvgLock, Lock_default;
|
|
3589
3659
|
var init_Lock = __esm({
|
|
3590
3660
|
"src/react/Lock.tsx"() {
|
|
@@ -3592,7 +3662,7 @@ var init_Lock = __esm({
|
|
|
3592
3662
|
init_types();
|
|
3593
3663
|
SvgLock = ({ size = 16, ...props }) => {
|
|
3594
3664
|
const sizeValue = resolveSize(size);
|
|
3595
|
-
return /* @__PURE__ */
|
|
3665
|
+
return /* @__PURE__ */ React65.createElement(
|
|
3596
3666
|
"svg",
|
|
3597
3667
|
{
|
|
3598
3668
|
width: sizeValue,
|
|
@@ -3602,7 +3672,7 @@ var init_Lock = __esm({
|
|
|
3602
3672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3603
3673
|
...props
|
|
3604
3674
|
},
|
|
3605
|
-
/* @__PURE__ */
|
|
3675
|
+
/* @__PURE__ */ React65.createElement(
|
|
3606
3676
|
"path",
|
|
3607
3677
|
{
|
|
3608
3678
|
fillRule: "evenodd",
|
|
@@ -3611,7 +3681,7 @@ var init_Lock = __esm({
|
|
|
3611
3681
|
fill: "currentColor"
|
|
3612
3682
|
}
|
|
3613
3683
|
),
|
|
3614
|
-
/* @__PURE__ */
|
|
3684
|
+
/* @__PURE__ */ React65.createElement(
|
|
3615
3685
|
"path",
|
|
3616
3686
|
{
|
|
3617
3687
|
fillRule: "evenodd",
|
|
@@ -3631,7 +3701,7 @@ var Logout_exports = {};
|
|
|
3631
3701
|
__export(Logout_exports, {
|
|
3632
3702
|
default: () => Logout_default
|
|
3633
3703
|
});
|
|
3634
|
-
import * as
|
|
3704
|
+
import * as React66 from "react";
|
|
3635
3705
|
var SvgLogout, Logout_default;
|
|
3636
3706
|
var init_Logout = __esm({
|
|
3637
3707
|
"src/react/Logout.tsx"() {
|
|
@@ -3639,7 +3709,7 @@ var init_Logout = __esm({
|
|
|
3639
3709
|
init_types();
|
|
3640
3710
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
3641
3711
|
const sizeValue = resolveSize(size);
|
|
3642
|
-
return /* @__PURE__ */
|
|
3712
|
+
return /* @__PURE__ */ React66.createElement(
|
|
3643
3713
|
"svg",
|
|
3644
3714
|
{
|
|
3645
3715
|
width: sizeValue,
|
|
@@ -3649,7 +3719,7 @@ var init_Logout = __esm({
|
|
|
3649
3719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3650
3720
|
...props
|
|
3651
3721
|
},
|
|
3652
|
-
/* @__PURE__ */
|
|
3722
|
+
/* @__PURE__ */ React66.createElement(
|
|
3653
3723
|
"path",
|
|
3654
3724
|
{
|
|
3655
3725
|
fillRule: "evenodd",
|
|
@@ -3658,7 +3728,7 @@ var init_Logout = __esm({
|
|
|
3658
3728
|
fill: "currentColor"
|
|
3659
3729
|
}
|
|
3660
3730
|
),
|
|
3661
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ React66.createElement(
|
|
3662
3732
|
"path",
|
|
3663
3733
|
{
|
|
3664
3734
|
fillRule: "evenodd",
|
|
@@ -3667,7 +3737,7 @@ var init_Logout = __esm({
|
|
|
3667
3737
|
fill: "currentColor"
|
|
3668
3738
|
}
|
|
3669
3739
|
),
|
|
3670
|
-
/* @__PURE__ */
|
|
3740
|
+
/* @__PURE__ */ React66.createElement(
|
|
3671
3741
|
"path",
|
|
3672
3742
|
{
|
|
3673
3743
|
fillRule: "evenodd",
|
|
@@ -3687,7 +3757,7 @@ var MagicWand_exports = {};
|
|
|
3687
3757
|
__export(MagicWand_exports, {
|
|
3688
3758
|
default: () => MagicWand_default
|
|
3689
3759
|
});
|
|
3690
|
-
import * as
|
|
3760
|
+
import * as React67 from "react";
|
|
3691
3761
|
var SvgMagicWand, MagicWand_default;
|
|
3692
3762
|
var init_MagicWand = __esm({
|
|
3693
3763
|
"src/react/MagicWand.tsx"() {
|
|
@@ -3695,7 +3765,7 @@ var init_MagicWand = __esm({
|
|
|
3695
3765
|
init_types();
|
|
3696
3766
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
3697
3767
|
const sizeValue = resolveSize(size);
|
|
3698
|
-
return /* @__PURE__ */
|
|
3768
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3699
3769
|
"svg",
|
|
3700
3770
|
{
|
|
3701
3771
|
width: sizeValue,
|
|
@@ -3705,7 +3775,7 @@ var init_MagicWand = __esm({
|
|
|
3705
3775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3706
3776
|
...props
|
|
3707
3777
|
},
|
|
3708
|
-
/* @__PURE__ */
|
|
3778
|
+
/* @__PURE__ */ React67.createElement(
|
|
3709
3779
|
"path",
|
|
3710
3780
|
{
|
|
3711
3781
|
fillRule: "evenodd",
|
|
@@ -3714,7 +3784,7 @@ var init_MagicWand = __esm({
|
|
|
3714
3784
|
fill: "currentColor"
|
|
3715
3785
|
}
|
|
3716
3786
|
),
|
|
3717
|
-
/* @__PURE__ */
|
|
3787
|
+
/* @__PURE__ */ React67.createElement(
|
|
3718
3788
|
"path",
|
|
3719
3789
|
{
|
|
3720
3790
|
fillRule: "evenodd",
|
|
@@ -3723,7 +3793,7 @@ var init_MagicWand = __esm({
|
|
|
3723
3793
|
fill: "currentColor"
|
|
3724
3794
|
}
|
|
3725
3795
|
),
|
|
3726
|
-
/* @__PURE__ */
|
|
3796
|
+
/* @__PURE__ */ React67.createElement(
|
|
3727
3797
|
"path",
|
|
3728
3798
|
{
|
|
3729
3799
|
fillRule: "evenodd",
|
|
@@ -3732,7 +3802,7 @@ var init_MagicWand = __esm({
|
|
|
3732
3802
|
fill: "currentColor"
|
|
3733
3803
|
}
|
|
3734
3804
|
),
|
|
3735
|
-
/* @__PURE__ */
|
|
3805
|
+
/* @__PURE__ */ React67.createElement(
|
|
3736
3806
|
"path",
|
|
3737
3807
|
{
|
|
3738
3808
|
fillRule: "evenodd",
|
|
@@ -3741,7 +3811,7 @@ var init_MagicWand = __esm({
|
|
|
3741
3811
|
fill: "currentColor"
|
|
3742
3812
|
}
|
|
3743
3813
|
),
|
|
3744
|
-
/* @__PURE__ */
|
|
3814
|
+
/* @__PURE__ */ React67.createElement(
|
|
3745
3815
|
"path",
|
|
3746
3816
|
{
|
|
3747
3817
|
fillRule: "evenodd",
|
|
@@ -3750,7 +3820,7 @@ var init_MagicWand = __esm({
|
|
|
3750
3820
|
fill: "currentColor"
|
|
3751
3821
|
}
|
|
3752
3822
|
),
|
|
3753
|
-
/* @__PURE__ */
|
|
3823
|
+
/* @__PURE__ */ React67.createElement(
|
|
3754
3824
|
"path",
|
|
3755
3825
|
{
|
|
3756
3826
|
fillRule: "evenodd",
|
|
@@ -3759,7 +3829,7 @@ var init_MagicWand = __esm({
|
|
|
3759
3829
|
fill: "currentColor"
|
|
3760
3830
|
}
|
|
3761
3831
|
),
|
|
3762
|
-
/* @__PURE__ */
|
|
3832
|
+
/* @__PURE__ */ React67.createElement(
|
|
3763
3833
|
"path",
|
|
3764
3834
|
{
|
|
3765
3835
|
fillRule: "evenodd",
|
|
@@ -3768,7 +3838,7 @@ var init_MagicWand = __esm({
|
|
|
3768
3838
|
fill: "currentColor"
|
|
3769
3839
|
}
|
|
3770
3840
|
),
|
|
3771
|
-
/* @__PURE__ */
|
|
3841
|
+
/* @__PURE__ */ React67.createElement(
|
|
3772
3842
|
"path",
|
|
3773
3843
|
{
|
|
3774
3844
|
fillRule: "evenodd",
|
|
@@ -3788,7 +3858,7 @@ var Mail_exports = {};
|
|
|
3788
3858
|
__export(Mail_exports, {
|
|
3789
3859
|
default: () => Mail_default
|
|
3790
3860
|
});
|
|
3791
|
-
import * as
|
|
3861
|
+
import * as React68 from "react";
|
|
3792
3862
|
var SvgMail, Mail_default;
|
|
3793
3863
|
var init_Mail = __esm({
|
|
3794
3864
|
"src/react/Mail.tsx"() {
|
|
@@ -3796,7 +3866,7 @@ var init_Mail = __esm({
|
|
|
3796
3866
|
init_types();
|
|
3797
3867
|
SvgMail = ({ size = 16, ...props }) => {
|
|
3798
3868
|
const sizeValue = resolveSize(size);
|
|
3799
|
-
return /* @__PURE__ */
|
|
3869
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3800
3870
|
"svg",
|
|
3801
3871
|
{
|
|
3802
3872
|
width: sizeValue,
|
|
@@ -3806,7 +3876,7 @@ var init_Mail = __esm({
|
|
|
3806
3876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3807
3877
|
...props
|
|
3808
3878
|
},
|
|
3809
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ React68.createElement(
|
|
3810
3880
|
"path",
|
|
3811
3881
|
{
|
|
3812
3882
|
fillRule: "evenodd",
|
|
@@ -3815,7 +3885,7 @@ var init_Mail = __esm({
|
|
|
3815
3885
|
fill: "currentColor"
|
|
3816
3886
|
}
|
|
3817
3887
|
),
|
|
3818
|
-
/* @__PURE__ */
|
|
3888
|
+
/* @__PURE__ */ React68.createElement(
|
|
3819
3889
|
"path",
|
|
3820
3890
|
{
|
|
3821
3891
|
fillRule: "evenodd",
|
|
@@ -3835,7 +3905,7 @@ var MapPin_exports = {};
|
|
|
3835
3905
|
__export(MapPin_exports, {
|
|
3836
3906
|
default: () => MapPin_default
|
|
3837
3907
|
});
|
|
3838
|
-
import * as
|
|
3908
|
+
import * as React69 from "react";
|
|
3839
3909
|
var SvgMapPin, MapPin_default;
|
|
3840
3910
|
var init_MapPin = __esm({
|
|
3841
3911
|
"src/react/MapPin.tsx"() {
|
|
@@ -3843,7 +3913,7 @@ var init_MapPin = __esm({
|
|
|
3843
3913
|
init_types();
|
|
3844
3914
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
3845
3915
|
const sizeValue = resolveSize(size);
|
|
3846
|
-
return /* @__PURE__ */
|
|
3916
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3847
3917
|
"svg",
|
|
3848
3918
|
{
|
|
3849
3919
|
width: sizeValue,
|
|
@@ -3853,7 +3923,7 @@ var init_MapPin = __esm({
|
|
|
3853
3923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3854
3924
|
...props
|
|
3855
3925
|
},
|
|
3856
|
-
/* @__PURE__ */
|
|
3926
|
+
/* @__PURE__ */ React69.createElement(
|
|
3857
3927
|
"path",
|
|
3858
3928
|
{
|
|
3859
3929
|
fillRule: "evenodd",
|
|
@@ -3862,7 +3932,7 @@ var init_MapPin = __esm({
|
|
|
3862
3932
|
fill: "currentColor"
|
|
3863
3933
|
}
|
|
3864
3934
|
),
|
|
3865
|
-
/* @__PURE__ */
|
|
3935
|
+
/* @__PURE__ */ React69.createElement(
|
|
3866
3936
|
"path",
|
|
3867
3937
|
{
|
|
3868
3938
|
fillRule: "evenodd",
|
|
@@ -3882,7 +3952,7 @@ var MoreHorizontal_exports = {};
|
|
|
3882
3952
|
__export(MoreHorizontal_exports, {
|
|
3883
3953
|
default: () => MoreHorizontal_default
|
|
3884
3954
|
});
|
|
3885
|
-
import * as
|
|
3955
|
+
import * as React70 from "react";
|
|
3886
3956
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
3887
3957
|
var init_MoreHorizontal = __esm({
|
|
3888
3958
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -3890,7 +3960,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3890
3960
|
init_types();
|
|
3891
3961
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
3892
3962
|
const sizeValue = resolveSize(size);
|
|
3893
|
-
return /* @__PURE__ */
|
|
3963
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3894
3964
|
"svg",
|
|
3895
3965
|
{
|
|
3896
3966
|
width: sizeValue,
|
|
@@ -3900,7 +3970,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3900
3970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3901
3971
|
...props
|
|
3902
3972
|
},
|
|
3903
|
-
/* @__PURE__ */
|
|
3973
|
+
/* @__PURE__ */ React70.createElement(
|
|
3904
3974
|
"path",
|
|
3905
3975
|
{
|
|
3906
3976
|
fillRule: "evenodd",
|
|
@@ -3909,7 +3979,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3909
3979
|
fill: "currentColor"
|
|
3910
3980
|
}
|
|
3911
3981
|
),
|
|
3912
|
-
/* @__PURE__ */
|
|
3982
|
+
/* @__PURE__ */ React70.createElement(
|
|
3913
3983
|
"path",
|
|
3914
3984
|
{
|
|
3915
3985
|
fillRule: "evenodd",
|
|
@@ -3918,7 +3988,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3918
3988
|
fill: "currentColor"
|
|
3919
3989
|
}
|
|
3920
3990
|
),
|
|
3921
|
-
/* @__PURE__ */
|
|
3991
|
+
/* @__PURE__ */ React70.createElement(
|
|
3922
3992
|
"path",
|
|
3923
3993
|
{
|
|
3924
3994
|
fillRule: "evenodd",
|
|
@@ -3938,7 +4008,7 @@ var Mortgage_exports = {};
|
|
|
3938
4008
|
__export(Mortgage_exports, {
|
|
3939
4009
|
default: () => Mortgage_default
|
|
3940
4010
|
});
|
|
3941
|
-
import * as
|
|
4011
|
+
import * as React71 from "react";
|
|
3942
4012
|
var SvgMortgage, Mortgage_default;
|
|
3943
4013
|
var init_Mortgage = __esm({
|
|
3944
4014
|
"src/react/Mortgage.tsx"() {
|
|
@@ -3946,7 +4016,7 @@ var init_Mortgage = __esm({
|
|
|
3946
4016
|
init_types();
|
|
3947
4017
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
3948
4018
|
const sizeValue = resolveSize(size);
|
|
3949
|
-
return /* @__PURE__ */
|
|
4019
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3950
4020
|
"svg",
|
|
3951
4021
|
{
|
|
3952
4022
|
width: sizeValue,
|
|
@@ -3956,7 +4026,7 @@ var init_Mortgage = __esm({
|
|
|
3956
4026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3957
4027
|
...props
|
|
3958
4028
|
},
|
|
3959
|
-
/* @__PURE__ */
|
|
4029
|
+
/* @__PURE__ */ React71.createElement(
|
|
3960
4030
|
"path",
|
|
3961
4031
|
{
|
|
3962
4032
|
fillRule: "evenodd",
|
|
@@ -3965,7 +4035,7 @@ var init_Mortgage = __esm({
|
|
|
3965
4035
|
fill: "currentColor"
|
|
3966
4036
|
}
|
|
3967
4037
|
),
|
|
3968
|
-
/* @__PURE__ */
|
|
4038
|
+
/* @__PURE__ */ React71.createElement(
|
|
3969
4039
|
"path",
|
|
3970
4040
|
{
|
|
3971
4041
|
fillRule: "evenodd",
|
|
@@ -3974,7 +4044,7 @@ var init_Mortgage = __esm({
|
|
|
3974
4044
|
fill: "currentColor"
|
|
3975
4045
|
}
|
|
3976
4046
|
),
|
|
3977
|
-
/* @__PURE__ */
|
|
4047
|
+
/* @__PURE__ */ React71.createElement(
|
|
3978
4048
|
"path",
|
|
3979
4049
|
{
|
|
3980
4050
|
fillRule: "evenodd",
|
|
@@ -3983,7 +4053,7 @@ var init_Mortgage = __esm({
|
|
|
3983
4053
|
fill: "currentColor"
|
|
3984
4054
|
}
|
|
3985
4055
|
),
|
|
3986
|
-
/* @__PURE__ */
|
|
4056
|
+
/* @__PURE__ */ React71.createElement(
|
|
3987
4057
|
"path",
|
|
3988
4058
|
{
|
|
3989
4059
|
fillRule: "evenodd",
|
|
@@ -3992,7 +4062,7 @@ var init_Mortgage = __esm({
|
|
|
3992
4062
|
fill: "currentColor"
|
|
3993
4063
|
}
|
|
3994
4064
|
),
|
|
3995
|
-
/* @__PURE__ */
|
|
4065
|
+
/* @__PURE__ */ React71.createElement(
|
|
3996
4066
|
"path",
|
|
3997
4067
|
{
|
|
3998
4068
|
fillRule: "evenodd",
|
|
@@ -4001,7 +4071,7 @@ var init_Mortgage = __esm({
|
|
|
4001
4071
|
fill: "currentColor"
|
|
4002
4072
|
}
|
|
4003
4073
|
),
|
|
4004
|
-
/* @__PURE__ */
|
|
4074
|
+
/* @__PURE__ */ React71.createElement(
|
|
4005
4075
|
"path",
|
|
4006
4076
|
{
|
|
4007
4077
|
fillRule: "evenodd",
|
|
@@ -4010,7 +4080,7 @@ var init_Mortgage = __esm({
|
|
|
4010
4080
|
fill: "currentColor"
|
|
4011
4081
|
}
|
|
4012
4082
|
),
|
|
4013
|
-
/* @__PURE__ */
|
|
4083
|
+
/* @__PURE__ */ React71.createElement(
|
|
4014
4084
|
"path",
|
|
4015
4085
|
{
|
|
4016
4086
|
fillRule: "evenodd",
|
|
@@ -4030,7 +4100,7 @@ var Note_exports = {};
|
|
|
4030
4100
|
__export(Note_exports, {
|
|
4031
4101
|
default: () => Note_default
|
|
4032
4102
|
});
|
|
4033
|
-
import * as
|
|
4103
|
+
import * as React72 from "react";
|
|
4034
4104
|
var SvgNote, Note_default;
|
|
4035
4105
|
var init_Note = __esm({
|
|
4036
4106
|
"src/react/Note.tsx"() {
|
|
@@ -4038,7 +4108,7 @@ var init_Note = __esm({
|
|
|
4038
4108
|
init_types();
|
|
4039
4109
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4040
4110
|
const sizeValue = resolveSize(size);
|
|
4041
|
-
return /* @__PURE__ */
|
|
4111
|
+
return /* @__PURE__ */ React72.createElement(
|
|
4042
4112
|
"svg",
|
|
4043
4113
|
{
|
|
4044
4114
|
width: sizeValue,
|
|
@@ -4048,7 +4118,7 @@ var init_Note = __esm({
|
|
|
4048
4118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4049
4119
|
...props
|
|
4050
4120
|
},
|
|
4051
|
-
/* @__PURE__ */
|
|
4121
|
+
/* @__PURE__ */ React72.createElement(
|
|
4052
4122
|
"path",
|
|
4053
4123
|
{
|
|
4054
4124
|
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",
|
|
@@ -4066,7 +4136,7 @@ var Notes_exports = {};
|
|
|
4066
4136
|
__export(Notes_exports, {
|
|
4067
4137
|
default: () => Notes_default
|
|
4068
4138
|
});
|
|
4069
|
-
import * as
|
|
4139
|
+
import * as React73 from "react";
|
|
4070
4140
|
var SvgNotes, Notes_default;
|
|
4071
4141
|
var init_Notes = __esm({
|
|
4072
4142
|
"src/react/Notes.tsx"() {
|
|
@@ -4074,7 +4144,7 @@ var init_Notes = __esm({
|
|
|
4074
4144
|
init_types();
|
|
4075
4145
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4076
4146
|
const sizeValue = resolveSize(size);
|
|
4077
|
-
return /* @__PURE__ */
|
|
4147
|
+
return /* @__PURE__ */ React73.createElement(
|
|
4078
4148
|
"svg",
|
|
4079
4149
|
{
|
|
4080
4150
|
width: sizeValue,
|
|
@@ -4084,21 +4154,21 @@ var init_Notes = __esm({
|
|
|
4084
4154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4085
4155
|
...props
|
|
4086
4156
|
},
|
|
4087
|
-
/* @__PURE__ */
|
|
4157
|
+
/* @__PURE__ */ React73.createElement(
|
|
4088
4158
|
"path",
|
|
4089
4159
|
{
|
|
4090
4160
|
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",
|
|
4091
4161
|
fill: "currentColor"
|
|
4092
4162
|
}
|
|
4093
4163
|
),
|
|
4094
|
-
/* @__PURE__ */
|
|
4164
|
+
/* @__PURE__ */ React73.createElement(
|
|
4095
4165
|
"path",
|
|
4096
4166
|
{
|
|
4097
4167
|
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",
|
|
4098
4168
|
fill: "currentColor"
|
|
4099
4169
|
}
|
|
4100
4170
|
),
|
|
4101
|
-
/* @__PURE__ */
|
|
4171
|
+
/* @__PURE__ */ React73.createElement(
|
|
4102
4172
|
"path",
|
|
4103
4173
|
{
|
|
4104
4174
|
fillRule: "evenodd",
|
|
@@ -4118,7 +4188,7 @@ var Outside_exports = {};
|
|
|
4118
4188
|
__export(Outside_exports, {
|
|
4119
4189
|
default: () => Outside_default
|
|
4120
4190
|
});
|
|
4121
|
-
import * as
|
|
4191
|
+
import * as React74 from "react";
|
|
4122
4192
|
var SvgOutside, Outside_default;
|
|
4123
4193
|
var init_Outside = __esm({
|
|
4124
4194
|
"src/react/Outside.tsx"() {
|
|
@@ -4126,7 +4196,7 @@ var init_Outside = __esm({
|
|
|
4126
4196
|
init_types();
|
|
4127
4197
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4128
4198
|
const sizeValue = resolveSize(size);
|
|
4129
|
-
return /* @__PURE__ */
|
|
4199
|
+
return /* @__PURE__ */ React74.createElement(
|
|
4130
4200
|
"svg",
|
|
4131
4201
|
{
|
|
4132
4202
|
width: sizeValue,
|
|
@@ -4136,7 +4206,7 @@ var init_Outside = __esm({
|
|
|
4136
4206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4137
4207
|
...props
|
|
4138
4208
|
},
|
|
4139
|
-
/* @__PURE__ */
|
|
4209
|
+
/* @__PURE__ */ React74.createElement(
|
|
4140
4210
|
"path",
|
|
4141
4211
|
{
|
|
4142
4212
|
fillRule: "evenodd",
|
|
@@ -4145,7 +4215,7 @@ var init_Outside = __esm({
|
|
|
4145
4215
|
fill: "currentColor"
|
|
4146
4216
|
}
|
|
4147
4217
|
),
|
|
4148
|
-
/* @__PURE__ */
|
|
4218
|
+
/* @__PURE__ */ React74.createElement(
|
|
4149
4219
|
"path",
|
|
4150
4220
|
{
|
|
4151
4221
|
fillRule: "evenodd",
|
|
@@ -4154,7 +4224,7 @@ var init_Outside = __esm({
|
|
|
4154
4224
|
fill: "currentColor"
|
|
4155
4225
|
}
|
|
4156
4226
|
),
|
|
4157
|
-
/* @__PURE__ */
|
|
4227
|
+
/* @__PURE__ */ React74.createElement(
|
|
4158
4228
|
"path",
|
|
4159
4229
|
{
|
|
4160
4230
|
fillRule: "evenodd",
|
|
@@ -4163,7 +4233,7 @@ var init_Outside = __esm({
|
|
|
4163
4233
|
fill: "currentColor"
|
|
4164
4234
|
}
|
|
4165
4235
|
),
|
|
4166
|
-
/* @__PURE__ */
|
|
4236
|
+
/* @__PURE__ */ React74.createElement(
|
|
4167
4237
|
"path",
|
|
4168
4238
|
{
|
|
4169
4239
|
fillRule: "evenodd",
|
|
@@ -4172,7 +4242,7 @@ var init_Outside = __esm({
|
|
|
4172
4242
|
fill: "currentColor"
|
|
4173
4243
|
}
|
|
4174
4244
|
),
|
|
4175
|
-
/* @__PURE__ */
|
|
4245
|
+
/* @__PURE__ */ React74.createElement(
|
|
4176
4246
|
"path",
|
|
4177
4247
|
{
|
|
4178
4248
|
fillRule: "evenodd",
|
|
@@ -4181,7 +4251,7 @@ var init_Outside = __esm({
|
|
|
4181
4251
|
fill: "currentColor"
|
|
4182
4252
|
}
|
|
4183
4253
|
),
|
|
4184
|
-
/* @__PURE__ */
|
|
4254
|
+
/* @__PURE__ */ React74.createElement(
|
|
4185
4255
|
"path",
|
|
4186
4256
|
{
|
|
4187
4257
|
fillRule: "evenodd",
|
|
@@ -4190,7 +4260,7 @@ var init_Outside = __esm({
|
|
|
4190
4260
|
fill: "currentColor"
|
|
4191
4261
|
}
|
|
4192
4262
|
),
|
|
4193
|
-
/* @__PURE__ */
|
|
4263
|
+
/* @__PURE__ */ React74.createElement(
|
|
4194
4264
|
"path",
|
|
4195
4265
|
{
|
|
4196
4266
|
fillRule: "evenodd",
|
|
@@ -4199,7 +4269,7 @@ var init_Outside = __esm({
|
|
|
4199
4269
|
fill: "currentColor"
|
|
4200
4270
|
}
|
|
4201
4271
|
),
|
|
4202
|
-
/* @__PURE__ */
|
|
4272
|
+
/* @__PURE__ */ React74.createElement(
|
|
4203
4273
|
"path",
|
|
4204
4274
|
{
|
|
4205
4275
|
fillRule: "evenodd",
|
|
@@ -4219,7 +4289,7 @@ var Parking_exports = {};
|
|
|
4219
4289
|
__export(Parking_exports, {
|
|
4220
4290
|
default: () => Parking_default
|
|
4221
4291
|
});
|
|
4222
|
-
import * as
|
|
4292
|
+
import * as React75 from "react";
|
|
4223
4293
|
var SvgParking, Parking_default;
|
|
4224
4294
|
var init_Parking = __esm({
|
|
4225
4295
|
"src/react/Parking.tsx"() {
|
|
@@ -4227,7 +4297,7 @@ var init_Parking = __esm({
|
|
|
4227
4297
|
init_types();
|
|
4228
4298
|
SvgParking = ({ size = 16, ...props }) => {
|
|
4229
4299
|
const sizeValue = resolveSize(size);
|
|
4230
|
-
return /* @__PURE__ */
|
|
4300
|
+
return /* @__PURE__ */ React75.createElement(
|
|
4231
4301
|
"svg",
|
|
4232
4302
|
{
|
|
4233
4303
|
width: sizeValue,
|
|
@@ -4237,7 +4307,7 @@ var init_Parking = __esm({
|
|
|
4237
4307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4238
4308
|
...props
|
|
4239
4309
|
},
|
|
4240
|
-
/* @__PURE__ */
|
|
4310
|
+
/* @__PURE__ */ React75.createElement(
|
|
4241
4311
|
"path",
|
|
4242
4312
|
{
|
|
4243
4313
|
fillRule: "evenodd",
|
|
@@ -4246,7 +4316,7 @@ var init_Parking = __esm({
|
|
|
4246
4316
|
fill: "currentColor"
|
|
4247
4317
|
}
|
|
4248
4318
|
),
|
|
4249
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ React75.createElement(
|
|
4250
4320
|
"path",
|
|
4251
4321
|
{
|
|
4252
4322
|
fillRule: "evenodd",
|
|
@@ -4255,7 +4325,7 @@ var init_Parking = __esm({
|
|
|
4255
4325
|
fill: "currentColor"
|
|
4256
4326
|
}
|
|
4257
4327
|
),
|
|
4258
|
-
/* @__PURE__ */
|
|
4328
|
+
/* @__PURE__ */ React75.createElement(
|
|
4259
4329
|
"path",
|
|
4260
4330
|
{
|
|
4261
4331
|
fillRule: "evenodd",
|
|
@@ -4264,7 +4334,7 @@ var init_Parking = __esm({
|
|
|
4264
4334
|
fill: "currentColor"
|
|
4265
4335
|
}
|
|
4266
4336
|
),
|
|
4267
|
-
/* @__PURE__ */
|
|
4337
|
+
/* @__PURE__ */ React75.createElement(
|
|
4268
4338
|
"path",
|
|
4269
4339
|
{
|
|
4270
4340
|
fillRule: "evenodd",
|
|
@@ -4273,7 +4343,7 @@ var init_Parking = __esm({
|
|
|
4273
4343
|
fill: "currentColor"
|
|
4274
4344
|
}
|
|
4275
4345
|
),
|
|
4276
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ React75.createElement(
|
|
4277
4347
|
"path",
|
|
4278
4348
|
{
|
|
4279
4349
|
fillRule: "evenodd",
|
|
@@ -4293,7 +4363,7 @@ var Patio_exports = {};
|
|
|
4293
4363
|
__export(Patio_exports, {
|
|
4294
4364
|
default: () => Patio_default
|
|
4295
4365
|
});
|
|
4296
|
-
import * as
|
|
4366
|
+
import * as React76 from "react";
|
|
4297
4367
|
var SvgPatio, Patio_default;
|
|
4298
4368
|
var init_Patio = __esm({
|
|
4299
4369
|
"src/react/Patio.tsx"() {
|
|
@@ -4301,7 +4371,7 @@ var init_Patio = __esm({
|
|
|
4301
4371
|
init_types();
|
|
4302
4372
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
4303
4373
|
const sizeValue = resolveSize(size);
|
|
4304
|
-
return /* @__PURE__ */
|
|
4374
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4305
4375
|
"svg",
|
|
4306
4376
|
{
|
|
4307
4377
|
width: sizeValue,
|
|
@@ -4311,7 +4381,7 @@ var init_Patio = __esm({
|
|
|
4311
4381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4312
4382
|
...props
|
|
4313
4383
|
},
|
|
4314
|
-
/* @__PURE__ */
|
|
4384
|
+
/* @__PURE__ */ React76.createElement(
|
|
4315
4385
|
"path",
|
|
4316
4386
|
{
|
|
4317
4387
|
fillRule: "evenodd",
|
|
@@ -4320,7 +4390,7 @@ var init_Patio = __esm({
|
|
|
4320
4390
|
fill: "currentColor"
|
|
4321
4391
|
}
|
|
4322
4392
|
),
|
|
4323
|
-
/* @__PURE__ */
|
|
4393
|
+
/* @__PURE__ */ React76.createElement(
|
|
4324
4394
|
"path",
|
|
4325
4395
|
{
|
|
4326
4396
|
fillRule: "evenodd",
|
|
@@ -4329,7 +4399,7 @@ var init_Patio = __esm({
|
|
|
4329
4399
|
fill: "currentColor"
|
|
4330
4400
|
}
|
|
4331
4401
|
),
|
|
4332
|
-
/* @__PURE__ */
|
|
4402
|
+
/* @__PURE__ */ React76.createElement(
|
|
4333
4403
|
"path",
|
|
4334
4404
|
{
|
|
4335
4405
|
fillRule: "evenodd",
|
|
@@ -4338,7 +4408,7 @@ var init_Patio = __esm({
|
|
|
4338
4408
|
fill: "currentColor"
|
|
4339
4409
|
}
|
|
4340
4410
|
),
|
|
4341
|
-
/* @__PURE__ */
|
|
4411
|
+
/* @__PURE__ */ React76.createElement(
|
|
4342
4412
|
"path",
|
|
4343
4413
|
{
|
|
4344
4414
|
fillRule: "evenodd",
|
|
@@ -4347,7 +4417,7 @@ var init_Patio = __esm({
|
|
|
4347
4417
|
fill: "currentColor"
|
|
4348
4418
|
}
|
|
4349
4419
|
),
|
|
4350
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ React76.createElement(
|
|
4351
4421
|
"path",
|
|
4352
4422
|
{
|
|
4353
4423
|
fillRule: "evenodd",
|
|
@@ -4356,7 +4426,7 @@ var init_Patio = __esm({
|
|
|
4356
4426
|
fill: "currentColor"
|
|
4357
4427
|
}
|
|
4358
4428
|
),
|
|
4359
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ React76.createElement(
|
|
4360
4430
|
"path",
|
|
4361
4431
|
{
|
|
4362
4432
|
fillRule: "evenodd",
|
|
@@ -4365,7 +4435,7 @@ var init_Patio = __esm({
|
|
|
4365
4435
|
fill: "currentColor"
|
|
4366
4436
|
}
|
|
4367
4437
|
),
|
|
4368
|
-
/* @__PURE__ */
|
|
4438
|
+
/* @__PURE__ */ React76.createElement(
|
|
4369
4439
|
"path",
|
|
4370
4440
|
{
|
|
4371
4441
|
fillRule: "evenodd",
|
|
@@ -4374,7 +4444,7 @@ var init_Patio = __esm({
|
|
|
4374
4444
|
fill: "currentColor"
|
|
4375
4445
|
}
|
|
4376
4446
|
),
|
|
4377
|
-
/* @__PURE__ */
|
|
4447
|
+
/* @__PURE__ */ React76.createElement(
|
|
4378
4448
|
"path",
|
|
4379
4449
|
{
|
|
4380
4450
|
fillRule: "evenodd",
|
|
@@ -4383,7 +4453,7 @@ var init_Patio = __esm({
|
|
|
4383
4453
|
fill: "currentColor"
|
|
4384
4454
|
}
|
|
4385
4455
|
),
|
|
4386
|
-
/* @__PURE__ */
|
|
4456
|
+
/* @__PURE__ */ React76.createElement(
|
|
4387
4457
|
"path",
|
|
4388
4458
|
{
|
|
4389
4459
|
fillRule: "evenodd",
|
|
@@ -4403,7 +4473,7 @@ var Payments_exports = {};
|
|
|
4403
4473
|
__export(Payments_exports, {
|
|
4404
4474
|
default: () => Payments_default
|
|
4405
4475
|
});
|
|
4406
|
-
import * as
|
|
4476
|
+
import * as React77 from "react";
|
|
4407
4477
|
var SvgPayments, Payments_default;
|
|
4408
4478
|
var init_Payments = __esm({
|
|
4409
4479
|
"src/react/Payments.tsx"() {
|
|
@@ -4411,7 +4481,7 @@ var init_Payments = __esm({
|
|
|
4411
4481
|
init_types();
|
|
4412
4482
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
4413
4483
|
const sizeValue = resolveSize(size);
|
|
4414
|
-
return /* @__PURE__ */
|
|
4484
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4415
4485
|
"svg",
|
|
4416
4486
|
{
|
|
4417
4487
|
width: sizeValue,
|
|
@@ -4421,7 +4491,7 @@ var init_Payments = __esm({
|
|
|
4421
4491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4422
4492
|
...props
|
|
4423
4493
|
},
|
|
4424
|
-
/* @__PURE__ */
|
|
4494
|
+
/* @__PURE__ */ React77.createElement(
|
|
4425
4495
|
"path",
|
|
4426
4496
|
{
|
|
4427
4497
|
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",
|
|
@@ -4439,7 +4509,7 @@ var PencilLine_exports = {};
|
|
|
4439
4509
|
__export(PencilLine_exports, {
|
|
4440
4510
|
default: () => PencilLine_default
|
|
4441
4511
|
});
|
|
4442
|
-
import * as
|
|
4512
|
+
import * as React78 from "react";
|
|
4443
4513
|
var SvgPencilLine, PencilLine_default;
|
|
4444
4514
|
var init_PencilLine = __esm({
|
|
4445
4515
|
"src/react/PencilLine.tsx"() {
|
|
@@ -4447,7 +4517,7 @@ var init_PencilLine = __esm({
|
|
|
4447
4517
|
init_types();
|
|
4448
4518
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
4449
4519
|
const sizeValue = resolveSize(size);
|
|
4450
|
-
return /* @__PURE__ */
|
|
4520
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4451
4521
|
"svg",
|
|
4452
4522
|
{
|
|
4453
4523
|
width: sizeValue,
|
|
@@ -4457,7 +4527,7 @@ var init_PencilLine = __esm({
|
|
|
4457
4527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4458
4528
|
...props
|
|
4459
4529
|
},
|
|
4460
|
-
/* @__PURE__ */
|
|
4530
|
+
/* @__PURE__ */ React78.createElement(
|
|
4461
4531
|
"path",
|
|
4462
4532
|
{
|
|
4463
4533
|
fillRule: "evenodd",
|
|
@@ -4466,7 +4536,7 @@ var init_PencilLine = __esm({
|
|
|
4466
4536
|
fill: "currentColor"
|
|
4467
4537
|
}
|
|
4468
4538
|
),
|
|
4469
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ React78.createElement(
|
|
4470
4540
|
"path",
|
|
4471
4541
|
{
|
|
4472
4542
|
fillRule: "evenodd",
|
|
@@ -4475,7 +4545,7 @@ var init_PencilLine = __esm({
|
|
|
4475
4545
|
fill: "currentColor"
|
|
4476
4546
|
}
|
|
4477
4547
|
),
|
|
4478
|
-
/* @__PURE__ */
|
|
4548
|
+
/* @__PURE__ */ React78.createElement(
|
|
4479
4549
|
"path",
|
|
4480
4550
|
{
|
|
4481
4551
|
fillRule: "evenodd",
|
|
@@ -4495,7 +4565,7 @@ var Pet_exports = {};
|
|
|
4495
4565
|
__export(Pet_exports, {
|
|
4496
4566
|
default: () => Pet_default
|
|
4497
4567
|
});
|
|
4498
|
-
import * as
|
|
4568
|
+
import * as React79 from "react";
|
|
4499
4569
|
var SvgPet, Pet_default;
|
|
4500
4570
|
var init_Pet = __esm({
|
|
4501
4571
|
"src/react/Pet.tsx"() {
|
|
@@ -4503,7 +4573,7 @@ var init_Pet = __esm({
|
|
|
4503
4573
|
init_types();
|
|
4504
4574
|
SvgPet = ({ size = 16, ...props }) => {
|
|
4505
4575
|
const sizeValue = resolveSize(size);
|
|
4506
|
-
return /* @__PURE__ */
|
|
4576
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4507
4577
|
"svg",
|
|
4508
4578
|
{
|
|
4509
4579
|
width: sizeValue,
|
|
@@ -4513,7 +4583,7 @@ var init_Pet = __esm({
|
|
|
4513
4583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4514
4584
|
...props
|
|
4515
4585
|
},
|
|
4516
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ React79.createElement(
|
|
4517
4587
|
"path",
|
|
4518
4588
|
{
|
|
4519
4589
|
fillRule: "evenodd",
|
|
@@ -4522,7 +4592,7 @@ var init_Pet = __esm({
|
|
|
4522
4592
|
fill: "currentColor"
|
|
4523
4593
|
}
|
|
4524
4594
|
),
|
|
4525
|
-
/* @__PURE__ */
|
|
4595
|
+
/* @__PURE__ */ React79.createElement(
|
|
4526
4596
|
"path",
|
|
4527
4597
|
{
|
|
4528
4598
|
fillRule: "evenodd",
|
|
@@ -4531,7 +4601,7 @@ var init_Pet = __esm({
|
|
|
4531
4601
|
fill: "currentColor"
|
|
4532
4602
|
}
|
|
4533
4603
|
),
|
|
4534
|
-
/* @__PURE__ */
|
|
4604
|
+
/* @__PURE__ */ React79.createElement(
|
|
4535
4605
|
"path",
|
|
4536
4606
|
{
|
|
4537
4607
|
fillRule: "evenodd",
|
|
@@ -4540,7 +4610,7 @@ var init_Pet = __esm({
|
|
|
4540
4610
|
fill: "currentColor"
|
|
4541
4611
|
}
|
|
4542
4612
|
),
|
|
4543
|
-
/* @__PURE__ */
|
|
4613
|
+
/* @__PURE__ */ React79.createElement(
|
|
4544
4614
|
"path",
|
|
4545
4615
|
{
|
|
4546
4616
|
fillRule: "evenodd",
|
|
@@ -4549,7 +4619,7 @@ var init_Pet = __esm({
|
|
|
4549
4619
|
fill: "currentColor"
|
|
4550
4620
|
}
|
|
4551
4621
|
),
|
|
4552
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ React79.createElement(
|
|
4553
4623
|
"path",
|
|
4554
4624
|
{
|
|
4555
4625
|
fillRule: "evenodd",
|
|
@@ -4558,7 +4628,7 @@ var init_Pet = __esm({
|
|
|
4558
4628
|
fill: "currentColor"
|
|
4559
4629
|
}
|
|
4560
4630
|
),
|
|
4561
|
-
/* @__PURE__ */
|
|
4631
|
+
/* @__PURE__ */ React79.createElement(
|
|
4562
4632
|
"path",
|
|
4563
4633
|
{
|
|
4564
4634
|
fillRule: "evenodd",
|
|
@@ -4578,7 +4648,7 @@ var PhoneLinear_exports = {};
|
|
|
4578
4648
|
__export(PhoneLinear_exports, {
|
|
4579
4649
|
default: () => PhoneLinear_default
|
|
4580
4650
|
});
|
|
4581
|
-
import * as
|
|
4651
|
+
import * as React80 from "react";
|
|
4582
4652
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
4583
4653
|
var init_PhoneLinear = __esm({
|
|
4584
4654
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -4586,7 +4656,7 @@ var init_PhoneLinear = __esm({
|
|
|
4586
4656
|
init_types();
|
|
4587
4657
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
4588
4658
|
const sizeValue = resolveSize(size);
|
|
4589
|
-
return /* @__PURE__ */
|
|
4659
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4590
4660
|
"svg",
|
|
4591
4661
|
{
|
|
4592
4662
|
width: sizeValue,
|
|
@@ -4596,7 +4666,7 @@ var init_PhoneLinear = __esm({
|
|
|
4596
4666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4597
4667
|
...props
|
|
4598
4668
|
},
|
|
4599
|
-
/* @__PURE__ */
|
|
4669
|
+
/* @__PURE__ */ React80.createElement(
|
|
4600
4670
|
"path",
|
|
4601
4671
|
{
|
|
4602
4672
|
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",
|
|
@@ -4614,7 +4684,7 @@ var PinMapSolid_exports = {};
|
|
|
4614
4684
|
__export(PinMapSolid_exports, {
|
|
4615
4685
|
default: () => PinMapSolid_default
|
|
4616
4686
|
});
|
|
4617
|
-
import * as
|
|
4687
|
+
import * as React81 from "react";
|
|
4618
4688
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
4619
4689
|
var init_PinMapSolid = __esm({
|
|
4620
4690
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -4622,7 +4692,7 @@ var init_PinMapSolid = __esm({
|
|
|
4622
4692
|
init_types();
|
|
4623
4693
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
4624
4694
|
const sizeValue = resolveSize(size);
|
|
4625
|
-
return /* @__PURE__ */
|
|
4695
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4626
4696
|
"svg",
|
|
4627
4697
|
{
|
|
4628
4698
|
width: sizeValue,
|
|
@@ -4632,7 +4702,7 @@ var init_PinMapSolid = __esm({
|
|
|
4632
4702
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4633
4703
|
...props
|
|
4634
4704
|
},
|
|
4635
|
-
/* @__PURE__ */
|
|
4705
|
+
/* @__PURE__ */ React81.createElement(
|
|
4636
4706
|
"path",
|
|
4637
4707
|
{
|
|
4638
4708
|
fillRule: "evenodd",
|
|
@@ -4652,7 +4722,7 @@ var Plus_exports = {};
|
|
|
4652
4722
|
__export(Plus_exports, {
|
|
4653
4723
|
default: () => Plus_default
|
|
4654
4724
|
});
|
|
4655
|
-
import * as
|
|
4725
|
+
import * as React82 from "react";
|
|
4656
4726
|
var SvgPlus, Plus_default;
|
|
4657
4727
|
var init_Plus = __esm({
|
|
4658
4728
|
"src/react/Plus.tsx"() {
|
|
@@ -4660,7 +4730,7 @@ var init_Plus = __esm({
|
|
|
4660
4730
|
init_types();
|
|
4661
4731
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
4662
4732
|
const sizeValue = resolveSize(size);
|
|
4663
|
-
return /* @__PURE__ */
|
|
4733
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4664
4734
|
"svg",
|
|
4665
4735
|
{
|
|
4666
4736
|
width: sizeValue,
|
|
@@ -4670,7 +4740,7 @@ var init_Plus = __esm({
|
|
|
4670
4740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4671
4741
|
...props
|
|
4672
4742
|
},
|
|
4673
|
-
/* @__PURE__ */
|
|
4743
|
+
/* @__PURE__ */ React82.createElement(
|
|
4674
4744
|
"path",
|
|
4675
4745
|
{
|
|
4676
4746
|
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",
|
|
@@ -4688,7 +4758,7 @@ var Promotion_exports = {};
|
|
|
4688
4758
|
__export(Promotion_exports, {
|
|
4689
4759
|
default: () => Promotion_default
|
|
4690
4760
|
});
|
|
4691
|
-
import * as
|
|
4761
|
+
import * as React83 from "react";
|
|
4692
4762
|
var SvgPromotion, Promotion_default;
|
|
4693
4763
|
var init_Promotion = __esm({
|
|
4694
4764
|
"src/react/Promotion.tsx"() {
|
|
@@ -4696,7 +4766,7 @@ var init_Promotion = __esm({
|
|
|
4696
4766
|
init_types();
|
|
4697
4767
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
4698
4768
|
const sizeValue = resolveSize(size);
|
|
4699
|
-
return /* @__PURE__ */
|
|
4769
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4700
4770
|
"svg",
|
|
4701
4771
|
{
|
|
4702
4772
|
width: sizeValue,
|
|
@@ -4706,7 +4776,7 @@ var init_Promotion = __esm({
|
|
|
4706
4776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4707
4777
|
...props
|
|
4708
4778
|
},
|
|
4709
|
-
/* @__PURE__ */
|
|
4779
|
+
/* @__PURE__ */ React83.createElement(
|
|
4710
4780
|
"path",
|
|
4711
4781
|
{
|
|
4712
4782
|
fillRule: "evenodd",
|
|
@@ -4715,7 +4785,7 @@ var init_Promotion = __esm({
|
|
|
4715
4785
|
fill: "currentColor"
|
|
4716
4786
|
}
|
|
4717
4787
|
),
|
|
4718
|
-
/* @__PURE__ */
|
|
4788
|
+
/* @__PURE__ */ React83.createElement(
|
|
4719
4789
|
"path",
|
|
4720
4790
|
{
|
|
4721
4791
|
fillRule: "evenodd",
|
|
@@ -4724,7 +4794,7 @@ var init_Promotion = __esm({
|
|
|
4724
4794
|
fill: "currentColor"
|
|
4725
4795
|
}
|
|
4726
4796
|
),
|
|
4727
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ React83.createElement(
|
|
4728
4798
|
"path",
|
|
4729
4799
|
{
|
|
4730
4800
|
fillRule: "evenodd",
|
|
@@ -4733,7 +4803,7 @@ var init_Promotion = __esm({
|
|
|
4733
4803
|
fill: "currentColor"
|
|
4734
4804
|
}
|
|
4735
4805
|
),
|
|
4736
|
-
/* @__PURE__ */
|
|
4806
|
+
/* @__PURE__ */ React83.createElement(
|
|
4737
4807
|
"path",
|
|
4738
4808
|
{
|
|
4739
4809
|
fillRule: "evenodd",
|
|
@@ -4753,7 +4823,7 @@ var PropertiesFilled_exports = {};
|
|
|
4753
4823
|
__export(PropertiesFilled_exports, {
|
|
4754
4824
|
default: () => PropertiesFilled_default
|
|
4755
4825
|
});
|
|
4756
|
-
import * as
|
|
4826
|
+
import * as React84 from "react";
|
|
4757
4827
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
4758
4828
|
var init_PropertiesFilled = __esm({
|
|
4759
4829
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -4761,7 +4831,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4761
4831
|
init_types();
|
|
4762
4832
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
4763
4833
|
const sizeValue = resolveSize(size);
|
|
4764
|
-
return /* @__PURE__ */
|
|
4834
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4765
4835
|
"svg",
|
|
4766
4836
|
{
|
|
4767
4837
|
width: sizeValue,
|
|
@@ -4771,7 +4841,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4771
4841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4772
4842
|
...props
|
|
4773
4843
|
},
|
|
4774
|
-
/* @__PURE__ */
|
|
4844
|
+
/* @__PURE__ */ React84.createElement(
|
|
4775
4845
|
"path",
|
|
4776
4846
|
{
|
|
4777
4847
|
fillRule: "evenodd",
|
|
@@ -4780,7 +4850,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4780
4850
|
fill: "currentColor"
|
|
4781
4851
|
}
|
|
4782
4852
|
),
|
|
4783
|
-
/* @__PURE__ */
|
|
4853
|
+
/* @__PURE__ */ React84.createElement(
|
|
4784
4854
|
"path",
|
|
4785
4855
|
{
|
|
4786
4856
|
fillRule: "evenodd",
|
|
@@ -4789,7 +4859,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4789
4859
|
fill: "currentColor"
|
|
4790
4860
|
}
|
|
4791
4861
|
),
|
|
4792
|
-
/* @__PURE__ */
|
|
4862
|
+
/* @__PURE__ */ React84.createElement(
|
|
4793
4863
|
"path",
|
|
4794
4864
|
{
|
|
4795
4865
|
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",
|
|
@@ -4807,7 +4877,7 @@ var PropertiesLinear_exports = {};
|
|
|
4807
4877
|
__export(PropertiesLinear_exports, {
|
|
4808
4878
|
default: () => PropertiesLinear_default
|
|
4809
4879
|
});
|
|
4810
|
-
import * as
|
|
4880
|
+
import * as React85 from "react";
|
|
4811
4881
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
4812
4882
|
var init_PropertiesLinear = __esm({
|
|
4813
4883
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -4815,7 +4885,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4815
4885
|
init_types();
|
|
4816
4886
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
4817
4887
|
const sizeValue = resolveSize(size);
|
|
4818
|
-
return /* @__PURE__ */
|
|
4888
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4819
4889
|
"svg",
|
|
4820
4890
|
{
|
|
4821
4891
|
width: sizeValue,
|
|
@@ -4825,7 +4895,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4825
4895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4826
4896
|
...props
|
|
4827
4897
|
},
|
|
4828
|
-
/* @__PURE__ */
|
|
4898
|
+
/* @__PURE__ */ React85.createElement(
|
|
4829
4899
|
"path",
|
|
4830
4900
|
{
|
|
4831
4901
|
fillRule: "evenodd",
|
|
@@ -4834,7 +4904,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4834
4904
|
fill: "currentColor"
|
|
4835
4905
|
}
|
|
4836
4906
|
),
|
|
4837
|
-
/* @__PURE__ */
|
|
4907
|
+
/* @__PURE__ */ React85.createElement(
|
|
4838
4908
|
"path",
|
|
4839
4909
|
{
|
|
4840
4910
|
fillRule: "evenodd",
|
|
@@ -4843,7 +4913,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4843
4913
|
fill: "currentColor"
|
|
4844
4914
|
}
|
|
4845
4915
|
),
|
|
4846
|
-
/* @__PURE__ */
|
|
4916
|
+
/* @__PURE__ */ React85.createElement(
|
|
4847
4917
|
"path",
|
|
4848
4918
|
{
|
|
4849
4919
|
fillRule: "evenodd",
|
|
@@ -4852,7 +4922,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4852
4922
|
fill: "currentColor"
|
|
4853
4923
|
}
|
|
4854
4924
|
),
|
|
4855
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ React85.createElement(
|
|
4856
4926
|
"path",
|
|
4857
4927
|
{
|
|
4858
4928
|
fillRule: "evenodd",
|
|
@@ -4861,7 +4931,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4861
4931
|
fill: "currentColor"
|
|
4862
4932
|
}
|
|
4863
4933
|
),
|
|
4864
|
-
/* @__PURE__ */
|
|
4934
|
+
/* @__PURE__ */ React85.createElement(
|
|
4865
4935
|
"path",
|
|
4866
4936
|
{
|
|
4867
4937
|
fillRule: "evenodd",
|
|
@@ -4870,7 +4940,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4870
4940
|
fill: "currentColor"
|
|
4871
4941
|
}
|
|
4872
4942
|
),
|
|
4873
|
-
/* @__PURE__ */
|
|
4943
|
+
/* @__PURE__ */ React85.createElement(
|
|
4874
4944
|
"path",
|
|
4875
4945
|
{
|
|
4876
4946
|
fillRule: "evenodd",
|
|
@@ -4879,7 +4949,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4879
4949
|
fill: "currentColor"
|
|
4880
4950
|
}
|
|
4881
4951
|
),
|
|
4882
|
-
/* @__PURE__ */
|
|
4952
|
+
/* @__PURE__ */ React85.createElement(
|
|
4883
4953
|
"path",
|
|
4884
4954
|
{
|
|
4885
4955
|
fillRule: "evenodd",
|
|
@@ -4899,7 +4969,7 @@ var Rent_exports = {};
|
|
|
4899
4969
|
__export(Rent_exports, {
|
|
4900
4970
|
default: () => Rent_default
|
|
4901
4971
|
});
|
|
4902
|
-
import * as
|
|
4972
|
+
import * as React86 from "react";
|
|
4903
4973
|
var SvgRent, Rent_default;
|
|
4904
4974
|
var init_Rent = __esm({
|
|
4905
4975
|
"src/react/Rent.tsx"() {
|
|
@@ -4907,7 +4977,7 @@ var init_Rent = __esm({
|
|
|
4907
4977
|
init_types();
|
|
4908
4978
|
SvgRent = ({ size = 16, ...props }) => {
|
|
4909
4979
|
const sizeValue = resolveSize(size);
|
|
4910
|
-
return /* @__PURE__ */
|
|
4980
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4911
4981
|
"svg",
|
|
4912
4982
|
{
|
|
4913
4983
|
width: sizeValue,
|
|
@@ -4917,7 +4987,7 @@ var init_Rent = __esm({
|
|
|
4917
4987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4918
4988
|
...props
|
|
4919
4989
|
},
|
|
4920
|
-
/* @__PURE__ */
|
|
4990
|
+
/* @__PURE__ */ React86.createElement(
|
|
4921
4991
|
"path",
|
|
4922
4992
|
{
|
|
4923
4993
|
fillRule: "evenodd",
|
|
@@ -4926,7 +4996,7 @@ var init_Rent = __esm({
|
|
|
4926
4996
|
fill: "currentColor"
|
|
4927
4997
|
}
|
|
4928
4998
|
),
|
|
4929
|
-
/* @__PURE__ */
|
|
4999
|
+
/* @__PURE__ */ React86.createElement(
|
|
4930
5000
|
"path",
|
|
4931
5001
|
{
|
|
4932
5002
|
fillRule: "evenodd",
|
|
@@ -4935,7 +5005,7 @@ var init_Rent = __esm({
|
|
|
4935
5005
|
fill: "currentColor"
|
|
4936
5006
|
}
|
|
4937
5007
|
),
|
|
4938
|
-
/* @__PURE__ */
|
|
5008
|
+
/* @__PURE__ */ React86.createElement(
|
|
4939
5009
|
"path",
|
|
4940
5010
|
{
|
|
4941
5011
|
fillRule: "evenodd",
|
|
@@ -4955,7 +5025,7 @@ var Restaurant_exports = {};
|
|
|
4955
5025
|
__export(Restaurant_exports, {
|
|
4956
5026
|
default: () => Restaurant_default
|
|
4957
5027
|
});
|
|
4958
|
-
import * as
|
|
5028
|
+
import * as React87 from "react";
|
|
4959
5029
|
var SvgRestaurant, Restaurant_default;
|
|
4960
5030
|
var init_Restaurant = __esm({
|
|
4961
5031
|
"src/react/Restaurant.tsx"() {
|
|
@@ -4963,7 +5033,7 @@ var init_Restaurant = __esm({
|
|
|
4963
5033
|
init_types();
|
|
4964
5034
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
4965
5035
|
const sizeValue = resolveSize(size);
|
|
4966
|
-
return /* @__PURE__ */
|
|
5036
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4967
5037
|
"svg",
|
|
4968
5038
|
{
|
|
4969
5039
|
width: sizeValue,
|
|
@@ -4973,7 +5043,7 @@ var init_Restaurant = __esm({
|
|
|
4973
5043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4974
5044
|
...props
|
|
4975
5045
|
},
|
|
4976
|
-
/* @__PURE__ */
|
|
5046
|
+
/* @__PURE__ */ React87.createElement(
|
|
4977
5047
|
"path",
|
|
4978
5048
|
{
|
|
4979
5049
|
fillRule: "evenodd",
|
|
@@ -4982,7 +5052,7 @@ var init_Restaurant = __esm({
|
|
|
4982
5052
|
fill: "currentColor"
|
|
4983
5053
|
}
|
|
4984
5054
|
),
|
|
4985
|
-
/* @__PURE__ */
|
|
5055
|
+
/* @__PURE__ */ React87.createElement(
|
|
4986
5056
|
"path",
|
|
4987
5057
|
{
|
|
4988
5058
|
fillRule: "evenodd",
|
|
@@ -5002,7 +5072,7 @@ var Sale_exports = {};
|
|
|
5002
5072
|
__export(Sale_exports, {
|
|
5003
5073
|
default: () => Sale_default
|
|
5004
5074
|
});
|
|
5005
|
-
import * as
|
|
5075
|
+
import * as React88 from "react";
|
|
5006
5076
|
var SvgSale, Sale_default;
|
|
5007
5077
|
var init_Sale = __esm({
|
|
5008
5078
|
"src/react/Sale.tsx"() {
|
|
@@ -5010,7 +5080,7 @@ var init_Sale = __esm({
|
|
|
5010
5080
|
init_types();
|
|
5011
5081
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5012
5082
|
const sizeValue = resolveSize(size);
|
|
5013
|
-
return /* @__PURE__ */
|
|
5083
|
+
return /* @__PURE__ */ React88.createElement(
|
|
5014
5084
|
"svg",
|
|
5015
5085
|
{
|
|
5016
5086
|
width: sizeValue,
|
|
@@ -5020,7 +5090,7 @@ var init_Sale = __esm({
|
|
|
5020
5090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5021
5091
|
...props
|
|
5022
5092
|
},
|
|
5023
|
-
/* @__PURE__ */
|
|
5093
|
+
/* @__PURE__ */ React88.createElement(
|
|
5024
5094
|
"path",
|
|
5025
5095
|
{
|
|
5026
5096
|
fillRule: "evenodd",
|
|
@@ -5029,7 +5099,7 @@ var init_Sale = __esm({
|
|
|
5029
5099
|
fill: "currentColor"
|
|
5030
5100
|
}
|
|
5031
5101
|
),
|
|
5032
|
-
/* @__PURE__ */
|
|
5102
|
+
/* @__PURE__ */ React88.createElement(
|
|
5033
5103
|
"path",
|
|
5034
5104
|
{
|
|
5035
5105
|
fillRule: "evenodd",
|
|
@@ -5038,7 +5108,7 @@ var init_Sale = __esm({
|
|
|
5038
5108
|
fill: "currentColor"
|
|
5039
5109
|
}
|
|
5040
5110
|
),
|
|
5041
|
-
/* @__PURE__ */
|
|
5111
|
+
/* @__PURE__ */ React88.createElement(
|
|
5042
5112
|
"path",
|
|
5043
5113
|
{
|
|
5044
5114
|
fillRule: "evenodd",
|
|
@@ -5058,7 +5128,7 @@ var Search_exports = {};
|
|
|
5058
5128
|
__export(Search_exports, {
|
|
5059
5129
|
default: () => Search_default
|
|
5060
5130
|
});
|
|
5061
|
-
import * as
|
|
5131
|
+
import * as React89 from "react";
|
|
5062
5132
|
var SvgSearch, Search_default;
|
|
5063
5133
|
var init_Search = __esm({
|
|
5064
5134
|
"src/react/Search.tsx"() {
|
|
@@ -5066,7 +5136,7 @@ var init_Search = __esm({
|
|
|
5066
5136
|
init_types();
|
|
5067
5137
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
5068
5138
|
const sizeValue = resolveSize(size);
|
|
5069
|
-
return /* @__PURE__ */
|
|
5139
|
+
return /* @__PURE__ */ React89.createElement(
|
|
5070
5140
|
"svg",
|
|
5071
5141
|
{
|
|
5072
5142
|
width: sizeValue,
|
|
@@ -5076,7 +5146,7 @@ var init_Search = __esm({
|
|
|
5076
5146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5077
5147
|
...props
|
|
5078
5148
|
},
|
|
5079
|
-
/* @__PURE__ */
|
|
5149
|
+
/* @__PURE__ */ React89.createElement(
|
|
5080
5150
|
"path",
|
|
5081
5151
|
{
|
|
5082
5152
|
fillRule: "evenodd",
|
|
@@ -5085,7 +5155,7 @@ var init_Search = __esm({
|
|
|
5085
5155
|
fill: "currentColor"
|
|
5086
5156
|
}
|
|
5087
5157
|
),
|
|
5088
|
-
/* @__PURE__ */
|
|
5158
|
+
/* @__PURE__ */ React89.createElement(
|
|
5089
5159
|
"path",
|
|
5090
5160
|
{
|
|
5091
5161
|
fillRule: "evenodd",
|
|
@@ -5105,7 +5175,7 @@ var SearchX_exports = {};
|
|
|
5105
5175
|
__export(SearchX_exports, {
|
|
5106
5176
|
default: () => SearchX_default
|
|
5107
5177
|
});
|
|
5108
|
-
import * as
|
|
5178
|
+
import * as React90 from "react";
|
|
5109
5179
|
var SvgSearchX, SearchX_default;
|
|
5110
5180
|
var init_SearchX = __esm({
|
|
5111
5181
|
"src/react/SearchX.tsx"() {
|
|
@@ -5113,7 +5183,7 @@ var init_SearchX = __esm({
|
|
|
5113
5183
|
init_types();
|
|
5114
5184
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
5115
5185
|
const sizeValue = resolveSize(size);
|
|
5116
|
-
return /* @__PURE__ */
|
|
5186
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5117
5187
|
"svg",
|
|
5118
5188
|
{
|
|
5119
5189
|
width: sizeValue,
|
|
@@ -5123,7 +5193,7 @@ var init_SearchX = __esm({
|
|
|
5123
5193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5124
5194
|
...props
|
|
5125
5195
|
},
|
|
5126
|
-
/* @__PURE__ */
|
|
5196
|
+
/* @__PURE__ */ React90.createElement(
|
|
5127
5197
|
"path",
|
|
5128
5198
|
{
|
|
5129
5199
|
fillRule: "evenodd",
|
|
@@ -5132,7 +5202,7 @@ var init_SearchX = __esm({
|
|
|
5132
5202
|
fill: "currentColor"
|
|
5133
5203
|
}
|
|
5134
5204
|
),
|
|
5135
|
-
/* @__PURE__ */
|
|
5205
|
+
/* @__PURE__ */ React90.createElement(
|
|
5136
5206
|
"path",
|
|
5137
5207
|
{
|
|
5138
5208
|
fillRule: "evenodd",
|
|
@@ -5141,7 +5211,7 @@ var init_SearchX = __esm({
|
|
|
5141
5211
|
fill: "currentColor"
|
|
5142
5212
|
}
|
|
5143
5213
|
),
|
|
5144
|
-
/* @__PURE__ */
|
|
5214
|
+
/* @__PURE__ */ React90.createElement(
|
|
5145
5215
|
"path",
|
|
5146
5216
|
{
|
|
5147
5217
|
fillRule: "evenodd",
|
|
@@ -5150,7 +5220,7 @@ var init_SearchX = __esm({
|
|
|
5150
5220
|
fill: "currentColor"
|
|
5151
5221
|
}
|
|
5152
5222
|
),
|
|
5153
|
-
/* @__PURE__ */
|
|
5223
|
+
/* @__PURE__ */ React90.createElement(
|
|
5154
5224
|
"path",
|
|
5155
5225
|
{
|
|
5156
5226
|
fillRule: "evenodd",
|
|
@@ -5170,7 +5240,7 @@ var Share_exports = {};
|
|
|
5170
5240
|
__export(Share_exports, {
|
|
5171
5241
|
default: () => Share_default
|
|
5172
5242
|
});
|
|
5173
|
-
import * as
|
|
5243
|
+
import * as React91 from "react";
|
|
5174
5244
|
var SvgShare, Share_default;
|
|
5175
5245
|
var init_Share = __esm({
|
|
5176
5246
|
"src/react/Share.tsx"() {
|
|
@@ -5178,7 +5248,7 @@ var init_Share = __esm({
|
|
|
5178
5248
|
init_types();
|
|
5179
5249
|
SvgShare = ({ size = 16, ...props }) => {
|
|
5180
5250
|
const sizeValue = resolveSize(size);
|
|
5181
|
-
return /* @__PURE__ */
|
|
5251
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5182
5252
|
"svg",
|
|
5183
5253
|
{
|
|
5184
5254
|
width: sizeValue,
|
|
@@ -5188,7 +5258,7 @@ var init_Share = __esm({
|
|
|
5188
5258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5189
5259
|
...props
|
|
5190
5260
|
},
|
|
5191
|
-
/* @__PURE__ */
|
|
5261
|
+
/* @__PURE__ */ React91.createElement(
|
|
5192
5262
|
"path",
|
|
5193
5263
|
{
|
|
5194
5264
|
fillRule: "evenodd",
|
|
@@ -5197,7 +5267,7 @@ var init_Share = __esm({
|
|
|
5197
5267
|
fill: "currentColor"
|
|
5198
5268
|
}
|
|
5199
5269
|
),
|
|
5200
|
-
/* @__PURE__ */
|
|
5270
|
+
/* @__PURE__ */ React91.createElement(
|
|
5201
5271
|
"path",
|
|
5202
5272
|
{
|
|
5203
5273
|
fillRule: "evenodd",
|
|
@@ -5206,7 +5276,7 @@ var init_Share = __esm({
|
|
|
5206
5276
|
fill: "currentColor"
|
|
5207
5277
|
}
|
|
5208
5278
|
),
|
|
5209
|
-
/* @__PURE__ */
|
|
5279
|
+
/* @__PURE__ */ React91.createElement(
|
|
5210
5280
|
"path",
|
|
5211
5281
|
{
|
|
5212
5282
|
fillRule: "evenodd",
|
|
@@ -5226,7 +5296,7 @@ var Size3D_exports = {};
|
|
|
5226
5296
|
__export(Size3D_exports, {
|
|
5227
5297
|
default: () => Size3D_default
|
|
5228
5298
|
});
|
|
5229
|
-
import * as
|
|
5299
|
+
import * as React92 from "react";
|
|
5230
5300
|
var SvgSize3D, Size3D_default;
|
|
5231
5301
|
var init_Size3D = __esm({
|
|
5232
5302
|
"src/react/Size3D.tsx"() {
|
|
@@ -5234,7 +5304,7 @@ var init_Size3D = __esm({
|
|
|
5234
5304
|
init_types();
|
|
5235
5305
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
5236
5306
|
const sizeValue = resolveSize(size);
|
|
5237
|
-
return /* @__PURE__ */
|
|
5307
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5238
5308
|
"svg",
|
|
5239
5309
|
{
|
|
5240
5310
|
width: sizeValue,
|
|
@@ -5244,7 +5314,7 @@ var init_Size3D = __esm({
|
|
|
5244
5314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5245
5315
|
...props
|
|
5246
5316
|
},
|
|
5247
|
-
/* @__PURE__ */
|
|
5317
|
+
/* @__PURE__ */ React92.createElement(
|
|
5248
5318
|
"path",
|
|
5249
5319
|
{
|
|
5250
5320
|
fillRule: "evenodd",
|
|
@@ -5253,7 +5323,7 @@ var init_Size3D = __esm({
|
|
|
5253
5323
|
fill: "currentColor"
|
|
5254
5324
|
}
|
|
5255
5325
|
),
|
|
5256
|
-
/* @__PURE__ */
|
|
5326
|
+
/* @__PURE__ */ React92.createElement(
|
|
5257
5327
|
"path",
|
|
5258
5328
|
{
|
|
5259
5329
|
fillRule: "evenodd",
|
|
@@ -5262,7 +5332,7 @@ var init_Size3D = __esm({
|
|
|
5262
5332
|
fill: "currentColor"
|
|
5263
5333
|
}
|
|
5264
5334
|
),
|
|
5265
|
-
/* @__PURE__ */
|
|
5335
|
+
/* @__PURE__ */ React92.createElement(
|
|
5266
5336
|
"path",
|
|
5267
5337
|
{
|
|
5268
5338
|
fillRule: "evenodd",
|
|
@@ -5271,7 +5341,7 @@ var init_Size3D = __esm({
|
|
|
5271
5341
|
fill: "currentColor"
|
|
5272
5342
|
}
|
|
5273
5343
|
),
|
|
5274
|
-
/* @__PURE__ */
|
|
5344
|
+
/* @__PURE__ */ React92.createElement(
|
|
5275
5345
|
"path",
|
|
5276
5346
|
{
|
|
5277
5347
|
fillRule: "evenodd",
|
|
@@ -5291,7 +5361,7 @@ var SwimmingPool_exports = {};
|
|
|
5291
5361
|
__export(SwimmingPool_exports, {
|
|
5292
5362
|
default: () => SwimmingPool_default
|
|
5293
5363
|
});
|
|
5294
|
-
import * as
|
|
5364
|
+
import * as React93 from "react";
|
|
5295
5365
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
5296
5366
|
var init_SwimmingPool = __esm({
|
|
5297
5367
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -5299,7 +5369,7 @@ var init_SwimmingPool = __esm({
|
|
|
5299
5369
|
init_types();
|
|
5300
5370
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
5301
5371
|
const sizeValue = resolveSize(size);
|
|
5302
|
-
return /* @__PURE__ */
|
|
5372
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5303
5373
|
"svg",
|
|
5304
5374
|
{
|
|
5305
5375
|
width: sizeValue,
|
|
@@ -5309,7 +5379,7 @@ var init_SwimmingPool = __esm({
|
|
|
5309
5379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5310
5380
|
...props
|
|
5311
5381
|
},
|
|
5312
|
-
/* @__PURE__ */
|
|
5382
|
+
/* @__PURE__ */ React93.createElement(
|
|
5313
5383
|
"path",
|
|
5314
5384
|
{
|
|
5315
5385
|
fillRule: "evenodd",
|
|
@@ -5318,7 +5388,7 @@ var init_SwimmingPool = __esm({
|
|
|
5318
5388
|
fill: "currentColor"
|
|
5319
5389
|
}
|
|
5320
5390
|
),
|
|
5321
|
-
/* @__PURE__ */
|
|
5391
|
+
/* @__PURE__ */ React93.createElement(
|
|
5322
5392
|
"path",
|
|
5323
5393
|
{
|
|
5324
5394
|
fillRule: "evenodd",
|
|
@@ -5327,7 +5397,7 @@ var init_SwimmingPool = __esm({
|
|
|
5327
5397
|
fill: "currentColor"
|
|
5328
5398
|
}
|
|
5329
5399
|
),
|
|
5330
|
-
/* @__PURE__ */
|
|
5400
|
+
/* @__PURE__ */ React93.createElement(
|
|
5331
5401
|
"path",
|
|
5332
5402
|
{
|
|
5333
5403
|
fillRule: "evenodd",
|
|
@@ -5336,7 +5406,7 @@ var init_SwimmingPool = __esm({
|
|
|
5336
5406
|
fill: "currentColor"
|
|
5337
5407
|
}
|
|
5338
5408
|
),
|
|
5339
|
-
/* @__PURE__ */
|
|
5409
|
+
/* @__PURE__ */ React93.createElement(
|
|
5340
5410
|
"path",
|
|
5341
5411
|
{
|
|
5342
5412
|
fillRule: "evenodd",
|
|
@@ -5345,7 +5415,7 @@ var init_SwimmingPool = __esm({
|
|
|
5345
5415
|
fill: "currentColor"
|
|
5346
5416
|
}
|
|
5347
5417
|
),
|
|
5348
|
-
/* @__PURE__ */
|
|
5418
|
+
/* @__PURE__ */ React93.createElement(
|
|
5349
5419
|
"path",
|
|
5350
5420
|
{
|
|
5351
5421
|
fillRule: "evenodd",
|
|
@@ -5354,7 +5424,7 @@ var init_SwimmingPool = __esm({
|
|
|
5354
5424
|
fill: "currentColor"
|
|
5355
5425
|
}
|
|
5356
5426
|
),
|
|
5357
|
-
/* @__PURE__ */
|
|
5427
|
+
/* @__PURE__ */ React93.createElement(
|
|
5358
5428
|
"path",
|
|
5359
5429
|
{
|
|
5360
5430
|
fillRule: "evenodd",
|
|
@@ -5374,7 +5444,7 @@ var Terrace_exports = {};
|
|
|
5374
5444
|
__export(Terrace_exports, {
|
|
5375
5445
|
default: () => Terrace_default
|
|
5376
5446
|
});
|
|
5377
|
-
import * as
|
|
5447
|
+
import * as React94 from "react";
|
|
5378
5448
|
var SvgTerrace, Terrace_default;
|
|
5379
5449
|
var init_Terrace = __esm({
|
|
5380
5450
|
"src/react/Terrace.tsx"() {
|
|
@@ -5382,7 +5452,7 @@ var init_Terrace = __esm({
|
|
|
5382
5452
|
init_types();
|
|
5383
5453
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
5384
5454
|
const sizeValue = resolveSize(size);
|
|
5385
|
-
return /* @__PURE__ */
|
|
5455
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5386
5456
|
"svg",
|
|
5387
5457
|
{
|
|
5388
5458
|
width: sizeValue,
|
|
@@ -5392,7 +5462,7 @@ var init_Terrace = __esm({
|
|
|
5392
5462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5393
5463
|
...props
|
|
5394
5464
|
},
|
|
5395
|
-
/* @__PURE__ */
|
|
5465
|
+
/* @__PURE__ */ React94.createElement(
|
|
5396
5466
|
"path",
|
|
5397
5467
|
{
|
|
5398
5468
|
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",
|
|
@@ -5410,7 +5480,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
5410
5480
|
__export(ThermometerSnowflake_exports, {
|
|
5411
5481
|
default: () => ThermometerSnowflake_default
|
|
5412
5482
|
});
|
|
5413
|
-
import * as
|
|
5483
|
+
import * as React95 from "react";
|
|
5414
5484
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
5415
5485
|
var init_ThermometerSnowflake = __esm({
|
|
5416
5486
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -5418,7 +5488,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5418
5488
|
init_types();
|
|
5419
5489
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
5420
5490
|
const sizeValue = resolveSize(size);
|
|
5421
|
-
return /* @__PURE__ */
|
|
5491
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5422
5492
|
"svg",
|
|
5423
5493
|
{
|
|
5424
5494
|
width: sizeValue,
|
|
@@ -5428,7 +5498,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5428
5498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5429
5499
|
...props
|
|
5430
5500
|
},
|
|
5431
|
-
/* @__PURE__ */
|
|
5501
|
+
/* @__PURE__ */ React95.createElement(
|
|
5432
5502
|
"path",
|
|
5433
5503
|
{
|
|
5434
5504
|
fillRule: "evenodd",
|
|
@@ -5437,7 +5507,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5437
5507
|
fill: "currentColor"
|
|
5438
5508
|
}
|
|
5439
5509
|
),
|
|
5440
|
-
/* @__PURE__ */
|
|
5510
|
+
/* @__PURE__ */ React95.createElement(
|
|
5441
5511
|
"path",
|
|
5442
5512
|
{
|
|
5443
5513
|
fillRule: "evenodd",
|
|
@@ -5446,7 +5516,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5446
5516
|
fill: "currentColor"
|
|
5447
5517
|
}
|
|
5448
5518
|
),
|
|
5449
|
-
/* @__PURE__ */
|
|
5519
|
+
/* @__PURE__ */ React95.createElement(
|
|
5450
5520
|
"path",
|
|
5451
5521
|
{
|
|
5452
5522
|
fillRule: "evenodd",
|
|
@@ -5455,7 +5525,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5455
5525
|
fill: "currentColor"
|
|
5456
5526
|
}
|
|
5457
5527
|
),
|
|
5458
|
-
/* @__PURE__ */
|
|
5528
|
+
/* @__PURE__ */ React95.createElement(
|
|
5459
5529
|
"path",
|
|
5460
5530
|
{
|
|
5461
5531
|
fillRule: "evenodd",
|
|
@@ -5464,7 +5534,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5464
5534
|
fill: "currentColor"
|
|
5465
5535
|
}
|
|
5466
5536
|
),
|
|
5467
|
-
/* @__PURE__ */
|
|
5537
|
+
/* @__PURE__ */ React95.createElement(
|
|
5468
5538
|
"path",
|
|
5469
5539
|
{
|
|
5470
5540
|
fillRule: "evenodd",
|
|
@@ -5473,7 +5543,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5473
5543
|
fill: "currentColor"
|
|
5474
5544
|
}
|
|
5475
5545
|
),
|
|
5476
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ React95.createElement(
|
|
5477
5547
|
"path",
|
|
5478
5548
|
{
|
|
5479
5549
|
fillRule: "evenodd",
|
|
@@ -5493,7 +5563,7 @@ var Time_exports = {};
|
|
|
5493
5563
|
__export(Time_exports, {
|
|
5494
5564
|
default: () => Time_default
|
|
5495
5565
|
});
|
|
5496
|
-
import * as
|
|
5566
|
+
import * as React96 from "react";
|
|
5497
5567
|
var SvgTime, Time_default;
|
|
5498
5568
|
var init_Time = __esm({
|
|
5499
5569
|
"src/react/Time.tsx"() {
|
|
@@ -5501,7 +5571,7 @@ var init_Time = __esm({
|
|
|
5501
5571
|
init_types();
|
|
5502
5572
|
SvgTime = ({ size = 16, ...props }) => {
|
|
5503
5573
|
const sizeValue = resolveSize(size);
|
|
5504
|
-
return /* @__PURE__ */
|
|
5574
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5505
5575
|
"svg",
|
|
5506
5576
|
{
|
|
5507
5577
|
width: sizeValue,
|
|
@@ -5511,7 +5581,7 @@ var init_Time = __esm({
|
|
|
5511
5581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5512
5582
|
...props
|
|
5513
5583
|
},
|
|
5514
|
-
/* @__PURE__ */
|
|
5584
|
+
/* @__PURE__ */ React96.createElement(
|
|
5515
5585
|
"path",
|
|
5516
5586
|
{
|
|
5517
5587
|
fillRule: "evenodd",
|
|
@@ -5520,7 +5590,7 @@ var init_Time = __esm({
|
|
|
5520
5590
|
fill: "currentColor"
|
|
5521
5591
|
}
|
|
5522
5592
|
),
|
|
5523
|
-
/* @__PURE__ */
|
|
5593
|
+
/* @__PURE__ */ React96.createElement(
|
|
5524
5594
|
"path",
|
|
5525
5595
|
{
|
|
5526
5596
|
fillRule: "evenodd",
|
|
@@ -5535,12 +5605,84 @@ var init_Time = __esm({
|
|
|
5535
5605
|
}
|
|
5536
5606
|
});
|
|
5537
5607
|
|
|
5608
|
+
// src/react/TouchAndroid.tsx
|
|
5609
|
+
var TouchAndroid_exports = {};
|
|
5610
|
+
__export(TouchAndroid_exports, {
|
|
5611
|
+
default: () => TouchAndroid_default
|
|
5612
|
+
});
|
|
5613
|
+
import * as React97 from "react";
|
|
5614
|
+
var SvgTouchAndroid, TouchAndroid_default;
|
|
5615
|
+
var init_TouchAndroid = __esm({
|
|
5616
|
+
"src/react/TouchAndroid.tsx"() {
|
|
5617
|
+
"use strict";
|
|
5618
|
+
init_types();
|
|
5619
|
+
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
5620
|
+
const sizeValue = resolveSize(size);
|
|
5621
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5622
|
+
"svg",
|
|
5623
|
+
{
|
|
5624
|
+
width: sizeValue,
|
|
5625
|
+
height: sizeValue,
|
|
5626
|
+
viewBox: "0 0 24 24",
|
|
5627
|
+
fill: "none",
|
|
5628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5629
|
+
...props
|
|
5630
|
+
},
|
|
5631
|
+
/* @__PURE__ */ React97.createElement(
|
|
5632
|
+
"path",
|
|
5633
|
+
{
|
|
5634
|
+
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",
|
|
5635
|
+
fill: "currentColor"
|
|
5636
|
+
}
|
|
5637
|
+
)
|
|
5638
|
+
);
|
|
5639
|
+
};
|
|
5640
|
+
TouchAndroid_default = SvgTouchAndroid;
|
|
5641
|
+
}
|
|
5642
|
+
});
|
|
5643
|
+
|
|
5644
|
+
// src/react/TouchIos.tsx
|
|
5645
|
+
var TouchIos_exports = {};
|
|
5646
|
+
__export(TouchIos_exports, {
|
|
5647
|
+
default: () => TouchIos_default
|
|
5648
|
+
});
|
|
5649
|
+
import * as React98 from "react";
|
|
5650
|
+
var SvgTouchIos, TouchIos_default;
|
|
5651
|
+
var init_TouchIos = __esm({
|
|
5652
|
+
"src/react/TouchIos.tsx"() {
|
|
5653
|
+
"use strict";
|
|
5654
|
+
init_types();
|
|
5655
|
+
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
5656
|
+
const sizeValue = resolveSize(size);
|
|
5657
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5658
|
+
"svg",
|
|
5659
|
+
{
|
|
5660
|
+
width: sizeValue,
|
|
5661
|
+
height: sizeValue,
|
|
5662
|
+
viewBox: "0 0 24 24",
|
|
5663
|
+
fill: "none",
|
|
5664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5665
|
+
...props
|
|
5666
|
+
},
|
|
5667
|
+
/* @__PURE__ */ React98.createElement(
|
|
5668
|
+
"path",
|
|
5669
|
+
{
|
|
5670
|
+
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",
|
|
5671
|
+
fill: "currentColor"
|
|
5672
|
+
}
|
|
5673
|
+
)
|
|
5674
|
+
);
|
|
5675
|
+
};
|
|
5676
|
+
TouchIos_default = SvgTouchIos;
|
|
5677
|
+
}
|
|
5678
|
+
});
|
|
5679
|
+
|
|
5538
5680
|
// src/react/Trash2.tsx
|
|
5539
5681
|
var Trash2_exports = {};
|
|
5540
5682
|
__export(Trash2_exports, {
|
|
5541
5683
|
default: () => Trash2_default
|
|
5542
5684
|
});
|
|
5543
|
-
import * as
|
|
5685
|
+
import * as React99 from "react";
|
|
5544
5686
|
var SvgTrash2, Trash2_default;
|
|
5545
5687
|
var init_Trash2 = __esm({
|
|
5546
5688
|
"src/react/Trash2.tsx"() {
|
|
@@ -5548,7 +5690,7 @@ var init_Trash2 = __esm({
|
|
|
5548
5690
|
init_types();
|
|
5549
5691
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
5550
5692
|
const sizeValue = resolveSize(size);
|
|
5551
|
-
return /* @__PURE__ */
|
|
5693
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5552
5694
|
"svg",
|
|
5553
5695
|
{
|
|
5554
5696
|
width: sizeValue,
|
|
@@ -5558,7 +5700,7 @@ var init_Trash2 = __esm({
|
|
|
5558
5700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5559
5701
|
...props
|
|
5560
5702
|
},
|
|
5561
|
-
/* @__PURE__ */
|
|
5703
|
+
/* @__PURE__ */ React99.createElement(
|
|
5562
5704
|
"path",
|
|
5563
5705
|
{
|
|
5564
5706
|
fillRule: "evenodd",
|
|
@@ -5567,7 +5709,7 @@ var init_Trash2 = __esm({
|
|
|
5567
5709
|
fill: "currentColor"
|
|
5568
5710
|
}
|
|
5569
5711
|
),
|
|
5570
|
-
/* @__PURE__ */
|
|
5712
|
+
/* @__PURE__ */ React99.createElement(
|
|
5571
5713
|
"path",
|
|
5572
5714
|
{
|
|
5573
5715
|
fillRule: "evenodd",
|
|
@@ -5576,7 +5718,7 @@ var init_Trash2 = __esm({
|
|
|
5576
5718
|
fill: "currentColor"
|
|
5577
5719
|
}
|
|
5578
5720
|
),
|
|
5579
|
-
/* @__PURE__ */
|
|
5721
|
+
/* @__PURE__ */ React99.createElement(
|
|
5580
5722
|
"path",
|
|
5581
5723
|
{
|
|
5582
5724
|
fillRule: "evenodd",
|
|
@@ -5585,7 +5727,7 @@ var init_Trash2 = __esm({
|
|
|
5585
5727
|
fill: "currentColor"
|
|
5586
5728
|
}
|
|
5587
5729
|
),
|
|
5588
|
-
/* @__PURE__ */
|
|
5730
|
+
/* @__PURE__ */ React99.createElement(
|
|
5589
5731
|
"path",
|
|
5590
5732
|
{
|
|
5591
5733
|
fillRule: "evenodd",
|
|
@@ -5594,7 +5736,7 @@ var init_Trash2 = __esm({
|
|
|
5594
5736
|
fill: "currentColor"
|
|
5595
5737
|
}
|
|
5596
5738
|
),
|
|
5597
|
-
/* @__PURE__ */
|
|
5739
|
+
/* @__PURE__ */ React99.createElement(
|
|
5598
5740
|
"path",
|
|
5599
5741
|
{
|
|
5600
5742
|
fillRule: "evenodd",
|
|
@@ -5614,7 +5756,7 @@ var User_exports = {};
|
|
|
5614
5756
|
__export(User_exports, {
|
|
5615
5757
|
default: () => User_default
|
|
5616
5758
|
});
|
|
5617
|
-
import * as
|
|
5759
|
+
import * as React100 from "react";
|
|
5618
5760
|
var SvgUser, User_default;
|
|
5619
5761
|
var init_User = __esm({
|
|
5620
5762
|
"src/react/User.tsx"() {
|
|
@@ -5622,7 +5764,7 @@ var init_User = __esm({
|
|
|
5622
5764
|
init_types();
|
|
5623
5765
|
SvgUser = ({ size = 16, ...props }) => {
|
|
5624
5766
|
const sizeValue = resolveSize(size);
|
|
5625
|
-
return /* @__PURE__ */
|
|
5767
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5626
5768
|
"svg",
|
|
5627
5769
|
{
|
|
5628
5770
|
width: sizeValue,
|
|
@@ -5632,7 +5774,7 @@ var init_User = __esm({
|
|
|
5632
5774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5633
5775
|
...props
|
|
5634
5776
|
},
|
|
5635
|
-
/* @__PURE__ */
|
|
5777
|
+
/* @__PURE__ */ React100.createElement(
|
|
5636
5778
|
"path",
|
|
5637
5779
|
{
|
|
5638
5780
|
fillRule: "evenodd",
|
|
@@ -5641,7 +5783,7 @@ var init_User = __esm({
|
|
|
5641
5783
|
fill: "currentColor"
|
|
5642
5784
|
}
|
|
5643
5785
|
),
|
|
5644
|
-
/* @__PURE__ */
|
|
5786
|
+
/* @__PURE__ */ React100.createElement(
|
|
5645
5787
|
"path",
|
|
5646
5788
|
{
|
|
5647
5789
|
fillRule: "evenodd",
|
|
@@ -5661,7 +5803,7 @@ var Whatsapp_exports = {};
|
|
|
5661
5803
|
__export(Whatsapp_exports, {
|
|
5662
5804
|
default: () => Whatsapp_default
|
|
5663
5805
|
});
|
|
5664
|
-
import * as
|
|
5806
|
+
import * as React101 from "react";
|
|
5665
5807
|
var SvgWhatsapp, Whatsapp_default;
|
|
5666
5808
|
var init_Whatsapp = __esm({
|
|
5667
5809
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -5669,7 +5811,7 @@ var init_Whatsapp = __esm({
|
|
|
5669
5811
|
init_types();
|
|
5670
5812
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
5671
5813
|
const sizeValue = resolveSize(size);
|
|
5672
|
-
return /* @__PURE__ */
|
|
5814
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5673
5815
|
"svg",
|
|
5674
5816
|
{
|
|
5675
5817
|
width: sizeValue,
|
|
@@ -5679,7 +5821,7 @@ var init_Whatsapp = __esm({
|
|
|
5679
5821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5680
5822
|
...props
|
|
5681
5823
|
},
|
|
5682
|
-
/* @__PURE__ */
|
|
5824
|
+
/* @__PURE__ */ React101.createElement(
|
|
5683
5825
|
"path",
|
|
5684
5826
|
{
|
|
5685
5827
|
fillRule: "evenodd",
|
|
@@ -5734,7 +5876,9 @@ init_ExploreFilled();
|
|
|
5734
5876
|
init_ExploreLinear();
|
|
5735
5877
|
init_EyeHidden();
|
|
5736
5878
|
init_EyeVisible();
|
|
5737
|
-
|
|
5879
|
+
init_FaceAndroid();
|
|
5880
|
+
init_FaceIosBold();
|
|
5881
|
+
init_FaceIosLight();
|
|
5738
5882
|
init_FileCheck();
|
|
5739
5883
|
init_FileInput();
|
|
5740
5884
|
init_FileKey();
|
|
@@ -5743,7 +5887,6 @@ init_FileSignature();
|
|
|
5743
5887
|
init_FileSpreadsheet();
|
|
5744
5888
|
init_FileText();
|
|
5745
5889
|
init_Filter();
|
|
5746
|
-
init_FingerprintAndroid();
|
|
5747
5890
|
init_Garden();
|
|
5748
5891
|
init_GasHeating();
|
|
5749
5892
|
init_Heating();
|
|
@@ -5790,12 +5933,14 @@ init_SwimmingPool();
|
|
|
5790
5933
|
init_Terrace();
|
|
5791
5934
|
init_ThermometerSnowflake();
|
|
5792
5935
|
init_Time();
|
|
5936
|
+
init_TouchAndroid();
|
|
5937
|
+
init_TouchIos();
|
|
5793
5938
|
init_Trash2();
|
|
5794
5939
|
init_User();
|
|
5795
5940
|
init_Whatsapp();
|
|
5796
5941
|
|
|
5797
5942
|
// src/react/Icon.tsx
|
|
5798
|
-
import * as
|
|
5943
|
+
import * as React102 from "react";
|
|
5799
5944
|
function loadIcon(name) {
|
|
5800
5945
|
switch (name) {
|
|
5801
5946
|
case "accessibility":
|
|
@@ -5876,8 +6021,12 @@ function loadIcon(name) {
|
|
|
5876
6021
|
return Promise.resolve().then(() => (init_EyeHidden(), EyeHidden_exports)).then((m) => m.default);
|
|
5877
6022
|
case "eye-visible":
|
|
5878
6023
|
return Promise.resolve().then(() => (init_EyeVisible(), EyeVisible_exports)).then((m) => m.default);
|
|
5879
|
-
case "face-
|
|
5880
|
-
return Promise.resolve().then(() => (
|
|
6024
|
+
case "face-android":
|
|
6025
|
+
return Promise.resolve().then(() => (init_FaceAndroid(), FaceAndroid_exports)).then((m) => m.default);
|
|
6026
|
+
case "face-ios-bold":
|
|
6027
|
+
return Promise.resolve().then(() => (init_FaceIosBold(), FaceIosBold_exports)).then((m) => m.default);
|
|
6028
|
+
case "face-ios-light":
|
|
6029
|
+
return Promise.resolve().then(() => (init_FaceIosLight(), FaceIosLight_exports)).then((m) => m.default);
|
|
5881
6030
|
case "file-check":
|
|
5882
6031
|
return Promise.resolve().then(() => (init_FileCheck(), FileCheck_exports)).then((m) => m.default);
|
|
5883
6032
|
case "file-input":
|
|
@@ -5894,8 +6043,6 @@ function loadIcon(name) {
|
|
|
5894
6043
|
return Promise.resolve().then(() => (init_FileText(), FileText_exports)).then((m) => m.default);
|
|
5895
6044
|
case "filter":
|
|
5896
6045
|
return Promise.resolve().then(() => (init_Filter(), Filter_exports)).then((m) => m.default);
|
|
5897
|
-
case "fingerprint-android":
|
|
5898
|
-
return Promise.resolve().then(() => (init_FingerprintAndroid(), FingerprintAndroid_exports)).then((m) => m.default);
|
|
5899
6046
|
case "garden":
|
|
5900
6047
|
return Promise.resolve().then(() => (init_Garden(), Garden_exports)).then((m) => m.default);
|
|
5901
6048
|
case "gas-heating":
|
|
@@ -5988,6 +6135,10 @@ function loadIcon(name) {
|
|
|
5988
6135
|
return Promise.resolve().then(() => (init_ThermometerSnowflake(), ThermometerSnowflake_exports)).then((m) => m.default);
|
|
5989
6136
|
case "time":
|
|
5990
6137
|
return Promise.resolve().then(() => (init_Time(), Time_exports)).then((m) => m.default);
|
|
6138
|
+
case "touch-android":
|
|
6139
|
+
return Promise.resolve().then(() => (init_TouchAndroid(), TouchAndroid_exports)).then((m) => m.default);
|
|
6140
|
+
case "touch-ios":
|
|
6141
|
+
return Promise.resolve().then(() => (init_TouchIos(), TouchIos_exports)).then((m) => m.default);
|
|
5991
6142
|
case "trash2":
|
|
5992
6143
|
return Promise.resolve().then(() => (init_Trash2(), Trash2_exports)).then((m) => m.default);
|
|
5993
6144
|
case "user":
|
|
@@ -5999,10 +6150,10 @@ function loadIcon(name) {
|
|
|
5999
6150
|
}
|
|
6000
6151
|
}
|
|
6001
6152
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
6002
|
-
const [IconComponent, setIconComponent] =
|
|
6003
|
-
const [loading, setLoading] =
|
|
6004
|
-
const [error, setError] =
|
|
6005
|
-
|
|
6153
|
+
const [IconComponent, setIconComponent] = React102.useState(null);
|
|
6154
|
+
const [loading, setLoading] = React102.useState(true);
|
|
6155
|
+
const [error, setError] = React102.useState(null);
|
|
6156
|
+
React102.useEffect(() => {
|
|
6006
6157
|
setLoading(true);
|
|
6007
6158
|
setError(null);
|
|
6008
6159
|
loadIcon(name).then((Component) => {
|
|
@@ -6021,7 +6172,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
6021
6172
|
return null;
|
|
6022
6173
|
}
|
|
6023
6174
|
const style = color ? { ...props.style, color } : props.style;
|
|
6024
|
-
return /* @__PURE__ */
|
|
6175
|
+
return /* @__PURE__ */ React102.createElement(IconComponent, { size, ...props, style });
|
|
6025
6176
|
};
|
|
6026
6177
|
var Icon_default = Icon;
|
|
6027
6178
|
|
|
@@ -6067,7 +6218,9 @@ export {
|
|
|
6067
6218
|
ExploreLinear_default as ExploreLinear,
|
|
6068
6219
|
EyeHidden_default as EyeHidden,
|
|
6069
6220
|
EyeVisible_default as EyeVisible,
|
|
6070
|
-
|
|
6221
|
+
FaceAndroid_default as FaceAndroid,
|
|
6222
|
+
FaceIosBold_default as FaceIosBold,
|
|
6223
|
+
FaceIosLight_default as FaceIosLight,
|
|
6071
6224
|
FileCheck_default as FileCheck,
|
|
6072
6225
|
FileInput_default as FileInput,
|
|
6073
6226
|
FileKey_default as FileKey,
|
|
@@ -6076,7 +6229,6 @@ export {
|
|
|
6076
6229
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
6077
6230
|
FileText_default as FileText,
|
|
6078
6231
|
Filter_default as Filter,
|
|
6079
|
-
FingerprintAndroid_default as FingerprintAndroid,
|
|
6080
6232
|
Garden_default as Garden,
|
|
6081
6233
|
GasHeating_default as GasHeating,
|
|
6082
6234
|
Heating_default as Heating,
|
|
@@ -6125,6 +6277,8 @@ export {
|
|
|
6125
6277
|
Terrace_default as Terrace,
|
|
6126
6278
|
ThermometerSnowflake_default as ThermometerSnowflake,
|
|
6127
6279
|
Time_default as Time,
|
|
6280
|
+
TouchAndroid_default as TouchAndroid,
|
|
6281
|
+
TouchIos_default as TouchIos,
|
|
6128
6282
|
Trash2_default as Trash2,
|
|
6129
6283
|
User_default as User,
|
|
6130
6284
|
Whatsapp_default as Whatsapp,
|