huspy-icons 0.3.17 → 0.3.19
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 +128 -119
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +118 -115
- package/dist/fonts/HuspyIcons.ts +124 -115
- 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 +118 -115
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +8 -2
- package/dist/react/index.d.ts +8 -2
- package/dist/react/index.js +755 -529
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +675 -449
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +119 -116
- package/src/react/Contact.tsx +36 -0
- package/src/react/Icon.tsx +10 -1
- package/src/react/Loading.tsx +75 -0
- package/src/react/UserPlus.tsx +44 -0
- package/src/react/index.ts +3 -0
- package/src/react/index.tsx +3 -0
package/dist/react/index.mjs
CHANGED
|
@@ -1996,12 +1996,66 @@ var init_Collections = __esm({
|
|
|
1996
1996
|
}
|
|
1997
1997
|
});
|
|
1998
1998
|
|
|
1999
|
+
// src/react/Contact.tsx
|
|
2000
|
+
var Contact_exports = {};
|
|
2001
|
+
__export(Contact_exports, {
|
|
2002
|
+
default: () => Contact_default
|
|
2003
|
+
});
|
|
2004
|
+
import * as React39 from "react";
|
|
2005
|
+
var SvgContact, Contact_default;
|
|
2006
|
+
var init_Contact = __esm({
|
|
2007
|
+
"src/react/Contact.tsx"() {
|
|
2008
|
+
"use strict";
|
|
2009
|
+
init_types();
|
|
2010
|
+
SvgContact = ({ size = 16, ...props }) => {
|
|
2011
|
+
const sizeValue = resolveSize(size);
|
|
2012
|
+
return /* @__PURE__ */ React39.createElement(
|
|
2013
|
+
"svg",
|
|
2014
|
+
{
|
|
2015
|
+
width: sizeValue,
|
|
2016
|
+
height: sizeValue,
|
|
2017
|
+
viewBox: "0 0 20 20",
|
|
2018
|
+
fill: "none",
|
|
2019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2020
|
+
...props
|
|
2021
|
+
},
|
|
2022
|
+
/* @__PURE__ */ React39.createElement(
|
|
2023
|
+
"path",
|
|
2024
|
+
{
|
|
2025
|
+
fillRule: "evenodd",
|
|
2026
|
+
clipRule: "evenodd",
|
|
2027
|
+
d: "M9 4C7.34315 4 6 5.34315 6 7C6 8.65685 7.34315 10 9 10C10.6569 10 12 8.65685 12 7C12 5.34315 10.6569 4 9 4ZM8 7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8C8.44772 8 8 7.55228 8 7Z",
|
|
2028
|
+
fill: "currentColor"
|
|
2029
|
+
}
|
|
2030
|
+
),
|
|
2031
|
+
/* @__PURE__ */ React39.createElement(
|
|
2032
|
+
"path",
|
|
2033
|
+
{
|
|
2034
|
+
d: "M6 12C5.20435 12 4.44129 12.3161 3.87868 12.8787C3.31607 13.4413 3 14.2044 3 15C3 15.5523 3.44772 16 4 16C4.55228 16 5 15.5523 5 15C5 14.7348 5.10536 14.4804 5.29289 14.2929C5.48043 14.1054 5.73478 14 6 14H12C12.2652 14 12.5196 14.1054 12.7071 14.2929C12.8946 14.4804 13 14.7348 13 15C13 15.5523 13.4477 16 14 16C14.5523 16 15 15.5523 15 15C15 14.2043 14.6839 13.4413 14.1213 12.8787C13.5587 12.3161 12.7957 12 12 12H6Z",
|
|
2035
|
+
fill: "currentColor"
|
|
2036
|
+
}
|
|
2037
|
+
),
|
|
2038
|
+
/* @__PURE__ */ React39.createElement(
|
|
2039
|
+
"path",
|
|
2040
|
+
{
|
|
2041
|
+
fillRule: "evenodd",
|
|
2042
|
+
clipRule: "evenodd",
|
|
2043
|
+
d: "M18 11V14H19C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16H18V17C18 18.6569 16.6569 20 15 20H3C1.34315 20 0 18.6569 0 17V3C0 1.34315 1.34315 0 3 0H15C16.6569 0 18 1.34315 18 3V4H19C19.5523 4 20 4.44772 20 5C20 5.55229 19.5523 6 19 6H18V9H19C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11H18ZM3 2C2.44772 2 2 2.44772 2 3V17C2 17.5523 2.44772 18 3 18H15C15.5523 18 16 17.5523 16 17V3C16 2.44772 15.5523 2 15 2H3Z",
|
|
2044
|
+
fill: "currentColor"
|
|
2045
|
+
}
|
|
2046
|
+
)
|
|
2047
|
+
);
|
|
2048
|
+
};
|
|
2049
|
+
Contact_default = SvgContact;
|
|
2050
|
+
}
|
|
2051
|
+
});
|
|
2052
|
+
|
|
1999
2053
|
// src/react/Copy.tsx
|
|
2000
2054
|
var Copy_exports = {};
|
|
2001
2055
|
__export(Copy_exports, {
|
|
2002
2056
|
default: () => Copy_default
|
|
2003
2057
|
});
|
|
2004
|
-
import * as
|
|
2058
|
+
import * as React40 from "react";
|
|
2005
2059
|
var SvgCopy, Copy_default;
|
|
2006
2060
|
var init_Copy = __esm({
|
|
2007
2061
|
"src/react/Copy.tsx"() {
|
|
@@ -2009,7 +2063,7 @@ var init_Copy = __esm({
|
|
|
2009
2063
|
init_types();
|
|
2010
2064
|
SvgCopy = ({ size = 16, ...props }) => {
|
|
2011
2065
|
const sizeValue = resolveSize(size);
|
|
2012
|
-
return /* @__PURE__ */
|
|
2066
|
+
return /* @__PURE__ */ React40.createElement(
|
|
2013
2067
|
"svg",
|
|
2014
2068
|
{
|
|
2015
2069
|
width: sizeValue,
|
|
@@ -2019,7 +2073,7 @@ var init_Copy = __esm({
|
|
|
2019
2073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2020
2074
|
...props
|
|
2021
2075
|
},
|
|
2022
|
-
/* @__PURE__ */
|
|
2076
|
+
/* @__PURE__ */ React40.createElement(
|
|
2023
2077
|
"path",
|
|
2024
2078
|
{
|
|
2025
2079
|
fillRule: "evenodd",
|
|
@@ -2028,7 +2082,7 @@ var init_Copy = __esm({
|
|
|
2028
2082
|
fill: "currentColor"
|
|
2029
2083
|
}
|
|
2030
2084
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2085
|
+
/* @__PURE__ */ React40.createElement(
|
|
2032
2086
|
"path",
|
|
2033
2087
|
{
|
|
2034
2088
|
fillRule: "evenodd",
|
|
@@ -2048,7 +2102,7 @@ var DoorOpen_exports = {};
|
|
|
2048
2102
|
__export(DoorOpen_exports, {
|
|
2049
2103
|
default: () => DoorOpen_default
|
|
2050
2104
|
});
|
|
2051
|
-
import * as
|
|
2105
|
+
import * as React41 from "react";
|
|
2052
2106
|
var SvgDoorOpen, DoorOpen_default;
|
|
2053
2107
|
var init_DoorOpen = __esm({
|
|
2054
2108
|
"src/react/DoorOpen.tsx"() {
|
|
@@ -2056,7 +2110,7 @@ var init_DoorOpen = __esm({
|
|
|
2056
2110
|
init_types();
|
|
2057
2111
|
SvgDoorOpen = ({ size = 16, ...props }) => {
|
|
2058
2112
|
const sizeValue = resolveSize(size);
|
|
2059
|
-
return /* @__PURE__ */
|
|
2113
|
+
return /* @__PURE__ */ React41.createElement(
|
|
2060
2114
|
"svg",
|
|
2061
2115
|
{
|
|
2062
2116
|
width: sizeValue,
|
|
@@ -2066,7 +2120,7 @@ var init_DoorOpen = __esm({
|
|
|
2066
2120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2067
2121
|
...props
|
|
2068
2122
|
},
|
|
2069
|
-
/* @__PURE__ */
|
|
2123
|
+
/* @__PURE__ */ React41.createElement(
|
|
2070
2124
|
"path",
|
|
2071
2125
|
{
|
|
2072
2126
|
fillRule: "evenodd",
|
|
@@ -2075,7 +2129,7 @@ var init_DoorOpen = __esm({
|
|
|
2075
2129
|
fill: "currentColor"
|
|
2076
2130
|
}
|
|
2077
2131
|
),
|
|
2078
|
-
/* @__PURE__ */
|
|
2132
|
+
/* @__PURE__ */ React41.createElement(
|
|
2079
2133
|
"path",
|
|
2080
2134
|
{
|
|
2081
2135
|
fillRule: "evenodd",
|
|
@@ -2084,7 +2138,7 @@ var init_DoorOpen = __esm({
|
|
|
2084
2138
|
fill: "currentColor"
|
|
2085
2139
|
}
|
|
2086
2140
|
),
|
|
2087
|
-
/* @__PURE__ */
|
|
2141
|
+
/* @__PURE__ */ React41.createElement(
|
|
2088
2142
|
"path",
|
|
2089
2143
|
{
|
|
2090
2144
|
fillRule: "evenodd",
|
|
@@ -2093,7 +2147,7 @@ var init_DoorOpen = __esm({
|
|
|
2093
2147
|
fill: "currentColor"
|
|
2094
2148
|
}
|
|
2095
2149
|
),
|
|
2096
|
-
/* @__PURE__ */
|
|
2150
|
+
/* @__PURE__ */ React41.createElement(
|
|
2097
2151
|
"path",
|
|
2098
2152
|
{
|
|
2099
2153
|
fillRule: "evenodd",
|
|
@@ -2102,7 +2156,7 @@ var init_DoorOpen = __esm({
|
|
|
2102
2156
|
fill: "currentColor"
|
|
2103
2157
|
}
|
|
2104
2158
|
),
|
|
2105
|
-
/* @__PURE__ */
|
|
2159
|
+
/* @__PURE__ */ React41.createElement(
|
|
2106
2160
|
"path",
|
|
2107
2161
|
{
|
|
2108
2162
|
fillRule: "evenodd",
|
|
@@ -2122,7 +2176,7 @@ var Duplex_exports = {};
|
|
|
2122
2176
|
__export(Duplex_exports, {
|
|
2123
2177
|
default: () => Duplex_default
|
|
2124
2178
|
});
|
|
2125
|
-
import * as
|
|
2179
|
+
import * as React42 from "react";
|
|
2126
2180
|
var SvgDuplex, Duplex_default;
|
|
2127
2181
|
var init_Duplex = __esm({
|
|
2128
2182
|
"src/react/Duplex.tsx"() {
|
|
@@ -2130,7 +2184,7 @@ var init_Duplex = __esm({
|
|
|
2130
2184
|
init_types();
|
|
2131
2185
|
SvgDuplex = ({ size = 16, ...props }) => {
|
|
2132
2186
|
const sizeValue = resolveSize(size);
|
|
2133
|
-
return /* @__PURE__ */
|
|
2187
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2134
2188
|
"svg",
|
|
2135
2189
|
{
|
|
2136
2190
|
width: sizeValue,
|
|
@@ -2140,7 +2194,7 @@ var init_Duplex = __esm({
|
|
|
2140
2194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2141
2195
|
...props
|
|
2142
2196
|
},
|
|
2143
|
-
/* @__PURE__ */
|
|
2197
|
+
/* @__PURE__ */ React42.createElement(
|
|
2144
2198
|
"path",
|
|
2145
2199
|
{
|
|
2146
2200
|
fillRule: "evenodd",
|
|
@@ -2149,7 +2203,7 @@ var init_Duplex = __esm({
|
|
|
2149
2203
|
fill: "currentColor"
|
|
2150
2204
|
}
|
|
2151
2205
|
),
|
|
2152
|
-
/* @__PURE__ */
|
|
2206
|
+
/* @__PURE__ */ React42.createElement(
|
|
2153
2207
|
"path",
|
|
2154
2208
|
{
|
|
2155
2209
|
fillRule: "evenodd",
|
|
@@ -2158,7 +2212,7 @@ var init_Duplex = __esm({
|
|
|
2158
2212
|
fill: "currentColor"
|
|
2159
2213
|
}
|
|
2160
2214
|
),
|
|
2161
|
-
/* @__PURE__ */
|
|
2215
|
+
/* @__PURE__ */ React42.createElement(
|
|
2162
2216
|
"path",
|
|
2163
2217
|
{
|
|
2164
2218
|
fillRule: "evenodd",
|
|
@@ -2167,7 +2221,7 @@ var init_Duplex = __esm({
|
|
|
2167
2221
|
fill: "currentColor"
|
|
2168
2222
|
}
|
|
2169
2223
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2224
|
+
/* @__PURE__ */ React42.createElement(
|
|
2171
2225
|
"path",
|
|
2172
2226
|
{
|
|
2173
2227
|
fillRule: "evenodd",
|
|
@@ -2176,7 +2230,7 @@ var init_Duplex = __esm({
|
|
|
2176
2230
|
fill: "currentColor"
|
|
2177
2231
|
}
|
|
2178
2232
|
),
|
|
2179
|
-
/* @__PURE__ */
|
|
2233
|
+
/* @__PURE__ */ React42.createElement(
|
|
2180
2234
|
"path",
|
|
2181
2235
|
{
|
|
2182
2236
|
fillRule: "evenodd",
|
|
@@ -2185,7 +2239,7 @@ var init_Duplex = __esm({
|
|
|
2185
2239
|
fill: "currentColor"
|
|
2186
2240
|
}
|
|
2187
2241
|
),
|
|
2188
|
-
/* @__PURE__ */
|
|
2242
|
+
/* @__PURE__ */ React42.createElement(
|
|
2189
2243
|
"path",
|
|
2190
2244
|
{
|
|
2191
2245
|
fillRule: "evenodd",
|
|
@@ -2205,7 +2259,7 @@ var Edit_exports = {};
|
|
|
2205
2259
|
__export(Edit_exports, {
|
|
2206
2260
|
default: () => Edit_default
|
|
2207
2261
|
});
|
|
2208
|
-
import * as
|
|
2262
|
+
import * as React43 from "react";
|
|
2209
2263
|
var SvgEdit, Edit_default;
|
|
2210
2264
|
var init_Edit = __esm({
|
|
2211
2265
|
"src/react/Edit.tsx"() {
|
|
@@ -2213,7 +2267,7 @@ var init_Edit = __esm({
|
|
|
2213
2267
|
init_types();
|
|
2214
2268
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
2215
2269
|
const sizeValue = resolveSize(size);
|
|
2216
|
-
return /* @__PURE__ */
|
|
2270
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2217
2271
|
"svg",
|
|
2218
2272
|
{
|
|
2219
2273
|
width: sizeValue,
|
|
@@ -2223,7 +2277,7 @@ var init_Edit = __esm({
|
|
|
2223
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
2278
|
...props
|
|
2225
2279
|
},
|
|
2226
|
-
/* @__PURE__ */
|
|
2280
|
+
/* @__PURE__ */ React43.createElement(
|
|
2227
2281
|
"path",
|
|
2228
2282
|
{
|
|
2229
2283
|
fillRule: "evenodd",
|
|
@@ -2232,7 +2286,7 @@ var init_Edit = __esm({
|
|
|
2232
2286
|
fill: "currentColor"
|
|
2233
2287
|
}
|
|
2234
2288
|
),
|
|
2235
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ React43.createElement(
|
|
2236
2290
|
"path",
|
|
2237
2291
|
{
|
|
2238
2292
|
fillRule: "evenodd",
|
|
@@ -2252,7 +2306,7 @@ var Electric_exports = {};
|
|
|
2252
2306
|
__export(Electric_exports, {
|
|
2253
2307
|
default: () => Electric_default
|
|
2254
2308
|
});
|
|
2255
|
-
import * as
|
|
2309
|
+
import * as React44 from "react";
|
|
2256
2310
|
var SvgElectric, Electric_default;
|
|
2257
2311
|
var init_Electric = __esm({
|
|
2258
2312
|
"src/react/Electric.tsx"() {
|
|
@@ -2260,7 +2314,7 @@ var init_Electric = __esm({
|
|
|
2260
2314
|
init_types();
|
|
2261
2315
|
SvgElectric = ({ size = 16, ...props }) => {
|
|
2262
2316
|
const sizeValue = resolveSize(size);
|
|
2263
|
-
return /* @__PURE__ */
|
|
2317
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2264
2318
|
"svg",
|
|
2265
2319
|
{
|
|
2266
2320
|
width: sizeValue,
|
|
@@ -2270,7 +2324,7 @@ var init_Electric = __esm({
|
|
|
2270
2324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2271
2325
|
...props
|
|
2272
2326
|
},
|
|
2273
|
-
/* @__PURE__ */
|
|
2327
|
+
/* @__PURE__ */ React44.createElement(
|
|
2274
2328
|
"path",
|
|
2275
2329
|
{
|
|
2276
2330
|
fillRule: "evenodd",
|
|
@@ -2279,7 +2333,7 @@ var init_Electric = __esm({
|
|
|
2279
2333
|
fill: "currentColor"
|
|
2280
2334
|
}
|
|
2281
2335
|
),
|
|
2282
|
-
/* @__PURE__ */
|
|
2336
|
+
/* @__PURE__ */ React44.createElement(
|
|
2283
2337
|
"path",
|
|
2284
2338
|
{
|
|
2285
2339
|
fillRule: "evenodd",
|
|
@@ -2288,7 +2342,7 @@ var init_Electric = __esm({
|
|
|
2288
2342
|
fill: "currentColor"
|
|
2289
2343
|
}
|
|
2290
2344
|
),
|
|
2291
|
-
/* @__PURE__ */
|
|
2345
|
+
/* @__PURE__ */ React44.createElement(
|
|
2292
2346
|
"path",
|
|
2293
2347
|
{
|
|
2294
2348
|
fillRule: "evenodd",
|
|
@@ -2297,7 +2351,7 @@ var init_Electric = __esm({
|
|
|
2297
2351
|
fill: "currentColor"
|
|
2298
2352
|
}
|
|
2299
2353
|
),
|
|
2300
|
-
/* @__PURE__ */
|
|
2354
|
+
/* @__PURE__ */ React44.createElement(
|
|
2301
2355
|
"path",
|
|
2302
2356
|
{
|
|
2303
2357
|
fillRule: "evenodd",
|
|
@@ -2306,7 +2360,7 @@ var init_Electric = __esm({
|
|
|
2306
2360
|
fill: "currentColor"
|
|
2307
2361
|
}
|
|
2308
2362
|
),
|
|
2309
|
-
/* @__PURE__ */
|
|
2363
|
+
/* @__PURE__ */ React44.createElement(
|
|
2310
2364
|
"path",
|
|
2311
2365
|
{
|
|
2312
2366
|
fillRule: "evenodd",
|
|
@@ -2315,7 +2369,7 @@ var init_Electric = __esm({
|
|
|
2315
2369
|
fill: "currentColor"
|
|
2316
2370
|
}
|
|
2317
2371
|
),
|
|
2318
|
-
/* @__PURE__ */
|
|
2372
|
+
/* @__PURE__ */ React44.createElement(
|
|
2319
2373
|
"path",
|
|
2320
2374
|
{
|
|
2321
2375
|
fillRule: "evenodd",
|
|
@@ -2335,7 +2389,7 @@ var ExploreFilled_exports = {};
|
|
|
2335
2389
|
__export(ExploreFilled_exports, {
|
|
2336
2390
|
default: () => ExploreFilled_default
|
|
2337
2391
|
});
|
|
2338
|
-
import * as
|
|
2392
|
+
import * as React45 from "react";
|
|
2339
2393
|
var SvgExploreFilled, ExploreFilled_default;
|
|
2340
2394
|
var init_ExploreFilled = __esm({
|
|
2341
2395
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -2343,7 +2397,7 @@ var init_ExploreFilled = __esm({
|
|
|
2343
2397
|
init_types();
|
|
2344
2398
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
2345
2399
|
const sizeValue = resolveSize(size);
|
|
2346
|
-
return /* @__PURE__ */
|
|
2400
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2347
2401
|
"svg",
|
|
2348
2402
|
{
|
|
2349
2403
|
width: sizeValue,
|
|
@@ -2353,7 +2407,7 @@ var init_ExploreFilled = __esm({
|
|
|
2353
2407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2354
2408
|
...props
|
|
2355
2409
|
},
|
|
2356
|
-
/* @__PURE__ */
|
|
2410
|
+
/* @__PURE__ */ React45.createElement(
|
|
2357
2411
|
"path",
|
|
2358
2412
|
{
|
|
2359
2413
|
fillRule: "evenodd",
|
|
@@ -2362,7 +2416,7 @@ var init_ExploreFilled = __esm({
|
|
|
2362
2416
|
fill: "currentColor"
|
|
2363
2417
|
}
|
|
2364
2418
|
),
|
|
2365
|
-
/* @__PURE__ */
|
|
2419
|
+
/* @__PURE__ */ React45.createElement(
|
|
2366
2420
|
"path",
|
|
2367
2421
|
{
|
|
2368
2422
|
fillRule: "evenodd",
|
|
@@ -2371,7 +2425,7 @@ var init_ExploreFilled = __esm({
|
|
|
2371
2425
|
fill: "currentColor"
|
|
2372
2426
|
}
|
|
2373
2427
|
),
|
|
2374
|
-
/* @__PURE__ */
|
|
2428
|
+
/* @__PURE__ */ React45.createElement(
|
|
2375
2429
|
"path",
|
|
2376
2430
|
{
|
|
2377
2431
|
d: "M16.1046 11.1024C16.1046 13.9203 13.8202 16.2047 11.0022 16.2047C8.1843 16.2047 5.8999 13.9203 5.8999 11.1024C5.8999 8.28445 8.1843 6.00005 11.0022 6.00005C13.8202 6.00005 16.1046 8.28445 16.1046 11.1024Z",
|
|
@@ -2389,7 +2443,7 @@ var ExploreLinear_exports = {};
|
|
|
2389
2443
|
__export(ExploreLinear_exports, {
|
|
2390
2444
|
default: () => ExploreLinear_default
|
|
2391
2445
|
});
|
|
2392
|
-
import * as
|
|
2446
|
+
import * as React46 from "react";
|
|
2393
2447
|
var SvgExploreLinear, ExploreLinear_default;
|
|
2394
2448
|
var init_ExploreLinear = __esm({
|
|
2395
2449
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -2397,7 +2451,7 @@ var init_ExploreLinear = __esm({
|
|
|
2397
2451
|
init_types();
|
|
2398
2452
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
2399
2453
|
const sizeValue = resolveSize(size);
|
|
2400
|
-
return /* @__PURE__ */
|
|
2454
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2401
2455
|
"svg",
|
|
2402
2456
|
{
|
|
2403
2457
|
width: sizeValue,
|
|
@@ -2407,7 +2461,7 @@ var init_ExploreLinear = __esm({
|
|
|
2407
2461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2408
2462
|
...props
|
|
2409
2463
|
},
|
|
2410
|
-
/* @__PURE__ */
|
|
2464
|
+
/* @__PURE__ */ React46.createElement(
|
|
2411
2465
|
"path",
|
|
2412
2466
|
{
|
|
2413
2467
|
fillRule: "evenodd",
|
|
@@ -2416,7 +2470,7 @@ var init_ExploreLinear = __esm({
|
|
|
2416
2470
|
fill: "currentColor"
|
|
2417
2471
|
}
|
|
2418
2472
|
),
|
|
2419
|
-
/* @__PURE__ */
|
|
2473
|
+
/* @__PURE__ */ React46.createElement(
|
|
2420
2474
|
"path",
|
|
2421
2475
|
{
|
|
2422
2476
|
fillRule: "evenodd",
|
|
@@ -2436,7 +2490,7 @@ var EyeHidden_exports = {};
|
|
|
2436
2490
|
__export(EyeHidden_exports, {
|
|
2437
2491
|
default: () => EyeHidden_default
|
|
2438
2492
|
});
|
|
2439
|
-
import * as
|
|
2493
|
+
import * as React47 from "react";
|
|
2440
2494
|
var SvgEyeHidden, EyeHidden_default;
|
|
2441
2495
|
var init_EyeHidden = __esm({
|
|
2442
2496
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -2444,7 +2498,7 @@ var init_EyeHidden = __esm({
|
|
|
2444
2498
|
init_types();
|
|
2445
2499
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
2446
2500
|
const sizeValue = resolveSize(size);
|
|
2447
|
-
return /* @__PURE__ */
|
|
2501
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2448
2502
|
"svg",
|
|
2449
2503
|
{
|
|
2450
2504
|
width: sizeValue,
|
|
@@ -2454,7 +2508,7 @@ var init_EyeHidden = __esm({
|
|
|
2454
2508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
2509
|
...props
|
|
2456
2510
|
},
|
|
2457
|
-
/* @__PURE__ */
|
|
2511
|
+
/* @__PURE__ */ React47.createElement(
|
|
2458
2512
|
"path",
|
|
2459
2513
|
{
|
|
2460
2514
|
fillRule: "evenodd",
|
|
@@ -2463,7 +2517,7 @@ var init_EyeHidden = __esm({
|
|
|
2463
2517
|
fill: "currentColor"
|
|
2464
2518
|
}
|
|
2465
2519
|
),
|
|
2466
|
-
/* @__PURE__ */
|
|
2520
|
+
/* @__PURE__ */ React47.createElement(
|
|
2467
2521
|
"path",
|
|
2468
2522
|
{
|
|
2469
2523
|
fillRule: "evenodd",
|
|
@@ -2472,7 +2526,7 @@ var init_EyeHidden = __esm({
|
|
|
2472
2526
|
fill: "currentColor"
|
|
2473
2527
|
}
|
|
2474
2528
|
),
|
|
2475
|
-
/* @__PURE__ */
|
|
2529
|
+
/* @__PURE__ */ React47.createElement(
|
|
2476
2530
|
"path",
|
|
2477
2531
|
{
|
|
2478
2532
|
fillRule: "evenodd",
|
|
@@ -2492,7 +2546,7 @@ var EyeVisible_exports = {};
|
|
|
2492
2546
|
__export(EyeVisible_exports, {
|
|
2493
2547
|
default: () => EyeVisible_default
|
|
2494
2548
|
});
|
|
2495
|
-
import * as
|
|
2549
|
+
import * as React48 from "react";
|
|
2496
2550
|
var SvgEyeVisible, EyeVisible_default;
|
|
2497
2551
|
var init_EyeVisible = __esm({
|
|
2498
2552
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -2500,7 +2554,7 @@ var init_EyeVisible = __esm({
|
|
|
2500
2554
|
init_types();
|
|
2501
2555
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
2502
2556
|
const sizeValue = resolveSize(size);
|
|
2503
|
-
return /* @__PURE__ */
|
|
2557
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2504
2558
|
"svg",
|
|
2505
2559
|
{
|
|
2506
2560
|
width: sizeValue,
|
|
@@ -2510,7 +2564,7 @@ var init_EyeVisible = __esm({
|
|
|
2510
2564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2511
2565
|
...props
|
|
2512
2566
|
},
|
|
2513
|
-
/* @__PURE__ */
|
|
2567
|
+
/* @__PURE__ */ React48.createElement(
|
|
2514
2568
|
"path",
|
|
2515
2569
|
{
|
|
2516
2570
|
fillRule: "evenodd",
|
|
@@ -2519,7 +2573,7 @@ var init_EyeVisible = __esm({
|
|
|
2519
2573
|
fill: "currentColor"
|
|
2520
2574
|
}
|
|
2521
2575
|
),
|
|
2522
|
-
/* @__PURE__ */
|
|
2576
|
+
/* @__PURE__ */ React48.createElement(
|
|
2523
2577
|
"path",
|
|
2524
2578
|
{
|
|
2525
2579
|
fillRule: "evenodd",
|
|
@@ -2539,7 +2593,7 @@ var FaceAndroid_exports = {};
|
|
|
2539
2593
|
__export(FaceAndroid_exports, {
|
|
2540
2594
|
default: () => FaceAndroid_default
|
|
2541
2595
|
});
|
|
2542
|
-
import * as
|
|
2596
|
+
import * as React49 from "react";
|
|
2543
2597
|
var SvgFaceAndroid, FaceAndroid_default;
|
|
2544
2598
|
var init_FaceAndroid = __esm({
|
|
2545
2599
|
"src/react/FaceAndroid.tsx"() {
|
|
@@ -2547,7 +2601,7 @@ var init_FaceAndroid = __esm({
|
|
|
2547
2601
|
init_types();
|
|
2548
2602
|
SvgFaceAndroid = ({ size = 16, ...props }) => {
|
|
2549
2603
|
const sizeValue = resolveSize(size);
|
|
2550
|
-
return /* @__PURE__ */
|
|
2604
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2551
2605
|
"svg",
|
|
2552
2606
|
{
|
|
2553
2607
|
width: sizeValue,
|
|
@@ -2557,7 +2611,7 @@ var init_FaceAndroid = __esm({
|
|
|
2557
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2558
2612
|
...props
|
|
2559
2613
|
},
|
|
2560
|
-
/* @__PURE__ */
|
|
2614
|
+
/* @__PURE__ */ React49.createElement(
|
|
2561
2615
|
"path",
|
|
2562
2616
|
{
|
|
2563
2617
|
fillRule: "evenodd",
|
|
@@ -2566,7 +2620,7 @@ var init_FaceAndroid = __esm({
|
|
|
2566
2620
|
fill: "currentColor"
|
|
2567
2621
|
}
|
|
2568
2622
|
),
|
|
2569
|
-
/* @__PURE__ */
|
|
2623
|
+
/* @__PURE__ */ React49.createElement(
|
|
2570
2624
|
"path",
|
|
2571
2625
|
{
|
|
2572
2626
|
fillRule: "evenodd",
|
|
@@ -2575,7 +2629,7 @@ var init_FaceAndroid = __esm({
|
|
|
2575
2629
|
fill: "currentColor"
|
|
2576
2630
|
}
|
|
2577
2631
|
),
|
|
2578
|
-
/* @__PURE__ */
|
|
2632
|
+
/* @__PURE__ */ React49.createElement(
|
|
2579
2633
|
"path",
|
|
2580
2634
|
{
|
|
2581
2635
|
fillRule: "evenodd",
|
|
@@ -2584,14 +2638,14 @@ var init_FaceAndroid = __esm({
|
|
|
2584
2638
|
fill: "currentColor"
|
|
2585
2639
|
}
|
|
2586
2640
|
),
|
|
2587
|
-
/* @__PURE__ */
|
|
2641
|
+
/* @__PURE__ */ React49.createElement(
|
|
2588
2642
|
"path",
|
|
2589
2643
|
{
|
|
2590
2644
|
d: "M18.265 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2591
2645
|
fill: "currentColor"
|
|
2592
2646
|
}
|
|
2593
2647
|
),
|
|
2594
|
-
/* @__PURE__ */
|
|
2648
|
+
/* @__PURE__ */ React49.createElement(
|
|
2595
2649
|
"path",
|
|
2596
2650
|
{
|
|
2597
2651
|
d: "M7.441 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
@@ -2609,7 +2663,7 @@ var FaceIosBold_exports = {};
|
|
|
2609
2663
|
__export(FaceIosBold_exports, {
|
|
2610
2664
|
default: () => FaceIosBold_default
|
|
2611
2665
|
});
|
|
2612
|
-
import * as
|
|
2666
|
+
import * as React50 from "react";
|
|
2613
2667
|
var SvgFaceIosBold, FaceIosBold_default;
|
|
2614
2668
|
var init_FaceIosBold = __esm({
|
|
2615
2669
|
"src/react/FaceIosBold.tsx"() {
|
|
@@ -2617,7 +2671,7 @@ var init_FaceIosBold = __esm({
|
|
|
2617
2671
|
init_types();
|
|
2618
2672
|
SvgFaceIosBold = ({ size = 16, ...props }) => {
|
|
2619
2673
|
const sizeValue = resolveSize(size);
|
|
2620
|
-
return /* @__PURE__ */
|
|
2674
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2621
2675
|
"svg",
|
|
2622
2676
|
{
|
|
2623
2677
|
width: sizeValue,
|
|
@@ -2627,56 +2681,56 @@ var init_FaceIosBold = __esm({
|
|
|
2627
2681
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2628
2682
|
...props
|
|
2629
2683
|
},
|
|
2630
|
-
/* @__PURE__ */
|
|
2684
|
+
/* @__PURE__ */ React50.createElement(
|
|
2631
2685
|
"path",
|
|
2632
2686
|
{
|
|
2633
2687
|
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",
|
|
2634
2688
|
fill: "currentColor"
|
|
2635
2689
|
}
|
|
2636
2690
|
),
|
|
2637
|
-
/* @__PURE__ */
|
|
2691
|
+
/* @__PURE__ */ React50.createElement(
|
|
2638
2692
|
"path",
|
|
2639
2693
|
{
|
|
2640
2694
|
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",
|
|
2641
2695
|
fill: "currentColor"
|
|
2642
2696
|
}
|
|
2643
2697
|
),
|
|
2644
|
-
/* @__PURE__ */
|
|
2698
|
+
/* @__PURE__ */ React50.createElement(
|
|
2645
2699
|
"path",
|
|
2646
2700
|
{
|
|
2647
2701
|
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",
|
|
2648
2702
|
fill: "currentColor"
|
|
2649
2703
|
}
|
|
2650
2704
|
),
|
|
2651
|
-
/* @__PURE__ */
|
|
2705
|
+
/* @__PURE__ */ React50.createElement(
|
|
2652
2706
|
"path",
|
|
2653
2707
|
{
|
|
2654
2708
|
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",
|
|
2655
2709
|
fill: "currentColor"
|
|
2656
2710
|
}
|
|
2657
2711
|
),
|
|
2658
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ React50.createElement(
|
|
2659
2713
|
"path",
|
|
2660
2714
|
{
|
|
2661
2715
|
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",
|
|
2662
2716
|
fill: "currentColor"
|
|
2663
2717
|
}
|
|
2664
2718
|
),
|
|
2665
|
-
/* @__PURE__ */
|
|
2719
|
+
/* @__PURE__ */ React50.createElement(
|
|
2666
2720
|
"path",
|
|
2667
2721
|
{
|
|
2668
2722
|
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",
|
|
2669
2723
|
fill: "currentColor"
|
|
2670
2724
|
}
|
|
2671
2725
|
),
|
|
2672
|
-
/* @__PURE__ */
|
|
2726
|
+
/* @__PURE__ */ React50.createElement(
|
|
2673
2727
|
"path",
|
|
2674
2728
|
{
|
|
2675
2729
|
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",
|
|
2676
2730
|
fill: "currentColor"
|
|
2677
2731
|
}
|
|
2678
2732
|
),
|
|
2679
|
-
/* @__PURE__ */
|
|
2733
|
+
/* @__PURE__ */ React50.createElement(
|
|
2680
2734
|
"path",
|
|
2681
2735
|
{
|
|
2682
2736
|
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",
|
|
@@ -2694,7 +2748,7 @@ var FaceIosLight_exports = {};
|
|
|
2694
2748
|
__export(FaceIosLight_exports, {
|
|
2695
2749
|
default: () => FaceIosLight_default
|
|
2696
2750
|
});
|
|
2697
|
-
import * as
|
|
2751
|
+
import * as React51 from "react";
|
|
2698
2752
|
var SvgFaceIosLight, FaceIosLight_default;
|
|
2699
2753
|
var init_FaceIosLight = __esm({
|
|
2700
2754
|
"src/react/FaceIosLight.tsx"() {
|
|
@@ -2702,7 +2756,7 @@ var init_FaceIosLight = __esm({
|
|
|
2702
2756
|
init_types();
|
|
2703
2757
|
SvgFaceIosLight = ({ size = 16, ...props }) => {
|
|
2704
2758
|
const sizeValue = resolveSize(size);
|
|
2705
|
-
return /* @__PURE__ */
|
|
2759
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2706
2760
|
"svg",
|
|
2707
2761
|
{
|
|
2708
2762
|
width: sizeValue,
|
|
@@ -2712,7 +2766,7 @@ var init_FaceIosLight = __esm({
|
|
|
2712
2766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2713
2767
|
...props
|
|
2714
2768
|
},
|
|
2715
|
-
/* @__PURE__ */
|
|
2769
|
+
/* @__PURE__ */ React51.createElement(
|
|
2716
2770
|
"path",
|
|
2717
2771
|
{
|
|
2718
2772
|
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",
|
|
@@ -2730,7 +2784,7 @@ var FileCheck_exports = {};
|
|
|
2730
2784
|
__export(FileCheck_exports, {
|
|
2731
2785
|
default: () => FileCheck_default
|
|
2732
2786
|
});
|
|
2733
|
-
import * as
|
|
2787
|
+
import * as React52 from "react";
|
|
2734
2788
|
var SvgFileCheck, FileCheck_default;
|
|
2735
2789
|
var init_FileCheck = __esm({
|
|
2736
2790
|
"src/react/FileCheck.tsx"() {
|
|
@@ -2738,7 +2792,7 @@ var init_FileCheck = __esm({
|
|
|
2738
2792
|
init_types();
|
|
2739
2793
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
2740
2794
|
const sizeValue = resolveSize(size);
|
|
2741
|
-
return /* @__PURE__ */
|
|
2795
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2742
2796
|
"svg",
|
|
2743
2797
|
{
|
|
2744
2798
|
width: sizeValue,
|
|
@@ -2748,7 +2802,7 @@ var init_FileCheck = __esm({
|
|
|
2748
2802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
2803
|
...props
|
|
2750
2804
|
},
|
|
2751
|
-
/* @__PURE__ */
|
|
2805
|
+
/* @__PURE__ */ React52.createElement(
|
|
2752
2806
|
"path",
|
|
2753
2807
|
{
|
|
2754
2808
|
fillRule: "evenodd",
|
|
@@ -2757,7 +2811,7 @@ var init_FileCheck = __esm({
|
|
|
2757
2811
|
fill: "currentColor"
|
|
2758
2812
|
}
|
|
2759
2813
|
),
|
|
2760
|
-
/* @__PURE__ */
|
|
2814
|
+
/* @__PURE__ */ React52.createElement(
|
|
2761
2815
|
"path",
|
|
2762
2816
|
{
|
|
2763
2817
|
fillRule: "evenodd",
|
|
@@ -2766,7 +2820,7 @@ var init_FileCheck = __esm({
|
|
|
2766
2820
|
fill: "currentColor"
|
|
2767
2821
|
}
|
|
2768
2822
|
),
|
|
2769
|
-
/* @__PURE__ */
|
|
2823
|
+
/* @__PURE__ */ React52.createElement(
|
|
2770
2824
|
"path",
|
|
2771
2825
|
{
|
|
2772
2826
|
fillRule: "evenodd",
|
|
@@ -2786,7 +2840,7 @@ var FileInput_exports = {};
|
|
|
2786
2840
|
__export(FileInput_exports, {
|
|
2787
2841
|
default: () => FileInput_default
|
|
2788
2842
|
});
|
|
2789
|
-
import * as
|
|
2843
|
+
import * as React53 from "react";
|
|
2790
2844
|
var SvgFileInput, FileInput_default;
|
|
2791
2845
|
var init_FileInput = __esm({
|
|
2792
2846
|
"src/react/FileInput.tsx"() {
|
|
@@ -2794,7 +2848,7 @@ var init_FileInput = __esm({
|
|
|
2794
2848
|
init_types();
|
|
2795
2849
|
SvgFileInput = ({ size = 16, ...props }) => {
|
|
2796
2850
|
const sizeValue = resolveSize(size);
|
|
2797
|
-
return /* @__PURE__ */
|
|
2851
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2798
2852
|
"svg",
|
|
2799
2853
|
{
|
|
2800
2854
|
width: sizeValue,
|
|
@@ -2804,7 +2858,7 @@ var init_FileInput = __esm({
|
|
|
2804
2858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2805
2859
|
...props
|
|
2806
2860
|
},
|
|
2807
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ React53.createElement(
|
|
2808
2862
|
"path",
|
|
2809
2863
|
{
|
|
2810
2864
|
fillRule: "evenodd",
|
|
@@ -2813,7 +2867,7 @@ var init_FileInput = __esm({
|
|
|
2813
2867
|
fill: "currentColor"
|
|
2814
2868
|
}
|
|
2815
2869
|
),
|
|
2816
|
-
/* @__PURE__ */
|
|
2870
|
+
/* @__PURE__ */ React53.createElement(
|
|
2817
2871
|
"path",
|
|
2818
2872
|
{
|
|
2819
2873
|
fillRule: "evenodd",
|
|
@@ -2822,7 +2876,7 @@ var init_FileInput = __esm({
|
|
|
2822
2876
|
fill: "currentColor"
|
|
2823
2877
|
}
|
|
2824
2878
|
),
|
|
2825
|
-
/* @__PURE__ */
|
|
2879
|
+
/* @__PURE__ */ React53.createElement(
|
|
2826
2880
|
"path",
|
|
2827
2881
|
{
|
|
2828
2882
|
fillRule: "evenodd",
|
|
@@ -2831,7 +2885,7 @@ var init_FileInput = __esm({
|
|
|
2831
2885
|
fill: "currentColor"
|
|
2832
2886
|
}
|
|
2833
2887
|
),
|
|
2834
|
-
/* @__PURE__ */
|
|
2888
|
+
/* @__PURE__ */ React53.createElement(
|
|
2835
2889
|
"path",
|
|
2836
2890
|
{
|
|
2837
2891
|
fillRule: "evenodd",
|
|
@@ -2851,7 +2905,7 @@ var FileKey_exports = {};
|
|
|
2851
2905
|
__export(FileKey_exports, {
|
|
2852
2906
|
default: () => FileKey_default
|
|
2853
2907
|
});
|
|
2854
|
-
import * as
|
|
2908
|
+
import * as React54 from "react";
|
|
2855
2909
|
var SvgFileKey, FileKey_default;
|
|
2856
2910
|
var init_FileKey = __esm({
|
|
2857
2911
|
"src/react/FileKey.tsx"() {
|
|
@@ -2859,7 +2913,7 @@ var init_FileKey = __esm({
|
|
|
2859
2913
|
init_types();
|
|
2860
2914
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
2861
2915
|
const sizeValue = resolveSize(size);
|
|
2862
|
-
return /* @__PURE__ */
|
|
2916
|
+
return /* @__PURE__ */ React54.createElement(
|
|
2863
2917
|
"svg",
|
|
2864
2918
|
{
|
|
2865
2919
|
width: sizeValue,
|
|
@@ -2869,7 +2923,7 @@ var init_FileKey = __esm({
|
|
|
2869
2923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2870
2924
|
...props
|
|
2871
2925
|
},
|
|
2872
|
-
/* @__PURE__ */
|
|
2926
|
+
/* @__PURE__ */ React54.createElement(
|
|
2873
2927
|
"path",
|
|
2874
2928
|
{
|
|
2875
2929
|
fillRule: "evenodd",
|
|
@@ -2878,7 +2932,7 @@ var init_FileKey = __esm({
|
|
|
2878
2932
|
fill: "currentColor"
|
|
2879
2933
|
}
|
|
2880
2934
|
),
|
|
2881
|
-
/* @__PURE__ */
|
|
2935
|
+
/* @__PURE__ */ React54.createElement(
|
|
2882
2936
|
"path",
|
|
2883
2937
|
{
|
|
2884
2938
|
fillRule: "evenodd",
|
|
@@ -2887,7 +2941,7 @@ var init_FileKey = __esm({
|
|
|
2887
2941
|
fill: "currentColor"
|
|
2888
2942
|
}
|
|
2889
2943
|
),
|
|
2890
|
-
/* @__PURE__ */
|
|
2944
|
+
/* @__PURE__ */ React54.createElement(
|
|
2891
2945
|
"path",
|
|
2892
2946
|
{
|
|
2893
2947
|
fillRule: "evenodd",
|
|
@@ -2896,7 +2950,7 @@ var init_FileKey = __esm({
|
|
|
2896
2950
|
fill: "currentColor"
|
|
2897
2951
|
}
|
|
2898
2952
|
),
|
|
2899
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ React54.createElement(
|
|
2900
2954
|
"path",
|
|
2901
2955
|
{
|
|
2902
2956
|
fillRule: "evenodd",
|
|
@@ -2916,7 +2970,7 @@ var FileLock_exports = {};
|
|
|
2916
2970
|
__export(FileLock_exports, {
|
|
2917
2971
|
default: () => FileLock_default
|
|
2918
2972
|
});
|
|
2919
|
-
import * as
|
|
2973
|
+
import * as React55 from "react";
|
|
2920
2974
|
var SvgFileLock, FileLock_default;
|
|
2921
2975
|
var init_FileLock = __esm({
|
|
2922
2976
|
"src/react/FileLock.tsx"() {
|
|
@@ -2924,7 +2978,7 @@ var init_FileLock = __esm({
|
|
|
2924
2978
|
init_types();
|
|
2925
2979
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
2926
2980
|
const sizeValue = resolveSize(size);
|
|
2927
|
-
return /* @__PURE__ */
|
|
2981
|
+
return /* @__PURE__ */ React55.createElement(
|
|
2928
2982
|
"svg",
|
|
2929
2983
|
{
|
|
2930
2984
|
width: sizeValue,
|
|
@@ -2934,7 +2988,7 @@ var init_FileLock = __esm({
|
|
|
2934
2988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2935
2989
|
...props
|
|
2936
2990
|
},
|
|
2937
|
-
/* @__PURE__ */
|
|
2991
|
+
/* @__PURE__ */ React55.createElement(
|
|
2938
2992
|
"path",
|
|
2939
2993
|
{
|
|
2940
2994
|
fillRule: "evenodd",
|
|
@@ -2943,7 +2997,7 @@ var init_FileLock = __esm({
|
|
|
2943
2997
|
fill: "currentColor"
|
|
2944
2998
|
}
|
|
2945
2999
|
),
|
|
2946
|
-
/* @__PURE__ */
|
|
3000
|
+
/* @__PURE__ */ React55.createElement(
|
|
2947
3001
|
"path",
|
|
2948
3002
|
{
|
|
2949
3003
|
fillRule: "evenodd",
|
|
@@ -2952,7 +3006,7 @@ var init_FileLock = __esm({
|
|
|
2952
3006
|
fill: "currentColor"
|
|
2953
3007
|
}
|
|
2954
3008
|
),
|
|
2955
|
-
/* @__PURE__ */
|
|
3009
|
+
/* @__PURE__ */ React55.createElement(
|
|
2956
3010
|
"path",
|
|
2957
3011
|
{
|
|
2958
3012
|
fillRule: "evenodd",
|
|
@@ -2972,7 +3026,7 @@ var FileSignature_exports = {};
|
|
|
2972
3026
|
__export(FileSignature_exports, {
|
|
2973
3027
|
default: () => FileSignature_default
|
|
2974
3028
|
});
|
|
2975
|
-
import * as
|
|
3029
|
+
import * as React56 from "react";
|
|
2976
3030
|
var SvgFileSignature, FileSignature_default;
|
|
2977
3031
|
var init_FileSignature = __esm({
|
|
2978
3032
|
"src/react/FileSignature.tsx"() {
|
|
@@ -2980,7 +3034,7 @@ var init_FileSignature = __esm({
|
|
|
2980
3034
|
init_types();
|
|
2981
3035
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
2982
3036
|
const sizeValue = resolveSize(size);
|
|
2983
|
-
return /* @__PURE__ */
|
|
3037
|
+
return /* @__PURE__ */ React56.createElement(
|
|
2984
3038
|
"svg",
|
|
2985
3039
|
{
|
|
2986
3040
|
width: sizeValue,
|
|
@@ -2990,7 +3044,7 @@ var init_FileSignature = __esm({
|
|
|
2990
3044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2991
3045
|
...props
|
|
2992
3046
|
},
|
|
2993
|
-
/* @__PURE__ */
|
|
3047
|
+
/* @__PURE__ */ React56.createElement(
|
|
2994
3048
|
"path",
|
|
2995
3049
|
{
|
|
2996
3050
|
fillRule: "evenodd",
|
|
@@ -2999,7 +3053,7 @@ var init_FileSignature = __esm({
|
|
|
2999
3053
|
fill: "currentColor"
|
|
3000
3054
|
}
|
|
3001
3055
|
),
|
|
3002
|
-
/* @__PURE__ */
|
|
3056
|
+
/* @__PURE__ */ React56.createElement(
|
|
3003
3057
|
"path",
|
|
3004
3058
|
{
|
|
3005
3059
|
fillRule: "evenodd",
|
|
@@ -3008,7 +3062,7 @@ var init_FileSignature = __esm({
|
|
|
3008
3062
|
fill: "currentColor"
|
|
3009
3063
|
}
|
|
3010
3064
|
),
|
|
3011
|
-
/* @__PURE__ */
|
|
3065
|
+
/* @__PURE__ */ React56.createElement(
|
|
3012
3066
|
"path",
|
|
3013
3067
|
{
|
|
3014
3068
|
fillRule: "evenodd",
|
|
@@ -3028,7 +3082,7 @@ var FileSpreadsheet_exports = {};
|
|
|
3028
3082
|
__export(FileSpreadsheet_exports, {
|
|
3029
3083
|
default: () => FileSpreadsheet_default
|
|
3030
3084
|
});
|
|
3031
|
-
import * as
|
|
3085
|
+
import * as React57 from "react";
|
|
3032
3086
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
3033
3087
|
var init_FileSpreadsheet = __esm({
|
|
3034
3088
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -3036,7 +3090,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3036
3090
|
init_types();
|
|
3037
3091
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
3038
3092
|
const sizeValue = resolveSize(size);
|
|
3039
|
-
return /* @__PURE__ */
|
|
3093
|
+
return /* @__PURE__ */ React57.createElement(
|
|
3040
3094
|
"svg",
|
|
3041
3095
|
{
|
|
3042
3096
|
width: sizeValue,
|
|
@@ -3046,7 +3100,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3046
3100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3047
3101
|
...props
|
|
3048
3102
|
},
|
|
3049
|
-
/* @__PURE__ */
|
|
3103
|
+
/* @__PURE__ */ React57.createElement(
|
|
3050
3104
|
"path",
|
|
3051
3105
|
{
|
|
3052
3106
|
fillRule: "evenodd",
|
|
@@ -3055,7 +3109,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3055
3109
|
fill: "currentColor"
|
|
3056
3110
|
}
|
|
3057
3111
|
),
|
|
3058
|
-
/* @__PURE__ */
|
|
3112
|
+
/* @__PURE__ */ React57.createElement(
|
|
3059
3113
|
"path",
|
|
3060
3114
|
{
|
|
3061
3115
|
fillRule: "evenodd",
|
|
@@ -3064,7 +3118,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3064
3118
|
fill: "currentColor"
|
|
3065
3119
|
}
|
|
3066
3120
|
),
|
|
3067
|
-
/* @__PURE__ */
|
|
3121
|
+
/* @__PURE__ */ React57.createElement(
|
|
3068
3122
|
"path",
|
|
3069
3123
|
{
|
|
3070
3124
|
fillRule: "evenodd",
|
|
@@ -3073,7 +3127,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3073
3127
|
fill: "currentColor"
|
|
3074
3128
|
}
|
|
3075
3129
|
),
|
|
3076
|
-
/* @__PURE__ */
|
|
3130
|
+
/* @__PURE__ */ React57.createElement(
|
|
3077
3131
|
"path",
|
|
3078
3132
|
{
|
|
3079
3133
|
fillRule: "evenodd",
|
|
@@ -3082,7 +3136,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3082
3136
|
fill: "currentColor"
|
|
3083
3137
|
}
|
|
3084
3138
|
),
|
|
3085
|
-
/* @__PURE__ */
|
|
3139
|
+
/* @__PURE__ */ React57.createElement(
|
|
3086
3140
|
"path",
|
|
3087
3141
|
{
|
|
3088
3142
|
fillRule: "evenodd",
|
|
@@ -3091,7 +3145,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
3091
3145
|
fill: "currentColor"
|
|
3092
3146
|
}
|
|
3093
3147
|
),
|
|
3094
|
-
/* @__PURE__ */
|
|
3148
|
+
/* @__PURE__ */ React57.createElement(
|
|
3095
3149
|
"path",
|
|
3096
3150
|
{
|
|
3097
3151
|
fillRule: "evenodd",
|
|
@@ -3111,7 +3165,7 @@ var FileText_exports = {};
|
|
|
3111
3165
|
__export(FileText_exports, {
|
|
3112
3166
|
default: () => FileText_default
|
|
3113
3167
|
});
|
|
3114
|
-
import * as
|
|
3168
|
+
import * as React58 from "react";
|
|
3115
3169
|
var SvgFileText, FileText_default;
|
|
3116
3170
|
var init_FileText = __esm({
|
|
3117
3171
|
"src/react/FileText.tsx"() {
|
|
@@ -3119,7 +3173,7 @@ var init_FileText = __esm({
|
|
|
3119
3173
|
init_types();
|
|
3120
3174
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
3121
3175
|
const sizeValue = resolveSize(size);
|
|
3122
|
-
return /* @__PURE__ */
|
|
3176
|
+
return /* @__PURE__ */ React58.createElement(
|
|
3123
3177
|
"svg",
|
|
3124
3178
|
{
|
|
3125
3179
|
width: sizeValue,
|
|
@@ -3129,7 +3183,7 @@ var init_FileText = __esm({
|
|
|
3129
3183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3130
3184
|
...props
|
|
3131
3185
|
},
|
|
3132
|
-
/* @__PURE__ */
|
|
3186
|
+
/* @__PURE__ */ React58.createElement(
|
|
3133
3187
|
"path",
|
|
3134
3188
|
{
|
|
3135
3189
|
fillRule: "evenodd",
|
|
@@ -3138,7 +3192,7 @@ var init_FileText = __esm({
|
|
|
3138
3192
|
fill: "currentColor"
|
|
3139
3193
|
}
|
|
3140
3194
|
),
|
|
3141
|
-
/* @__PURE__ */
|
|
3195
|
+
/* @__PURE__ */ React58.createElement(
|
|
3142
3196
|
"path",
|
|
3143
3197
|
{
|
|
3144
3198
|
fillRule: "evenodd",
|
|
@@ -3147,7 +3201,7 @@ var init_FileText = __esm({
|
|
|
3147
3201
|
fill: "currentColor"
|
|
3148
3202
|
}
|
|
3149
3203
|
),
|
|
3150
|
-
/* @__PURE__ */
|
|
3204
|
+
/* @__PURE__ */ React58.createElement(
|
|
3151
3205
|
"path",
|
|
3152
3206
|
{
|
|
3153
3207
|
fillRule: "evenodd",
|
|
@@ -3156,7 +3210,7 @@ var init_FileText = __esm({
|
|
|
3156
3210
|
fill: "currentColor"
|
|
3157
3211
|
}
|
|
3158
3212
|
),
|
|
3159
|
-
/* @__PURE__ */
|
|
3213
|
+
/* @__PURE__ */ React58.createElement(
|
|
3160
3214
|
"path",
|
|
3161
3215
|
{
|
|
3162
3216
|
fillRule: "evenodd",
|
|
@@ -3165,7 +3219,7 @@ var init_FileText = __esm({
|
|
|
3165
3219
|
fill: "currentColor"
|
|
3166
3220
|
}
|
|
3167
3221
|
),
|
|
3168
|
-
/* @__PURE__ */
|
|
3222
|
+
/* @__PURE__ */ React58.createElement(
|
|
3169
3223
|
"path",
|
|
3170
3224
|
{
|
|
3171
3225
|
fillRule: "evenodd",
|
|
@@ -3185,7 +3239,7 @@ var Filter_exports = {};
|
|
|
3185
3239
|
__export(Filter_exports, {
|
|
3186
3240
|
default: () => Filter_default
|
|
3187
3241
|
});
|
|
3188
|
-
import * as
|
|
3242
|
+
import * as React59 from "react";
|
|
3189
3243
|
var SvgFilter, Filter_default;
|
|
3190
3244
|
var init_Filter = __esm({
|
|
3191
3245
|
"src/react/Filter.tsx"() {
|
|
@@ -3193,7 +3247,7 @@ var init_Filter = __esm({
|
|
|
3193
3247
|
init_types();
|
|
3194
3248
|
SvgFilter = ({ size = 16, ...props }) => {
|
|
3195
3249
|
const sizeValue = resolveSize(size);
|
|
3196
|
-
return /* @__PURE__ */
|
|
3250
|
+
return /* @__PURE__ */ React59.createElement(
|
|
3197
3251
|
"svg",
|
|
3198
3252
|
{
|
|
3199
3253
|
width: sizeValue,
|
|
@@ -3203,7 +3257,7 @@ var init_Filter = __esm({
|
|
|
3203
3257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3204
3258
|
...props
|
|
3205
3259
|
},
|
|
3206
|
-
/* @__PURE__ */
|
|
3260
|
+
/* @__PURE__ */ React59.createElement(
|
|
3207
3261
|
"path",
|
|
3208
3262
|
{
|
|
3209
3263
|
fillRule: "evenodd",
|
|
@@ -3212,7 +3266,7 @@ var init_Filter = __esm({
|
|
|
3212
3266
|
fill: "currentColor"
|
|
3213
3267
|
}
|
|
3214
3268
|
),
|
|
3215
|
-
/* @__PURE__ */
|
|
3269
|
+
/* @__PURE__ */ React59.createElement(
|
|
3216
3270
|
"path",
|
|
3217
3271
|
{
|
|
3218
3272
|
fillRule: "evenodd",
|
|
@@ -3221,7 +3275,7 @@ var init_Filter = __esm({
|
|
|
3221
3275
|
fill: "currentColor"
|
|
3222
3276
|
}
|
|
3223
3277
|
),
|
|
3224
|
-
/* @__PURE__ */
|
|
3278
|
+
/* @__PURE__ */ React59.createElement(
|
|
3225
3279
|
"path",
|
|
3226
3280
|
{
|
|
3227
3281
|
fillRule: "evenodd",
|
|
@@ -3230,7 +3284,7 @@ var init_Filter = __esm({
|
|
|
3230
3284
|
fill: "currentColor"
|
|
3231
3285
|
}
|
|
3232
3286
|
),
|
|
3233
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ React59.createElement(
|
|
3234
3288
|
"path",
|
|
3235
3289
|
{
|
|
3236
3290
|
fillRule: "evenodd",
|
|
@@ -3250,7 +3304,7 @@ var Furnished_exports = {};
|
|
|
3250
3304
|
__export(Furnished_exports, {
|
|
3251
3305
|
default: () => Furnished_default
|
|
3252
3306
|
});
|
|
3253
|
-
import * as
|
|
3307
|
+
import * as React60 from "react";
|
|
3254
3308
|
var SvgFurnished, Furnished_default;
|
|
3255
3309
|
var init_Furnished = __esm({
|
|
3256
3310
|
"src/react/Furnished.tsx"() {
|
|
@@ -3258,7 +3312,7 @@ var init_Furnished = __esm({
|
|
|
3258
3312
|
init_types();
|
|
3259
3313
|
SvgFurnished = ({ size = 16, ...props }) => {
|
|
3260
3314
|
const sizeValue = resolveSize(size);
|
|
3261
|
-
return /* @__PURE__ */
|
|
3315
|
+
return /* @__PURE__ */ React60.createElement(
|
|
3262
3316
|
"svg",
|
|
3263
3317
|
{
|
|
3264
3318
|
width: sizeValue,
|
|
@@ -3268,14 +3322,14 @@ var init_Furnished = __esm({
|
|
|
3268
3322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3269
3323
|
...props
|
|
3270
3324
|
},
|
|
3271
|
-
/* @__PURE__ */
|
|
3325
|
+
/* @__PURE__ */ React60.createElement("g", { clipPath: "url(#clip0_7021_19294)" }, /* @__PURE__ */ React60.createElement(
|
|
3272
3326
|
"path",
|
|
3273
3327
|
{
|
|
3274
3328
|
d: "M19.4502 10.875C19.4502 10.265 19.6927 9.68036 20.124 9.24902C20.3458 9.02727 20.6081 8.8558 20.8936 8.74121C20.7638 7.9953 20.4088 7.30136 19.8662 6.75879C19.1723 6.0649 18.2313 5.6748 17.25 5.6748H12.7998V12.3252H19.4502V10.875ZM4.5498 12.3252H11.2002V5.6748H6.75C5.7687 5.6748 4.82767 6.0649 4.13379 6.75879C3.59118 7.3014 3.2352 7.99524 3.10547 8.74121C3.3913 8.8558 3.65401 9.02705 3.87598 9.24902C4.30731 9.68036 4.5498 10.265 4.5498 10.875V12.3252ZM21.0498 12.375C21.0498 12.7861 20.8864 13.18 20.5957 13.4707C20.305 13.7614 19.9111 13.9248 19.5 13.9248H4.5C4.08891 13.9248 3.69498 13.7614 3.4043 13.4707C3.11362 13.18 2.9502 12.7861 2.9502 12.375V10.875C2.9502 10.6893 2.87639 10.5112 2.74512 10.3799C2.61384 10.2486 2.43565 10.1748 2.25 10.1748C2.06435 10.1748 1.88616 10.2486 1.75488 10.3799C1.62361 10.5112 1.5498 10.6893 1.5498 10.875V13.875C1.5498 14.4585 1.78176 15.0181 2.19434 15.4307C2.60692 15.8432 3.16652 16.0752 3.75 16.0752H20.25C20.8335 16.0752 21.3931 15.8432 21.8057 15.4307C22.2182 15.0181 22.4502 14.4585 22.4502 13.875V10.875C22.4502 10.6893 22.3764 10.5112 22.2451 10.3799C22.1138 10.2486 21.9357 10.1748 21.75 10.1748C21.5643 10.1748 21.3862 10.2486 21.2549 10.3799C21.1236 10.5112 21.0498 10.6893 21.0498 10.875V12.375ZM24.0498 13.875C24.0498 14.8828 23.6492 15.8489 22.9365 16.5615C22.4155 17.0825 21.7591 17.4361 21.0498 17.5889V18.5C21.0498 18.9418 20.6918 19.2998 20.25 19.2998C19.8082 19.2998 19.4502 18.9418 19.4502 18.5V17.6748H4.5498V18.5C4.5498 18.9418 4.19183 19.2998 3.75 19.2998C3.30817 19.2998 2.9502 18.9418 2.9502 18.5V17.5889C2.24088 17.4361 1.58446 17.0825 1.06348 16.5615C0.350838 15.8489 -0.0498047 14.8828 -0.0498047 13.875V10.875C-0.0498047 10.265 0.19269 9.68036 0.624023 9.24902C0.871246 9.0018 1.1692 8.81808 1.49316 8.70508C1.64078 7.54654 2.16726 6.46164 3.00195 5.62695C3.9959 4.63301 5.34435 4.0752 6.75 4.0752H17.25C18.6556 4.0752 20.0041 4.63301 20.998 5.62695C21.8327 6.46161 22.3582 7.54658 22.5059 8.70508C22.8302 8.81805 23.1285 9.00158 23.376 9.24902C23.8073 9.68036 24.0498 10.265 24.0498 10.875V13.875Z",
|
|
3275
3329
|
fill: "currentColor"
|
|
3276
3330
|
}
|
|
3277
3331
|
)),
|
|
3278
|
-
/* @__PURE__ */
|
|
3332
|
+
/* @__PURE__ */ React60.createElement("defs", null, /* @__PURE__ */ React60.createElement("clipPath", { id: "clip0_7021_19294" }, /* @__PURE__ */ React60.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
|
|
3279
3333
|
);
|
|
3280
3334
|
};
|
|
3281
3335
|
Furnished_default = SvgFurnished;
|
|
@@ -3287,7 +3341,7 @@ var Garden_exports = {};
|
|
|
3287
3341
|
__export(Garden_exports, {
|
|
3288
3342
|
default: () => Garden_default
|
|
3289
3343
|
});
|
|
3290
|
-
import * as
|
|
3344
|
+
import * as React61 from "react";
|
|
3291
3345
|
var SvgGarden, Garden_default;
|
|
3292
3346
|
var init_Garden = __esm({
|
|
3293
3347
|
"src/react/Garden.tsx"() {
|
|
@@ -3295,7 +3349,7 @@ var init_Garden = __esm({
|
|
|
3295
3349
|
init_types();
|
|
3296
3350
|
SvgGarden = ({ size = 16, ...props }) => {
|
|
3297
3351
|
const sizeValue = resolveSize(size);
|
|
3298
|
-
return /* @__PURE__ */
|
|
3352
|
+
return /* @__PURE__ */ React61.createElement(
|
|
3299
3353
|
"svg",
|
|
3300
3354
|
{
|
|
3301
3355
|
width: sizeValue,
|
|
@@ -3305,7 +3359,7 @@ var init_Garden = __esm({
|
|
|
3305
3359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3306
3360
|
...props
|
|
3307
3361
|
},
|
|
3308
|
-
/* @__PURE__ */
|
|
3362
|
+
/* @__PURE__ */ React61.createElement(
|
|
3309
3363
|
"path",
|
|
3310
3364
|
{
|
|
3311
3365
|
fillRule: "evenodd",
|
|
@@ -3314,7 +3368,7 @@ var init_Garden = __esm({
|
|
|
3314
3368
|
fill: "currentColor"
|
|
3315
3369
|
}
|
|
3316
3370
|
),
|
|
3317
|
-
/* @__PURE__ */
|
|
3371
|
+
/* @__PURE__ */ React61.createElement(
|
|
3318
3372
|
"path",
|
|
3319
3373
|
{
|
|
3320
3374
|
fillRule: "evenodd",
|
|
@@ -3323,7 +3377,7 @@ var init_Garden = __esm({
|
|
|
3323
3377
|
fill: "currentColor"
|
|
3324
3378
|
}
|
|
3325
3379
|
),
|
|
3326
|
-
/* @__PURE__ */
|
|
3380
|
+
/* @__PURE__ */ React61.createElement(
|
|
3327
3381
|
"path",
|
|
3328
3382
|
{
|
|
3329
3383
|
fillRule: "evenodd",
|
|
@@ -3332,7 +3386,7 @@ var init_Garden = __esm({
|
|
|
3332
3386
|
fill: "currentColor"
|
|
3333
3387
|
}
|
|
3334
3388
|
),
|
|
3335
|
-
/* @__PURE__ */
|
|
3389
|
+
/* @__PURE__ */ React61.createElement(
|
|
3336
3390
|
"path",
|
|
3337
3391
|
{
|
|
3338
3392
|
fillRule: "evenodd",
|
|
@@ -3352,7 +3406,7 @@ var GasHeating_exports = {};
|
|
|
3352
3406
|
__export(GasHeating_exports, {
|
|
3353
3407
|
default: () => GasHeating_default
|
|
3354
3408
|
});
|
|
3355
|
-
import * as
|
|
3409
|
+
import * as React62 from "react";
|
|
3356
3410
|
var SvgGasHeating, GasHeating_default;
|
|
3357
3411
|
var init_GasHeating = __esm({
|
|
3358
3412
|
"src/react/GasHeating.tsx"() {
|
|
@@ -3360,7 +3414,7 @@ var init_GasHeating = __esm({
|
|
|
3360
3414
|
init_types();
|
|
3361
3415
|
SvgGasHeating = ({ size = 16, ...props }) => {
|
|
3362
3416
|
const sizeValue = resolveSize(size);
|
|
3363
|
-
return /* @__PURE__ */
|
|
3417
|
+
return /* @__PURE__ */ React62.createElement(
|
|
3364
3418
|
"svg",
|
|
3365
3419
|
{
|
|
3366
3420
|
width: sizeValue,
|
|
@@ -3370,7 +3424,7 @@ var init_GasHeating = __esm({
|
|
|
3370
3424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3371
3425
|
...props
|
|
3372
3426
|
},
|
|
3373
|
-
/* @__PURE__ */
|
|
3427
|
+
/* @__PURE__ */ React62.createElement(
|
|
3374
3428
|
"path",
|
|
3375
3429
|
{
|
|
3376
3430
|
fillRule: "evenodd",
|
|
@@ -3379,7 +3433,7 @@ var init_GasHeating = __esm({
|
|
|
3379
3433
|
fill: "currentColor"
|
|
3380
3434
|
}
|
|
3381
3435
|
),
|
|
3382
|
-
/* @__PURE__ */
|
|
3436
|
+
/* @__PURE__ */ React62.createElement(
|
|
3383
3437
|
"path",
|
|
3384
3438
|
{
|
|
3385
3439
|
fillRule: "evenodd",
|
|
@@ -3388,7 +3442,7 @@ var init_GasHeating = __esm({
|
|
|
3388
3442
|
fill: "currentColor"
|
|
3389
3443
|
}
|
|
3390
3444
|
),
|
|
3391
|
-
/* @__PURE__ */
|
|
3445
|
+
/* @__PURE__ */ React62.createElement(
|
|
3392
3446
|
"path",
|
|
3393
3447
|
{
|
|
3394
3448
|
fillRule: "evenodd",
|
|
@@ -3397,7 +3451,7 @@ var init_GasHeating = __esm({
|
|
|
3397
3451
|
fill: "currentColor"
|
|
3398
3452
|
}
|
|
3399
3453
|
),
|
|
3400
|
-
/* @__PURE__ */
|
|
3454
|
+
/* @__PURE__ */ React62.createElement(
|
|
3401
3455
|
"path",
|
|
3402
3456
|
{
|
|
3403
3457
|
fillRule: "evenodd",
|
|
@@ -3406,7 +3460,7 @@ var init_GasHeating = __esm({
|
|
|
3406
3460
|
fill: "currentColor"
|
|
3407
3461
|
}
|
|
3408
3462
|
),
|
|
3409
|
-
/* @__PURE__ */
|
|
3463
|
+
/* @__PURE__ */ React62.createElement(
|
|
3410
3464
|
"path",
|
|
3411
3465
|
{
|
|
3412
3466
|
fillRule: "evenodd",
|
|
@@ -3415,7 +3469,7 @@ var init_GasHeating = __esm({
|
|
|
3415
3469
|
fill: "currentColor"
|
|
3416
3470
|
}
|
|
3417
3471
|
),
|
|
3418
|
-
/* @__PURE__ */
|
|
3472
|
+
/* @__PURE__ */ React62.createElement(
|
|
3419
3473
|
"path",
|
|
3420
3474
|
{
|
|
3421
3475
|
fillRule: "evenodd",
|
|
@@ -3424,7 +3478,7 @@ var init_GasHeating = __esm({
|
|
|
3424
3478
|
fill: "currentColor"
|
|
3425
3479
|
}
|
|
3426
3480
|
),
|
|
3427
|
-
/* @__PURE__ */
|
|
3481
|
+
/* @__PURE__ */ React62.createElement(
|
|
3428
3482
|
"path",
|
|
3429
3483
|
{
|
|
3430
3484
|
fillRule: "evenodd",
|
|
@@ -3444,7 +3498,7 @@ var Heating_exports = {};
|
|
|
3444
3498
|
__export(Heating_exports, {
|
|
3445
3499
|
default: () => Heating_default
|
|
3446
3500
|
});
|
|
3447
|
-
import * as
|
|
3501
|
+
import * as React63 from "react";
|
|
3448
3502
|
var SvgHeating, Heating_default;
|
|
3449
3503
|
var init_Heating = __esm({
|
|
3450
3504
|
"src/react/Heating.tsx"() {
|
|
@@ -3452,7 +3506,7 @@ var init_Heating = __esm({
|
|
|
3452
3506
|
init_types();
|
|
3453
3507
|
SvgHeating = ({ size = 16, ...props }) => {
|
|
3454
3508
|
const sizeValue = resolveSize(size);
|
|
3455
|
-
return /* @__PURE__ */
|
|
3509
|
+
return /* @__PURE__ */ React63.createElement(
|
|
3456
3510
|
"svg",
|
|
3457
3511
|
{
|
|
3458
3512
|
width: sizeValue,
|
|
@@ -3462,7 +3516,7 @@ var init_Heating = __esm({
|
|
|
3462
3516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3463
3517
|
...props
|
|
3464
3518
|
},
|
|
3465
|
-
/* @__PURE__ */
|
|
3519
|
+
/* @__PURE__ */ React63.createElement(
|
|
3466
3520
|
"path",
|
|
3467
3521
|
{
|
|
3468
3522
|
fillRule: "evenodd",
|
|
@@ -3471,7 +3525,7 @@ var init_Heating = __esm({
|
|
|
3471
3525
|
fill: "currentColor"
|
|
3472
3526
|
}
|
|
3473
3527
|
),
|
|
3474
|
-
/* @__PURE__ */
|
|
3528
|
+
/* @__PURE__ */ React63.createElement(
|
|
3475
3529
|
"path",
|
|
3476
3530
|
{
|
|
3477
3531
|
fillRule: "evenodd",
|
|
@@ -3480,7 +3534,7 @@ var init_Heating = __esm({
|
|
|
3480
3534
|
fill: "currentColor"
|
|
3481
3535
|
}
|
|
3482
3536
|
),
|
|
3483
|
-
/* @__PURE__ */
|
|
3537
|
+
/* @__PURE__ */ React63.createElement(
|
|
3484
3538
|
"path",
|
|
3485
3539
|
{
|
|
3486
3540
|
fillRule: "evenodd",
|
|
@@ -3489,7 +3543,7 @@ var init_Heating = __esm({
|
|
|
3489
3543
|
fill: "currentColor"
|
|
3490
3544
|
}
|
|
3491
3545
|
),
|
|
3492
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ React63.createElement(
|
|
3493
3547
|
"path",
|
|
3494
3548
|
{
|
|
3495
3549
|
fillRule: "evenodd",
|
|
@@ -3498,7 +3552,7 @@ var init_Heating = __esm({
|
|
|
3498
3552
|
fill: "currentColor"
|
|
3499
3553
|
}
|
|
3500
3554
|
),
|
|
3501
|
-
/* @__PURE__ */
|
|
3555
|
+
/* @__PURE__ */ React63.createElement(
|
|
3502
3556
|
"path",
|
|
3503
3557
|
{
|
|
3504
3558
|
fillRule: "evenodd",
|
|
@@ -3507,7 +3561,7 @@ var init_Heating = __esm({
|
|
|
3507
3561
|
fill: "currentColor"
|
|
3508
3562
|
}
|
|
3509
3563
|
),
|
|
3510
|
-
/* @__PURE__ */
|
|
3564
|
+
/* @__PURE__ */ React63.createElement(
|
|
3511
3565
|
"path",
|
|
3512
3566
|
{
|
|
3513
3567
|
fillRule: "evenodd",
|
|
@@ -3527,7 +3581,7 @@ var HelpCircle_exports = {};
|
|
|
3527
3581
|
__export(HelpCircle_exports, {
|
|
3528
3582
|
default: () => HelpCircle_default
|
|
3529
3583
|
});
|
|
3530
|
-
import * as
|
|
3584
|
+
import * as React64 from "react";
|
|
3531
3585
|
var SvgHelpCircle, HelpCircle_default;
|
|
3532
3586
|
var init_HelpCircle = __esm({
|
|
3533
3587
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -3535,7 +3589,7 @@ var init_HelpCircle = __esm({
|
|
|
3535
3589
|
init_types();
|
|
3536
3590
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
3537
3591
|
const sizeValue = resolveSize(size);
|
|
3538
|
-
return /* @__PURE__ */
|
|
3592
|
+
return /* @__PURE__ */ React64.createElement(
|
|
3539
3593
|
"svg",
|
|
3540
3594
|
{
|
|
3541
3595
|
width: sizeValue,
|
|
@@ -3545,7 +3599,7 @@ var init_HelpCircle = __esm({
|
|
|
3545
3599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3546
3600
|
...props
|
|
3547
3601
|
},
|
|
3548
|
-
/* @__PURE__ */
|
|
3602
|
+
/* @__PURE__ */ React64.createElement(
|
|
3549
3603
|
"path",
|
|
3550
3604
|
{
|
|
3551
3605
|
fillRule: "evenodd",
|
|
@@ -3554,7 +3608,7 @@ var init_HelpCircle = __esm({
|
|
|
3554
3608
|
fill: "currentColor"
|
|
3555
3609
|
}
|
|
3556
3610
|
),
|
|
3557
|
-
/* @__PURE__ */
|
|
3611
|
+
/* @__PURE__ */ React64.createElement(
|
|
3558
3612
|
"path",
|
|
3559
3613
|
{
|
|
3560
3614
|
fillRule: "evenodd",
|
|
@@ -3563,7 +3617,7 @@ var init_HelpCircle = __esm({
|
|
|
3563
3617
|
fill: "currentColor"
|
|
3564
3618
|
}
|
|
3565
3619
|
),
|
|
3566
|
-
/* @__PURE__ */
|
|
3620
|
+
/* @__PURE__ */ React64.createElement(
|
|
3567
3621
|
"path",
|
|
3568
3622
|
{
|
|
3569
3623
|
fillRule: "evenodd",
|
|
@@ -3583,7 +3637,7 @@ var History_exports = {};
|
|
|
3583
3637
|
__export(History_exports, {
|
|
3584
3638
|
default: () => History_default
|
|
3585
3639
|
});
|
|
3586
|
-
import * as
|
|
3640
|
+
import * as React65 from "react";
|
|
3587
3641
|
var SvgHistory, History_default;
|
|
3588
3642
|
var init_History = __esm({
|
|
3589
3643
|
"src/react/History.tsx"() {
|
|
@@ -3591,7 +3645,7 @@ var init_History = __esm({
|
|
|
3591
3645
|
init_types();
|
|
3592
3646
|
SvgHistory = ({ size = 16, ...props }) => {
|
|
3593
3647
|
const sizeValue = resolveSize(size);
|
|
3594
|
-
return /* @__PURE__ */
|
|
3648
|
+
return /* @__PURE__ */ React65.createElement(
|
|
3595
3649
|
"svg",
|
|
3596
3650
|
{
|
|
3597
3651
|
width: sizeValue,
|
|
@@ -3601,7 +3655,7 @@ var init_History = __esm({
|
|
|
3601
3655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3602
3656
|
...props
|
|
3603
3657
|
},
|
|
3604
|
-
/* @__PURE__ */
|
|
3658
|
+
/* @__PURE__ */ React65.createElement(
|
|
3605
3659
|
"path",
|
|
3606
3660
|
{
|
|
3607
3661
|
fillRule: "evenodd",
|
|
@@ -3610,7 +3664,7 @@ var init_History = __esm({
|
|
|
3610
3664
|
fill: "currentColor"
|
|
3611
3665
|
}
|
|
3612
3666
|
),
|
|
3613
|
-
/* @__PURE__ */
|
|
3667
|
+
/* @__PURE__ */ React65.createElement(
|
|
3614
3668
|
"path",
|
|
3615
3669
|
{
|
|
3616
3670
|
fillRule: "evenodd",
|
|
@@ -3619,7 +3673,7 @@ var init_History = __esm({
|
|
|
3619
3673
|
fill: "currentColor"
|
|
3620
3674
|
}
|
|
3621
3675
|
),
|
|
3622
|
-
/* @__PURE__ */
|
|
3676
|
+
/* @__PURE__ */ React65.createElement(
|
|
3623
3677
|
"path",
|
|
3624
3678
|
{
|
|
3625
3679
|
fillRule: "evenodd",
|
|
@@ -3639,7 +3693,7 @@ var HomeFilled_exports = {};
|
|
|
3639
3693
|
__export(HomeFilled_exports, {
|
|
3640
3694
|
default: () => HomeFilled_default
|
|
3641
3695
|
});
|
|
3642
|
-
import * as
|
|
3696
|
+
import * as React66 from "react";
|
|
3643
3697
|
var SvgHomeFilled, HomeFilled_default;
|
|
3644
3698
|
var init_HomeFilled = __esm({
|
|
3645
3699
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -3647,7 +3701,7 @@ var init_HomeFilled = __esm({
|
|
|
3647
3701
|
init_types();
|
|
3648
3702
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
3649
3703
|
const sizeValue = resolveSize(size);
|
|
3650
|
-
return /* @__PURE__ */
|
|
3704
|
+
return /* @__PURE__ */ React66.createElement(
|
|
3651
3705
|
"svg",
|
|
3652
3706
|
{
|
|
3653
3707
|
width: sizeValue,
|
|
@@ -3657,7 +3711,7 @@ var init_HomeFilled = __esm({
|
|
|
3657
3711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3658
3712
|
...props
|
|
3659
3713
|
},
|
|
3660
|
-
/* @__PURE__ */
|
|
3714
|
+
/* @__PURE__ */ React66.createElement(
|
|
3661
3715
|
"path",
|
|
3662
3716
|
{
|
|
3663
3717
|
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",
|
|
@@ -3675,7 +3729,7 @@ var HomeLinear_exports = {};
|
|
|
3675
3729
|
__export(HomeLinear_exports, {
|
|
3676
3730
|
default: () => HomeLinear_default
|
|
3677
3731
|
});
|
|
3678
|
-
import * as
|
|
3732
|
+
import * as React67 from "react";
|
|
3679
3733
|
var SvgHomeLinear, HomeLinear_default;
|
|
3680
3734
|
var init_HomeLinear = __esm({
|
|
3681
3735
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -3683,7 +3737,7 @@ var init_HomeLinear = __esm({
|
|
|
3683
3737
|
init_types();
|
|
3684
3738
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
3685
3739
|
const sizeValue = resolveSize(size);
|
|
3686
|
-
return /* @__PURE__ */
|
|
3740
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3687
3741
|
"svg",
|
|
3688
3742
|
{
|
|
3689
3743
|
width: sizeValue,
|
|
@@ -3693,7 +3747,7 @@ var init_HomeLinear = __esm({
|
|
|
3693
3747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3694
3748
|
...props
|
|
3695
3749
|
},
|
|
3696
|
-
/* @__PURE__ */
|
|
3750
|
+
/* @__PURE__ */ React67.createElement(
|
|
3697
3751
|
"path",
|
|
3698
3752
|
{
|
|
3699
3753
|
fillRule: "evenodd",
|
|
@@ -3713,7 +3767,7 @@ var IconSlot_exports = {};
|
|
|
3713
3767
|
__export(IconSlot_exports, {
|
|
3714
3768
|
default: () => IconSlot_default
|
|
3715
3769
|
});
|
|
3716
|
-
import * as
|
|
3770
|
+
import * as React68 from "react";
|
|
3717
3771
|
var SvgIconSlot, IconSlot_default;
|
|
3718
3772
|
var init_IconSlot = __esm({
|
|
3719
3773
|
"src/react/IconSlot.tsx"() {
|
|
@@ -3721,7 +3775,7 @@ var init_IconSlot = __esm({
|
|
|
3721
3775
|
init_types();
|
|
3722
3776
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
3723
3777
|
const sizeValue = resolveSize(size);
|
|
3724
|
-
return /* @__PURE__ */
|
|
3778
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3725
3779
|
"svg",
|
|
3726
3780
|
{
|
|
3727
3781
|
width: sizeValue,
|
|
@@ -3731,7 +3785,7 @@ var init_IconSlot = __esm({
|
|
|
3731
3785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3732
3786
|
...props
|
|
3733
3787
|
},
|
|
3734
|
-
/* @__PURE__ */
|
|
3788
|
+
/* @__PURE__ */ React68.createElement(
|
|
3735
3789
|
"path",
|
|
3736
3790
|
{
|
|
3737
3791
|
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",
|
|
@@ -3749,7 +3803,7 @@ var Image_exports = {};
|
|
|
3749
3803
|
__export(Image_exports, {
|
|
3750
3804
|
default: () => Image_default
|
|
3751
3805
|
});
|
|
3752
|
-
import * as
|
|
3806
|
+
import * as React69 from "react";
|
|
3753
3807
|
var SvgImage, Image_default;
|
|
3754
3808
|
var init_Image = __esm({
|
|
3755
3809
|
"src/react/Image.tsx"() {
|
|
@@ -3757,7 +3811,7 @@ var init_Image = __esm({
|
|
|
3757
3811
|
init_types();
|
|
3758
3812
|
SvgImage = ({ size = 16, ...props }) => {
|
|
3759
3813
|
const sizeValue = resolveSize(size);
|
|
3760
|
-
return /* @__PURE__ */
|
|
3814
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3761
3815
|
"svg",
|
|
3762
3816
|
{
|
|
3763
3817
|
width: sizeValue,
|
|
@@ -3767,7 +3821,7 @@ var init_Image = __esm({
|
|
|
3767
3821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3768
3822
|
...props
|
|
3769
3823
|
},
|
|
3770
|
-
/* @__PURE__ */
|
|
3824
|
+
/* @__PURE__ */ React69.createElement(
|
|
3771
3825
|
"path",
|
|
3772
3826
|
{
|
|
3773
3827
|
fillRule: "evenodd",
|
|
@@ -3776,7 +3830,7 @@ var init_Image = __esm({
|
|
|
3776
3830
|
fill: "currentColor"
|
|
3777
3831
|
}
|
|
3778
3832
|
),
|
|
3779
|
-
/* @__PURE__ */
|
|
3833
|
+
/* @__PURE__ */ React69.createElement(
|
|
3780
3834
|
"path",
|
|
3781
3835
|
{
|
|
3782
3836
|
fillRule: "evenodd",
|
|
@@ -3785,7 +3839,7 @@ var init_Image = __esm({
|
|
|
3785
3839
|
fill: "currentColor"
|
|
3786
3840
|
}
|
|
3787
3841
|
),
|
|
3788
|
-
/* @__PURE__ */
|
|
3842
|
+
/* @__PURE__ */ React69.createElement(
|
|
3789
3843
|
"path",
|
|
3790
3844
|
{
|
|
3791
3845
|
fillRule: "evenodd",
|
|
@@ -3805,7 +3859,7 @@ var ImageOff_exports = {};
|
|
|
3805
3859
|
__export(ImageOff_exports, {
|
|
3806
3860
|
default: () => ImageOff_default
|
|
3807
3861
|
});
|
|
3808
|
-
import * as
|
|
3862
|
+
import * as React70 from "react";
|
|
3809
3863
|
var SvgImageOff, ImageOff_default;
|
|
3810
3864
|
var init_ImageOff = __esm({
|
|
3811
3865
|
"src/react/ImageOff.tsx"() {
|
|
@@ -3813,7 +3867,7 @@ var init_ImageOff = __esm({
|
|
|
3813
3867
|
init_types();
|
|
3814
3868
|
SvgImageOff = ({ size = 16, ...props }) => {
|
|
3815
3869
|
const sizeValue = resolveSize(size);
|
|
3816
|
-
return /* @__PURE__ */
|
|
3870
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3817
3871
|
"svg",
|
|
3818
3872
|
{
|
|
3819
3873
|
width: sizeValue,
|
|
@@ -3823,7 +3877,7 @@ var init_ImageOff = __esm({
|
|
|
3823
3877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3824
3878
|
...props
|
|
3825
3879
|
},
|
|
3826
|
-
/* @__PURE__ */
|
|
3880
|
+
/* @__PURE__ */ React70.createElement(
|
|
3827
3881
|
"path",
|
|
3828
3882
|
{
|
|
3829
3883
|
fillRule: "evenodd",
|
|
@@ -3832,7 +3886,7 @@ var init_ImageOff = __esm({
|
|
|
3832
3886
|
fill: "currentColor"
|
|
3833
3887
|
}
|
|
3834
3888
|
),
|
|
3835
|
-
/* @__PURE__ */
|
|
3889
|
+
/* @__PURE__ */ React70.createElement(
|
|
3836
3890
|
"path",
|
|
3837
3891
|
{
|
|
3838
3892
|
fillRule: "evenodd",
|
|
@@ -3841,7 +3895,7 @@ var init_ImageOff = __esm({
|
|
|
3841
3895
|
fill: "currentColor"
|
|
3842
3896
|
}
|
|
3843
3897
|
),
|
|
3844
|
-
/* @__PURE__ */
|
|
3898
|
+
/* @__PURE__ */ React70.createElement(
|
|
3845
3899
|
"path",
|
|
3846
3900
|
{
|
|
3847
3901
|
fillRule: "evenodd",
|
|
@@ -3850,7 +3904,7 @@ var init_ImageOff = __esm({
|
|
|
3850
3904
|
fill: "currentColor"
|
|
3851
3905
|
}
|
|
3852
3906
|
),
|
|
3853
|
-
/* @__PURE__ */
|
|
3907
|
+
/* @__PURE__ */ React70.createElement(
|
|
3854
3908
|
"path",
|
|
3855
3909
|
{
|
|
3856
3910
|
fillRule: "evenodd",
|
|
@@ -3859,7 +3913,7 @@ var init_ImageOff = __esm({
|
|
|
3859
3913
|
fill: "currentColor"
|
|
3860
3914
|
}
|
|
3861
3915
|
),
|
|
3862
|
-
/* @__PURE__ */
|
|
3916
|
+
/* @__PURE__ */ React70.createElement(
|
|
3863
3917
|
"path",
|
|
3864
3918
|
{
|
|
3865
3919
|
fillRule: "evenodd",
|
|
@@ -3868,7 +3922,7 @@ var init_ImageOff = __esm({
|
|
|
3868
3922
|
fill: "currentColor"
|
|
3869
3923
|
}
|
|
3870
3924
|
),
|
|
3871
|
-
/* @__PURE__ */
|
|
3925
|
+
/* @__PURE__ */ React70.createElement(
|
|
3872
3926
|
"path",
|
|
3873
3927
|
{
|
|
3874
3928
|
fillRule: "evenodd",
|
|
@@ -3888,7 +3942,7 @@ var Info_exports = {};
|
|
|
3888
3942
|
__export(Info_exports, {
|
|
3889
3943
|
default: () => Info_default
|
|
3890
3944
|
});
|
|
3891
|
-
import * as
|
|
3945
|
+
import * as React71 from "react";
|
|
3892
3946
|
var SvgInfo, Info_default;
|
|
3893
3947
|
var init_Info = __esm({
|
|
3894
3948
|
"src/react/Info.tsx"() {
|
|
@@ -3896,7 +3950,7 @@ var init_Info = __esm({
|
|
|
3896
3950
|
init_types();
|
|
3897
3951
|
SvgInfo = ({ size = 16, ...props }) => {
|
|
3898
3952
|
const sizeValue = resolveSize(size);
|
|
3899
|
-
return /* @__PURE__ */
|
|
3953
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3900
3954
|
"svg",
|
|
3901
3955
|
{
|
|
3902
3956
|
width: sizeValue,
|
|
@@ -3906,7 +3960,7 @@ var init_Info = __esm({
|
|
|
3906
3960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3907
3961
|
...props
|
|
3908
3962
|
},
|
|
3909
|
-
/* @__PURE__ */
|
|
3963
|
+
/* @__PURE__ */ React71.createElement(
|
|
3910
3964
|
"path",
|
|
3911
3965
|
{
|
|
3912
3966
|
fillRule: "evenodd",
|
|
@@ -3915,7 +3969,7 @@ var init_Info = __esm({
|
|
|
3915
3969
|
fill: "currentColor"
|
|
3916
3970
|
}
|
|
3917
3971
|
),
|
|
3918
|
-
/* @__PURE__ */
|
|
3972
|
+
/* @__PURE__ */ React71.createElement(
|
|
3919
3973
|
"path",
|
|
3920
3974
|
{
|
|
3921
3975
|
fillRule: "evenodd",
|
|
@@ -3924,7 +3978,7 @@ var init_Info = __esm({
|
|
|
3924
3978
|
fill: "currentColor"
|
|
3925
3979
|
}
|
|
3926
3980
|
),
|
|
3927
|
-
/* @__PURE__ */
|
|
3981
|
+
/* @__PURE__ */ React71.createElement(
|
|
3928
3982
|
"path",
|
|
3929
3983
|
{
|
|
3930
3984
|
fillRule: "evenodd",
|
|
@@ -3944,7 +3998,7 @@ var Keys01_exports = {};
|
|
|
3944
3998
|
__export(Keys01_exports, {
|
|
3945
3999
|
default: () => Keys01_default
|
|
3946
4000
|
});
|
|
3947
|
-
import * as
|
|
4001
|
+
import * as React72 from "react";
|
|
3948
4002
|
var SvgKeys01, Keys01_default;
|
|
3949
4003
|
var init_Keys01 = __esm({
|
|
3950
4004
|
"src/react/Keys01.tsx"() {
|
|
@@ -3952,7 +4006,7 @@ var init_Keys01 = __esm({
|
|
|
3952
4006
|
init_types();
|
|
3953
4007
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
3954
4008
|
const sizeValue = resolveSize(size);
|
|
3955
|
-
return /* @__PURE__ */
|
|
4009
|
+
return /* @__PURE__ */ React72.createElement(
|
|
3956
4010
|
"svg",
|
|
3957
4011
|
{
|
|
3958
4012
|
width: sizeValue,
|
|
@@ -3962,7 +4016,7 @@ var init_Keys01 = __esm({
|
|
|
3962
4016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3963
4017
|
...props
|
|
3964
4018
|
},
|
|
3965
|
-
/* @__PURE__ */
|
|
4019
|
+
/* @__PURE__ */ React72.createElement(
|
|
3966
4020
|
"path",
|
|
3967
4021
|
{
|
|
3968
4022
|
fillRule: "evenodd",
|
|
@@ -3971,7 +4025,7 @@ var init_Keys01 = __esm({
|
|
|
3971
4025
|
fill: "currentColor"
|
|
3972
4026
|
}
|
|
3973
4027
|
),
|
|
3974
|
-
/* @__PURE__ */
|
|
4028
|
+
/* @__PURE__ */ React72.createElement(
|
|
3975
4029
|
"path",
|
|
3976
4030
|
{
|
|
3977
4031
|
fillRule: "evenodd",
|
|
@@ -3980,7 +4034,7 @@ var init_Keys01 = __esm({
|
|
|
3980
4034
|
fill: "currentColor"
|
|
3981
4035
|
}
|
|
3982
4036
|
),
|
|
3983
|
-
/* @__PURE__ */
|
|
4037
|
+
/* @__PURE__ */ React72.createElement(
|
|
3984
4038
|
"path",
|
|
3985
4039
|
{
|
|
3986
4040
|
fillRule: "evenodd",
|
|
@@ -4000,7 +4054,7 @@ var LeadsFilled_exports = {};
|
|
|
4000
4054
|
__export(LeadsFilled_exports, {
|
|
4001
4055
|
default: () => LeadsFilled_default
|
|
4002
4056
|
});
|
|
4003
|
-
import * as
|
|
4057
|
+
import * as React73 from "react";
|
|
4004
4058
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
4005
4059
|
var init_LeadsFilled = __esm({
|
|
4006
4060
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -4008,7 +4062,7 @@ var init_LeadsFilled = __esm({
|
|
|
4008
4062
|
init_types();
|
|
4009
4063
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
4010
4064
|
const sizeValue = resolveSize(size);
|
|
4011
|
-
return /* @__PURE__ */
|
|
4065
|
+
return /* @__PURE__ */ React73.createElement(
|
|
4012
4066
|
"svg",
|
|
4013
4067
|
{
|
|
4014
4068
|
width: sizeValue,
|
|
@@ -4018,7 +4072,7 @@ var init_LeadsFilled = __esm({
|
|
|
4018
4072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4019
4073
|
...props
|
|
4020
4074
|
},
|
|
4021
|
-
/* @__PURE__ */
|
|
4075
|
+
/* @__PURE__ */ React73.createElement(
|
|
4022
4076
|
"path",
|
|
4023
4077
|
{
|
|
4024
4078
|
fillRule: "evenodd",
|
|
@@ -4027,7 +4081,7 @@ var init_LeadsFilled = __esm({
|
|
|
4027
4081
|
fill: "currentColor"
|
|
4028
4082
|
}
|
|
4029
4083
|
),
|
|
4030
|
-
/* @__PURE__ */
|
|
4084
|
+
/* @__PURE__ */ React73.createElement(
|
|
4031
4085
|
"path",
|
|
4032
4086
|
{
|
|
4033
4087
|
fillRule: "evenodd",
|
|
@@ -4036,7 +4090,7 @@ var init_LeadsFilled = __esm({
|
|
|
4036
4090
|
fill: "currentColor"
|
|
4037
4091
|
}
|
|
4038
4092
|
),
|
|
4039
|
-
/* @__PURE__ */
|
|
4093
|
+
/* @__PURE__ */ React73.createElement(
|
|
4040
4094
|
"path",
|
|
4041
4095
|
{
|
|
4042
4096
|
fillRule: "evenodd",
|
|
@@ -4045,7 +4099,7 @@ var init_LeadsFilled = __esm({
|
|
|
4045
4099
|
fill: "currentColor"
|
|
4046
4100
|
}
|
|
4047
4101
|
),
|
|
4048
|
-
/* @__PURE__ */
|
|
4102
|
+
/* @__PURE__ */ React73.createElement(
|
|
4049
4103
|
"path",
|
|
4050
4104
|
{
|
|
4051
4105
|
fillRule: "evenodd",
|
|
@@ -4065,7 +4119,7 @@ var LeadsLinear_exports = {};
|
|
|
4065
4119
|
__export(LeadsLinear_exports, {
|
|
4066
4120
|
default: () => LeadsLinear_default
|
|
4067
4121
|
});
|
|
4068
|
-
import * as
|
|
4122
|
+
import * as React74 from "react";
|
|
4069
4123
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
4070
4124
|
var init_LeadsLinear = __esm({
|
|
4071
4125
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -4073,7 +4127,7 @@ var init_LeadsLinear = __esm({
|
|
|
4073
4127
|
init_types();
|
|
4074
4128
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
4075
4129
|
const sizeValue = resolveSize(size);
|
|
4076
|
-
return /* @__PURE__ */
|
|
4130
|
+
return /* @__PURE__ */ React74.createElement(
|
|
4077
4131
|
"svg",
|
|
4078
4132
|
{
|
|
4079
4133
|
width: sizeValue,
|
|
@@ -4083,7 +4137,7 @@ var init_LeadsLinear = __esm({
|
|
|
4083
4137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4084
4138
|
...props
|
|
4085
4139
|
},
|
|
4086
|
-
/* @__PURE__ */
|
|
4140
|
+
/* @__PURE__ */ React74.createElement(
|
|
4087
4141
|
"path",
|
|
4088
4142
|
{
|
|
4089
4143
|
fillRule: "evenodd",
|
|
@@ -4092,7 +4146,7 @@ var init_LeadsLinear = __esm({
|
|
|
4092
4146
|
fill: "currentColor"
|
|
4093
4147
|
}
|
|
4094
4148
|
),
|
|
4095
|
-
/* @__PURE__ */
|
|
4149
|
+
/* @__PURE__ */ React74.createElement(
|
|
4096
4150
|
"path",
|
|
4097
4151
|
{
|
|
4098
4152
|
fillRule: "evenodd",
|
|
@@ -4101,7 +4155,7 @@ var init_LeadsLinear = __esm({
|
|
|
4101
4155
|
fill: "currentColor"
|
|
4102
4156
|
}
|
|
4103
4157
|
),
|
|
4104
|
-
/* @__PURE__ */
|
|
4158
|
+
/* @__PURE__ */ React74.createElement(
|
|
4105
4159
|
"path",
|
|
4106
4160
|
{
|
|
4107
4161
|
fillRule: "evenodd",
|
|
@@ -4110,7 +4164,7 @@ var init_LeadsLinear = __esm({
|
|
|
4110
4164
|
fill: "currentColor"
|
|
4111
4165
|
}
|
|
4112
4166
|
),
|
|
4113
|
-
/* @__PURE__ */
|
|
4167
|
+
/* @__PURE__ */ React74.createElement(
|
|
4114
4168
|
"path",
|
|
4115
4169
|
{
|
|
4116
4170
|
fillRule: "evenodd",
|
|
@@ -4130,7 +4184,7 @@ var Lift_exports = {};
|
|
|
4130
4184
|
__export(Lift_exports, {
|
|
4131
4185
|
default: () => Lift_default
|
|
4132
4186
|
});
|
|
4133
|
-
import * as
|
|
4187
|
+
import * as React75 from "react";
|
|
4134
4188
|
var SvgLift, Lift_default;
|
|
4135
4189
|
var init_Lift = __esm({
|
|
4136
4190
|
"src/react/Lift.tsx"() {
|
|
@@ -4138,7 +4192,7 @@ var init_Lift = __esm({
|
|
|
4138
4192
|
init_types();
|
|
4139
4193
|
SvgLift = ({ size = 16, ...props }) => {
|
|
4140
4194
|
const sizeValue = resolveSize(size);
|
|
4141
|
-
return /* @__PURE__ */
|
|
4195
|
+
return /* @__PURE__ */ React75.createElement(
|
|
4142
4196
|
"svg",
|
|
4143
4197
|
{
|
|
4144
4198
|
width: sizeValue,
|
|
@@ -4148,7 +4202,7 @@ var init_Lift = __esm({
|
|
|
4148
4202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4149
4203
|
...props
|
|
4150
4204
|
},
|
|
4151
|
-
/* @__PURE__ */
|
|
4205
|
+
/* @__PURE__ */ React75.createElement(
|
|
4152
4206
|
"path",
|
|
4153
4207
|
{
|
|
4154
4208
|
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",
|
|
@@ -4161,12 +4215,107 @@ var init_Lift = __esm({
|
|
|
4161
4215
|
}
|
|
4162
4216
|
});
|
|
4163
4217
|
|
|
4218
|
+
// src/react/Loading.tsx
|
|
4219
|
+
var Loading_exports = {};
|
|
4220
|
+
__export(Loading_exports, {
|
|
4221
|
+
default: () => Loading_default
|
|
4222
|
+
});
|
|
4223
|
+
import * as React76 from "react";
|
|
4224
|
+
var SvgLoading, Loading_default;
|
|
4225
|
+
var init_Loading = __esm({
|
|
4226
|
+
"src/react/Loading.tsx"() {
|
|
4227
|
+
"use strict";
|
|
4228
|
+
init_types();
|
|
4229
|
+
SvgLoading = ({ size = 16, ...props }) => {
|
|
4230
|
+
const sizeValue = resolveSize(size);
|
|
4231
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4232
|
+
"svg",
|
|
4233
|
+
{
|
|
4234
|
+
width: sizeValue,
|
|
4235
|
+
height: sizeValue,
|
|
4236
|
+
viewBox: "0 0 24 24",
|
|
4237
|
+
fill: "none",
|
|
4238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4239
|
+
...props
|
|
4240
|
+
},
|
|
4241
|
+
/* @__PURE__ */ React76.createElement("g", { clipPath: "url(#clip0_11835_31975)" }, /* @__PURE__ */ React76.createElement(
|
|
4242
|
+
"path",
|
|
4243
|
+
{
|
|
4244
|
+
fillRule: "evenodd",
|
|
4245
|
+
clipRule: "evenodd",
|
|
4246
|
+
d: "M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1Z",
|
|
4247
|
+
fill: "currentColor"
|
|
4248
|
+
}
|
|
4249
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4250
|
+
"path",
|
|
4251
|
+
{
|
|
4252
|
+
fillRule: "evenodd",
|
|
4253
|
+
clipRule: "evenodd",
|
|
4254
|
+
d: "M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z",
|
|
4255
|
+
fill: "currentColor"
|
|
4256
|
+
}
|
|
4257
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4258
|
+
"path",
|
|
4259
|
+
{
|
|
4260
|
+
fillRule: "evenodd",
|
|
4261
|
+
clipRule: "evenodd",
|
|
4262
|
+
d: "M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L8.46711 7.05289C8.85763 7.44342 8.85763 8.07658 8.46711 8.46711C8.07658 8.85763 7.44342 8.85763 7.05289 8.46711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z",
|
|
4263
|
+
fill: "currentColor"
|
|
4264
|
+
}
|
|
4265
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4266
|
+
"path",
|
|
4267
|
+
{
|
|
4268
|
+
fillRule: "evenodd",
|
|
4269
|
+
clipRule: "evenodd",
|
|
4270
|
+
d: "M15.5329 15.5329C15.9234 15.1424 16.5566 15.1424 16.9471 15.5329L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L15.5329 16.9471C15.1424 16.5566 15.1424 15.9234 15.5329 15.5329Z",
|
|
4271
|
+
fill: "currentColor"
|
|
4272
|
+
}
|
|
4273
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4274
|
+
"path",
|
|
4275
|
+
{
|
|
4276
|
+
fillRule: "evenodd",
|
|
4277
|
+
clipRule: "evenodd",
|
|
4278
|
+
d: "M1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12Z",
|
|
4279
|
+
fill: "currentColor"
|
|
4280
|
+
}
|
|
4281
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4282
|
+
"path",
|
|
4283
|
+
{
|
|
4284
|
+
fillRule: "evenodd",
|
|
4285
|
+
clipRule: "evenodd",
|
|
4286
|
+
d: "M17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12Z",
|
|
4287
|
+
fill: "currentColor"
|
|
4288
|
+
}
|
|
4289
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4290
|
+
"path",
|
|
4291
|
+
{
|
|
4292
|
+
fillRule: "evenodd",
|
|
4293
|
+
clipRule: "evenodd",
|
|
4294
|
+
d: "M8.46711 15.5329C8.85763 15.9234 8.85763 16.5566 8.46711 16.9471L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L7.05289 15.5329C7.44342 15.1424 8.07658 15.1424 8.46711 15.5329Z",
|
|
4295
|
+
fill: "currentColor"
|
|
4296
|
+
}
|
|
4297
|
+
), /* @__PURE__ */ React76.createElement(
|
|
4298
|
+
"path",
|
|
4299
|
+
{
|
|
4300
|
+
fillRule: "evenodd",
|
|
4301
|
+
clipRule: "evenodd",
|
|
4302
|
+
d: "M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L16.9471 8.46711C16.5566 8.85763 15.9234 8.85763 15.5329 8.46711C15.1424 8.07658 15.1424 7.44342 15.5329 7.05289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z",
|
|
4303
|
+
fill: "currentColor"
|
|
4304
|
+
}
|
|
4305
|
+
)),
|
|
4306
|
+
/* @__PURE__ */ React76.createElement("defs", null, /* @__PURE__ */ React76.createElement("clipPath", { id: "clip0_11835_31975" }, /* @__PURE__ */ React76.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
|
|
4307
|
+
);
|
|
4308
|
+
};
|
|
4309
|
+
Loading_default = SvgLoading;
|
|
4310
|
+
}
|
|
4311
|
+
});
|
|
4312
|
+
|
|
4164
4313
|
// src/react/Lock.tsx
|
|
4165
4314
|
var Lock_exports = {};
|
|
4166
4315
|
__export(Lock_exports, {
|
|
4167
4316
|
default: () => Lock_default
|
|
4168
4317
|
});
|
|
4169
|
-
import * as
|
|
4318
|
+
import * as React77 from "react";
|
|
4170
4319
|
var SvgLock, Lock_default;
|
|
4171
4320
|
var init_Lock = __esm({
|
|
4172
4321
|
"src/react/Lock.tsx"() {
|
|
@@ -4174,7 +4323,7 @@ var init_Lock = __esm({
|
|
|
4174
4323
|
init_types();
|
|
4175
4324
|
SvgLock = ({ size = 16, ...props }) => {
|
|
4176
4325
|
const sizeValue = resolveSize(size);
|
|
4177
|
-
return /* @__PURE__ */
|
|
4326
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4178
4327
|
"svg",
|
|
4179
4328
|
{
|
|
4180
4329
|
width: sizeValue,
|
|
@@ -4184,7 +4333,7 @@ var init_Lock = __esm({
|
|
|
4184
4333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4185
4334
|
...props
|
|
4186
4335
|
},
|
|
4187
|
-
/* @__PURE__ */
|
|
4336
|
+
/* @__PURE__ */ React77.createElement(
|
|
4188
4337
|
"path",
|
|
4189
4338
|
{
|
|
4190
4339
|
fillRule: "evenodd",
|
|
@@ -4193,7 +4342,7 @@ var init_Lock = __esm({
|
|
|
4193
4342
|
fill: "currentColor"
|
|
4194
4343
|
}
|
|
4195
4344
|
),
|
|
4196
|
-
/* @__PURE__ */
|
|
4345
|
+
/* @__PURE__ */ React77.createElement(
|
|
4197
4346
|
"path",
|
|
4198
4347
|
{
|
|
4199
4348
|
fillRule: "evenodd",
|
|
@@ -4213,7 +4362,7 @@ var Loft_exports = {};
|
|
|
4213
4362
|
__export(Loft_exports, {
|
|
4214
4363
|
default: () => Loft_default
|
|
4215
4364
|
});
|
|
4216
|
-
import * as
|
|
4365
|
+
import * as React78 from "react";
|
|
4217
4366
|
var SvgLoft, Loft_default;
|
|
4218
4367
|
var init_Loft = __esm({
|
|
4219
4368
|
"src/react/Loft.tsx"() {
|
|
@@ -4221,7 +4370,7 @@ var init_Loft = __esm({
|
|
|
4221
4370
|
init_types();
|
|
4222
4371
|
SvgLoft = ({ size = 16, ...props }) => {
|
|
4223
4372
|
const sizeValue = resolveSize(size);
|
|
4224
|
-
return /* @__PURE__ */
|
|
4373
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4225
4374
|
"svg",
|
|
4226
4375
|
{
|
|
4227
4376
|
width: sizeValue,
|
|
@@ -4231,7 +4380,7 @@ var init_Loft = __esm({
|
|
|
4231
4380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4232
4381
|
...props
|
|
4233
4382
|
},
|
|
4234
|
-
/* @__PURE__ */
|
|
4383
|
+
/* @__PURE__ */ React78.createElement(
|
|
4235
4384
|
"path",
|
|
4236
4385
|
{
|
|
4237
4386
|
fillRule: "evenodd",
|
|
@@ -4240,7 +4389,7 @@ var init_Loft = __esm({
|
|
|
4240
4389
|
fill: "currentColor"
|
|
4241
4390
|
}
|
|
4242
4391
|
),
|
|
4243
|
-
/* @__PURE__ */
|
|
4392
|
+
/* @__PURE__ */ React78.createElement(
|
|
4244
4393
|
"path",
|
|
4245
4394
|
{
|
|
4246
4395
|
fillRule: "evenodd",
|
|
@@ -4249,7 +4398,7 @@ var init_Loft = __esm({
|
|
|
4249
4398
|
fill: "currentColor"
|
|
4250
4399
|
}
|
|
4251
4400
|
),
|
|
4252
|
-
/* @__PURE__ */
|
|
4401
|
+
/* @__PURE__ */ React78.createElement(
|
|
4253
4402
|
"path",
|
|
4254
4403
|
{
|
|
4255
4404
|
fillRule: "evenodd",
|
|
@@ -4258,7 +4407,7 @@ var init_Loft = __esm({
|
|
|
4258
4407
|
fill: "currentColor"
|
|
4259
4408
|
}
|
|
4260
4409
|
),
|
|
4261
|
-
/* @__PURE__ */
|
|
4410
|
+
/* @__PURE__ */ React78.createElement(
|
|
4262
4411
|
"path",
|
|
4263
4412
|
{
|
|
4264
4413
|
fillRule: "evenodd",
|
|
@@ -4267,7 +4416,7 @@ var init_Loft = __esm({
|
|
|
4267
4416
|
fill: "currentColor"
|
|
4268
4417
|
}
|
|
4269
4418
|
),
|
|
4270
|
-
/* @__PURE__ */
|
|
4419
|
+
/* @__PURE__ */ React78.createElement(
|
|
4271
4420
|
"path",
|
|
4272
4421
|
{
|
|
4273
4422
|
fillRule: "evenodd",
|
|
@@ -4276,7 +4425,7 @@ var init_Loft = __esm({
|
|
|
4276
4425
|
fill: "currentColor"
|
|
4277
4426
|
}
|
|
4278
4427
|
),
|
|
4279
|
-
/* @__PURE__ */
|
|
4428
|
+
/* @__PURE__ */ React78.createElement(
|
|
4280
4429
|
"path",
|
|
4281
4430
|
{
|
|
4282
4431
|
fillRule: "evenodd",
|
|
@@ -4285,7 +4434,7 @@ var init_Loft = __esm({
|
|
|
4285
4434
|
fill: "currentColor"
|
|
4286
4435
|
}
|
|
4287
4436
|
),
|
|
4288
|
-
/* @__PURE__ */
|
|
4437
|
+
/* @__PURE__ */ React78.createElement(
|
|
4289
4438
|
"path",
|
|
4290
4439
|
{
|
|
4291
4440
|
fillRule: "evenodd",
|
|
@@ -4294,7 +4443,7 @@ var init_Loft = __esm({
|
|
|
4294
4443
|
fill: "currentColor"
|
|
4295
4444
|
}
|
|
4296
4445
|
),
|
|
4297
|
-
/* @__PURE__ */
|
|
4446
|
+
/* @__PURE__ */ React78.createElement(
|
|
4298
4447
|
"path",
|
|
4299
4448
|
{
|
|
4300
4449
|
fillRule: "evenodd",
|
|
@@ -4314,7 +4463,7 @@ var Logout_exports = {};
|
|
|
4314
4463
|
__export(Logout_exports, {
|
|
4315
4464
|
default: () => Logout_default
|
|
4316
4465
|
});
|
|
4317
|
-
import * as
|
|
4466
|
+
import * as React79 from "react";
|
|
4318
4467
|
var SvgLogout, Logout_default;
|
|
4319
4468
|
var init_Logout = __esm({
|
|
4320
4469
|
"src/react/Logout.tsx"() {
|
|
@@ -4322,7 +4471,7 @@ var init_Logout = __esm({
|
|
|
4322
4471
|
init_types();
|
|
4323
4472
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
4324
4473
|
const sizeValue = resolveSize(size);
|
|
4325
|
-
return /* @__PURE__ */
|
|
4474
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4326
4475
|
"svg",
|
|
4327
4476
|
{
|
|
4328
4477
|
width: sizeValue,
|
|
@@ -4332,7 +4481,7 @@ var init_Logout = __esm({
|
|
|
4332
4481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4333
4482
|
...props
|
|
4334
4483
|
},
|
|
4335
|
-
/* @__PURE__ */
|
|
4484
|
+
/* @__PURE__ */ React79.createElement(
|
|
4336
4485
|
"path",
|
|
4337
4486
|
{
|
|
4338
4487
|
fillRule: "evenodd",
|
|
@@ -4341,7 +4490,7 @@ var init_Logout = __esm({
|
|
|
4341
4490
|
fill: "currentColor"
|
|
4342
4491
|
}
|
|
4343
4492
|
),
|
|
4344
|
-
/* @__PURE__ */
|
|
4493
|
+
/* @__PURE__ */ React79.createElement(
|
|
4345
4494
|
"path",
|
|
4346
4495
|
{
|
|
4347
4496
|
fillRule: "evenodd",
|
|
@@ -4350,7 +4499,7 @@ var init_Logout = __esm({
|
|
|
4350
4499
|
fill: "currentColor"
|
|
4351
4500
|
}
|
|
4352
4501
|
),
|
|
4353
|
-
/* @__PURE__ */
|
|
4502
|
+
/* @__PURE__ */ React79.createElement(
|
|
4354
4503
|
"path",
|
|
4355
4504
|
{
|
|
4356
4505
|
fillRule: "evenodd",
|
|
@@ -4370,7 +4519,7 @@ var MagicWand_exports = {};
|
|
|
4370
4519
|
__export(MagicWand_exports, {
|
|
4371
4520
|
default: () => MagicWand_default
|
|
4372
4521
|
});
|
|
4373
|
-
import * as
|
|
4522
|
+
import * as React80 from "react";
|
|
4374
4523
|
var SvgMagicWand, MagicWand_default;
|
|
4375
4524
|
var init_MagicWand = __esm({
|
|
4376
4525
|
"src/react/MagicWand.tsx"() {
|
|
@@ -4378,7 +4527,7 @@ var init_MagicWand = __esm({
|
|
|
4378
4527
|
init_types();
|
|
4379
4528
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
4380
4529
|
const sizeValue = resolveSize(size);
|
|
4381
|
-
return /* @__PURE__ */
|
|
4530
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4382
4531
|
"svg",
|
|
4383
4532
|
{
|
|
4384
4533
|
width: sizeValue,
|
|
@@ -4388,7 +4537,7 @@ var init_MagicWand = __esm({
|
|
|
4388
4537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4389
4538
|
...props
|
|
4390
4539
|
},
|
|
4391
|
-
/* @__PURE__ */
|
|
4540
|
+
/* @__PURE__ */ React80.createElement(
|
|
4392
4541
|
"path",
|
|
4393
4542
|
{
|
|
4394
4543
|
fillRule: "evenodd",
|
|
@@ -4397,7 +4546,7 @@ var init_MagicWand = __esm({
|
|
|
4397
4546
|
fill: "currentColor"
|
|
4398
4547
|
}
|
|
4399
4548
|
),
|
|
4400
|
-
/* @__PURE__ */
|
|
4549
|
+
/* @__PURE__ */ React80.createElement(
|
|
4401
4550
|
"path",
|
|
4402
4551
|
{
|
|
4403
4552
|
fillRule: "evenodd",
|
|
@@ -4406,7 +4555,7 @@ var init_MagicWand = __esm({
|
|
|
4406
4555
|
fill: "currentColor"
|
|
4407
4556
|
}
|
|
4408
4557
|
),
|
|
4409
|
-
/* @__PURE__ */
|
|
4558
|
+
/* @__PURE__ */ React80.createElement(
|
|
4410
4559
|
"path",
|
|
4411
4560
|
{
|
|
4412
4561
|
fillRule: "evenodd",
|
|
@@ -4415,7 +4564,7 @@ var init_MagicWand = __esm({
|
|
|
4415
4564
|
fill: "currentColor"
|
|
4416
4565
|
}
|
|
4417
4566
|
),
|
|
4418
|
-
/* @__PURE__ */
|
|
4567
|
+
/* @__PURE__ */ React80.createElement(
|
|
4419
4568
|
"path",
|
|
4420
4569
|
{
|
|
4421
4570
|
fillRule: "evenodd",
|
|
@@ -4424,7 +4573,7 @@ var init_MagicWand = __esm({
|
|
|
4424
4573
|
fill: "currentColor"
|
|
4425
4574
|
}
|
|
4426
4575
|
),
|
|
4427
|
-
/* @__PURE__ */
|
|
4576
|
+
/* @__PURE__ */ React80.createElement(
|
|
4428
4577
|
"path",
|
|
4429
4578
|
{
|
|
4430
4579
|
fillRule: "evenodd",
|
|
@@ -4433,7 +4582,7 @@ var init_MagicWand = __esm({
|
|
|
4433
4582
|
fill: "currentColor"
|
|
4434
4583
|
}
|
|
4435
4584
|
),
|
|
4436
|
-
/* @__PURE__ */
|
|
4585
|
+
/* @__PURE__ */ React80.createElement(
|
|
4437
4586
|
"path",
|
|
4438
4587
|
{
|
|
4439
4588
|
fillRule: "evenodd",
|
|
@@ -4442,7 +4591,7 @@ var init_MagicWand = __esm({
|
|
|
4442
4591
|
fill: "currentColor"
|
|
4443
4592
|
}
|
|
4444
4593
|
),
|
|
4445
|
-
/* @__PURE__ */
|
|
4594
|
+
/* @__PURE__ */ React80.createElement(
|
|
4446
4595
|
"path",
|
|
4447
4596
|
{
|
|
4448
4597
|
fillRule: "evenodd",
|
|
@@ -4451,7 +4600,7 @@ var init_MagicWand = __esm({
|
|
|
4451
4600
|
fill: "currentColor"
|
|
4452
4601
|
}
|
|
4453
4602
|
),
|
|
4454
|
-
/* @__PURE__ */
|
|
4603
|
+
/* @__PURE__ */ React80.createElement(
|
|
4455
4604
|
"path",
|
|
4456
4605
|
{
|
|
4457
4606
|
fillRule: "evenodd",
|
|
@@ -4471,7 +4620,7 @@ var Mail_exports = {};
|
|
|
4471
4620
|
__export(Mail_exports, {
|
|
4472
4621
|
default: () => Mail_default
|
|
4473
4622
|
});
|
|
4474
|
-
import * as
|
|
4623
|
+
import * as React81 from "react";
|
|
4475
4624
|
var SvgMail, Mail_default;
|
|
4476
4625
|
var init_Mail = __esm({
|
|
4477
4626
|
"src/react/Mail.tsx"() {
|
|
@@ -4479,7 +4628,7 @@ var init_Mail = __esm({
|
|
|
4479
4628
|
init_types();
|
|
4480
4629
|
SvgMail = ({ size = 16, ...props }) => {
|
|
4481
4630
|
const sizeValue = resolveSize(size);
|
|
4482
|
-
return /* @__PURE__ */
|
|
4631
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4483
4632
|
"svg",
|
|
4484
4633
|
{
|
|
4485
4634
|
width: sizeValue,
|
|
@@ -4489,7 +4638,7 @@ var init_Mail = __esm({
|
|
|
4489
4638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4490
4639
|
...props
|
|
4491
4640
|
},
|
|
4492
|
-
/* @__PURE__ */
|
|
4641
|
+
/* @__PURE__ */ React81.createElement(
|
|
4493
4642
|
"path",
|
|
4494
4643
|
{
|
|
4495
4644
|
fillRule: "evenodd",
|
|
@@ -4498,7 +4647,7 @@ var init_Mail = __esm({
|
|
|
4498
4647
|
fill: "currentColor"
|
|
4499
4648
|
}
|
|
4500
4649
|
),
|
|
4501
|
-
/* @__PURE__ */
|
|
4650
|
+
/* @__PURE__ */ React81.createElement(
|
|
4502
4651
|
"path",
|
|
4503
4652
|
{
|
|
4504
4653
|
fillRule: "evenodd",
|
|
@@ -4518,7 +4667,7 @@ var MapPin_exports = {};
|
|
|
4518
4667
|
__export(MapPin_exports, {
|
|
4519
4668
|
default: () => MapPin_default
|
|
4520
4669
|
});
|
|
4521
|
-
import * as
|
|
4670
|
+
import * as React82 from "react";
|
|
4522
4671
|
var SvgMapPin, MapPin_default;
|
|
4523
4672
|
var init_MapPin = __esm({
|
|
4524
4673
|
"src/react/MapPin.tsx"() {
|
|
@@ -4526,7 +4675,7 @@ var init_MapPin = __esm({
|
|
|
4526
4675
|
init_types();
|
|
4527
4676
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
4528
4677
|
const sizeValue = resolveSize(size);
|
|
4529
|
-
return /* @__PURE__ */
|
|
4678
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4530
4679
|
"svg",
|
|
4531
4680
|
{
|
|
4532
4681
|
width: sizeValue,
|
|
@@ -4536,7 +4685,7 @@ var init_MapPin = __esm({
|
|
|
4536
4685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4537
4686
|
...props
|
|
4538
4687
|
},
|
|
4539
|
-
/* @__PURE__ */
|
|
4688
|
+
/* @__PURE__ */ React82.createElement(
|
|
4540
4689
|
"path",
|
|
4541
4690
|
{
|
|
4542
4691
|
fillRule: "evenodd",
|
|
@@ -4545,7 +4694,7 @@ var init_MapPin = __esm({
|
|
|
4545
4694
|
fill: "currentColor"
|
|
4546
4695
|
}
|
|
4547
4696
|
),
|
|
4548
|
-
/* @__PURE__ */
|
|
4697
|
+
/* @__PURE__ */ React82.createElement(
|
|
4549
4698
|
"path",
|
|
4550
4699
|
{
|
|
4551
4700
|
fillRule: "evenodd",
|
|
@@ -4565,7 +4714,7 @@ var MoreHorizontal_exports = {};
|
|
|
4565
4714
|
__export(MoreHorizontal_exports, {
|
|
4566
4715
|
default: () => MoreHorizontal_default
|
|
4567
4716
|
});
|
|
4568
|
-
import * as
|
|
4717
|
+
import * as React83 from "react";
|
|
4569
4718
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
4570
4719
|
var init_MoreHorizontal = __esm({
|
|
4571
4720
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -4573,7 +4722,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4573
4722
|
init_types();
|
|
4574
4723
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4575
4724
|
const sizeValue = resolveSize(size);
|
|
4576
|
-
return /* @__PURE__ */
|
|
4725
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4577
4726
|
"svg",
|
|
4578
4727
|
{
|
|
4579
4728
|
width: sizeValue,
|
|
@@ -4583,7 +4732,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4583
4732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4584
4733
|
...props
|
|
4585
4734
|
},
|
|
4586
|
-
/* @__PURE__ */
|
|
4735
|
+
/* @__PURE__ */ React83.createElement(
|
|
4587
4736
|
"path",
|
|
4588
4737
|
{
|
|
4589
4738
|
fillRule: "evenodd",
|
|
@@ -4592,7 +4741,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4592
4741
|
fill: "currentColor"
|
|
4593
4742
|
}
|
|
4594
4743
|
),
|
|
4595
|
-
/* @__PURE__ */
|
|
4744
|
+
/* @__PURE__ */ React83.createElement(
|
|
4596
4745
|
"path",
|
|
4597
4746
|
{
|
|
4598
4747
|
fillRule: "evenodd",
|
|
@@ -4601,7 +4750,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4601
4750
|
fill: "currentColor"
|
|
4602
4751
|
}
|
|
4603
4752
|
),
|
|
4604
|
-
/* @__PURE__ */
|
|
4753
|
+
/* @__PURE__ */ React83.createElement(
|
|
4605
4754
|
"path",
|
|
4606
4755
|
{
|
|
4607
4756
|
fillRule: "evenodd",
|
|
@@ -4621,7 +4770,7 @@ var Mortgage_exports = {};
|
|
|
4621
4770
|
__export(Mortgage_exports, {
|
|
4622
4771
|
default: () => Mortgage_default
|
|
4623
4772
|
});
|
|
4624
|
-
import * as
|
|
4773
|
+
import * as React84 from "react";
|
|
4625
4774
|
var SvgMortgage, Mortgage_default;
|
|
4626
4775
|
var init_Mortgage = __esm({
|
|
4627
4776
|
"src/react/Mortgage.tsx"() {
|
|
@@ -4629,7 +4778,7 @@ var init_Mortgage = __esm({
|
|
|
4629
4778
|
init_types();
|
|
4630
4779
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4631
4780
|
const sizeValue = resolveSize(size);
|
|
4632
|
-
return /* @__PURE__ */
|
|
4781
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4633
4782
|
"svg",
|
|
4634
4783
|
{
|
|
4635
4784
|
width: sizeValue,
|
|
@@ -4639,7 +4788,7 @@ var init_Mortgage = __esm({
|
|
|
4639
4788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4640
4789
|
...props
|
|
4641
4790
|
},
|
|
4642
|
-
/* @__PURE__ */
|
|
4791
|
+
/* @__PURE__ */ React84.createElement(
|
|
4643
4792
|
"path",
|
|
4644
4793
|
{
|
|
4645
4794
|
fillRule: "evenodd",
|
|
@@ -4648,7 +4797,7 @@ var init_Mortgage = __esm({
|
|
|
4648
4797
|
fill: "currentColor"
|
|
4649
4798
|
}
|
|
4650
4799
|
),
|
|
4651
|
-
/* @__PURE__ */
|
|
4800
|
+
/* @__PURE__ */ React84.createElement(
|
|
4652
4801
|
"path",
|
|
4653
4802
|
{
|
|
4654
4803
|
fillRule: "evenodd",
|
|
@@ -4657,7 +4806,7 @@ var init_Mortgage = __esm({
|
|
|
4657
4806
|
fill: "currentColor"
|
|
4658
4807
|
}
|
|
4659
4808
|
),
|
|
4660
|
-
/* @__PURE__ */
|
|
4809
|
+
/* @__PURE__ */ React84.createElement(
|
|
4661
4810
|
"path",
|
|
4662
4811
|
{
|
|
4663
4812
|
fillRule: "evenodd",
|
|
@@ -4666,7 +4815,7 @@ var init_Mortgage = __esm({
|
|
|
4666
4815
|
fill: "currentColor"
|
|
4667
4816
|
}
|
|
4668
4817
|
),
|
|
4669
|
-
/* @__PURE__ */
|
|
4818
|
+
/* @__PURE__ */ React84.createElement(
|
|
4670
4819
|
"path",
|
|
4671
4820
|
{
|
|
4672
4821
|
fillRule: "evenodd",
|
|
@@ -4675,7 +4824,7 @@ var init_Mortgage = __esm({
|
|
|
4675
4824
|
fill: "currentColor"
|
|
4676
4825
|
}
|
|
4677
4826
|
),
|
|
4678
|
-
/* @__PURE__ */
|
|
4827
|
+
/* @__PURE__ */ React84.createElement(
|
|
4679
4828
|
"path",
|
|
4680
4829
|
{
|
|
4681
4830
|
fillRule: "evenodd",
|
|
@@ -4684,7 +4833,7 @@ var init_Mortgage = __esm({
|
|
|
4684
4833
|
fill: "currentColor"
|
|
4685
4834
|
}
|
|
4686
4835
|
),
|
|
4687
|
-
/* @__PURE__ */
|
|
4836
|
+
/* @__PURE__ */ React84.createElement(
|
|
4688
4837
|
"path",
|
|
4689
4838
|
{
|
|
4690
4839
|
fillRule: "evenodd",
|
|
@@ -4693,7 +4842,7 @@ var init_Mortgage = __esm({
|
|
|
4693
4842
|
fill: "currentColor"
|
|
4694
4843
|
}
|
|
4695
4844
|
),
|
|
4696
|
-
/* @__PURE__ */
|
|
4845
|
+
/* @__PURE__ */ React84.createElement(
|
|
4697
4846
|
"path",
|
|
4698
4847
|
{
|
|
4699
4848
|
fillRule: "evenodd",
|
|
@@ -4713,7 +4862,7 @@ var Note_exports = {};
|
|
|
4713
4862
|
__export(Note_exports, {
|
|
4714
4863
|
default: () => Note_default
|
|
4715
4864
|
});
|
|
4716
|
-
import * as
|
|
4865
|
+
import * as React85 from "react";
|
|
4717
4866
|
var SvgNote, Note_default;
|
|
4718
4867
|
var init_Note = __esm({
|
|
4719
4868
|
"src/react/Note.tsx"() {
|
|
@@ -4721,7 +4870,7 @@ var init_Note = __esm({
|
|
|
4721
4870
|
init_types();
|
|
4722
4871
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4723
4872
|
const sizeValue = resolveSize(size);
|
|
4724
|
-
return /* @__PURE__ */
|
|
4873
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4725
4874
|
"svg",
|
|
4726
4875
|
{
|
|
4727
4876
|
width: sizeValue,
|
|
@@ -4731,7 +4880,7 @@ var init_Note = __esm({
|
|
|
4731
4880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4732
4881
|
...props
|
|
4733
4882
|
},
|
|
4734
|
-
/* @__PURE__ */
|
|
4883
|
+
/* @__PURE__ */ React85.createElement(
|
|
4735
4884
|
"path",
|
|
4736
4885
|
{
|
|
4737
4886
|
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",
|
|
@@ -4749,7 +4898,7 @@ var Notes_exports = {};
|
|
|
4749
4898
|
__export(Notes_exports, {
|
|
4750
4899
|
default: () => Notes_default
|
|
4751
4900
|
});
|
|
4752
|
-
import * as
|
|
4901
|
+
import * as React86 from "react";
|
|
4753
4902
|
var SvgNotes, Notes_default;
|
|
4754
4903
|
var init_Notes = __esm({
|
|
4755
4904
|
"src/react/Notes.tsx"() {
|
|
@@ -4757,7 +4906,7 @@ var init_Notes = __esm({
|
|
|
4757
4906
|
init_types();
|
|
4758
4907
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4759
4908
|
const sizeValue = resolveSize(size);
|
|
4760
|
-
return /* @__PURE__ */
|
|
4909
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4761
4910
|
"svg",
|
|
4762
4911
|
{
|
|
4763
4912
|
width: sizeValue,
|
|
@@ -4767,21 +4916,21 @@ var init_Notes = __esm({
|
|
|
4767
4916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4768
4917
|
...props
|
|
4769
4918
|
},
|
|
4770
|
-
/* @__PURE__ */
|
|
4919
|
+
/* @__PURE__ */ React86.createElement(
|
|
4771
4920
|
"path",
|
|
4772
4921
|
{
|
|
4773
4922
|
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",
|
|
4774
4923
|
fill: "currentColor"
|
|
4775
4924
|
}
|
|
4776
4925
|
),
|
|
4777
|
-
/* @__PURE__ */
|
|
4926
|
+
/* @__PURE__ */ React86.createElement(
|
|
4778
4927
|
"path",
|
|
4779
4928
|
{
|
|
4780
4929
|
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",
|
|
4781
4930
|
fill: "currentColor"
|
|
4782
4931
|
}
|
|
4783
4932
|
),
|
|
4784
|
-
/* @__PURE__ */
|
|
4933
|
+
/* @__PURE__ */ React86.createElement(
|
|
4785
4934
|
"path",
|
|
4786
4935
|
{
|
|
4787
4936
|
fillRule: "evenodd",
|
|
@@ -4801,7 +4950,7 @@ var Outside_exports = {};
|
|
|
4801
4950
|
__export(Outside_exports, {
|
|
4802
4951
|
default: () => Outside_default
|
|
4803
4952
|
});
|
|
4804
|
-
import * as
|
|
4953
|
+
import * as React87 from "react";
|
|
4805
4954
|
var SvgOutside, Outside_default;
|
|
4806
4955
|
var init_Outside = __esm({
|
|
4807
4956
|
"src/react/Outside.tsx"() {
|
|
@@ -4809,7 +4958,7 @@ var init_Outside = __esm({
|
|
|
4809
4958
|
init_types();
|
|
4810
4959
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4811
4960
|
const sizeValue = resolveSize(size);
|
|
4812
|
-
return /* @__PURE__ */
|
|
4961
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4813
4962
|
"svg",
|
|
4814
4963
|
{
|
|
4815
4964
|
width: sizeValue,
|
|
@@ -4819,7 +4968,7 @@ var init_Outside = __esm({
|
|
|
4819
4968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4820
4969
|
...props
|
|
4821
4970
|
},
|
|
4822
|
-
/* @__PURE__ */
|
|
4971
|
+
/* @__PURE__ */ React87.createElement(
|
|
4823
4972
|
"path",
|
|
4824
4973
|
{
|
|
4825
4974
|
fillRule: "evenodd",
|
|
@@ -4828,7 +4977,7 @@ var init_Outside = __esm({
|
|
|
4828
4977
|
fill: "currentColor"
|
|
4829
4978
|
}
|
|
4830
4979
|
),
|
|
4831
|
-
/* @__PURE__ */
|
|
4980
|
+
/* @__PURE__ */ React87.createElement(
|
|
4832
4981
|
"path",
|
|
4833
4982
|
{
|
|
4834
4983
|
fillRule: "evenodd",
|
|
@@ -4837,7 +4986,7 @@ var init_Outside = __esm({
|
|
|
4837
4986
|
fill: "currentColor"
|
|
4838
4987
|
}
|
|
4839
4988
|
),
|
|
4840
|
-
/* @__PURE__ */
|
|
4989
|
+
/* @__PURE__ */ React87.createElement(
|
|
4841
4990
|
"path",
|
|
4842
4991
|
{
|
|
4843
4992
|
fillRule: "evenodd",
|
|
@@ -4846,7 +4995,7 @@ var init_Outside = __esm({
|
|
|
4846
4995
|
fill: "currentColor"
|
|
4847
4996
|
}
|
|
4848
4997
|
),
|
|
4849
|
-
/* @__PURE__ */
|
|
4998
|
+
/* @__PURE__ */ React87.createElement(
|
|
4850
4999
|
"path",
|
|
4851
5000
|
{
|
|
4852
5001
|
fillRule: "evenodd",
|
|
@@ -4855,7 +5004,7 @@ var init_Outside = __esm({
|
|
|
4855
5004
|
fill: "currentColor"
|
|
4856
5005
|
}
|
|
4857
5006
|
),
|
|
4858
|
-
/* @__PURE__ */
|
|
5007
|
+
/* @__PURE__ */ React87.createElement(
|
|
4859
5008
|
"path",
|
|
4860
5009
|
{
|
|
4861
5010
|
fillRule: "evenodd",
|
|
@@ -4864,7 +5013,7 @@ var init_Outside = __esm({
|
|
|
4864
5013
|
fill: "currentColor"
|
|
4865
5014
|
}
|
|
4866
5015
|
),
|
|
4867
|
-
/* @__PURE__ */
|
|
5016
|
+
/* @__PURE__ */ React87.createElement(
|
|
4868
5017
|
"path",
|
|
4869
5018
|
{
|
|
4870
5019
|
fillRule: "evenodd",
|
|
@@ -4873,7 +5022,7 @@ var init_Outside = __esm({
|
|
|
4873
5022
|
fill: "currentColor"
|
|
4874
5023
|
}
|
|
4875
5024
|
),
|
|
4876
|
-
/* @__PURE__ */
|
|
5025
|
+
/* @__PURE__ */ React87.createElement(
|
|
4877
5026
|
"path",
|
|
4878
5027
|
{
|
|
4879
5028
|
fillRule: "evenodd",
|
|
@@ -4882,7 +5031,7 @@ var init_Outside = __esm({
|
|
|
4882
5031
|
fill: "currentColor"
|
|
4883
5032
|
}
|
|
4884
5033
|
),
|
|
4885
|
-
/* @__PURE__ */
|
|
5034
|
+
/* @__PURE__ */ React87.createElement(
|
|
4886
5035
|
"path",
|
|
4887
5036
|
{
|
|
4888
5037
|
fillRule: "evenodd",
|
|
@@ -4902,7 +5051,7 @@ var Parking_exports = {};
|
|
|
4902
5051
|
__export(Parking_exports, {
|
|
4903
5052
|
default: () => Parking_default
|
|
4904
5053
|
});
|
|
4905
|
-
import * as
|
|
5054
|
+
import * as React88 from "react";
|
|
4906
5055
|
var SvgParking, Parking_default;
|
|
4907
5056
|
var init_Parking = __esm({
|
|
4908
5057
|
"src/react/Parking.tsx"() {
|
|
@@ -4910,7 +5059,7 @@ var init_Parking = __esm({
|
|
|
4910
5059
|
init_types();
|
|
4911
5060
|
SvgParking = ({ size = 16, ...props }) => {
|
|
4912
5061
|
const sizeValue = resolveSize(size);
|
|
4913
|
-
return /* @__PURE__ */
|
|
5062
|
+
return /* @__PURE__ */ React88.createElement(
|
|
4914
5063
|
"svg",
|
|
4915
5064
|
{
|
|
4916
5065
|
width: sizeValue,
|
|
@@ -4920,7 +5069,7 @@ var init_Parking = __esm({
|
|
|
4920
5069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4921
5070
|
...props
|
|
4922
5071
|
},
|
|
4923
|
-
/* @__PURE__ */
|
|
5072
|
+
/* @__PURE__ */ React88.createElement(
|
|
4924
5073
|
"path",
|
|
4925
5074
|
{
|
|
4926
5075
|
fillRule: "evenodd",
|
|
@@ -4929,7 +5078,7 @@ var init_Parking = __esm({
|
|
|
4929
5078
|
fill: "currentColor"
|
|
4930
5079
|
}
|
|
4931
5080
|
),
|
|
4932
|
-
/* @__PURE__ */
|
|
5081
|
+
/* @__PURE__ */ React88.createElement(
|
|
4933
5082
|
"path",
|
|
4934
5083
|
{
|
|
4935
5084
|
fillRule: "evenodd",
|
|
@@ -4938,7 +5087,7 @@ var init_Parking = __esm({
|
|
|
4938
5087
|
fill: "currentColor"
|
|
4939
5088
|
}
|
|
4940
5089
|
),
|
|
4941
|
-
/* @__PURE__ */
|
|
5090
|
+
/* @__PURE__ */ React88.createElement(
|
|
4942
5091
|
"path",
|
|
4943
5092
|
{
|
|
4944
5093
|
fillRule: "evenodd",
|
|
@@ -4947,7 +5096,7 @@ var init_Parking = __esm({
|
|
|
4947
5096
|
fill: "currentColor"
|
|
4948
5097
|
}
|
|
4949
5098
|
),
|
|
4950
|
-
/* @__PURE__ */
|
|
5099
|
+
/* @__PURE__ */ React88.createElement(
|
|
4951
5100
|
"path",
|
|
4952
5101
|
{
|
|
4953
5102
|
fillRule: "evenodd",
|
|
@@ -4956,7 +5105,7 @@ var init_Parking = __esm({
|
|
|
4956
5105
|
fill: "currentColor"
|
|
4957
5106
|
}
|
|
4958
5107
|
),
|
|
4959
|
-
/* @__PURE__ */
|
|
5108
|
+
/* @__PURE__ */ React88.createElement(
|
|
4960
5109
|
"path",
|
|
4961
5110
|
{
|
|
4962
5111
|
fillRule: "evenodd",
|
|
@@ -4976,7 +5125,7 @@ var Patio_exports = {};
|
|
|
4976
5125
|
__export(Patio_exports, {
|
|
4977
5126
|
default: () => Patio_default
|
|
4978
5127
|
});
|
|
4979
|
-
import * as
|
|
5128
|
+
import * as React89 from "react";
|
|
4980
5129
|
var SvgPatio, Patio_default;
|
|
4981
5130
|
var init_Patio = __esm({
|
|
4982
5131
|
"src/react/Patio.tsx"() {
|
|
@@ -4984,7 +5133,7 @@ var init_Patio = __esm({
|
|
|
4984
5133
|
init_types();
|
|
4985
5134
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
4986
5135
|
const sizeValue = resolveSize(size);
|
|
4987
|
-
return /* @__PURE__ */
|
|
5136
|
+
return /* @__PURE__ */ React89.createElement(
|
|
4988
5137
|
"svg",
|
|
4989
5138
|
{
|
|
4990
5139
|
width: sizeValue,
|
|
@@ -4994,7 +5143,7 @@ var init_Patio = __esm({
|
|
|
4994
5143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4995
5144
|
...props
|
|
4996
5145
|
},
|
|
4997
|
-
/* @__PURE__ */
|
|
5146
|
+
/* @__PURE__ */ React89.createElement(
|
|
4998
5147
|
"path",
|
|
4999
5148
|
{
|
|
5000
5149
|
fillRule: "evenodd",
|
|
@@ -5003,7 +5152,7 @@ var init_Patio = __esm({
|
|
|
5003
5152
|
fill: "currentColor"
|
|
5004
5153
|
}
|
|
5005
5154
|
),
|
|
5006
|
-
/* @__PURE__ */
|
|
5155
|
+
/* @__PURE__ */ React89.createElement(
|
|
5007
5156
|
"path",
|
|
5008
5157
|
{
|
|
5009
5158
|
fillRule: "evenodd",
|
|
@@ -5012,7 +5161,7 @@ var init_Patio = __esm({
|
|
|
5012
5161
|
fill: "currentColor"
|
|
5013
5162
|
}
|
|
5014
5163
|
),
|
|
5015
|
-
/* @__PURE__ */
|
|
5164
|
+
/* @__PURE__ */ React89.createElement(
|
|
5016
5165
|
"path",
|
|
5017
5166
|
{
|
|
5018
5167
|
fillRule: "evenodd",
|
|
@@ -5021,7 +5170,7 @@ var init_Patio = __esm({
|
|
|
5021
5170
|
fill: "currentColor"
|
|
5022
5171
|
}
|
|
5023
5172
|
),
|
|
5024
|
-
/* @__PURE__ */
|
|
5173
|
+
/* @__PURE__ */ React89.createElement(
|
|
5025
5174
|
"path",
|
|
5026
5175
|
{
|
|
5027
5176
|
fillRule: "evenodd",
|
|
@@ -5030,7 +5179,7 @@ var init_Patio = __esm({
|
|
|
5030
5179
|
fill: "currentColor"
|
|
5031
5180
|
}
|
|
5032
5181
|
),
|
|
5033
|
-
/* @__PURE__ */
|
|
5182
|
+
/* @__PURE__ */ React89.createElement(
|
|
5034
5183
|
"path",
|
|
5035
5184
|
{
|
|
5036
5185
|
fillRule: "evenodd",
|
|
@@ -5039,7 +5188,7 @@ var init_Patio = __esm({
|
|
|
5039
5188
|
fill: "currentColor"
|
|
5040
5189
|
}
|
|
5041
5190
|
),
|
|
5042
|
-
/* @__PURE__ */
|
|
5191
|
+
/* @__PURE__ */ React89.createElement(
|
|
5043
5192
|
"path",
|
|
5044
5193
|
{
|
|
5045
5194
|
fillRule: "evenodd",
|
|
@@ -5048,7 +5197,7 @@ var init_Patio = __esm({
|
|
|
5048
5197
|
fill: "currentColor"
|
|
5049
5198
|
}
|
|
5050
5199
|
),
|
|
5051
|
-
/* @__PURE__ */
|
|
5200
|
+
/* @__PURE__ */ React89.createElement(
|
|
5052
5201
|
"path",
|
|
5053
5202
|
{
|
|
5054
5203
|
fillRule: "evenodd",
|
|
@@ -5057,7 +5206,7 @@ var init_Patio = __esm({
|
|
|
5057
5206
|
fill: "currentColor"
|
|
5058
5207
|
}
|
|
5059
5208
|
),
|
|
5060
|
-
/* @__PURE__ */
|
|
5209
|
+
/* @__PURE__ */ React89.createElement(
|
|
5061
5210
|
"path",
|
|
5062
5211
|
{
|
|
5063
5212
|
fillRule: "evenodd",
|
|
@@ -5066,7 +5215,7 @@ var init_Patio = __esm({
|
|
|
5066
5215
|
fill: "currentColor"
|
|
5067
5216
|
}
|
|
5068
5217
|
),
|
|
5069
|
-
/* @__PURE__ */
|
|
5218
|
+
/* @__PURE__ */ React89.createElement(
|
|
5070
5219
|
"path",
|
|
5071
5220
|
{
|
|
5072
5221
|
fillRule: "evenodd",
|
|
@@ -5086,7 +5235,7 @@ var Payments_exports = {};
|
|
|
5086
5235
|
__export(Payments_exports, {
|
|
5087
5236
|
default: () => Payments_default
|
|
5088
5237
|
});
|
|
5089
|
-
import * as
|
|
5238
|
+
import * as React90 from "react";
|
|
5090
5239
|
var SvgPayments, Payments_default;
|
|
5091
5240
|
var init_Payments = __esm({
|
|
5092
5241
|
"src/react/Payments.tsx"() {
|
|
@@ -5094,7 +5243,7 @@ var init_Payments = __esm({
|
|
|
5094
5243
|
init_types();
|
|
5095
5244
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
5096
5245
|
const sizeValue = resolveSize(size);
|
|
5097
|
-
return /* @__PURE__ */
|
|
5246
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5098
5247
|
"svg",
|
|
5099
5248
|
{
|
|
5100
5249
|
width: sizeValue,
|
|
@@ -5104,7 +5253,7 @@ var init_Payments = __esm({
|
|
|
5104
5253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5105
5254
|
...props
|
|
5106
5255
|
},
|
|
5107
|
-
/* @__PURE__ */
|
|
5256
|
+
/* @__PURE__ */ React90.createElement(
|
|
5108
5257
|
"path",
|
|
5109
5258
|
{
|
|
5110
5259
|
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",
|
|
@@ -5122,7 +5271,7 @@ var PencilLine_exports = {};
|
|
|
5122
5271
|
__export(PencilLine_exports, {
|
|
5123
5272
|
default: () => PencilLine_default
|
|
5124
5273
|
});
|
|
5125
|
-
import * as
|
|
5274
|
+
import * as React91 from "react";
|
|
5126
5275
|
var SvgPencilLine, PencilLine_default;
|
|
5127
5276
|
var init_PencilLine = __esm({
|
|
5128
5277
|
"src/react/PencilLine.tsx"() {
|
|
@@ -5130,7 +5279,7 @@ var init_PencilLine = __esm({
|
|
|
5130
5279
|
init_types();
|
|
5131
5280
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
5132
5281
|
const sizeValue = resolveSize(size);
|
|
5133
|
-
return /* @__PURE__ */
|
|
5282
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5134
5283
|
"svg",
|
|
5135
5284
|
{
|
|
5136
5285
|
width: sizeValue,
|
|
@@ -5140,7 +5289,7 @@ var init_PencilLine = __esm({
|
|
|
5140
5289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5141
5290
|
...props
|
|
5142
5291
|
},
|
|
5143
|
-
/* @__PURE__ */
|
|
5292
|
+
/* @__PURE__ */ React91.createElement(
|
|
5144
5293
|
"path",
|
|
5145
5294
|
{
|
|
5146
5295
|
fillRule: "evenodd",
|
|
@@ -5149,7 +5298,7 @@ var init_PencilLine = __esm({
|
|
|
5149
5298
|
fill: "currentColor"
|
|
5150
5299
|
}
|
|
5151
5300
|
),
|
|
5152
|
-
/* @__PURE__ */
|
|
5301
|
+
/* @__PURE__ */ React91.createElement(
|
|
5153
5302
|
"path",
|
|
5154
5303
|
{
|
|
5155
5304
|
fillRule: "evenodd",
|
|
@@ -5158,7 +5307,7 @@ var init_PencilLine = __esm({
|
|
|
5158
5307
|
fill: "currentColor"
|
|
5159
5308
|
}
|
|
5160
5309
|
),
|
|
5161
|
-
/* @__PURE__ */
|
|
5310
|
+
/* @__PURE__ */ React91.createElement(
|
|
5162
5311
|
"path",
|
|
5163
5312
|
{
|
|
5164
5313
|
fillRule: "evenodd",
|
|
@@ -5178,7 +5327,7 @@ var PentHouse_exports = {};
|
|
|
5178
5327
|
__export(PentHouse_exports, {
|
|
5179
5328
|
default: () => PentHouse_default
|
|
5180
5329
|
});
|
|
5181
|
-
import * as
|
|
5330
|
+
import * as React92 from "react";
|
|
5182
5331
|
var SvgPentHouse, PentHouse_default;
|
|
5183
5332
|
var init_PentHouse = __esm({
|
|
5184
5333
|
"src/react/PentHouse.tsx"() {
|
|
@@ -5186,7 +5335,7 @@ var init_PentHouse = __esm({
|
|
|
5186
5335
|
init_types();
|
|
5187
5336
|
SvgPentHouse = ({ size = 16, ...props }) => {
|
|
5188
5337
|
const sizeValue = resolveSize(size);
|
|
5189
|
-
return /* @__PURE__ */
|
|
5338
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5190
5339
|
"svg",
|
|
5191
5340
|
{
|
|
5192
5341
|
width: sizeValue,
|
|
@@ -5196,7 +5345,7 @@ var init_PentHouse = __esm({
|
|
|
5196
5345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5197
5346
|
...props
|
|
5198
5347
|
},
|
|
5199
|
-
/* @__PURE__ */
|
|
5348
|
+
/* @__PURE__ */ React92.createElement(
|
|
5200
5349
|
"path",
|
|
5201
5350
|
{
|
|
5202
5351
|
fillRule: "evenodd",
|
|
@@ -5205,7 +5354,7 @@ var init_PentHouse = __esm({
|
|
|
5205
5354
|
fill: "currentColor"
|
|
5206
5355
|
}
|
|
5207
5356
|
),
|
|
5208
|
-
/* @__PURE__ */
|
|
5357
|
+
/* @__PURE__ */ React92.createElement(
|
|
5209
5358
|
"path",
|
|
5210
5359
|
{
|
|
5211
5360
|
fillRule: "evenodd",
|
|
@@ -5214,7 +5363,7 @@ var init_PentHouse = __esm({
|
|
|
5214
5363
|
fill: "currentColor"
|
|
5215
5364
|
}
|
|
5216
5365
|
),
|
|
5217
|
-
/* @__PURE__ */
|
|
5366
|
+
/* @__PURE__ */ React92.createElement(
|
|
5218
5367
|
"path",
|
|
5219
5368
|
{
|
|
5220
5369
|
fillRule: "evenodd",
|
|
@@ -5223,7 +5372,7 @@ var init_PentHouse = __esm({
|
|
|
5223
5372
|
fill: "currentColor"
|
|
5224
5373
|
}
|
|
5225
5374
|
),
|
|
5226
|
-
/* @__PURE__ */
|
|
5375
|
+
/* @__PURE__ */ React92.createElement(
|
|
5227
5376
|
"path",
|
|
5228
5377
|
{
|
|
5229
5378
|
fillRule: "evenodd",
|
|
@@ -5232,7 +5381,7 @@ var init_PentHouse = __esm({
|
|
|
5232
5381
|
fill: "currentColor"
|
|
5233
5382
|
}
|
|
5234
5383
|
),
|
|
5235
|
-
/* @__PURE__ */
|
|
5384
|
+
/* @__PURE__ */ React92.createElement(
|
|
5236
5385
|
"path",
|
|
5237
5386
|
{
|
|
5238
5387
|
fillRule: "evenodd",
|
|
@@ -5241,7 +5390,7 @@ var init_PentHouse = __esm({
|
|
|
5241
5390
|
fill: "currentColor"
|
|
5242
5391
|
}
|
|
5243
5392
|
),
|
|
5244
|
-
/* @__PURE__ */
|
|
5393
|
+
/* @__PURE__ */ React92.createElement(
|
|
5245
5394
|
"path",
|
|
5246
5395
|
{
|
|
5247
5396
|
fillRule: "evenodd",
|
|
@@ -5250,7 +5399,7 @@ var init_PentHouse = __esm({
|
|
|
5250
5399
|
fill: "currentColor"
|
|
5251
5400
|
}
|
|
5252
5401
|
),
|
|
5253
|
-
/* @__PURE__ */
|
|
5402
|
+
/* @__PURE__ */ React92.createElement(
|
|
5254
5403
|
"path",
|
|
5255
5404
|
{
|
|
5256
5405
|
fillRule: "evenodd",
|
|
@@ -5270,7 +5419,7 @@ var Pet_exports = {};
|
|
|
5270
5419
|
__export(Pet_exports, {
|
|
5271
5420
|
default: () => Pet_default
|
|
5272
5421
|
});
|
|
5273
|
-
import * as
|
|
5422
|
+
import * as React93 from "react";
|
|
5274
5423
|
var SvgPet, Pet_default;
|
|
5275
5424
|
var init_Pet = __esm({
|
|
5276
5425
|
"src/react/Pet.tsx"() {
|
|
@@ -5278,7 +5427,7 @@ var init_Pet = __esm({
|
|
|
5278
5427
|
init_types();
|
|
5279
5428
|
SvgPet = ({ size = 16, ...props }) => {
|
|
5280
5429
|
const sizeValue = resolveSize(size);
|
|
5281
|
-
return /* @__PURE__ */
|
|
5430
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5282
5431
|
"svg",
|
|
5283
5432
|
{
|
|
5284
5433
|
width: sizeValue,
|
|
@@ -5288,7 +5437,7 @@ var init_Pet = __esm({
|
|
|
5288
5437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5289
5438
|
...props
|
|
5290
5439
|
},
|
|
5291
|
-
/* @__PURE__ */
|
|
5440
|
+
/* @__PURE__ */ React93.createElement(
|
|
5292
5441
|
"path",
|
|
5293
5442
|
{
|
|
5294
5443
|
fillRule: "evenodd",
|
|
@@ -5297,7 +5446,7 @@ var init_Pet = __esm({
|
|
|
5297
5446
|
fill: "currentColor"
|
|
5298
5447
|
}
|
|
5299
5448
|
),
|
|
5300
|
-
/* @__PURE__ */
|
|
5449
|
+
/* @__PURE__ */ React93.createElement(
|
|
5301
5450
|
"path",
|
|
5302
5451
|
{
|
|
5303
5452
|
fillRule: "evenodd",
|
|
@@ -5306,7 +5455,7 @@ var init_Pet = __esm({
|
|
|
5306
5455
|
fill: "currentColor"
|
|
5307
5456
|
}
|
|
5308
5457
|
),
|
|
5309
|
-
/* @__PURE__ */
|
|
5458
|
+
/* @__PURE__ */ React93.createElement(
|
|
5310
5459
|
"path",
|
|
5311
5460
|
{
|
|
5312
5461
|
fillRule: "evenodd",
|
|
@@ -5315,7 +5464,7 @@ var init_Pet = __esm({
|
|
|
5315
5464
|
fill: "currentColor"
|
|
5316
5465
|
}
|
|
5317
5466
|
),
|
|
5318
|
-
/* @__PURE__ */
|
|
5467
|
+
/* @__PURE__ */ React93.createElement(
|
|
5319
5468
|
"path",
|
|
5320
5469
|
{
|
|
5321
5470
|
fillRule: "evenodd",
|
|
@@ -5324,7 +5473,7 @@ var init_Pet = __esm({
|
|
|
5324
5473
|
fill: "currentColor"
|
|
5325
5474
|
}
|
|
5326
5475
|
),
|
|
5327
|
-
/* @__PURE__ */
|
|
5476
|
+
/* @__PURE__ */ React93.createElement(
|
|
5328
5477
|
"path",
|
|
5329
5478
|
{
|
|
5330
5479
|
fillRule: "evenodd",
|
|
@@ -5333,7 +5482,7 @@ var init_Pet = __esm({
|
|
|
5333
5482
|
fill: "currentColor"
|
|
5334
5483
|
}
|
|
5335
5484
|
),
|
|
5336
|
-
/* @__PURE__ */
|
|
5485
|
+
/* @__PURE__ */ React93.createElement(
|
|
5337
5486
|
"path",
|
|
5338
5487
|
{
|
|
5339
5488
|
fillRule: "evenodd",
|
|
@@ -5353,7 +5502,7 @@ var PhoneLinear_exports = {};
|
|
|
5353
5502
|
__export(PhoneLinear_exports, {
|
|
5354
5503
|
default: () => PhoneLinear_default
|
|
5355
5504
|
});
|
|
5356
|
-
import * as
|
|
5505
|
+
import * as React94 from "react";
|
|
5357
5506
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
5358
5507
|
var init_PhoneLinear = __esm({
|
|
5359
5508
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -5361,7 +5510,7 @@ var init_PhoneLinear = __esm({
|
|
|
5361
5510
|
init_types();
|
|
5362
5511
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
5363
5512
|
const sizeValue = resolveSize(size);
|
|
5364
|
-
return /* @__PURE__ */
|
|
5513
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5365
5514
|
"svg",
|
|
5366
5515
|
{
|
|
5367
5516
|
width: sizeValue,
|
|
@@ -5371,7 +5520,7 @@ var init_PhoneLinear = __esm({
|
|
|
5371
5520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5372
5521
|
...props
|
|
5373
5522
|
},
|
|
5374
|
-
/* @__PURE__ */
|
|
5523
|
+
/* @__PURE__ */ React94.createElement(
|
|
5375
5524
|
"path",
|
|
5376
5525
|
{
|
|
5377
5526
|
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",
|
|
@@ -5389,7 +5538,7 @@ var PinMapSolid_exports = {};
|
|
|
5389
5538
|
__export(PinMapSolid_exports, {
|
|
5390
5539
|
default: () => PinMapSolid_default
|
|
5391
5540
|
});
|
|
5392
|
-
import * as
|
|
5541
|
+
import * as React95 from "react";
|
|
5393
5542
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
5394
5543
|
var init_PinMapSolid = __esm({
|
|
5395
5544
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -5397,7 +5546,7 @@ var init_PinMapSolid = __esm({
|
|
|
5397
5546
|
init_types();
|
|
5398
5547
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
5399
5548
|
const sizeValue = resolveSize(size);
|
|
5400
|
-
return /* @__PURE__ */
|
|
5549
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5401
5550
|
"svg",
|
|
5402
5551
|
{
|
|
5403
5552
|
width: sizeValue,
|
|
@@ -5407,7 +5556,7 @@ var init_PinMapSolid = __esm({
|
|
|
5407
5556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5408
5557
|
...props
|
|
5409
5558
|
},
|
|
5410
|
-
/* @__PURE__ */
|
|
5559
|
+
/* @__PURE__ */ React95.createElement(
|
|
5411
5560
|
"path",
|
|
5412
5561
|
{
|
|
5413
5562
|
fillRule: "evenodd",
|
|
@@ -5427,7 +5576,7 @@ var Plus_exports = {};
|
|
|
5427
5576
|
__export(Plus_exports, {
|
|
5428
5577
|
default: () => Plus_default
|
|
5429
5578
|
});
|
|
5430
|
-
import * as
|
|
5579
|
+
import * as React96 from "react";
|
|
5431
5580
|
var SvgPlus, Plus_default;
|
|
5432
5581
|
var init_Plus = __esm({
|
|
5433
5582
|
"src/react/Plus.tsx"() {
|
|
@@ -5435,7 +5584,7 @@ var init_Plus = __esm({
|
|
|
5435
5584
|
init_types();
|
|
5436
5585
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
5437
5586
|
const sizeValue = resolveSize(size);
|
|
5438
|
-
return /* @__PURE__ */
|
|
5587
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5439
5588
|
"svg",
|
|
5440
5589
|
{
|
|
5441
5590
|
width: sizeValue,
|
|
@@ -5445,7 +5594,7 @@ var init_Plus = __esm({
|
|
|
5445
5594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5446
5595
|
...props
|
|
5447
5596
|
},
|
|
5448
|
-
/* @__PURE__ */
|
|
5597
|
+
/* @__PURE__ */ React96.createElement(
|
|
5449
5598
|
"path",
|
|
5450
5599
|
{
|
|
5451
5600
|
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",
|
|
@@ -5463,7 +5612,7 @@ var Promotion_exports = {};
|
|
|
5463
5612
|
__export(Promotion_exports, {
|
|
5464
5613
|
default: () => Promotion_default
|
|
5465
5614
|
});
|
|
5466
|
-
import * as
|
|
5615
|
+
import * as React97 from "react";
|
|
5467
5616
|
var SvgPromotion, Promotion_default;
|
|
5468
5617
|
var init_Promotion = __esm({
|
|
5469
5618
|
"src/react/Promotion.tsx"() {
|
|
@@ -5471,7 +5620,7 @@ var init_Promotion = __esm({
|
|
|
5471
5620
|
init_types();
|
|
5472
5621
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
5473
5622
|
const sizeValue = resolveSize(size);
|
|
5474
|
-
return /* @__PURE__ */
|
|
5623
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5475
5624
|
"svg",
|
|
5476
5625
|
{
|
|
5477
5626
|
width: sizeValue,
|
|
@@ -5481,7 +5630,7 @@ var init_Promotion = __esm({
|
|
|
5481
5630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5482
5631
|
...props
|
|
5483
5632
|
},
|
|
5484
|
-
/* @__PURE__ */
|
|
5633
|
+
/* @__PURE__ */ React97.createElement(
|
|
5485
5634
|
"path",
|
|
5486
5635
|
{
|
|
5487
5636
|
fillRule: "evenodd",
|
|
@@ -5490,7 +5639,7 @@ var init_Promotion = __esm({
|
|
|
5490
5639
|
fill: "currentColor"
|
|
5491
5640
|
}
|
|
5492
5641
|
),
|
|
5493
|
-
/* @__PURE__ */
|
|
5642
|
+
/* @__PURE__ */ React97.createElement(
|
|
5494
5643
|
"path",
|
|
5495
5644
|
{
|
|
5496
5645
|
fillRule: "evenodd",
|
|
@@ -5499,7 +5648,7 @@ var init_Promotion = __esm({
|
|
|
5499
5648
|
fill: "currentColor"
|
|
5500
5649
|
}
|
|
5501
5650
|
),
|
|
5502
|
-
/* @__PURE__ */
|
|
5651
|
+
/* @__PURE__ */ React97.createElement(
|
|
5503
5652
|
"path",
|
|
5504
5653
|
{
|
|
5505
5654
|
fillRule: "evenodd",
|
|
@@ -5508,7 +5657,7 @@ var init_Promotion = __esm({
|
|
|
5508
5657
|
fill: "currentColor"
|
|
5509
5658
|
}
|
|
5510
5659
|
),
|
|
5511
|
-
/* @__PURE__ */
|
|
5660
|
+
/* @__PURE__ */ React97.createElement(
|
|
5512
5661
|
"path",
|
|
5513
5662
|
{
|
|
5514
5663
|
fillRule: "evenodd",
|
|
@@ -5528,7 +5677,7 @@ var PropertiesFilled_exports = {};
|
|
|
5528
5677
|
__export(PropertiesFilled_exports, {
|
|
5529
5678
|
default: () => PropertiesFilled_default
|
|
5530
5679
|
});
|
|
5531
|
-
import * as
|
|
5680
|
+
import * as React98 from "react";
|
|
5532
5681
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
5533
5682
|
var init_PropertiesFilled = __esm({
|
|
5534
5683
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -5536,7 +5685,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5536
5685
|
init_types();
|
|
5537
5686
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
5538
5687
|
const sizeValue = resolveSize(size);
|
|
5539
|
-
return /* @__PURE__ */
|
|
5688
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5540
5689
|
"svg",
|
|
5541
5690
|
{
|
|
5542
5691
|
width: sizeValue,
|
|
@@ -5546,7 +5695,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5546
5695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5547
5696
|
...props
|
|
5548
5697
|
},
|
|
5549
|
-
/* @__PURE__ */
|
|
5698
|
+
/* @__PURE__ */ React98.createElement(
|
|
5550
5699
|
"path",
|
|
5551
5700
|
{
|
|
5552
5701
|
fillRule: "evenodd",
|
|
@@ -5555,7 +5704,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5555
5704
|
fill: "currentColor"
|
|
5556
5705
|
}
|
|
5557
5706
|
),
|
|
5558
|
-
/* @__PURE__ */
|
|
5707
|
+
/* @__PURE__ */ React98.createElement(
|
|
5559
5708
|
"path",
|
|
5560
5709
|
{
|
|
5561
5710
|
fillRule: "evenodd",
|
|
@@ -5564,7 +5713,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5564
5713
|
fill: "currentColor"
|
|
5565
5714
|
}
|
|
5566
5715
|
),
|
|
5567
|
-
/* @__PURE__ */
|
|
5716
|
+
/* @__PURE__ */ React98.createElement(
|
|
5568
5717
|
"path",
|
|
5569
5718
|
{
|
|
5570
5719
|
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",
|
|
@@ -5582,7 +5731,7 @@ var PropertiesLinear_exports = {};
|
|
|
5582
5731
|
__export(PropertiesLinear_exports, {
|
|
5583
5732
|
default: () => PropertiesLinear_default
|
|
5584
5733
|
});
|
|
5585
|
-
import * as
|
|
5734
|
+
import * as React99 from "react";
|
|
5586
5735
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
5587
5736
|
var init_PropertiesLinear = __esm({
|
|
5588
5737
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -5590,7 +5739,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5590
5739
|
init_types();
|
|
5591
5740
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
5592
5741
|
const sizeValue = resolveSize(size);
|
|
5593
|
-
return /* @__PURE__ */
|
|
5742
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5594
5743
|
"svg",
|
|
5595
5744
|
{
|
|
5596
5745
|
width: sizeValue,
|
|
@@ -5600,7 +5749,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5600
5749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5601
5750
|
...props
|
|
5602
5751
|
},
|
|
5603
|
-
/* @__PURE__ */
|
|
5752
|
+
/* @__PURE__ */ React99.createElement(
|
|
5604
5753
|
"path",
|
|
5605
5754
|
{
|
|
5606
5755
|
fillRule: "evenodd",
|
|
@@ -5609,7 +5758,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5609
5758
|
fill: "currentColor"
|
|
5610
5759
|
}
|
|
5611
5760
|
),
|
|
5612
|
-
/* @__PURE__ */
|
|
5761
|
+
/* @__PURE__ */ React99.createElement(
|
|
5613
5762
|
"path",
|
|
5614
5763
|
{
|
|
5615
5764
|
fillRule: "evenodd",
|
|
@@ -5618,7 +5767,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5618
5767
|
fill: "currentColor"
|
|
5619
5768
|
}
|
|
5620
5769
|
),
|
|
5621
|
-
/* @__PURE__ */
|
|
5770
|
+
/* @__PURE__ */ React99.createElement(
|
|
5622
5771
|
"path",
|
|
5623
5772
|
{
|
|
5624
5773
|
fillRule: "evenodd",
|
|
@@ -5627,7 +5776,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5627
5776
|
fill: "currentColor"
|
|
5628
5777
|
}
|
|
5629
5778
|
),
|
|
5630
|
-
/* @__PURE__ */
|
|
5779
|
+
/* @__PURE__ */ React99.createElement(
|
|
5631
5780
|
"path",
|
|
5632
5781
|
{
|
|
5633
5782
|
fillRule: "evenodd",
|
|
@@ -5636,7 +5785,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5636
5785
|
fill: "currentColor"
|
|
5637
5786
|
}
|
|
5638
5787
|
),
|
|
5639
|
-
/* @__PURE__ */
|
|
5788
|
+
/* @__PURE__ */ React99.createElement(
|
|
5640
5789
|
"path",
|
|
5641
5790
|
{
|
|
5642
5791
|
fillRule: "evenodd",
|
|
@@ -5645,7 +5794,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5645
5794
|
fill: "currentColor"
|
|
5646
5795
|
}
|
|
5647
5796
|
),
|
|
5648
|
-
/* @__PURE__ */
|
|
5797
|
+
/* @__PURE__ */ React99.createElement(
|
|
5649
5798
|
"path",
|
|
5650
5799
|
{
|
|
5651
5800
|
fillRule: "evenodd",
|
|
@@ -5654,7 +5803,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5654
5803
|
fill: "currentColor"
|
|
5655
5804
|
}
|
|
5656
5805
|
),
|
|
5657
|
-
/* @__PURE__ */
|
|
5806
|
+
/* @__PURE__ */ React99.createElement(
|
|
5658
5807
|
"path",
|
|
5659
5808
|
{
|
|
5660
5809
|
fillRule: "evenodd",
|
|
@@ -5674,7 +5823,7 @@ var Rent_exports = {};
|
|
|
5674
5823
|
__export(Rent_exports, {
|
|
5675
5824
|
default: () => Rent_default
|
|
5676
5825
|
});
|
|
5677
|
-
import * as
|
|
5826
|
+
import * as React100 from "react";
|
|
5678
5827
|
var SvgRent, Rent_default;
|
|
5679
5828
|
var init_Rent = __esm({
|
|
5680
5829
|
"src/react/Rent.tsx"() {
|
|
@@ -5682,7 +5831,7 @@ var init_Rent = __esm({
|
|
|
5682
5831
|
init_types();
|
|
5683
5832
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5684
5833
|
const sizeValue = resolveSize(size);
|
|
5685
|
-
return /* @__PURE__ */
|
|
5834
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5686
5835
|
"svg",
|
|
5687
5836
|
{
|
|
5688
5837
|
width: sizeValue,
|
|
@@ -5692,7 +5841,7 @@ var init_Rent = __esm({
|
|
|
5692
5841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5693
5842
|
...props
|
|
5694
5843
|
},
|
|
5695
|
-
/* @__PURE__ */
|
|
5844
|
+
/* @__PURE__ */ React100.createElement(
|
|
5696
5845
|
"path",
|
|
5697
5846
|
{
|
|
5698
5847
|
fillRule: "evenodd",
|
|
@@ -5701,7 +5850,7 @@ var init_Rent = __esm({
|
|
|
5701
5850
|
fill: "currentColor"
|
|
5702
5851
|
}
|
|
5703
5852
|
),
|
|
5704
|
-
/* @__PURE__ */
|
|
5853
|
+
/* @__PURE__ */ React100.createElement(
|
|
5705
5854
|
"path",
|
|
5706
5855
|
{
|
|
5707
5856
|
fillRule: "evenodd",
|
|
@@ -5710,7 +5859,7 @@ var init_Rent = __esm({
|
|
|
5710
5859
|
fill: "currentColor"
|
|
5711
5860
|
}
|
|
5712
5861
|
),
|
|
5713
|
-
/* @__PURE__ */
|
|
5862
|
+
/* @__PURE__ */ React100.createElement(
|
|
5714
5863
|
"path",
|
|
5715
5864
|
{
|
|
5716
5865
|
fillRule: "evenodd",
|
|
@@ -5730,7 +5879,7 @@ var Restaurant_exports = {};
|
|
|
5730
5879
|
__export(Restaurant_exports, {
|
|
5731
5880
|
default: () => Restaurant_default
|
|
5732
5881
|
});
|
|
5733
|
-
import * as
|
|
5882
|
+
import * as React101 from "react";
|
|
5734
5883
|
var SvgRestaurant, Restaurant_default;
|
|
5735
5884
|
var init_Restaurant = __esm({
|
|
5736
5885
|
"src/react/Restaurant.tsx"() {
|
|
@@ -5738,7 +5887,7 @@ var init_Restaurant = __esm({
|
|
|
5738
5887
|
init_types();
|
|
5739
5888
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
5740
5889
|
const sizeValue = resolveSize(size);
|
|
5741
|
-
return /* @__PURE__ */
|
|
5890
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5742
5891
|
"svg",
|
|
5743
5892
|
{
|
|
5744
5893
|
width: sizeValue,
|
|
@@ -5748,7 +5897,7 @@ var init_Restaurant = __esm({
|
|
|
5748
5897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5749
5898
|
...props
|
|
5750
5899
|
},
|
|
5751
|
-
/* @__PURE__ */
|
|
5900
|
+
/* @__PURE__ */ React101.createElement(
|
|
5752
5901
|
"path",
|
|
5753
5902
|
{
|
|
5754
5903
|
fillRule: "evenodd",
|
|
@@ -5757,7 +5906,7 @@ var init_Restaurant = __esm({
|
|
|
5757
5906
|
fill: "currentColor"
|
|
5758
5907
|
}
|
|
5759
5908
|
),
|
|
5760
|
-
/* @__PURE__ */
|
|
5909
|
+
/* @__PURE__ */ React101.createElement(
|
|
5761
5910
|
"path",
|
|
5762
5911
|
{
|
|
5763
5912
|
fillRule: "evenodd",
|
|
@@ -5777,7 +5926,7 @@ var Sale_exports = {};
|
|
|
5777
5926
|
__export(Sale_exports, {
|
|
5778
5927
|
default: () => Sale_default
|
|
5779
5928
|
});
|
|
5780
|
-
import * as
|
|
5929
|
+
import * as React102 from "react";
|
|
5781
5930
|
var SvgSale, Sale_default;
|
|
5782
5931
|
var init_Sale = __esm({
|
|
5783
5932
|
"src/react/Sale.tsx"() {
|
|
@@ -5785,7 +5934,7 @@ var init_Sale = __esm({
|
|
|
5785
5934
|
init_types();
|
|
5786
5935
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5787
5936
|
const sizeValue = resolveSize(size);
|
|
5788
|
-
return /* @__PURE__ */
|
|
5937
|
+
return /* @__PURE__ */ React102.createElement(
|
|
5789
5938
|
"svg",
|
|
5790
5939
|
{
|
|
5791
5940
|
width: sizeValue,
|
|
@@ -5795,7 +5944,7 @@ var init_Sale = __esm({
|
|
|
5795
5944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5796
5945
|
...props
|
|
5797
5946
|
},
|
|
5798
|
-
/* @__PURE__ */
|
|
5947
|
+
/* @__PURE__ */ React102.createElement(
|
|
5799
5948
|
"path",
|
|
5800
5949
|
{
|
|
5801
5950
|
fillRule: "evenodd",
|
|
@@ -5804,7 +5953,7 @@ var init_Sale = __esm({
|
|
|
5804
5953
|
fill: "currentColor"
|
|
5805
5954
|
}
|
|
5806
5955
|
),
|
|
5807
|
-
/* @__PURE__ */
|
|
5956
|
+
/* @__PURE__ */ React102.createElement(
|
|
5808
5957
|
"path",
|
|
5809
5958
|
{
|
|
5810
5959
|
fillRule: "evenodd",
|
|
@@ -5813,7 +5962,7 @@ var init_Sale = __esm({
|
|
|
5813
5962
|
fill: "currentColor"
|
|
5814
5963
|
}
|
|
5815
5964
|
),
|
|
5816
|
-
/* @__PURE__ */
|
|
5965
|
+
/* @__PURE__ */ React102.createElement(
|
|
5817
5966
|
"path",
|
|
5818
5967
|
{
|
|
5819
5968
|
fillRule: "evenodd",
|
|
@@ -5833,7 +5982,7 @@ var Search_exports = {};
|
|
|
5833
5982
|
__export(Search_exports, {
|
|
5834
5983
|
default: () => Search_default
|
|
5835
5984
|
});
|
|
5836
|
-
import * as
|
|
5985
|
+
import * as React103 from "react";
|
|
5837
5986
|
var SvgSearch, Search_default;
|
|
5838
5987
|
var init_Search = __esm({
|
|
5839
5988
|
"src/react/Search.tsx"() {
|
|
@@ -5841,7 +5990,7 @@ var init_Search = __esm({
|
|
|
5841
5990
|
init_types();
|
|
5842
5991
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
5843
5992
|
const sizeValue = resolveSize(size);
|
|
5844
|
-
return /* @__PURE__ */
|
|
5993
|
+
return /* @__PURE__ */ React103.createElement(
|
|
5845
5994
|
"svg",
|
|
5846
5995
|
{
|
|
5847
5996
|
width: sizeValue,
|
|
@@ -5851,7 +6000,7 @@ var init_Search = __esm({
|
|
|
5851
6000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5852
6001
|
...props
|
|
5853
6002
|
},
|
|
5854
|
-
/* @__PURE__ */
|
|
6003
|
+
/* @__PURE__ */ React103.createElement(
|
|
5855
6004
|
"path",
|
|
5856
6005
|
{
|
|
5857
6006
|
fillRule: "evenodd",
|
|
@@ -5860,7 +6009,7 @@ var init_Search = __esm({
|
|
|
5860
6009
|
fill: "currentColor"
|
|
5861
6010
|
}
|
|
5862
6011
|
),
|
|
5863
|
-
/* @__PURE__ */
|
|
6012
|
+
/* @__PURE__ */ React103.createElement(
|
|
5864
6013
|
"path",
|
|
5865
6014
|
{
|
|
5866
6015
|
fillRule: "evenodd",
|
|
@@ -5880,7 +6029,7 @@ var SearchX_exports = {};
|
|
|
5880
6029
|
__export(SearchX_exports, {
|
|
5881
6030
|
default: () => SearchX_default
|
|
5882
6031
|
});
|
|
5883
|
-
import * as
|
|
6032
|
+
import * as React104 from "react";
|
|
5884
6033
|
var SvgSearchX, SearchX_default;
|
|
5885
6034
|
var init_SearchX = __esm({
|
|
5886
6035
|
"src/react/SearchX.tsx"() {
|
|
@@ -5888,7 +6037,7 @@ var init_SearchX = __esm({
|
|
|
5888
6037
|
init_types();
|
|
5889
6038
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
5890
6039
|
const sizeValue = resolveSize(size);
|
|
5891
|
-
return /* @__PURE__ */
|
|
6040
|
+
return /* @__PURE__ */ React104.createElement(
|
|
5892
6041
|
"svg",
|
|
5893
6042
|
{
|
|
5894
6043
|
width: sizeValue,
|
|
@@ -5898,7 +6047,7 @@ var init_SearchX = __esm({
|
|
|
5898
6047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5899
6048
|
...props
|
|
5900
6049
|
},
|
|
5901
|
-
/* @__PURE__ */
|
|
6050
|
+
/* @__PURE__ */ React104.createElement(
|
|
5902
6051
|
"path",
|
|
5903
6052
|
{
|
|
5904
6053
|
fillRule: "evenodd",
|
|
@@ -5907,7 +6056,7 @@ var init_SearchX = __esm({
|
|
|
5907
6056
|
fill: "currentColor"
|
|
5908
6057
|
}
|
|
5909
6058
|
),
|
|
5910
|
-
/* @__PURE__ */
|
|
6059
|
+
/* @__PURE__ */ React104.createElement(
|
|
5911
6060
|
"path",
|
|
5912
6061
|
{
|
|
5913
6062
|
fillRule: "evenodd",
|
|
@@ -5916,7 +6065,7 @@ var init_SearchX = __esm({
|
|
|
5916
6065
|
fill: "currentColor"
|
|
5917
6066
|
}
|
|
5918
6067
|
),
|
|
5919
|
-
/* @__PURE__ */
|
|
6068
|
+
/* @__PURE__ */ React104.createElement(
|
|
5920
6069
|
"path",
|
|
5921
6070
|
{
|
|
5922
6071
|
fillRule: "evenodd",
|
|
@@ -5925,7 +6074,7 @@ var init_SearchX = __esm({
|
|
|
5925
6074
|
fill: "currentColor"
|
|
5926
6075
|
}
|
|
5927
6076
|
),
|
|
5928
|
-
/* @__PURE__ */
|
|
6077
|
+
/* @__PURE__ */ React104.createElement(
|
|
5929
6078
|
"path",
|
|
5930
6079
|
{
|
|
5931
6080
|
fillRule: "evenodd",
|
|
@@ -5945,7 +6094,7 @@ var Share_exports = {};
|
|
|
5945
6094
|
__export(Share_exports, {
|
|
5946
6095
|
default: () => Share_default
|
|
5947
6096
|
});
|
|
5948
|
-
import * as
|
|
6097
|
+
import * as React105 from "react";
|
|
5949
6098
|
var SvgShare, Share_default;
|
|
5950
6099
|
var init_Share = __esm({
|
|
5951
6100
|
"src/react/Share.tsx"() {
|
|
@@ -5953,7 +6102,7 @@ var init_Share = __esm({
|
|
|
5953
6102
|
init_types();
|
|
5954
6103
|
SvgShare = ({ size = 16, ...props }) => {
|
|
5955
6104
|
const sizeValue = resolveSize(size);
|
|
5956
|
-
return /* @__PURE__ */
|
|
6105
|
+
return /* @__PURE__ */ React105.createElement(
|
|
5957
6106
|
"svg",
|
|
5958
6107
|
{
|
|
5959
6108
|
width: sizeValue,
|
|
@@ -5963,7 +6112,7 @@ var init_Share = __esm({
|
|
|
5963
6112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5964
6113
|
...props
|
|
5965
6114
|
},
|
|
5966
|
-
/* @__PURE__ */
|
|
6115
|
+
/* @__PURE__ */ React105.createElement(
|
|
5967
6116
|
"path",
|
|
5968
6117
|
{
|
|
5969
6118
|
fillRule: "evenodd",
|
|
@@ -5972,7 +6121,7 @@ var init_Share = __esm({
|
|
|
5972
6121
|
fill: "currentColor"
|
|
5973
6122
|
}
|
|
5974
6123
|
),
|
|
5975
|
-
/* @__PURE__ */
|
|
6124
|
+
/* @__PURE__ */ React105.createElement(
|
|
5976
6125
|
"path",
|
|
5977
6126
|
{
|
|
5978
6127
|
fillRule: "evenodd",
|
|
@@ -5981,7 +6130,7 @@ var init_Share = __esm({
|
|
|
5981
6130
|
fill: "currentColor"
|
|
5982
6131
|
}
|
|
5983
6132
|
),
|
|
5984
|
-
/* @__PURE__ */
|
|
6133
|
+
/* @__PURE__ */ React105.createElement(
|
|
5985
6134
|
"path",
|
|
5986
6135
|
{
|
|
5987
6136
|
fillRule: "evenodd",
|
|
@@ -6001,7 +6150,7 @@ var Size3D_exports = {};
|
|
|
6001
6150
|
__export(Size3D_exports, {
|
|
6002
6151
|
default: () => Size3D_default
|
|
6003
6152
|
});
|
|
6004
|
-
import * as
|
|
6153
|
+
import * as React106 from "react";
|
|
6005
6154
|
var SvgSize3D, Size3D_default;
|
|
6006
6155
|
var init_Size3D = __esm({
|
|
6007
6156
|
"src/react/Size3D.tsx"() {
|
|
@@ -6009,7 +6158,7 @@ var init_Size3D = __esm({
|
|
|
6009
6158
|
init_types();
|
|
6010
6159
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
6011
6160
|
const sizeValue = resolveSize(size);
|
|
6012
|
-
return /* @__PURE__ */
|
|
6161
|
+
return /* @__PURE__ */ React106.createElement(
|
|
6013
6162
|
"svg",
|
|
6014
6163
|
{
|
|
6015
6164
|
width: sizeValue,
|
|
@@ -6019,7 +6168,7 @@ var init_Size3D = __esm({
|
|
|
6019
6168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6020
6169
|
...props
|
|
6021
6170
|
},
|
|
6022
|
-
/* @__PURE__ */
|
|
6171
|
+
/* @__PURE__ */ React106.createElement(
|
|
6023
6172
|
"path",
|
|
6024
6173
|
{
|
|
6025
6174
|
fillRule: "evenodd",
|
|
@@ -6028,7 +6177,7 @@ var init_Size3D = __esm({
|
|
|
6028
6177
|
fill: "currentColor"
|
|
6029
6178
|
}
|
|
6030
6179
|
),
|
|
6031
|
-
/* @__PURE__ */
|
|
6180
|
+
/* @__PURE__ */ React106.createElement(
|
|
6032
6181
|
"path",
|
|
6033
6182
|
{
|
|
6034
6183
|
fillRule: "evenodd",
|
|
@@ -6037,7 +6186,7 @@ var init_Size3D = __esm({
|
|
|
6037
6186
|
fill: "currentColor"
|
|
6038
6187
|
}
|
|
6039
6188
|
),
|
|
6040
|
-
/* @__PURE__ */
|
|
6189
|
+
/* @__PURE__ */ React106.createElement(
|
|
6041
6190
|
"path",
|
|
6042
6191
|
{
|
|
6043
6192
|
fillRule: "evenodd",
|
|
@@ -6046,7 +6195,7 @@ var init_Size3D = __esm({
|
|
|
6046
6195
|
fill: "currentColor"
|
|
6047
6196
|
}
|
|
6048
6197
|
),
|
|
6049
|
-
/* @__PURE__ */
|
|
6198
|
+
/* @__PURE__ */ React106.createElement(
|
|
6050
6199
|
"path",
|
|
6051
6200
|
{
|
|
6052
6201
|
fillRule: "evenodd",
|
|
@@ -6066,7 +6215,7 @@ var StatusDot_exports = {};
|
|
|
6066
6215
|
__export(StatusDot_exports, {
|
|
6067
6216
|
default: () => StatusDot_default
|
|
6068
6217
|
});
|
|
6069
|
-
import * as
|
|
6218
|
+
import * as React107 from "react";
|
|
6070
6219
|
var SvgStatusDot, StatusDot_default;
|
|
6071
6220
|
var init_StatusDot = __esm({
|
|
6072
6221
|
"src/react/StatusDot.tsx"() {
|
|
@@ -6074,7 +6223,7 @@ var init_StatusDot = __esm({
|
|
|
6074
6223
|
init_types();
|
|
6075
6224
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
6076
6225
|
const sizeValue = resolveSize(size);
|
|
6077
|
-
return /* @__PURE__ */
|
|
6226
|
+
return /* @__PURE__ */ React107.createElement(
|
|
6078
6227
|
"svg",
|
|
6079
6228
|
{
|
|
6080
6229
|
width: sizeValue,
|
|
@@ -6084,7 +6233,7 @@ var init_StatusDot = __esm({
|
|
|
6084
6233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6085
6234
|
...props
|
|
6086
6235
|
},
|
|
6087
|
-
/* @__PURE__ */
|
|
6236
|
+
/* @__PURE__ */ React107.createElement(
|
|
6088
6237
|
"path",
|
|
6089
6238
|
{
|
|
6090
6239
|
d: "M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z",
|
|
@@ -6102,7 +6251,7 @@ var Storage_exports = {};
|
|
|
6102
6251
|
__export(Storage_exports, {
|
|
6103
6252
|
default: () => Storage_default
|
|
6104
6253
|
});
|
|
6105
|
-
import * as
|
|
6254
|
+
import * as React108 from "react";
|
|
6106
6255
|
var SvgStorage, Storage_default;
|
|
6107
6256
|
var init_Storage = __esm({
|
|
6108
6257
|
"src/react/Storage.tsx"() {
|
|
@@ -6110,7 +6259,7 @@ var init_Storage = __esm({
|
|
|
6110
6259
|
init_types();
|
|
6111
6260
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
6112
6261
|
const sizeValue = resolveSize(size);
|
|
6113
|
-
return /* @__PURE__ */
|
|
6262
|
+
return /* @__PURE__ */ React108.createElement(
|
|
6114
6263
|
"svg",
|
|
6115
6264
|
{
|
|
6116
6265
|
width: sizeValue,
|
|
@@ -6120,7 +6269,7 @@ var init_Storage = __esm({
|
|
|
6120
6269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6121
6270
|
...props
|
|
6122
6271
|
},
|
|
6123
|
-
/* @__PURE__ */
|
|
6272
|
+
/* @__PURE__ */ React108.createElement(
|
|
6124
6273
|
"path",
|
|
6125
6274
|
{
|
|
6126
6275
|
d: "M15.4409 1.4502C16.1602 1.46435 16.8446 1.76362 17.3433 2.28223C17.8384 2.79713 18.11 3.48636 18.1001 4.2002V11.2002H21.4409C22.1602 11.2143 22.8446 11.5136 23.3433 12.0322C23.8384 12.5471 24.11 13.2364 24.1001 13.9502V19.7842C24.1141 20.5035 23.8419 21.1992 23.3433 21.7178C22.8446 22.2364 22.1602 22.5357 21.4409 22.5498H13.9087C13.2093 22.5356 12.5448 22.2504 12.0503 21.7578C11.5555 22.2505 10.8906 22.536 10.1909 22.5498H2.65966C1.94072 22.5353 1.25678 22.236 0.758296 21.7178C0.259869 21.1994 -0.0130903 20.5041 0.000483051 19.7852V13.9502C-0.00914487 13.2364 0.263254 12.5471 0.758296 12.0322C1.25678 11.514 1.94072 11.2147 2.65966 11.2002H5.25048V4.2002C5.24085 3.48643 5.51228 2.79707 6.00732 2.28223C6.50573 1.76389 7.18976 1.46484 7.90869 1.4502H15.4409ZM12.8511 19.7998H12.8501C12.8502 19.8047 12.8491 19.8096 12.8491 19.8145L12.8501 19.8154C12.8445 20.1108 12.9565 20.3959 13.1606 20.6084C13.3653 20.8212 13.6467 20.9442 13.9419 20.9502H21.4097C21.7047 20.9444 21.9854 20.8211 22.1899 20.6084C22.3944 20.3957 22.5062 20.1104 22.5005 19.8154V13.9346C22.5062 13.6396 22.3944 13.3543 22.1899 13.1416C22.0108 12.9553 21.7734 12.8379 21.519 12.8076L21.4097 12.7998H20.3501V18.0498H15.0005V12.7998H12.8511V19.7998ZM2.58154 12.8076C2.32746 12.8381 2.09056 12.9555 1.91162 13.1416C1.70705 13.3544 1.59454 13.6395 1.60009 13.9346L1.60107 13.9424V19.8076L1.60009 19.8154C1.59454 20.1105 1.70705 20.3956 1.91162 20.6084C2.11623 20.8211 2.39678 20.9442 2.69189 20.9502H10.1597C10.4548 20.9444 10.7354 20.8212 10.9399 20.6084C11.1445 20.3956 11.2562 20.1105 11.2505 19.8154L11.2515 19.8145C11.2515 19.8047 11.2503 19.7949 11.2505 19.7852V12.7998H9.10009V18.0498H3.75048V12.7998H2.69189L2.58154 12.8076ZM16.6001 16.4502H18.7505V12.7998H16.6001V16.4502ZM5.35009 16.4502H7.50048V12.7998H5.35009V16.4502ZM7.83154 3.05762C7.57728 3.08805 7.33968 3.2054 7.16064 3.3916C6.9562 3.60433 6.84454 3.88957 6.85009 4.18457V11.2002H16.5005V4.18457C16.5062 3.88956 16.3944 3.60434 16.1899 3.3916C16.0108 3.20535 15.7734 3.08785 15.519 3.05762L15.4097 3.0498H14.3501V8.2998H9.00048V3.0498H7.94189L7.83154 3.05762ZM10.6001 6.7002H12.7505V3.0498H10.6001V6.7002Z",
|
|
@@ -6138,7 +6287,7 @@ var Store_exports = {};
|
|
|
6138
6287
|
__export(Store_exports, {
|
|
6139
6288
|
default: () => Store_default
|
|
6140
6289
|
});
|
|
6141
|
-
import * as
|
|
6290
|
+
import * as React109 from "react";
|
|
6142
6291
|
var SvgStore, Store_default;
|
|
6143
6292
|
var init_Store = __esm({
|
|
6144
6293
|
"src/react/Store.tsx"() {
|
|
@@ -6146,7 +6295,7 @@ var init_Store = __esm({
|
|
|
6146
6295
|
init_types();
|
|
6147
6296
|
SvgStore = ({ size = 16, ...props }) => {
|
|
6148
6297
|
const sizeValue = resolveSize(size);
|
|
6149
|
-
return /* @__PURE__ */
|
|
6298
|
+
return /* @__PURE__ */ React109.createElement(
|
|
6150
6299
|
"svg",
|
|
6151
6300
|
{
|
|
6152
6301
|
width: sizeValue,
|
|
@@ -6156,7 +6305,7 @@ var init_Store = __esm({
|
|
|
6156
6305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6157
6306
|
...props
|
|
6158
6307
|
},
|
|
6159
|
-
/* @__PURE__ */
|
|
6308
|
+
/* @__PURE__ */ React109.createElement(
|
|
6160
6309
|
"path",
|
|
6161
6310
|
{
|
|
6162
6311
|
fillRule: "evenodd",
|
|
@@ -6176,7 +6325,7 @@ var SwimmingPool_exports = {};
|
|
|
6176
6325
|
__export(SwimmingPool_exports, {
|
|
6177
6326
|
default: () => SwimmingPool_default
|
|
6178
6327
|
});
|
|
6179
|
-
import * as
|
|
6328
|
+
import * as React110 from "react";
|
|
6180
6329
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
6181
6330
|
var init_SwimmingPool = __esm({
|
|
6182
6331
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -6184,7 +6333,7 @@ var init_SwimmingPool = __esm({
|
|
|
6184
6333
|
init_types();
|
|
6185
6334
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
6186
6335
|
const sizeValue = resolveSize(size);
|
|
6187
|
-
return /* @__PURE__ */
|
|
6336
|
+
return /* @__PURE__ */ React110.createElement(
|
|
6188
6337
|
"svg",
|
|
6189
6338
|
{
|
|
6190
6339
|
width: sizeValue,
|
|
@@ -6194,7 +6343,7 @@ var init_SwimmingPool = __esm({
|
|
|
6194
6343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6195
6344
|
...props
|
|
6196
6345
|
},
|
|
6197
|
-
/* @__PURE__ */
|
|
6346
|
+
/* @__PURE__ */ React110.createElement(
|
|
6198
6347
|
"path",
|
|
6199
6348
|
{
|
|
6200
6349
|
fillRule: "evenodd",
|
|
@@ -6203,7 +6352,7 @@ var init_SwimmingPool = __esm({
|
|
|
6203
6352
|
fill: "currentColor"
|
|
6204
6353
|
}
|
|
6205
6354
|
),
|
|
6206
|
-
/* @__PURE__ */
|
|
6355
|
+
/* @__PURE__ */ React110.createElement(
|
|
6207
6356
|
"path",
|
|
6208
6357
|
{
|
|
6209
6358
|
fillRule: "evenodd",
|
|
@@ -6212,7 +6361,7 @@ var init_SwimmingPool = __esm({
|
|
|
6212
6361
|
fill: "currentColor"
|
|
6213
6362
|
}
|
|
6214
6363
|
),
|
|
6215
|
-
/* @__PURE__ */
|
|
6364
|
+
/* @__PURE__ */ React110.createElement(
|
|
6216
6365
|
"path",
|
|
6217
6366
|
{
|
|
6218
6367
|
fillRule: "evenodd",
|
|
@@ -6221,7 +6370,7 @@ var init_SwimmingPool = __esm({
|
|
|
6221
6370
|
fill: "currentColor"
|
|
6222
6371
|
}
|
|
6223
6372
|
),
|
|
6224
|
-
/* @__PURE__ */
|
|
6373
|
+
/* @__PURE__ */ React110.createElement(
|
|
6225
6374
|
"path",
|
|
6226
6375
|
{
|
|
6227
6376
|
fillRule: "evenodd",
|
|
@@ -6230,7 +6379,7 @@ var init_SwimmingPool = __esm({
|
|
|
6230
6379
|
fill: "currentColor"
|
|
6231
6380
|
}
|
|
6232
6381
|
),
|
|
6233
|
-
/* @__PURE__ */
|
|
6382
|
+
/* @__PURE__ */ React110.createElement(
|
|
6234
6383
|
"path",
|
|
6235
6384
|
{
|
|
6236
6385
|
fillRule: "evenodd",
|
|
@@ -6239,7 +6388,7 @@ var init_SwimmingPool = __esm({
|
|
|
6239
6388
|
fill: "currentColor"
|
|
6240
6389
|
}
|
|
6241
6390
|
),
|
|
6242
|
-
/* @__PURE__ */
|
|
6391
|
+
/* @__PURE__ */ React110.createElement(
|
|
6243
6392
|
"path",
|
|
6244
6393
|
{
|
|
6245
6394
|
fillRule: "evenodd",
|
|
@@ -6259,7 +6408,7 @@ var Tasks_exports = {};
|
|
|
6259
6408
|
__export(Tasks_exports, {
|
|
6260
6409
|
default: () => Tasks_default
|
|
6261
6410
|
});
|
|
6262
|
-
import * as
|
|
6411
|
+
import * as React111 from "react";
|
|
6263
6412
|
var SvgTasks, Tasks_default;
|
|
6264
6413
|
var init_Tasks = __esm({
|
|
6265
6414
|
"src/react/Tasks.tsx"() {
|
|
@@ -6267,7 +6416,7 @@ var init_Tasks = __esm({
|
|
|
6267
6416
|
init_types();
|
|
6268
6417
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
6269
6418
|
const sizeValue = resolveSize(size);
|
|
6270
|
-
return /* @__PURE__ */
|
|
6419
|
+
return /* @__PURE__ */ React111.createElement(
|
|
6271
6420
|
"svg",
|
|
6272
6421
|
{
|
|
6273
6422
|
width: sizeValue,
|
|
@@ -6277,7 +6426,7 @@ var init_Tasks = __esm({
|
|
|
6277
6426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6278
6427
|
...props
|
|
6279
6428
|
},
|
|
6280
|
-
/* @__PURE__ */
|
|
6429
|
+
/* @__PURE__ */ React111.createElement(
|
|
6281
6430
|
"path",
|
|
6282
6431
|
{
|
|
6283
6432
|
fillRule: "evenodd",
|
|
@@ -6286,7 +6435,7 @@ var init_Tasks = __esm({
|
|
|
6286
6435
|
fill: "currentColor"
|
|
6287
6436
|
}
|
|
6288
6437
|
),
|
|
6289
|
-
/* @__PURE__ */
|
|
6438
|
+
/* @__PURE__ */ React111.createElement(
|
|
6290
6439
|
"path",
|
|
6291
6440
|
{
|
|
6292
6441
|
fillRule: "evenodd",
|
|
@@ -6295,7 +6444,7 @@ var init_Tasks = __esm({
|
|
|
6295
6444
|
fill: "currentColor"
|
|
6296
6445
|
}
|
|
6297
6446
|
),
|
|
6298
|
-
/* @__PURE__ */
|
|
6447
|
+
/* @__PURE__ */ React111.createElement(
|
|
6299
6448
|
"path",
|
|
6300
6449
|
{
|
|
6301
6450
|
fillRule: "evenodd",
|
|
@@ -6304,7 +6453,7 @@ var init_Tasks = __esm({
|
|
|
6304
6453
|
fill: "currentColor"
|
|
6305
6454
|
}
|
|
6306
6455
|
),
|
|
6307
|
-
/* @__PURE__ */
|
|
6456
|
+
/* @__PURE__ */ React111.createElement(
|
|
6308
6457
|
"path",
|
|
6309
6458
|
{
|
|
6310
6459
|
fillRule: "evenodd",
|
|
@@ -6313,7 +6462,7 @@ var init_Tasks = __esm({
|
|
|
6313
6462
|
fill: "currentColor"
|
|
6314
6463
|
}
|
|
6315
6464
|
),
|
|
6316
|
-
/* @__PURE__ */
|
|
6465
|
+
/* @__PURE__ */ React111.createElement(
|
|
6317
6466
|
"path",
|
|
6318
6467
|
{
|
|
6319
6468
|
fillRule: "evenodd",
|
|
@@ -6322,7 +6471,7 @@ var init_Tasks = __esm({
|
|
|
6322
6471
|
fill: "currentColor"
|
|
6323
6472
|
}
|
|
6324
6473
|
),
|
|
6325
|
-
/* @__PURE__ */
|
|
6474
|
+
/* @__PURE__ */ React111.createElement(
|
|
6326
6475
|
"path",
|
|
6327
6476
|
{
|
|
6328
6477
|
fillRule: "evenodd",
|
|
@@ -6342,7 +6491,7 @@ var Terrace_exports = {};
|
|
|
6342
6491
|
__export(Terrace_exports, {
|
|
6343
6492
|
default: () => Terrace_default
|
|
6344
6493
|
});
|
|
6345
|
-
import * as
|
|
6494
|
+
import * as React112 from "react";
|
|
6346
6495
|
var SvgTerrace, Terrace_default;
|
|
6347
6496
|
var init_Terrace = __esm({
|
|
6348
6497
|
"src/react/Terrace.tsx"() {
|
|
@@ -6350,7 +6499,7 @@ var init_Terrace = __esm({
|
|
|
6350
6499
|
init_types();
|
|
6351
6500
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
6352
6501
|
const sizeValue = resolveSize(size);
|
|
6353
|
-
return /* @__PURE__ */
|
|
6502
|
+
return /* @__PURE__ */ React112.createElement(
|
|
6354
6503
|
"svg",
|
|
6355
6504
|
{
|
|
6356
6505
|
width: sizeValue,
|
|
@@ -6360,7 +6509,7 @@ var init_Terrace = __esm({
|
|
|
6360
6509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6361
6510
|
...props
|
|
6362
6511
|
},
|
|
6363
|
-
/* @__PURE__ */
|
|
6512
|
+
/* @__PURE__ */ React112.createElement(
|
|
6364
6513
|
"path",
|
|
6365
6514
|
{
|
|
6366
6515
|
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",
|
|
@@ -6378,7 +6527,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
6378
6527
|
__export(ThermometerSnowflake_exports, {
|
|
6379
6528
|
default: () => ThermometerSnowflake_default
|
|
6380
6529
|
});
|
|
6381
|
-
import * as
|
|
6530
|
+
import * as React113 from "react";
|
|
6382
6531
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
6383
6532
|
var init_ThermometerSnowflake = __esm({
|
|
6384
6533
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -6386,7 +6535,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6386
6535
|
init_types();
|
|
6387
6536
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
6388
6537
|
const sizeValue = resolveSize(size);
|
|
6389
|
-
return /* @__PURE__ */
|
|
6538
|
+
return /* @__PURE__ */ React113.createElement(
|
|
6390
6539
|
"svg",
|
|
6391
6540
|
{
|
|
6392
6541
|
width: sizeValue,
|
|
@@ -6396,7 +6545,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6396
6545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6397
6546
|
...props
|
|
6398
6547
|
},
|
|
6399
|
-
/* @__PURE__ */
|
|
6548
|
+
/* @__PURE__ */ React113.createElement(
|
|
6400
6549
|
"path",
|
|
6401
6550
|
{
|
|
6402
6551
|
fillRule: "evenodd",
|
|
@@ -6405,7 +6554,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6405
6554
|
fill: "currentColor"
|
|
6406
6555
|
}
|
|
6407
6556
|
),
|
|
6408
|
-
/* @__PURE__ */
|
|
6557
|
+
/* @__PURE__ */ React113.createElement(
|
|
6409
6558
|
"path",
|
|
6410
6559
|
{
|
|
6411
6560
|
fillRule: "evenodd",
|
|
@@ -6414,7 +6563,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6414
6563
|
fill: "currentColor"
|
|
6415
6564
|
}
|
|
6416
6565
|
),
|
|
6417
|
-
/* @__PURE__ */
|
|
6566
|
+
/* @__PURE__ */ React113.createElement(
|
|
6418
6567
|
"path",
|
|
6419
6568
|
{
|
|
6420
6569
|
fillRule: "evenodd",
|
|
@@ -6423,7 +6572,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6423
6572
|
fill: "currentColor"
|
|
6424
6573
|
}
|
|
6425
6574
|
),
|
|
6426
|
-
/* @__PURE__ */
|
|
6575
|
+
/* @__PURE__ */ React113.createElement(
|
|
6427
6576
|
"path",
|
|
6428
6577
|
{
|
|
6429
6578
|
fillRule: "evenodd",
|
|
@@ -6432,7 +6581,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6432
6581
|
fill: "currentColor"
|
|
6433
6582
|
}
|
|
6434
6583
|
),
|
|
6435
|
-
/* @__PURE__ */
|
|
6584
|
+
/* @__PURE__ */ React113.createElement(
|
|
6436
6585
|
"path",
|
|
6437
6586
|
{
|
|
6438
6587
|
fillRule: "evenodd",
|
|
@@ -6441,7 +6590,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6441
6590
|
fill: "currentColor"
|
|
6442
6591
|
}
|
|
6443
6592
|
),
|
|
6444
|
-
/* @__PURE__ */
|
|
6593
|
+
/* @__PURE__ */ React113.createElement(
|
|
6445
6594
|
"path",
|
|
6446
6595
|
{
|
|
6447
6596
|
fillRule: "evenodd",
|
|
@@ -6461,7 +6610,7 @@ var Time_exports = {};
|
|
|
6461
6610
|
__export(Time_exports, {
|
|
6462
6611
|
default: () => Time_default
|
|
6463
6612
|
});
|
|
6464
|
-
import * as
|
|
6613
|
+
import * as React114 from "react";
|
|
6465
6614
|
var SvgTime, Time_default;
|
|
6466
6615
|
var init_Time = __esm({
|
|
6467
6616
|
"src/react/Time.tsx"() {
|
|
@@ -6469,7 +6618,7 @@ var init_Time = __esm({
|
|
|
6469
6618
|
init_types();
|
|
6470
6619
|
SvgTime = ({ size = 16, ...props }) => {
|
|
6471
6620
|
const sizeValue = resolveSize(size);
|
|
6472
|
-
return /* @__PURE__ */
|
|
6621
|
+
return /* @__PURE__ */ React114.createElement(
|
|
6473
6622
|
"svg",
|
|
6474
6623
|
{
|
|
6475
6624
|
width: sizeValue,
|
|
@@ -6479,7 +6628,7 @@ var init_Time = __esm({
|
|
|
6479
6628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6480
6629
|
...props
|
|
6481
6630
|
},
|
|
6482
|
-
/* @__PURE__ */
|
|
6631
|
+
/* @__PURE__ */ React114.createElement(
|
|
6483
6632
|
"path",
|
|
6484
6633
|
{
|
|
6485
6634
|
fillRule: "evenodd",
|
|
@@ -6488,7 +6637,7 @@ var init_Time = __esm({
|
|
|
6488
6637
|
fill: "currentColor"
|
|
6489
6638
|
}
|
|
6490
6639
|
),
|
|
6491
|
-
/* @__PURE__ */
|
|
6640
|
+
/* @__PURE__ */ React114.createElement(
|
|
6492
6641
|
"path",
|
|
6493
6642
|
{
|
|
6494
6643
|
fillRule: "evenodd",
|
|
@@ -6508,7 +6657,7 @@ var TouchAndroid_exports = {};
|
|
|
6508
6657
|
__export(TouchAndroid_exports, {
|
|
6509
6658
|
default: () => TouchAndroid_default
|
|
6510
6659
|
});
|
|
6511
|
-
import * as
|
|
6660
|
+
import * as React115 from "react";
|
|
6512
6661
|
var SvgTouchAndroid, TouchAndroid_default;
|
|
6513
6662
|
var init_TouchAndroid = __esm({
|
|
6514
6663
|
"src/react/TouchAndroid.tsx"() {
|
|
@@ -6516,7 +6665,7 @@ var init_TouchAndroid = __esm({
|
|
|
6516
6665
|
init_types();
|
|
6517
6666
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
6518
6667
|
const sizeValue = resolveSize(size);
|
|
6519
|
-
return /* @__PURE__ */
|
|
6668
|
+
return /* @__PURE__ */ React115.createElement(
|
|
6520
6669
|
"svg",
|
|
6521
6670
|
{
|
|
6522
6671
|
width: sizeValue,
|
|
@@ -6526,7 +6675,7 @@ var init_TouchAndroid = __esm({
|
|
|
6526
6675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6527
6676
|
...props
|
|
6528
6677
|
},
|
|
6529
|
-
/* @__PURE__ */
|
|
6678
|
+
/* @__PURE__ */ React115.createElement(
|
|
6530
6679
|
"path",
|
|
6531
6680
|
{
|
|
6532
6681
|
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",
|
|
@@ -6544,7 +6693,7 @@ var TouchIos_exports = {};
|
|
|
6544
6693
|
__export(TouchIos_exports, {
|
|
6545
6694
|
default: () => TouchIos_default
|
|
6546
6695
|
});
|
|
6547
|
-
import * as
|
|
6696
|
+
import * as React116 from "react";
|
|
6548
6697
|
var SvgTouchIos, TouchIos_default;
|
|
6549
6698
|
var init_TouchIos = __esm({
|
|
6550
6699
|
"src/react/TouchIos.tsx"() {
|
|
@@ -6552,7 +6701,7 @@ var init_TouchIos = __esm({
|
|
|
6552
6701
|
init_types();
|
|
6553
6702
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
6554
6703
|
const sizeValue = resolveSize(size);
|
|
6555
|
-
return /* @__PURE__ */
|
|
6704
|
+
return /* @__PURE__ */ React116.createElement(
|
|
6556
6705
|
"svg",
|
|
6557
6706
|
{
|
|
6558
6707
|
width: sizeValue,
|
|
@@ -6562,7 +6711,7 @@ var init_TouchIos = __esm({
|
|
|
6562
6711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6563
6712
|
...props
|
|
6564
6713
|
},
|
|
6565
|
-
/* @__PURE__ */
|
|
6714
|
+
/* @__PURE__ */ React116.createElement(
|
|
6566
6715
|
"path",
|
|
6567
6716
|
{
|
|
6568
6717
|
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",
|
|
@@ -6580,7 +6729,7 @@ var Trash2_exports = {};
|
|
|
6580
6729
|
__export(Trash2_exports, {
|
|
6581
6730
|
default: () => Trash2_default
|
|
6582
6731
|
});
|
|
6583
|
-
import * as
|
|
6732
|
+
import * as React117 from "react";
|
|
6584
6733
|
var SvgTrash2, Trash2_default;
|
|
6585
6734
|
var init_Trash2 = __esm({
|
|
6586
6735
|
"src/react/Trash2.tsx"() {
|
|
@@ -6588,7 +6737,7 @@ var init_Trash2 = __esm({
|
|
|
6588
6737
|
init_types();
|
|
6589
6738
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
6590
6739
|
const sizeValue = resolveSize(size);
|
|
6591
|
-
return /* @__PURE__ */
|
|
6740
|
+
return /* @__PURE__ */ React117.createElement(
|
|
6592
6741
|
"svg",
|
|
6593
6742
|
{
|
|
6594
6743
|
width: sizeValue,
|
|
@@ -6598,7 +6747,7 @@ var init_Trash2 = __esm({
|
|
|
6598
6747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6599
6748
|
...props
|
|
6600
6749
|
},
|
|
6601
|
-
/* @__PURE__ */
|
|
6750
|
+
/* @__PURE__ */ React117.createElement(
|
|
6602
6751
|
"path",
|
|
6603
6752
|
{
|
|
6604
6753
|
fillRule: "evenodd",
|
|
@@ -6607,7 +6756,7 @@ var init_Trash2 = __esm({
|
|
|
6607
6756
|
fill: "currentColor"
|
|
6608
6757
|
}
|
|
6609
6758
|
),
|
|
6610
|
-
/* @__PURE__ */
|
|
6759
|
+
/* @__PURE__ */ React117.createElement(
|
|
6611
6760
|
"path",
|
|
6612
6761
|
{
|
|
6613
6762
|
fillRule: "evenodd",
|
|
@@ -6616,7 +6765,7 @@ var init_Trash2 = __esm({
|
|
|
6616
6765
|
fill: "currentColor"
|
|
6617
6766
|
}
|
|
6618
6767
|
),
|
|
6619
|
-
/* @__PURE__ */
|
|
6768
|
+
/* @__PURE__ */ React117.createElement(
|
|
6620
6769
|
"path",
|
|
6621
6770
|
{
|
|
6622
6771
|
fillRule: "evenodd",
|
|
@@ -6625,7 +6774,7 @@ var init_Trash2 = __esm({
|
|
|
6625
6774
|
fill: "currentColor"
|
|
6626
6775
|
}
|
|
6627
6776
|
),
|
|
6628
|
-
/* @__PURE__ */
|
|
6777
|
+
/* @__PURE__ */ React117.createElement(
|
|
6629
6778
|
"path",
|
|
6630
6779
|
{
|
|
6631
6780
|
fillRule: "evenodd",
|
|
@@ -6634,7 +6783,7 @@ var init_Trash2 = __esm({
|
|
|
6634
6783
|
fill: "currentColor"
|
|
6635
6784
|
}
|
|
6636
6785
|
),
|
|
6637
|
-
/* @__PURE__ */
|
|
6786
|
+
/* @__PURE__ */ React117.createElement(
|
|
6638
6787
|
"path",
|
|
6639
6788
|
{
|
|
6640
6789
|
fillRule: "evenodd",
|
|
@@ -6654,7 +6803,7 @@ var User_exports = {};
|
|
|
6654
6803
|
__export(User_exports, {
|
|
6655
6804
|
default: () => User_default
|
|
6656
6805
|
});
|
|
6657
|
-
import * as
|
|
6806
|
+
import * as React118 from "react";
|
|
6658
6807
|
var SvgUser, User_default;
|
|
6659
6808
|
var init_User = __esm({
|
|
6660
6809
|
"src/react/User.tsx"() {
|
|
@@ -6662,7 +6811,7 @@ var init_User = __esm({
|
|
|
6662
6811
|
init_types();
|
|
6663
6812
|
SvgUser = ({ size = 16, ...props }) => {
|
|
6664
6813
|
const sizeValue = resolveSize(size);
|
|
6665
|
-
return /* @__PURE__ */
|
|
6814
|
+
return /* @__PURE__ */ React118.createElement(
|
|
6666
6815
|
"svg",
|
|
6667
6816
|
{
|
|
6668
6817
|
width: sizeValue,
|
|
@@ -6672,7 +6821,7 @@ var init_User = __esm({
|
|
|
6672
6821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6673
6822
|
...props
|
|
6674
6823
|
},
|
|
6675
|
-
/* @__PURE__ */
|
|
6824
|
+
/* @__PURE__ */ React118.createElement(
|
|
6676
6825
|
"path",
|
|
6677
6826
|
{
|
|
6678
6827
|
fillRule: "evenodd",
|
|
@@ -6681,7 +6830,7 @@ var init_User = __esm({
|
|
|
6681
6830
|
fill: "currentColor"
|
|
6682
6831
|
}
|
|
6683
6832
|
),
|
|
6684
|
-
/* @__PURE__ */
|
|
6833
|
+
/* @__PURE__ */ React118.createElement(
|
|
6685
6834
|
"path",
|
|
6686
6835
|
{
|
|
6687
6836
|
fillRule: "evenodd",
|
|
@@ -6696,12 +6845,77 @@ var init_User = __esm({
|
|
|
6696
6845
|
}
|
|
6697
6846
|
});
|
|
6698
6847
|
|
|
6848
|
+
// src/react/UserPlus.tsx
|
|
6849
|
+
var UserPlus_exports = {};
|
|
6850
|
+
__export(UserPlus_exports, {
|
|
6851
|
+
default: () => UserPlus_default
|
|
6852
|
+
});
|
|
6853
|
+
import * as React119 from "react";
|
|
6854
|
+
var SvgUserPlus, UserPlus_default;
|
|
6855
|
+
var init_UserPlus = __esm({
|
|
6856
|
+
"src/react/UserPlus.tsx"() {
|
|
6857
|
+
"use strict";
|
|
6858
|
+
init_types();
|
|
6859
|
+
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
6860
|
+
const sizeValue = resolveSize(size);
|
|
6861
|
+
return /* @__PURE__ */ React119.createElement(
|
|
6862
|
+
"svg",
|
|
6863
|
+
{
|
|
6864
|
+
width: sizeValue,
|
|
6865
|
+
height: sizeValue,
|
|
6866
|
+
viewBox: "0 0 24 24",
|
|
6867
|
+
fill: "none",
|
|
6868
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6869
|
+
...props
|
|
6870
|
+
},
|
|
6871
|
+
/* @__PURE__ */ React119.createElement(
|
|
6872
|
+
"path",
|
|
6873
|
+
{
|
|
6874
|
+
fillRule: "evenodd",
|
|
6875
|
+
clipRule: "evenodd",
|
|
6876
|
+
d: "M2.46447 15.4645C3.40215 14.5268 4.67392 14 6 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2043 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H6C5.20435 16 4.44129 16.3161 3.87868 16.8787C3.31607 17.4413 3 18.2043 3 19V21C3 21.5523 2.55228 22 2 22C1.44772 22 1 21.5523 1 21V19C1 17.6739 1.52678 16.4021 2.46447 15.4645Z",
|
|
6877
|
+
fill: "currentColor"
|
|
6878
|
+
}
|
|
6879
|
+
),
|
|
6880
|
+
/* @__PURE__ */ React119.createElement(
|
|
6881
|
+
"path",
|
|
6882
|
+
{
|
|
6883
|
+
fillRule: "evenodd",
|
|
6884
|
+
clipRule: "evenodd",
|
|
6885
|
+
d: "M9 4C7.34315 4 6 5.34315 6 7C6 8.65685 7.34315 10 9 10C10.6569 10 12 8.65685 12 7C12 5.34315 10.6569 4 9 4ZM4 7C4 4.23858 6.23858 2 9 2C11.7614 2 14 4.23858 14 7C14 9.76142 11.7614 12 9 12C6.23858 12 4 9.76142 4 7Z",
|
|
6886
|
+
fill: "currentColor"
|
|
6887
|
+
}
|
|
6888
|
+
),
|
|
6889
|
+
/* @__PURE__ */ React119.createElement(
|
|
6890
|
+
"path",
|
|
6891
|
+
{
|
|
6892
|
+
fillRule: "evenodd",
|
|
6893
|
+
clipRule: "evenodd",
|
|
6894
|
+
d: "M19 7C19.5523 7 20 7.44772 20 8V14C20 14.5523 19.5523 15 19 15C18.4477 15 18 14.5523 18 14V8C18 7.44772 18.4477 7 19 7Z",
|
|
6895
|
+
fill: "currentColor"
|
|
6896
|
+
}
|
|
6897
|
+
),
|
|
6898
|
+
/* @__PURE__ */ React119.createElement(
|
|
6899
|
+
"path",
|
|
6900
|
+
{
|
|
6901
|
+
fillRule: "evenodd",
|
|
6902
|
+
clipRule: "evenodd",
|
|
6903
|
+
d: "M15 11C15 10.4477 15.4477 10 16 10H22C22.5523 10 23 10.4477 23 11C23 11.5523 22.5523 12 22 12H16C15.4477 12 15 11.5523 15 11Z",
|
|
6904
|
+
fill: "currentColor"
|
|
6905
|
+
}
|
|
6906
|
+
)
|
|
6907
|
+
);
|
|
6908
|
+
};
|
|
6909
|
+
UserPlus_default = SvgUserPlus;
|
|
6910
|
+
}
|
|
6911
|
+
});
|
|
6912
|
+
|
|
6699
6913
|
// src/react/Warehouse.tsx
|
|
6700
6914
|
var Warehouse_exports = {};
|
|
6701
6915
|
__export(Warehouse_exports, {
|
|
6702
6916
|
default: () => Warehouse_default
|
|
6703
6917
|
});
|
|
6704
|
-
import * as
|
|
6918
|
+
import * as React120 from "react";
|
|
6705
6919
|
var SvgWarehouse, Warehouse_default;
|
|
6706
6920
|
var init_Warehouse = __esm({
|
|
6707
6921
|
"src/react/Warehouse.tsx"() {
|
|
@@ -6709,7 +6923,7 @@ var init_Warehouse = __esm({
|
|
|
6709
6923
|
init_types();
|
|
6710
6924
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
6711
6925
|
const sizeValue = resolveSize(size);
|
|
6712
|
-
return /* @__PURE__ */
|
|
6926
|
+
return /* @__PURE__ */ React120.createElement(
|
|
6713
6927
|
"svg",
|
|
6714
6928
|
{
|
|
6715
6929
|
width: sizeValue,
|
|
@@ -6719,7 +6933,7 @@ var init_Warehouse = __esm({
|
|
|
6719
6933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6720
6934
|
...props
|
|
6721
6935
|
},
|
|
6722
|
-
/* @__PURE__ */
|
|
6936
|
+
/* @__PURE__ */ React120.createElement(
|
|
6723
6937
|
"path",
|
|
6724
6938
|
{
|
|
6725
6939
|
fillRule: "evenodd",
|
|
@@ -6728,7 +6942,7 @@ var init_Warehouse = __esm({
|
|
|
6728
6942
|
fill: "currentColor"
|
|
6729
6943
|
}
|
|
6730
6944
|
),
|
|
6731
|
-
/* @__PURE__ */
|
|
6945
|
+
/* @__PURE__ */ React120.createElement(
|
|
6732
6946
|
"path",
|
|
6733
6947
|
{
|
|
6734
6948
|
fillRule: "evenodd",
|
|
@@ -6737,7 +6951,7 @@ var init_Warehouse = __esm({
|
|
|
6737
6951
|
fill: "currentColor"
|
|
6738
6952
|
}
|
|
6739
6953
|
),
|
|
6740
|
-
/* @__PURE__ */
|
|
6954
|
+
/* @__PURE__ */ React120.createElement(
|
|
6741
6955
|
"path",
|
|
6742
6956
|
{
|
|
6743
6957
|
fillRule: "evenodd",
|
|
@@ -6746,7 +6960,7 @@ var init_Warehouse = __esm({
|
|
|
6746
6960
|
fill: "currentColor"
|
|
6747
6961
|
}
|
|
6748
6962
|
),
|
|
6749
|
-
/* @__PURE__ */
|
|
6963
|
+
/* @__PURE__ */ React120.createElement(
|
|
6750
6964
|
"path",
|
|
6751
6965
|
{
|
|
6752
6966
|
fillRule: "evenodd",
|
|
@@ -6766,7 +6980,7 @@ var Whatsapp_exports = {};
|
|
|
6766
6980
|
__export(Whatsapp_exports, {
|
|
6767
6981
|
default: () => Whatsapp_default
|
|
6768
6982
|
});
|
|
6769
|
-
import * as
|
|
6983
|
+
import * as React121 from "react";
|
|
6770
6984
|
var SvgWhatsapp, Whatsapp_default;
|
|
6771
6985
|
var init_Whatsapp = __esm({
|
|
6772
6986
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -6774,7 +6988,7 @@ var init_Whatsapp = __esm({
|
|
|
6774
6988
|
init_types();
|
|
6775
6989
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
6776
6990
|
const sizeValue = resolveSize(size);
|
|
6777
|
-
return /* @__PURE__ */
|
|
6991
|
+
return /* @__PURE__ */ React121.createElement(
|
|
6778
6992
|
"svg",
|
|
6779
6993
|
{
|
|
6780
6994
|
width: sizeValue,
|
|
@@ -6784,7 +6998,7 @@ var init_Whatsapp = __esm({
|
|
|
6784
6998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6785
6999
|
...props
|
|
6786
7000
|
},
|
|
6787
|
-
/* @__PURE__ */
|
|
7001
|
+
/* @__PURE__ */ React121.createElement(
|
|
6788
7002
|
"path",
|
|
6789
7003
|
{
|
|
6790
7004
|
fillRule: "evenodd",
|
|
@@ -6838,6 +7052,7 @@ init_ChevronUp();
|
|
|
6838
7052
|
init_CircleOff();
|
|
6839
7053
|
init_Closet();
|
|
6840
7054
|
init_Collections();
|
|
7055
|
+
init_Contact();
|
|
6841
7056
|
init_Copy();
|
|
6842
7057
|
init_DoorOpen();
|
|
6843
7058
|
init_Duplex();
|
|
@@ -6874,6 +7089,7 @@ init_Keys01();
|
|
|
6874
7089
|
init_LeadsFilled();
|
|
6875
7090
|
init_LeadsLinear();
|
|
6876
7091
|
init_Lift();
|
|
7092
|
+
init_Loading();
|
|
6877
7093
|
init_Lock();
|
|
6878
7094
|
init_Loft();
|
|
6879
7095
|
init_Logout();
|
|
@@ -6916,11 +7132,12 @@ init_TouchAndroid();
|
|
|
6916
7132
|
init_TouchIos();
|
|
6917
7133
|
init_Trash2();
|
|
6918
7134
|
init_User();
|
|
7135
|
+
init_UserPlus();
|
|
6919
7136
|
init_Warehouse();
|
|
6920
7137
|
init_Whatsapp();
|
|
6921
7138
|
|
|
6922
7139
|
// src/react/Icon.tsx
|
|
6923
|
-
import * as
|
|
7140
|
+
import * as React122 from "react";
|
|
6924
7141
|
function loadIcon(name) {
|
|
6925
7142
|
switch (name) {
|
|
6926
7143
|
case "accessibility":
|
|
@@ -6999,6 +7216,8 @@ function loadIcon(name) {
|
|
|
6999
7216
|
return Promise.resolve().then(() => (init_Closet(), Closet_exports)).then((m) => m.default);
|
|
7000
7217
|
case "collections":
|
|
7001
7218
|
return Promise.resolve().then(() => (init_Collections(), Collections_exports)).then((m) => m.default);
|
|
7219
|
+
case "contact":
|
|
7220
|
+
return Promise.resolve().then(() => (init_Contact(), Contact_exports)).then((m) => m.default);
|
|
7002
7221
|
case "copy":
|
|
7003
7222
|
return Promise.resolve().then(() => (init_Copy(), Copy_exports)).then((m) => m.default);
|
|
7004
7223
|
case "door-open":
|
|
@@ -7071,6 +7290,8 @@ function loadIcon(name) {
|
|
|
7071
7290
|
return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
|
|
7072
7291
|
case "lift":
|
|
7073
7292
|
return Promise.resolve().then(() => (init_Lift(), Lift_exports)).then((m) => m.default);
|
|
7293
|
+
case "loading":
|
|
7294
|
+
return Promise.resolve().then(() => (init_Loading(), Loading_exports)).then((m) => m.default);
|
|
7074
7295
|
case "lock":
|
|
7075
7296
|
return Promise.resolve().then(() => (init_Lock(), Lock_exports)).then((m) => m.default);
|
|
7076
7297
|
case "loft":
|
|
@@ -7155,6 +7376,8 @@ function loadIcon(name) {
|
|
|
7155
7376
|
return Promise.resolve().then(() => (init_Trash2(), Trash2_exports)).then((m) => m.default);
|
|
7156
7377
|
case "user":
|
|
7157
7378
|
return Promise.resolve().then(() => (init_User(), User_exports)).then((m) => m.default);
|
|
7379
|
+
case "user-plus":
|
|
7380
|
+
return Promise.resolve().then(() => (init_UserPlus(), UserPlus_exports)).then((m) => m.default);
|
|
7158
7381
|
case "warehouse":
|
|
7159
7382
|
return Promise.resolve().then(() => (init_Warehouse(), Warehouse_exports)).then((m) => m.default);
|
|
7160
7383
|
case "whatsapp":
|
|
@@ -7164,10 +7387,10 @@ function loadIcon(name) {
|
|
|
7164
7387
|
}
|
|
7165
7388
|
}
|
|
7166
7389
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
7167
|
-
const [IconComponent, setIconComponent] =
|
|
7168
|
-
const [loading, setLoading] =
|
|
7169
|
-
const [error, setError] =
|
|
7170
|
-
|
|
7390
|
+
const [IconComponent, setIconComponent] = React122.useState(null);
|
|
7391
|
+
const [loading, setLoading] = React122.useState(true);
|
|
7392
|
+
const [error, setError] = React122.useState(null);
|
|
7393
|
+
React122.useEffect(() => {
|
|
7171
7394
|
setLoading(true);
|
|
7172
7395
|
setError(null);
|
|
7173
7396
|
loadIcon(name).then((Component) => {
|
|
@@ -7186,7 +7409,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
7186
7409
|
return null;
|
|
7187
7410
|
}
|
|
7188
7411
|
const style = color ? { ...props.style, color } : props.style;
|
|
7189
|
-
return /* @__PURE__ */
|
|
7412
|
+
return /* @__PURE__ */ React122.createElement(IconComponent, { size, ...props, style });
|
|
7190
7413
|
};
|
|
7191
7414
|
var Icon_default = Icon;
|
|
7192
7415
|
|
|
@@ -7231,6 +7454,7 @@ export {
|
|
|
7231
7454
|
CircleOff_default as CircleOff,
|
|
7232
7455
|
Closet_default as Closet,
|
|
7233
7456
|
Collections_default as Collections,
|
|
7457
|
+
Contact_default as Contact,
|
|
7234
7458
|
Copy_default as Copy,
|
|
7235
7459
|
DoorOpen_default as DoorOpen,
|
|
7236
7460
|
Duplex_default as Duplex,
|
|
@@ -7269,6 +7493,7 @@ export {
|
|
|
7269
7493
|
LeadsFilled_default as LeadsFilled,
|
|
7270
7494
|
LeadsLinear_default as LeadsLinear,
|
|
7271
7495
|
Lift_default as Lift,
|
|
7496
|
+
Loading_default as Loading,
|
|
7272
7497
|
Lock_default as Lock,
|
|
7273
7498
|
Loft_default as Loft,
|
|
7274
7499
|
Logout_default as Logout,
|
|
@@ -7311,6 +7536,7 @@ export {
|
|
|
7311
7536
|
TouchIos_default as TouchIos,
|
|
7312
7537
|
Trash2_default as Trash2,
|
|
7313
7538
|
User_default as User,
|
|
7539
|
+
UserPlus_default as UserPlus,
|
|
7314
7540
|
Warehouse_default as Warehouse,
|
|
7315
7541
|
Whatsapp_default as Whatsapp,
|
|
7316
7542
|
resolveSize
|