@fichap/icons-react 1.0.6 → 1.0.7
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/index.d.mts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +447 -420
- package/dist/index.mjs +446 -420
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8105,8 +8105,30 @@ var BagRegular = (_a) => {
|
|
|
8105
8105
|
};
|
|
8106
8106
|
var BagRegular_default = BagRegular;
|
|
8107
8107
|
|
|
8108
|
-
// src/
|
|
8108
|
+
// src/Bag4Regular.tsx
|
|
8109
8109
|
import * as React368 from "react";
|
|
8110
|
+
var Bag4Regular = (_a) => {
|
|
8111
|
+
var _b = _a, {
|
|
8112
|
+
size = 24,
|
|
8113
|
+
width,
|
|
8114
|
+
height,
|
|
8115
|
+
className
|
|
8116
|
+
} = _b, props = __objRest(_b, [
|
|
8117
|
+
"size",
|
|
8118
|
+
"width",
|
|
8119
|
+
"height",
|
|
8120
|
+
"className"
|
|
8121
|
+
]);
|
|
8122
|
+
var _a2, _b2;
|
|
8123
|
+
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8124
|
+
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8125
|
+
const resolvedViewBox = "0 0 24 24";
|
|
8126
|
+
return /* @__PURE__ */ React368.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React368.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.078 6.287h10.41c2.339 0 3.795 1.651 3.795 3.988v6.307c0 2.337-1.456 3.988-3.796 3.988H7.077c-2.338 0-3.794-1.65-3.794-3.988v-6.307c0-2.337 1.463-3.988 3.795-3.988m14.192 6.467H3.29m5.392 2.058v-2.06m7.195 2.06v-2.06m-.234-6.48v-.623a2.22 2.22 0 0 0-2.22-2.22h-2.28a2.22 2.22 0 0 0-2.22 2.22v.623" }));
|
|
8127
|
+
};
|
|
8128
|
+
var Bag4Regular_default = Bag4Regular;
|
|
8129
|
+
|
|
8130
|
+
// src/Bag3Regular.tsx
|
|
8131
|
+
import * as React369 from "react";
|
|
8110
8132
|
var Bag3Regular = (_a) => {
|
|
8111
8133
|
var _b = _a, {
|
|
8112
8134
|
size = 24,
|
|
@@ -8123,12 +8145,12 @@ var Bag3Regular = (_a) => {
|
|
|
8123
8145
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8124
8146
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8125
8147
|
const resolvedViewBox = "0 0 24 24";
|
|
8126
|
-
return /* @__PURE__ */
|
|
8148
|
+
return /* @__PURE__ */ React369.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.773 9.305V6.273A3.77 3.77 0 0 0 12 2.5a3.773 3.773 0 0 0-3.79 3.756v3.049" }), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.742 21H7.258A4.256 4.256 0 0 1 3 16.745V11.23a4.256 4.256 0 0 1 4.258-4.255h9.484A4.256 4.256 0 0 1 21 11.23v5.516A4.256 4.256 0 0 1 16.742 21", clipRule: "evenodd" }));
|
|
8127
8149
|
};
|
|
8128
8150
|
var Bag3Regular_default = Bag3Regular;
|
|
8129
8151
|
|
|
8130
8152
|
// src/AttachRegular.tsx
|
|
8131
|
-
import * as
|
|
8153
|
+
import * as React370 from "react";
|
|
8132
8154
|
var AttachRegular = (_a) => {
|
|
8133
8155
|
var _b = _a, {
|
|
8134
8156
|
size = 24,
|
|
@@ -8145,12 +8167,12 @@ var AttachRegular = (_a) => {
|
|
|
8145
8167
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8146
8168
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8147
8169
|
const resolvedViewBox = "0 0 24 24";
|
|
8148
|
-
return /* @__PURE__ */
|
|
8170
|
+
return /* @__PURE__ */ React370.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React370.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m21 12.396-6.309 6.308a6.85 6.85 0 0 1-9.685-9.686l4.393-4.392a4.549 4.549 0 1 1 6.433 6.433l-4.285 4.286A2.296 2.296 0 1 1 8.3 12.097l4.043-4.044" }));
|
|
8149
8171
|
};
|
|
8150
8172
|
var AttachRegular_default = AttachRegular;
|
|
8151
8173
|
|
|
8152
8174
|
// src/ArrowsDiagonalContractRegular.tsx
|
|
8153
|
-
import * as
|
|
8175
|
+
import * as React371 from "react";
|
|
8154
8176
|
var ArrowsDiagonalContractRegular = (_a) => {
|
|
8155
8177
|
var _b = _a, {
|
|
8156
8178
|
size = 24,
|
|
@@ -8167,12 +8189,12 @@ var ArrowsDiagonalContractRegular = (_a) => {
|
|
|
8167
8189
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8168
8190
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8169
8191
|
const resolvedViewBox = "0 0 24 24";
|
|
8170
|
-
return /* @__PURE__ */
|
|
8192
|
+
return /* @__PURE__ */ React371.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React371.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.13 13.867 4 19.997m6.13-6.13-5.631.012m5.63-.012-.01 5.63m3.751-9.364L20 4.004m-6.13 6.13 5.63-.012m-5.63.011.01-5.63" }));
|
|
8171
8193
|
};
|
|
8172
8194
|
var ArrowsDiagonalContractRegular_default = ArrowsDiagonalContractRegular;
|
|
8173
8195
|
|
|
8174
8196
|
// src/ArrowUpRegular.tsx
|
|
8175
|
-
import * as
|
|
8197
|
+
import * as React372 from "react";
|
|
8176
8198
|
var ArrowUpRegular = (_a) => {
|
|
8177
8199
|
var _b = _a, {
|
|
8178
8200
|
size = 24,
|
|
@@ -8189,12 +8211,12 @@ var ArrowUpRegular = (_a) => {
|
|
|
8189
8211
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8190
8212
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8191
8213
|
const resolvedViewBox = "0 0 24 24";
|
|
8192
|
-
return /* @__PURE__ */
|
|
8214
|
+
return /* @__PURE__ */ React372.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React372.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }));
|
|
8193
8215
|
};
|
|
8194
8216
|
var ArrowUpRegular_default = ArrowUpRegular;
|
|
8195
8217
|
|
|
8196
8218
|
// src/ArrowUpSquareRegular.tsx
|
|
8197
|
-
import * as
|
|
8219
|
+
import * as React373 from "react";
|
|
8198
8220
|
var ArrowUpSquareRegular = (_a) => {
|
|
8199
8221
|
var _b = _a, {
|
|
8200
8222
|
size = 24,
|
|
@@ -8211,12 +8233,12 @@ var ArrowUpSquareRegular = (_a) => {
|
|
|
8211
8233
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8212
8234
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8213
8235
|
const resolvedViewBox = "0 0 24 24";
|
|
8214
|
-
return /* @__PURE__ */
|
|
8236
|
+
return /* @__PURE__ */ React373.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.334 2.75H7.665c-3.02 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.885 5.166 4.915 5.166h8.67c3.03 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.886-5.166-4.916-5.166", clipRule: "evenodd" }), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 7.914v8.172m-3.748-4.408L12 7.914l3.748 3.764" }));
|
|
8215
8237
|
};
|
|
8216
8238
|
var ArrowUpSquareRegular_default = ArrowUpSquareRegular;
|
|
8217
8239
|
|
|
8218
8240
|
// src/ArrowUpRightsmRegular.tsx
|
|
8219
|
-
import * as
|
|
8241
|
+
import * as React374 from "react";
|
|
8220
8242
|
var ArrowUpRightsmRegular = (_a) => {
|
|
8221
8243
|
var _b = _a, {
|
|
8222
8244
|
size = 24,
|
|
@@ -8233,12 +8255,12 @@ var ArrowUpRightsmRegular = (_a) => {
|
|
|
8233
8255
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8234
8256
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8235
8257
|
const resolvedViewBox = "0 0 24 24";
|
|
8236
|
-
return /* @__PURE__ */
|
|
8258
|
+
return /* @__PURE__ */ React374.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React374.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 16 8-8m0 0h-6m6 0v6" }));
|
|
8237
8259
|
};
|
|
8238
8260
|
var ArrowUpRightsmRegular_default = ArrowUpRightsmRegular;
|
|
8239
8261
|
|
|
8240
8262
|
// src/ArrowUpCircleRegular.tsx
|
|
8241
|
-
import * as
|
|
8263
|
+
import * as React375 from "react";
|
|
8242
8264
|
var ArrowUpCircleRegular = (_a) => {
|
|
8243
8265
|
var _b = _a, {
|
|
8244
8266
|
size = 24,
|
|
@@ -8255,12 +8277,12 @@ var ArrowUpCircleRegular = (_a) => {
|
|
|
8255
8277
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8256
8278
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8257
8279
|
const resolvedViewBox = "0 0 24 24";
|
|
8258
|
-
return /* @__PURE__ */
|
|
8280
|
+
return /* @__PURE__ */ React375.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.47 13.442 12 9.956l-3.471 3.486" }));
|
|
8259
8281
|
};
|
|
8260
8282
|
var ArrowUpCircleRegular_default = ArrowUpCircleRegular;
|
|
8261
8283
|
|
|
8262
8284
|
// src/ArrowUp3Regular.tsx
|
|
8263
|
-
import * as
|
|
8285
|
+
import * as React376 from "react";
|
|
8264
8286
|
var ArrowUp3Regular = (_a) => {
|
|
8265
8287
|
var _b = _a, {
|
|
8266
8288
|
size = 24,
|
|
@@ -8277,12 +8299,12 @@ var ArrowUp3Regular = (_a) => {
|
|
|
8277
8299
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8278
8300
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8279
8301
|
const resolvedViewBox = "0 0 24 24";
|
|
8280
|
-
return /* @__PURE__ */
|
|
8302
|
+
return /* @__PURE__ */ React376.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.749 11.3v8.95" }), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m16.75 11.3-5.001-7.937L6.748 11.3z", clipRule: "evenodd" }));
|
|
8281
8303
|
};
|
|
8282
8304
|
var ArrowUp3Regular_default = ArrowUp3Regular;
|
|
8283
8305
|
|
|
8284
8306
|
// src/ArrowUp2Regular.tsx
|
|
8285
|
-
import * as
|
|
8307
|
+
import * as React377 from "react";
|
|
8286
8308
|
var ArrowUp2Regular = (_a) => {
|
|
8287
8309
|
var _b = _a, {
|
|
8288
8310
|
size = 24,
|
|
@@ -8299,12 +8321,12 @@ var ArrowUp2Regular = (_a) => {
|
|
|
8299
8321
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8300
8322
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8301
8323
|
const resolvedViewBox = "0 0 24 24";
|
|
8302
|
-
return /* @__PURE__ */
|
|
8324
|
+
return /* @__PURE__ */ React377.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React377.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m5 15.5 7-7 7 7" }));
|
|
8303
8325
|
};
|
|
8304
8326
|
var ArrowUp2Regular_default = ArrowUp2Regular;
|
|
8305
8327
|
|
|
8306
8328
|
// src/ArrowRightRegular.tsx
|
|
8307
|
-
import * as
|
|
8329
|
+
import * as React378 from "react";
|
|
8308
8330
|
var ArrowRightRegular = (_a) => {
|
|
8309
8331
|
var _b = _a, {
|
|
8310
8332
|
size = 24,
|
|
@@ -8321,12 +8343,12 @@ var ArrowRightRegular = (_a) => {
|
|
|
8321
8343
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8322
8344
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8323
8345
|
const resolvedViewBox = "0 0 24 24";
|
|
8324
|
-
return /* @__PURE__ */
|
|
8346
|
+
return /* @__PURE__ */ React378.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React378.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.75 11.726h-15m8.95-6.025 6.05 6.024-6.05 6.025" }));
|
|
8325
8347
|
};
|
|
8326
8348
|
var ArrowRightRegular_default = ArrowRightRegular;
|
|
8327
8349
|
|
|
8328
8350
|
// src/ArrowRightSquareRegular.tsx
|
|
8329
|
-
import * as
|
|
8351
|
+
import * as React379 from "react";
|
|
8330
8352
|
var ArrowRightSquareRegular = (_a) => {
|
|
8331
8353
|
var _b = _a, {
|
|
8332
8354
|
size = 24,
|
|
@@ -8343,12 +8365,12 @@ var ArrowRightSquareRegular = (_a) => {
|
|
|
8343
8365
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8344
8366
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8345
8367
|
const resolvedViewBox = "0 0 24 24";
|
|
8346
|
-
return /* @__PURE__ */
|
|
8368
|
+
return /* @__PURE__ */ React379.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 16.334V7.665c0-3.02-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.885-5.166 4.915v8.67c0 3.03 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.886 5.166-4.916", clipRule: "evenodd" }), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.086 12H7.914m4.408-3.748L16.086 12l-3.764 3.748" }));
|
|
8347
8369
|
};
|
|
8348
8370
|
var ArrowRightSquareRegular_default = ArrowRightSquareRegular;
|
|
8349
8371
|
|
|
8350
8372
|
// src/ArrowRightSmRegular.tsx
|
|
8351
|
-
import * as
|
|
8373
|
+
import * as React380 from "react";
|
|
8352
8374
|
var ArrowRightSmRegular = (_a) => {
|
|
8353
8375
|
var _b = _a, {
|
|
8354
8376
|
size = 24,
|
|
@@ -8365,12 +8387,12 @@ var ArrowRightSmRegular = (_a) => {
|
|
|
8365
8387
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8366
8388
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8367
8389
|
const resolvedViewBox = "0 0 24 24";
|
|
8368
|
-
return /* @__PURE__ */
|
|
8390
|
+
return /* @__PURE__ */ React380.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React380.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7 12h10m0 0-4-4m4 4-4 4" }));
|
|
8369
8391
|
};
|
|
8370
8392
|
var ArrowRightSmRegular_default = ArrowRightSmRegular;
|
|
8371
8393
|
|
|
8372
8394
|
// src/ArrowRightCircleRegular.tsx
|
|
8373
|
-
import * as
|
|
8395
|
+
import * as React381 from "react";
|
|
8374
8396
|
var ArrowRightCircleRegular = (_a) => {
|
|
8375
8397
|
var _b = _a, {
|
|
8376
8398
|
size = 24,
|
|
@@ -8387,12 +8409,12 @@ var ArrowRightCircleRegular = (_a) => {
|
|
|
8387
8409
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8388
8410
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8389
8411
|
const resolvedViewBox = "0 0 24 24";
|
|
8390
|
-
return /* @__PURE__ */
|
|
8412
|
+
return /* @__PURE__ */ React381.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 21.25a9.25 9.25 0 1 0 0-18.5 9.25 9.25 0 0 0 0 18.5", clipRule: "evenodd" }), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.558 15.471 14.044 12l-3.486-3.471" }));
|
|
8391
8413
|
};
|
|
8392
8414
|
var ArrowRightCircleRegular_default = ArrowRightCircleRegular;
|
|
8393
8415
|
|
|
8394
8416
|
// src/ArrowRight3Regular.tsx
|
|
8395
|
-
import * as
|
|
8417
|
+
import * as React382 from "react";
|
|
8396
8418
|
var ArrowRight3Regular = (_a) => {
|
|
8397
8419
|
var _b = _a, {
|
|
8398
8420
|
size = 24,
|
|
@@ -8409,12 +8431,12 @@ var ArrowRight3Regular = (_a) => {
|
|
|
8409
8431
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8410
8432
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8411
8433
|
const resolvedViewBox = "0 0 24 24";
|
|
8412
|
-
return /* @__PURE__ */
|
|
8434
|
+
return /* @__PURE__ */ React382.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.7 11.749H3.75" }), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m12.7 16.75 7.937-5.001L12.7 6.748z", clipRule: "evenodd" }));
|
|
8413
8435
|
};
|
|
8414
8436
|
var ArrowRight3Regular_default = ArrowRight3Regular;
|
|
8415
8437
|
|
|
8416
8438
|
// src/ArrowRight2Regular.tsx
|
|
8417
|
-
import * as
|
|
8439
|
+
import * as React383 from "react";
|
|
8418
8440
|
var ArrowRight2Regular = (_a) => {
|
|
8419
8441
|
var _b = _a, {
|
|
8420
8442
|
size = 24,
|
|
@@ -8431,12 +8453,12 @@ var ArrowRight2Regular = (_a) => {
|
|
|
8431
8453
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8432
8454
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8433
8455
|
const resolvedViewBox = "0 0 24 24";
|
|
8434
|
-
return /* @__PURE__ */
|
|
8456
|
+
return /* @__PURE__ */ React383.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React383.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8.5 5 7 7-7 7" }));
|
|
8435
8457
|
};
|
|
8436
8458
|
var ArrowRight2Regular_default = ArrowRight2Regular;
|
|
8437
8459
|
|
|
8438
8460
|
// src/ArrowRight22Regular.tsx
|
|
8439
|
-
import * as
|
|
8461
|
+
import * as React384 from "react";
|
|
8440
8462
|
var ArrowRight22Regular = (_a) => {
|
|
8441
8463
|
var _b = _a, {
|
|
8442
8464
|
size = 24,
|
|
@@ -8453,12 +8475,12 @@ var ArrowRight22Regular = (_a) => {
|
|
|
8453
8475
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8454
8476
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8455
8477
|
const resolvedViewBox = "0 0 24 24";
|
|
8456
|
-
return /* @__PURE__ */
|
|
8478
|
+
return /* @__PURE__ */ React384.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React384.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.5 5s7 4.144 7 7-7 7-7 7" }));
|
|
8457
8479
|
};
|
|
8458
8480
|
var ArrowRight22Regular_default = ArrowRight22Regular;
|
|
8459
8481
|
|
|
8460
8482
|
// src/ArrowLeftRegular.tsx
|
|
8461
|
-
import * as
|
|
8483
|
+
import * as React385 from "react";
|
|
8462
8484
|
var ArrowLeftRegular = (_a) => {
|
|
8463
8485
|
var _b = _a, {
|
|
8464
8486
|
size = 24,
|
|
@@ -8475,12 +8497,12 @@ var ArrowLeftRegular = (_a) => {
|
|
|
8475
8497
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8476
8498
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8477
8499
|
const resolvedViewBox = "0 0 24 24";
|
|
8478
|
-
return /* @__PURE__ */
|
|
8500
|
+
return /* @__PURE__ */ React385.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React385.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.25 12.274h15m-8.95 6.025-6.05-6.024L10.3 6.25" }));
|
|
8479
8501
|
};
|
|
8480
8502
|
var ArrowLeftRegular_default = ArrowLeftRegular;
|
|
8481
8503
|
|
|
8482
8504
|
// src/ArrowLeftSquareRegular.tsx
|
|
8483
|
-
import * as
|
|
8505
|
+
import * as React386 from "react";
|
|
8484
8506
|
var ArrowLeftSquareRegular = (_a) => {
|
|
8485
8507
|
var _b = _a, {
|
|
8486
8508
|
size = 24,
|
|
@@ -8497,12 +8519,12 @@ var ArrowLeftSquareRegular = (_a) => {
|
|
|
8497
8519
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8498
8520
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8499
8521
|
const resolvedViewBox = "0 0 24 24";
|
|
8500
|
-
return /* @__PURE__ */
|
|
8522
|
+
return /* @__PURE__ */ React386.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 7.666v8.669c0 3.02 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.885 5.166-4.915v-8.67c0-3.03-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.886-5.166 4.916", clipRule: "evenodd" }), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.914 12h8.172m-4.408 3.748L7.914 12l3.764-3.748" }));
|
|
8501
8523
|
};
|
|
8502
8524
|
var ArrowLeftSquareRegular_default = ArrowLeftSquareRegular;
|
|
8503
8525
|
|
|
8504
8526
|
// src/ArrowLeftCircleRegular.tsx
|
|
8505
|
-
import * as
|
|
8527
|
+
import * as React387 from "react";
|
|
8506
8528
|
var ArrowLeftCircleRegular = (_a) => {
|
|
8507
8529
|
var _b = _a, {
|
|
8508
8530
|
size = 24,
|
|
@@ -8519,12 +8541,12 @@ var ArrowLeftCircleRegular = (_a) => {
|
|
|
8519
8541
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8520
8542
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8521
8543
|
const resolvedViewBox = "0 0 24 24";
|
|
8522
|
-
return /* @__PURE__ */
|
|
8544
|
+
return /* @__PURE__ */ React387.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", clipRule: "evenodd" }), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.442 8.529 9.956 12l3.486 3.471" }));
|
|
8523
8545
|
};
|
|
8524
8546
|
var ArrowLeftCircleRegular_default = ArrowLeftCircleRegular;
|
|
8525
8547
|
|
|
8526
8548
|
// src/ArrowLeft3Regular.tsx
|
|
8527
|
-
import * as
|
|
8549
|
+
import * as React388 from "react";
|
|
8528
8550
|
var ArrowLeft3Regular = (_a) => {
|
|
8529
8551
|
var _b = _a, {
|
|
8530
8552
|
size = 24,
|
|
@@ -8541,12 +8563,12 @@ var ArrowLeft3Regular = (_a) => {
|
|
|
8541
8563
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8542
8564
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8543
8565
|
const resolvedViewBox = "0 0 24 24";
|
|
8544
|
-
return /* @__PURE__ */
|
|
8566
|
+
return /* @__PURE__ */ React388.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.3 12.251h8.95" }), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.3 7.25-7.937 5.001 7.937 5.001z", clipRule: "evenodd" }));
|
|
8545
8567
|
};
|
|
8546
8568
|
var ArrowLeft3Regular_default = ArrowLeft3Regular;
|
|
8547
8569
|
|
|
8548
8570
|
// src/ArrowLeft2Regular.tsx
|
|
8549
|
-
import * as
|
|
8571
|
+
import * as React389 from "react";
|
|
8550
8572
|
var ArrowLeft2Regular = (_a) => {
|
|
8551
8573
|
var _b = _a, {
|
|
8552
8574
|
size = 24,
|
|
@@ -8563,12 +8585,12 @@ var ArrowLeft2Regular = (_a) => {
|
|
|
8563
8585
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8564
8586
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8565
8587
|
const resolvedViewBox = "0 0 24 24";
|
|
8566
|
-
return /* @__PURE__ */
|
|
8588
|
+
return /* @__PURE__ */ React389.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React389.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m15.5 19-7-7 7-7" }));
|
|
8567
8589
|
};
|
|
8568
8590
|
var ArrowLeft2Regular_default = ArrowLeft2Regular;
|
|
8569
8591
|
|
|
8570
8592
|
// src/ArrowLeft22Regular.tsx
|
|
8571
|
-
import * as
|
|
8593
|
+
import * as React390 from "react";
|
|
8572
8594
|
var ArrowLeft22Regular = (_a) => {
|
|
8573
8595
|
var _b = _a, {
|
|
8574
8596
|
size = 24,
|
|
@@ -8585,12 +8607,12 @@ var ArrowLeft22Regular = (_a) => {
|
|
|
8585
8607
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8586
8608
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8587
8609
|
const resolvedViewBox = "0 0 24 24";
|
|
8588
|
-
return /* @__PURE__ */
|
|
8610
|
+
return /* @__PURE__ */ React390.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React390.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.5 19s-7-4.144-7-7 7-7 7-7" }));
|
|
8589
8611
|
};
|
|
8590
8612
|
var ArrowLeft22Regular_default = ArrowLeft22Regular;
|
|
8591
8613
|
|
|
8592
8614
|
// src/ArrowDownRegular.tsx
|
|
8593
|
-
import * as
|
|
8615
|
+
import * as React391 from "react";
|
|
8594
8616
|
var ArrowDownRegular = (_a) => {
|
|
8595
8617
|
var _b = _a, {
|
|
8596
8618
|
size = 24,
|
|
@@ -8607,12 +8629,12 @@ var ArrowDownRegular = (_a) => {
|
|
|
8607
8629
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8608
8630
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8609
8631
|
const resolvedViewBox = "0 0 24 24";
|
|
8610
|
-
return /* @__PURE__ */
|
|
8632
|
+
return /* @__PURE__ */ React391.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React391.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.274 19.75v-15m6.025 8.95-6.024 6.05L6.25 13.7" }));
|
|
8611
8633
|
};
|
|
8612
8634
|
var ArrowDownRegular_default = ArrowDownRegular;
|
|
8613
8635
|
|
|
8614
8636
|
// src/ArrowDownSquareRegular.tsx
|
|
8615
|
-
import * as
|
|
8637
|
+
import * as React392 from "react";
|
|
8616
8638
|
var ArrowDownSquareRegular = (_a) => {
|
|
8617
8639
|
var _b = _a, {
|
|
8618
8640
|
size = 24,
|
|
@@ -8629,12 +8651,12 @@ var ArrowDownSquareRegular = (_a) => {
|
|
|
8629
8651
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8630
8652
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8631
8653
|
const resolvedViewBox = "0 0 24 24";
|
|
8632
|
-
return /* @__PURE__ */
|
|
8654
|
+
return /* @__PURE__ */ React392.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.666 21.25h8.669c3.02 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.885-5.166-4.915-5.166h-8.67c-3.03 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.886 5.166 4.916 5.166", clipRule: "evenodd" }), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 16.086V7.914m3.748 4.408L12 16.086l-3.748-3.764" }));
|
|
8633
8655
|
};
|
|
8634
8656
|
var ArrowDownSquareRegular_default = ArrowDownSquareRegular;
|
|
8635
8657
|
|
|
8636
8658
|
// src/ArrowDownRightsmRegular.tsx
|
|
8637
|
-
import * as
|
|
8659
|
+
import * as React393 from "react";
|
|
8638
8660
|
var ArrowDownRightsmRegular = (_a) => {
|
|
8639
8661
|
var _b = _a, {
|
|
8640
8662
|
size = 24,
|
|
@@ -8651,12 +8673,12 @@ var ArrowDownRightsmRegular = (_a) => {
|
|
|
8651
8673
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8652
8674
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8653
8675
|
const resolvedViewBox = "0 0 24 24";
|
|
8654
|
-
return /* @__PURE__ */
|
|
8676
|
+
return /* @__PURE__ */ React393.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React393.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 8 8 8m0 0v-6m0 6h-6" }));
|
|
8655
8677
|
};
|
|
8656
8678
|
var ArrowDownRightsmRegular_default = ArrowDownRightsmRegular;
|
|
8657
8679
|
|
|
8658
8680
|
// src/ArrowDownCircleRegular.tsx
|
|
8659
|
-
import * as
|
|
8681
|
+
import * as React394 from "react";
|
|
8660
8682
|
var ArrowDownCircleRegular = (_a) => {
|
|
8661
8683
|
var _b = _a, {
|
|
8662
8684
|
size = 24,
|
|
@@ -8673,12 +8695,12 @@ var ArrowDownCircleRegular = (_a) => {
|
|
|
8673
8695
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8674
8696
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8675
8697
|
const resolvedViewBox = "0 0 24 24";
|
|
8676
|
-
return /* @__PURE__ */
|
|
8698
|
+
return /* @__PURE__ */ React394.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 12a9.25 9.25 0 1 0 18.5 0 9.25 9.25 0 0 0-18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.53 10.558 12 14.044l3.471-3.486" }));
|
|
8677
8699
|
};
|
|
8678
8700
|
var ArrowDownCircleRegular_default = ArrowDownCircleRegular;
|
|
8679
8701
|
|
|
8680
8702
|
// src/ArrowDown3Regular.tsx
|
|
8681
|
-
import * as
|
|
8703
|
+
import * as React395 from "react";
|
|
8682
8704
|
var ArrowDown3Regular = (_a) => {
|
|
8683
8705
|
var _b = _a, {
|
|
8684
8706
|
size = 24,
|
|
@@ -8695,12 +8717,12 @@ var ArrowDown3Regular = (_a) => {
|
|
|
8695
8717
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8696
8718
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8697
8719
|
const resolvedViewBox = "0 0 24 24";
|
|
8698
|
-
return /* @__PURE__ */
|
|
8720
|
+
return /* @__PURE__ */ React395.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.251 12.7V3.75" }), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.25 12.7 5.001 7.937 5.001-7.937z", clipRule: "evenodd" }));
|
|
8699
8721
|
};
|
|
8700
8722
|
var ArrowDown3Regular_default = ArrowDown3Regular;
|
|
8701
8723
|
|
|
8702
8724
|
// src/ArrowDown2Regular.tsx
|
|
8703
|
-
import * as
|
|
8725
|
+
import * as React396 from "react";
|
|
8704
8726
|
var ArrowDown2Regular = (_a) => {
|
|
8705
8727
|
var _b = _a, {
|
|
8706
8728
|
size = 24,
|
|
@@ -8717,12 +8739,12 @@ var ArrowDown2Regular = (_a) => {
|
|
|
8717
8739
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8718
8740
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8719
8741
|
const resolvedViewBox = "0 0 24 24";
|
|
8720
|
-
return /* @__PURE__ */
|
|
8742
|
+
return /* @__PURE__ */ React396.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React396.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m19 8.5-7 7-7-7" }));
|
|
8721
8743
|
};
|
|
8722
8744
|
var ArrowDown2Regular_default = ArrowDown2Regular;
|
|
8723
8745
|
|
|
8724
8746
|
// src/AnthropicRegular.tsx
|
|
8725
|
-
import * as
|
|
8747
|
+
import * as React397 from "react";
|
|
8726
8748
|
var AnthropicRegular = (_a) => {
|
|
8727
8749
|
var _b = _a, {
|
|
8728
8750
|
size = 24,
|
|
@@ -8739,12 +8761,12 @@ var AnthropicRegular = (_a) => {
|
|
|
8739
8761
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8740
8762
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8741
8763
|
const resolvedViewBox = "0 0 24 24";
|
|
8742
|
-
return /* @__PURE__ */
|
|
8764
|
+
return /* @__PURE__ */ React397.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React397.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M15.54 6h-2.447l4.46 11H20zM8.46 6 4 17h2.499l.92-2.302h4.668L12.989 17h2.5l-4.46-11zm-.243 6.65 1.527-3.858 1.527 3.859z" })), /* @__PURE__ */ React397.createElement("defs", null, /* @__PURE__ */ React397.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M4 6h16v11H4z" }))));
|
|
8743
8765
|
};
|
|
8744
8766
|
var AnthropicRegular_default = AnthropicRegular;
|
|
8745
8767
|
|
|
8746
8768
|
// src/AlignLeftRegular.tsx
|
|
8747
|
-
import * as
|
|
8769
|
+
import * as React398 from "react";
|
|
8748
8770
|
var AlignLeftRegular = (_a) => {
|
|
8749
8771
|
var _b = _a, {
|
|
8750
8772
|
size = 24,
|
|
@@ -8761,12 +8783,12 @@ var AlignLeftRegular = (_a) => {
|
|
|
8761
8783
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8762
8784
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8763
8785
|
const resolvedViewBox = "0 0 24 24";
|
|
8764
|
-
return /* @__PURE__ */
|
|
8786
|
+
return /* @__PURE__ */ React398.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React398.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15 12H3m14 6H3M21 6H3" }));
|
|
8765
8787
|
};
|
|
8766
8788
|
var AlignLeftRegular_default = AlignLeftRegular;
|
|
8767
8789
|
|
|
8768
8790
|
// src/AlarmSpeakerRegular.tsx
|
|
8769
|
-
import * as
|
|
8791
|
+
import * as React399 from "react";
|
|
8770
8792
|
var AlarmSpeakerRegular = (_a) => {
|
|
8771
8793
|
var _b = _a, {
|
|
8772
8794
|
size = 24,
|
|
@@ -8783,12 +8805,12 @@ var AlarmSpeakerRegular = (_a) => {
|
|
|
8783
8805
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8784
8806
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8785
8807
|
const resolvedViewBox = "0 0 24 24";
|
|
8786
|
-
return /* @__PURE__ */
|
|
8808
|
+
return /* @__PURE__ */ React399.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.941 19.712a7.67 7.67 0 0 0 7.67-7.67 7.67 7.67 0 1 0-7.67 7.67m-4.13-1.198L6.365 21m9.707-2.486L17.518 21M6.25 3.008 3.69 5.195M17.75 3l2.558 2.196" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m14.316 13.465-4.257.996a1.273 1.273 0 0 1-1.32-1.987l2.726-3.753" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m10.562 14.338 1.261 1.438-.11-1.687m3.124-4.144c.787 1.362.72 2.872-.148 3.373s-2.209-.196-2.995-1.558c-.787-1.362-.72-2.873.148-3.374s2.209.197 2.995 1.559" }));
|
|
8787
8809
|
};
|
|
8788
8810
|
var AlarmSpeakerRegular_default = AlarmSpeakerRegular;
|
|
8789
8811
|
|
|
8790
8812
|
// src/AiBrainLikeRegular.tsx
|
|
8791
|
-
import * as
|
|
8813
|
+
import * as React400 from "react";
|
|
8792
8814
|
var AiBrainLikeRegular = (_a) => {
|
|
8793
8815
|
var _b = _a, {
|
|
8794
8816
|
size = 24,
|
|
@@ -8805,12 +8827,12 @@ var AiBrainLikeRegular = (_a) => {
|
|
|
8805
8827
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8806
8828
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8807
8829
|
const resolvedViewBox = "0 0 24 24";
|
|
8808
|
-
return /* @__PURE__ */
|
|
8830
|
+
return /* @__PURE__ */ React400.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M14.054 21.5v-1.328c0-.347.271-.633.618-.652l2.605-.122c.524-.028.962-.41 1.061-.926l.12-2.328c.218-1.137 2.04-.452 1.84-1.723-.276-1.127-1.091-2.244-1.294-3.29-.45-2.32-.163-5.143-2.521-7.131-1.442-1.216-3.192-1.538-5.035-1.497-3.075.069-5.952 1.374-7.236 4.336-1.254 2.889 0 5.288 1.08 7.89.829 1.996.322 6.771.322 6.771" }), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.5 7.073c-1.182.38-1.602 1.665-1.242 2.791.58 1.804 3.065 3.157 3.065 3.157s2.505-1.374 3.066-3.157c.36-1.126-.065-2.41-1.246-2.791a2.03 2.03 0 0 0-1.82.306A2.02 2.02 0 0 0 9.5 7.073" }));
|
|
8809
8831
|
};
|
|
8810
8832
|
var AiBrainLikeRegular_default = AiBrainLikeRegular;
|
|
8811
8833
|
|
|
8812
8834
|
// src/AiBrainIdeaRegular.tsx
|
|
8813
|
-
import * as
|
|
8835
|
+
import * as React401 from "react";
|
|
8814
8836
|
var AiBrainIdeaRegular = (_a) => {
|
|
8815
8837
|
var _b = _a, {
|
|
8816
8838
|
size = 24,
|
|
@@ -8827,12 +8849,12 @@ var AiBrainIdeaRegular = (_a) => {
|
|
|
8827
8849
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8828
8850
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8829
8851
|
const resolvedViewBox = "0 0 24 24";
|
|
8830
|
-
return /* @__PURE__ */
|
|
8852
|
+
return /* @__PURE__ */ React401.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M15.187 19.315c-.99.52-1.297 2.186-1.297 2.186" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M5.194 21.264c1.242-2.834.57-5.797-.885-8.401-1.04-1.863-1.27-3.86-.39-5.886C5.225 3.963 8.38 2.573 11.51 2.503c1.877-.041 3.658.286 5.125 1.523 1.883 1.588 2.984 3.532 2.414 6.115-.304 1.378.702 2.942 1.414 3.9a.75.75 0 0 1-.334 1.174l-.928.358a.83.83 0 0 0-.517.618l-.31 2.644c-.103.685-.686 1.011-1.338.874l-3.802-.874" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.187 9.697a3.98 3.98 0 0 0 2.43 3.669v1.33c0 .866.708 1.574 1.573 1.574.866 0 1.574-.708 1.574-1.574v-1.323a4.01 4.01 0 0 0 2.336-4.53 3.99 3.99 0 0 0-3.073-3.059 4.006 4.006 0 0 0-4.84 3.913m4.149 3.678h1.432" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.182 11.155.84-1.542h-1.67l.84-1.543" }));
|
|
8831
8853
|
};
|
|
8832
8854
|
var AiBrainIdeaRegular_default = AiBrainIdeaRegular;
|
|
8833
8855
|
|
|
8834
8856
|
// src/AddUserRegular.tsx
|
|
8835
|
-
import * as
|
|
8857
|
+
import * as React402 from "react";
|
|
8836
8858
|
var AddUserRegular = (_a) => {
|
|
8837
8859
|
var _b = _a, {
|
|
8838
8860
|
size = 24,
|
|
@@ -8849,12 +8871,12 @@ var AddUserRegular = (_a) => {
|
|
|
8849
8871
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8850
8872
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8851
8873
|
const resolvedViewBox = "0 0 24 24";
|
|
8852
|
-
return /* @__PURE__ */
|
|
8874
|
+
return /* @__PURE__ */ React402.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.877 15.206c-3.844 0-7.127.581-7.127 2.91 0 2.327 3.263 2.93 7.127 2.93 3.845 0 7.127-.583 7.127-2.91s-3.262-2.93-7.127-2.93m0-3.32A4.568 4.568 0 1 0 5.31 7.318a4.55 4.55 0 0 0 4.536 4.568z", clipRule: "evenodd" }), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.204 8.67v4.01m2.046-2.006h-4.09" }));
|
|
8853
8875
|
};
|
|
8854
8876
|
var AddUserRegular_default = AddUserRegular;
|
|
8855
8877
|
|
|
8856
8878
|
// src/ActivityRegular.tsx
|
|
8857
|
-
import * as
|
|
8879
|
+
import * as React403 from "react";
|
|
8858
8880
|
var ActivityRegular = (_a) => {
|
|
8859
8881
|
var _b = _a, {
|
|
8860
8882
|
size = 24,
|
|
@@ -8871,12 +8893,12 @@ var ActivityRegular = (_a) => {
|
|
|
8871
8893
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8872
8894
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8873
8895
|
const resolvedViewBox = "0 0 24 24";
|
|
8874
|
-
return /* @__PURE__ */
|
|
8896
|
+
return /* @__PURE__ */ React403.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78" }), /* @__PURE__ */ React403.createElement("circle", { cx: 19.995, cy: 4.2, r: 1.922, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
|
|
8875
8897
|
};
|
|
8876
8898
|
var ActivityRegular_default = ActivityRegular;
|
|
8877
8899
|
|
|
8878
8900
|
// src/Activity2Regular.tsx
|
|
8879
|
-
import * as
|
|
8901
|
+
import * as React404 from "react";
|
|
8880
8902
|
var Activity2Regular = (_a) => {
|
|
8881
8903
|
var _b = _a, {
|
|
8882
8904
|
size = 24,
|
|
@@ -8893,12 +8915,12 @@ var Activity2Regular = (_a) => {
|
|
|
8893
8915
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8894
8916
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8895
8917
|
const resolvedViewBox = "0 0 24 24";
|
|
8896
|
-
return /* @__PURE__ */
|
|
8918
|
+
return /* @__PURE__ */ React404.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78m3.413-3.671a1.922 1.922 0 1 0 0-3.844 1.922 1.922 0 0 0 0 3.844" }), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
|
|
8897
8919
|
};
|
|
8898
8920
|
var Activity2Regular_default = Activity2Regular;
|
|
8899
8921
|
|
|
8900
8922
|
// src/AccidentRegular.tsx
|
|
8901
|
-
import * as
|
|
8923
|
+
import * as React405 from "react";
|
|
8902
8924
|
var AccidentRegular = (_a) => {
|
|
8903
8925
|
var _b = _a, {
|
|
8904
8926
|
size = 24,
|
|
@@ -8915,12 +8937,12 @@ var AccidentRegular = (_a) => {
|
|
|
8915
8937
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8916
8938
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8917
8939
|
const resolvedViewBox = "0 0 24 24";
|
|
8918
|
-
return /* @__PURE__ */
|
|
8940
|
+
return /* @__PURE__ */ React405.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.492 18.332q-.003.248.064.486a1.798 1.798 0 0 0 3.464 0 1.7 1.7 0 0 0 .072-.486 1.801 1.801 0 0 0-3.072-1.274 1.8 1.8 0 0 0-.528 1.274M21 8.657h-.82a1.1 1.1 0 0 0-.962.576l-2.034 3.78m2.142 5.318H21" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21 13.058h-5.517a2.01 2.01 0 0 0-2.006 2.006v1.557a2.007 2.007 0 0 0 2.006 2.007m-6.975-.296q0 .248-.072.486a1.8 1.8 0 0 1-3.465 0 1.7 1.7 0 0 1-.063-.486 1.801 1.801 0 0 1 3.073-1.274 1.8 1.8 0 0 1 .527 1.274M3 8.657h.81a1.1 1.1 0 0 1 .963.576l2.043 3.78m-2.142 5.318H3" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 13.057h5.517a2.01 2.01 0 0 1 2.007 2.007v1.557a2.007 2.007 0 0 1-2.007 2.007m1.115-8.298L7.283 8.836l1.9-.819-1.027-2.763 2.655 1.476 1.548-2.861 1.053 3.302 3.186-.504-1.81 4.005m-2.644.684-.171-2.052" }));
|
|
8919
8941
|
};
|
|
8920
8942
|
var AccidentRegular_default = AccidentRegular;
|
|
8921
8943
|
|
|
8922
8944
|
// src/Icon3UserRegular.tsx
|
|
8923
|
-
import * as
|
|
8945
|
+
import * as React406 from "react";
|
|
8924
8946
|
var Icon3UserRegular = (_a) => {
|
|
8925
8947
|
var _b = _a, {
|
|
8926
8948
|
size = 24,
|
|
@@ -8937,12 +8959,12 @@ var Icon3UserRegular = (_a) => {
|
|
|
8937
8959
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8938
8960
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8939
8961
|
const resolvedViewBox = "0 0 24 24";
|
|
8940
|
-
return /* @__PURE__ */
|
|
8962
|
+
return /* @__PURE__ */ React406.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17.888 10.897a2.876 2.876 0 0 0 2.472-2.841 2.875 2.875 0 0 0-2.406-2.836m1.775 9.03c1.35.202 2.294.675 2.294 1.65 0 .671-.445 1.107-1.163 1.381" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.887 14.664c-3.214 0-5.96.487-5.96 2.432s2.729 2.445 5.96 2.445c3.214 0 5.958-.482 5.958-2.428s-2.727-2.45-5.958-2.45m0-2.775a3.819 3.819 0 1 0-3.82-3.82 3.804 3.804 0 0 0 3.792 3.82z", clipRule: "evenodd" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.885 10.897a2.875 2.875 0 0 1-2.472-2.841A2.875 2.875 0 0 1 5.819 5.22m-1.775 9.03c-1.351.202-2.294.675-2.294 1.65 0 .671.444 1.107 1.162 1.381" }));
|
|
8941
8963
|
};
|
|
8942
8964
|
var Icon3UserRegular_default = Icon3UserRegular;
|
|
8943
8965
|
|
|
8944
8966
|
// src/Icon2UserRegular.tsx
|
|
8945
|
-
import * as
|
|
8967
|
+
import * as React407 from "react";
|
|
8946
8968
|
var Icon2UserRegular = (_a) => {
|
|
8947
8969
|
var _b = _a, {
|
|
8948
8970
|
size = 24,
|
|
@@ -8959,12 +8981,12 @@ var Icon2UserRegular = (_a) => {
|
|
|
8959
8981
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8960
8982
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8961
8983
|
const resolvedViewBox = "0 0 24 24";
|
|
8962
|
-
return /* @__PURE__ */
|
|
8984
|
+
return /* @__PURE__ */ React407.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.592 15.207c3.688 0 6.841.559 6.841 2.792s-3.131 2.808-6.841 2.808c-3.69 0-6.842-.554-6.842-2.788s3.13-2.812 6.842-2.812m0-3.187a4.386 4.386 0 1 1 4.384-4.385 4.37 4.37 0 0 1-4.353 4.385z", clipRule: "evenodd" }), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.483 10.882A3.3 3.3 0 0 0 19.32 7.62a3.3 3.3 0 0 0-2.762-3.256m2.037 10.368c1.551.231 2.634.775 2.634 1.895 0 .771-.51 1.271-1.334 1.584" }));
|
|
8963
8985
|
};
|
|
8964
8986
|
var Icon2UserRegular_default = Icon2UserRegular;
|
|
8965
8987
|
|
|
8966
8988
|
// src/YoutubeBold.tsx
|
|
8967
|
-
import * as
|
|
8989
|
+
import * as React408 from "react";
|
|
8968
8990
|
var YoutubeBold = (_a) => {
|
|
8969
8991
|
var _b = _a, {
|
|
8970
8992
|
size = 24,
|
|
@@ -8981,12 +9003,12 @@ var YoutubeBold = (_a) => {
|
|
|
8981
9003
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8982
9004
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8983
9005
|
const resolvedViewBox = "0 0 24 24";
|
|
8984
|
-
return /* @__PURE__ */
|
|
9006
|
+
return /* @__PURE__ */ React408.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React408.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.767 13.872-3.672 2.09a.97.97 0 0 1-.977-.015.96.96 0 0 1-.473-.829v-4.18c0-.35.182-.667.486-.842a.96.96 0 0 1 .966-.002l3.67 2.09a.97.97 0 0 1 0 1.688m6.298-5.982a3.1 3.1 0 0 0-2.108-2.239c-1.767-.583-12.288-.55-13.9.035a3.05 3.05 0 0 0-2.109 2.2c-.592 1.731-.592 8.574-.009 10.286.29 1.045 1.102 1.872 2.085 2.145.865.314 3.954.47 7.025.47 3.051 0 6.086-.154 6.9-.46a3.08 3.08 0 0 0 2.103-2.195c.59-1.698.592-8.523.013-10.242", clipRule: "evenodd" }));
|
|
8985
9007
|
};
|
|
8986
9008
|
var YoutubeBold_default = YoutubeBold;
|
|
8987
9009
|
|
|
8988
9010
|
// src/XcomBold.tsx
|
|
8989
|
-
import * as
|
|
9011
|
+
import * as React409 from "react";
|
|
8990
9012
|
var XcomBold = (_a) => {
|
|
8991
9013
|
var _b = _a, {
|
|
8992
9014
|
size = 24,
|
|
@@ -9003,12 +9025,12 @@ var XcomBold = (_a) => {
|
|
|
9003
9025
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9004
9026
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9005
9027
|
const resolvedViewBox = "0 0 24 24";
|
|
9006
|
-
return /* @__PURE__ */
|
|
9028
|
+
return /* @__PURE__ */ React409.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React409.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.6 4.802a.97.97 0 0 0-.806-.427H5.148a.39.39 0 0 0-.322.608L14.49 19.23a.97.97 0 0 0 .805.427h3.646a.39.39 0 0 0 .323-.608z" }), /* @__PURE__ */ React409.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.45 13.433 4.669 20M18.757 4l-5.437 6.176" }));
|
|
9007
9029
|
};
|
|
9008
9030
|
var XcomBold_default = XcomBold;
|
|
9009
9031
|
|
|
9010
9032
|
// src/WorkBold.tsx
|
|
9011
|
-
import * as
|
|
9033
|
+
import * as React410 from "react";
|
|
9012
9034
|
var WorkBold = (_a) => {
|
|
9013
9035
|
var _b = _a, {
|
|
9014
9036
|
size = 24,
|
|
@@ -9025,12 +9047,12 @@ var WorkBold = (_a) => {
|
|
|
9025
9047
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9026
9048
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9027
9049
|
const resolvedViewBox = "0 0 24 24";
|
|
9028
|
-
return /* @__PURE__ */
|
|
9050
|
+
return /* @__PURE__ */ React410.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React410.createElement("path", { fill: "currentColor", d: "M2.19 12.815c.08-.05.18.01.19.02 2.022 1.357 4.453 2.258 7.004 2.633.36.05.721-.183.821-.547.22-.83.93-1.377 1.78-1.377h.03c.85 0 1.562.547 1.782 1.377.1.364.46.597.82.547 2.551-.375 4.982-1.276 7.003-2.633l.04-.02c.04-.02.1-.03.15 0 .086.048.09.16.09.171l-.08 5.165c0 2.127-1.7 3.848-3.801 3.848H5.973c-2.101 0-3.802-1.721-3.802-3.848l-.07-5.165c0-.01.004-.123.09-.171m9.805 2.177a.76.76 0 0 0-.75.759v1.307c0 .425.34.76.75.76.42 0 .751-.335.751-.76V15.75a.755.755 0 0 0-.75-.759M13.285 2c1.5 0 2.732 1.144 2.922 2.612h1.982c2.1 0 3.81 1.732 3.811 3.859 0 0-.06.9-.08 2.154a.33.33 0 0 1-.129.255c-.481.355-.922.65-.962.67-1.66 1.114-3.59 1.897-5.646 2.287a.32.32 0 0 1-.334-.163 3.3 3.3 0 0 0-2.854-1.649 3.35 3.35 0 0 0-2.872 1.643.32.32 0 0 1-.333.16 15.5 15.5 0 0 1-5.62-2.268l-.96-.67a.28.28 0 0 1-.13-.242C2.05 10.132 2 8.471 2 8.471c0-2.127 1.71-3.858 3.812-3.859h1.971C7.973 3.144 9.203 2 10.704 2zm-2.58 1.52c-.671 0-1.241.465-1.401 1.092h5.383a1.45 1.45 0 0 0-1.4-1.092z" }));
|
|
9029
9051
|
};
|
|
9030
9052
|
var WorkBold_default = WorkBold;
|
|
9031
9053
|
|
|
9032
9054
|
// src/WalletBold.tsx
|
|
9033
|
-
import * as
|
|
9055
|
+
import * as React411 from "react";
|
|
9034
9056
|
var WalletBold = (_a) => {
|
|
9035
9057
|
var _b = _a, {
|
|
9036
9058
|
size = 24,
|
|
@@ -9047,12 +9069,12 @@ var WalletBold = (_a) => {
|
|
|
9047
9069
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9048
9070
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9049
9071
|
const resolvedViewBox = "0 0 24 24";
|
|
9050
|
-
return /* @__PURE__ */
|
|
9072
|
+
return /* @__PURE__ */ React411.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React411.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.769 8.382H22C22 4.985 19.964 3 16.516 3H7.484C4.036 3 2 4.985 2 8.338v7.324C2 19.015 4.036 21 7.484 21h9.032C19.964 21 22 19.015 22 15.662v-.312h-4.231c-1.964 0-3.556-1.553-3.556-3.467s1.592-3.467 3.556-3.467zm0 1.49h3.484c.413 0 .747.326.747.728v2.53a.746.746 0 0 1-.747.729H17.85c-.994.013-1.864-.65-2.089-1.595a1.98 1.98 0 0 1 .433-1.652 2.1 2.1 0 0 1 1.576-.74m.151 2.66h.329a.755.755 0 0 0 .764-.744.755.755 0 0 0-.764-.746h-.329a.77.77 0 0 0-.54.213.73.73 0 0 0-.224.524c0 .413.34.75.764.754M6.738 8.383h5.644a.755.755 0 0 0 .765-.746.755.755 0 0 0-.765-.745H6.738a.755.755 0 0 0-.765.737c0 .413.341.749.765.754", clipRule: "evenodd" }));
|
|
9051
9073
|
};
|
|
9052
9074
|
var WalletBold_default = WalletBold;
|
|
9053
9075
|
|
|
9054
9076
|
// src/VolumeUpBold.tsx
|
|
9055
|
-
import * as
|
|
9077
|
+
import * as React412 from "react";
|
|
9056
9078
|
var VolumeUpBold = (_a) => {
|
|
9057
9079
|
var _b = _a, {
|
|
9058
9080
|
size = 24,
|
|
@@ -9069,12 +9091,12 @@ var VolumeUpBold = (_a) => {
|
|
|
9069
9091
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9070
9092
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9071
9093
|
const resolvedViewBox = "0 0 24 24";
|
|
9072
|
-
return /* @__PURE__ */
|
|
9094
|
+
return /* @__PURE__ */ React412.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React412.createElement("path", { fill: "currentColor", d: "M10.758 3c1.043 0 2.017.751 2.368 1.956.129.503.18 1.008.231 1.494l.047.443c.18 1.476.18 8.728 0 10.215l-.047.458c-.045.463-.091.943-.224 1.454-.352 1.2-1.288 1.98-2.351 1.98l-.105-.001c-.588 0-1.226-.361-1.587-.676l-3.527-2.94H3.752c-1.398 0-2.421-1.012-2.607-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.274-2.51 2.607-2.51h1.811l3.46-2.897c.417-.363 1.153-.722 1.735-.72m8.532.22a.906.906 0 0 1 1.277.237C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.235-2.433 8.544a.9.9 0 0 1-1.276.236.96.96 0 0 1-.23-1.308c1.356-2 2.104-4.653 2.104-7.472 0-2.818-.748-5.473-2.105-7.472a.96.96 0 0 1 .23-1.307M16.129 6.26a.907.907 0 0 1 1.278.236C18.42 7.987 18.978 9.942 18.978 12s-.558 4.014-1.571 5.506a.907.907 0 0 1-1.277.236.957.957 0 0 1-.23-1.308c.802-1.182 1.243-2.757 1.243-4.434s-.44-3.252-1.243-4.434a.957.957 0 0 1 .229-1.307" }));
|
|
9073
9095
|
};
|
|
9074
9096
|
var VolumeUpBold_default = VolumeUpBold;
|
|
9075
9097
|
|
|
9076
9098
|
// src/VolumeOffBold.tsx
|
|
9077
|
-
import * as
|
|
9099
|
+
import * as React413 from "react";
|
|
9078
9100
|
var VolumeOffBold = (_a) => {
|
|
9079
9101
|
var _b = _a, {
|
|
9080
9102
|
size = 24,
|
|
@@ -9091,12 +9113,12 @@ var VolumeOffBold = (_a) => {
|
|
|
9091
9113
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9092
9114
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9093
9115
|
const resolvedViewBox = "0 0 24 24";
|
|
9094
|
-
return /* @__PURE__ */
|
|
9116
|
+
return /* @__PURE__ */ React413.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React413.createElement("path", { fill: "currentColor", d: "M20.42 3.27a.926.926 0 1 1 1.308 1.311L4.58 21.73a.95.95 0 0 1-.655.27.96.96 0 0 1-.652-.267.93.93 0 0 1-.002-1.314l2.826-2.826h-.029c-1.409 0-2.435-.996-2.626-2.541-.212-1.545-.17-4.192 0-5.6.2-1.46 1.282-2.464 2.626-2.464h1.83l3.494-2.859c.424-.36 1.176-.7 1.757-.709 1.059 0 2.033.74 2.382 1.926.138.498.192.995.235 1.473l.083.675c.013.104.026.204.037.31zm-4.933 10.26c.389.098.465.655.458 1.093-.018 1.273-.06 2.158-.128 2.705l-.046.451c-.046.457-.094.928-.229 1.432-.352 1.184-1.298 1.952-2.372 1.952h-.105c-.594 0-1.238-.357-1.603-.667l-1.302-1.007c-.494-.367-.347-.953-.07-1.293.277-.338 4.645-4.32 4.79-4.463.144-.14.463-.24.607-.203" }));
|
|
9095
9117
|
};
|
|
9096
9118
|
var VolumeOffBold_default = VolumeOffBold;
|
|
9097
9119
|
|
|
9098
9120
|
// src/VolumeDownBold.tsx
|
|
9099
|
-
import * as
|
|
9121
|
+
import * as React414 from "react";
|
|
9100
9122
|
var VolumeDownBold = (_a) => {
|
|
9101
9123
|
var _b = _a, {
|
|
9102
9124
|
size = 24,
|
|
@@ -9113,12 +9135,12 @@ var VolumeDownBold = (_a) => {
|
|
|
9113
9135
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9114
9136
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9115
9137
|
const resolvedViewBox = "0 0 24 24";
|
|
9116
|
-
return /* @__PURE__ */
|
|
9138
|
+
return /* @__PURE__ */ React414.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React414.createElement("path", { fill: "currentColor", d: "M12.77 3c1.044 0 2.018.752 2.37 1.956.128.503.18 1.008.23 1.494l.049.443c.18 1.476.18 8.728 0 10.215l-.048.458c-.045.463-.091.943-.225 1.454-.352 1.2-1.289 1.98-2.353 1.98l-.105-.001c-.588 0-1.227-.361-1.59-.676l-3.53-2.94H5.755c-1.4 0-2.424-1.012-2.61-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.275-2.51 2.61-2.51h1.813l3.463-2.897c.418-.363 1.156-.722 1.738-.72m5.377 3.259a.91.91 0 0 1 1.28.236C20.44 7.988 21 9.943 21 12s-.56 4.012-1.573 5.506a.92.92 0 0 1-.755.403.9.9 0 0 1-.525-.167.956.956 0 0 1-.23-1.308c.804-1.184 1.246-2.758 1.246-4.434s-.442-3.25-1.245-4.434a.955.955 0 0 1 .23-1.307" }));
|
|
9117
9139
|
};
|
|
9118
9140
|
var VolumeDownBold_default = VolumeDownBold;
|
|
9119
9141
|
|
|
9120
9142
|
// src/VoiceBold.tsx
|
|
9121
|
-
import * as
|
|
9143
|
+
import * as React415 from "react";
|
|
9122
9144
|
var VoiceBold = (_a) => {
|
|
9123
9145
|
var _b = _a, {
|
|
9124
9146
|
size = 24,
|
|
@@ -9135,12 +9157,12 @@ var VoiceBold = (_a) => {
|
|
|
9135
9157
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9136
9158
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9137
9159
|
const resolvedViewBox = "0 0 24 24";
|
|
9138
|
-
return /* @__PURE__ */
|
|
9160
|
+
return /* @__PURE__ */ React415.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React415.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.857-7.531 8.334v1.926A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.926C6.8 18.64 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2c2.403 0 4.352 1.924 4.352 4.297v4.623c0 2.372-1.949 4.298-4.352 4.298h-.35c-2.403 0-4.351-1.926-4.351-4.298V6.297C7.474 3.924 9.422 2 11.825 2z" }));
|
|
9139
9161
|
};
|
|
9140
9162
|
var VoiceBold_default = VoiceBold;
|
|
9141
9163
|
|
|
9142
9164
|
// src/Voice2Bold.tsx
|
|
9143
|
-
import * as
|
|
9165
|
+
import * as React416 from "react";
|
|
9144
9166
|
var Voice2Bold = (_a) => {
|
|
9145
9167
|
var _b = _a, {
|
|
9146
9168
|
size = 24,
|
|
@@ -9157,12 +9179,12 @@ var Voice2Bold = (_a) => {
|
|
|
9157
9179
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9158
9180
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9159
9181
|
const resolvedViewBox = "0 0 24 24";
|
|
9160
|
-
return /* @__PURE__ */
|
|
9182
|
+
return /* @__PURE__ */ React416.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React416.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.858-7.531 8.335v1.925A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.925C6.8 18.641 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2a4.345 4.345 0 0 1 4.19 3.13.39.39 0 0 1-.377.495h-1.132a.616.616 0 0 0-.62.611v.001c0 .339.279.612.62.612H15.9c.346 0 .627.276.627.618a.623.623 0 0 1-.627.618h-1.044a.617.617 0 0 0-.62.613c0 .338.278.613.62.613H15.9c.346 0 .627.276.627.619 0 .34-.28.616-.627.616h-1.044a.617.617 0 0 0-.62.613c0 .338.278.611.62.611h1.078c.265 0 .455.258.372.506a4.35 4.35 0 0 1-4.131 2.94h-.35c-2.403 0-4.351-1.924-4.351-4.296V6.297C7.474 3.924 9.422 2 11.825 2z" }));
|
|
9161
9183
|
};
|
|
9162
9184
|
var Voice2Bold_default = Voice2Bold;
|
|
9163
9185
|
|
|
9164
9186
|
// src/VideoBold.tsx
|
|
9165
|
-
import * as
|
|
9187
|
+
import * as React417 from "react";
|
|
9166
9188
|
var VideoBold = (_a) => {
|
|
9167
9189
|
var _b = _a, {
|
|
9168
9190
|
size = 24,
|
|
@@ -9179,12 +9201,12 @@ var VideoBold = (_a) => {
|
|
|
9179
9201
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9180
9202
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9181
9203
|
const resolvedViewBox = "0 0 24 24";
|
|
9182
|
-
return /* @__PURE__ */
|
|
9204
|
+
return /* @__PURE__ */ React417.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React417.createElement("path", { fill: "currentColor", d: "M11.905 4.5c2.422 0 4.113 1.669 4.114 4.06v6.88c0 2.391-1.692 4.06-4.114 4.06H6.113C3.691 19.5 2 17.831 2 15.44V8.56C2 6.17 3.691 4.5 6.113 4.5zm8.053 2.379c.439-.223.954-.2 1.373.064.419.263.669.72.669 1.22v7.676a1.43 1.43 0 0 1-1.412 1.435c-.215 0-.43-.05-.631-.153l-1.481-.748a1.62 1.62 0 0 1-.888-1.456V9.083c0-.621.34-1.18.888-1.456z" }));
|
|
9183
9205
|
};
|
|
9184
9206
|
var VideoBold_default = VideoBold;
|
|
9185
9207
|
|
|
9186
9208
|
// src/UserSearchBold.tsx
|
|
9187
|
-
import * as
|
|
9209
|
+
import * as React418 from "react";
|
|
9188
9210
|
var UserSearchBold = (_a) => {
|
|
9189
9211
|
var _b = _a, {
|
|
9190
9212
|
size = 24,
|
|
@@ -9201,12 +9223,12 @@ var UserSearchBold = (_a) => {
|
|
|
9201
9223
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9202
9224
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9203
9225
|
const resolvedViewBox = "0 0 24 24";
|
|
9204
|
-
return /* @__PURE__ */
|
|
9226
|
+
return /* @__PURE__ */ React418.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React418.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.212 19.302-.71-.71c.304-.608.406-1.217.406-1.825 0-.812-.406-1.623-1.014-2.13a3.37 3.37 0 0 0-4.767 0 3.367 3.367 0 0 0 0 4.766c1.116 1.116 2.637 1.319 3.955.609l.71.71c.203.203.507.304.71.304s.507-.101.71-.304a.98.98 0 0 0 0-1.42m-2.738-1.318c-.507.507-1.42.507-1.927 0s-.507-1.42 0-1.927c.304-.203.61-.406.913-.406.406 0 .71.102 1.014.406.203.203.304.406.304.81.102.407-.1.812-.304 1.117M10.883 2.977a4.664 4.664 0 0 1 4.665 4.665 4.664 4.664 0 0 1-4.665 4.665 4.664 4.664 0 0 1-4.665-4.665 4.664 4.664 0 0 1 4.665-4.665M9.869 14.334c-1.42 0-2.738.203-3.752.507-.61.203-1.217.507-1.623.913a2.45 2.45 0 0 0-.71 1.724c0 .71.203 1.217.71 1.724.406.405 1.014.71 1.623.912 1.014.305 2.332.507 3.752.507.609 0 1.014-.405 1.014-1.014v-4.259c0-.608-.405-1.014-1.014-1.014", clipRule: "evenodd" }));
|
|
9205
9227
|
};
|
|
9206
9228
|
var UserSearchBold_default = UserSearchBold;
|
|
9207
9229
|
|
|
9208
9230
|
// src/UserDeleteBold.tsx
|
|
9209
|
-
import * as
|
|
9231
|
+
import * as React419 from "react";
|
|
9210
9232
|
var UserDeleteBold = (_a) => {
|
|
9211
9233
|
var _b = _a, {
|
|
9212
9234
|
size = 24,
|
|
@@ -9223,12 +9245,12 @@ var UserDeleteBold = (_a) => {
|
|
|
9223
9245
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9224
9246
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9225
9247
|
const resolvedViewBox = "0 0 24 24";
|
|
9226
|
-
return /* @__PURE__ */
|
|
9248
|
+
return /* @__PURE__ */ React419.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React419.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.694 13.39a1 1 0 0 1-.707-.292l-.972-.972-.934.938a1 1 0 0 1-1.416-1.414l.935-.937-.966-.964a1 1 0 0 1 1.414-1.415l.965.964.931-.932a1 1 0 0 1 1.414-.001 1 1 0 0 1 .002 1.414l-.932.932.973.971a1 1 0 0 1-.707 1.708m-10.992-.874c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m-.001 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.094-.333 7.094-3.209 0-3.228-5.339-3.228-7.094-3.228", clipRule: "evenodd" }));
|
|
9227
9249
|
};
|
|
9228
9250
|
var UserDeleteBold_default = UserDeleteBold;
|
|
9229
9251
|
|
|
9230
9252
|
// src/UserCheckedBold.tsx
|
|
9231
|
-
import * as
|
|
9253
|
+
import * as React420 from "react";
|
|
9232
9254
|
var UserCheckedBold = (_a) => {
|
|
9233
9255
|
var _b = _a, {
|
|
9234
9256
|
size = 24,
|
|
@@ -9245,12 +9267,12 @@ var UserCheckedBold = (_a) => {
|
|
|
9245
9267
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9246
9268
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9247
9269
|
const resolvedViewBox = "0 0 24 24";
|
|
9248
|
-
return /* @__PURE__ */
|
|
9270
|
+
return /* @__PURE__ */ React420.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React420.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.02 13.268a1 1 0 0 1-.708-.294l-1.461-1.465a1 1 0 1 1 1.416-1.412l.754.756 2.309-2.306a1 1 0 0 1 1.414 1.415l-3.017 3.014a1 1 0 0 1-.707.292m-8.66-.752c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.046 0-7.096.333-7.096 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
|
|
9249
9271
|
};
|
|
9250
9272
|
var UserCheckedBold_default = UserCheckedBold;
|
|
9251
9273
|
|
|
9252
9274
|
// src/UserBadgeBold.tsx
|
|
9253
|
-
import * as
|
|
9275
|
+
import * as React421 from "react";
|
|
9254
9276
|
var UserBadgeBold = (_a) => {
|
|
9255
9277
|
var _b = _a, {
|
|
9256
9278
|
size = 24,
|
|
@@ -9267,12 +9289,12 @@ var UserBadgeBold = (_a) => {
|
|
|
9267
9289
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9268
9290
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9269
9291
|
const resolvedViewBox = "0 0 24 24";
|
|
9270
|
-
return /* @__PURE__ */
|
|
9292
|
+
return /* @__PURE__ */ React421.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React421.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.038 16.106-7.775.01a.46.46 0 0 1-.32-.131.46.46 0 0 1-.132-.32c0-1.642 1.342-3.3 4.339-3.3s4.339 1.652 4.339 3.29a.45.45 0 0 1-.451.45M12.15 5.339a2.82 2.82 0 0 1 2.815 2.816 2.82 2.82 0 0 1-2.815 2.815 2.82 2.82 0 0 1-2.815-2.815 2.82 2.82 0 0 1 2.815-2.816M16.3 2.3H8c-3 0-5 2.1-5 5.2v7c0 3.1 2 5.1 5 5.1h1.8l1.9 1.9c.1.1.3.2.5.2s.4-.1.5-.2l1.8-1.9h1.8c3 0 5-2.1 5-5.1v-7c0-3.1-2-5.2-5-5.2", clipRule: "evenodd" }));
|
|
9271
9293
|
};
|
|
9272
9294
|
var UserBadgeBold_default = UserBadgeBold;
|
|
9273
9295
|
|
|
9274
9296
|
// src/UploadBold.tsx
|
|
9275
|
-
import * as
|
|
9297
|
+
import * as React422 from "react";
|
|
9276
9298
|
var UploadBold = (_a) => {
|
|
9277
9299
|
var _b = _a, {
|
|
9278
9300
|
size = 24,
|
|
@@ -9289,12 +9311,12 @@ var UploadBold = (_a) => {
|
|
|
9289
9311
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9290
9312
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9291
9313
|
const resolvedViewBox = "0 0 24 24";
|
|
9292
|
-
return /* @__PURE__ */
|
|
9314
|
+
return /* @__PURE__ */ React422.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React422.createElement("path", { fill: "currentColor", d: "M11.23 14.885c0 .437.34.783.77.783.385 0 .711-.29.763-.676l.007-.107V8.78h-1.54V4.64l-1.59 1.6c-.3.3-.79.3-1.09 0a.764.764 0 0 1-.084-1.004l.074-.086 2.91-2.92a.764.764 0 0 1 1-.082l.09.082 2.91 2.92c.15.15.23.35.23.54a.773.773 0 0 1-1.234.624l-.086-.074-1.59-1.6v4.14h4.78c2.38 0 4.335 1.911 4.445 4.315l.005.213v4.955c0 2.421-1.878 4.401-4.231 4.512l-.21.005H6.45c-2.39 0-4.336-1.92-4.445-4.315L2 18.253v-4.966c0-2.411 1.878-4.39 4.231-4.502l.21-.005h4.79z" }));
|
|
9293
9315
|
};
|
|
9294
9316
|
var UploadBold_default = UploadBold;
|
|
9295
9317
|
|
|
9296
9318
|
// src/UnlockBold.tsx
|
|
9297
|
-
import * as
|
|
9319
|
+
import * as React423 from "react";
|
|
9298
9320
|
var UnlockBold = (_a) => {
|
|
9299
9321
|
var _b = _a, {
|
|
9300
9322
|
size = 24,
|
|
@@ -9311,12 +9333,12 @@ var UnlockBold = (_a) => {
|
|
|
9311
9333
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9312
9334
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9313
9335
|
const resolvedViewBox = "0 0 24 24";
|
|
9314
|
-
return /* @__PURE__ */
|
|
9336
|
+
return /* @__PURE__ */ React423.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React423.createElement("path", { fill: "currentColor", d: "M11.979 2c2.367 0 4.46 1.462 5.232 3.628a.85.85 0 0 1-.041.666.85.85 0 0 1-.508.438.906.906 0 0 1-1.138-.537C15.006 4.723 13.584 3.74 12 3.74c-2.074 0-3.75 1.631-3.76 3.628V8.71l-.013.002h8.005c2.358 0 4.269 1.87 4.269 4.176v4.937C20.5 20.13 18.589 22 16.231 22H7.768C5.41 22 3.5 20.13 3.5 17.824v-4.937c0-1.897 1.3-3.48 3.07-3.99l-.11.014V7.387C6.48 4.417 8.95 2 11.979 2m.016 11.383a.875.875 0 0 0-.884.864v2.207c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874v-2.207a.877.877 0 0 0-.894-.864" }));
|
|
9315
9337
|
};
|
|
9316
9338
|
var UnlockBold_default = UnlockBold;
|
|
9317
9339
|
|
|
9318
9340
|
// src/TwitterBold.tsx
|
|
9319
|
-
import * as
|
|
9341
|
+
import * as React424 from "react";
|
|
9320
9342
|
var TwitterBold = (_a) => {
|
|
9321
9343
|
var _b = _a, {
|
|
9322
9344
|
size = 24,
|
|
@@ -9333,12 +9355,12 @@ var TwitterBold = (_a) => {
|
|
|
9333
9355
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9334
9356
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9335
9357
|
const resolvedViewBox = "0 0 24 24";
|
|
9336
|
-
return /* @__PURE__ */
|
|
9358
|
+
return /* @__PURE__ */ React424.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React424.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.422 6.165a.49.49 0 0 0-.496-.226l-2.003.298c-.565-.632-2.295-2.244-4.682-1.522-2.067.634-3.051 2.832-3.11 4.51a12.8 12.8 0 0 1-6.787-3.592.5.5 0 0 0-.85.267c-.914 5.443.268 9.076 3.718 11.356a8.16 8.16 0 0 1-4.196 1.017.499.499 0 0 0-.4.82c1.482 1.782 4.274 2.393 6.499 2.393q.386 0 .745-.023c3.24-.202 5.91-1.54 7.724-3.871 1.717-2.207 2.548-5.24 2.339-8.565l-.006-.05 1.5-2.268a.5.5 0 0 0 .005-.544", clipRule: "evenodd" }));
|
|
9337
9359
|
};
|
|
9338
9360
|
var TwitterBold_default = TwitterBold;
|
|
9339
9361
|
|
|
9340
9362
|
// src/TranslateLanguageBold.tsx
|
|
9341
|
-
import * as
|
|
9363
|
+
import * as React425 from "react";
|
|
9342
9364
|
var TranslateLanguageBold = (_a) => {
|
|
9343
9365
|
var _b = _a, {
|
|
9344
9366
|
size = 24,
|
|
@@ -9355,12 +9377,12 @@ var TranslateLanguageBold = (_a) => {
|
|
|
9355
9377
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9356
9378
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9357
9379
|
const resolvedViewBox = "0 0 24 24";
|
|
9358
|
-
return /* @__PURE__ */
|
|
9380
|
+
return /* @__PURE__ */ React425.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.715 14.521c.25.04.524.048.912.048a3 3 0 0 0 .554-.08l-.725-1.42z", clipRule: "evenodd" }), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.247 16.888a.75.75 0 0 1-1.009-.327l-.356-.699c-.41.104-.853.209-1.255.209-.656 0-1.11-.033-1.615-.172l-.337.662a.75.75 0 1 1-1.336-.682l2.449-4.8c.256-.502 1.08-.502 1.336 0l2.45 4.8a.75.75 0 0 1-.327 1.009m-6.975-2.501c-.092-.08-.185-.171-.278-.262a8.5 8.5 0 0 1-2.381 1.143.75.75 0 1 1-.438-1.436 7.1 7.1 0 0 0 1.865-.866 7.2 7.2 0 0 1-.96-2.219.75.75 0 1 1 1.458-.353c.135.556.363 1.089.658 1.58a6 6 0 0 0 1.361-2.584H7.093a.75.75 0 0 1 0-1.5h2.546v-.109a.75.75 0 0 1 1.5 0v.109h2.903a.75.75 0 0 1 0 1.5h-.947a7.7 7.7 0 0 1-.536 1.695 7.5 7.5 0 0 1-1.409 2.063c.034.031.071.077.104.106a.75.75 0 0 1-.982 1.133M16.218 2.5H7.783C4.623 2.5 2.5 4.723 2.5 8.031v7.939c0 3.308 2.123 5.53 5.283 5.53h8.434c3.16 0 5.283-2.222 5.283-5.53V8.031c0-3.308-2.123-5.531-5.282-5.531", clipRule: "evenodd" }));
|
|
9359
9381
|
};
|
|
9360
9382
|
var TranslateLanguageBold_default = TranslateLanguageBold;
|
|
9361
9383
|
|
|
9362
9384
|
// src/TiredBold.tsx
|
|
9363
|
-
import * as
|
|
9385
|
+
import * as React426 from "react";
|
|
9364
9386
|
var TiredBold = (_a) => {
|
|
9365
9387
|
var _b = _a, {
|
|
9366
9388
|
size = 24,
|
|
@@ -9377,12 +9399,12 @@ var TiredBold = (_a) => {
|
|
|
9377
9399
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9378
9400
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9379
9401
|
const resolvedViewBox = "0 0 24 24";
|
|
9380
|
-
return /* @__PURE__ */
|
|
9402
|
+
return /* @__PURE__ */ React426.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React426.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.9 10.102a.75.75 0 1 1-.795 1.271l-1.787-1.118a.75.75 0 0 1 .001-1.272l1.787-1.112a.749.749 0 1 1 .793 1.273l-.767.478zm-2.033 6.332H9.129c-.276 0-.5-.204-.5-.456 0-1.801 1.512-3.265 3.37-3.265 1.857 0 3.368 1.464 3.368 3.265 0 .252-.224.456-.5.456m-7.37-4.946a.75.75 0 0 1-.399-1.386l.768-.48-.767-.478a.75.75 0 1 1 .793-1.273l1.787 1.112a.75.75 0 0 1 .001 1.272l-1.787 1.118a.74.74 0 0 1-.396.115M12 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
9381
9403
|
};
|
|
9382
9404
|
var TiredBold_default = TiredBold;
|
|
9383
9405
|
|
|
9384
9406
|
// src/TimerPlusBold.tsx
|
|
9385
|
-
import * as
|
|
9407
|
+
import * as React427 from "react";
|
|
9386
9408
|
var TimerPlusBold = (_a) => {
|
|
9387
9409
|
var _b = _a, {
|
|
9388
9410
|
size = 24,
|
|
@@ -9399,12 +9421,12 @@ var TimerPlusBold = (_a) => {
|
|
|
9399
9421
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9400
9422
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9401
9423
|
const resolvedViewBox = "0 0 24 24";
|
|
9402
|
-
return /* @__PURE__ */
|
|
9424
|
+
return /* @__PURE__ */ React427.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React427.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.711 13.785h-1.81v1.81c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.8c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h1.8v-1.8c0-.41.34-.75.75-.75s.75.34.75.75v1.8h1.81a.749.749 0 1 1 0 1.5m-2.56-8.73c-4.4 0-7.98 3.58-7.98 7.98s3.58 7.98 7.98 7.98 7.98-3.58 7.98-7.98-3.58-7.98-7.98-7.98m-5.359-.67a.75.75 0 1 0-.78-1.281A11.5 11.5 0 0 0 2.54 6.4a.75.75 0 1 0 1.236.849 10 10 0 0 1 3.016-2.864M21.776 6.4a11.5 11.5 0 0 0-3.484-3.307.75.75 0 0 0-.776 1.284A10 10 0 0 1 20.54 7.25a.75.75 0 1 0 1.236-.85", clipRule: "evenodd" }));
|
|
9403
9425
|
};
|
|
9404
9426
|
var TimerPlusBold_default = TimerPlusBold;
|
|
9405
9427
|
|
|
9406
9428
|
// src/TimeSquareBold.tsx
|
|
9407
|
-
import * as
|
|
9429
|
+
import * as React428 from "react";
|
|
9408
9430
|
var TimeSquareBold = (_a) => {
|
|
9409
9431
|
var _b = _a, {
|
|
9410
9432
|
size = 24,
|
|
@@ -9421,12 +9443,12 @@ var TimeSquareBold = (_a) => {
|
|
|
9421
9443
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9422
9444
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9423
9445
|
const resolvedViewBox = "0 0 24 24";
|
|
9424
|
-
return /* @__PURE__ */
|
|
9446
|
+
return /* @__PURE__ */ React428.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React428.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.379 22 7.919v8.17C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.089v-8.17C2 4.379 4.28 2 7.67 2m7.91 13.81c.25 0 .5-.13.64-.37a.744.744 0 0 0-.26-1.03l-3.56-2.12V7.669a.75.75 0 1 0-1.5 0v5.05c0 .26.14.51.37.64l3.92 2.34c.12.08.26.11.39.11", clipRule: "evenodd" }));
|
|
9425
9447
|
};
|
|
9426
9448
|
var TimeSquareBold_default = TimeSquareBold;
|
|
9427
9449
|
|
|
9428
9450
|
// src/TimeCircleBold.tsx
|
|
9429
|
-
import * as
|
|
9451
|
+
import * as React429 from "react";
|
|
9430
9452
|
var TimeCircleBold = (_a) => {
|
|
9431
9453
|
var _b = _a, {
|
|
9432
9454
|
size = 24,
|
|
@@ -9443,12 +9465,12 @@ var TimeCircleBold = (_a) => {
|
|
|
9443
9465
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9444
9466
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9445
9467
|
const resolvedViewBox = "0 0 24 24";
|
|
9446
|
-
return /* @__PURE__ */
|
|
9468
|
+
return /* @__PURE__ */ React429.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React429.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.53 2 12 2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10m3.19-6.29a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68a.749.749 0 1 0-1.5 0v5.05c0 .26.14.5.37.64z", clipRule: "evenodd" }));
|
|
9447
9469
|
};
|
|
9448
9470
|
var TimeCircleBold_default = TimeCircleBold;
|
|
9449
9471
|
|
|
9450
9472
|
// src/TimeCircle2Bold.tsx
|
|
9451
|
-
import * as
|
|
9473
|
+
import * as React430 from "react";
|
|
9452
9474
|
var TimeCircle2Bold = (_a) => {
|
|
9453
9475
|
var _b = _a, {
|
|
9454
9476
|
size = 24,
|
|
@@ -9465,12 +9487,12 @@ var TimeCircle2Bold = (_a) => {
|
|
|
9465
9487
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9466
9488
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9467
9489
|
const resolvedViewBox = "0 0 24 24";
|
|
9468
|
-
return /* @__PURE__ */
|
|
9490
|
+
return /* @__PURE__ */ React430.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React430.createElement("path", { fill: "currentColor", d: "M12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10-5.52 0-10-4.47-10-10C2 6.48 6.48 2 12 2m-.35 4.93c-.41 0-.75.33-.75.75v5.05c0 .26.14.5.37.64l3.92 2.34a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68c0-.42-.34-.75-.75-.75" }));
|
|
9469
9491
|
};
|
|
9470
9492
|
var TimeCircle2Bold_default = TimeCircle2Bold;
|
|
9471
9493
|
|
|
9472
9494
|
// src/TiktokBold.tsx
|
|
9473
|
-
import * as
|
|
9495
|
+
import * as React431 from "react";
|
|
9474
9496
|
var TiktokBold = (_a) => {
|
|
9475
9497
|
var _b = _a, {
|
|
9476
9498
|
size = 24,
|
|
@@ -9487,12 +9509,12 @@ var TiktokBold = (_a) => {
|
|
|
9487
9509
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9488
9510
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9489
9511
|
const resolvedViewBox = "0 0 24 24";
|
|
9490
|
-
return /* @__PURE__ */
|
|
9512
|
+
return /* @__PURE__ */ React431.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React431.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.885 6.94c-2.61-.242-3.536-2.426-3.757-3.09a.5.5 0 0 0-.474-.341H12.94a.5.5 0 0 0-.5.5v12.09c0 1.213-.987 2.2-2.2 2.2a2.203 2.203 0 0 1-.224-4.393.5.5 0 0 0 .449-.497c0-.888.025-3.054.025-3.054a.5.5 0 0 0-.145-.357.5.5 0 0 0-.355-.15c-3.49 0-6.33 2.84-6.33 6.33 0 3.492 2.84 6.33 6.33 6.33s6.33-2.838 6.33-6.33v-5.602c.849.433 2.259.954 3.647.587a.5.5 0 0 0 .37-.484v-3.24a.5.5 0 0 0-.453-.498", clipRule: "evenodd" }));
|
|
9491
9513
|
};
|
|
9492
9514
|
var TiktokBold_default = TiktokBold;
|
|
9493
9515
|
|
|
9494
9516
|
// src/TicketBold.tsx
|
|
9495
|
-
import * as
|
|
9517
|
+
import * as React432 from "react";
|
|
9496
9518
|
var TicketBold = (_a) => {
|
|
9497
9519
|
var _b = _a, {
|
|
9498
9520
|
size = 24,
|
|
@@ -9509,12 +9531,12 @@ var TicketBold = (_a) => {
|
|
|
9509
9531
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9510
9532
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9511
9533
|
const resolvedViewBox = "0 0 24 24";
|
|
9512
|
-
return /* @__PURE__ */
|
|
9534
|
+
return /* @__PURE__ */ React432.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React432.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.787 10.539a.74.74 0 0 1-.512.207c-.716 0-1.296.563-1.296 1.25 0 .69.573 1.25 1.282 1.258.4.004.739.275.739.663v2.41C22 18.354 20.308 20 18.219 20h-3.153a.58.58 0 0 1-.59-.573v-2.03a.71.71 0 0 0-.726-.704.714.714 0 0 0-.725.704v2.03a.58.58 0 0 1-.589.573H5.781C3.702 20 2 18.356 2 16.326v-2.41c0-.387.34-.658.739-.662.71-.007 1.282-.568 1.282-1.259 0-.667-.56-1.174-1.296-1.174a.74.74 0 0 1-.512-.207.7.7 0 0 1-.213-.498V7.683C2 5.657 3.706 4 5.791 4h6.645c.325 0 .59.256.59.573v2.405a.72.72 0 0 0 .725.705c.406 0 .725-.32.725-.705V4.573c0-.317.264-.573.59-.573h3.153C20.308 4 22 5.644 22 7.674v2.367a.7.7 0 0 1-.213.498m-8.036 4.331c.406 0 .725-.32.725-.704v-3.758a.714.714 0 0 0-.726-.705.72.72 0 0 0-.725.705v3.758a.72.72 0 0 0 .726.704", clipRule: "evenodd" }));
|
|
9513
9535
|
};
|
|
9514
9536
|
var TicketBold_default = TicketBold;
|
|
9515
9537
|
|
|
9516
9538
|
// src/TicketStarBold.tsx
|
|
9517
|
-
import * as
|
|
9539
|
+
import * as React433 from "react";
|
|
9518
9540
|
var TicketStarBold = (_a) => {
|
|
9519
9541
|
var _b = _a, {
|
|
9520
9542
|
size = 24,
|
|
@@ -9531,12 +9553,12 @@ var TicketStarBold = (_a) => {
|
|
|
9531
9553
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9532
9554
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9533
9555
|
const resolvedViewBox = "0 0 24 24";
|
|
9534
|
-
return /* @__PURE__ */
|
|
9556
|
+
return /* @__PURE__ */ React433.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React433.createElement("path", { fill: "currentColor", d: "M17.856 3C20.14 3 22 4.842 22 7.105v2.677a.74.74 0 0 1-.75.743c-.821 0-1.49.662-1.49 1.476 0 .763.588 1.392 1.338 1.468l.228.011a.746.746 0 0 1 .674.74v2.675C22 19.16 20.142 21 17.858 21H6.143C3.859 21 2 19.159 2 16.895V14.22c0-.385.296-.702.674-.74l.228-.011A1.483 1.483 0 0 0 4.24 12c0-.793-.641-1.39-1.49-1.39a.75.75 0 0 1-.53-.217.74.74 0 0 1-.22-.525l.002-2.764C2.002 4.842 3.86 3 6.144 3zM12 8.153a.74.74 0 0 0-.663.409l-.729 1.463-1.626.235a.74.74 0 0 0-.6.498.72.72 0 0 0 .187.753l1.179 1.137-.278 1.608a.73.73 0 0 0 .295.719.74.74 0 0 0 .777.055L12 14.27l1.455.757a.73.73 0 0 0 .78-.053.72.72 0 0 0 .296-.718l-.279-1.608 1.179-1.137a.732.732 0 0 0-.41-1.25l-1.628-.236-.729-1.463a.74.74 0 0 0-.662-.409z" }));
|
|
9535
9557
|
};
|
|
9536
9558
|
var TicketStarBold_default = TicketStarBold;
|
|
9537
9559
|
|
|
9538
9560
|
// src/TickSquareBold.tsx
|
|
9539
|
-
import * as
|
|
9561
|
+
import * as React434 from "react";
|
|
9540
9562
|
var TickSquareBold = (_a) => {
|
|
9541
9563
|
var _b = _a, {
|
|
9542
9564
|
size = 24,
|
|
@@ -9553,12 +9575,12 @@ var TickSquareBold = (_a) => {
|
|
|
9553
9575
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9554
9576
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9555
9577
|
const resolvedViewBox = "0 0 24 24";
|
|
9556
|
-
return /* @__PURE__ */
|
|
9578
|
+
return /* @__PURE__ */ React434.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React434.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.171C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.091V7.92C2 4.38 4.28 2 7.67 2m3.76 12.99 4.75-4.75c.34-.34.34-.89 0-1.24a.88.88 0 0 0-1.24 0l-4.13 4.13-1.75-1.75a.88.88 0 0 0-1.24 0c-.34.34-.34.89 0 1.24l2.38 2.37c.17.17.39.25.61.25.23 0 .45-.08.62-.25", clipRule: "evenodd" }));
|
|
9557
9579
|
};
|
|
9558
9580
|
var TickSquareBold_default = TickSquareBold;
|
|
9559
9581
|
|
|
9560
9582
|
// src/ThumbLikeBold.tsx
|
|
9561
|
-
import * as
|
|
9583
|
+
import * as React435 from "react";
|
|
9562
9584
|
var ThumbLikeBold = (_a) => {
|
|
9563
9585
|
var _b = _a, {
|
|
9564
9586
|
size = 24,
|
|
@@ -9575,12 +9597,12 @@ var ThumbLikeBold = (_a) => {
|
|
|
9575
9597
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9576
9598
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9577
9599
|
const resolvedViewBox = "0 0 24 24";
|
|
9578
|
-
return /* @__PURE__ */
|
|
9600
|
+
return /* @__PURE__ */ React435.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React435.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.26 11.928a3.05 3.05 0 0 0-1.363-1.774c-.718-.433-1.731-.433-3.853-.433-.971 0-1.372-.411-1.034-1.604.443-1.605.876-4.635-.834-5.13-.76-.233-1.616.084-2.101.707A783 783 0 0 0 8.646 8.11a.46.46 0 0 0-.02.514q.21.358.324.76c.127.464.127.886.127 1.583V18.6c0 .512 0 .873-.05 1.21-.03.19.05.387.222.473a6.4 6.4 0 0 0 2.54.681c1.774.106 4.118.17 5.807-.01 1.246-.148 2.681-1.098 3.199-2.481.75-2.059.897-5.004.464-6.545M6.142 8.54c-.243-.064-.549-.064-1.15-.064-.602 0-.898 0-1.14.063a1.85 1.85 0 0 0-1.278 1.278c-.074.253-.074.549-.074 1.15V18.6c0 .602 0 .897.074 1.15a1.85 1.85 0 0 0 1.277 1.278c.243.063.539.063 1.14.063.602 0 .908 0 1.151-.063a1.85 1.85 0 0 0 1.277-1.277c.074-.254.074-.55.074-1.151v-7.633c0-.601 0-.897-.074-1.15a1.85 1.85 0 0 0-1.277-1.278", clipRule: "evenodd" }));
|
|
9579
9601
|
};
|
|
9580
9602
|
var ThumbLikeBold_default = ThumbLikeBold;
|
|
9581
9603
|
|
|
9582
9604
|
// src/ThumbDislikeBold.tsx
|
|
9583
|
-
import * as
|
|
9605
|
+
import * as React436 from "react";
|
|
9584
9606
|
var ThumbDislikeBold = (_a) => {
|
|
9585
9607
|
var _b = _a, {
|
|
9586
9608
|
size = 24,
|
|
@@ -9597,12 +9619,12 @@ var ThumbDislikeBold = (_a) => {
|
|
|
9597
9619
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9598
9620
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9599
9621
|
const resolvedViewBox = "0 0 24 24";
|
|
9600
|
-
return /* @__PURE__ */
|
|
9622
|
+
return /* @__PURE__ */ React436.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React436.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.74 12.073a3.05 3.05 0 0 0 1.363 1.773c.718.433 1.731.433 3.853.433.971 0 1.372.412 1.034 1.605-.443 1.604-.876 4.634.834 5.13.76.233 1.616-.084 2.101-.707a785 785 0 0 0 3.429-4.416.46.46 0 0 0 .02-.514 3.3 3.3 0 0 1-.324-.76c-.127-.465-.127-.887-.127-1.584V5.402c0-.513 0-.873.051-1.211.028-.19-.051-.386-.223-.472a6.4 6.4 0 0 0-2.54-.682c-1.774-.105-4.118-.168-5.807.011-1.246.148-2.681 1.098-3.199 2.48-.75 2.06-.897 5.005-.464 6.546m15.117 3.387c.243.063.549.063 1.15.063.602 0 .898 0 1.14-.063a1.85 1.85 0 0 0 1.278-1.277c.074-.254.074-.55.074-1.151V5.401c0-.602 0-.898-.074-1.151a1.85 1.85 0 0 0-1.277-1.277c-.243-.064-.539-.064-1.14-.064-.602 0-.908 0-1.151.064A1.85 1.85 0 0 0 16.58 4.25c-.074.253-.074.549-.074 1.15v7.633c0 .602 0 .897.073 1.15a1.85 1.85 0 0 0 1.278 1.278", clipRule: "evenodd" }));
|
|
9601
9623
|
};
|
|
9602
9624
|
var ThumbDislikeBold_default = ThumbDislikeBold;
|
|
9603
9625
|
|
|
9604
9626
|
// src/TagBold.tsx
|
|
9605
|
-
import * as
|
|
9627
|
+
import * as React437 from "react";
|
|
9606
9628
|
var TagBold = (_a) => {
|
|
9607
9629
|
var _b = _a, {
|
|
9608
9630
|
size = 24,
|
|
@@ -9619,12 +9641,12 @@ var TagBold = (_a) => {
|
|
|
9619
9641
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9620
9642
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9621
9643
|
const resolvedViewBox = "0 0 24 24";
|
|
9622
|
-
return /* @__PURE__ */
|
|
9644
|
+
return /* @__PURE__ */ React437.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }));
|
|
9623
9645
|
};
|
|
9624
9646
|
var TagBold_default = TagBold;
|
|
9625
9647
|
|
|
9626
9648
|
// src/SwapBold.tsx
|
|
9627
|
-
import * as
|
|
9649
|
+
import * as React438 from "react";
|
|
9628
9650
|
var SwapBold = (_a) => {
|
|
9629
9651
|
var _b = _a, {
|
|
9630
9652
|
size = 24,
|
|
@@ -9641,12 +9663,12 @@ var SwapBold = (_a) => {
|
|
|
9641
9663
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9642
9664
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9643
9665
|
const resolvedViewBox = "0 0 24 24";
|
|
9644
|
-
return /* @__PURE__ */
|
|
9666
|
+
return /* @__PURE__ */ React438.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React438.createElement("path", { fill: "currentColor", d: "M17.3 12.83c1.212 0 2.31.068 2.985.196.012 0 .628.127.834.21.297.128.55.36.71.65q.172.347.171.731c-.01.266-.183.766-.264.963-.502 1.3-2.15 3.783-3.155 4.735-.16.162-.355.337-.4.383-.253.197-.56.302-.892.302a1.36 1.36 0 0 1-.836-.28 5 5 0 0 1-.433-.394c-1.042-.974-2.609-3.4-3.112-4.63-.018-.018-.308-.735-.32-1.079v-.047c0-.534.298-1.032.778-1.288.26-.137 1.014-.265 1.04-.28.686-.104 1.739-.173 2.894-.173m-10.595.06c.516 0 .935.425.935.949l.256 4.578a1.2 1.2 0 0 1-1.19 1.208 1.2 1.2 0 0 1-1.191-1.208l.256-4.578a.94.94 0 0 1 .934-.948M6.712 3c.296 0 .593.093.834.278.166.12.434.396.434.396 1.04.975 2.608 3.4 3.11 4.63.011 0 .31.732.322 1.08v.047c0 .533-.299 1.031-.778 1.287-.264.14-1.03.267-1.041.28-.686.104-1.738.173-2.893.173-1.212 0-2.31-.07-2.985-.197-.012 0-.63-.127-.835-.21a1.5 1.5 0 0 1-.71-.65 1.6 1.6 0 0 1-.17-.73c.01-.267.182-.766.262-.963.503-1.3 2.15-3.784 3.157-4.735.16-.163.353-.338.4-.384.251-.197.56-.302.893-.302m10.582 1.375c.658 0 1.19.54 1.19 1.208l-.256 4.58a.94.94 0 0 1-.934.946.94.94 0 0 1-.934-.947l-.258-4.579a1.2 1.2 0 0 1 1.192-1.208" }));
|
|
9645
9667
|
};
|
|
9646
9668
|
var SwapBold_default = SwapBold;
|
|
9647
9669
|
|
|
9648
9670
|
// src/SunBold.tsx
|
|
9649
|
-
import * as
|
|
9671
|
+
import * as React439 from "react";
|
|
9650
9672
|
var SunBold = (_a) => {
|
|
9651
9673
|
var _b = _a, {
|
|
9652
9674
|
size = 24,
|
|
@@ -9663,12 +9685,12 @@ var SunBold = (_a) => {
|
|
|
9663
9685
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9664
9686
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9665
9687
|
const resolvedViewBox = "0 0 24 24";
|
|
9666
|
-
return /* @__PURE__ */
|
|
9688
|
+
return /* @__PURE__ */ React439.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React439.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.576 7.14a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-.97-.97a.751.751 0 0 0-1.061 1.062zM12.5 5.12a.75.75 0 0 0 .75-.75V3a.75.75 0 0 0-1.5 0v1.37c0 .414.336.75.75.75M5.622 12a.75.75 0 0 0-.75-.75H3.5a.75.75 0 0 0 0 1.5h1.372a.75.75 0 0 0 .75-.75m12.272-4.64a.75.75 0 0 0 .53-.219l.971-.97a.75.75 0 1 0-1.06-1.061l-.97.969a.75.75 0 0 0 .53 1.281m.528 9.5a.751.751 0 0 0-1.061 1.062l.971.968a.75.75 0 0 0 1.061-1.06zm-11.847 0-.971.97a.75.75 0 1 0 1.06 1.06l.972-.969a.751.751 0 0 0-1.061-1.062M21.5 11.25h-1.37a.75.75 0 0 0 0 1.5h1.37a.75.75 0 0 0 0-1.5m-9 7.63a.75.75 0 0 0-.75.75V21a.75.75 0 0 0 1.5 0v-1.37a.75.75 0 0 0-.75-.75m0-11.58A4.7 4.7 0 0 0 7.805 12c0 2.592 2.106 4.7 4.695 4.7a4.703 4.703 0 0 0 4.696-4.7c0-2.592-2.106-4.7-4.696-4.7", clipRule: "evenodd" }));
|
|
9667
9689
|
};
|
|
9668
9690
|
var SunBold_default = SunBold;
|
|
9669
9691
|
|
|
9670
9692
|
// src/Sun2Bold.tsx
|
|
9671
|
-
import * as
|
|
9693
|
+
import * as React440 from "react";
|
|
9672
9694
|
var Sun2Bold = (_a) => {
|
|
9673
9695
|
var _b = _a, {
|
|
9674
9696
|
size = 24,
|
|
@@ -9685,12 +9707,12 @@ var Sun2Bold = (_a) => {
|
|
|
9685
9707
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9686
9708
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9687
9709
|
const resolvedViewBox = "0 0 24 24";
|
|
9688
|
-
return /* @__PURE__ */
|
|
9710
|
+
return /* @__PURE__ */ React440.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React440.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.282 5.057a.84.84 0 0 0-1.192-.005.863.863 0 0 0-.005 1.213.85.85 0 0 0 1.202.014.85.85 0 0 0 .015-1.202zm-1.198 12.68-.02.02a.84.84 0 0 0 .025 1.192.84.84 0 0 0 .588.237.87.87 0 0 0 .624-.262.85.85 0 0 0-1.217-1.187M3.01 11.16a.85.85 0 0 0 0 1.7h.05c.47 0 .826-.38.826-.85 0-.469-.406-.85-.875-.85m9.007 8.95a.85.85 0 0 0-.85.85v.03c0 .47.38.836.85.836.469 0 .85-.396.85-.865a.85.85 0 0 0-.85-.85M17.76 5.048l-.045.05c-.317.347-.269.86.078 1.176a.82.82 0 0 0 .557.211.9.9 0 0 0 .666-.29.851.851 0 0 0-1.256-1.147m1.21 12.71c-.316-.347-.83-.346-1.177-.03s-.35.878-.032 1.225a.846.846 0 0 0 1.2.055.85.85 0 0 0 .055-1.2zm1.998-6.598a.85.85 0 0 0 0 1.7h.042c.47 0 .83-.38.83-.85 0-.469-.403-.85-.872-.85m-8.95-7.27a.85.85 0 0 0 .85-.85v-.03a.836.836 0 0 0-.85-.834.864.864 0 0 0-.85.865c0 .469.38.85.85.85m-.006 2.679a5.43 5.43 0 0 0-5.425 5.42 5.433 5.433 0 0 0 5.425 5.43 5.43 5.43 0 0 0 5.424-5.43 5.43 5.43 0 0 0-5.424-5.42", clipRule: "evenodd" }));
|
|
9689
9711
|
};
|
|
9690
9712
|
var Sun2Bold_default = Sun2Bold;
|
|
9691
9713
|
|
|
9692
9714
|
// src/StopwatchStopBold.tsx
|
|
9693
|
-
import * as
|
|
9715
|
+
import * as React441 from "react";
|
|
9694
9716
|
var StopwatchStopBold = (_a) => {
|
|
9695
9717
|
var _b = _a, {
|
|
9696
9718
|
size = 24,
|
|
@@ -9707,12 +9729,12 @@ var StopwatchStopBold = (_a) => {
|
|
|
9707
9729
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9708
9730
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9709
9731
|
const resolvedViewBox = "0 0 24 24";
|
|
9710
|
-
return /* @__PURE__ */
|
|
9732
|
+
return /* @__PURE__ */ React441.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.273 10.967-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.56 0 1.105-.06 1.632-.167.19-.038.284-.248.217-.429a3.4 3.4 0 0 1-.209-1.194v-1.82c0-1.8 1.33-3.16 3.1-3.16h1.94q.505.001.954.145c.182.058.386-.042.418-.23q.108-.64.108-1.305c0-4.5-3.66-8.16-8.16-8.16M9.707 3.815h4.208a.75.75 0 0 0 0-1.5H9.707a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.556 17.545c-.105 0-.35 0-.35.41v1.82c0 .41.245.41.35.41h1.94c.105 0 .35 0 .35-.41v-1.82c0-.41-.245-.41-.35-.41zm1.94 4.14h-1.94c-1.072 0-1.85-.803-1.85-1.91v-1.82c0-1.107.778-1.91 1.85-1.91h1.94c1.073 0 1.85.803 1.85 1.91v1.82c0 1.107-.777 1.91-1.85 1.91", clipRule: "evenodd" }));
|
|
9711
9733
|
};
|
|
9712
9734
|
var StopwatchStopBold_default = StopwatchStopBold;
|
|
9713
9735
|
|
|
9714
9736
|
// src/StopwatchPlayBold.tsx
|
|
9715
|
-
import * as
|
|
9737
|
+
import * as React442 from "react";
|
|
9716
9738
|
var StopwatchPlayBold = (_a) => {
|
|
9717
9739
|
var _b = _a, {
|
|
9718
9740
|
size = 24,
|
|
@@ -9729,12 +9751,12 @@ var StopwatchPlayBold = (_a) => {
|
|
|
9729
9751
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9730
9752
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9731
9753
|
const resolvedViewBox = "0 0 24 24";
|
|
9732
|
-
return /* @__PURE__ */
|
|
9754
|
+
return /* @__PURE__ */ React442.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.31 10.901-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.521 0 1.03-.051 1.52-.144.186-.035.285-.238.223-.418-.431-1.253-.26-2.839-.123-4.088.13-1.01.67-1.82 1.47-2.29.82-.46 1.82-.51 2.73-.12a9 9 0 0 1 1.668.887c.173.118.415.038.463-.166a8 8 0 0 0 .21-1.82c0-4.5-3.66-8.16-8.16-8.16M9.744 3.75h4.208a.75.75 0 0 0 0-1.5H9.744a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.41 16.93a.2.2 0 0 0-.102.024c-.07.039-.096.138-.106.213-.101.894-.1 1.863.002 2.867.012.088.048.168.095.196.046.027.15.034.306-.027a6.9 6.9 0 0 0 2.02-1.284c.085-.078.185-.2.185-.337-.001-.135-.098-.253-.18-.327a6.6 6.6 0 0 0-2.028-1.28.5.5 0 0 0-.192-.045m-.02 4.82c-.305 0-.595-.076-.854-.23-.451-.265-.751-.746-.822-1.317a15 15 0 0 1-.001-3.217c.076-.587.386-1.07.85-1.335.478-.272 1.066-.294 1.614-.061a8.1 8.1 0 0 1 2.468 1.56c.424.386.662.894.665 1.425.002.534-.235 1.047-.667 1.446l-.002.002a8.4 8.4 0 0 1-2.474 1.57 2.1 2.1 0 0 1-.776.158", clipRule: "evenodd" }));
|
|
9733
9755
|
};
|
|
9734
9756
|
var StopwatchPlayBold_default = StopwatchPlayBold;
|
|
9735
9757
|
|
|
9736
9758
|
// src/StickerAddBold.tsx
|
|
9737
|
-
import * as
|
|
9759
|
+
import * as React443 from "react";
|
|
9738
9760
|
var StickerAddBold = (_a) => {
|
|
9739
9761
|
var _b = _a, {
|
|
9740
9762
|
size = 24,
|
|
@@ -9751,12 +9773,12 @@ var StickerAddBold = (_a) => {
|
|
|
9751
9773
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9752
9774
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9753
9775
|
const resolvedViewBox = "0 0 24 24";
|
|
9754
|
-
return /* @__PURE__ */
|
|
9776
|
+
return /* @__PURE__ */ React443.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.451 16.282c-.881-.003-1.919 0-2.666.008-1.185 0-2.162.986-2.162 2.183v2.853c0 .466.561.698.881.361l2.171-2.28 2.144-2.252a.516.516 0 0 0-.368-.873", clipRule: "evenodd" }), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.367 11.22H9.32a.75.75 0 0 1 0-1.5h6.047a.75.75 0 0 1 0 1.5m-2.29 4.486H9.319a.75.75 0 0 1 0-1.5h3.758a.75.75 0 0 1 0 1.5m4.516-11.978H9.44a.2.2 0 0 0-.198.228c.022.155.039.312.039.473a5.02 5.02 0 0 1-5.057 5.02c-.114-.006-.208.073-.208.188v7.788c0 2.685 2.164 4.881 4.832 4.881h5.723a.494.494 0 0 0 .493-.498v-3.485c0-1.98 1.618-3.604 3.579-3.614h3.29a.483.483 0 0 0 .482-.487V8.587c0-2.684-2.154-4.86-4.822-4.86M4.577 7.68a.75.75 0 0 0 .75-.75V5.436h1.495a.75.75 0 0 0 0-1.5H5.327V2.441a.75.75 0 0 0-1.5 0v1.495H2.334a.75.75 0 0 0 0 1.5h1.493V6.93c0 .414.336.75.75.75", clipRule: "evenodd" }));
|
|
9755
9777
|
};
|
|
9756
9778
|
var StickerAddBold_default = StickerAddBold;
|
|
9757
9779
|
|
|
9758
9780
|
// src/StarBold.tsx
|
|
9759
|
-
import * as
|
|
9781
|
+
import * as React444 from "react";
|
|
9760
9782
|
var StarBold = (_a) => {
|
|
9761
9783
|
var _b = _a, {
|
|
9762
9784
|
size = 24,
|
|
@@ -9773,12 +9795,12 @@ var StarBold = (_a) => {
|
|
|
9773
9795
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9774
9796
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9775
9797
|
const resolvedViewBox = "0 0 24 24";
|
|
9776
|
-
return /* @__PURE__ */
|
|
9798
|
+
return /* @__PURE__ */ React444.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React444.createElement("path", { fill: "currentColor", d: "M17.918 14.32a1.1 1.1 0 0 0-.319.97l.89 4.92a1.08 1.08 0 0 1-.45 1.08 1.1 1.1 0 0 1-1.17.08l-4.43-2.31a1.1 1.1 0 0 0-.5-.131h-.27a.8.8 0 0 0-.27.09l-4.43 2.32c-.22.11-.468.15-.71.11a1.11 1.11 0 0 1-.89-1.27l.89-4.92a1.12 1.12 0 0 0-.32-.98l-3.61-3.5a1.08 1.08 0 0 1-.27-1.13c.134-.395.476-.684.89-.75l4.97-.72c.377-.04.71-.27.88-.61l2.19-4.49q.077-.15.2-.27l.09-.07a.7.7 0 0 1 .16-.13l.11-.04.17-.07h.42c.376.04.707.265.88.6l2.22 4.47c.16.328.47.555.83.61l4.97.72c.42.06.77.35.91.75.13.402.017.842-.29 1.13z" }));
|
|
9777
9799
|
};
|
|
9778
9800
|
var StarBold_default = StarBold;
|
|
9779
9801
|
|
|
9780
9802
|
// src/SquareBold.tsx
|
|
9781
|
-
import * as
|
|
9803
|
+
import * as React445 from "react";
|
|
9782
9804
|
var SquareBold = (_a) => {
|
|
9783
9805
|
var _b = _a, {
|
|
9784
9806
|
size = 24,
|
|
@@ -9795,12 +9817,12 @@ var SquareBold = (_a) => {
|
|
|
9795
9817
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9796
9818
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9797
9819
|
const resolvedViewBox = "0 0 24 24";
|
|
9798
|
-
return /* @__PURE__ */
|
|
9820
|
+
return /* @__PURE__ */ React445.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React445.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.217 3.871H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.307 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
9799
9821
|
};
|
|
9800
9822
|
var SquareBold_default = SquareBold;
|
|
9801
9823
|
|
|
9802
9824
|
// src/SpeakerMegaphone5Bold.tsx
|
|
9803
|
-
import * as
|
|
9825
|
+
import * as React446 from "react";
|
|
9804
9826
|
var SpeakerMegaphone5Bold = (_a) => {
|
|
9805
9827
|
var _b = _a, {
|
|
9806
9828
|
size = 24,
|
|
@@ -9817,12 +9839,12 @@ var SpeakerMegaphone5Bold = (_a) => {
|
|
|
9817
9839
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9818
9840
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9819
9841
|
const resolvedViewBox = "0 0 24 24";
|
|
9820
|
-
return /* @__PURE__ */
|
|
9842
|
+
return /* @__PURE__ */ React446.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.966 19.235a.98.98 0 0 1-.5.54.97.97 0 0 1-.73.02.96.96 0 0 1-.54-.49l-1.32-2.91c.6-.12 1.26-.23 1.96-.32l1.11 2.43c.1.23.11.49.02.73m2.92-13.35c-.59-1.29-1.56-2.13-2.65-2.31-.89-.14-1.76.18-2.39.87a37 37 0 0 1-4.11 3.87l1.79 3.78c.17.38 0 .82-.38.99-.1.05-.2.07-.31.07a.75.75 0 0 1-.68-.44l-1.63-3.45c-.36.27-.7.51-1.01.72-1.27.87-1.62 2.46-.89 4.05l.39.86c.6 1.32 1.69 2.08 2.89 2.08q.375 0 .75-.09c.22-.06.46-.12.71-.17l1.47 3.21c.27.59.75 1.05 1.37 1.28.28.1.57.16.87.16.34 0 .69-.08 1.01-.22.6-.28 1.06-.77 1.29-1.38.23-.62.2-1.28-.07-1.88l-.91-1.99c.82-.08 1.69-.13 2.6-.15a2.85 2.85 0 0 0 2.37-1.34c.51-.8.57-1.8.18-2.67zm6.331.096a5.92 5.92 0 0 0-4.145-3.326.746.746 0 0 0-.89.577.75.75 0 0 0 .578.89 4.36 4.36 0 0 1 3.092 2.48 4.37 4.37 0 0 1-.114 3.873.75.75 0 1 0 1.326.701 5.86 5.86 0 0 0 .153-5.195", clipRule: "evenodd" }), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.76 5.23a.75.75 0 1 0-.522 1.406 2.14 2.14 0 0 1 1.241 2.815.75.75 0 0 0 .697 1.03.75.75 0 0 0 .696-.47 3.63 3.63 0 0 0-.064-2.876A3.62 3.62 0 0 0 16.76 5.23", clipRule: "evenodd" }));
|
|
9821
9843
|
};
|
|
9822
9844
|
var SpeakerMegaphone5Bold_default = SpeakerMegaphone5Bold;
|
|
9823
9845
|
|
|
9824
9846
|
// src/SlightlyFrowningBold.tsx
|
|
9825
|
-
import * as
|
|
9847
|
+
import * as React447 from "react";
|
|
9826
9848
|
var SlightlyFrowningBold = (_a) => {
|
|
9827
9849
|
var _b = _a, {
|
|
9828
9850
|
size = 24,
|
|
@@ -9839,12 +9861,12 @@ var SlightlyFrowningBold = (_a) => {
|
|
|
9839
9861
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9840
9862
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9841
9863
|
const resolvedViewBox = "0 0 24 24";
|
|
9842
|
-
return /* @__PURE__ */
|
|
9864
|
+
return /* @__PURE__ */ React447.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React447.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.225 10a.976.976 0 0 1-.692-1.662.978.978 0 0 1 1.668.687.976.976 0 0 1-.976.975m.112 5.917a.75.75 0 0 1-1.051-.137c-.581-.756-1.414-1.189-2.286-1.189-.871 0-1.704.433-2.285 1.189a.75.75 0 1 1-1.189-.915c.868-1.127 2.134-1.774 3.474-1.774 1.342 0 2.609.647 3.475 1.775a.75.75 0 0 1-.138 1.051M7.75 9.025a.97.97 0 0 1 .283-.687.978.978 0 0 1 1.668.687.976.976 0 0 1-1.951 0M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.261-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
9843
9865
|
};
|
|
9844
9866
|
var SlightlyFrowningBold_default = SlightlyFrowningBold;
|
|
9845
9867
|
|
|
9846
9868
|
// src/ShowBold.tsx
|
|
9847
|
-
import * as
|
|
9869
|
+
import * as React448 from "react";
|
|
9848
9870
|
var ShowBold = (_a) => {
|
|
9849
9871
|
var _b = _a, {
|
|
9850
9872
|
size = 24,
|
|
@@ -9861,12 +9883,12 @@ var ShowBold = (_a) => {
|
|
|
9861
9883
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9862
9884
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9863
9885
|
const resolvedViewBox = "0 0 24 24";
|
|
9864
|
-
return /* @__PURE__ */
|
|
9886
|
+
return /* @__PURE__ */ React448.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React448.createElement("path", { fill: "currentColor", d: "M12 4c2.068 0 4.03.718 5.736 2.046 1.708 1.319 3.162 3.248 4.205 5.663a.73.73 0 0 1 0 .572C19.854 17.111 16.137 20 12 20h-.01c-4.127 0-7.844-2.89-9.931-7.719a.73.73 0 0 1 0-.572C4.146 6.88 7.863 4 11.99 4zm0 4.121c-2.156 0-3.902 1.736-3.902 3.879 0 2.133 1.746 3.87 3.902 3.87 2.146 0 3.893-1.737 3.893-3.87A3.89 3.89 0 0 0 12 8.121m.001 1.453a2.43 2.43 0 0 1 2.43 2.424A2.43 2.43 0 0 1 12 14.412c-1.346 0-2.438-1.086-2.438-2.414 0-.165.02-.32.048-.475h.05c1.082 0 1.96-.854 2-1.92.106-.02.223-.029.34-.029" }));
|
|
9865
9887
|
};
|
|
9866
9888
|
var ShowBold_default = ShowBold;
|
|
9867
9889
|
|
|
9868
9890
|
// src/ShieldFailBold.tsx
|
|
9869
|
-
import * as
|
|
9891
|
+
import * as React449 from "react";
|
|
9870
9892
|
var ShieldFailBold = (_a) => {
|
|
9871
9893
|
var _b = _a, {
|
|
9872
9894
|
size = 24,
|
|
@@ -9883,12 +9905,12 @@ var ShieldFailBold = (_a) => {
|
|
|
9883
9905
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9884
9906
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9885
9907
|
const resolvedViewBox = "0 0 24 24";
|
|
9886
|
-
return /* @__PURE__ */
|
|
9908
|
+
return /* @__PURE__ */ React449.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React449.createElement("path", { fill: "currentColor", d: "M11.341 2.103a1.87 1.87 0 0 1 1.228 0L19.2 4.33a1.8 1.8 0 0 1 1.249 1.697l.05 6.638a8.25 8.25 0 0 1-2.073 5.492c-.614.706-1.41 1.305-2.416 1.844l-3.573 1.912a.75.75 0 0 1-.352.088.8.8 0 0 1-.363-.088L8.12 20.049c-1.016-.53-1.811-1.119-2.435-1.815a8.23 8.23 0 0 1-2.145-5.471l-.04-6.64c-.01-.765.494-1.45 1.229-1.706zm3.08 7.256a.773.773 0 0 0-1.067 0l-1.359 1.325-1.359-1.325a.773.773 0 0 0-1.066 0 .727.727 0 0 0 0 1.04l1.358 1.324-1.358 1.324a.727.727 0 0 0 0 1.04c.15.147.342.214.533.214a.72.72 0 0 0 .533-.214l1.36-1.324 1.358 1.324c.15.147.342.214.533.214a.74.74 0 0 0 .533-.214.727.727 0 0 0 0-1.04l-1.358-1.324 1.358-1.324a.727.727 0 0 0 0-1.04" }));
|
|
9887
9909
|
};
|
|
9888
9910
|
var ShieldFailBold_default = ShieldFailBold;
|
|
9889
9911
|
|
|
9890
9912
|
// src/ShieldDoneBold.tsx
|
|
9891
|
-
import * as
|
|
9913
|
+
import * as React450 from "react";
|
|
9892
9914
|
var ShieldDoneBold = (_a) => {
|
|
9893
9915
|
var _b = _a, {
|
|
9894
9916
|
size = 24,
|
|
@@ -9905,12 +9927,12 @@ var ShieldDoneBold = (_a) => {
|
|
|
9905
9927
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9906
9928
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9907
9929
|
const resolvedViewBox = "0 0 24 24";
|
|
9908
|
-
return /* @__PURE__ */
|
|
9930
|
+
return /* @__PURE__ */ React450.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React450.createElement("path", { fill: "currentColor", d: "M11.34 2.106c.393-.139.83-.142 1.23-.006l6.638 2.226a1.81 1.81 0 0 1 1.25 1.696l.042 6.641a8.25 8.25 0 0 1-2.065 5.495c-.618.702-1.41 1.306-2.422 1.845l-3.568 1.907a.78.78 0 0 1-.716.004l-3.602-1.863c-1.023-.53-1.822-1.125-2.446-1.818a8.25 8.25 0 0 1-2.139-5.473L3.5 6.124a1.81 1.81 0 0 1 1.229-1.71zm4.405 7.113a.77.77 0 0 0-1.068.006l-3.368 3.32-1.38-1.326a.77.77 0 0 0-1.069.007.72.72 0 0 0 .008 1.04l1.915 1.843a.76.76 0 0 0 .536.211.76.76 0 0 0 .533-.218l3.899-3.844a.72.72 0 0 0-.006-1.04" }));
|
|
9909
9931
|
};
|
|
9910
9932
|
var ShieldDoneBold_default = ShieldDoneBold;
|
|
9911
9933
|
|
|
9912
9934
|
// src/SettingBold.tsx
|
|
9913
|
-
import * as
|
|
9935
|
+
import * as React451 from "react";
|
|
9914
9936
|
var SettingBold = (_a) => {
|
|
9915
9937
|
var _b = _a, {
|
|
9916
9938
|
size = 24,
|
|
@@ -9927,12 +9949,12 @@ var SettingBold = (_a) => {
|
|
|
9927
9949
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9928
9950
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9929
9951
|
const resolvedViewBox = "0 0 24 24";
|
|
9930
|
-
return /* @__PURE__ */
|
|
9952
|
+
return /* @__PURE__ */ React451.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React451.createElement("path", { fill: "currentColor", d: "M12.717 2c.756 0 1.441.42 1.82 1.04.183.3.306.67.275 1.06-.02.3.071.6.235.88.521.85 1.677 1.17 2.576.69a2.11 2.11 0 0 1 2.871.76l.685 1.18c.592.99.266 2.26-.756 2.83-.869.51-1.176 1.64-.654 2.5.163.27.347.5.633.64.358.19.634.49.828.79.378.62.348 1.38-.02 2.05l-.716 1.2a2.13 2.13 0 0 1-1.808 1.04c-.358 0-.756-.1-1.084-.3-.265-.17-.572-.23-.899-.23-1.012 0-1.86.83-1.89 1.82 0 1.15-.94 2.05-2.116 2.05h-1.39c-1.186 0-2.125-.9-2.125-2.05-.02-.99-.87-1.82-1.881-1.82-.337 0-.644.06-.9.23-.327.2-.735.3-1.083.3-.735 0-1.44-.4-1.819-1.04l-.705-1.2c-.378-.65-.399-1.43-.02-2.05.163-.3.47-.6.817-.79.286-.14.47-.37.644-.64.511-.86.204-1.99-.665-2.5a2.044 2.044 0 0 1-.756-2.83L3.5 6.43a2.125 2.125 0 0 1 2.882-.76c.889.48 2.044.16 2.565-.69.164-.28.256-.58.236-.88-.02-.39.092-.76.286-1.06A2.2 2.2 0 0 1 11.276 2zm-.705 7.18c-1.605 0-2.903 1.26-2.903 2.83s1.298 2.82 2.903 2.82 2.872-1.25 2.872-2.82-1.268-2.83-2.872-2.83" }));
|
|
9931
9953
|
};
|
|
9932
9954
|
var SettingBold_default = SettingBold;
|
|
9933
9955
|
|
|
9934
9956
|
// src/SendBold.tsx
|
|
9935
|
-
import * as
|
|
9957
|
+
import * as React452 from "react";
|
|
9936
9958
|
var SendBold = (_a) => {
|
|
9937
9959
|
var _b = _a, {
|
|
9938
9960
|
size = 24,
|
|
@@ -9949,12 +9971,12 @@ var SendBold = (_a) => {
|
|
|
9949
9971
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9950
9972
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9951
9973
|
const resolvedViewBox = "0 0 24 24";
|
|
9952
|
-
return /* @__PURE__ */
|
|
9974
|
+
return /* @__PURE__ */ React452.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React452.createElement("path", { fill: "currentColor", d: "M21.435 2.582a1.93 1.93 0 0 0-1.93-.503L3.408 6.759A1.92 1.92 0 0 0 2.024 8.28c-.142.751.355 1.705 1.003 2.103l5.033 3.094a1.304 1.304 0 0 0 1.61-.194l5.763-5.799a.734.734 0 0 1 1.06 0c.29.292.29.765 0 1.067l-5.773 5.8c-.428.43-.508 1.1-.193 1.62l3.075 5.083c.36.604.98.946 1.66.946.08 0 .17 0 .251-.01.78-.1 1.4-.634 1.63-1.39l4.773-16.075c.21-.685.02-1.43-.48-1.943" }));
|
|
9953
9975
|
};
|
|
9954
9976
|
var SendBold_default = SendBold;
|
|
9955
9977
|
|
|
9956
9978
|
// src/Send2Bold.tsx
|
|
9957
|
-
import * as
|
|
9979
|
+
import * as React453 from "react";
|
|
9958
9980
|
var Send2Bold = (_a) => {
|
|
9959
9981
|
var _b = _a, {
|
|
9960
9982
|
size = 24,
|
|
@@ -9971,12 +9993,12 @@ var Send2Bold = (_a) => {
|
|
|
9971
9993
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9972
9994
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9973
9995
|
const resolvedViewBox = "0 0 24 24";
|
|
9974
|
-
return /* @__PURE__ */
|
|
9996
|
+
return /* @__PURE__ */ React453.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React453.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.717 2.741a.5.5 0 0 0-.206-.207c-2.087-1.11-14.565 2.758-17.793 4.62-.841.485-1.216 1.055-1.113 1.691.297 1.842 5.26 3.238 7.953 3.863l5.057-5.056a.75.75 0 1 1 1.06 1.061l-5.106 5.104c.641 2.721 2.022 7.536 3.835 7.828q.103.017.204.017c.553 0 1.053-.38 1.486-1.13 1.862-3.225 5.733-15.702 4.622-17.79", clipRule: "evenodd" }));
|
|
9975
9997
|
};
|
|
9976
9998
|
var Send2Bold_default = Send2Bold;
|
|
9977
9999
|
|
|
9978
10000
|
// src/SearchBold.tsx
|
|
9979
|
-
import * as
|
|
10001
|
+
import * as React454 from "react";
|
|
9980
10002
|
var SearchBold = (_a) => {
|
|
9981
10003
|
var _b = _a, {
|
|
9982
10004
|
size = 24,
|
|
@@ -9993,12 +10015,12 @@ var SearchBold = (_a) => {
|
|
|
9993
10015
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9994
10016
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9995
10017
|
const resolvedViewBox = "0 0 24 24";
|
|
9996
|
-
return /* @__PURE__ */
|
|
10018
|
+
return /* @__PURE__ */ React454.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React454.createElement("path", { fill: "currentColor", d: "M17.621 17.654a.986.986 0 0 1 1.393 0l2.554 2.063h.044a1.347 1.347 0 0 1 0 1.891 1.314 1.314 0 0 1-1.872 0l-2.119-2.43a1.084 1.084 0 0 1 0-1.524M10.578 2c2.275 0 4.456.913 6.065 2.54a8.72 8.72 0 0 1 2.512 6.13c0 4.788-3.84 8.67-8.577 8.67S2 15.458 2 10.67 5.84 2 10.578 2" }));
|
|
9997
10019
|
};
|
|
9998
10020
|
var SearchBold_default = SearchBold;
|
|
9999
10021
|
|
|
10000
10022
|
// src/ScanBold.tsx
|
|
10001
|
-
import * as
|
|
10023
|
+
import * as React455 from "react";
|
|
10002
10024
|
var ScanBold = (_a) => {
|
|
10003
10025
|
var _b = _a, {
|
|
10004
10026
|
size = 24,
|
|
@@ -10015,12 +10037,12 @@ var ScanBold = (_a) => {
|
|
|
10015
10037
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10016
10038
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10017
10039
|
const resolvedViewBox = "0 0 24 24";
|
|
10018
|
-
return /* @__PURE__ */
|
|
10040
|
+
return /* @__PURE__ */ React455.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React455.createElement("path", { fill: "currentColor", d: "M22.24 12.041c.419 0 .76.335.76.747s-.34.746-.76.746h-1.063v3.56c0 2.155-1.787 3.906-3.983 3.906h-1.593a.754.754 0 0 1-.762-.747c0-.412.34-.746.762-.746h1.593c1.357 0 2.461-1.082 2.461-2.413v-3.56h-2.623v.991c.01 1.24-1.005 2.254-2.27 2.266H9.238c-1.264-.012-2.28-1.025-2.27-2.266v-.99H4.347v3.563c0 1.326 1.101 2.406 2.454 2.408h1.628c.42 0 .761.335.761.747a.756.756 0 0 1-.762.747l-1.63-.001c-2.19-.002-3.974-1.752-3.974-3.901v-3.564H1.762A.755.755 0 0 1 1 12.788c0-.412.342-.747.762-.747zm-7.477-5.298c.604 0 1.185.238 1.608.662a2.27 2.27 0 0 1 .661 1.604v1.245a.28.28 0 0 1-.272.269H7.24a.277.277 0 0 1-.27-.27V9.01c-.011-1.24 1.004-2.253 2.268-2.266zM17.193 3c2.197 0 3.984 1.752 3.984 3.906v1.857c0 .411-.34.747-.761.747a.756.756 0 0 1-.762-.747V6.906c0-1.33-1.104-2.413-2.46-2.413H15.6a.754.754 0 0 1-.761-.746c0-.413.34-.747.76-.747zM8.428 3c.42 0 .76.334.76.747 0 .412-.34.746-.76.746l-1.63.001c-1.351.002-2.451 1.082-2.451 2.408v1.86a.756.756 0 0 1-.762.747.755.755 0 0 1-.762-.747v-1.86c0-2.149 1.784-3.9 3.975-3.901L8.427 3" }));
|
|
10019
10041
|
};
|
|
10020
10042
|
var ScanBold_default = ScanBold;
|
|
10021
10043
|
|
|
10022
10044
|
// src/RemoveUserBold.tsx
|
|
10023
|
-
import * as
|
|
10045
|
+
import * as React456 from "react";
|
|
10024
10046
|
var RemoveUserBold = (_a) => {
|
|
10025
10047
|
var _b = _a, {
|
|
10026
10048
|
size = 24,
|
|
@@ -10037,12 +10059,12 @@ var RemoveUserBold = (_a) => {
|
|
|
10037
10059
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10038
10060
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10039
10061
|
const resolvedViewBox = "0 0 24 24";
|
|
10040
|
-
return /* @__PURE__ */
|
|
10062
|
+
return /* @__PURE__ */ React456.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React456.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.13 12.803h-4.162a1 1 0 1 1 0-2h4.162a1 1 0 1 1 0 2m-11.864-.287c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
|
|
10041
10063
|
};
|
|
10042
10064
|
var RemoveUserBold_default = RemoveUserBold;
|
|
10043
10065
|
|
|
10044
10066
|
// src/RemoveCircleBold.tsx
|
|
10045
|
-
import * as
|
|
10067
|
+
import * as React457 from "react";
|
|
10046
10068
|
var RemoveCircleBold = (_a) => {
|
|
10047
10069
|
var _b = _a, {
|
|
10048
10070
|
size = 24,
|
|
@@ -10059,12 +10081,12 @@ var RemoveCircleBold = (_a) => {
|
|
|
10059
10081
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10060
10082
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10061
10083
|
const resolvedViewBox = "0 0 24 24";
|
|
10062
|
-
return /* @__PURE__ */
|
|
10084
|
+
return /* @__PURE__ */ React457.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React457.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.866 14.864a.75.75 0 0 1-1.061 0l-1.806-1.807-1.801 1.801a.75.75 0 0 1-1.061-1.06l1.801-1.801-1.802-1.803a.749.749 0 1 1 1.06-1.06l1.802 1.802L13.8 9.135a.749.749 0 1 1 1.06 1.06l-1.801 1.802 1.807 1.806a.75.75 0 0 1 0 1.061M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
10063
10085
|
};
|
|
10064
10086
|
var RemoveCircleBold_default = RemoveCircleBold;
|
|
10065
10087
|
|
|
10066
10088
|
// src/ProfileBold.tsx
|
|
10067
|
-
import * as
|
|
10089
|
+
import * as React458 from "react";
|
|
10068
10090
|
var ProfileBold = (_a) => {
|
|
10069
10091
|
var _b = _a, {
|
|
10070
10092
|
size = 24,
|
|
@@ -10081,12 +10103,12 @@ var ProfileBold = (_a) => {
|
|
|
10081
10103
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10082
10104
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10083
10105
|
const resolvedViewBox = "0 0 24 24";
|
|
10084
|
-
return /* @__PURE__ */
|
|
10106
|
+
return /* @__PURE__ */ React458.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React458.createElement("path", { fill: "currentColor", d: "M12 15.174c4.339 0 8 .705 8 3.425S16.315 22 12 22c-4.337 0-8-.705-8-3.425s3.685-3.401 8-3.401M12 2a5.273 5.273 0 0 1 5.294 5.291A5.274 5.274 0 0 1 12 12.583a5.275 5.275 0 0 1-5.294-5.292A5.274 5.274 0 0 1 12 2" }));
|
|
10085
10107
|
};
|
|
10086
10108
|
var ProfileBold_default = ProfileBold;
|
|
10087
10109
|
|
|
10088
10110
|
// src/PlusBold.tsx
|
|
10089
|
-
import * as
|
|
10111
|
+
import * as React459 from "react";
|
|
10090
10112
|
var PlusBold = (_a) => {
|
|
10091
10113
|
var _b = _a, {
|
|
10092
10114
|
size = 24,
|
|
@@ -10103,12 +10125,12 @@ var PlusBold = (_a) => {
|
|
|
10103
10125
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10104
10126
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10105
10127
|
const resolvedViewBox = "0 0 24 24";
|
|
10106
|
-
return /* @__PURE__ */
|
|
10128
|
+
return /* @__PURE__ */ React459.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React459.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.33C20.06 2 22 3.92 22 7.33v9.34c0 3.39-1.93 5.33-5.33 5.33H7.33C3.92 22 2 20.06 2 16.67V7.33C2 3.92 3.92 2 7.33 2m5.49 10.83h2.84c.46-.01.83-.38.83-.84s-.37-.83-.83-.83h-2.84V8.34c0-.46-.37-.83-.83-.83s-.83.37-.83.83v2.82H8.33c-.22 0-.43.09-.59.24a.87.87 0 0 0-.24.59c0 .46.37.83.83.84h2.83v2.83c0 .46.37.83.83.83s.83-.37.83-.83z", clipRule: "evenodd" }));
|
|
10107
10129
|
};
|
|
10108
10130
|
var PlusBold_default = PlusBold;
|
|
10109
10131
|
|
|
10110
10132
|
// src/PlayBold.tsx
|
|
10111
|
-
import * as
|
|
10133
|
+
import * as React460 from "react";
|
|
10112
10134
|
var PlayBold = (_a) => {
|
|
10113
10135
|
var _b = _a, {
|
|
10114
10136
|
size = 24,
|
|
@@ -10125,12 +10147,12 @@ var PlayBold = (_a) => {
|
|
|
10125
10147
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10126
10148
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10127
10149
|
const resolvedViewBox = "0 0 24 24";
|
|
10128
|
-
return /* @__PURE__ */
|
|
10150
|
+
return /* @__PURE__ */ React460.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React460.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.006C2 6.486 6.488 2 12 2s10 4.486 10 10.006C22 17.514 17.512 22 12 22S2 17.514 2 12.006m13.668 1.012c.106-.106.241-.27.27-.309.155-.202.232-.453.232-.703 0-.28-.087-.541-.251-.754l-.074-.079a8 8 0 0 0-.245-.258c-.791-.85-2.857-2.239-3.938-2.663-.164-.067-.579-.212-.801-.222q-.318 0-.608.145a1.25 1.25 0 0 0-.54.598c-.068.174-.174.695-.174.704-.107.57-.164 1.496-.164 2.518 0 .976.057 1.862.144 2.441.003.003.011.044.024.108.04.196.12.603.208.77.212.405.627.656 1.071.656h.039c.29-.01.898-.26.898-.27 1.023-.424 3.04-1.746 3.851-2.624z", clipRule: "evenodd" }));
|
|
10129
10151
|
};
|
|
10130
10152
|
var PlayBold_default = PlayBold;
|
|
10131
10153
|
|
|
10132
10154
|
// src/PlaneCheckBold.tsx
|
|
10133
|
-
import * as
|
|
10155
|
+
import * as React461 from "react";
|
|
10134
10156
|
var PlaneCheckBold = (_a) => {
|
|
10135
10157
|
var _b = _a, {
|
|
10136
10158
|
size = 24,
|
|
@@ -10147,12 +10169,12 @@ var PlaneCheckBold = (_a) => {
|
|
|
10147
10169
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10148
10170
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10149
10171
|
const resolvedViewBox = "0 0 24 24";
|
|
10150
|
-
return /* @__PURE__ */
|
|
10172
|
+
return /* @__PURE__ */ React461.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React461.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.045 16.278a612 612 0 0 0 9.939-4.105c1.328-.562 2.553-1.892 2.105-3.483-.19-.681-.603-1.203-1.195-1.51-1.138-.59-2.513-.207-3.056-.013-.946.343-1.876.747-2.775 1.138l-.273.119-.044.017-.009-.01c-1.195-1.11-2.468-2.221-3.487-3.111-.795-.703-1.62-.961-2.466-.77-.456.11-.887.276-1.303.438q-.27.106-.55.206a.75.75 0 0 0-.441.992l1.995 4.834-1.64.697c-.651.277-1.307.557-1.861.791l-.102-.247-.19-.46a.75.75 0 1 0-1.384.58l.187.451c.13.316.282.683.337.813l.048.112.01.023.03.064c.865 1.877 2.298 2.87 4.032 2.87.659 0 1.362-.143 2.093-.436m3.229 3.723H4.895a.75.75 0 0 0 0 1.5h7.379a.75.75 0 0 0 0-1.5M21.53 16.3a.75.75 0 0 0-1.06 0l-3.268 3.27-1.314-1.318a.75.75 0 1 0-1.063 1.058l1.845 1.85a.75.75 0 0 0 1.061 0l3.8-3.798a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
|
|
10151
10173
|
};
|
|
10152
10174
|
var PlaneCheckBold_default = PlaneCheckBold;
|
|
10153
10175
|
|
|
10154
10176
|
// src/PasswordBold.tsx
|
|
10155
|
-
import * as
|
|
10177
|
+
import * as React462 from "react";
|
|
10156
10178
|
var PasswordBold = (_a) => {
|
|
10157
10179
|
var _b = _a, {
|
|
10158
10180
|
size = 24,
|
|
@@ -10169,12 +10191,12 @@ var PasswordBold = (_a) => {
|
|
|
10169
10191
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10170
10192
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10171
10193
|
const resolvedViewBox = "0 0 24 24";
|
|
10172
|
-
return /* @__PURE__ */
|
|
10194
|
+
return /* @__PURE__ */ React462.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React462.createElement("path", { fill: "currentColor", d: "M16.335 2C19.723 2 22 4.376 22 7.915v8.167C22 19.623 19.723 22 16.334 22H7.666C4.276 22 2 19.622 2 16.083V7.916C2 4.377 4.277 2 7.666 2zM8.84 9.398a2.604 2.604 0 0 0-2.601 2.6 2.604 2.604 0 0 0 2.6 2.602 2.6 2.6 0 0 0 2.48-1.852h2.11v1.102a.75.75 0 0 0 1.5 0v-1.102h1.33v1.102a.75.75 0 0 0 1.5 0v-1.852a.75.75 0 0 0-.75-.75h-5.69A2.6 2.6 0 0 0 8.84 9.4m0 1.5c.607 0 1.102.493 1.102 1.101a1.103 1.103 0 0 1-2.204 0c0-.608.495-1.101 1.102-1.101" }));
|
|
10173
10195
|
};
|
|
10174
10196
|
var PasswordBold_default = PasswordBold;
|
|
10175
10197
|
|
|
10176
10198
|
// src/PaperBold.tsx
|
|
10177
|
-
import * as
|
|
10199
|
+
import * as React463 from "react";
|
|
10178
10200
|
var PaperBold = (_a) => {
|
|
10179
10201
|
var _b = _a, {
|
|
10180
10202
|
size = 24,
|
|
@@ -10191,12 +10213,12 @@ var PaperBold = (_a) => {
|
|
|
10191
10213
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10192
10214
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10193
10215
|
const resolvedViewBox = "0 0 24 24";
|
|
10194
|
-
return /* @__PURE__ */
|
|
10216
|
+
return /* @__PURE__ */ React463.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React463.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.445 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM8.926 14.9a.74.74 0 0 0-.742.74c0 .41.336.75.742.75h5.386a.744.744 0 0 0 0-1.49zm0-5a.75.75 0 0 0-.742.75c0 .41.336.74.742.74h3.347a.744.744 0 0 0 0-1.49zm6.224-6.994c0-.43.519-.645.815-.334L19.95 6.76a.477.477 0 0 1-.339.807c-.814.003-1.773 0-2.463-.007-1.096 0-1.998-.911-1.998-2.017z" }));
|
|
10195
10217
|
};
|
|
10196
10218
|
var PaperBold_default = PaperBold;
|
|
10197
10219
|
|
|
10198
10220
|
// src/PaperUploadBold.tsx
|
|
10199
|
-
import * as
|
|
10221
|
+
import * as React464 from "react";
|
|
10200
10222
|
var PaperUploadBold = (_a) => {
|
|
10201
10223
|
var _b = _a, {
|
|
10202
10224
|
size = 24,
|
|
@@ -10213,12 +10235,12 @@ var PaperUploadBold = (_a) => {
|
|
|
10213
10235
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10214
10236
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10215
10237
|
const resolvedViewBox = "0 0 24 24";
|
|
10216
|
-
return /* @__PURE__ */
|
|
10238
|
+
return /* @__PURE__ */ React464.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React464.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.336.01 1.792.01.307 0 .812-.01 1.238-.01.247 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.7.7 0 0 0-.287.06.8.8 0 0 0-.238.16l-2.832 2.88a.75.75 0 0 0 0 1.05.73.73 0 0 0 1.04 0l1.574-1.6v4.83a.738.738 0 1 0 1.475 0v-4.83l1.574 1.6a.73.73 0 0 0 1.04 0 .74.74 0 0 0 .01-1.05l-2.842-2.88a.77.77 0 0 0-.514-.22m3.507-5.834c0-.43.516-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.007-1.096 0-1.998-.911-1.998-2.017z" }));
|
|
10217
10239
|
};
|
|
10218
10240
|
var PaperUploadBold_default = PaperUploadBold;
|
|
10219
10241
|
|
|
10220
10242
|
// src/PaperPlusBold.tsx
|
|
10221
|
-
import * as
|
|
10243
|
+
import * as React465 from "react";
|
|
10222
10244
|
var PaperPlusBold = (_a) => {
|
|
10223
10245
|
var _b = _a, {
|
|
10224
10246
|
size = 24,
|
|
@@ -10235,12 +10257,12 @@ var PaperPlusBold = (_a) => {
|
|
|
10235
10257
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10236
10258
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10237
10259
|
const resolvedViewBox = "0 0 24 24";
|
|
10238
|
-
return /* @__PURE__ */
|
|
10260
|
+
return /* @__PURE__ */ React465.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React465.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm-1.437 7.77a.743.743 0 0 0-.742.74v1.73H9.371a.745.745 0 0 0 0 1.49h1.703v1.73c0 .41.337.74.742.74.406 0 .734-.33.734-.74v-1.73h1.713a.745.745 0 0 0 0-1.49H12.55v-1.73c0-.41-.328-.74-.734-.74m3.333-6.864c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
|
|
10239
10261
|
};
|
|
10240
10262
|
var PaperPlusBold_default = PaperPlusBold;
|
|
10241
10263
|
|
|
10242
10264
|
// src/PaperNegativeBold.tsx
|
|
10243
|
-
import * as
|
|
10265
|
+
import * as React466 from "react";
|
|
10244
10266
|
var PaperNegativeBold = (_a) => {
|
|
10245
10267
|
var _b = _a, {
|
|
10246
10268
|
size = 24,
|
|
@@ -10257,12 +10279,12 @@ var PaperNegativeBold = (_a) => {
|
|
|
10257
10279
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10258
10280
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10259
10281
|
const resolvedViewBox = "0 0 24 24";
|
|
10260
|
-
return /* @__PURE__ */
|
|
10282
|
+
return /* @__PURE__ */ React466.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React466.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM9.37 12.24a.745.745 0 0 0 0 1.49h4.892a.745.745 0 0 0 0-1.49zm5.778-9.334c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
|
|
10261
10283
|
};
|
|
10262
10284
|
var PaperNegativeBold_default = PaperNegativeBold;
|
|
10263
10285
|
|
|
10264
10286
|
// src/PaperFailBold.tsx
|
|
10265
|
-
import * as
|
|
10287
|
+
import * as React467 from "react";
|
|
10266
10288
|
var PaperFailBold = (_a) => {
|
|
10267
10289
|
var _b = _a, {
|
|
10268
10290
|
size = 24,
|
|
@@ -10279,12 +10301,12 @@ var PaperFailBold = (_a) => {
|
|
|
10279
10301
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10280
10302
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10281
10303
|
const resolvedViewBox = "0 0 24 24";
|
|
10282
|
-
return /* @__PURE__ */
|
|
10304
|
+
return /* @__PURE__ */ React467.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React467.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .822-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm.802 8.72a.725.725 0 0 0-1.05 0l-1.208 1.22-1.208-1.22a.713.713 0 0 0-1.04 0 .75.75 0 0 0 0 1.05l1.209 1.22-1.208 1.22a.747.747 0 0 0 0 1.05c.138.15.326.22.515.22.188 0 .385-.07.524-.22l1.208-1.22 1.208 1.22a.73.73 0 0 0 1.05 0 .75.75 0 0 0 0-1.05l-1.208-1.22 1.208-1.22a.75.75 0 0 0 0-1.05m1.092-7.814c0-.43.517-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.006-1.095 0-1.997-.912-1.997-2.018z" }));
|
|
10283
10305
|
};
|
|
10284
10306
|
var PaperFailBold_default = PaperFailBold;
|
|
10285
10307
|
|
|
10286
10308
|
// src/PaperDownloadBold.tsx
|
|
10287
|
-
import * as
|
|
10309
|
+
import * as React468 from "react";
|
|
10288
10310
|
var PaperDownloadBold = (_a) => {
|
|
10289
10311
|
var _b = _a, {
|
|
10290
10312
|
size = 24,
|
|
@@ -10301,12 +10323,12 @@ var PaperDownloadBold = (_a) => {
|
|
|
10301
10323
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10302
10324
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10303
10325
|
const resolvedViewBox = "0 0 24 24";
|
|
10304
|
-
return /* @__PURE__ */
|
|
10326
|
+
return /* @__PURE__ */ React468.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React468.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .812-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.746.746 0 0 0-.743.75v4.82l-1.575-1.6a.73.73 0 0 0-1.039 0 .76.76 0 0 0 0 1.06l2.832 2.87a.77.77 0 0 0 .525.22.77.77 0 0 0 .515-.22l2.841-2.87a.75.75 0 0 0-.01-1.06.73.73 0 0 0-1.04 0l-1.574 1.6V9.49c0-.42-.326-.75-.732-.75m3.507-5.834c0-.43.517-.645.812-.334l3.987 4.187a.477.477 0 0 1-.34.807c-.813.003-1.773 0-2.463-.007-1.095 0-1.996-.911-1.996-2.017z" }));
|
|
10305
10327
|
};
|
|
10306
10328
|
var PaperDownloadBold_default = PaperDownloadBold;
|
|
10307
10329
|
|
|
10308
10330
|
// src/NotificationBold.tsx
|
|
10309
|
-
import * as
|
|
10331
|
+
import * as React469 from "react";
|
|
10310
10332
|
var NotificationBold = (_a) => {
|
|
10311
10333
|
var _b = _a, {
|
|
10312
10334
|
size = 24,
|
|
@@ -10323,12 +10345,12 @@ var NotificationBold = (_a) => {
|
|
|
10323
10345
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10324
10346
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10325
10347
|
const resolvedViewBox = "0 0 24 24";
|
|
10326
|
-
return /* @__PURE__ */
|
|
10348
|
+
return /* @__PURE__ */ React469.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React469.createElement("path", { fill: "currentColor", d: "M9.963 19.228c.5-.106 3.544-.106 4.046 0 .427.098.89.33.89.832-.025.48-.306.905-.695 1.175a3.64 3.64 0 0 1-1.714.732 3.8 3.8 0 0 1-1.008 0 3.6 3.6 0 0 1-1.712-.733c-.39-.269-.672-.694-.697-1.174 0-.503.463-.734.89-.832M12.045 2c2.08 0 4.205.987 5.468 2.625.818 1.054 1.194 2.108 1.194 3.745v.426c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.862 2.378a4.54 4.54 0 0 1-2.9 1.413c-1.572.134-3.144.247-4.737.247-1.594 0-3.166-.068-4.737-.247a4.53 4.53 0 0 1-2.9-1.413 3.62 3.62 0 0 1-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.782 1.283-3.858C7.861 2.942 9.92 2 11.957 2z" }));
|
|
10327
10349
|
};
|
|
10328
10350
|
var NotificationBold_default = NotificationBold;
|
|
10329
10351
|
|
|
10330
10352
|
// src/MoreSquareBold.tsx
|
|
10331
|
-
import * as
|
|
10353
|
+
import * as React470 from "react";
|
|
10332
10354
|
var MoreSquareBold = (_a) => {
|
|
10333
10355
|
var _b = _a, {
|
|
10334
10356
|
size = 24,
|
|
@@ -10345,12 +10367,12 @@ var MoreSquareBold = (_a) => {
|
|
|
10345
10367
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10346
10368
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10347
10369
|
const resolvedViewBox = "0 0 24 24";
|
|
10348
|
-
return /* @__PURE__ */
|
|
10370
|
+
return /* @__PURE__ */ React470.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React470.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m-.15 11.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199 1.2.539 1.2 1.199-.54 1.2-1.2 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.2-.54 1.2-1.2-.54-1.199-1.2-1.199-1.2.539-1.2 1.199m4.48 0c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
|
|
10349
10371
|
};
|
|
10350
10372
|
var MoreSquareBold_default = MoreSquareBold;
|
|
10351
10373
|
|
|
10352
10374
|
// src/MoreCircleBold.tsx
|
|
10353
|
-
import * as
|
|
10375
|
+
import * as React471 from "react";
|
|
10354
10376
|
var MoreCircleBold = (_a) => {
|
|
10355
10377
|
var _b = _a, {
|
|
10356
10378
|
size = 24,
|
|
@@ -10367,12 +10389,12 @@ var MoreCircleBold = (_a) => {
|
|
|
10367
10389
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10368
10390
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10369
10391
|
const resolvedViewBox = "0 0 24 24";
|
|
10370
|
-
return /* @__PURE__ */
|
|
10392
|
+
return /* @__PURE__ */ React471.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React471.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10C6.47 22 2 17.52 2 12m5.52 1.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199S8.71 11.34 8.71 12s-.53 1.2-1.19 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0m4.48 0a1.195 1.195 0 1 0 2.39 0 1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
|
|
10371
10393
|
};
|
|
10372
10394
|
var MoreCircleBold_default = MoreCircleBold;
|
|
10373
10395
|
|
|
10374
10396
|
// src/MoonBold.tsx
|
|
10375
|
-
import * as
|
|
10397
|
+
import * as React472 from "react";
|
|
10376
10398
|
var MoonBold = (_a) => {
|
|
10377
10399
|
var _b = _a, {
|
|
10378
10400
|
size = 24,
|
|
@@ -10389,12 +10411,12 @@ var MoonBold = (_a) => {
|
|
|
10389
10411
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10390
10412
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10391
10413
|
const resolvedViewBox = "0 0 24 24";
|
|
10392
|
-
return /* @__PURE__ */
|
|
10414
|
+
return /* @__PURE__ */ React472.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React472.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.276 13.874a.62.62 0 0 0-.596-.038c-2.985 1.587-6.745 1.023-9.142-1.373-2.4-2.398-2.967-6.157-1.375-9.152a.56.56 0 0 0-.054-.594.61.61 0 0 0-.598-.2c-4.127 1.181-7.009 5.005-7.009 9.3 0 5.338 4.341 9.68 9.677 9.68 4.296 0 8.121-2.888 9.302-7.023a.61.61 0 0 0-.205-.6", clipRule: "evenodd" }));
|
|
10393
10415
|
};
|
|
10394
10416
|
var MoonBold_default = MoonBold;
|
|
10395
10417
|
|
|
10396
10418
|
// src/Minus3Bold.tsx
|
|
10397
|
-
import * as
|
|
10419
|
+
import * as React473 from "react";
|
|
10398
10420
|
var Minus3Bold = (_a) => {
|
|
10399
10421
|
var _b = _a, {
|
|
10400
10422
|
size = 24,
|
|
@@ -10411,12 +10433,12 @@ var Minus3Bold = (_a) => {
|
|
|
10411
10433
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10412
10434
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10413
10435
|
const resolvedViewBox = "0 0 24 24";
|
|
10414
|
-
return /* @__PURE__ */
|
|
10436
|
+
return /* @__PURE__ */ React473.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React473.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
|
|
10415
10437
|
};
|
|
10416
10438
|
var Minus3Bold_default = Minus3Bold;
|
|
10417
10439
|
|
|
10418
10440
|
// src/Minus2Bold.tsx
|
|
10419
|
-
import * as
|
|
10441
|
+
import * as React474 from "react";
|
|
10420
10442
|
var Minus2Bold = (_a) => {
|
|
10421
10443
|
var _b = _a, {
|
|
10422
10444
|
size = 24,
|
|
@@ -10433,12 +10455,12 @@ var Minus2Bold = (_a) => {
|
|
|
10433
10455
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10434
10456
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10435
10457
|
const resolvedViewBox = "0 0 24 24";
|
|
10436
|
-
return /* @__PURE__ */
|
|
10458
|
+
return /* @__PURE__ */ React474.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React474.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
|
|
10437
10459
|
};
|
|
10438
10460
|
var Minus2Bold_default = Minus2Bold;
|
|
10439
10461
|
|
|
10440
10462
|
// src/MessagesBold.tsx
|
|
10441
|
-
import * as
|
|
10463
|
+
import * as React475 from "react";
|
|
10442
10464
|
var MessagesBold = (_a) => {
|
|
10443
10465
|
var _b = _a, {
|
|
10444
10466
|
size = 24,
|
|
@@ -10455,12 +10477,12 @@ var MessagesBold = (_a) => {
|
|
|
10455
10477
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10456
10478
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10457
10479
|
const resolvedViewBox = "0 0 24 24";
|
|
10458
|
-
return /* @__PURE__ */
|
|
10480
|
+
return /* @__PURE__ */ React475.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React475.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.82 16.087H9.338a.75.75 0 0 1 0-1.5h6.484a.75.75 0 0 1 0 1.5m-6.483-6.021h3.268a.75.75 0 0 1 0 1.5h-3.27a.75.75 0 0 1 0-1.5m10.438-2.491a9.53 9.53 0 0 0-6.921-3.629A9.5 9.5 0 0 0 5.58 6.72c-2.806 2.814-3.572 7.136-1.914 10.729.109.274.442.896.989 1.848a.47.47 0 0 1-.023.509c-.223.314-.504.716-.722 1.045-.284.424-.31.967-.07 1.417.239.446.717.686 1.209.723l.616-.001c2.372-.001 5.783-.002 6.6.001h.034a9.5 9.5 0 0 0 7.272-3.397c2.897-3.437 2.983-8.492.204-12.019", clipRule: "evenodd" }));
|
|
10459
10481
|
};
|
|
10460
10482
|
var MessagesBold_default = MessagesBold;
|
|
10461
10483
|
|
|
10462
10484
|
// src/MessageBold.tsx
|
|
10463
|
-
import * as
|
|
10485
|
+
import * as React476 from "react";
|
|
10464
10486
|
var MessageBold = (_a) => {
|
|
10465
10487
|
var _b = _a, {
|
|
10466
10488
|
size = 24,
|
|
@@ -10477,12 +10499,12 @@ var MessageBold = (_a) => {
|
|
|
10477
10499
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10478
10500
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10479
10501
|
const resolvedViewBox = "0 0 24 24";
|
|
10480
|
-
return /* @__PURE__ */
|
|
10502
|
+
return /* @__PURE__ */ React476.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React476.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.94 3A5.057 5.057 0 0 1 22 8.05v7.9c0 2.79-2.27 5.05-5.06 5.05H7.06A5.057 5.057 0 0 1 2 15.95v-7.9A5.05 5.05 0 0 1 7.06 3zm1.59 6.54.08-.08a.77.77 0 0 0-.01-1 .84.84 0 0 0-.53-.26.76.76 0 0 0-.56.2L13 12a1.566 1.566 0 0 1-2 0L6.5 8.4a.76.76 0 0 0-1 .07c-.27.27-.3.7-.07 1l.13.13 4.55 3.55a3.14 3.14 0 0 0 3.91 0z", clipRule: "evenodd" }));
|
|
10481
10503
|
};
|
|
10482
10504
|
var MessageBold_default = MessageBold;
|
|
10483
10505
|
|
|
10484
10506
|
// src/MediumBold.tsx
|
|
10485
|
-
import * as
|
|
10507
|
+
import * as React477 from "react";
|
|
10486
10508
|
var MediumBold = (_a) => {
|
|
10487
10509
|
var _b = _a, {
|
|
10488
10510
|
size = 24,
|
|
@@ -10499,12 +10521,12 @@ var MediumBold = (_a) => {
|
|
|
10499
10521
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10500
10522
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10501
10523
|
const resolvedViewBox = "0 0 24 24";
|
|
10502
|
-
return /* @__PURE__ */
|
|
10524
|
+
return /* @__PURE__ */ React477.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React477.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 8.509a4.506 4.506 0 0 0-4.5 4.5c0 2.48 2.019 4.5 4.5 4.5s4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5m7.999 0c-1.426 0-2.501 1.935-2.501 4.5s1.075 4.5 2.5 4.5 2.5-1.935 2.5-4.5-1.074-4.5-2.5-4.5m5.002 0c-1.428 0-1.5 3.749-1.5 4.5s.072 4.5 1.5 4.5 1.5-3.75 1.5-4.5c0-.751-.072-4.5-1.5-4.5", clipRule: "evenodd" }));
|
|
10503
10525
|
};
|
|
10504
10526
|
var MediumBold_default = MediumBold;
|
|
10505
10527
|
|
|
10506
10528
|
// src/MapCloseBold.tsx
|
|
10507
|
-
import * as
|
|
10529
|
+
import * as React478 from "react";
|
|
10508
10530
|
var MapCloseBold = (_a) => {
|
|
10509
10531
|
var _b = _a, {
|
|
10510
10532
|
size = 24,
|
|
@@ -10521,12 +10543,12 @@ var MapCloseBold = (_a) => {
|
|
|
10521
10543
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10522
10544
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10523
10545
|
const resolvedViewBox = "0 0 24 24";
|
|
10524
|
-
return /* @__PURE__ */
|
|
10546
|
+
return /* @__PURE__ */ React478.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React478.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.938 3.24c-.51-.33-1.15-.38-1.71-.13l-2.993 1.327-.067.103v6.97c.85-.36 1.79-.56 2.78-.56a7.2 7.2 0 0 1 2.068.303.567.567 0 0 0 .732-.545V4.75c0-.61-.3-1.17-.81-1.51M7.685 2.733 3.836 4.434a2.67 2.67 0 0 0-1.584 2.44v12.663a1.79 1.79 0 0 0 2.522 1.64l2.998-1.333a.11.11 0 0 0 .065-.1V2.834a.11.11 0 0 0-.152-.1m1.801-.061a.11.11 0 0 0-.148.107v16.87c0 .05.02.09.07.1.22.078.979.358 1.859.678.422.154.867-.22.759-.654a7.08 7.08 0 0 1 2.642-7.384V4.63c0-.04-.03-.08-.07-.1-.548-.2-4.305-1.561-5.112-1.857M20.988 14.99a.81.81 0 0 0-1.147 0l-1.658 1.659-1.658-1.658a.81.81 0 1 0-1.147 1.147l1.658 1.658-1.658 1.658a.81.81 0 1 0 1.147 1.147l1.658-1.658 1.658 1.658a.81.81 0 1 0 1.147-1.147l-1.658-1.658 1.658-1.658a.81.81 0 0 0 0-1.147", clipRule: "evenodd" }));
|
|
10525
10547
|
};
|
|
10526
10548
|
var MapCloseBold_default = MapCloseBold;
|
|
10527
10549
|
|
|
10528
10550
|
// src/MacNotebookBold.tsx
|
|
10529
|
-
import * as
|
|
10551
|
+
import * as React479 from "react";
|
|
10530
10552
|
var MacNotebookBold = (_a) => {
|
|
10531
10553
|
var _b = _a, {
|
|
10532
10554
|
size = 24,
|
|
@@ -10543,12 +10565,12 @@ var MacNotebookBold = (_a) => {
|
|
|
10543
10565
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10544
10566
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10545
10567
|
const resolvedViewBox = "0 0 24 24";
|
|
10546
|
-
return /* @__PURE__ */
|
|
10568
|
+
return /* @__PURE__ */ React479.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React479.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.949 16.246H3.052a.8.8 0 0 0-.802.8v.507a2.68 2.68 0 0 0 2.679 2.678h14.142a2.68 2.68 0 0 0 2.679-2.678v-.507c0-.44-.36-.8-.801-.8M11.446 6.069h1.35c.42 0 .75.33.75.75 0 .41-.33.75-.75.75h-1.35a.749.749 0 1 1 0-1.5m-7.11 8.75h15.33c.28 0 .5-.22.5-.5v-7.64c0-1.79-1.34-2.91-3.51-2.91h-9.31c-2.17 0-3.51 1.12-3.51 2.91v7.64c0 .28.22.5.5.5", clipRule: "evenodd" }));
|
|
10547
10569
|
};
|
|
10548
10570
|
var MacNotebookBold_default = MacNotebookBold;
|
|
10549
10571
|
|
|
10550
10572
|
// src/LogoutBold.tsx
|
|
10551
|
-
import * as
|
|
10573
|
+
import * as React480 from "react";
|
|
10552
10574
|
var LogoutBold = (_a) => {
|
|
10553
10575
|
var _b = _a, {
|
|
10554
10576
|
size = 24,
|
|
@@ -10565,12 +10587,12 @@ var LogoutBold = (_a) => {
|
|
|
10565
10587
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10566
10588
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10567
10589
|
const resolvedViewBox = "0 0 24 24";
|
|
10568
|
-
return /* @__PURE__ */
|
|
10590
|
+
return /* @__PURE__ */ React480.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React480.createElement("path", { fill: "currentColor", d: "M11.493 2C13.976 2 16 3.99 16 6.44v4.79H9.896a.77.77 0 0 0-.784.77c0 .42.346.77.784.77H16v4.78C16 20 13.975 22 11.473 22H6.518C4.025 22 2 20.01 2 17.56V6.45C2 3.99 4.035 2 6.527 2zm7.047 6.55c.3-.31.79-.31 1.09-.01l2.92 2.91a.764.764 0 0 1 0 1.09l-2.92 2.91c-.15.15-.35.23-.54.23a.773.773 0 0 1-.55-1.32l1.6-1.59H16v-1.54h4.14l-1.6-1.59c-.3-.3-.3-.79 0-1.09" }));
|
|
10569
10591
|
};
|
|
10570
10592
|
var LogoutBold_default = LogoutBold;
|
|
10571
10593
|
|
|
10572
10594
|
// src/LoginBold.tsx
|
|
10573
|
-
import * as
|
|
10595
|
+
import * as React481 from "react";
|
|
10574
10596
|
var LoginBold = (_a) => {
|
|
10575
10597
|
var _b = _a, {
|
|
10576
10598
|
size = 24,
|
|
@@ -10587,12 +10609,12 @@ var LoginBold = (_a) => {
|
|
|
10587
10609
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10588
10610
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10589
10611
|
const resolvedViewBox = "0 0 24 24";
|
|
10590
|
-
return /* @__PURE__ */
|
|
10612
|
+
return /* @__PURE__ */ React481.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React481.createElement("path", { fill: "currentColor", d: "M16.926 2c2.52 0 4.574 2 4.574 4.44v11.12c0 2.45-2.055 4.44-4.596 4.44h-5.028c-2.52 0-4.585-1.99-4.585-4.43v-4.8h6.402l-1.652 1.6c-.31.3-.31.79 0 1.09a.8.8 0 0 0 .568.22c.196 0 .403-.07.558-.22l3.015-2.91a.74.74 0 0 0 .237-.55c0-.2-.082-.4-.237-.54l-3.015-2.91a.817.817 0 0 0-1.126 0c-.31.3-.31.79 0 1.09l1.652 1.59H7.291V6.45C7.291 4 9.356 2 11.886 2zM7.29 11.23v1.54H3.281A.776.776 0 0 1 2.5 12c0-.42.355-.77.781-.77z" }));
|
|
10591
10613
|
};
|
|
10592
10614
|
var LoginBold_default = LoginBold;
|
|
10593
10615
|
|
|
10594
10616
|
// src/LockBold.tsx
|
|
10595
|
-
import * as
|
|
10617
|
+
import * as React482 from "react";
|
|
10596
10618
|
var LockBold = (_a) => {
|
|
10597
10619
|
var _b = _a, {
|
|
10598
10620
|
size = 24,
|
|
@@ -10609,12 +10631,12 @@ var LockBold = (_a) => {
|
|
|
10609
10631
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10610
10632
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10611
10633
|
const resolvedViewBox = "0 0 24 24";
|
|
10612
|
-
return /* @__PURE__ */
|
|
10634
|
+
return /* @__PURE__ */ React482.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React482.createElement("path", { fill: "currentColor", d: "M11.984 2c3.07 0 5.539 2.415 5.539 5.396V8.93c1.722.537 2.977 2.096 2.977 3.959v4.936c0 2.306-1.911 4.175-4.268 4.175H7.77c-2.36 0-4.27-1.87-4.27-4.175V12.89c0-1.863 1.256-3.422 2.978-3.96V7.397C6.488 4.416 8.956 2 11.984 2m.011 11.385a.875.875 0 0 0-.884.864v2.206c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874V14.25a.877.877 0 0 0-.894-.864m.01-9.646c-2.063 0-3.739 1.63-3.75 3.637v1.338h7.49V7.396c-.001-2.018-1.677-3.657-3.74-3.657" }));
|
|
10613
10635
|
};
|
|
10614
10636
|
var LockBold_default = LockBold;
|
|
10615
10637
|
|
|
10616
10638
|
// src/LocationBold.tsx
|
|
10617
|
-
import * as
|
|
10639
|
+
import * as React483 from "react";
|
|
10618
10640
|
var LocationBold = (_a) => {
|
|
10619
10641
|
var _b = _a, {
|
|
10620
10642
|
size = 24,
|
|
@@ -10631,12 +10653,12 @@ var LocationBold = (_a) => {
|
|
|
10631
10653
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10632
10654
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10633
10655
|
const resolvedViewBox = "0 0 24 24";
|
|
10634
|
-
return /* @__PURE__ */
|
|
10656
|
+
return /* @__PURE__ */ React483.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React483.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.318C3.5 5.718 7.344 2 11.993 2c4.663 0 8.507 3.718 8.507 8.318 0 2.318-.843 4.47-2.23 6.294a22 22 0 0 1-5.541 5.14c-.486.318-.925.342-1.459 0a21.6 21.6 0 0 1-5.54-5.14c-1.388-1.824-2.23-3.976-2.23-6.294m5.694.259c0 1.54 1.258 2.753 2.8 2.753s2.812-1.212 2.812-2.753c0-1.53-1.27-2.8-2.813-2.8a2.813 2.813 0 0 0-2.799 2.8", clipRule: "evenodd" }));
|
|
10635
10657
|
};
|
|
10636
10658
|
var LocationBold_default = LocationBold;
|
|
10637
10659
|
|
|
10638
10660
|
// src/LinkedinBold.tsx
|
|
10639
|
-
import * as
|
|
10661
|
+
import * as React484 from "react";
|
|
10640
10662
|
var LinkedinBold = (_a) => {
|
|
10641
10663
|
var _b = _a, {
|
|
10642
10664
|
size = 24,
|
|
@@ -10653,12 +10675,12 @@ var LinkedinBold = (_a) => {
|
|
|
10653
10675
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10654
10676
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10655
10677
|
const resolvedViewBox = "0 0 24 24";
|
|
10656
|
-
return /* @__PURE__ */
|
|
10678
|
+
return /* @__PURE__ */ React484.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React484.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.976 16.299a.75.75 0 0 1-1.5 0v-3.41a1.82 1.82 0 0 0-1.815-1.82 1.82 1.82 0 0 0-1.815 1.82v3.41a.75.75 0 0 1-1.5 0v-3.41a3.32 3.32 0 0 1 3.315-3.32 3.32 3.32 0 0 1 3.315 3.32zm-9.201-5.79c-.414 0-.786-.376-.786-.79s.372-.79.786-.79.784.376.784.79-.37.79-.784.79m.749 5.79a.75.75 0 0 1-1.5 0v-3.771a.75.75 0 0 1 1.5 0zm7.693-12.79H7.783c-3.16 0-5.283 2.223-5.283 5.53v7.94c0 3.307 2.123 5.53 5.283 5.53h8.433c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
10657
10679
|
};
|
|
10658
10680
|
var LinkedinBold_default = LinkedinBold;
|
|
10659
10681
|
|
|
10660
10682
|
// src/InstagramBold.tsx
|
|
10661
|
-
import * as
|
|
10683
|
+
import * as React485 from "react";
|
|
10662
10684
|
var InstagramBold = (_a) => {
|
|
10663
10685
|
var _b = _a, {
|
|
10664
10686
|
size = 24,
|
|
@@ -10675,12 +10697,12 @@ var InstagramBold = (_a) => {
|
|
|
10675
10697
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10676
10698
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10677
10699
|
const resolvedViewBox = "0 0 24 24";
|
|
10678
|
-
return /* @__PURE__ */
|
|
10700
|
+
return /* @__PURE__ */ React485.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.845 10.589a2.754 2.754 0 0 0-2.753 2.75 2.753 2.753 0 0 0 5.505 0 2.753 2.753 0 0 0-2.752-2.75", clipRule: "evenodd" }), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.864 9.418c-.57 0-1.035-.462-1.035-1.03a1.034 1.034 0 0 1 2.069 0c0 .568-.464 1.03-1.034 1.03m-5.02 8.17a4.256 4.256 0 0 1-4.252-4.25 4.256 4.256 0 0 1 4.252-4.25 4.255 4.255 0 0 1 4.252 4.25 4.255 4.255 0 0 1-4.252 4.25m4.373-14.08H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.308 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.222 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
10679
10701
|
};
|
|
10680
10702
|
var InstagramBold_default = InstagramBold;
|
|
10681
10703
|
|
|
10682
10704
|
// src/InfoSquareBold.tsx
|
|
10683
|
-
import * as
|
|
10705
|
+
import * as React486 from "react";
|
|
10684
10706
|
var InfoSquareBold = (_a) => {
|
|
10685
10707
|
var _b = _a, {
|
|
10686
10708
|
size = 24,
|
|
@@ -10697,12 +10719,12 @@ var InfoSquareBold = (_a) => {
|
|
|
10697
10719
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10698
10720
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10699
10721
|
const resolvedViewBox = "0 0 24 24";
|
|
10700
|
-
return /* @__PURE__ */
|
|
10722
|
+
return /* @__PURE__ */ React486.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React486.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m4.32 7.06a.87.87 0 0 1-.86-.87.875.875 0 1 1 .86.87m.88 6.72c0 .48-.39.87-.88.87a.87.87 0 0 1-.87-.87v-4.42c0-.48.39-.88.87-.88.49 0 .88.4.88.88z", clipRule: "evenodd" }));
|
|
10701
10723
|
};
|
|
10702
10724
|
var InfoSquareBold_default = InfoSquareBold;
|
|
10703
10725
|
|
|
10704
10726
|
// src/InfoCircleBold.tsx
|
|
10705
|
-
import * as
|
|
10727
|
+
import * as React487 from "react";
|
|
10706
10728
|
var InfoCircleBold = (_a) => {
|
|
10707
10729
|
var _b = _a, {
|
|
10708
10730
|
size = 24,
|
|
@@ -10719,12 +10741,12 @@ var InfoCircleBold = (_a) => {
|
|
|
10719
10741
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10720
10742
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10721
10743
|
const resolvedViewBox = "0 0 24 24";
|
|
10722
|
-
return /* @__PURE__ */
|
|
10744
|
+
return /* @__PURE__ */ React487.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React487.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10s-4.47 10-10 10C6.48 22 2 17.52 2 12m9.12-3.79c0-.48.4-.88.88-.88s.87.4.87.88v4.42a.87.87 0 0 1-.87.87.88.88 0 0 1-.88-.87zm.89 8.47c-.49 0-.88-.4-.88-.88s.39-.87.87-.87c.49 0 .88.39.88.87s-.39.88-.87.88", clipRule: "evenodd" }));
|
|
10723
10745
|
};
|
|
10724
10746
|
var InfoCircleBold_default = InfoCircleBold;
|
|
10725
10747
|
|
|
10726
10748
|
// src/InfoCircle2Bold.tsx
|
|
10727
|
-
import * as
|
|
10749
|
+
import * as React488 from "react";
|
|
10728
10750
|
var InfoCircle2Bold = (_a) => {
|
|
10729
10751
|
var _b = _a, {
|
|
10730
10752
|
size = 24,
|
|
@@ -10741,12 +10763,12 @@ var InfoCircle2Bold = (_a) => {
|
|
|
10741
10763
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10742
10764
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10743
10765
|
const resolvedViewBox = "0 0 24 24";
|
|
10744
|
-
return /* @__PURE__ */
|
|
10766
|
+
return /* @__PURE__ */ React488.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React488.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.756 15.693a.75.75 0 0 1-1.5 0v-4.299a.75.75 0 0 1 1.5 0zM11.25 8.291a.75.75 0 0 1 1.5 0c0 .414-.336.782-.75.782s-.75-.305-.75-.719zM12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
10745
10767
|
};
|
|
10746
10768
|
var InfoCircle2Bold_default = InfoCircle2Bold;
|
|
10747
10769
|
|
|
10748
10770
|
// src/ImageBold.tsx
|
|
10749
|
-
import * as
|
|
10771
|
+
import * as React489 from "react";
|
|
10750
10772
|
var ImageBold = (_a) => {
|
|
10751
10773
|
var _b = _a, {
|
|
10752
10774
|
size = 24,
|
|
@@ -10763,12 +10785,12 @@ var ImageBold = (_a) => {
|
|
|
10763
10785
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10764
10786
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10765
10787
|
const resolvedViewBox = "0 0 24 24";
|
|
10766
|
-
return /* @__PURE__ */
|
|
10788
|
+
return /* @__PURE__ */ React489.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React489.createElement("path", { fill: "currentColor", d: "M16.334 2C19.724 2 22 4.378 22 7.917v8.166C22 19.622 19.723 22 16.333 22H7.666C4.276 22 2 19.622 2 16.083V7.917C2 4.378 4.277 2 7.666 2zm1.102 10.55c-1.071-.668-1.898.27-2.121.571-.216.29-.401.61-.596.93-.477.79-1.023 1.699-1.968 2.228-1.373.76-2.417.06-3.167-.449-.281-.19-.555-.37-.827-.49-.672-.29-1.276.041-2.173 1.18q-.703.893-1.41 1.774c-.283.352-.215.895.166 1.13.608.374 1.35.576 2.19.576h8.427a4.5 4.5 0 0 0 1.406-.214 3.7 3.7 0 0 0 2.261-2.111c.358-.85.532-1.883.197-2.741a2.3 2.3 0 0 0-.512-.784c-.615-.61-1.19-1.18-1.873-1.6M8.5 6A2.5 2.5 0 0 0 6 8.5C6 9.878 7.12 11 8.499 11a2.503 2.503 0 0 0 2.499-2.5c0-1.378-1.121-2.5-2.499-2.5" }));
|
|
10767
10789
|
};
|
|
10768
10790
|
var ImageBold_default = ImageBold;
|
|
10769
10791
|
|
|
10770
10792
|
// src/Image2Bold.tsx
|
|
10771
|
-
import * as
|
|
10793
|
+
import * as React490 from "react";
|
|
10772
10794
|
var Image2Bold = (_a) => {
|
|
10773
10795
|
var _b = _a, {
|
|
10774
10796
|
size = 24,
|
|
@@ -10785,12 +10807,12 @@ var Image2Bold = (_a) => {
|
|
|
10785
10807
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10786
10808
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10787
10809
|
const resolvedViewBox = "0 0 24 24";
|
|
10788
|
-
return /* @__PURE__ */
|
|
10810
|
+
return /* @__PURE__ */ React490.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React490.createElement("path", { fill: "currentColor", d: "M16.353 2C19.73 2 21.999 4.362 22 7.888v8.214c0 .151-.028.287-.036.433-.005.085-.003.17-.01.255-.004.038-.016.073-.02.11a7 7 0 0 1-.154.905q-.029.116-.06.23-.12.422-.288.807-.05.107-.102.212a5.4 5.4 0 0 1-.408.698c-.047.067-.098.128-.147.193a5 5 0 0 1-.514.582c-.06.058-.13.108-.193.163-.193.166-.39.325-.608.46-.078.05-.164.086-.244.13a5 5 0 0 1-.686.333c-.1.038-.212.058-.316.09-.238.075-.474.152-.731.196-.194.034-.405.038-.61.055-.174.013-.339.046-.52.046H7.637a7 7 0 0 1-1.082-.094l-.037-.006c-1.353-.233-2.476-.886-3.263-1.871-.008 0-.008-.01-.017-.02C2.447 19.013 2 17.674 2 16.102V7.888C2 4.362 4.27 2.001 7.637 2zM7.637 3.396c-2.577 0-4.24 1.766-4.241 4.492v8.214c0 .765.142 1.448.385 2.04.04-.05 1.949-2.377 1.976-2.407.692-.79 1.992-1.968 3.697-1.255.41.17.77.408 1.1.618.572.383.91.563 1.26.533.145-.02.28-.062.41-.142.557-.344 2.135-2.645 2.23-2.77 1.09-1.42 2.77-1.8 4.17-.96.188.112 1.535 1.054 1.981 1.432V7.888c0-2.726-1.666-4.492-4.252-4.492zM8.48 6c.698 0 1.33.293 1.782.761.455.452.74 1.075.74 1.754C11 9.87 9.867 11 8.505 11.001c-1.196 0-2.217-.875-2.446-2.007A2.4 2.4 0 0 1 6 8.468 2.47 2.47 0 0 1 8.48 6" }));
|
|
10789
10811
|
};
|
|
10790
10812
|
var Image2Bold_default = Image2Bold;
|
|
10791
10813
|
|
|
10792
10814
|
// src/HotDrinkBold.tsx
|
|
10793
|
-
import * as
|
|
10815
|
+
import * as React491 from "react";
|
|
10794
10816
|
var HotDrinkBold = (_a) => {
|
|
10795
10817
|
var _b = _a, {
|
|
10796
10818
|
size = 24,
|
|
@@ -10807,12 +10829,12 @@ var HotDrinkBold = (_a) => {
|
|
|
10807
10829
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10808
10830
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10809
10831
|
const resolvedViewBox = "0 0 24 24";
|
|
10810
|
-
return /* @__PURE__ */
|
|
10832
|
+
return /* @__PURE__ */ React491.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", d: "M7.86 4.12a.75.75 0 0 0-1.5 0v1.51a.75.75 0 1 0 1.5 0zm3.224 0a.75.75 0 0 0-1.5 0v1.51a.75.75 0 0 0 1.5 0zm3.225 0a.75.75 0 1 0-1.5 0v1.51a.75.75 0 0 0 1.5 0z" }), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.429a2.46 2.46 0 0 1 2.462-2.462h8.82c1.076 0 1.99.689 2.326 1.65h.829a2.813 2.813 0 1 1 0 5.627h-.913a6.88 6.88 0 0 1-2.698 3.887h3.343a.75.75 0 1 1 0 1.5H4.176a.75.75 0 0 1 0-1.5h2.243A6.87 6.87 0 0 1 3.5 13.509zm13.745 3.08v-2.392h.692a1.313 1.313 0 1 1 0 2.627h-.696z", clipRule: "evenodd" }));
|
|
10811
10833
|
};
|
|
10812
10834
|
var HotDrinkBold_default = HotDrinkBold;
|
|
10813
10835
|
|
|
10814
10836
|
// src/HomeBold.tsx
|
|
10815
|
-
import * as
|
|
10837
|
+
import * as React492 from "react";
|
|
10816
10838
|
var HomeBold = (_a) => {
|
|
10817
10839
|
var _b = _a, {
|
|
10818
10840
|
size = 24,
|
|
@@ -10829,12 +10851,12 @@ var HomeBold = (_a) => {
|
|
|
10829
10851
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10830
10852
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10831
10853
|
const resolvedViewBox = "0 0 24 24";
|
|
10832
|
-
return /* @__PURE__ */
|
|
10854
|
+
return /* @__PURE__ */ React492.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React492.createElement("path", { fill: "currentColor", d: "M9.135 20.773v-3.057c0-.781.637-1.414 1.423-1.414h2.875c.377 0 .74.15 1.006.414.267.265.417.625.417 1v3.057c-.002.325.126.637.356.867s.544.36.87.36h1.962a3.46 3.46 0 0 0 2.443-1 3.4 3.4 0 0 0 1.013-2.422V9.867c0-.735-.328-1.431-.895-1.902l-6.671-5.29a3.1 3.1 0 0 0-3.949.072L3.467 7.965A2.47 2.47 0 0 0 2.5 9.867v8.702c0 1.895 1.547 3.43 3.456 3.43h1.916a1.23 1.23 0 0 0 1.236-1.217z" }));
|
|
10833
10855
|
};
|
|
10834
10856
|
var HomeBold_default = HomeBold;
|
|
10835
10857
|
|
|
10836
10858
|
// src/HideBold.tsx
|
|
10837
|
-
import * as
|
|
10859
|
+
import * as React493 from "react";
|
|
10838
10860
|
var HideBold = (_a) => {
|
|
10839
10861
|
var _b = _a, {
|
|
10840
10862
|
size = 24,
|
|
@@ -10851,12 +10873,12 @@ var HideBold = (_a) => {
|
|
|
10851
10873
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10852
10874
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10853
10875
|
const resolvedViewBox = "0 0 24 24";
|
|
10854
|
-
return /* @__PURE__ */
|
|
10876
|
+
return /* @__PURE__ */ React493.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React493.createElement("path", { fill: "currentColor", d: "M19.17 3.714a.73.73 0 0 1 1.034 0 .73.73 0 0 1 0 1.043L18.43 6.55c1.415 1.3 2.615 3.053 3.513 5.16a.75.75 0 0 1 0 .58c-2.088 4.903-5.806 7.836-9.943 7.836h-.01c-1.883 0-3.688-.62-5.279-1.751l-1.892 1.91a.72.72 0 0 1-.518.216.7.7 0 0 1-.517-.216.74.74 0 0 1-.087-.926l.029-.04 14.43-14.56c.02-.02.04-.04.05-.06a.3.3 0 0 0 .048-.059zm-7.169.171a8.85 8.85 0 0 1 4.001.965l-3.259 3.288a4.5 4.5 0 0 0-.742-.068C9.845 8.07 8.1 9.832 8.1 12.007c0 .256.03.512.068.748l-3.61 3.643c-.976-1.142-1.825-2.52-2.498-4.105a.75.75 0 0 1 0-.58c2.088-4.903 5.805-7.828 9.933-7.828zm2.155 6.977c.175.334.272.728.272 1.141 0 1.349-1.092 2.452-2.429 2.453-.41 0-.8-.1-1.133-.277l-1.063 1.073c.624.424 1.386.68 2.196.68 2.147 0 3.893-1.763 3.893-3.929 0-.817-.253-1.585-.673-2.214z" }));
|
|
10855
10877
|
};
|
|
10856
10878
|
var HideBold_default = HideBold;
|
|
10857
10879
|
|
|
10858
10880
|
// src/HeartBold.tsx
|
|
10859
|
-
import * as
|
|
10881
|
+
import * as React494 from "react";
|
|
10860
10882
|
var HeartBold = (_a) => {
|
|
10861
10883
|
var _b = _a, {
|
|
10862
10884
|
size = 24,
|
|
@@ -10873,12 +10895,12 @@ var HeartBold = (_a) => {
|
|
|
10873
10895
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10874
10896
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10875
10897
|
const resolvedViewBox = "0 0 24 24";
|
|
10876
|
-
return /* @__PURE__ */
|
|
10898
|
+
return /* @__PURE__ */ React494.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React494.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.85 2.5c.63 0 1.26.09 1.86.29 3.69 1.2 5.02 5.25 3.91 8.79a12.7 12.7 0 0 1-3.01 4.81 38.5 38.5 0 0 1-6.33 4.96l-.25.15-.26-.16a38 38 0 0 1-6.37-4.96 12.9 12.9 0 0 1-3.01-4.8c-1.13-3.54.2-7.59 3.93-8.81.29-.1.59-.17.89-.21h.12q.42-.06.84-.06h.11q.945.03 1.83.33h.06q.06.03.09.06c.22.07.43.15.63.26l.38.17c.092.05.195.124.284.19.056.04.107.077.146.1l.05.03c.085.05.175.102.25.16a6.26 6.26 0 0 1 3.85-1.3m2.66 7.2c.41-.01.76-.34.79-.76v-.12a3.3 3.3 0 0 0-2.11-3.16.8.8 0 0 0-1.01.5c-.14.42.08.88.5 1.03.64.24 1.07.87 1.07 1.57v.03a.86.86 0 0 0 .19.62c.14.17.35.27.57.29", clipRule: "evenodd" }));
|
|
10877
10899
|
};
|
|
10878
10900
|
var HeartBold_default = HeartBold;
|
|
10879
10901
|
|
|
10880
10902
|
// src/HeartPlusBold.tsx
|
|
10881
|
-
import * as
|
|
10903
|
+
import * as React495 from "react";
|
|
10882
10904
|
var HeartPlusBold = (_a) => {
|
|
10883
10905
|
var _b = _a, {
|
|
10884
10906
|
size = 24,
|
|
@@ -10895,12 +10917,12 @@ var HeartPlusBold = (_a) => {
|
|
|
10895
10917
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10896
10918
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10897
10919
|
const resolvedViewBox = "0 0 24 24";
|
|
10898
|
-
return /* @__PURE__ */
|
|
10920
|
+
return /* @__PURE__ */ React495.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React495.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.181 12.34h-1.437v1.44a.75.75 0 0 1-1.5 0v-1.44H9.808a.75.75 0 0 1 0-1.5h1.436V9.41a.75.75 0 0 1 1.5 0v1.43h1.437a.75.75 0 0 1 0 1.5m6.804-5.363c-.68-1.68-1.993-2.907-3.695-3.452a6.1 6.1 0 0 0-2.91-.207c-.893.149-1.702.684-2.383 1.18-.656-.475-1.486-1.02-2.382-1.171a6.3 6.3 0 0 0-2.909.198c-3.73 1.207-4.879 5.289-3.836 8.534 1.624 5.21 8.62 8.525 8.916 8.664a.5.5 0 0 0 .423 0c.292-.136 7.184-3.391 8.906-8.66.551-1.715.504-3.522-.13-5.086", clipRule: "evenodd" }));
|
|
10899
10921
|
};
|
|
10900
10922
|
var HeartPlusBold_default = HeartPlusBold;
|
|
10901
10923
|
|
|
10902
10924
|
// src/Heart2Bold.tsx
|
|
10903
|
-
import * as
|
|
10925
|
+
import * as React496 from "react";
|
|
10904
10926
|
var Heart2Bold = (_a) => {
|
|
10905
10927
|
var _b = _a, {
|
|
10906
10928
|
size = 24,
|
|
@@ -10917,12 +10939,12 @@ var Heart2Bold = (_a) => {
|
|
|
10917
10939
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10918
10940
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10919
10941
|
const resolvedViewBox = "0 0 24 24";
|
|
10920
|
-
return /* @__PURE__ */
|
|
10942
|
+
return /* @__PURE__ */ React496.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React496.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.691 3.371c-2.096-.677-4.007-.113-5.44 1.583-1.436-1.698-3.347-2.259-5.44-1.583-2.648.852-4.299 3.243-4.31 6.24-.025 5.133 4.916 9.155 9.547 11.207l.203.09.203-.09C17.086 18.766 22.025 14.744 22 9.61c-.012-2.996-1.663-5.387-4.309-6.239", clipRule: "evenodd" }));
|
|
10921
10943
|
};
|
|
10922
10944
|
var Heart2Bold_default = Heart2Bold;
|
|
10923
10945
|
|
|
10924
10946
|
// src/GraphBold.tsx
|
|
10925
|
-
import * as
|
|
10947
|
+
import * as React497 from "react";
|
|
10926
10948
|
var GraphBold = (_a) => {
|
|
10927
10949
|
var _b = _a, {
|
|
10928
10950
|
size = 24,
|
|
@@ -10939,12 +10961,12 @@ var GraphBold = (_a) => {
|
|
|
10939
10961
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10940
10962
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10941
10963
|
const resolvedViewBox = "0 0 24 24";
|
|
10942
|
-
return /* @__PURE__ */
|
|
10964
|
+
return /* @__PURE__ */ React497.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React497.createElement("path", { fill: "currentColor", d: "M8.956 4.96a1.1 1.1 0 0 1 1.195.595c.106.159.133.354.146.545.13 1.997.268 3.965.397 5.932-.003.214.03.428.1.631.162.4.568.654 1.006.63l6.63-.408h.071c.286.004.558.12.757.322s.307.473.303.753c-.263 3.822-3.065 7.015-6.878 7.838s-7.723-.923-9.595-4.284a8.2 8.2 0 0 1-1.024-3.136 6 6 0 0 1-.063-.986c.013-4.065 2.906-7.573 6.955-8.432M12.913 2c4.57.138 8.392 3.456 9.084 7.89a.3.3 0 0 1 0 .08.78.78 0 0 1-.197.576.8.8 0 0 1-.555.268l-7.68.507a.92.92 0 0 1-.693-.23.88.88 0 0 1-.294-.658l-.515-7.543v-.125a.8.8 0 0 1 .263-.555.83.83 0 0 1 .587-.21" }));
|
|
10943
10965
|
};
|
|
10944
10966
|
var GraphBold_default = GraphBold;
|
|
10945
10967
|
|
|
10946
10968
|
// src/GameBold.tsx
|
|
10947
|
-
import * as
|
|
10969
|
+
import * as React498 from "react";
|
|
10948
10970
|
var GameBold = (_a) => {
|
|
10949
10971
|
var _b = _a, {
|
|
10950
10972
|
size = 24,
|
|
@@ -10961,12 +10983,12 @@ var GameBold = (_a) => {
|
|
|
10961
10983
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10962
10984
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10963
10985
|
const resolvedViewBox = "0 0 24 24";
|
|
10964
|
-
return /* @__PURE__ */
|
|
10986
|
+
return /* @__PURE__ */ React498.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React498.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.164 6.083.948.011c3.405 0 5.888 2.428 5.888 5.78v4.307c0 3.353-2.483 5.78-5.888 5.78A194 194 0 0 1 12.01 22c-1.374 0-2.758-.01-4.122-.038-3.405 0-5.888-2.428-5.888-5.78v-4.307c0-3.353 2.483-5.78 5.898-5.78 1.286-.02 2.6-.04 3.935-.04v-.163c0-.665-.56-1.204-1.226-1.204h-.972c-1.109 0-2.012-.886-2.012-1.965 0-.395.334-.723.736-.723.412 0 .736.328.736.723 0 .289.246.52.54.52h.972c1.481.01 2.688 1.194 2.698 2.64v.183q.928.002 1.859.017m-4.312 8.663h-1.03v1.02a.735.735 0 0 1-.737.723.73.73 0 0 1-.736-.722v-1.021H7.31a.73.73 0 0 1-.736-.723c0-.395.334-.723.736-.723h1.04v-1.01c0-.395.324-.723.736-.723.403 0 .736.328.736.723v1.01h1.03c.403 0 .737.328.737.723a.73.73 0 0 1-.736.723m4.17-1.629h.099a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723h-.098a.722.722 0 1 0 0 1.445m1.679 3.314h.098a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723H16.7a.722.722 0 1 0 0 1.445", clipRule: "evenodd" }));
|
|
10965
10987
|
};
|
|
10966
10988
|
var GameBold_default = GameBold;
|
|
10967
10989
|
|
|
10968
10990
|
// src/ForwardClockTimer10Bold.tsx
|
|
10969
|
-
import * as
|
|
10991
|
+
import * as React499 from "react";
|
|
10970
10992
|
var ForwardClockTimer10Bold = (_a) => {
|
|
10971
10993
|
var _b = _a, {
|
|
10972
10994
|
size = 24,
|
|
@@ -10983,12 +11005,12 @@ var ForwardClockTimer10Bold = (_a) => {
|
|
|
10983
11005
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10984
11006
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10985
11007
|
const resolvedViewBox = "0 0 24 24";
|
|
10986
|
-
return /* @__PURE__ */
|
|
11008
|
+
return /* @__PURE__ */ React499.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.27 8.728a1 1 0 0 0 1-1v-2.99a1 1 0 0 0-2 0v.438c-2.72-2.802-6.954-3.832-10.734-2.37-5.118 1.982-7.68 7.76-5.713 12.88.95 2.469 2.816 4.43 5.255 5.525q.201.088.41.088a1 1 0 0 0 .408-1.913c-1.954-.877-3.448-2.446-4.206-4.417-1.574-4.093.476-8.713 4.568-10.298 3.09-1.197 6.558-.303 8.723 2.057h-.685a1 1 0 0 0 0 2z", clipRule: "evenodd" }), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.163 12.098v-4.18a1 1 0 0 0-2 0v3.18H8.717a1 1 0 0 0 0 2h3.446a1 1 0 0 0 1-1m1.673 2.347a1 1 0 0 0-1.06.126l-1.69 1.37a.999.999 0 1 0 1.258 1.554l.062-.05v3.303a1 1 0 0 0 2 0v-5.4a1 1 0 0 0-.57-.903m5.319 4.683a.73.73 0 0 1-1.458 0v-2.38a.73.73 0 0 1 .73-.73.73.73 0 0 1 .728.73zm-.729-5.11a2.733 2.733 0 0 0-2.729 2.73v2.38a2.733 2.733 0 0 0 2.73 2.73 2.733 2.733 0 0 0 2.728-2.73v-2.38a2.733 2.733 0 0 0-2.729-2.73", clipRule: "evenodd" }));
|
|
10987
11009
|
};
|
|
10988
11010
|
var ForwardClockTimer10Bold_default = ForwardClockTimer10Bold;
|
|
10989
11011
|
|
|
10990
11012
|
// src/FolderBold.tsx
|
|
10991
|
-
import * as
|
|
11013
|
+
import * as React500 from "react";
|
|
10992
11014
|
var FolderBold = (_a) => {
|
|
10993
11015
|
var _b = _a, {
|
|
10994
11016
|
size = 24,
|
|
@@ -11005,12 +11027,12 @@ var FolderBold = (_a) => {
|
|
|
11005
11027
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11006
11028
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11007
11029
|
const resolvedViewBox = "0 0 24 24";
|
|
11008
|
-
return /* @__PURE__ */
|
|
11030
|
+
return /* @__PURE__ */ React500.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React500.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.45 4.88h3.07c3.69 0 5.49 1.97 5.48 6.01v4.87c0 3.86-2.38 6.24-6.25 6.24H8.24C4.39 22 2 19.62 2 15.75V8.24C2 4.1 3.84 2 7.47 2h1.58c.931-.01 1.8.42 2.37 1.15l.88 1.17c.28.35.7.56 1.15.56M7.37 15.29h9.26c.41 0 .74-.34.74-.75a.74.74 0 0 0-.74-.75H7.37c-.42 0-.75.33-.75.75 0 .41.33.75.75.75", clipRule: "evenodd" }));
|
|
11009
11031
|
};
|
|
11010
11032
|
var FolderBold_default = FolderBold;
|
|
11011
11033
|
|
|
11012
11034
|
// src/FolderFileBold.tsx
|
|
11013
|
-
import * as
|
|
11035
|
+
import * as React501 from "react";
|
|
11014
11036
|
var FolderFileBold = (_a) => {
|
|
11015
11037
|
var _b = _a, {
|
|
11016
11038
|
size = 24,
|
|
@@ -11027,12 +11049,12 @@ var FolderFileBold = (_a) => {
|
|
|
11027
11049
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11028
11050
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11029
11051
|
const resolvedViewBox = "0 0 24 24";
|
|
11030
|
-
return /* @__PURE__ */
|
|
11052
|
+
return /* @__PURE__ */ React501.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React501.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.942 16.47h-3.944a.75.75 0 0 1 0-1.5h3.944a.75.75 0 0 1 0 1.5m.677-11.106h-2.652a1.66 1.66 0 0 1-1.313-.658l-.856-1.137a2.65 2.65 0 0 0-2.111-1.056H7.812c-3.423 0-5.087 1.906-5.087 5.828v7.313c0 3.652 2.185 5.833 5.844 5.833h7.297c3.652 0 5.832-2.181 5.832-5.83l.027-4.66c0-3.843-1.622-5.633-5.106-5.633", clipRule: "evenodd" }));
|
|
11031
11053
|
};
|
|
11032
11054
|
var FolderFileBold_default = FolderFileBold;
|
|
11033
11055
|
|
|
11034
11056
|
// src/FolderFileSearchBold.tsx
|
|
11035
|
-
import * as
|
|
11057
|
+
import * as React502 from "react";
|
|
11036
11058
|
var FolderFileSearchBold = (_a) => {
|
|
11037
11059
|
var _b = _a, {
|
|
11038
11060
|
size = 24,
|
|
@@ -11049,12 +11071,12 @@ var FolderFileSearchBold = (_a) => {
|
|
|
11049
11071
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11050
11072
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11051
11073
|
const resolvedViewBox = "0 0 24 24";
|
|
11052
|
-
return /* @__PURE__ */
|
|
11074
|
+
return /* @__PURE__ */ React502.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.615 4.733h-2.65c-.51 0-1-.25-1.31-.66l-.86-1.14a2.63 2.63 0 0 0-2.11-1.05h-1.87c-3.42 0-5.09 1.91-5.09 5.83v7.31c0 3.65 2.19 5.83 5.84 5.83h3.346c.16 0 .256-.179.176-.317a5.85 5.85 0 0 1-.792-2.943c0-3.24 2.63-5.87 5.87-5.87a5.84 5.84 0 0 1 4.169 1.747c.131.134.373.045.374-.142l.017-2.955c0-3.85-1.62-5.64-5.11-5.64", clipRule: "evenodd" }), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.323 19.92a2.22 2.22 0 0 1-2.217-2.217 2.22 2.22 0 0 1 2.217-2.217 2.22 2.22 0 0 1 2.217 2.217 2.22 2.22 0 0 1-2.217 2.218m3.04-.082a3.7 3.7 0 0 0 .677-2.135 3.72 3.72 0 0 0-3.717-3.717 3.72 3.72 0 0 0-3.717 3.717 3.72 3.72 0 0 0 3.717 3.718 3.7 3.7 0 0 0 1.949-.554l1.032 1.032a.754.754 0 0 0 1.062-.001.75.75 0 0 0-.001-1.062z", clipRule: "evenodd" }));
|
|
11053
11075
|
};
|
|
11054
11076
|
var FolderFileSearchBold_default = FolderFileSearchBold;
|
|
11055
11077
|
|
|
11056
11078
|
// src/FlashBold.tsx
|
|
11057
|
-
import * as
|
|
11079
|
+
import * as React503 from "react";
|
|
11058
11080
|
var FlashBold = (_a) => {
|
|
11059
11081
|
var _b = _a, {
|
|
11060
11082
|
size = 24,
|
|
@@ -11071,12 +11093,12 @@ var FlashBold = (_a) => {
|
|
|
11071
11093
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11072
11094
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11073
11095
|
const resolvedViewBox = "0 0 24 24";
|
|
11074
|
-
return /* @__PURE__ */
|
|
11096
|
+
return /* @__PURE__ */ React503.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React503.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.915 10.105a1.49 1.49 0 0 0-1.33-.814h-4.979V4c0-.663-.406-1.224-1.034-1.428a1.47 1.47 0 0 0-1.67.544l-6.696 9.22a1.492 1.492 0 0 0 1.21 2.373h4.977V20c0 .663.406 1.223 1.034 1.427q.238.077.475.077c.466 0 .907-.22 1.197-.62l6.695-9.22a1.49 1.49 0 0 0 .121-1.56", clipRule: "evenodd" }));
|
|
11075
11097
|
};
|
|
11076
11098
|
var FlashBold_default = FlashBold;
|
|
11077
11099
|
|
|
11078
11100
|
// src/FlagBold.tsx
|
|
11079
|
-
import * as
|
|
11101
|
+
import * as React504 from "react";
|
|
11080
11102
|
var FlagBold = (_a) => {
|
|
11081
11103
|
var _b = _a, {
|
|
11082
11104
|
size = 24,
|
|
@@ -11093,12 +11115,12 @@ var FlagBold = (_a) => {
|
|
|
11093
11115
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11094
11116
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11095
11117
|
const resolvedViewBox = "0 0 24 24";
|
|
11096
|
-
return /* @__PURE__ */
|
|
11118
|
+
return /* @__PURE__ */ React504.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React504.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.046 8.361 2.651-5.011a.748.748 0 0 0-.663-1.1H4.965a.75.75 0 0 0-.75.75v18a.75.75 0 0 0 1.5 0v-6.456l13.33-.179a.75.75 0 0 0 .65-1.107z", clipRule: "evenodd" }));
|
|
11097
11119
|
};
|
|
11098
11120
|
var FlagBold_default = FlagBold;
|
|
11099
11121
|
|
|
11100
11122
|
// src/FilterBold.tsx
|
|
11101
|
-
import * as
|
|
11123
|
+
import * as React505 from "react";
|
|
11102
11124
|
var FilterBold = (_a) => {
|
|
11103
11125
|
var _b = _a, {
|
|
11104
11126
|
size = 24,
|
|
@@ -11115,12 +11137,12 @@ var FilterBold = (_a) => {
|
|
|
11115
11137
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11116
11138
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11117
11139
|
const resolvedViewBox = "0 0 24 24";
|
|
11118
|
-
return /* @__PURE__ */
|
|
11140
|
+
return /* @__PURE__ */ React505.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React505.createElement("path", { fill: "currentColor", d: "M18.562 14.02c1.9 0 3.438 1.513 3.438 3.38 0 1.865-1.539 3.377-3.439 3.377-1.898 0-3.439-1.512-3.439-3.378s1.54-3.38 3.44-3.38m-8.479 1.938c.832 0 1.508.664 1.508 1.481s-.676 1.482-1.508 1.482H3.508C2.676 18.92 2 18.256 2 17.439s.676-1.481 1.508-1.481zM5.438 3c1.9 0 3.44 1.513 3.44 3.379s-1.54 3.379-3.44 3.379C3.54 9.758 2 8.245 2 6.378 2 4.514 3.54 3 5.438 3m15.055 1.898c.831 0 1.507.664 1.507 1.48 0 .818-.676 1.482-1.507 1.482h-6.575c-.832 0-1.508-.664-1.508-1.481s.676-1.48 1.508-1.48z" }));
|
|
11119
11141
|
};
|
|
11120
11142
|
var FilterBold_default = FilterBold;
|
|
11121
11143
|
|
|
11122
11144
|
// src/Filter2Bold.tsx
|
|
11123
|
-
import * as
|
|
11145
|
+
import * as React506 from "react";
|
|
11124
11146
|
var Filter2Bold = (_a) => {
|
|
11125
11147
|
var _b = _a, {
|
|
11126
11148
|
size = 24,
|
|
@@ -11137,12 +11159,12 @@ var Filter2Bold = (_a) => {
|
|
|
11137
11159
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11138
11160
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11139
11161
|
const resolvedViewBox = "0 0 24 24";
|
|
11140
|
-
return /* @__PURE__ */
|
|
11162
|
+
return /* @__PURE__ */ React506.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React506.createElement("path", { fill: "currentColor", d: "M14.135 15.839a.56.56 0 0 1 .548.565v2.732a.8.8 0 0 1-.453.723l-4.408 2.07a.76.76 0 0 1-.738-.055.8.8 0 0 1-.355-.669V16.39c0-.313.248-.567.551-.566zM19.872 2C21.048 2 22 2.981 22 4.192v1.532c0 .587-.23 1.152-.638 1.563l-6.505 6.58a.6.6 0 0 1-.421.177l-5.447-.017a.6.6 0 0 1-.436-.195L2.574 7.258A2.23 2.23 0 0 1 2 5.758V4.193C2 2.983 2.952 2 4.128 2z" }));
|
|
11141
11163
|
};
|
|
11142
11164
|
var Filter2Bold_default = Filter2Bold;
|
|
11143
11165
|
|
|
11144
11166
|
// src/FacebookBold.tsx
|
|
11145
|
-
import * as
|
|
11167
|
+
import * as React507 from "react";
|
|
11146
11168
|
var FacebookBold = (_a) => {
|
|
11147
11169
|
var _b = _a, {
|
|
11148
11170
|
size = 24,
|
|
@@ -11159,12 +11181,12 @@ var FacebookBold = (_a) => {
|
|
|
11159
11181
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11160
11182
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11161
11183
|
const resolvedViewBox = "0 0 24 24";
|
|
11162
|
-
return /* @__PURE__ */
|
|
11184
|
+
return /* @__PURE__ */ React507.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React507.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.957 8.233a.43.43 0 0 1 .293-.124h2.7a.5.5 0 0 0 .5-.5v-3.6a.5.5 0 0 0-.5-.5h-2.7c-1.306 0-2.594.53-3.536 1.457A5 5 0 0 0 9.25 8.509v2.2h-2.2a.5.5 0 0 0-.5.5v3.6c0 .277.223.5.5.5h2.2v6.7a.5.5 0 0 0 .5.5h3.6a.5.5 0 0 0 .5-.5v-6.7h3.1c.277 0 .5-.223.5-.5v-3.6a.5.5 0 0 0-.5-.5h-3.1v-2.2c0-.108.042-.21.107-.276", clipRule: "evenodd" }));
|
|
11163
11185
|
};
|
|
11164
11186
|
var FacebookBold_default = FacebookBold;
|
|
11165
11187
|
|
|
11166
11188
|
// src/Eye2Bold.tsx
|
|
11167
|
-
import * as
|
|
11189
|
+
import * as React508 from "react";
|
|
11168
11190
|
var Eye2Bold = (_a) => {
|
|
11169
11191
|
var _b = _a, {
|
|
11170
11192
|
size = 24,
|
|
@@ -11181,12 +11203,12 @@ var Eye2Bold = (_a) => {
|
|
|
11181
11203
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11182
11204
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11183
11205
|
const resolvedViewBox = "0 0 24 24";
|
|
11184
|
-
return /* @__PURE__ */
|
|
11206
|
+
return /* @__PURE__ */ React508.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 15.82A3.827 3.827 0 0 1 8.176 12a3.83 3.83 0 0 1 3.826-3.83A3.83 3.83 0 0 1 15.829 12a3.83 3.83 0 0 1-3.827 3.82M12 4.397c-4.883 0-9.5 3.693-9.5 7.601 0 3.977 4.528 7.6 9.5 7.6s9.5-3.623 9.5-7.6c0-3.908-4.617-7.6-9.5-7.6", clipRule: "evenodd" }), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 9.67A2.33 2.33 0 0 0 9.676 12a2.326 2.326 0 0 0 4.653 0 2.33 2.33 0 0 0-2.327-2.33", clipRule: "evenodd" }));
|
|
11185
11207
|
};
|
|
11186
11208
|
var Eye2Bold_default = Eye2Bold;
|
|
11187
11209
|
|
|
11188
11210
|
// src/EditBold.tsx
|
|
11189
|
-
import * as
|
|
11211
|
+
import * as React509 from "react";
|
|
11190
11212
|
var EditBold = (_a) => {
|
|
11191
11213
|
var _b = _a, {
|
|
11192
11214
|
size = 24,
|
|
@@ -11203,12 +11225,12 @@ var EditBold = (_a) => {
|
|
|
11203
11225
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11204
11226
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11205
11227
|
const resolvedViewBox = "0 0 24 24";
|
|
11206
|
-
return /* @__PURE__ */
|
|
11228
|
+
return /* @__PURE__ */ React509.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React509.createElement("path", { fill: "currentColor", d: "M19.99 18.953c.556 0 1.01.46 1.01 1.024S20.546 21 19.99 21h-5.71c-.558 0-1.01-.458-1.01-1.023s.452-1.024 1.01-1.024zM12.24 3.957c.913-1.172 2.505-1.279 3.79-.258l1.474 1.172c.605.473 1.008 1.096 1.146 1.752.16.721-.01 1.43-.488 2.042L9.376 20.028a2.1 2.1 0 0 1-1.634.817l-3.502.043a.4.4 0 0 1-.392-.312l-.796-3.451c-.138-.634 0-1.29.403-1.795l6.23-8.062a.313.313 0 0 1 .423-.054L12.73 9.3c.17.14.404.215.648.182a.945.945 0 0 0 .817-1.043 1.05 1.05 0 0 0-.329-.633l-2.547-2.043a.38.38 0 0 1-.063-.526z" }));
|
|
11207
11229
|
};
|
|
11208
11230
|
var EditBold_default = EditBold;
|
|
11209
11231
|
|
|
11210
11232
|
// src/EditSquareBold.tsx
|
|
11211
|
-
import * as
|
|
11233
|
+
import * as React510 from "react";
|
|
11212
11234
|
var EditSquareBold = (_a) => {
|
|
11213
11235
|
var _b = _a, {
|
|
11214
11236
|
size = 24,
|
|
@@ -11225,12 +11247,12 @@ var EditSquareBold = (_a) => {
|
|
|
11225
11247
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11226
11248
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11227
11249
|
const resolvedViewBox = "0 0 24 24";
|
|
11228
|
-
return /* @__PURE__ */
|
|
11250
|
+
return /* @__PURE__ */ React510.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React510.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.665 2.01a5.32 5.32 0 0 1 3.926 1.39 5.38 5.38 0 0 1 1.399 3.936v9.33a5.37 5.37 0 0 1-1.389 3.936 5.35 5.35 0 0 1-3.936 1.389h-9.33A5.33 5.33 0 0 1 3.399 20.6a5.33 5.33 0 0 1-1.389-3.936v-9.33A5.33 5.33 0 0 1 3.4 3.399 5.33 5.33 0 0 1 7.335 2.01zm-5.684 14.835 6.723-6.743c.61-.62.61-1.618 0-2.228l-1.298-1.298a1.58 1.58 0 0 0-2.238 0l-.67.679c-.1.1-.1.27 0 .37 0 0 1.589 1.578 1.619 1.618.11.12.18.28.18.46a.66.66 0 0 1-.66.659c-.17 0-.33-.07-.44-.18L12.53 8.524a.217.217 0 0 0-.3 0l-4.765 4.765c-.33.33-.52.769-.53 1.238l-.06 2.368c0 .13.04.25.13.34s.21.14.34.14h2.347c.48 0 .94-.19 1.29-.53", clipRule: "evenodd" }));
|
|
11229
11251
|
};
|
|
11230
11252
|
var EditSquareBold_default = EditSquareBold;
|
|
11231
11253
|
|
|
11232
11254
|
// src/DownloadBold.tsx
|
|
11233
|
-
import * as
|
|
11255
|
+
import * as React511 from "react";
|
|
11234
11256
|
var DownloadBold = (_a) => {
|
|
11235
11257
|
var _b = _a, {
|
|
11236
11258
|
size = 24,
|
|
@@ -11247,12 +11269,12 @@ var DownloadBold = (_a) => {
|
|
|
11247
11269
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11248
11270
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11249
11271
|
const resolvedViewBox = "0 0 24 24";
|
|
11250
|
-
return /* @__PURE__ */
|
|
11272
|
+
return /* @__PURE__ */ React511.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React511.createElement("path", { fill: "currentColor", d: "M11.23 7.29V3.281c0-.426.34-.781.77-.781.385 0 .711.298.763.677l.007.104v4.01h4.78c2.38 0 4.335 1.949 4.445 4.38l.005.215v5.04c0 2.447-1.887 4.456-4.232 4.569l-.208.005H6.44c-2.38 0-4.326-1.94-4.435-4.379L2 16.905v-5.03c0-2.447 1.878-4.466 4.222-4.58l.208-.004zv6.402l-1.6-1.652a.755.755 0 0 0-1.09 0 .8.8 0 0 0-.22.568c0 .157.045.32.14.459l.08.098 2.91 3.016c.14.155.34.237.55.237a.73.73 0 0 0 .465-.166l.075-.071 2.91-3.015c.3-.31.3-.816 0-1.126a.755.755 0 0 0-1.004-.077l-.086.077-1.59 1.652V7.291z" }));
|
|
11251
11273
|
};
|
|
11252
11274
|
var DownloadBold_default = DownloadBold;
|
|
11253
11275
|
|
|
11254
11276
|
// src/DollarCircle3Bold.tsx
|
|
11255
|
-
import * as
|
|
11277
|
+
import * as React512 from "react";
|
|
11256
11278
|
var DollarCircle3Bold = (_a) => {
|
|
11257
11279
|
var _b = _a, {
|
|
11258
11280
|
size = 24,
|
|
@@ -11269,12 +11291,12 @@ var DollarCircle3Bold = (_a) => {
|
|
|
11269
11291
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11270
11292
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11271
11293
|
const resolvedViewBox = "0 0 24 24";
|
|
11272
|
-
return /* @__PURE__ */
|
|
11294
|
+
return /* @__PURE__ */ React512.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React512.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.808 16.142h-.058v.44a.75.75 0 0 1-1.5 0v-.44h-1.067a.75.75 0 0 1 0-1.5h2.625a.663.663 0 0 0 .664-.66.663.663 0 0 0-.664-.66h-1.615a2.17 2.17 0 0 1-2.164-2.17c0-1.191.97-2.16 2.164-2.16h.057v-.44a.75.75 0 0 1 1.5 0v.44h1.068a.75.75 0 0 1 0 1.5h-2.625a.663.663 0 0 0-.664.66c0 .37.298.67.664.67h1.615c1.193 0 2.164.969 2.164 2.16s-.971 2.16-2.164 2.16M12 3.062c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5c0-5.237-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
11273
11295
|
};
|
|
11274
11296
|
var DollarCircle3Bold_default = DollarCircle3Bold;
|
|
11275
11297
|
|
|
11276
11298
|
// src/DocumentBold.tsx
|
|
11277
|
-
import * as
|
|
11299
|
+
import * as React513 from "react";
|
|
11278
11300
|
var DocumentBold = (_a) => {
|
|
11279
11301
|
var _b = _a, {
|
|
11280
11302
|
size = 24,
|
|
@@ -11291,12 +11313,12 @@ var DocumentBold = (_a) => {
|
|
|
11291
11313
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11292
11314
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11293
11315
|
const resolvedViewBox = "0 0 24 24";
|
|
11294
|
-
return /* @__PURE__ */
|
|
11316
|
+
return /* @__PURE__ */ React513.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React513.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.81 2h8.381C19.28 2 21 3.78 21 6.83v10.33c0 3.1-1.72 4.84-4.809 4.84H7.81C4.77 22 3 20.26 3 17.16V6.83C3 3.78 4.77 2 7.81 2m.27 4.66v-.01h2.989c.431 0 .781.35.781.779 0 .44-.35.79-.781.79H8.08a.78.78 0 0 1 0-1.56m0 6.08h7.84a.781.781 0 0 0 0-1.561H8.08a.781.781 0 0 0 0 1.561m0 4.57h7.84c.399-.04.7-.381.7-.78 0-.41-.301-.75-.7-.79H8.08a.795.795 0 0 0-.75 1.21c.16.25.45.4.75.36", clipRule: "evenodd" }));
|
|
11295
11317
|
};
|
|
11296
11318
|
var DocumentBold_default = DocumentBold;
|
|
11297
11319
|
|
|
11298
11320
|
// src/DocumentPin2LinesBold.tsx
|
|
11299
|
-
import * as
|
|
11321
|
+
import * as React514 from "react";
|
|
11300
11322
|
var DocumentPin2LinesBold = (_a) => {
|
|
11301
11323
|
var _b = _a, {
|
|
11302
11324
|
size = 24,
|
|
@@ -11313,12 +11335,12 @@ var DocumentPin2LinesBold = (_a) => {
|
|
|
11313
11335
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11314
11336
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11315
11337
|
const resolvedViewBox = "0 0 24 24";
|
|
11316
|
-
return /* @__PURE__ */
|
|
11338
|
+
return /* @__PURE__ */ React514.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.894 9.239a.75.75 0 0 1 0-1.5h3.885a.75.75 0 0 1 0 1.5zm1.585 4.196H7.894a.75.75 0 0 1 0-1.5H9.48a.75.75 0 0 1 0 1.5m2.416 4.916c0-.869.322-1.707.885-2.353a.22.22 0 0 0 .027-.245 3 3 0 0 1-.142-2.529 2.99 2.99 0 0 1 2.791-1.892h2.498c.322 0 .632.053.926.149.137.045.285-.053.285-.197V6.772a4.4 4.4 0 0 0-4.397-4.397H8.13a4.4 4.4 0 0 0-4.397 4.397v9.234a4.403 4.403 0 0 0 4.397 4.397h4.195c.189 0 .285-.253.165-.4a2.6 2.6 0 0 1-.595-1.652", clipRule: "evenodd" }), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.71 18.24-.006-.001h-2.052a.83.83 0 0 1 .292-.525c.814-.456.966-.764 1.015-.862.223-.44.19-1.184.023-1.571-.038-.09-.15-.357-.702-.765a.252.252 0 0 1 .177-.434h2.496c.105 0 .198.06.238.158a.4.4 0 0 1 .01.216c-.62.467-.735.734-.771.82-.166.39-.2 1.132.02 1.576.052.102.206.408 1.018.862a.83.83 0 0 1 .29.526zm2.625-1.753a1 1 0 0 0-.09-.06 4 4 0 0 1-.447-.283 1.3 1.3 0 0 1 .005-.234c.07-.07.206-.187.37-.316a1.75 1.75 0 0 0 .413-1.905l-.002-.004a1.745 1.745 0 0 0-1.63-1.103h-2.498c-.723 0-1.362.433-1.63 1.104-.263.663-.101 1.412.481 1.969.107.08.23.185.298.252.01.073.014.174.013.232-.1.08-.287.2-.45.29a1 1 0 0 0-.09.058 2.34 2.34 0 0 0-.932 1.864 1.39 1.39 0 0 0 1.385 1.389h1.423v1.135a.75.75 0 0 0 1.5 0V19.74h1.424a1.39 1.39 0 0 0 1.389-1.39c0-.727-.348-1.424-.931-1.863", clipRule: "evenodd" }));
|
|
11317
11339
|
};
|
|
11318
11340
|
var DocumentPin2LinesBold_default = DocumentPin2LinesBold;
|
|
11319
11341
|
|
|
11320
11342
|
// src/DocumentPencilBold.tsx
|
|
11321
|
-
import * as
|
|
11343
|
+
import * as React515 from "react";
|
|
11322
11344
|
var DocumentPencilBold = (_a) => {
|
|
11323
11345
|
var _b = _a, {
|
|
11324
11346
|
size = 24,
|
|
@@ -11335,12 +11357,12 @@ var DocumentPencilBold = (_a) => {
|
|
|
11335
11357
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11336
11358
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11337
11359
|
const resolvedViewBox = "0 0 24 24";
|
|
11338
|
-
return /* @__PURE__ */
|
|
11360
|
+
return /* @__PURE__ */ React515.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.768 7.236c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787L17.57 4.43l-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.668 14.63h-4.73a.75.75 0 1 1 0-1.5h4.73a.75.75 0 0 1 0 1.5m-4.73-5.628h2.469a.75.75 0 0 1 0 1.5h-2.47a.75.75 0 1 1 0-1.5m8.057 4.364a3.06 3.06 0 0 1 4.174-1.12l.78.451c.032.018.057.043.087.063V9.098a.434.434 0 0 0-.434-.438H16.64c-1.766-.01-3.223-1.472-3.223-3.255V2.266a.445.445 0 0 0-.444-.448H7.82c-2.402 0-4.352 1.978-4.352 4.395V16.72c0 2.534 2.046 4.591 4.555 4.591h4.334c-.038-.114-.083-.225-.107-.344l-.134-.669a3.94 3.94 0 0 1 .449-2.724z", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m18.992 15.731-2.428 4.205a1.18 1.18 0 0 1-.636.524l-.676.206-.134-.672a1.18 1.18 0 0 1 .136-.814l2.428-4.206a.31.31 0 0 1 .418-.112l.78.45a.31.31 0 0 1 .111.419m.637-1.718-.78-.45a1.81 1.81 0 0 0-2.465.661l-2.43 4.207a2.68 2.68 0 0 0-.306 1.856l.133.671a1.518 1.518 0 0 0 1.976 1.143l.652-.221a2.67 2.67 0 0 0 1.454-1.194l2.428-4.206a1.81 1.81 0 0 0-.662-2.467", clipRule: "evenodd" }));
|
|
11339
11361
|
};
|
|
11340
11362
|
var DocumentPencilBold_default = DocumentPencilBold;
|
|
11341
11363
|
|
|
11342
11364
|
// src/DocumentPdfBold.tsx
|
|
11343
|
-
import * as
|
|
11365
|
+
import * as React516 from "react";
|
|
11344
11366
|
var DocumentPdfBold = (_a) => {
|
|
11345
11367
|
var _b = _a, {
|
|
11346
11368
|
size = 24,
|
|
@@ -11357,12 +11379,12 @@ var DocumentPdfBold = (_a) => {
|
|
|
11357
11379
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11358
11380
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11359
11381
|
const resolvedViewBox = "0 0 24 24";
|
|
11360
|
-
return /* @__PURE__ */
|
|
11382
|
+
return /* @__PURE__ */ React516.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.155 9.286h-3.08c-1.84-.01-3.35-1.53-3.35-3.38v-3.26c0-.26-.21-.47-.46-.47h-5.35c-2.5 0-4.52 2.06-4.52 4.57v7.12c0 .145.15.243.29.2a2.5 2.5 0 0 1 .73-.11h1.39c.951 0 1.817.324 2.511.87a.224.224 0 0 0 .305-.032 2.47 2.47 0 0 1 1.874-.848h1.16c1.083 0 2.768 1.01 3.26 1.32a.21.21 0 0 0 .258-.026c.35-.338 1.411-1.294 2.152-1.294h2.5q.257 0 .503.05c.137.029.277-.07.277-.209V9.736c0-.25-.21-.45-.45-.45", clipRule: "evenodd" }), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.207 7.805c.699.007 1.67.01 2.494.007a.483.483 0 0 0 .344-.817c-.53-.555-1.265-1.328-2.005-2.106l-2.031-2.132a.478.478 0 0 0-.824.338v2.668c0 1.12.913 2.042 2.022 2.042M5.81 18.796h-.647v-1.593h.647a.798.798 0 0 1 0 1.593m0-3.093H4.413a.75.75 0 0 0-.75.75v4.615a.75.75 0 0 0 1.5 0v-.772h.647a2.3 2.3 0 0 0 2.297-2.297 2.3 2.3 0 0 0-2.297-2.296m14.017-.004h-2.506a.75.75 0 0 0-.75.75v4.626a.75.75 0 0 0 1.5 0v-1.177h1.371a.75.75 0 0 0 0-1.5h-1.371v-1.199h1.756a.75.75 0 0 0 0-1.5m-7.07 4.168a1.56 1.56 0 0 1-1.106.457h-.406V17.2h.406c.418 0 .81.162 1.106.458.295.294.458.688.458 1.105s-.163.81-.458 1.104M11.65 15.7h-1.156a.75.75 0 0 0-.75.75v4.625c0 .415.336.75.75.75h1.156c.818 0 1.587-.319 2.166-.898a3.04 3.04 0 0 0 .898-2.165 3.04 3.04 0 0 0-.897-2.166 3.05 3.05 0 0 0-2.167-.896", clipRule: "evenodd" }));
|
|
11361
11383
|
};
|
|
11362
11384
|
var DocumentPdfBold_default = DocumentPdfBold;
|
|
11363
11385
|
|
|
11364
11386
|
// src/DocumentBadgePlusBold.tsx
|
|
11365
|
-
import * as
|
|
11387
|
+
import * as React517 from "react";
|
|
11366
11388
|
var DocumentBadgePlusBold = (_a) => {
|
|
11367
11389
|
var _b = _a, {
|
|
11368
11390
|
size = 24,
|
|
@@ -11379,12 +11401,12 @@ var DocumentBadgePlusBold = (_a) => {
|
|
|
11379
11401
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11380
11402
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11381
11403
|
const resolvedViewBox = "0 0 24 24";
|
|
11382
|
-
return /* @__PURE__ */
|
|
11404
|
+
return /* @__PURE__ */ React517.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.059 15.378H7.83a.75.75 0 0 1 0-1.5h7.229a.75.75 0 0 1 0 1.5M7.83 9.642h3.337a.75.75 0 0 1 0 1.5H7.83a.75.75 0 0 1 0-1.5m6.904-4.262c0-.33.041-.648.106-.958a.206.206 0 0 0-.199-.25H7.227c-3.159 0-5.282 2.222-5.282 5.527v5.616c0 3.305 2.123 5.527 5.282 5.527h8.434c3.161 0 5.284-2.222 5.284-5.527v-4.838a.206.206 0 0 0-.25-.199c-.31.065-.628.106-.957.106a5.004 5.004 0 0 1-5.004-5.004", clipRule: "evenodd" }), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.305 5.11h-1.2V3.907a.75.75 0 0 0-1.5 0V5.11h-1.2a.75.75 0 0 0 0 1.5h1.2v1.2a.75.75 0 0 0 1.5 0v-1.2h1.2a.75.75 0 0 0 0-1.5", clipRule: "evenodd" }));
|
|
11383
11405
|
};
|
|
11384
11406
|
var DocumentBadgePlusBold_default = DocumentBadgePlusBold;
|
|
11385
11407
|
|
|
11386
11408
|
// src/DiscoveryBold.tsx
|
|
11387
|
-
import * as
|
|
11409
|
+
import * as React518 from "react";
|
|
11388
11410
|
var DiscoveryBold = (_a) => {
|
|
11389
11411
|
var _b = _a, {
|
|
11390
11412
|
size = 24,
|
|
@@ -11401,12 +11423,12 @@ var DiscoveryBold = (_a) => {
|
|
|
11401
11423
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11402
11424
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11403
11425
|
const resolvedViewBox = "0 0 24 24";
|
|
11404
|
-
return /* @__PURE__ */
|
|
11426
|
+
return /* @__PURE__ */ React518.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React518.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10 0 5.53-4.48 10-10 10-5.53 0-10-4.47-10-10m12.23 1.83 1.62-5.12a.45.45 0 0 0-.56-.57l-5.12 1.6c-.21.07-.38.23-.44.44l-1.6 5.13c-.11.34.22.67.56.56l5.1-1.6c.21-.06.38-.23.44-.44", clipRule: "evenodd" }));
|
|
11405
11427
|
};
|
|
11406
11428
|
var DiscoveryBold_default = DiscoveryBold;
|
|
11407
11429
|
|
|
11408
11430
|
// src/DiscountBold.tsx
|
|
11409
|
-
import * as
|
|
11431
|
+
import * as React519 from "react";
|
|
11410
11432
|
var DiscountBold = (_a) => {
|
|
11411
11433
|
var _b = _a, {
|
|
11412
11434
|
size = 24,
|
|
@@ -11423,12 +11445,12 @@ var DiscountBold = (_a) => {
|
|
|
11423
11445
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11424
11446
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11425
11447
|
const resolvedViewBox = "0 0 24 24";
|
|
11426
|
-
return /* @__PURE__ */
|
|
11448
|
+
return /* @__PURE__ */ React519.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React519.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.4 9.146.72.72c.57.56.88 1.32.88 2.12a2.98 2.98 0 0 1-.88 2.15l-.01.01-.71.71a1.5 1.5 0 0 0-.441 1.061v1.03c0 1.66-1.35 3.01-3.011 3.01h-1.03c-.4 0-.78.16-1.06.44l-.721.72c-.59.59-1.36.88-2.13.88a3.03 3.03 0 0 1-2.132-.87l-.73-.73c-.28-.28-.66-.44-1.06-.44h-1.03a3.014 3.014 0 0 1-3.012-3.01v-1.03c0-.4-.16-.78-.44-1.07l-.72-.71a3.02 3.02 0 0 1-.01-4.26l.73-.73c.28-.28.44-.66.44-1.07v-1.02c0-1.66 1.35-3.01 3.011-3.01h1.03c.4 0 .781-.16 1.061-.44l.72-.72a3.02 3.02 0 0 1 4.262-.01l.73.73c.28.28.66.44 1.06.44h1.03a3.013 3.013 0 0 1 3.012 3.01v1.03c0 .4.16.78.44 1.06m-10.975 6.3c.24 0 .46-.09.62-.26l5.142-5.139a.88.88 0 0 0 0-1.241.87.87 0 0 0-1.23 0l-5.142 5.14c-.34.34-.34.9 0 1.24.16.17.38.26.61.26m4.272-.88a.875.875 0 1 0 1.75.01.875.875 0 0 0-1.75-.01m-4.262-6.01c.48 0 .87.39.87.87 0 .491-.39.88-.87.88a.88.88 0 0 1-.88-.88c0-.48.4-.87.88-.87", clipRule: "evenodd" }));
|
|
11427
11449
|
};
|
|
11428
11450
|
var DiscountBold_default = DiscountBold;
|
|
11429
11451
|
|
|
11430
11452
|
// src/DeleteBold.tsx
|
|
11431
|
-
import * as
|
|
11453
|
+
import * as React520 from "react";
|
|
11432
11454
|
var DeleteBold = (_a) => {
|
|
11433
11455
|
var _b = _a, {
|
|
11434
11456
|
size = 24,
|
|
@@ -11445,12 +11467,12 @@ var DeleteBold = (_a) => {
|
|
|
11445
11467
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11446
11468
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11447
11469
|
const resolvedViewBox = "0 0 24 24";
|
|
11448
|
-
return /* @__PURE__ */
|
|
11470
|
+
return /* @__PURE__ */ React520.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React520.createElement("path", { fill: "currentColor", d: "M18.94 8.697c.198 0 .38.087.522.234a.75.75 0 0 1 .182.558c-.002.082-.534 6.81-.838 9.645-.191 1.74-1.313 2.798-2.996 2.827-1.295.029-2.56.039-3.806.039-1.323 0-2.617-.01-3.872-.04-1.627-.038-2.75-1.114-2.93-2.826-.314-2.844-.837-9.564-.848-9.645a.8.8 0 0 1 .19-.558.7.7 0 0 1 .524-.234zM14.063 2c.884 0 1.674.617 1.903 1.497l.164.73a1.28 1.28 0 0 0 1.24 1.016h2.916c.389 0 .713.323.713.734v.38a.73.73 0 0 1-.713.734H3.714A.73.73 0 0 1 3 6.357v-.38c0-.411.324-.734.714-.734H6.63c.592 0 1.107-.422 1.24-1.015l.153-.682C8.261 2.617 9.042 2 9.936 2z" }));
|
|
11449
11471
|
};
|
|
11450
11472
|
var DeleteBold_default = DeleteBold;
|
|
11451
11473
|
|
|
11452
11474
|
// src/DcoumentAnalyzeBold.tsx
|
|
11453
|
-
import * as
|
|
11475
|
+
import * as React521 from "react";
|
|
11454
11476
|
var DcoumentAnalyzeBold = (_a) => {
|
|
11455
11477
|
var _b = _a, {
|
|
11456
11478
|
size = 24,
|
|
@@ -11467,12 +11489,12 @@ var DcoumentAnalyzeBold = (_a) => {
|
|
|
11467
11489
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11468
11490
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11469
11491
|
const resolvedViewBox = "0 0 24 24";
|
|
11470
|
-
return /* @__PURE__ */
|
|
11492
|
+
return /* @__PURE__ */ React521.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.016 7.671c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787l-1.93-2.027-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.604 12.17-2.301 2.969a.75.75 0 0 1-1.055.13l-2.088-1.637-1.89 2.455a.75.75 0 1 1-1.188-.915l2.35-3.055a.753.753 0 0 1 1.058-.133l2.09 1.64 1.838-2.373a.75.75 0 0 1 1.186.919m4.247-3.075h-2.962c-1.766-.01-3.223-1.472-3.223-3.255V2.702a.444.444 0 0 0-.444-.448H8.069c-2.403 0-4.352 1.978-4.352 4.395v10.506c0 2.534 2.046 4.59 4.555 4.59h7.67c2.404 0 4.343-1.96 4.343-4.376V9.534a.435.435 0 0 0-.434-.44", clipRule: "evenodd" }));
|
|
11471
11493
|
};
|
|
11472
11494
|
var DcoumentAnalyzeBold_default = DcoumentAnalyzeBold;
|
|
11473
11495
|
|
|
11474
11496
|
// src/Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold.tsx
|
|
11475
|
-
import * as
|
|
11497
|
+
import * as React522 from "react";
|
|
11476
11498
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
11477
11499
|
var _b = _a, {
|
|
11478
11500
|
size = 24,
|
|
@@ -11489,12 +11511,12 @@ var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
|
11489
11511
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11490
11512
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11491
11513
|
const resolvedViewBox = "0 0 24 24";
|
|
11492
|
-
return /* @__PURE__ */
|
|
11514
|
+
return /* @__PURE__ */ React522.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React522.createElement("path", { fill: "currentColor", d: "M3.333 9.167a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.593-.24h5q.354 0 .594.24t.24.593v5q0 .354-.24.594a.8.8 0 0 1-.594.24zm8.334 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.594-.24h5q.354 0 .593.24.24.24.24.593v5q0 .354-.24.594a.8.8 0 0 1-.593.24zM3.333 17.5a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.593v-5q0-.354.24-.594t.593-.24h5q.354 0 .594.24t.24.594v5q0 .354-.24.593a.8.8 0 0 1-.594.24zm10.834 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.593V15h-1.687a.77.77 0 0 1-.584-.24.83.83 0 0 1-.229-.593q0-.354.24-.594t.594-.24h1.666v-1.687q0-.354.24-.584a.83.83 0 0 1 .594-.229q.354 0 .593.24.24.24.24.594v1.666h1.688q.354 0 .583.24.23.24.229.594 0 .354-.24.593a.8.8 0 0 1-.593.24H15v1.688q0 .354-.24.583a.83.83 0 0 1-.593.229" }));
|
|
11493
11515
|
};
|
|
11494
11516
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold_default = Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold;
|
|
11495
11517
|
|
|
11496
11518
|
// src/DangerBold.tsx
|
|
11497
|
-
import * as
|
|
11519
|
+
import * as React523 from "react";
|
|
11498
11520
|
var DangerBold = (_a) => {
|
|
11499
11521
|
var _b = _a, {
|
|
11500
11522
|
size = 24,
|
|
@@ -11511,12 +11533,12 @@ var DangerBold = (_a) => {
|
|
|
11511
11533
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11512
11534
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11513
11535
|
const resolvedViewBox = "0 0 24 24";
|
|
11514
|
-
return /* @__PURE__ */
|
|
11536
|
+
return /* @__PURE__ */ React523.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React523.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.477 4.442 7.269 12.615c.16.377.23.683.25 1.001a2.76 2.76 0 0 1-.73 2.021 2.84 2.84 0 0 1-1.95.921H4.68c-.31-.019-.62-.09-.91-.198-1.45-.585-2.15-2.23-1.56-3.656L9.53 4.433a2.73 2.73 0 0 1 1.099-1.08 2.85 2.85 0 0 1 3.85 1.09m-1.61 8.314c0 .475-.39.873-.87.873a.884.884 0 0 1-.88-.873V9.952c0-.476.4-.862.88-.862s.87.386.87.862zm-.87 4.262a.884.884 0 0 1-.88-.872c0-.477.4-.873.88-.873s.87.387.87.862c0 .485-.39.883-.87.883", clipRule: "evenodd" }));
|
|
11515
11537
|
};
|
|
11516
11538
|
var DangerBold_default = DangerBold;
|
|
11517
11539
|
|
|
11518
11540
|
// src/CounterClockwiseUndoBold.tsx
|
|
11519
|
-
import * as
|
|
11541
|
+
import * as React524 from "react";
|
|
11520
11542
|
var CounterClockwiseUndoBold = (_a) => {
|
|
11521
11543
|
var _b = _a, {
|
|
11522
11544
|
size = 24,
|
|
@@ -11533,12 +11555,12 @@ var CounterClockwiseUndoBold = (_a) => {
|
|
|
11533
11555
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11534
11556
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11535
11557
|
const resolvedViewBox = "0 0 24 24";
|
|
11536
|
-
return /* @__PURE__ */
|
|
11558
|
+
return /* @__PURE__ */ React524.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.978 7.624a9.93 9.93 0 0 0-5.72-5.07A9.99 9.99 0 0 0 4.915 4.935v-.668a1 1 0 0 0-2 0v3.3a1 1 0 0 0 1 1h3.28a1 1 0 1 0 0-2H6.129a8 8 0 0 1 8.476-2.125A7.94 7.94 0 0 1 19.18 8.5a7.93 7.93 0 0 1 .367 6.104 7.93 7.93 0 0 1-4.056 4.586 7.92 7.92 0 0 1-6.108.363 7.97 7.97 0 0 1-5.094-5.41 1 1 0 1 0-1.928.532 9.96 9.96 0 0 0 6.369 6.77c1.072.37 2.176.555 3.278.555a9.9 9.9 0 0 0 4.358-1.012 9.9 9.9 0 0 0 5.07-5.732 9.9 9.9 0 0 0-.459-7.63", clipRule: "evenodd" }), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.984 15.568a1 1 0 0 0 .513-.142l3.174-1.9c.3-.18.486-.507.486-.858v-4.1a1 1 0 0 0-2 0v3.533l-2.688 1.61a1 1 0 0 0 .515 1.857", clipRule: "evenodd" }));
|
|
11537
11559
|
};
|
|
11538
11560
|
var CounterClockwiseUndoBold_default = CounterClockwiseUndoBold;
|
|
11539
11561
|
|
|
11540
11562
|
// src/ColorPaletteBold.tsx
|
|
11541
|
-
import * as
|
|
11563
|
+
import * as React525 from "react";
|
|
11542
11564
|
var ColorPaletteBold = (_a) => {
|
|
11543
11565
|
var _b = _a, {
|
|
11544
11566
|
size = 24,
|
|
@@ -11555,12 +11577,12 @@ var ColorPaletteBold = (_a) => {
|
|
|
11555
11577
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11556
11578
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11557
11579
|
const resolvedViewBox = "0 0 24 24";
|
|
11558
|
-
return /* @__PURE__ */
|
|
11580
|
+
return /* @__PURE__ */ React525.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.45 7.007a3.25 3.25 0 1 1 6.5 0v11c0 1.8-1.45 3.25-3.25 3.25a3.25 3.25 0 0 1-3.25-3.25v-5.935c.03.01.06 0 .09 0h-.011l-.01-.001-.01-.001c-.02-.002-.04-.005-.06.002zm4.15 11.05c0-.49-.4-.9-.9-.9-.49 0-.9.41-.9.9 0 .5.41.9.9.9.5 0 .9-.4.9-.9", clipRule: "evenodd" }), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", d: "M18.477 7.895c-.91-2.48-3.81-2.92-5.42-1.31l-2.512 2.493a.4.4 0 0 0-.118.282l-.047 8.609a.2.2 0 0 0 .341.142l7.016-7.006c.84-.84 1.15-2.09.74-3.21m-2.366 6.981a.4.4 0 0 1 .28-.114h2.282c2.278 0 4.015 2.357 2.905 4.76-.498 1.076-1.608 1.74-2.794 1.74h-8.672a.2.2 0 0 1-.14-.343z" }));
|
|
11559
11581
|
};
|
|
11560
11582
|
var ColorPaletteBold_default = ColorPaletteBold;
|
|
11561
11583
|
|
|
11562
11584
|
// src/CodeBold.tsx
|
|
11563
|
-
import * as
|
|
11585
|
+
import * as React526 from "react";
|
|
11564
11586
|
var CodeBold = (_a) => {
|
|
11565
11587
|
var _b = _a, {
|
|
11566
11588
|
size = 24,
|
|
@@ -11577,12 +11599,12 @@ var CodeBold = (_a) => {
|
|
|
11577
11599
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11578
11600
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11579
11601
|
const resolvedViewBox = "0 0 24 24";
|
|
11580
|
-
return /* @__PURE__ */
|
|
11602
|
+
return /* @__PURE__ */ React526.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React526.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.243 12.531-2.65 2.649a.74.74 0 0 1-.53.22.749.749 0 0 1-.53-1.28l2.119-2.119-2.119-2.119a.75.75 0 0 1 1.06-1.061l2.65 2.649a.75.75 0 0 1 0 1.061m-6.775 1.589a.749.749 0 1 1-1.06 1.06l-2.649-2.649a.75.75 0 0 1 0-1.061l2.649-2.649a.749.749 0 1 1 1.06 1.061l-2.119 2.119zm5.75-11.62H7.783C4.623 2.5 2.5 4.72 2.5 8.026v7.947c0 3.306 2.123 5.527 5.283 5.527h8.434c3.16 0 5.283-2.221 5.283-5.527V8.026c0-3.306-2.123-5.526-5.282-5.526", clipRule: "evenodd" }));
|
|
11581
11603
|
};
|
|
11582
11604
|
var CodeBold_default = CodeBold;
|
|
11583
11605
|
|
|
11584
11606
|
// src/CloudRemoveBold.tsx
|
|
11585
|
-
import * as
|
|
11607
|
+
import * as React527 from "react";
|
|
11586
11608
|
var CloudRemoveBold = (_a) => {
|
|
11587
11609
|
var _b = _a, {
|
|
11588
11610
|
size = 24,
|
|
@@ -11599,12 +11621,12 @@ var CloudRemoveBold = (_a) => {
|
|
|
11599
11621
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11600
11622
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11601
11623
|
const resolvedViewBox = "0 0 24 24";
|
|
11602
|
-
return /* @__PURE__ */
|
|
11624
|
+
return /* @__PURE__ */ React527.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.509 8.845a.21.21 0 0 1-.183-.177c-.285-1.832-1.752-4.742-5.324-4.742s-5.04 2.91-5.325 4.742a.21.21 0 0 1-.183.177c-2.359.289-3.957 2.098-3.957 4.584a4.64 4.64 0 0 0 2.74 4.222c.776.314 1.554.37 2.37.373a.21.21 0 0 0 .173-.094c.15-.22.33-.407.518-.594a.2.2 0 0 0 0-.283l-.217-.217a2.501 2.501 0 0 1 3.537-3.535l.216.216a.2.2 0 0 0 .283 0l.215-.216a2.501 2.501 0 0 1 3.537 3.535l-.217.217a.2.2 0 0 0 0 .283c.188.187.369.375.518.595a.21.21 0 0 0 .173.093c.815-.004 1.59-.067 2.365-.377a4.64 4.64 0 0 0 2.716-4.218c0-2.486-1.596-4.295-3.955-4.584", clipRule: "evenodd" }), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.67 14.539a.75.75 0 0 0-1.061 0l-1.595 1.595-1.595-1.595a.75.75 0 0 0-1.061 1.06l1.596 1.596-1.596 1.595a.752.752 0 0 0 .53 1.28.75.75 0 0 0 .53-.22l1.596-1.594 1.595 1.595a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-1.594-1.595L14.67 15.6a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
|
|
11603
11625
|
};
|
|
11604
11626
|
var CloudRemoveBold_default = CloudRemoveBold;
|
|
11605
11627
|
|
|
11606
11628
|
// src/CloseSquareBold.tsx
|
|
11607
|
-
import * as
|
|
11629
|
+
import * as React528 from "react";
|
|
11608
11630
|
var CloseSquareBold = (_a) => {
|
|
11609
11631
|
var _b = _a, {
|
|
11610
11632
|
size = 24,
|
|
@@ -11621,12 +11643,12 @@ var CloseSquareBold = (_a) => {
|
|
|
11621
11643
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11622
11644
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11623
11645
|
const resolvedViewBox = "0 0 24 24";
|
|
11624
|
-
return /* @__PURE__ */
|
|
11646
|
+
return /* @__PURE__ */ React528.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React528.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m7.34 13a.87.87 0 0 0 0-1.23l-1.78-1.78 1.78-1.78a.88.88 0 0 0 0-1.24.88.88 0 0 0-1.24 0L12 10.75l-1.78-1.78a.88.88 0 0 0-1.24 0 .88.88 0 0 0 0 1.24l1.78 1.78-1.78 1.77a.88.88 0 0 0 .62 1.5c.23 0 .45-.09.62-.26L12 13.23 13.78 15c.17.18.39.26.61.26.23 0 .45-.09.62-.26", clipRule: "evenodd" }));
|
|
11625
11647
|
};
|
|
11626
11648
|
var CloseSquareBold_default = CloseSquareBold;
|
|
11627
11649
|
|
|
11628
11650
|
// src/ClockOffSleepBold.tsx
|
|
11629
|
-
import * as
|
|
11651
|
+
import * as React529 from "react";
|
|
11630
11652
|
var ClockOffSleepBold = (_a) => {
|
|
11631
11653
|
var _b = _a, {
|
|
11632
11654
|
size = 24,
|
|
@@ -11643,12 +11665,12 @@ var ClockOffSleepBold = (_a) => {
|
|
|
11643
11665
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11644
11666
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11645
11667
|
const resolvedViewBox = "0 0 24 24";
|
|
11646
|
-
return /* @__PURE__ */
|
|
11668
|
+
return /* @__PURE__ */ React529.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.111 14.956a.75.75 0 0 1-1.028.258l-3.175-1.9a.75.75 0 0 1-.365-.644V8.581a.75.75 0 1 1 1.5 0v3.664l2.81 1.682a.75.75 0 0 1 .258 1.029m4.8-4.045a5.627 5.627 0 0 1-5.281-7.57.306.306 0 0 0-.186-.402A9.4 9.4 0 0 0 11.62 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.261 9.5-9.5q-.002-.446-.048-.88a.31.31 0 0 0-.355-.267 6 6 0 0 1-.808.058", clipRule: "evenodd" }), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.129 8.1h-3.49a.749.749 0 0 1-.555-1.254l2.353-2.596h-1.798a.75.75 0 0 1 0-1.5h3.49a.751.751 0 0 1 .556 1.254L19.33 6.6h1.798a.75.75 0 0 1 0 1.5", clipRule: "evenodd" }));
|
|
11647
11669
|
};
|
|
11648
11670
|
var ClockOffSleepBold_default = ClockOffSleepBold;
|
|
11649
11671
|
|
|
11650
11672
|
// src/ClockAddPlusBold.tsx
|
|
11651
|
-
import * as
|
|
11673
|
+
import * as React530 from "react";
|
|
11652
11674
|
var ClockAddPlusBold = (_a) => {
|
|
11653
11675
|
var _b = _a, {
|
|
11654
11676
|
size = 24,
|
|
@@ -11665,12 +11687,12 @@ var ClockAddPlusBold = (_a) => {
|
|
|
11665
11687
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11666
11688
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11667
11689
|
const resolvedViewBox = "0 0 24 24";
|
|
11668
|
-
return /* @__PURE__ */
|
|
11690
|
+
return /* @__PURE__ */ React530.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.88 12.67a.75.75 0 0 1-.365.644l-3.175 1.9a.747.747 0 0 1-1.028-.258.75.75 0 0 1 .258-1.029l2.81-1.682V8.58a.75.75 0 0 1 1.5 0zm.646 5.348a4.96 4.96 0 0 1 4.962-4.963c.815 0 1.578.204 2.254.554.187.097.423-.006.454-.214A9.4 9.4 0 0 0 21.302 12c0-5.238-4.262-9.5-9.5-9.5s-9.5 4.262-9.5 9.5 4.262 9.5 9.5 9.5c.823 0 1.622-.105 2.385-.303.204-.053.28-.298.164-.474a4.9 4.9 0 0 1-.825-2.705", clipRule: "evenodd" }), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.896 21.299a.75.75 0 0 1-.75-.75v-1.62h-1.62a.75.75 0 0 1 0-1.5h1.62v-1.617a.75.75 0 1 1 1.5 0v1.618h1.618a.75.75 0 0 1 0 1.5h-1.618v1.619a.75.75 0 0 1-.75.75", clipRule: "evenodd" }));
|
|
11669
11691
|
};
|
|
11670
11692
|
var ClockAddPlusBold_default = ClockAddPlusBold;
|
|
11671
11693
|
|
|
11672
11694
|
// src/CheckCircleBold.tsx
|
|
11673
|
-
import * as
|
|
11695
|
+
import * as React531 from "react";
|
|
11674
11696
|
var CheckCircleBold = (_a) => {
|
|
11675
11697
|
var _b = _a, {
|
|
11676
11698
|
size = 24,
|
|
@@ -11687,12 +11709,12 @@ var CheckCircleBold = (_a) => {
|
|
|
11687
11709
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11688
11710
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11689
11711
|
const resolvedViewBox = "0 0 24 24";
|
|
11690
|
-
return /* @__PURE__ */
|
|
11712
|
+
return /* @__PURE__ */ React531.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React531.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.993 10.222-4.618 4.618a.746.746 0 0 1-1.061 0l-2.309-2.309a.75.75 0 0 1 1.06-1.061l1.78 1.779 4.087-4.088a.75.75 0 1 1 1.061 1.061M12 2.5c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.261 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
11691
11713
|
};
|
|
11692
11714
|
var CheckCircleBold_default = CheckCircleBold;
|
|
11693
11715
|
|
|
11694
11716
|
// src/ChatBold.tsx
|
|
11695
|
-
import * as
|
|
11717
|
+
import * as React532 from "react";
|
|
11696
11718
|
var ChatBold = (_a) => {
|
|
11697
11719
|
var _b = _a, {
|
|
11698
11720
|
size = 24,
|
|
@@ -11709,12 +11731,12 @@ var ChatBold = (_a) => {
|
|
|
11709
11731
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11710
11732
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11711
11733
|
const resolvedViewBox = "0 0 24 24";
|
|
11712
|
-
return /* @__PURE__ */
|
|
11734
|
+
return /* @__PURE__ */ React532.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React532.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.581 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.57-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.581 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.57-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }));
|
|
11713
11735
|
};
|
|
11714
11736
|
var ChatBold_default = ChatBold;
|
|
11715
11737
|
|
|
11716
11738
|
// src/ChatQuoteBold.tsx
|
|
11717
|
-
import * as
|
|
11739
|
+
import * as React533 from "react";
|
|
11718
11740
|
var ChatQuoteBold = (_a) => {
|
|
11719
11741
|
var _b = _a, {
|
|
11720
11742
|
size = 24,
|
|
@@ -11731,12 +11753,12 @@ var ChatQuoteBold = (_a) => {
|
|
|
11731
11753
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11732
11754
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11733
11755
|
const resolvedViewBox = "0 0 24 24";
|
|
11734
|
-
return /* @__PURE__ */
|
|
11756
|
+
return /* @__PURE__ */ React533.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.28 11.692a.75.75 0 0 1-.71-.643 4.2 4.2 0 0 0-.321.828c-.188.69-.138 1.31.138 1.7a1.17 1.17 0 0 0 1.229.443c.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.855-.41m-5.962.001a.75.75 0 0 1-.71-.642 4.2 4.2 0 0 0-.321.828c-.187.689-.136 1.309.139 1.7.263.376.79.566 1.229.442.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.856-.41", clipRule: "evenodd" }), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.815 13.679a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.541-.768-.67-1.82-.36-2.958a5.83 5.83 0 0 1 2.213-3.196.75.75 0 1 1 .875 1.218 4.2 4.2 0 0 0-.763.71.8.8 0 0 1 .22-.022 2.73 2.73 0 0 1 1.913.913c.619.699.828 1.66.557 2.573m-5.961 0a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.54-.767-.67-1.818-.36-2.957a5.84 5.84 0 0 1 2.213-3.197.75.75 0 0 1 .875 1.218c-.28.202-.537.443-.763.71a.8.8 0 0 1 .22-.022c.73.032 1.427.364 1.913.913.62.699.828 1.66.557 2.573m5.509-9.84H7.24a4.2 4.2 0 0 0-4.19 4.203v6.939a4.2 4.2 0 0 0 4.19 4.203h1.068c.51 0 .988.199 1.349.56l1.422 1.427c.326.328.76.508 1.22.508.462 0 .897-.18 1.223-.508l1.422-1.426a1.9 1.9 0 0 1 1.349-.561h1.069c2.309 0 4.188-1.885 4.188-4.203V8.04c0-2.316-1.88-4.201-4.188-4.201", clipRule: "evenodd" }));
|
|
11735
11757
|
};
|
|
11736
11758
|
var ChatQuoteBold_default = ChatQuoteBold;
|
|
11737
11759
|
|
|
11738
11760
|
// src/ChartBold.tsx
|
|
11739
|
-
import * as
|
|
11761
|
+
import * as React534 from "react";
|
|
11740
11762
|
var ChartBold = (_a) => {
|
|
11741
11763
|
var _b = _a, {
|
|
11742
11764
|
size = 24,
|
|
@@ -11753,12 +11775,12 @@ var ChartBold = (_a) => {
|
|
|
11753
11775
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11754
11776
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11755
11777
|
const resolvedViewBox = "0 0 24 24";
|
|
11756
|
-
return /* @__PURE__ */
|
|
11778
|
+
return /* @__PURE__ */ React534.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React534.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.34c3.4 0 5.32 1.93 5.33 5.33v9.34c0 3.4-1.93 5.33-5.33 5.33H7.33C3.93 22 2 20.07 2 16.67V7.33C2 3.93 3.93 2 7.33 2m4.72 15.86c.43 0 .79-.32.83-.75V6.92a.82.82 0 0 0-.38-.79.84.84 0 0 0-1.28.79v10.19c.05.43.41.75.83.75m4.6 0c.42 0 .78-.32.83-.75v-3.28a.839.839 0 0 0-1.28-.79.81.81 0 0 0-.38.79v3.28c.04.43.4.75.83.75m-8.43-.75a.827.827 0 0 1-.83.75c-.43 0-.79-.32-.83-.75V10.2a.84.84 0 0 1 .39-.79c.27-.17.61-.17.88 0s.42.48.39.79z", clipRule: "evenodd" }));
|
|
11757
11779
|
};
|
|
11758
11780
|
var ChartBold_default = ChartBold;
|
|
11759
11781
|
|
|
11760
11782
|
// src/CategoryBold.tsx
|
|
11761
|
-
import * as
|
|
11783
|
+
import * as React535 from "react";
|
|
11762
11784
|
var CategoryBold = (_a) => {
|
|
11763
11785
|
var _b = _a, {
|
|
11764
11786
|
size = 24,
|
|
@@ -11775,12 +11797,12 @@ var CategoryBold = (_a) => {
|
|
|
11775
11797
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11776
11798
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11777
11799
|
const resolvedViewBox = "0 0 24 24";
|
|
11778
|
-
return /* @__PURE__ */
|
|
11800
|
+
return /* @__PURE__ */ React535.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React535.createElement("path", { fill: "currentColor", d: "M7.92 13.47c1.41 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.13 2.56-2.54 2.56H4.54C3.14 22 2 20.85 2 19.44v-3.41c0-1.42 1.14-2.56 2.54-2.56zm11.54 0c1.4 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.15-2.54-2.56v-3.41c0-1.42 1.13-2.56 2.54-2.56zM7.92 2c1.41 0 2.54 1.15 2.54 2.56v3.41c0 1.42-1.13 2.56-2.54 2.56H4.54C3.14 10.53 2 9.39 2 7.97V4.56C2 3.15 3.14 2 4.54 2zm11.54 0C20.86 2 22 3.15 22 4.56v3.41c0 1.42-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.14-2.54-2.56V4.56c0-1.41 1.13-2.56 2.54-2.56z" }));
|
|
11779
11801
|
};
|
|
11780
11802
|
var CategoryBold_default = CategoryBold;
|
|
11781
11803
|
|
|
11782
11804
|
// src/CaptchaQuestionMarkSquareBold.tsx
|
|
11783
|
-
import * as
|
|
11805
|
+
import * as React536 from "react";
|
|
11784
11806
|
var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
11785
11807
|
var _b = _a, {
|
|
11786
11808
|
size = 24,
|
|
@@ -11797,12 +11819,12 @@ var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
|
11797
11819
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11798
11820
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11799
11821
|
const resolvedViewBox = "0 0 24 24";
|
|
11800
|
-
return /* @__PURE__ */
|
|
11822
|
+
return /* @__PURE__ */ React536.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React536.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.615 12.806-.151.085c-.693.388-.981.611-.976.991a.75.75 0 0 1-.74.76h-.01a.75.75 0 0 1-.75-.74c-.018-1.333 1.084-1.95 1.742-2.32l.15-.084c.635-.351.954-.838.954-1.45 0-1.01-.823-1.832-1.832-1.832s-1.832.822-1.832 1.832a.75.75 0 0 1-1.5 0 3.336 3.336 0 0 1 3.332-3.332 3.336 3.336 0 0 1 3.332 3.332c0 1.165-.611 2.145-1.719 2.758m-1.127 3.766a.75.75 0 0 1-1.5 0c0-.414.336-.773.75-.773s.75.315.75.729zM16.217 2.5H7.782C4.623 2.5 2.5 4.721 2.5 8.027v7.948c0 3.305 2.123 5.525 5.282 5.525h8.434c3.16 0 5.284-2.22 5.284-5.525V8.027c0-3.306-2.123-5.527-5.283-5.527", clipRule: "evenodd" }));
|
|
11801
11823
|
};
|
|
11802
11824
|
var CaptchaQuestionMarkSquareBold_default = CaptchaQuestionMarkSquareBold;
|
|
11803
11825
|
|
|
11804
11826
|
// src/CaptchaDiamondStarBold.tsx
|
|
11805
|
-
import * as
|
|
11827
|
+
import * as React537 from "react";
|
|
11806
11828
|
var CaptchaDiamondStarBold = (_a) => {
|
|
11807
11829
|
var _b = _a, {
|
|
11808
11830
|
size = 24,
|
|
@@ -11819,12 +11841,12 @@ var CaptchaDiamondStarBold = (_a) => {
|
|
|
11819
11841
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11820
11842
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11821
11843
|
const resolvedViewBox = "0 0 24 24";
|
|
11822
|
-
return /* @__PURE__ */
|
|
11844
|
+
return /* @__PURE__ */ React537.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React537.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.23 12.657a13.27 13.27 0 0 1-8.517-8.518.75.75 0 0 0-1.427 0 13.27 13.27 0 0 1-8.517 8.518.75.75 0 0 0 0 1.428 13.27 13.27 0 0 1 8.517 8.517.75.75 0 0 0 1.427 0 13.27 13.27 0 0 1 8.517-8.517.752.752 0 0 0 0-1.428", clipRule: "evenodd" }));
|
|
11823
11845
|
};
|
|
11824
11846
|
var CaptchaDiamondStarBold_default = CaptchaDiamondStarBold;
|
|
11825
11847
|
|
|
11826
11848
|
// src/CameraBold.tsx
|
|
11827
|
-
import * as
|
|
11849
|
+
import * as React538 from "react";
|
|
11828
11850
|
var CameraBold = (_a) => {
|
|
11829
11851
|
var _b = _a, {
|
|
11830
11852
|
size = 24,
|
|
@@ -11841,12 +11863,12 @@ var CameraBold = (_a) => {
|
|
|
11841
11863
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11842
11864
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11843
11865
|
const resolvedViewBox = "0 0 24 24";
|
|
11844
|
-
return /* @__PURE__ */
|
|
11866
|
+
return /* @__PURE__ */ React538.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React538.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.37 4.37 0 0 1 17.64 21H6.36A4.36 4.36 0 0 1 2 16.645V10.71a4.36 4.36 0 0 1 4.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a98 98 0 0 1 .714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91m-6.44 1.548c.47-.47 1.08-.719 1.73-.719s1.26.25 1.72.71.71 1.068.71 1.717A2.44 2.44 0 0 1 12 15.756c-.65 0-1.26-.25-1.72-.71a2.4 2.4 0 0 1-.71-1.718v-.01c-.01-.629.24-1.238.7-1.698m4.5 4.485a3.93 3.93 0 0 1-5.55 0 3.92 3.92 0 0 1-1.15-2.777 3.87 3.87 0 0 1 1.14-2.766A3.92 3.92 0 0 1 12 9.402c1.05 0 2.04.41 2.78 1.15a3.94 3.94 0 0 1 1.15 2.777 3.96 3.96 0 0 1-1.16 2.776", clipRule: "evenodd" }));
|
|
11845
11867
|
};
|
|
11846
11868
|
var CameraBold_default = CameraBold;
|
|
11847
11869
|
|
|
11848
11870
|
// src/CallingBold.tsx
|
|
11849
|
-
import * as
|
|
11871
|
+
import * as React539 from "react";
|
|
11850
11872
|
var CallingBold = (_a) => {
|
|
11851
11873
|
var _b = _a, {
|
|
11852
11874
|
size = 24,
|
|
@@ -11863,12 +11885,12 @@ var CallingBold = (_a) => {
|
|
|
11863
11885
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11864
11886
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11865
11887
|
const resolvedViewBox = "0 0 24 24";
|
|
11866
|
-
return /* @__PURE__ */
|
|
11888
|
+
return /* @__PURE__ */ React539.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.418 5.49a.854.854 0 0 0-1.004.68.86.86 0 0 0 .678 1.01 3.46 3.46 0 0 1 2.743 2.75.86.86 0 0 0 1.006.681.865.865 0 0 0 .677-1.01 5.17 5.17 0 0 0-4.1-4.111" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.356 2.008a.82.82 0 0 0-.625.176.85.85 0 0 0-.323.584.86.86 0 0 0 .757.95 6.91 6.91 0 0 1 6.126 6.138.857.857 0 1 0 1.704-.191c-.454-4.058-3.594-7.206-7.639-7.657" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
11867
11889
|
};
|
|
11868
11890
|
var CallingBold_default = CallingBold;
|
|
11869
11891
|
|
|
11870
11892
|
// src/CallBold.tsx
|
|
11871
|
-
import * as
|
|
11893
|
+
import * as React540 from "react";
|
|
11872
11894
|
var CallBold = (_a) => {
|
|
11873
11895
|
var _b = _a, {
|
|
11874
11896
|
size = 24,
|
|
@@ -11885,12 +11907,12 @@ var CallBold = (_a) => {
|
|
|
11885
11907
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11886
11908
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11887
11909
|
const resolvedViewBox = "0 0 24 24";
|
|
11888
|
-
return /* @__PURE__ */
|
|
11910
|
+
return /* @__PURE__ */ React540.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React540.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.532 12.472c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.493 7.144 3.262 4.672 3.574 4.284c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
11889
11911
|
};
|
|
11890
11912
|
var CallBold_default = CallBold;
|
|
11891
11913
|
|
|
11892
11914
|
// src/CallSilentBold.tsx
|
|
11893
|
-
import * as
|
|
11915
|
+
import * as React541 from "react";
|
|
11894
11916
|
var CallSilentBold = (_a) => {
|
|
11895
11917
|
var _b = _a, {
|
|
11896
11918
|
size = 24,
|
|
@@ -11907,12 +11929,12 @@ var CallSilentBold = (_a) => {
|
|
|
11907
11929
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11908
11930
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11909
11931
|
const resolvedViewBox = "0 0 24 24";
|
|
11910
|
-
return /* @__PURE__ */
|
|
11932
|
+
return /* @__PURE__ */ React541.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React541.createElement("path", { fill: "currentColor", d: "M20.77 2.364c.228 0 .447.103.605.266a.893.893 0 0 1 0 1.23v.009l-9.416 9.645-.546.56.678-.691c3.28 2.693 4.205-1.16 6.528 1.202 2.397 2.447 3.776 2.94.736 6.042-.357.311-2.658 3.84-10.55-3.88l-5.36 5.499a.86.86 0 0 1-.595.254.9.9 0 0 1-.605-.254.9.9 0 0 1-.129-1.058l.03-.04a.5.5 0 0 1 .07-.091L20.176 2.63a.82.82 0 0 1 .595-.266M3.255 4.386c3.069-3.113 3.545-1.696 5.956.75 2.03 2.072-.602 3.06.477 5.517l-3.501 3.552c-6.43-7.285-3.218-9.464-2.932-9.82" }));
|
|
11911
11933
|
};
|
|
11912
11934
|
var CallSilentBold_default = CallSilentBold;
|
|
11913
11935
|
|
|
11914
11936
|
// src/CallMissedBold.tsx
|
|
11915
|
-
import * as
|
|
11937
|
+
import * as React542 from "react";
|
|
11916
11938
|
var CallMissedBold = (_a) => {
|
|
11917
11939
|
var _b = _a, {
|
|
11918
11940
|
size = 24,
|
|
@@ -11929,12 +11951,12 @@ var CallMissedBold = (_a) => {
|
|
|
11929
11951
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11930
11952
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11931
11953
|
const resolvedViewBox = "0 0 24 24";
|
|
11932
|
-
return /* @__PURE__ */
|
|
11954
|
+
return /* @__PURE__ */ React542.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", d: "m19.337 5.918 2.404-2.413a.88.88 0 0 0 .26-.627.88.88 0 0 0-.26-.627.903.903 0 0 0-1.249 0L18.09 4.664l-2.405-2.413a.903.903 0 0 0-1.249 0 .887.887 0 0 0 0 1.254l2.404 2.413-2.404 2.412a.887.887 0 0 0 0 1.255.903.903 0 0 0 1.25 0l2.404-2.414 2.403 2.414a.88.88 0 0 0 1.249 0 .88.88 0 0 0 .26-.628.88.88 0 0 0-.26-.627z" }), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
11933
11955
|
};
|
|
11934
11956
|
var CallMissedBold_default = CallMissedBold;
|
|
11935
11957
|
|
|
11936
11958
|
// src/CalendarBold.tsx
|
|
11937
|
-
import * as
|
|
11959
|
+
import * as React543 from "react";
|
|
11938
11960
|
var CalendarBold = (_a) => {
|
|
11939
11961
|
var _b = _a, {
|
|
11940
11962
|
size = 24,
|
|
@@ -11951,12 +11973,12 @@ var CalendarBold = (_a) => {
|
|
|
11951
11973
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11952
11974
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11953
11975
|
const resolvedViewBox = "0 0 24 24";
|
|
11954
|
-
return /* @__PURE__ */
|
|
11976
|
+
return /* @__PURE__ */ React543.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React543.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.41 2.769.002.75c2.755.215 4.574 2.092 4.577 4.97L21 16.917c.004 3.138-1.968 5.069-5.128 5.074l-7.72.01c-3.14.004-5.137-1.973-5.141-5.12L3 8.553c-.004-2.898 1.752-4.77 4.506-5.023v-.75a.746.746 0 0 1 .758-.77.747.747 0 0 1 .762.769v.7l5.865-.009v-.7A.747.747 0 0 1 15.65 2a.753.753 0 0 1 .76.769M4.523 8.862l14.948-.02v-.35c-.043-2.15-1.121-3.277-3.056-3.445v.77a.76.76 0 0 1-.758.77.75.75 0 0 1-.762-.768v-.81l-5.865.009v.808c0 .43-.324.77-.759.77a.75.75 0 0 1-.76-.768l-.002-.77c-1.925.193-2.99 1.325-2.987 3.493zm10.718 4.542v.011c.01.46.385.809.84.799a.823.823 0 0 0 .789-.852.83.83 0 0 0-.82-.797.83.83 0 0 0-.81.84m.815 4.488a.85.85 0 0 1-.821-.848.833.833 0 0 1 .809-.852h.01c.464 0 .84.379.84.849a.844.844 0 0 1-.838.851m-4.883-4.472c.02.46.396.819.85.799a.823.823 0 0 0 .78-.86.816.816 0 0 0-.821-.8.854.854 0 0 0-.809.861m.854 4.427a.823.823 0 0 1-.85-.798c0-.46.354-.84.809-.861a.815.815 0 0 1 .82.798c.02.46-.335.84-.779.861m-4.922-4.392c.02.46.396.82.85.799.445-.02.8-.4.778-.86a.815.815 0 0 0-.82-.8.85.85 0 0 0-.808.861m.854 4.397a.82.82 0 0 1-.85-.799.853.853 0 0 1 .809-.86.815.815 0 0 1 .82.798.82.82 0 0 1-.779.861", clipRule: "evenodd" }));
|
|
11955
11977
|
};
|
|
11956
11978
|
var CalendarBold_default = CalendarBold;
|
|
11957
11979
|
|
|
11958
11980
|
// src/CalendarTimeBold.tsx
|
|
11959
|
-
import * as
|
|
11981
|
+
import * as React544 from "react";
|
|
11960
11982
|
var CalendarTimeBold = (_a) => {
|
|
11961
11983
|
var _b = _a, {
|
|
11962
11984
|
size = 24,
|
|
@@ -11973,12 +11995,12 @@ var CalendarTimeBold = (_a) => {
|
|
|
11973
11995
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11974
11996
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11975
11997
|
const resolvedViewBox = "0 0 24 24";
|
|
11976
|
-
return /* @__PURE__ */
|
|
11998
|
+
return /* @__PURE__ */ React544.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.743 10.522c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h8.49c.42 0 .75.33.75.75 0 .41-.33.75-.75.75zm10.63 1.31c.675 0 1.328.113 1.94.331a.21.21 0 0 0 .28-.192V8.212c0-1.41-.43-2.58-1.24-3.4-.72-.72-1.75-1.13-2.98-1.23v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.62v-.92c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.33-.75-.75V3.99a.193.193 0 0 0-.248-.188c-1.908.581-3.012 2.128-3.012 4.411v8.15c0 2.98 1.79 4.75 4.79 4.75h4.963c.162 0 .259-.184.174-.322a5.8 5.8 0 0 1-.857-3.058c0-3.26 2.65-5.9 5.91-5.9", clipRule: "evenodd" }), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.227 19.132a.75.75 0 0 1-1.028.259l-1.236-.738a.75.75 0 0 1-.365-.643v-1.587a.75.75 0 0 1 1.5 0v1.16l.87.52a.75.75 0 0 1 .26 1.029m-1.857-5.803a4.41 4.41 0 0 0-4.404 4.405 4.41 4.41 0 0 0 4.404 4.404 4.41 4.41 0 0 0 4.405-4.404 4.41 4.41 0 0 0-4.405-4.405", clipRule: "evenodd" }));
|
|
11977
11999
|
};
|
|
11978
12000
|
var CalendarTimeBold_default = CalendarTimeBold;
|
|
11979
12001
|
|
|
11980
12002
|
// src/CalendarForwardBold.tsx
|
|
11981
|
-
import * as
|
|
12003
|
+
import * as React545 from "react";
|
|
11982
12004
|
var CalendarForwardBold = (_a) => {
|
|
11983
12005
|
var _b = _a, {
|
|
11984
12006
|
size = 24,
|
|
@@ -11995,12 +12017,12 @@ var CalendarForwardBold = (_a) => {
|
|
|
11995
12017
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11996
12018
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11997
12019
|
const resolvedViewBox = "0 0 24 24";
|
|
11998
|
-
return /* @__PURE__ */
|
|
12020
|
+
return /* @__PURE__ */ React545.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React545.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.663 11.294H8.298a.75.75 0 0 1 0-1.5h7.365a.75.75 0 0 1 0 1.5m.373 5.454-2.064 1.926a.75.75 0 0 1-1.06-.037.75.75 0 0 1 .036-1.061l.67-.626H8.693a.75.75 0 0 1 0-1.5h4.928l-.671-.626a.75.75 0 1 1 1.022-1.097l2.064 1.923a.75.75 0 0 1 0 1.098m3.417-11.421c-.723-.725-1.755-1.134-2.982-1.236v-.966a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.247a.2.2 0 0 0-.2-.2H9.198v-.922a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.5a.193.193 0 0 0-.248-.188c-1.908.576-3.014 2.126-3.014 4.413v8.145c0 2.978 1.792 4.755 4.793 4.755h7.613c3 0 4.793-1.752 4.793-4.686V8.726c.004-1.412-.422-2.587-1.231-3.399", clipRule: "evenodd" }));
|
|
11999
12021
|
};
|
|
12000
12022
|
var CalendarForwardBold_default = CalendarForwardBold;
|
|
12001
12023
|
|
|
12002
12024
|
// src/CalendarEditBold.tsx
|
|
12003
|
-
import * as
|
|
12025
|
+
import * as React546 from "react";
|
|
12004
12026
|
var CalendarEditBold = (_a) => {
|
|
12005
12027
|
var _b = _a, {
|
|
12006
12028
|
size = 24,
|
|
@@ -12017,12 +12039,12 @@ var CalendarEditBold = (_a) => {
|
|
|
12017
12039
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12018
12040
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12019
12041
|
const resolvedViewBox = "0 0 24 24";
|
|
12020
|
-
return /* @__PURE__ */
|
|
12042
|
+
return /* @__PURE__ */ React546.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.208 14.895c-.41 0-.75-.34-.75-.76s.34-.76.75-.76a.76.76 0 1 1 0 1.52m-3.69 0a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m0 3.39a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m5.52-1.31 2.58-2.82.17-.18.73-.8a3.09 3.09 0 0 1 3.206-.855c.137.043.284-.054.284-.198v-1.197a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2v5.64c0 2.98 1.79 4.76 4.79 4.76h4.263c.142 0 .24-.144.201-.28a2.8 2.8 0 0 1-.084-1.07l.09-.82c.09-.82.42-1.57.97-2.18m6.97-8.55c0-1.41-.42-2.59-1.23-3.4-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.201a.193.193 0 0 0-.247-.188c-1.908.572-3.013 2.12-3.013 4.412v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2z", clipRule: "evenodd" }), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.768 16.175-.39.42-1.18-1.18.34-.38c.07-.07.16-.11.25-.11s.17.03.23.09l.74.68c.08.08.1.18.1.24.01.05 0 .15-.09.24m-3.43 3.75c-.17.19-.41.32-.67.37l-.79.13c-.06.01-.1-.02-.12-.04-.03-.02-.05-.06-.05-.12l.09-.82c.03-.23.13-.46.28-.63l2.1-2.3 1.19 1.19zm4.43-5.33-.73-.68c-.74-.69-1.91-.64-2.6.1l-.8.88s-.01 0-.01.01c-.01 0-.01.01-.02.02l-2.64 2.88c-.37.42-.6.93-.66 1.48l-.09.82c-.05.52.13 1.02.51 1.37.31.29.7.45 1.12.45.09 0 .18-.01.27-.02l.8-.14c.59-.1 1.14-.4 1.53-.84l3.42-3.73c.34-.36.51-.83.49-1.32s-.23-.95-.59-1.28", clipRule: "evenodd" }));
|
|
12021
12043
|
};
|
|
12022
12044
|
var CalendarEditBold_default = CalendarEditBold;
|
|
12023
12045
|
|
|
12024
12046
|
// src/CalendarCheckBold.tsx
|
|
12025
|
-
import * as
|
|
12047
|
+
import * as React547 from "react";
|
|
12026
12048
|
var CalendarCheckBold = (_a) => {
|
|
12027
12049
|
var _b = _a, {
|
|
12028
12050
|
size = 24,
|
|
@@ -12039,12 +12061,12 @@ var CalendarCheckBold = (_a) => {
|
|
|
12039
12061
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12040
12062
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12041
12063
|
const resolvedViewBox = "0 0 24 24";
|
|
12042
|
-
return /* @__PURE__ */
|
|
12064
|
+
return /* @__PURE__ */ React547.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React547.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.869 15.74a.75.75 0 0 1 1.06.002l1.224 1.227 3.087-3.088a.751.751 0 0 1 1.06 1.06l-3.617 3.62a.747.747 0 0 1-1.061-.002l-1.755-1.758a.75.75 0 0 1 .002-1.06m-5.385 1.125c0 2.98 1.79 4.76 4.79 4.76h7.62c3 0 4.79-1.75 4.79-4.69v-5.71a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2zm15.97-11.541c-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.501a.193.193 0 0 0-.247-.189c-1.908.573-3.013 2.12-3.013 4.413v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2v-.6c0-1.41-.42-2.59-1.23-3.4", clipRule: "evenodd" }));
|
|
12043
12065
|
};
|
|
12044
12066
|
var CalendarCheckBold_default = CalendarCheckBold;
|
|
12045
12067
|
|
|
12046
12068
|
// src/Calendar2Bold.tsx
|
|
12047
|
-
import * as
|
|
12069
|
+
import * as React548 from "react";
|
|
12048
12070
|
var Calendar2Bold = (_a) => {
|
|
12049
12071
|
var _b = _a, {
|
|
12050
12072
|
size = 24,
|
|
@@ -12061,12 +12083,12 @@ var Calendar2Bold = (_a) => {
|
|
|
12061
12083
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12062
12084
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12063
12085
|
const resolvedViewBox = "0 0 24 24";
|
|
12064
|
-
return /* @__PURE__ */
|
|
12086
|
+
return /* @__PURE__ */ React548.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.682 10.503h-8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.5c.41 0 .75.34.75.75s-.34.75-.75.75m3.12-5.7c-.73-.73-1.76-1.14-2.99-1.24v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.71a.2.2 0 0 0-.2-.2h-4.62v-.93a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75V3.97a.193.193 0 0 0-.248-.188c-1.908.58-3.012 2.128-3.012 4.41v8.15c0 2.98 1.79 4.75 4.79 4.75h5.55a.21.21 0 0 0 .19-.29 5 5 0 0 1-.37-1.9 5.09 5.09 0 0 1 6.76-4.806.21.21 0 0 0 .28-.193v-5.7c0-1.42-.42-2.59-1.23-3.4", clipRule: "evenodd" }), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.126 15.735a3.214 3.214 0 0 0-3.211 3.211c0 1.77 1.44 3.211 3.21 3.211a3.215 3.215 0 0 0 3.212-3.21 3.214 3.214 0 0 0-3.211-3.212", clipRule: "evenodd" }));
|
|
12065
12087
|
};
|
|
12066
12088
|
var Calendar2Bold_default = Calendar2Bold;
|
|
12067
12089
|
|
|
12068
12090
|
// src/BuyBold.tsx
|
|
12069
|
-
import * as
|
|
12091
|
+
import * as React549 from "react";
|
|
12070
12092
|
var BuyBold = (_a) => {
|
|
12071
12093
|
var _b = _a, {
|
|
12072
12094
|
size = 24,
|
|
@@ -12083,12 +12105,12 @@ var BuyBold = (_a) => {
|
|
|
12083
12105
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12084
12106
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12085
12107
|
const resolvedViewBox = "0 0 24 24";
|
|
12086
|
-
return /* @__PURE__ */
|
|
12108
|
+
return /* @__PURE__ */ React549.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React549.createElement("path", { fill: "currentColor", d: "M7.427 18.908c.829 0 1.508.694 1.509 1.551 0 .847-.68 1.54-1.51 1.541a1.533 1.533 0 0 1-1.519-1.541c0-.857.68-1.55 1.52-1.55m11.241 0c.83 0 1.509.694 1.509 1.551 0 .847-.68 1.54-1.509 1.541-.84 0-1.52-.694-1.52-1.541 0-.857.68-1.55 1.52-1.55M2.011 2.641a.765.765 0 0 1 .869-.632l2.384.366c.34.062.589.348.619.694l.19 2.286c.03.328.29.572.609.573h13.495c.61 0 1.01.214 1.409.683.4.47.469 1.143.379 1.754l-.95 6.695c-.18 1.286-1.258 2.235-2.527 2.235H7.586c-1.329 0-2.427-1.04-2.537-2.387l-.92-11.125L2.62 3.52a.767.767 0 0 1-.61-.878m12.11 7.061a.75.75 0 0 0-.749.766c0 .418.33.765.75.765h2.767c.42 0 .75-.347.75-.765a.75.75 0 0 0-.75-.766z" }));
|
|
12087
12109
|
};
|
|
12088
12110
|
var BuyBold_default = BuyBold;
|
|
12089
12111
|
|
|
12090
12112
|
// src/BookmarkBold.tsx
|
|
12091
|
-
import * as
|
|
12113
|
+
import * as React550 from "react";
|
|
12092
12114
|
var BookmarkBold = (_a) => {
|
|
12093
12115
|
var _b = _a, {
|
|
12094
12116
|
size = 24,
|
|
@@ -12105,12 +12127,12 @@ var BookmarkBold = (_a) => {
|
|
|
12105
12127
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12106
12128
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12107
12129
|
const resolvedViewBox = "0 0 24 24";
|
|
12108
|
-
return /* @__PURE__ */
|
|
12130
|
+
return /* @__PURE__ */ React550.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React550.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.9 2h6.17c2.71 0 4.9 1.07 4.93 3.79v15.18c0 .17-.04.34-.12.49-.13.24-.35.42-.62.5-.26.08-.55.04-.79-.1l-6.48-3.24-6.49 3.24c-.149.079-.32.13-.49.13-.56 0-1.01-.46-1.01-1.02V5.79C4 3.07 6.2 2 8.9 2m-.68 7.62h7.53c.43 0 .78-.351.78-.79s-.35-.79-.78-.79H8.22c-.43 0-.78.35-.78.79 0 .439.35.79.78.79", clipRule: "evenodd" }));
|
|
12109
12131
|
};
|
|
12110
12132
|
var BookmarkBold_default = BookmarkBold;
|
|
12111
12133
|
|
|
12112
12134
|
// src/BookBold.tsx
|
|
12113
|
-
import * as
|
|
12135
|
+
import * as React551 from "react";
|
|
12114
12136
|
var BookBold = (_a) => {
|
|
12115
12137
|
var _b = _a, {
|
|
12116
12138
|
size = 24,
|
|
@@ -12127,12 +12149,12 @@ var BookBold = (_a) => {
|
|
|
12127
12149
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12128
12150
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12129
12151
|
const resolvedViewBox = "0 0 24 24";
|
|
12130
|
-
return /* @__PURE__ */
|
|
12152
|
+
return /* @__PURE__ */ React551.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", d: "M7.827 18.37h9.455a.75.75 0 0 0 0-1.5H7.827a.75.75 0 0 0 0 1.5" }), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.479 5.79-1.26.013V3.96c0-.943-.769-1.71-1.715-1.71H7.356c-2.206 0-4 1.794-4 4v11.3l-.002.06a4.147 4.147 0 0 0 4.144 4.14h12a1.72 1.72 0 0 0 1.715-1.72V7.5a1.7 1.7 0 0 0-.514-1.221c-.33-.324-.776-.511-1.22-.489M7.498 20.25a2.646 2.646 0 0 1-2.642-2.64A2.65 2.65 0 0 1 7.5 14.96h9.005c.946 0 1.715-.767 1.715-1.71V7.304l1.282-.014c.071-.022.106.016.133.046l.014.014a.2.2 0 0 1 .065.15v12.53c0 .123-.095.22-.215.22z", clipRule: "evenodd" }));
|
|
12131
12153
|
};
|
|
12132
12154
|
var BookBold_default = BookBold;
|
|
12133
12155
|
|
|
12134
12156
|
// src/BagBold.tsx
|
|
12135
|
-
import * as
|
|
12157
|
+
import * as React552 from "react";
|
|
12136
12158
|
var BagBold = (_a) => {
|
|
12137
12159
|
var _b = _a, {
|
|
12138
12160
|
size = 24,
|
|
@@ -12149,12 +12171,12 @@ var BagBold = (_a) => {
|
|
|
12149
12171
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12150
12172
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12151
12173
|
const resolvedViewBox = "0 0 24 24";
|
|
12152
|
-
return /* @__PURE__ */
|
|
12174
|
+
return /* @__PURE__ */ React552.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React552.createElement("path", { fill: "currentColor", d: "M12.005 2A4.99 4.99 0 0 1 17 6.774h-.026A.5.5 0 0 1 16.93 7h.156c1.264 0 2.59.91 3.059 3.12l.768 6.195C21.48 20.353 19.207 22 16.158 22h-8.29c-3.058 0-5.4-1.138-4.764-5.686l.779-6.194C4.28 7.846 5.65 7 6.932 7h.078a.7.7 0 0 1 0-.226A4.99 4.99 0 0 1 12.005 2m-2.908 8.33a.9.9 0 0 0-.884.91c0 .501.396.908.884.908a.897.897 0 0 0 .883-.909.897.897 0 0 0-.883-.91m5.789 0a.9.9 0 0 0-.884.91c0 .502.396.908.884.908a.897.897 0 0 0 .884-.909.897.897 0 0 0-.884-.91m-2.92-7.027A3.48 3.48 0 0 0 8.48 6.774a.7.7 0 0 1 0 .226h7.012a.7.7 0 0 1-.044-.226 3.48 3.48 0 0 0-3.483-3.471" }));
|
|
12153
12175
|
};
|
|
12154
12176
|
var BagBold_default = BagBold;
|
|
12155
12177
|
|
|
12156
12178
|
// src/Bag2Bold.tsx
|
|
12157
|
-
import * as
|
|
12179
|
+
import * as React553 from "react";
|
|
12158
12180
|
var Bag2Bold = (_a) => {
|
|
12159
12181
|
var _b = _a, {
|
|
12160
12182
|
size = 24,
|
|
@@ -12171,12 +12193,12 @@ var Bag2Bold = (_a) => {
|
|
|
12171
12193
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12172
12194
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12173
12195
|
const resolvedViewBox = "0 0 24 24";
|
|
12174
|
-
return /* @__PURE__ */
|
|
12196
|
+
return /* @__PURE__ */ React553.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React553.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.418 6.47h.205c2.692 0 4.877 2.25 4.877 5.01V17c0 2.76-2.185 5-4.877 5H7.377C4.685 22 2.5 19.76 2.5 17v-5.52c0-2.76 2.185-5.01 4.877-5.01h.205a4.57 4.57 0 0 1 1.307-3.16c.838-.85 1.911-1.28 3.12-1.31 2.42 0 4.38 2 4.41 4.47M9.913 4.38c-.546.56-.849 1.3-.868 2.09h5.91C14.926 4.83 13.62 3.5 12.01 3.5c-.751 0-1.531.31-2.097.88m5.793 5.94a.74.74 0 0 0 .732-.75V8.41a.74.74 0 0 0-.732-.75c-.4 0-.731.34-.731.75v1.16c0 .41.332.75.731.75m-6.769-.75a.74.74 0 0 1-.731.75c-.4 0-.732-.34-.732-.75V8.41c0-.41.332-.75.732-.75.41 0 .731.34.731.75z", clipRule: "evenodd" }));
|
|
12175
12197
|
};
|
|
12176
12198
|
var Bag2Bold_default = Bag2Bold;
|
|
12177
12199
|
|
|
12178
12200
|
// src/ArrowUpBold.tsx
|
|
12179
|
-
import * as
|
|
12201
|
+
import * as React554 from "react";
|
|
12180
12202
|
var ArrowUpBold = (_a) => {
|
|
12181
12203
|
var _b = _a, {
|
|
12182
12204
|
size = 24,
|
|
@@ -12193,12 +12215,12 @@ var ArrowUpBold = (_a) => {
|
|
|
12193
12215
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12194
12216
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12195
12217
|
const resolvedViewBox = "0 0 24 24";
|
|
12196
|
-
return /* @__PURE__ */
|
|
12218
|
+
return /* @__PURE__ */ React554.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React554.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12.007 13.165.354-.002c1.404-.012 2.657-.096 3.451-.242.015 0 .802-.16 1.064-.261.38-.16.701-.447.905-.809a2 2 0 0 0 .219-.91c-.012-.249-.137-.66-.242-.954l-.094-.244c-.642-1.617-2.74-4.707-4.024-5.891l-.09-.087-.42-.39A1.86 1.86 0 0 0 11.992 3c-.379 0-.758.116-1.064.347-.099.07-.226.18-.334.28l-.397.379C8.876 5.31 7.022 8.135 6.407 9.599c-.013 0-.393.91-.407 1.343v.057c0 .665.379 1.286.991 1.603.168.087.496.17.784.233l.544.114c.874.13 2.216.216 3.688.216m-1.525 6.332c0 .83.68 1.503 1.518 1.503a1.51 1.51 0 0 0 1.518-1.503l-.328-3.7c0-.65-.532-1.179-1.19-1.179s-1.191.528-1.191 1.18z", clipRule: "evenodd" }));
|
|
12197
12219
|
};
|
|
12198
12220
|
var ArrowUpBold_default = ArrowUpBold;
|
|
12199
12221
|
|
|
12200
12222
|
// src/ArrowUpSquareBold.tsx
|
|
12201
|
-
import * as
|
|
12223
|
+
import * as React555 from "react";
|
|
12202
12224
|
var ArrowUpSquareBold = (_a) => {
|
|
12203
12225
|
var _b = _a, {
|
|
12204
12226
|
size = 24,
|
|
@@ -12215,12 +12237,12 @@ var ArrowUpSquareBold = (_a) => {
|
|
|
12215
12237
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12216
12238
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12217
12239
|
const resolvedViewBox = "0 0 24 24";
|
|
12218
|
-
return /* @__PURE__ */
|
|
12240
|
+
return /* @__PURE__ */ React555.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React555.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 7.92v8.17c0 3.53-2.271 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2h8.67C19.729 2 22 4.38 22 7.92M11.25 9.73v6.35c0 .42.34.75.75.75.42 0 .75-.33.75-.75V9.73l2.47 2.48c.14.14.34.22.53.22.189 0 .38-.08.53-.22.29-.29.29-.77 0-1.06l-3.75-3.77a.774.774 0 0 0-1.06 0l-3.75 3.77c-.29.29-.29.77 0 1.06.3.29.77.29 1.07 0z", clipRule: "evenodd" }));
|
|
12219
12241
|
};
|
|
12220
12242
|
var ArrowUpSquareBold_default = ArrowUpSquareBold;
|
|
12221
12243
|
|
|
12222
12244
|
// src/ArrowUpCircleBold.tsx
|
|
12223
|
-
import * as
|
|
12245
|
+
import * as React556 from "react";
|
|
12224
12246
|
var ArrowUpCircleBold = (_a) => {
|
|
12225
12247
|
var _b = _a, {
|
|
12226
12248
|
size = 24,
|
|
@@ -12237,12 +12259,12 @@ var ArrowUpCircleBold = (_a) => {
|
|
|
12237
12259
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12238
12260
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12239
12261
|
const resolvedViewBox = "0 0 24 24";
|
|
12240
|
-
return /* @__PURE__ */
|
|
12262
|
+
return /* @__PURE__ */ React556.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React556.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.52 0 10 4.49 10 10l-.004.28C21.848 17.67 17.426 22 12 22 6.49 22 2 17.52 2 12 2 6.49 6.49 2 12 2M8 13.98c.3.29.77.29 1.06-.01L12 11.02l2.94 2.95c.29.3.77.3 1.06.01.3-.3.3-.77 0-1.06l-3.47-3.49a.75.75 0 0 0-1.06 0L8 12.92c-.15.14-.22.33-.22.52 0 .2.07.39.22.54", clipRule: "evenodd" }));
|
|
12241
12263
|
};
|
|
12242
12264
|
var ArrowUpCircleBold_default = ArrowUpCircleBold;
|
|
12243
12265
|
|
|
12244
12266
|
// src/ArrowUp3Bold.tsx
|
|
12245
|
-
import * as
|
|
12267
|
+
import * as React557 from "react";
|
|
12246
12268
|
var ArrowUp3Bold = (_a) => {
|
|
12247
12269
|
var _b = _a, {
|
|
12248
12270
|
size = 24,
|
|
@@ -12259,12 +12281,12 @@ var ArrowUp3Bold = (_a) => {
|
|
|
12259
12281
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12260
12282
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12261
12283
|
const resolvedViewBox = "0 0 24 24";
|
|
12262
|
-
return /* @__PURE__ */
|
|
12284
|
+
return /* @__PURE__ */ React557.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React557.createElement("path", { fill: "currentColor", d: "M6.59 11.859c.126.233.366.38.627.38h4.066v8.027c0 .405.321.734.717.734a.726.726 0 0 0 .717-.734v-8.028h4.066a.71.71 0 0 0 .627-.38.75.75 0 0 0-.02-.745l-4.783-7.77A.71.71 0 0 0 12 3a.71.71 0 0 0-.607.343l-4.783 7.77a.75.75 0 0 0-.02.745" }));
|
|
12263
12285
|
};
|
|
12264
12286
|
var ArrowUp3Bold_default = ArrowUp3Bold;
|
|
12265
12287
|
|
|
12266
12288
|
// src/ArrowUp2Bold.tsx
|
|
12267
|
-
import * as
|
|
12289
|
+
import * as React558 from "react";
|
|
12268
12290
|
var ArrowUp2Bold = (_a) => {
|
|
12269
12291
|
var _b = _a, {
|
|
12270
12292
|
size = 24,
|
|
@@ -12281,12 +12303,12 @@ var ArrowUp2Bold = (_a) => {
|
|
|
12281
12303
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12282
12304
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12283
12305
|
const resolvedViewBox = "0 0 24 24";
|
|
12284
|
-
return /* @__PURE__ */
|
|
12306
|
+
return /* @__PURE__ */ React558.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React558.createElement("path", { fill: "currentColor", d: "M13.131 7.37c.058.056.306.27.51.468 1.283 1.165 3.383 4.204 4.024 5.795.103.242.321.853.335 1.179q0 .469-.218.895a1.87 1.87 0 0 1-.904.795c-.263.1-1.05.256-1.064.256-.861.156-2.26.242-3.806.242-1.473 0-2.815-.086-3.689-.213-.014-.015-.992-.17-1.327-.341A1.79 1.79 0 0 1 6 14.868v-.056c.015-.426.395-1.321.409-1.321.642-1.505 2.639-4.474 3.966-5.668 0 0 .341-.336.554-.482A1.8 1.8 0 0 1 11.993 7c.423 0 .817.128 1.138.37" }));
|
|
12285
12307
|
};
|
|
12286
12308
|
var ArrowUp2Bold_default = ArrowUp2Bold;
|
|
12287
12309
|
|
|
12288
12310
|
// src/ArrowRightBold.tsx
|
|
12289
|
-
import * as
|
|
12311
|
+
import * as React559 from "react";
|
|
12290
12312
|
var ArrowRightBold = (_a) => {
|
|
12291
12313
|
var _b = _a, {
|
|
12292
12314
|
size = 24,
|
|
@@ -12303,12 +12325,12 @@ var ArrowRightBold = (_a) => {
|
|
|
12303
12325
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12304
12326
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12305
12327
|
const resolvedViewBox = "0 0 24 24";
|
|
12306
|
-
return /* @__PURE__ */
|
|
12328
|
+
return /* @__PURE__ */ React559.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React559.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.835 12.007.002.354c.012 1.404.096 2.657.242 3.451 0 .015.16.802.261 1.064.16.38.447.701.809.905a2 2 0 0 0 .91.219c.249-.012.66-.137.954-.242l.244-.094c1.617-.642 4.707-2.74 5.891-4.024l.087-.09.39-.42A1.86 1.86 0 0 0 21 11.992c0-.379-.116-.758-.347-1.064a4 4 0 0 0-.28-.334l-.379-.397c-1.305-1.321-4.129-3.175-5.593-3.79 0-.013-.91-.393-1.343-.407h-.057c-.665 0-1.286.379-1.603.991-.087.168-.17.496-.233.784l-.114.544c-.13.874-.216 2.216-.216 3.688m-6.332-1.525C3.673 10.482 3 11.162 3 12a1.51 1.51 0 0 0 1.503 1.518l3.7-.328c.65 0 1.179-.532 1.179-1.19s-.528-1.191-1.18-1.191z", clipRule: "evenodd" }));
|
|
12307
12329
|
};
|
|
12308
12330
|
var ArrowRightBold_default = ArrowRightBold;
|
|
12309
12331
|
|
|
12310
12332
|
// src/ArrowRightSquareBold.tsx
|
|
12311
|
-
import * as
|
|
12333
|
+
import * as React560 from "react";
|
|
12312
12334
|
var ArrowRightSquareBold = (_a) => {
|
|
12313
12335
|
var _b = _a, {
|
|
12314
12336
|
size = 24,
|
|
@@ -12325,12 +12347,12 @@ var ArrowRightSquareBold = (_a) => {
|
|
|
12325
12347
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12326
12348
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12327
12349
|
const resolvedViewBox = "0 0 24 24";
|
|
12328
|
-
return /* @__PURE__ */
|
|
12350
|
+
return /* @__PURE__ */ React560.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React560.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.08 22H7.91C4.38 22 2 19.729 2 16.34V7.67C2 4.28 4.38 2 7.91 2h8.17C19.62 2 22 4.28 22 7.67v8.67c0 3.389-2.38 5.66-5.92 5.66m-1.81-10.75H7.92c-.42 0-.75.34-.75.75 0 .42.33.75.75.75h6.35l-2.48 2.47c-.14.14-.22.34-.22.53 0 .189.08.38.22.53.29.29.77.29 1.06 0l3.77-3.75c.28-.28.28-.78 0-1.06l-3.77-3.75a.754.754 0 0 0-1.06 0c-.29.3-.29.77 0 1.07z", clipRule: "evenodd" }));
|
|
12329
12351
|
};
|
|
12330
12352
|
var ArrowRightSquareBold_default = ArrowRightSquareBold;
|
|
12331
12353
|
|
|
12332
12354
|
// src/ArrowRightCircleBold.tsx
|
|
12333
|
-
import * as
|
|
12355
|
+
import * as React561 from "react";
|
|
12334
12356
|
var ArrowRightCircleBold = (_a) => {
|
|
12335
12357
|
var _b = _a, {
|
|
12336
12358
|
size = 24,
|
|
@@ -12347,12 +12369,12 @@ var ArrowRightCircleBold = (_a) => {
|
|
|
12347
12369
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12348
12370
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12349
12371
|
const resolvedViewBox = "0 0 24 24";
|
|
12350
|
-
return /* @__PURE__ */
|
|
12372
|
+
return /* @__PURE__ */ React561.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React561.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.52-4.49 10-10 10l-.28-.004C6.33 21.848 2 17.426 2 12 2 6.49 6.48 2 12 2c5.51 0 10 4.49 10 10M10.02 8c-.29.3-.29.77.01 1.06L12.98 12l-2.95 2.94c-.3.29-.3.77-.01 1.06.3.3.77.3 1.06 0l3.49-3.47a.75.75 0 0 0 0-1.06L11.08 8a.7.7 0 0 0-.52-.22c-.2 0-.39.07-.54.22", clipRule: "evenodd" }));
|
|
12351
12373
|
};
|
|
12352
12374
|
var ArrowRightCircleBold_default = ArrowRightCircleBold;
|
|
12353
12375
|
|
|
12354
12376
|
// src/ArrowRight3Bold.tsx
|
|
12355
|
-
import * as
|
|
12377
|
+
import * as React562 from "react";
|
|
12356
12378
|
var ArrowRight3Bold = (_a) => {
|
|
12357
12379
|
var _b = _a, {
|
|
12358
12380
|
size = 24,
|
|
@@ -12369,12 +12391,12 @@ var ArrowRight3Bold = (_a) => {
|
|
|
12369
12391
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12370
12392
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12371
12393
|
const resolvedViewBox = "0 0 24 24";
|
|
12372
|
-
return /* @__PURE__ */
|
|
12394
|
+
return /* @__PURE__ */ React562.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React562.createElement("path", { fill: "currentColor", d: "M12.142 6.59a.72.72 0 0 0-.38.627v4.066H3.734A.726.726 0 0 0 3 12c0 .396.329.717.734.717h8.028v4.066c0 .262.146.502.38.627.234.127.52.119.745-.02l7.77-4.783A.71.71 0 0 0 21 12a.71.71 0 0 0-.343-.607l-7.77-4.783a.75.75 0 0 0-.745-.02" }));
|
|
12373
12395
|
};
|
|
12374
12396
|
var ArrowRight3Bold_default = ArrowRight3Bold;
|
|
12375
12397
|
|
|
12376
12398
|
// src/ArrowRight2Bold.tsx
|
|
12377
|
-
import * as
|
|
12399
|
+
import * as React563 from "react";
|
|
12378
12400
|
var ArrowRight2Bold = (_a) => {
|
|
12379
12401
|
var _b = _a, {
|
|
12380
12402
|
size = 24,
|
|
@@ -12391,12 +12413,12 @@ var ArrowRight2Bold = (_a) => {
|
|
|
12391
12413
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12392
12414
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12393
12415
|
const resolvedViewBox = "0 0 24 24";
|
|
12394
|
-
return /* @__PURE__ */
|
|
12416
|
+
return /* @__PURE__ */ React563.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React563.createElement("path", { fill: "currentColor", d: "M16.63 13.131c-.056.058-.27.306-.468.51-1.165 1.283-4.204 3.383-5.795 4.024-.242.103-.853.321-1.179.335q-.469 0-.895-.218a1.87 1.87 0 0 1-.795-.904c-.1-.263-.256-1.05-.256-1.064-.156-.861-.242-2.26-.242-3.806 0-1.473.086-2.815.213-3.689.015-.014.17-.992.341-1.327A1.79 1.79 0 0 1 9.132 6h.056c.426.015 1.321.395 1.321.409 1.505.642 4.474 2.639 5.668 3.966 0 0 .336.341.482.554.228.306.341.685.341 1.064 0 .423-.128.817-.37 1.138" }));
|
|
12395
12417
|
};
|
|
12396
12418
|
var ArrowRight2Bold_default = ArrowRight2Bold;
|
|
12397
12419
|
|
|
12398
12420
|
// src/ArrowLeftBold.tsx
|
|
12399
|
-
import * as
|
|
12421
|
+
import * as React564 from "react";
|
|
12400
12422
|
var ArrowLeftBold = (_a) => {
|
|
12401
12423
|
var _b = _a, {
|
|
12402
12424
|
size = 24,
|
|
@@ -12413,12 +12435,12 @@ var ArrowLeftBold = (_a) => {
|
|
|
12413
12435
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12414
12436
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12415
12437
|
const resolvedViewBox = "0 0 24 24";
|
|
12416
|
-
return /* @__PURE__ */
|
|
12438
|
+
return /* @__PURE__ */ React564.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React564.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.165 11.993-.002-.354c-.012-1.404-.096-2.657-.242-3.451 0-.015-.16-.802-.261-1.064a1.9 1.9 0 0 0-.809-.905 2 2 0 0 0-.91-.219c-.249.012-.66.137-.954.242l-.244.094c-1.617.642-4.707 2.74-5.891 4.024l-.087.09-.39.42A1.86 1.86 0 0 0 3 12.008c0 .379.116.758.347 1.064.07.099.18.226.28.334l.379.397c1.304 1.321 4.129 3.175 5.593 3.79 0 .013.91.393 1.343.407h.057c.665 0 1.286-.379 1.603-.991.087-.168.17-.496.233-.784l.114-.544c.13-.874.216-2.216.216-3.688m6.332 1.525c.83 0 1.503-.68 1.503-1.518a1.51 1.51 0 0 0-1.503-1.517l-3.7.327c-.65 0-1.179.532-1.179 1.19s.528 1.191 1.18 1.191z", clipRule: "evenodd" }));
|
|
12417
12439
|
};
|
|
12418
12440
|
var ArrowLeftBold_default = ArrowLeftBold;
|
|
12419
12441
|
|
|
12420
12442
|
// src/ArrowLeftSquareBold.tsx
|
|
12421
|
-
import * as
|
|
12443
|
+
import * as React565 from "react";
|
|
12422
12444
|
var ArrowLeftSquareBold = (_a) => {
|
|
12423
12445
|
var _b = _a, {
|
|
12424
12446
|
size = 24,
|
|
@@ -12435,12 +12457,12 @@ var ArrowLeftSquareBold = (_a) => {
|
|
|
12435
12457
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12436
12458
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12437
12459
|
const resolvedViewBox = "0 0 24 24";
|
|
12438
|
-
return /* @__PURE__ */
|
|
12460
|
+
return /* @__PURE__ */ React565.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React565.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.92 2h8.17C19.62 2 22 4.271 22 7.66v8.67c0 3.39-2.38 5.67-5.91 5.67H7.92C4.38 22 2 19.72 2 16.33V7.66C2 4.271 4.38 2 7.92 2m1.81 10.75h6.35c.42 0 .75-.34.75-.75 0-.42-.33-.75-.75-.75H9.73l2.48-2.47c.14-.14.22-.34.22-.53 0-.189-.08-.38-.22-.53a.754.754 0 0 0-1.06 0l-3.77 3.75c-.28.28-.28.78 0 1.06l3.77 3.75c.29.29.77.29 1.06 0 .29-.3.29-.77 0-1.07z", clipRule: "evenodd" }));
|
|
12439
12461
|
};
|
|
12440
12462
|
var ArrowLeftSquareBold_default = ArrowLeftSquareBold;
|
|
12441
12463
|
|
|
12442
12464
|
// src/ArrowLeftCircleBold.tsx
|
|
12443
|
-
import * as
|
|
12465
|
+
import * as React566 from "react";
|
|
12444
12466
|
var ArrowLeftCircleBold = (_a) => {
|
|
12445
12467
|
var _b = _a, {
|
|
12446
12468
|
size = 24,
|
|
@@ -12457,12 +12479,12 @@ var ArrowLeftCircleBold = (_a) => {
|
|
|
12457
12479
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12458
12480
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12459
12481
|
const resolvedViewBox = "0 0 24 24";
|
|
12460
|
-
return /* @__PURE__ */
|
|
12482
|
+
return /* @__PURE__ */ React566.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React566.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.49 2 12 2l.28.004C17.67 2.152 22 6.574 22 12c0 5.51-4.48 10-10 10-5.51 0-10-4.49-10-10m11.98 4c.29-.3.29-.77-.01-1.06L11.02 12l2.95-2.94c.3-.29.3-.77.01-1.06-.3-.3-.77-.3-1.06 0l-3.49 3.47a.75.75 0 0 0 0 1.06L12.92 16c.14.15.33.22.52.22.2 0 .39-.07.54-.22", clipRule: "evenodd" }));
|
|
12461
12483
|
};
|
|
12462
12484
|
var ArrowLeftCircleBold_default = ArrowLeftCircleBold;
|
|
12463
12485
|
|
|
12464
12486
|
// src/ArrowLeft3Bold.tsx
|
|
12465
|
-
import * as
|
|
12487
|
+
import * as React567 from "react";
|
|
12466
12488
|
var ArrowLeft3Bold = (_a) => {
|
|
12467
12489
|
var _b = _a, {
|
|
12468
12490
|
size = 24,
|
|
@@ -12479,12 +12501,12 @@ var ArrowLeft3Bold = (_a) => {
|
|
|
12479
12501
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12480
12502
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12481
12503
|
const resolvedViewBox = "0 0 24 24";
|
|
12482
|
-
return /* @__PURE__ */
|
|
12504
|
+
return /* @__PURE__ */ React567.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React567.createElement("path", { fill: "currentColor", d: "M11.859 17.41a.72.72 0 0 0 .38-.627v-4.066h8.027A.726.726 0 0 0 21 12a.726.726 0 0 0-.734-.717h-8.028V7.217a.71.71 0 0 0-.38-.627.75.75 0 0 0-.745.02l-7.77 4.783A.71.71 0 0 0 3 12c0 .247.13.475.343.607l7.77 4.783a.75.75 0 0 0 .745.02" }));
|
|
12483
12505
|
};
|
|
12484
12506
|
var ArrowLeft3Bold_default = ArrowLeft3Bold;
|
|
12485
12507
|
|
|
12486
12508
|
// src/ArrowLeft2Bold.tsx
|
|
12487
|
-
import * as
|
|
12509
|
+
import * as React568 from "react";
|
|
12488
12510
|
var ArrowLeft2Bold = (_a) => {
|
|
12489
12511
|
var _b = _a, {
|
|
12490
12512
|
size = 24,
|
|
@@ -12501,12 +12523,12 @@ var ArrowLeft2Bold = (_a) => {
|
|
|
12501
12523
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12502
12524
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12503
12525
|
const resolvedViewBox = "0 0 24 24";
|
|
12504
|
-
return /* @__PURE__ */
|
|
12526
|
+
return /* @__PURE__ */ React568.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React568.createElement("path", { fill: "currentColor", d: "M7.37 10.869c.056-.058.27-.306.468-.51 1.165-1.283 4.204-3.383 5.795-4.024.242-.103.853-.321 1.179-.335q.469 0 .895.218c.355.204.64.525.795.904.1.263.256 1.05.256 1.064.156.861.242 2.26.242 3.806 0 1.473-.086 2.815-.213 3.689-.015.014-.17.992-.341 1.327a1.79 1.79 0 0 1-1.578.992h-.056c-.426-.015-1.321-.395-1.321-.409-1.505-.642-4.474-2.639-5.668-3.966 0 0-.336-.341-.482-.554A1.8 1.8 0 0 1 7 12.007c0-.423.128-.817.37-1.138" }));
|
|
12505
12527
|
};
|
|
12506
12528
|
var ArrowLeft2Bold_default = ArrowLeft2Bold;
|
|
12507
12529
|
|
|
12508
12530
|
// src/ArrowDownBold.tsx
|
|
12509
|
-
import * as
|
|
12531
|
+
import * as React569 from "react";
|
|
12510
12532
|
var ArrowDownBold = (_a) => {
|
|
12511
12533
|
var _b = _a, {
|
|
12512
12534
|
size = 24,
|
|
@@ -12523,12 +12545,12 @@ var ArrowDownBold = (_a) => {
|
|
|
12523
12545
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12524
12546
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12525
12547
|
const resolvedViewBox = "0 0 24 24";
|
|
12526
|
-
return /* @__PURE__ */
|
|
12548
|
+
return /* @__PURE__ */ React569.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React569.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.483 4.503.327 3.7c0 .65.532 1.179 1.19 1.179s1.191-.528 1.191-1.18l.327-3.699C13.518 3.673 12.838 3 12 3a1.51 1.51 0 0 0-1.517 1.503m.267 16.011c.056.051.1.09.12.11.322.246.715.376 1.138.376.379 0 .758-.116 1.064-.347.212-.148.554-.49.554-.49 1.327-1.214 3.324-4.231 3.966-5.762.014 0 .394-.91.408-1.343v-.057c0-.665-.379-1.286-.991-1.603-.254-.131-.874-.254-1.168-.313a2 2 0 0 1-.16-.034c-.874-.13-2.216-.216-3.688-.216-1.546 0-2.945.086-3.805.244-.015 0-.802.16-1.064.261-.38.16-.701.447-.905.809a2 2 0 0 0-.219.91c.015.332.234.953.336 1.198.642 1.617 2.74 4.707 4.024 5.891.133.132.285.27.39.366", clipRule: "evenodd" }));
|
|
12527
12549
|
};
|
|
12528
12550
|
var ArrowDownBold_default = ArrowDownBold;
|
|
12529
12551
|
|
|
12530
12552
|
// src/ArrowDownSquareBold.tsx
|
|
12531
|
-
import * as
|
|
12553
|
+
import * as React570 from "react";
|
|
12532
12554
|
var ArrowDownSquareBold = (_a) => {
|
|
12533
12555
|
var _b = _a, {
|
|
12534
12556
|
size = 24,
|
|
@@ -12545,12 +12567,12 @@ var ArrowDownSquareBold = (_a) => {
|
|
|
12545
12567
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12546
12568
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12547
12569
|
const resolvedViewBox = "0 0 24 24";
|
|
12548
|
-
return /* @__PURE__ */
|
|
12570
|
+
return /* @__PURE__ */ React570.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React570.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 16.08V7.91C2 4.38 4.271 2 7.66 2h8.67C19.72 2 22 4.38 22 7.91v8.17c0 3.54-2.28 5.92-5.67 5.92H7.66C4.271 22 2 19.62 2 16.08m10.75-1.81V7.92c0-.42-.34-.75-.75-.75-.42 0-.75.33-.75.75v6.35l-2.47-2.48a.77.77 0 0 0-.53-.22c-.189 0-.38.08-.53.22-.29.29-.29.77 0 1.06l3.75 3.77c.28.28.78.28 1.06 0l3.75-3.77c.29-.29.29-.77 0-1.06a.767.767 0 0 0-1.07 0z", clipRule: "evenodd" }));
|
|
12549
12571
|
};
|
|
12550
12572
|
var ArrowDownSquareBold_default = ArrowDownSquareBold;
|
|
12551
12573
|
|
|
12552
12574
|
// src/ArrowDownCircleBold.tsx
|
|
12553
|
-
import * as
|
|
12575
|
+
import * as React571 from "react";
|
|
12554
12576
|
var ArrowDownCircleBold = (_a) => {
|
|
12555
12577
|
var _b = _a, {
|
|
12556
12578
|
size = 24,
|
|
@@ -12567,12 +12589,12 @@ var ArrowDownCircleBold = (_a) => {
|
|
|
12567
12589
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12568
12590
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12569
12591
|
const resolvedViewBox = "0 0 24 24";
|
|
12570
|
-
return /* @__PURE__ */
|
|
12592
|
+
return /* @__PURE__ */ React571.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React571.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.51 2 12 2 6.48 6.48 2 12 2c5.51 0 10 4.48 10 10 0 5.51-4.49 10-10 10m4-11.98a.745.745 0 0 0-1.06.01L12 12.98l-2.94-2.95c-.29-.3-.77-.3-1.06-.01-.3.3-.3.77 0 1.06l3.47 3.49a.75.75 0 0 0 1.06 0L16 11.08c.15-.14.22-.33.22-.52 0-.2-.07-.39-.22-.54", clipRule: "evenodd" }));
|
|
12571
12593
|
};
|
|
12572
12594
|
var ArrowDownCircleBold_default = ArrowDownCircleBold;
|
|
12573
12595
|
|
|
12574
12596
|
// src/ArrowDown3Bold.tsx
|
|
12575
|
-
import * as
|
|
12597
|
+
import * as React572 from "react";
|
|
12576
12598
|
var ArrowDown3Bold = (_a) => {
|
|
12577
12599
|
var _b = _a, {
|
|
12578
12600
|
size = 24,
|
|
@@ -12589,12 +12611,12 @@ var ArrowDown3Bold = (_a) => {
|
|
|
12589
12611
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12590
12612
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12591
12613
|
const resolvedViewBox = "0 0 24 24";
|
|
12592
|
-
return /* @__PURE__ */
|
|
12614
|
+
return /* @__PURE__ */ React572.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React572.createElement("path", { fill: "currentColor", d: "M17.41 12.142a.72.72 0 0 0-.627-.38h-4.066V3.734A.726.726 0 0 0 12 3a.726.726 0 0 0-.717.734v8.028H7.217a.71.71 0 0 0-.627.38.75.75 0 0 0 .02.745l4.783 7.77c.132.214.36.343.607.343s.475-.13.607-.343l4.783-7.77a.75.75 0 0 0 .02-.745" }));
|
|
12593
12615
|
};
|
|
12594
12616
|
var ArrowDown3Bold_default = ArrowDown3Bold;
|
|
12595
12617
|
|
|
12596
12618
|
// src/ArrowDown2Bold.tsx
|
|
12597
|
-
import * as
|
|
12619
|
+
import * as React573 from "react";
|
|
12598
12620
|
var ArrowDown2Bold = (_a) => {
|
|
12599
12621
|
var _b = _a, {
|
|
12600
12622
|
size = 24,
|
|
@@ -12611,12 +12633,12 @@ var ArrowDown2Bold = (_a) => {
|
|
|
12611
12633
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12612
12634
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12613
12635
|
const resolvedViewBox = "0 0 24 24";
|
|
12614
|
-
return /* @__PURE__ */
|
|
12636
|
+
return /* @__PURE__ */ React573.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React573.createElement("path", { fill: "currentColor", d: "M10.869 16.63c-.058-.056-.306-.27-.51-.468-1.283-1.165-3.383-4.204-4.024-5.795-.103-.242-.321-.853-.335-1.179q0-.469.218-.895c.204-.355.525-.64.904-.795.263-.1 1.05-.256 1.064-.256.861-.156 2.26-.242 3.806-.242 1.473 0 2.815.086 3.689.213.014.015.992.17 1.327.341.612.313.992.924.992 1.578v.056c-.015.426-.395 1.321-.409 1.321-.642 1.505-2.639 4.474-3.966 5.668 0 0-.341.336-.554.482a1.8 1.8 0 0 1-1.064.341c-.423 0-.817-.128-1.138-.37" }));
|
|
12615
12637
|
};
|
|
12616
12638
|
var ArrowDown2Bold_default = ArrowDown2Bold;
|
|
12617
12639
|
|
|
12618
12640
|
// src/AddUserBold.tsx
|
|
12619
|
-
import * as
|
|
12641
|
+
import * as React574 from "react";
|
|
12620
12642
|
var AddUserBold = (_a) => {
|
|
12621
12643
|
var _b = _a, {
|
|
12622
12644
|
size = 24,
|
|
@@ -12633,12 +12655,12 @@ var AddUserBold = (_a) => {
|
|
|
12633
12655
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12634
12656
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12635
12657
|
const resolvedViewBox = "0 0 24 24";
|
|
12636
|
-
return /* @__PURE__ */
|
|
12658
|
+
return /* @__PURE__ */ React574.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React574.createElement("path", { fill: "currentColor", d: "M9.5 15.016c4.067 0 7.5.668 7.5 3.253S13.545 21.5 9.5 21.5c-4.067 0-7.5-.67-7.5-3.254s3.454-3.23 7.5-3.23M18.999 7.5c.496 0 .898.41.899.911v1.177H21.1c.495 0 .899.41.899.911a.91.91 0 0 1-.9.912h-1.203v1.178A.906.906 0 0 1 19 13.5c-.495 0-.9-.41-.9-.911V11.41h-1.2c-.496 0-.899-.41-.899-.912s.403-.911.9-.911h1.2V8.41c0-.502.404-.911.899-.911M9.5 2.5c2.754 0 4.963 2.236 4.963 5.026s-2.208 5.028-4.963 5.028-4.963-2.237-4.963-5.028S6.746 2.5 9.5 2.5" }));
|
|
12637
12659
|
};
|
|
12638
12660
|
var AddUserBold_default = AddUserBold;
|
|
12639
12661
|
|
|
12640
12662
|
// src/ActivityBold.tsx
|
|
12641
|
-
import * as
|
|
12663
|
+
import * as React575 from "react";
|
|
12642
12664
|
var ActivityBold = (_a) => {
|
|
12643
12665
|
var _b = _a, {
|
|
12644
12666
|
size = 24,
|
|
@@ -12655,12 +12677,12 @@ var ActivityBold = (_a) => {
|
|
|
12655
12677
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12656
12678
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12657
12679
|
const resolvedViewBox = "0 0 24 24";
|
|
12658
|
-
return /* @__PURE__ */
|
|
12680
|
+
return /* @__PURE__ */ React575.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React575.createElement("path", { fill: "currentColor", d: "M15.45 3.78q-.06.375-.06.75c0 2.25 1.82 4.07 4.06 4.07.25 0 .49-.03.74-.07v8.07c0 3.39-2 5.4-5.4 5.4H7.4C4.001 22 2 19.99 2 16.6V9.2c0-3.4 2-5.42 5.4-5.42zm.201 6.08a.77.77 0 0 0-.701.31l-2.419 3.13-2.771-2.18a.8.8 0 0 0-.57-.16.78.78 0 0 0-.5.299L5.731 15.11l-.061.09c-.17.32-.09.73.21.95.14.09.29.15.46.15a.71.71 0 0 0 .59-.3l2.51-3.23 2.85 2.14.09.06c.32.17.72.09.95-.211l2.89-3.729-.04.02a.75.75 0 0 0-.529-1.19M19.59 2C20.92 2 22 3.08 22 4.41s-1.08 2.41-2.41 2.41-2.41-1.08-2.41-2.41S18.26 2 19.59 2" }));
|
|
12659
12681
|
};
|
|
12660
12682
|
var ActivityBold_default = ActivityBold;
|
|
12661
12683
|
|
|
12662
12684
|
// src/Icon3UserBold.tsx
|
|
12663
|
-
import * as
|
|
12685
|
+
import * as React576 from "react";
|
|
12664
12686
|
var Icon3UserBold = (_a) => {
|
|
12665
12687
|
var _b = _a, {
|
|
12666
12688
|
size = 24,
|
|
@@ -12677,12 +12699,12 @@ var Icon3UserBold = (_a) => {
|
|
|
12677
12699
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12678
12700
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12679
12701
|
const resolvedViewBox = "0 0 24 24";
|
|
12680
|
-
return /* @__PURE__ */
|
|
12702
|
+
return /* @__PURE__ */ React576.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React576.createElement("path", { fill: "currentColor", d: "M11.95 14.54c3.43 0 6.36.544 6.36 2.72S15.4 20 11.95 20c-3.432 0-6.362-.544-6.362-2.72s2.911-2.74 6.361-2.74m-5.385-1.31c.02.002.03.017.032.025.002.013-.003.032-.028.047-.607.302-2.95 1.614-2.656 4.38.013.121-.082.224-.201.207-.577-.083-2.06-.404-2.52-1.403a1.92 1.92 0 0 1 0-1.669c.3-.643 1.025-1.087 2.13-1.305.521-.127 1.93-.307 3.243-.283m10.87-.002c1.312-.024 2.723.157 3.244.285 1.104.217 1.83.66 2.13 1.303a1.92 1.92 0 0 1 0 1.67c-.46.999-1.943 1.32-2.52 1.403-.119.018-.214-.086-.202-.205.294-2.768-2.05-4.08-2.655-4.382-.026-.014-.031-.034-.029-.047.002-.01.013-.024.033-.027M11.95 4a4.206 4.206 0 0 1 4.21 4.232 4.21 4.21 0 0 1-4.21 4.235 4.21 4.21 0 0 1-4.21-4.235A4.206 4.206 0 0 1 11.95 4m-5.613.706q.367.001.709.072c.03.008.065.023.083.05.02.034.005.08-.017.11A5.8 5.8 0 0 0 6.043 8.31c0 1.197.358 2.313.984 3.24a.16.16 0 0 1-.106.245 3 3 0 0 1-.484.047c-1.643.043-3.117-1.021-3.525-2.622-.604-2.38 1.168-4.514 3.424-4.514m11.328 0c2.256 0 4.028 2.135 3.425 4.514-.407 1.6-1.883 2.665-3.525 2.622a3.4 3.4 0 0 1-.484-.047.158.158 0 0 1-.106-.244 5.77 5.77 0 0 0 .983-3.241 5.8 5.8 0 0 0-1.068-3.372c-.022-.03-.037-.076-.016-.11.018-.028.05-.042.082-.05q.341-.071.71-.072" }));
|
|
12681
12703
|
};
|
|
12682
12704
|
var Icon3UserBold_default = Icon3UserBold;
|
|
12683
12705
|
|
|
12684
12706
|
// src/Icon2UserBold.tsx
|
|
12685
|
-
import * as
|
|
12707
|
+
import * as React577 from "react";
|
|
12686
12708
|
var Icon2UserBold = (_a) => {
|
|
12687
12709
|
var _b = _a, {
|
|
12688
12710
|
size = 24,
|
|
@@ -12699,12 +12721,12 @@ var Icon2UserBold = (_a) => {
|
|
|
12699
12721
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12700
12722
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12701
12723
|
const resolvedViewBox = "0 0 24 24";
|
|
12702
|
-
return /* @__PURE__ */
|
|
12724
|
+
return /* @__PURE__ */ React577.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React577.createElement("path", { fill: "currentColor", d: "M9.35 14.857c3.985 0 7.348.634 7.348 3.083 0 2.448-3.385 3.06-7.348 3.06C5.364 21 2 20.366 2 17.917c0-2.447 3.386-3.06 7.35-3.06m6.22-1.474c1.515-.029 3.146.175 3.747.32 1.276.244 2.115.74 2.462 1.466a2.11 2.11 0 0 1 0 1.879c-.531 1.123-2.245 1.484-2.912 1.577a.208.208 0 0 1-.234-.232c.34-3.113-2.367-4.588-3.068-4.927-.029-.016-.036-.04-.033-.055.002-.01.015-.025.037-.028M9.35 3c2.7 0 4.862 2.119 4.862 4.763s-2.163 4.761-4.862 4.761-4.864-2.118-4.864-4.761S6.651 3 9.35 3m6.484.796c2.608 0 4.655 2.4 3.957 5.075-.47 1.802-2.174 2.999-4.072 2.95a4 4 0 0 1-.56-.051c-.13-.023-.198-.168-.123-.275a6.37 6.37 0 0 0 1.138-3.646c0-1.407-.45-2.717-1.234-3.793-.026-.034-.044-.084-.02-.123.02-.031.06-.048.096-.056q.395-.08.818-.081" }));
|
|
12703
12725
|
};
|
|
12704
12726
|
var Icon2UserBold_default = Icon2UserBold;
|
|
12705
12727
|
|
|
12706
12728
|
// src/Icon.tsx
|
|
12707
|
-
import * as
|
|
12729
|
+
import * as React578 from "react";
|
|
12708
12730
|
|
|
12709
12731
|
// src/iconsMap.ts
|
|
12710
12732
|
var iconNamesByVariant = {
|
|
@@ -12747,6 +12769,7 @@ var iconNamesByVariant = {
|
|
|
12747
12769
|
"attach",
|
|
12748
12770
|
"bag",
|
|
12749
12771
|
"bag3",
|
|
12772
|
+
"bag4",
|
|
12750
12773
|
"bankCardInformation",
|
|
12751
12774
|
"boardTasks",
|
|
12752
12775
|
"bold",
|
|
@@ -13329,6 +13352,7 @@ var iconNames = [
|
|
|
13329
13352
|
"bag",
|
|
13330
13353
|
"bag2",
|
|
13331
13354
|
"bag3",
|
|
13355
|
+
"bag4",
|
|
13332
13356
|
"bankCardInformation",
|
|
13333
13357
|
"boardTasks",
|
|
13334
13358
|
"bold",
|
|
@@ -14116,6 +14140,7 @@ var iconsByVariant = {
|
|
|
14116
14140
|
boardTasks: BoardTasksRegular_default,
|
|
14117
14141
|
bankCardInformation: BankCardInformationRegular_default,
|
|
14118
14142
|
bag: BagRegular_default,
|
|
14143
|
+
bag4: Bag4Regular_default,
|
|
14119
14144
|
bag3: Bag3Regular_default,
|
|
14120
14145
|
attach: AttachRegular_default,
|
|
14121
14146
|
arrowsDiagonalContract: ArrowsDiagonalContractRegular_default,
|
|
@@ -14369,7 +14394,7 @@ function Icon(_a) {
|
|
|
14369
14394
|
warnMissingIcon(name, variant, regularIcons, boldIcons);
|
|
14370
14395
|
return null;
|
|
14371
14396
|
}
|
|
14372
|
-
return /* @__PURE__ */
|
|
14397
|
+
return /* @__PURE__ */ React578.createElement(Component, __spreadValues({}, props));
|
|
14373
14398
|
}
|
|
14374
14399
|
export {
|
|
14375
14400
|
AccidentRegular_default as AccidentRegular,
|
|
@@ -14432,6 +14457,7 @@ export {
|
|
|
14432
14457
|
AttachRegular_default as AttachRegular,
|
|
14433
14458
|
Bag2Bold_default as Bag2Bold,
|
|
14434
14459
|
Bag3Regular_default as Bag3Regular,
|
|
14460
|
+
Bag4Regular_default as Bag4Regular,
|
|
14435
14461
|
BagBold_default as BagBold,
|
|
14436
14462
|
BagRegular_default as BagRegular,
|
|
14437
14463
|
BankCardInformationRegular_default as BankCardInformationRegular,
|