@fichap/icons-react 1.0.6 → 1.0.8
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 +15 -3
- package/dist/index.d.ts +15 -3
- package/dist/index.js +553 -472
- package/dist/index.mjs +550 -472
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -116,6 +116,7 @@ __export(index_exports, {
|
|
|
116
116
|
AttachRegular: () => AttachRegular_default,
|
|
117
117
|
Bag2Bold: () => Bag2Bold_default,
|
|
118
118
|
Bag3Regular: () => Bag3Regular_default,
|
|
119
|
+
Bag4Regular: () => Bag4Regular_default,
|
|
119
120
|
BagBold: () => BagBold_default,
|
|
120
121
|
BagRegular: () => BagRegular_default,
|
|
121
122
|
BankCardInformationRegular: () => BankCardInformationRegular_default,
|
|
@@ -147,12 +148,14 @@ __export(index_exports, {
|
|
|
147
148
|
CalendarEditRegular: () => CalendarEditRegular_default,
|
|
148
149
|
CalendarForwardBold: () => CalendarForwardBold_default,
|
|
149
150
|
CalendarHourglassRegular: () => CalendarHourglassRegular_default,
|
|
151
|
+
CalendarPinRegular: () => CalendarPinRegular_default,
|
|
150
152
|
CalendarRegular: () => CalendarRegular_default,
|
|
151
153
|
CalendarSettingsRegular: () => CalendarSettingsRegular_default,
|
|
152
154
|
CalendarTickRegular: () => CalendarTickRegular_default,
|
|
153
155
|
CalendarTimeBold: () => CalendarTimeBold_default,
|
|
154
156
|
CalendarTimeBoldRegular: () => CalendarTimeBoldRegular_default,
|
|
155
157
|
CalendarTimeRegular: () => CalendarTimeRegular_default,
|
|
158
|
+
CalendarUsersRegular: () => CalendarUsersRegular_default,
|
|
156
159
|
CallBold: () => CallBold_default,
|
|
157
160
|
CallMissedBold: () => CallMissedBold_default,
|
|
158
161
|
CallMissedRegular: () => CallMissedRegular_default,
|
|
@@ -8146,8 +8149,30 @@ var CalendarRegular = (_a) => {
|
|
|
8146
8149
|
};
|
|
8147
8150
|
var CalendarRegular_default = CalendarRegular;
|
|
8148
8151
|
|
|
8149
|
-
// src/
|
|
8152
|
+
// src/CalendarUsersRegular.tsx
|
|
8150
8153
|
var React342 = __toESM(require("react"));
|
|
8154
|
+
var CalendarUsersRegular = (_a) => {
|
|
8155
|
+
var _b = _a, {
|
|
8156
|
+
size = 24,
|
|
8157
|
+
width,
|
|
8158
|
+
height,
|
|
8159
|
+
className
|
|
8160
|
+
} = _b, props = __objRest(_b, [
|
|
8161
|
+
"size",
|
|
8162
|
+
"width",
|
|
8163
|
+
"height",
|
|
8164
|
+
"className"
|
|
8165
|
+
]);
|
|
8166
|
+
var _a2, _b2;
|
|
8167
|
+
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8168
|
+
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8169
|
+
const resolvedViewBox = "0 0 24 24";
|
|
8170
|
+
return /* @__PURE__ */ React342.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React342.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962M10.375 21h-2.18C5.55 21 3.9 19.494 3.9 16.745V8.6c0-2.705 1.65-4.178 4.294-4.178h7.62c2.652 0 4.294 1.473 4.286 4.178v3.232M7.666 12.941h.01m-.01 3.477h.01m3.658-3.477h.01" }), /* @__PURE__ */ React342.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M18.065 14.816a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0", clipRule: "evenodd" }), /* @__PURE__ */ React342.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.19 18.64c-1.802 0-2.631.936-2.86 1.877a.45.45 0 0 0 .17.466l5.389.017a.45.45 0 0 0 .172-.465c-.222-.953-1.048-1.895-2.872-1.895" }));
|
|
8171
|
+
};
|
|
8172
|
+
var CalendarUsersRegular_default = CalendarUsersRegular;
|
|
8173
|
+
|
|
8174
|
+
// src/CalendarTimeRegular.tsx
|
|
8175
|
+
var React343 = __toESM(require("react"));
|
|
8151
8176
|
var CalendarTimeRegular = (_a) => {
|
|
8152
8177
|
var _b = _a, {
|
|
8153
8178
|
size = 24,
|
|
@@ -8164,12 +8189,12 @@ var CalendarTimeRegular = (_a) => {
|
|
|
8164
8189
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8165
8190
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8166
8191
|
const resolvedViewBox = "0 0 24 24";
|
|
8167
|
-
return /* @__PURE__ */
|
|
8192
|
+
return /* @__PURE__ */ React343.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React343.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.727 9.463h15.698M15.104 3v2.872M8.051 3v2.872m11.378 5.492V8.43c.008-2.624-1.585-4.052-4.156-4.052h-7.39C5.32 4.378 3.72 5.806 3.72 8.43v7.899c0 2.665 1.6 4.127 4.164 4.127h2.15" }), /* @__PURE__ */ React343.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.282 17.138a3.862 3.862 0 1 1-7.724 0 3.862 3.862 0 0 1 7.724 0", clipRule: "evenodd" }), /* @__PURE__ */ React343.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m17.62 18.142-1.222-.73v-1.57m-8.732-2.901h.01m-.01 3.477h.01m3.658-3.477h.01" }));
|
|
8168
8193
|
};
|
|
8169
8194
|
var CalendarTimeRegular_default = CalendarTimeRegular;
|
|
8170
8195
|
|
|
8171
8196
|
// src/CalendarTimeBoldRegular.tsx
|
|
8172
|
-
var
|
|
8197
|
+
var React344 = __toESM(require("react"));
|
|
8173
8198
|
var CalendarTimeBoldRegular = (_a) => {
|
|
8174
8199
|
var _b = _a, {
|
|
8175
8200
|
size = 24,
|
|
@@ -8186,12 +8211,12 @@ var CalendarTimeBoldRegular = (_a) => {
|
|
|
8186
8211
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8187
8212
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8188
8213
|
const resolvedViewBox = "0 0 24 24";
|
|
8189
|
-
return /* @__PURE__ */
|
|
8214
|
+
return /* @__PURE__ */ React344.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React344.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.912 3v3.223M8.087 3v3.223" }), /* @__PURE__ */ React344.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.486 4.487H7.522c-2.633 0-4.277 1.467-4.277 4.162v8.113C3.245 19.5 4.89 21 7.522 21h8.956c2.64 0 4.277-1.475 4.277-4.17V8.647c.007-2.695-1.628-4.161-4.27-4.161", clipRule: "evenodd" }), /* @__PURE__ */ React344.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 17.218a4.2 4.2 0 1 0 0-8.401 4.2 4.2 0 0 0 0 8.401" }), /* @__PURE__ */ React344.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m13.329 14.218-1.482-.886V11.42" }));
|
|
8190
8215
|
};
|
|
8191
8216
|
var CalendarTimeBoldRegular_default = CalendarTimeBoldRegular;
|
|
8192
8217
|
|
|
8193
8218
|
// src/CalendarTickRegular.tsx
|
|
8194
|
-
var
|
|
8219
|
+
var React345 = __toESM(require("react"));
|
|
8195
8220
|
var CalendarTickRegular = (_a) => {
|
|
8196
8221
|
var _b = _a, {
|
|
8197
8222
|
size = 24,
|
|
@@ -8208,12 +8233,12 @@ var CalendarTickRegular = (_a) => {
|
|
|
8208
8233
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8209
8234
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8210
8235
|
const resolvedViewBox = "0 0 24 24";
|
|
8211
|
-
return /* @__PURE__ */
|
|
8236
|
+
return /* @__PURE__ */ React345.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React345.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React345.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.815 4.421h-7.62C5.55 4.421 3.9 5.894 3.9 8.6v8.146C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.705-1.634-4.178-4.286-4.178", clipRule: "evenodd" }), /* @__PURE__ */ React345.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.055 14.888 1.435 1.437 2.956-2.958m2.375 2.846h3.124" }));
|
|
8212
8237
|
};
|
|
8213
8238
|
var CalendarTickRegular_default = CalendarTickRegular;
|
|
8214
8239
|
|
|
8215
8240
|
// src/CalendarSettingsRegular.tsx
|
|
8216
|
-
var
|
|
8241
|
+
var React346 = __toESM(require("react"));
|
|
8217
8242
|
var CalendarSettingsRegular = (_a) => {
|
|
8218
8243
|
var _b = _a, {
|
|
8219
8244
|
size = 24,
|
|
@@ -8230,12 +8255,34 @@ var CalendarSettingsRegular = (_a) => {
|
|
|
8230
8255
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8231
8256
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8232
8257
|
const resolvedViewBox = "0 0 24 24";
|
|
8233
|
-
return /* @__PURE__ */
|
|
8258
|
+
return /* @__PURE__ */ React346.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React346.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.609 14.03a3.31 3.31 0 0 0 3.567.731l1.92 1.92c.497.497 1.317.569 1.838.096a1.297 1.297 0 0 0 .046-1.878l-1.97-1.97a3.3 3.3 0 0 0-.729-3.571 3.3 3.3 0 0 0-3.574-.726l1.647 1.647a.63.63 0 0 1 .172.568l-.155.78a.63.63 0 0 1-.496.495l-.777.154a.63.63 0 0 1-.568-.173l-1.646-1.647a3.29 3.29 0 0 0 .725 3.574", clipRule: "evenodd" }), /* @__PURE__ */ React346.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.64 3v2.962M8.368 3v2.962" }), /* @__PURE__ */ React346.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.814 4.421h-7.62C5.55 4.421 3.9 5.894 3.9 8.601v8.143C3.9 19.493 5.55 21 8.194 21h7.612c2.651 0 4.294-1.48 4.294-4.187V8.6c.007-2.706-1.635-4.179-4.286-4.179", clipRule: "evenodd" }));
|
|
8234
8259
|
};
|
|
8235
8260
|
var CalendarSettingsRegular_default = CalendarSettingsRegular;
|
|
8236
8261
|
|
|
8262
|
+
// src/CalendarPinRegular.tsx
|
|
8263
|
+
var React347 = __toESM(require("react"));
|
|
8264
|
+
var CalendarPinRegular = (_a) => {
|
|
8265
|
+
var _b = _a, {
|
|
8266
|
+
size = 24,
|
|
8267
|
+
width,
|
|
8268
|
+
height,
|
|
8269
|
+
className
|
|
8270
|
+
} = _b, props = __objRest(_b, [
|
|
8271
|
+
"size",
|
|
8272
|
+
"width",
|
|
8273
|
+
"height",
|
|
8274
|
+
"className"
|
|
8275
|
+
]);
|
|
8276
|
+
var _a2, _b2;
|
|
8277
|
+
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8278
|
+
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8279
|
+
const resolvedViewBox = "0 0 24 24";
|
|
8280
|
+
return /* @__PURE__ */ React347.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React347.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.017 9.664H3.976M8.36 3v2.962M15.631 3v2.962M13.626 21h2.18c2.644 0 4.295-1.506 4.295-4.255V8.6c0-2.705-1.65-4.177-4.294-4.177h-7.62c-2.652 0-4.294 1.472-4.286 4.177v3.233m12.434 1.108h-.01m.01 3.477h-.01" }), /* @__PURE__ */ React347.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.367 19.533c1.227 1.226 2.821 1.62 3.561.88.523-.523.48-1.471-.022-2.416m-3.539 1.536c-1.227-1.227-1.62-2.821-.88-3.562.523-.522 1.471-.48 2.416.023m-1.536 3.539L3.9 21m7.063-5.108L8.896 17.96c-.326.326-1.028.152-1.568-.388s-.714-1.242-.388-1.568l2.068-2.068m3.072 1.753c-.478.478-1.508.223-2.3-.569s-1.046-1.822-.568-2.3 1.508-.224 2.3.569 1.047 1.821.568 2.3" }));
|
|
8281
|
+
};
|
|
8282
|
+
var CalendarPinRegular_default = CalendarPinRegular;
|
|
8283
|
+
|
|
8237
8284
|
// src/CalendarHourglassRegular.tsx
|
|
8238
|
-
var
|
|
8285
|
+
var React348 = __toESM(require("react"));
|
|
8239
8286
|
var CalendarHourglassRegular = (_a) => {
|
|
8240
8287
|
var _b = _a, {
|
|
8241
8288
|
size = 24,
|
|
@@ -8252,12 +8299,12 @@ var CalendarHourglassRegular = (_a) => {
|
|
|
8252
8299
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8253
8300
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8254
8301
|
const resolvedViewBox = "0 0 24 24";
|
|
8255
|
-
return /* @__PURE__ */
|
|
8302
|
+
return /* @__PURE__ */ React348.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React348.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962M10.375 21h-2.18C5.55 21 3.9 19.494 3.9 16.745V8.6c0-2.705 1.65-4.177 4.294-4.177h7.62c2.652 0 4.294 1.472 4.286 4.177v1.016M7.666 12.941h.01m-.01 3.477h.01" }), /* @__PURE__ */ React348.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.32 12.941c.415 0 .757.338.699.748-.21 1.502-1.046 2.738-2.16 3.281 1.114.544 1.95 1.78 2.16 3.282.058.41-.284.748-.698.748h-4.716c-.414 0-.755-.338-.698-.748.211-1.502 1.046-2.738 2.16-3.282-1.114-.543-1.949-1.778-2.16-3.28-.057-.41.284-.749.698-.749z" }));
|
|
8256
8303
|
};
|
|
8257
8304
|
var CalendarHourglassRegular_default = CalendarHourglassRegular;
|
|
8258
8305
|
|
|
8259
8306
|
// src/CalendarEditRegular.tsx
|
|
8260
|
-
var
|
|
8307
|
+
var React349 = __toESM(require("react"));
|
|
8261
8308
|
var CalendarEditRegular = (_a) => {
|
|
8262
8309
|
var _b = _a, {
|
|
8263
8310
|
size = 24,
|
|
@@ -8274,12 +8321,12 @@ var CalendarEditRegular = (_a) => {
|
|
|
8274
8321
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8275
8322
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8276
8323
|
const resolvedViewBox = "0 0 24 24";
|
|
8277
|
-
return /* @__PURE__ */
|
|
8324
|
+
return /* @__PURE__ */ React349.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React349.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.994 13.538V7.613c0-2 1.2-3.095 3.123-3.095h9.766c1.929 0 3.123 1.077 3.123 3.046v5.974" }), /* @__PURE__ */ React349.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.889 21H7.117c-1.923 0-3.123-1.07-3.123-3.04v-5.924c0-2 1.2-3.095 3.123-3.095h9.766c1.929 0 3.123 1.076 3.123 3.045v5.975C20.012 19.929 18.817 21 16.89 21", clipRule: "evenodd" }), /* @__PURE__ */ React349.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.897 3v2.83M15.104 3v2.83m-2.866 9.814-4.055 1.1a.5.5 0 0 1-.573-.248l-.603-1.136a.5.5 0 0 1 .135-.63l3.367-2.608m-.229-.492 2.163 4.433m-3.421.509 1.05 1.366m7.007-1.09h-1.597m1.708-3.13h-2.797" }));
|
|
8278
8325
|
};
|
|
8279
8326
|
var CalendarEditRegular_default = CalendarEditRegular;
|
|
8280
8327
|
|
|
8281
8328
|
// src/CalendarDoneRegular.tsx
|
|
8282
|
-
var
|
|
8329
|
+
var React350 = __toESM(require("react"));
|
|
8283
8330
|
var CalendarDoneRegular = (_a) => {
|
|
8284
8331
|
var _b = _a, {
|
|
8285
8332
|
size = 24,
|
|
@@ -8296,12 +8343,12 @@ var CalendarDoneRegular = (_a) => {
|
|
|
8296
8343
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8297
8344
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8298
8345
|
const resolvedViewBox = "0 0 24 24";
|
|
8299
|
-
return /* @__PURE__ */
|
|
8346
|
+
return /* @__PURE__ */ React350.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React350.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.582 15.115.762.762 1.483-1.483m5.988-9.972h-7.62C5.55 4.422 3.9 5.894 3.9 8.6v8.145C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.707-1.634-4.18-4.286-4.18" }), /* @__PURE__ */ React350.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.582 10.264.762.762 1.483-1.483m2.605 6.227h3.987m-3.987-4.848h3.987M15.64 3v2.576M8.37 3v2.576" }));
|
|
8300
8347
|
};
|
|
8301
8348
|
var CalendarDoneRegular_default = CalendarDoneRegular;
|
|
8302
8349
|
|
|
8303
8350
|
// src/CalendarDone2Regular.tsx
|
|
8304
|
-
var
|
|
8351
|
+
var React351 = __toESM(require("react"));
|
|
8305
8352
|
var CalendarDone2Regular = (_a) => {
|
|
8306
8353
|
var _b = _a, {
|
|
8307
8354
|
size = 24,
|
|
@@ -8318,12 +8365,12 @@ var CalendarDone2Regular = (_a) => {
|
|
|
8318
8365
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8319
8366
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8320
8367
|
const resolvedViewBox = "0 0 24 24";
|
|
8321
|
-
return /* @__PURE__ */
|
|
8368
|
+
return /* @__PURE__ */ React351.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React351.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.582 15.115.762.762 1.483-1.483m5.988-9.972h-7.62C5.55 4.422 3.9 5.894 3.9 8.6v8.145C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.707-1.634-4.18-4.286-4.18" }), /* @__PURE__ */ React351.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.582 10.264.762.762 1.483-1.483m2.605 6.227h3.987m-3.987-4.848h3.987M15.64 3v2.576M8.37 3v2.576" }));
|
|
8322
8369
|
};
|
|
8323
8370
|
var CalendarDone2Regular_default = CalendarDone2Regular;
|
|
8324
8371
|
|
|
8325
8372
|
// src/CalendarDashRegular.tsx
|
|
8326
|
-
var
|
|
8373
|
+
var React352 = __toESM(require("react"));
|
|
8327
8374
|
var CalendarDashRegular = (_a) => {
|
|
8328
8375
|
var _b = _a, {
|
|
8329
8376
|
size = 24,
|
|
@@ -8340,12 +8387,12 @@ var CalendarDashRegular = (_a) => {
|
|
|
8340
8387
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8341
8388
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8342
8389
|
const resolvedViewBox = "0 0 24 24";
|
|
8343
|
-
return /* @__PURE__ */
|
|
8390
|
+
return /* @__PURE__ */ React352.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React352.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.639 3v2.962M8.368 3v2.962" }), /* @__PURE__ */ React352.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.815 4.421h-7.62C5.55 4.421 3.9 5.894 3.9 8.6v8.146C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.705-1.634-4.178-4.286-4.178", clipRule: "evenodd" }), /* @__PURE__ */ React352.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.25 15.077h-4.5" }));
|
|
8344
8391
|
};
|
|
8345
8392
|
var CalendarDashRegular_default = CalendarDashRegular;
|
|
8346
8393
|
|
|
8347
8394
|
// src/CalendarCheckRegular.tsx
|
|
8348
|
-
var
|
|
8395
|
+
var React353 = __toESM(require("react"));
|
|
8349
8396
|
var CalendarCheckRegular = (_a) => {
|
|
8350
8397
|
var _b = _a, {
|
|
8351
8398
|
size = 24,
|
|
@@ -8362,12 +8409,12 @@ var CalendarCheckRegular = (_a) => {
|
|
|
8362
8409
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8363
8410
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8364
8411
|
const resolvedViewBox = "0 0 24 24";
|
|
8365
|
-
return /* @__PURE__ */
|
|
8412
|
+
return /* @__PURE__ */ React353.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React353.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React353.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.815 4.422h-7.62C5.55 4.422 3.9 5.894 3.9 8.599v8.146C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.705-1.634-4.177-4.286-4.177", clipRule: "evenodd" }), /* @__PURE__ */ React353.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m9.86 15.084 1.755 1.758 3.617-3.618" }));
|
|
8366
8413
|
};
|
|
8367
8414
|
var CalendarCheckRegular_default = CalendarCheckRegular;
|
|
8368
8415
|
|
|
8369
8416
|
// src/CalendarArrowRightRegular.tsx
|
|
8370
|
-
var
|
|
8417
|
+
var React354 = __toESM(require("react"));
|
|
8371
8418
|
var CalendarArrowRightRegular = (_a) => {
|
|
8372
8419
|
var _b = _a, {
|
|
8373
8420
|
size = 24,
|
|
@@ -8384,12 +8431,12 @@ var CalendarArrowRightRegular = (_a) => {
|
|
|
8384
8431
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8385
8432
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8386
8433
|
const resolvedViewBox = "0 0 24 24";
|
|
8387
|
-
return /* @__PURE__ */
|
|
8434
|
+
return /* @__PURE__ */ React354.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React354.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React354.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.815 4.422h-7.62C5.55 4.422 3.9 5.894 3.9 8.599v8.146C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.705-1.634-4.177-4.286-4.177", clipRule: "evenodd" }), /* @__PURE__ */ React354.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.384 15.261H8.585m4.765 1.924 2.064-1.924-2.064-1.925" }));
|
|
8388
8435
|
};
|
|
8389
8436
|
var CalendarArrowRightRegular_default = CalendarArrowRightRegular;
|
|
8390
8437
|
|
|
8391
8438
|
// src/CalendarAddRegular.tsx
|
|
8392
|
-
var
|
|
8439
|
+
var React355 = __toESM(require("react"));
|
|
8393
8440
|
var CalendarAddRegular = (_a) => {
|
|
8394
8441
|
var _b = _a, {
|
|
8395
8442
|
size = 24,
|
|
@@ -8406,12 +8453,12 @@ var CalendarAddRegular = (_a) => {
|
|
|
8406
8453
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8407
8454
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8408
8455
|
const resolvedViewBox = "0 0 24 24";
|
|
8409
|
-
return /* @__PURE__ */
|
|
8456
|
+
return /* @__PURE__ */ React355.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React355.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3.984 9.664h16.041M15.639 3v2.962M8.368 3v2.962" }), /* @__PURE__ */ React355.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.815 4.422h-7.62C5.55 4.422 3.9 5.894 3.9 8.599v8.146C3.9 19.494 5.55 21 8.194 21h7.613c2.651 0 4.293-1.48 4.293-4.187V8.6c.008-2.705-1.634-4.177-4.286-4.177", clipRule: "evenodd" }), /* @__PURE__ */ React355.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 12.827v4.5m2.25-2.25h-4.5" }));
|
|
8410
8457
|
};
|
|
8411
8458
|
var CalendarAddRegular_default = CalendarAddRegular;
|
|
8412
8459
|
|
|
8413
8460
|
// src/Calendar2Regular.tsx
|
|
8414
|
-
var
|
|
8461
|
+
var React356 = __toESM(require("react"));
|
|
8415
8462
|
var Calendar2Regular = (_a) => {
|
|
8416
8463
|
var _b = _a, {
|
|
8417
8464
|
size = 24,
|
|
@@ -8428,12 +8475,12 @@ var Calendar2Regular = (_a) => {
|
|
|
8428
8475
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8429
8476
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8430
8477
|
const resolvedViewBox = "0 0 24 24";
|
|
8431
|
-
return /* @__PURE__ */
|
|
8478
|
+
return /* @__PURE__ */ React356.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React356.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.488 9.664h16.041M16.145 3v2.962M8.874 3v2.962" }), /* @__PURE__ */ React356.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.318 4.422h-7.62c-2.644 0-4.294 1.472-4.294 4.178v8.146c0 2.748 1.65 4.254 4.294 4.254h7.613c2.651 0 4.293-1.48 4.293-4.186V8.6c.008-2.706-1.634-4.178-4.286-4.178", clipRule: "evenodd" }), /* @__PURE__ */ React356.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.02 16.392h3.636" }));
|
|
8432
8479
|
};
|
|
8433
8480
|
var Calendar2Regular_default = Calendar2Regular;
|
|
8434
8481
|
|
|
8435
8482
|
// src/BuyRegular.tsx
|
|
8436
|
-
var
|
|
8483
|
+
var React357 = __toESM(require("react"));
|
|
8437
8484
|
var BuyRegular = (_a) => {
|
|
8438
8485
|
var _b = _a, {
|
|
8439
8486
|
size = 24,
|
|
@@ -8450,12 +8497,12 @@ var BuyRegular = (_a) => {
|
|
|
8450
8497
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8451
8498
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8452
8499
|
const resolvedViewBox = "0 0 24 24";
|
|
8453
|
-
return /* @__PURE__ */
|
|
8500
|
+
return /* @__PURE__ */ React357.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React357.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m2.75 3.25 2.08.36.963 11.473a1.8 1.8 0 0 0 1.8 1.653h10.91a1.8 1.8 0 0 0 1.784-1.546l.95-6.558a1.34 1.34 0 0 0-1.136-1.52C20.037 7.105 5.164 7.1 5.164 7.1m8.961 3.695h2.773" }), /* @__PURE__ */ React357.createElement("path", { fill: "currentColor", fillRule: "evenodd", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.154 20.203a.544.544 0 1 1 0 1.087.544.544 0 0 1 0-1.087m11.281 0a.545.545 0 1 1 0 1.09.545.545 0 0 1 0-1.09", clipRule: "evenodd" }));
|
|
8454
8501
|
};
|
|
8455
8502
|
var BuyRegular_default = BuyRegular;
|
|
8456
8503
|
|
|
8457
8504
|
// src/BulletedListRegular.tsx
|
|
8458
|
-
var
|
|
8505
|
+
var React358 = __toESM(require("react"));
|
|
8459
8506
|
var BulletedListRegular = (_a) => {
|
|
8460
8507
|
var _b = _a, {
|
|
8461
8508
|
size = 24,
|
|
@@ -8472,12 +8519,12 @@ var BulletedListRegular = (_a) => {
|
|
|
8472
8519
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8473
8520
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8474
8521
|
const resolvedViewBox = "0 0 24 24";
|
|
8475
|
-
return /* @__PURE__ */
|
|
8522
|
+
return /* @__PURE__ */ React358.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React358.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.5 19.262h12m-12-6h12m-12-6h12M4.511 7.247v.064m.26-.05a.26.26 0 1 1-.522 0 .26.26 0 0 1 .522 0m-.26 6.115v.064m.26-.05a.26.26 0 1 1-.522 0 .26.26 0 0 1 .522 0m-.26 5.857v.064m.26-.05a.26.26 0 1 1-.522 0 .26.26 0 0 1 .522 0" }));
|
|
8476
8523
|
};
|
|
8477
8524
|
var BulletedListRegular_default = BulletedListRegular;
|
|
8478
8525
|
|
|
8479
8526
|
// src/BuildingRegular.tsx
|
|
8480
|
-
var
|
|
8527
|
+
var React359 = __toESM(require("react"));
|
|
8481
8528
|
var BuildingRegular = (_a) => {
|
|
8482
8529
|
var _b = _a, {
|
|
8483
8530
|
size = 24,
|
|
@@ -8494,12 +8541,12 @@ var BuildingRegular = (_a) => {
|
|
|
8494
8541
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8495
8542
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8496
8543
|
const resolvedViewBox = "0 0 24 24";
|
|
8497
|
-
return /* @__PURE__ */
|
|
8544
|
+
return /* @__PURE__ */ React359.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React359.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.493 18.431a2.09 2.09 0 0 1-2.102 2.079H5.1A2.09 2.09 0 0 1 3 18.43v-5.272c.005-.453.22-.878.582-1.152l3.963-3.18a1.924 1.924 0 0 1 2.386 0l3.98 3.177c.36.274.575.698.582 1.15zm-5.748-1.708v3.548" }), /* @__PURE__ */ React359.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17.565 20.4h1.298c1.18 0 2.137-.956 2.137-2.137V5.627c0-1.18-.957-2.136-2.137-2.136H13.64c-1.174 0-2.124.95-2.124 2.124v.878m6.251 9.766v.01m0-4.223v-.01m-3.06-4.223v.01m3.06-.01v.01" }));
|
|
8498
8545
|
};
|
|
8499
8546
|
var BuildingRegular_default = BuildingRegular;
|
|
8500
8547
|
|
|
8501
8548
|
// src/BuildingOfficeRegular.tsx
|
|
8502
|
-
var
|
|
8549
|
+
var React360 = __toESM(require("react"));
|
|
8503
8550
|
var BuildingOfficeRegular = (_a) => {
|
|
8504
8551
|
var _b = _a, {
|
|
8505
8552
|
size = 24,
|
|
@@ -8516,12 +8563,12 @@ var BuildingOfficeRegular = (_a) => {
|
|
|
8516
8563
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8517
8564
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8518
8565
|
const resolvedViewBox = "0 0 24 24";
|
|
8519
|
-
return /* @__PURE__ */
|
|
8566
|
+
return /* @__PURE__ */ React360.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React360.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.385, d: "M18.152 20.306V5.692a2 2 0 0 0-2.001-2H6.874a2 2 0 0 0-2 2v14.612M13.1 8.189h.956m-5.09 0h.957m3.176 3.3h.957m-5.09 0h.957" }), /* @__PURE__ */ React360.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.385, d: "M9.355 20.306v-3.803a1 1 0 0 1 .997-1.005h2.326c.544 0 .997.451.997 1.005v3.803m-10.096-.002h15.866" }));
|
|
8520
8567
|
};
|
|
8521
8568
|
var BuildingOfficeRegular_default = BuildingOfficeRegular;
|
|
8522
8569
|
|
|
8523
8570
|
// src/BuildingOffice3Regular.tsx
|
|
8524
|
-
var
|
|
8571
|
+
var React361 = __toESM(require("react"));
|
|
8525
8572
|
var BuildingOffice3Regular = (_a) => {
|
|
8526
8573
|
var _b = _a, {
|
|
8527
8574
|
size = 24,
|
|
@@ -8538,12 +8585,12 @@ var BuildingOffice3Regular = (_a) => {
|
|
|
8538
8585
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8539
8586
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8540
8587
|
const resolvedViewBox = "0 0 24 24";
|
|
8541
|
-
return /* @__PURE__ */
|
|
8588
|
+
return /* @__PURE__ */ React361.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React361.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.56 18.067.002.01m-.002-5.388.002.01m-.002 2.709.002.01m3.776 2.649.002.01m-.002-5.388.002.01m-.002 2.709.002.01M3.481 21H20.52m-1.405 0v-9.93a1.98 1.98 0 0 0-1.98-1.98H9.782a1.98 1.98 0 0 0-1.98 1.98V21m2.742-14.827.001.01m-2.817-.01.001.01" }), /* @__PURE__ */ React361.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.884 20.997V4.981A1.98 1.98 0 0 1 6.866 3h4.612a1.98 1.98 0 0 1 1.982 1.981v4.108" }));
|
|
8542
8589
|
};
|
|
8543
8590
|
var BuildingOffice3Regular_default = BuildingOffice3Regular;
|
|
8544
8591
|
|
|
8545
8592
|
// src/BuildingOffice2Regular.tsx
|
|
8546
|
-
var
|
|
8593
|
+
var React362 = __toESM(require("react"));
|
|
8547
8594
|
var BuildingOffice2Regular = (_a) => {
|
|
8548
8595
|
var _b = _a, {
|
|
8549
8596
|
size = 24,
|
|
@@ -8560,12 +8607,12 @@ var BuildingOffice2Regular = (_a) => {
|
|
|
8560
8607
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8561
8608
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8562
8609
|
const resolvedViewBox = "0 0 24 24";
|
|
8563
|
-
return /* @__PURE__ */
|
|
8610
|
+
return /* @__PURE__ */ React362.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React362.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 20.91h18m-3.66 0V5.123c0-1.124-.91-2.035-2.033-2.035H8.695A2.035 2.035 0 0 0 6.66 5.123V20.91m7.014-7.133.002.01m-3.35-.01.001.01m3.347-3.304.002.01m-3.35-.01.001.01m3.347-3.377.002.01m-3.35-.01.001.01" }), /* @__PURE__ */ React362.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.98 20.91v-2.607c0-.422.347-.77.77-.77h2.504c.421 0 .769.348.769.77v2.608M17.34 9.008h1.257c.788 0 1.435.638 1.435 1.435V20.91m-15.947.001V10.443c0-.797.647-1.435 1.435-1.435h1.135" }));
|
|
8564
8611
|
};
|
|
8565
8612
|
var BuildingOffice2Regular_default = BuildingOffice2Regular;
|
|
8566
8613
|
|
|
8567
8614
|
// src/BotRegular.tsx
|
|
8568
|
-
var
|
|
8615
|
+
var React363 = __toESM(require("react"));
|
|
8569
8616
|
var BotRegular = (_a) => {
|
|
8570
8617
|
var _b = _a, {
|
|
8571
8618
|
size = 24,
|
|
@@ -8582,12 +8629,12 @@ var BotRegular = (_a) => {
|
|
|
8582
8629
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8583
8630
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8584
8631
|
const resolvedViewBox = "0 0 24 24";
|
|
8585
|
-
return /* @__PURE__ */
|
|
8632
|
+
return /* @__PURE__ */ React363.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React363.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.123 7.512h5.755c2.012 0 3.263 1.42 3.263 3.43v3.967c0 2.01-1.251 3.43-3.264 3.43H9.123c-2.011 0-3.264-1.42-3.264-3.43v-3.968c0-2.01 1.258-3.43 3.264-3.43" }), /* @__PURE__ */ React363.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.647 14.523q1.352.592 2.705 0m.855-3.513V11m-4.414.01V11M5.86 11h-.236a1.835 1.835 0 1 0 0 3.671h.236M18.14 11h.237a1.835 1.835 0 1 1 0 3.671h-.236" }), /* @__PURE__ */ React363.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.235 4.235a1.234 1.234 0 1 0-2.469 0 1.234 1.234 0 0 0 2.469 0", clipRule: "evenodd" }), /* @__PURE__ */ React363.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 7.51V5.469M8.658 21h6.686" }));
|
|
8586
8633
|
};
|
|
8587
8634
|
var BotRegular_default = BotRegular;
|
|
8588
8635
|
|
|
8589
8636
|
// src/BookmarkRegular.tsx
|
|
8590
|
-
var
|
|
8637
|
+
var React364 = __toESM(require("react"));
|
|
8591
8638
|
var BookmarkRegular = (_a) => {
|
|
8592
8639
|
var _b = _a, {
|
|
8593
8640
|
size = 24,
|
|
@@ -8604,12 +8651,12 @@ var BookmarkRegular = (_a) => {
|
|
|
8604
8651
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8605
8652
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8606
8653
|
const resolvedViewBox = "0 0 24 24";
|
|
8607
|
-
return /* @__PURE__ */
|
|
8654
|
+
return /* @__PURE__ */ React364.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React364.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.414.828l6.382-3.58 6.326 3.574a.95.95 0 0 0 1.417-.827z", clipRule: "evenodd" }), /* @__PURE__ */ React364.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.271 9.028h7.318" }));
|
|
8608
8655
|
};
|
|
8609
8656
|
var BookmarkRegular_default = BookmarkRegular;
|
|
8610
8657
|
|
|
8611
8658
|
// src/BookRegular.tsx
|
|
8612
|
-
var
|
|
8659
|
+
var React365 = __toESM(require("react"));
|
|
8613
8660
|
var BookRegular = (_a) => {
|
|
8614
8661
|
var _b = _a, {
|
|
8615
8662
|
size = 24,
|
|
@@ -8626,12 +8673,12 @@ var BookRegular = (_a) => {
|
|
|
8626
8673
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8627
8674
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8628
8675
|
const resolvedViewBox = "0 0 24 24";
|
|
8629
|
-
return /* @__PURE__ */
|
|
8676
|
+
return /* @__PURE__ */ React365.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React365.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.327 16.027H19.72l.006 3.78A1.2 1.2 0 0 1 18.53 21H7.327a2.486 2.486 0 1 1 0-4.974" }), /* @__PURE__ */ React365.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.84 18.513V5.591A2.59 2.59 0 0 1 7.43 3h11.092a1.2 1.2 0 0 1 1.199 1.199v11.827M9.39 7.133h2.745m-2.744 3.986h5.443" }));
|
|
8630
8677
|
};
|
|
8631
8678
|
var BookRegular_default = BookRegular;
|
|
8632
8679
|
|
|
8633
8680
|
// src/BoldRegular.tsx
|
|
8634
|
-
var
|
|
8681
|
+
var React366 = __toESM(require("react"));
|
|
8635
8682
|
var BoldRegular = (_a) => {
|
|
8636
8683
|
var _b = _a, {
|
|
8637
8684
|
size = 24,
|
|
@@ -8648,12 +8695,12 @@ var BoldRegular = (_a) => {
|
|
|
8648
8695
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8649
8696
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8650
8697
|
const resolvedViewBox = "0 0 24 24";
|
|
8651
|
-
return /* @__PURE__ */
|
|
8698
|
+
return /* @__PURE__ */ React366.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React366.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.75 4.75h5.75a3.75 3.75 0 1 1 0 7.5H6.75zm0 7.5h7a3.5 3.5 0 1 1 0 7h-7z" }));
|
|
8652
8699
|
};
|
|
8653
8700
|
var BoldRegular_default = BoldRegular;
|
|
8654
8701
|
|
|
8655
8702
|
// src/BoardTasksRegular.tsx
|
|
8656
|
-
var
|
|
8703
|
+
var React367 = __toESM(require("react"));
|
|
8657
8704
|
var BoardTasksRegular = (_a) => {
|
|
8658
8705
|
var _b = _a, {
|
|
8659
8706
|
size = 24,
|
|
@@ -8670,12 +8717,12 @@ var BoardTasksRegular = (_a) => {
|
|
|
8670
8717
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8671
8718
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8672
8719
|
const resolvedViewBox = "0 0 24 24";
|
|
8673
|
-
return /* @__PURE__ */
|
|
8720
|
+
return /* @__PURE__ */ React367.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React367.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.782 3h8.435C19.165 3 21 5.081 21 8.026v7.948C21 18.919 19.165 21 16.216 21H7.782C4.834 21 3 18.919 3 15.974V8.026C3 5.081 4.843 3 7.782 3m4.925 12.305h4.31" }), /* @__PURE__ */ React367.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.467 14.6.823.823 1.603-1.603M7.467 9.357l.823.824 1.603-1.603m2.814 1.488h4.31" }));
|
|
8674
8721
|
};
|
|
8675
8722
|
var BoardTasksRegular_default = BoardTasksRegular;
|
|
8676
8723
|
|
|
8677
8724
|
// src/BankCardInformationRegular.tsx
|
|
8678
|
-
var
|
|
8725
|
+
var React368 = __toESM(require("react"));
|
|
8679
8726
|
var BankCardInformationRegular = (_a) => {
|
|
8680
8727
|
var _b = _a, {
|
|
8681
8728
|
size = 24,
|
|
@@ -8692,12 +8739,12 @@ var BankCardInformationRegular = (_a) => {
|
|
|
8692
8739
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8693
8740
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8694
8741
|
const resolvedViewBox = "0 0 24 24";
|
|
8695
|
-
return /* @__PURE__ */
|
|
8742
|
+
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: "M17.036 4.54H6.966c-2.437 0-3.964 1.724-3.964 4.165v6.587c0 2.442 1.52 4.166 3.963 4.166h10.07c2.445 0 3.965-1.724 3.965-4.166V8.705c0-2.441-1.52-4.166-3.964-4.166", clipRule: "evenodd" }), /* @__PURE__ */ React368.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 9.123h17.998M6.43 15.436h3.413M6.43 12.717h2.534" }), /* @__PURE__ */ React368.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.306 15.69h1.275a.99.99 0 0 0 .989-.989V13.45a.99.99 0 0 0-.989-.988h-1.275a.99.99 0 0 0-.989.988v1.252a.99.99 0 0 0 .989.989", clipRule: "evenodd" }));
|
|
8696
8743
|
};
|
|
8697
8744
|
var BankCardInformationRegular_default = BankCardInformationRegular;
|
|
8698
8745
|
|
|
8699
8746
|
// src/BagRegular.tsx
|
|
8700
|
-
var
|
|
8747
|
+
var React369 = __toESM(require("react"));
|
|
8701
8748
|
var BagRegular = (_a) => {
|
|
8702
8749
|
var _b = _a, {
|
|
8703
8750
|
size = 24,
|
|
@@ -8714,12 +8761,34 @@ var BagRegular = (_a) => {
|
|
|
8714
8761
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8715
8762
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8716
8763
|
const resolvedViewBox = "0 0 24 24";
|
|
8717
|
-
return /* @__PURE__ */
|
|
8764
|
+
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: "M16.514 21.5H8.166c-3.066 0-5.419-1.108-4.75-5.565l.777-6.041c.412-2.225 1.831-3.076 3.076-3.076h10.178c1.264 0 2.6.915 3.076 3.076l.778 6.04c.567 3.955-1.72 5.566-4.787 5.566", clipRule: "evenodd" }), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.651 6.598a4.32 4.32 0 0 0-4.32-4.32v0a4.32 4.32 0 0 0-4.339 4.32h0m7.304 4.504h-.045m-5.785 0H9.42" }));
|
|
8718
8765
|
};
|
|
8719
8766
|
var BagRegular_default = BagRegular;
|
|
8720
8767
|
|
|
8768
|
+
// src/Bag4Regular.tsx
|
|
8769
|
+
var React370 = __toESM(require("react"));
|
|
8770
|
+
var Bag4Regular = (_a) => {
|
|
8771
|
+
var _b = _a, {
|
|
8772
|
+
size = 24,
|
|
8773
|
+
width,
|
|
8774
|
+
height,
|
|
8775
|
+
className
|
|
8776
|
+
} = _b, props = __objRest(_b, [
|
|
8777
|
+
"size",
|
|
8778
|
+
"width",
|
|
8779
|
+
"height",
|
|
8780
|
+
"className"
|
|
8781
|
+
]);
|
|
8782
|
+
var _a2, _b2;
|
|
8783
|
+
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8784
|
+
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8785
|
+
const resolvedViewBox = "0 0 24 24";
|
|
8786
|
+
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: "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" }));
|
|
8787
|
+
};
|
|
8788
|
+
var Bag4Regular_default = Bag4Regular;
|
|
8789
|
+
|
|
8721
8790
|
// src/Bag3Regular.tsx
|
|
8722
|
-
var
|
|
8791
|
+
var React371 = __toESM(require("react"));
|
|
8723
8792
|
var Bag3Regular = (_a) => {
|
|
8724
8793
|
var _b = _a, {
|
|
8725
8794
|
size = 24,
|
|
@@ -8736,12 +8805,12 @@ var Bag3Regular = (_a) => {
|
|
|
8736
8805
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8737
8806
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8738
8807
|
const resolvedViewBox = "0 0 24 24";
|
|
8739
|
-
return /* @__PURE__ */
|
|
8808
|
+
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: "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__ */ React371.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" }));
|
|
8740
8809
|
};
|
|
8741
8810
|
var Bag3Regular_default = Bag3Regular;
|
|
8742
8811
|
|
|
8743
8812
|
// src/AttachRegular.tsx
|
|
8744
|
-
var
|
|
8813
|
+
var React372 = __toESM(require("react"));
|
|
8745
8814
|
var AttachRegular = (_a) => {
|
|
8746
8815
|
var _b = _a, {
|
|
8747
8816
|
size = 24,
|
|
@@ -8758,12 +8827,12 @@ var AttachRegular = (_a) => {
|
|
|
8758
8827
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8759
8828
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8760
8829
|
const resolvedViewBox = "0 0 24 24";
|
|
8761
|
-
return /* @__PURE__ */
|
|
8830
|
+
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: "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" }));
|
|
8762
8831
|
};
|
|
8763
8832
|
var AttachRegular_default = AttachRegular;
|
|
8764
8833
|
|
|
8765
8834
|
// src/ArrowsDiagonalContractRegular.tsx
|
|
8766
|
-
var
|
|
8835
|
+
var React373 = __toESM(require("react"));
|
|
8767
8836
|
var ArrowsDiagonalContractRegular = (_a) => {
|
|
8768
8837
|
var _b = _a, {
|
|
8769
8838
|
size = 24,
|
|
@@ -8780,12 +8849,12 @@ var ArrowsDiagonalContractRegular = (_a) => {
|
|
|
8780
8849
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8781
8850
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8782
8851
|
const resolvedViewBox = "0 0 24 24";
|
|
8783
|
-
return /* @__PURE__ */
|
|
8852
|
+
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: "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" }));
|
|
8784
8853
|
};
|
|
8785
8854
|
var ArrowsDiagonalContractRegular_default = ArrowsDiagonalContractRegular;
|
|
8786
8855
|
|
|
8787
8856
|
// src/ArrowUpRegular.tsx
|
|
8788
|
-
var
|
|
8857
|
+
var React374 = __toESM(require("react"));
|
|
8789
8858
|
var ArrowUpRegular = (_a) => {
|
|
8790
8859
|
var _b = _a, {
|
|
8791
8860
|
size = 24,
|
|
@@ -8802,12 +8871,12 @@ var ArrowUpRegular = (_a) => {
|
|
|
8802
8871
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8803
8872
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8804
8873
|
const resolvedViewBox = "0 0 24 24";
|
|
8805
|
-
return /* @__PURE__ */
|
|
8874
|
+
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: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }));
|
|
8806
8875
|
};
|
|
8807
8876
|
var ArrowUpRegular_default = ArrowUpRegular;
|
|
8808
8877
|
|
|
8809
8878
|
// src/ArrowUpSquareRegular.tsx
|
|
8810
|
-
var
|
|
8879
|
+
var React375 = __toESM(require("react"));
|
|
8811
8880
|
var ArrowUpSquareRegular = (_a) => {
|
|
8812
8881
|
var _b = _a, {
|
|
8813
8882
|
size = 24,
|
|
@@ -8824,12 +8893,12 @@ var ArrowUpSquareRegular = (_a) => {
|
|
|
8824
8893
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8825
8894
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8826
8895
|
const resolvedViewBox = "0 0 24 24";
|
|
8827
|
-
return /* @__PURE__ */
|
|
8896
|
+
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: "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__ */ React375.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" }));
|
|
8828
8897
|
};
|
|
8829
8898
|
var ArrowUpSquareRegular_default = ArrowUpSquareRegular;
|
|
8830
8899
|
|
|
8831
8900
|
// src/ArrowUpRightsmRegular.tsx
|
|
8832
|
-
var
|
|
8901
|
+
var React376 = __toESM(require("react"));
|
|
8833
8902
|
var ArrowUpRightsmRegular = (_a) => {
|
|
8834
8903
|
var _b = _a, {
|
|
8835
8904
|
size = 24,
|
|
@@ -8846,12 +8915,12 @@ var ArrowUpRightsmRegular = (_a) => {
|
|
|
8846
8915
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8847
8916
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8848
8917
|
const resolvedViewBox = "0 0 24 24";
|
|
8849
|
-
return /* @__PURE__ */
|
|
8918
|
+
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: "m8 16 8-8m0 0h-6m6 0v6" }));
|
|
8850
8919
|
};
|
|
8851
8920
|
var ArrowUpRightsmRegular_default = ArrowUpRightsmRegular;
|
|
8852
8921
|
|
|
8853
8922
|
// src/ArrowUpCircleRegular.tsx
|
|
8854
|
-
var
|
|
8923
|
+
var React377 = __toESM(require("react"));
|
|
8855
8924
|
var ArrowUpCircleRegular = (_a) => {
|
|
8856
8925
|
var _b = _a, {
|
|
8857
8926
|
size = 24,
|
|
@@ -8868,12 +8937,12 @@ var ArrowUpCircleRegular = (_a) => {
|
|
|
8868
8937
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8869
8938
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8870
8939
|
const resolvedViewBox = "0 0 24 24";
|
|
8871
|
-
return /* @__PURE__ */
|
|
8940
|
+
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: "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__ */ React377.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.47 13.442 12 9.956l-3.471 3.486" }));
|
|
8872
8941
|
};
|
|
8873
8942
|
var ArrowUpCircleRegular_default = ArrowUpCircleRegular;
|
|
8874
8943
|
|
|
8875
8944
|
// src/ArrowUp3Regular.tsx
|
|
8876
|
-
var
|
|
8945
|
+
var React378 = __toESM(require("react"));
|
|
8877
8946
|
var ArrowUp3Regular = (_a) => {
|
|
8878
8947
|
var _b = _a, {
|
|
8879
8948
|
size = 24,
|
|
@@ -8890,12 +8959,12 @@ var ArrowUp3Regular = (_a) => {
|
|
|
8890
8959
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8891
8960
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8892
8961
|
const resolvedViewBox = "0 0 24 24";
|
|
8893
|
-
return /* @__PURE__ */
|
|
8962
|
+
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: "M11.749 11.3v8.95" }), /* @__PURE__ */ React378.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" }));
|
|
8894
8963
|
};
|
|
8895
8964
|
var ArrowUp3Regular_default = ArrowUp3Regular;
|
|
8896
8965
|
|
|
8897
8966
|
// src/ArrowUp2Regular.tsx
|
|
8898
|
-
var
|
|
8967
|
+
var React379 = __toESM(require("react"));
|
|
8899
8968
|
var ArrowUp2Regular = (_a) => {
|
|
8900
8969
|
var _b = _a, {
|
|
8901
8970
|
size = 24,
|
|
@@ -8912,12 +8981,12 @@ var ArrowUp2Regular = (_a) => {
|
|
|
8912
8981
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8913
8982
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8914
8983
|
const resolvedViewBox = "0 0 24 24";
|
|
8915
|
-
return /* @__PURE__ */
|
|
8984
|
+
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: "m5 15.5 7-7 7 7" }));
|
|
8916
8985
|
};
|
|
8917
8986
|
var ArrowUp2Regular_default = ArrowUp2Regular;
|
|
8918
8987
|
|
|
8919
8988
|
// src/ArrowRightRegular.tsx
|
|
8920
|
-
var
|
|
8989
|
+
var React380 = __toESM(require("react"));
|
|
8921
8990
|
var ArrowRightRegular = (_a) => {
|
|
8922
8991
|
var _b = _a, {
|
|
8923
8992
|
size = 24,
|
|
@@ -8934,12 +9003,12 @@ var ArrowRightRegular = (_a) => {
|
|
|
8934
9003
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8935
9004
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8936
9005
|
const resolvedViewBox = "0 0 24 24";
|
|
8937
|
-
return /* @__PURE__ */
|
|
9006
|
+
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: "M19.75 11.726h-15m8.95-6.025 6.05 6.024-6.05 6.025" }));
|
|
8938
9007
|
};
|
|
8939
9008
|
var ArrowRightRegular_default = ArrowRightRegular;
|
|
8940
9009
|
|
|
8941
9010
|
// src/ArrowRightSquareRegular.tsx
|
|
8942
|
-
var
|
|
9011
|
+
var React381 = __toESM(require("react"));
|
|
8943
9012
|
var ArrowRightSquareRegular = (_a) => {
|
|
8944
9013
|
var _b = _a, {
|
|
8945
9014
|
size = 24,
|
|
@@ -8956,12 +9025,12 @@ var ArrowRightSquareRegular = (_a) => {
|
|
|
8956
9025
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8957
9026
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8958
9027
|
const resolvedViewBox = "0 0 24 24";
|
|
8959
|
-
return /* @__PURE__ */
|
|
9028
|
+
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: "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__ */ React381.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" }));
|
|
8960
9029
|
};
|
|
8961
9030
|
var ArrowRightSquareRegular_default = ArrowRightSquareRegular;
|
|
8962
9031
|
|
|
8963
9032
|
// src/ArrowRightSmRegular.tsx
|
|
8964
|
-
var
|
|
9033
|
+
var React382 = __toESM(require("react"));
|
|
8965
9034
|
var ArrowRightSmRegular = (_a) => {
|
|
8966
9035
|
var _b = _a, {
|
|
8967
9036
|
size = 24,
|
|
@@ -8978,12 +9047,12 @@ var ArrowRightSmRegular = (_a) => {
|
|
|
8978
9047
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8979
9048
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8980
9049
|
const resolvedViewBox = "0 0 24 24";
|
|
8981
|
-
return /* @__PURE__ */
|
|
9050
|
+
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: "M7 12h10m0 0-4-4m4 4-4 4" }));
|
|
8982
9051
|
};
|
|
8983
9052
|
var ArrowRightSmRegular_default = ArrowRightSmRegular;
|
|
8984
9053
|
|
|
8985
9054
|
// src/ArrowRightCircleRegular.tsx
|
|
8986
|
-
var
|
|
9055
|
+
var React383 = __toESM(require("react"));
|
|
8987
9056
|
var ArrowRightCircleRegular = (_a) => {
|
|
8988
9057
|
var _b = _a, {
|
|
8989
9058
|
size = 24,
|
|
@@ -9000,12 +9069,12 @@ var ArrowRightCircleRegular = (_a) => {
|
|
|
9000
9069
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9001
9070
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9002
9071
|
const resolvedViewBox = "0 0 24 24";
|
|
9003
|
-
return /* @__PURE__ */
|
|
9072
|
+
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: "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__ */ React383.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.558 15.471 14.044 12l-3.486-3.471" }));
|
|
9004
9073
|
};
|
|
9005
9074
|
var ArrowRightCircleRegular_default = ArrowRightCircleRegular;
|
|
9006
9075
|
|
|
9007
9076
|
// src/ArrowRight3Regular.tsx
|
|
9008
|
-
var
|
|
9077
|
+
var React384 = __toESM(require("react"));
|
|
9009
9078
|
var ArrowRight3Regular = (_a) => {
|
|
9010
9079
|
var _b = _a, {
|
|
9011
9080
|
size = 24,
|
|
@@ -9022,12 +9091,12 @@ var ArrowRight3Regular = (_a) => {
|
|
|
9022
9091
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9023
9092
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9024
9093
|
const resolvedViewBox = "0 0 24 24";
|
|
9025
|
-
return /* @__PURE__ */
|
|
9094
|
+
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: "M12.7 11.749H3.75" }), /* @__PURE__ */ React384.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" }));
|
|
9026
9095
|
};
|
|
9027
9096
|
var ArrowRight3Regular_default = ArrowRight3Regular;
|
|
9028
9097
|
|
|
9029
9098
|
// src/ArrowRight2Regular.tsx
|
|
9030
|
-
var
|
|
9099
|
+
var React385 = __toESM(require("react"));
|
|
9031
9100
|
var ArrowRight2Regular = (_a) => {
|
|
9032
9101
|
var _b = _a, {
|
|
9033
9102
|
size = 24,
|
|
@@ -9044,12 +9113,12 @@ var ArrowRight2Regular = (_a) => {
|
|
|
9044
9113
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9045
9114
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9046
9115
|
const resolvedViewBox = "0 0 24 24";
|
|
9047
|
-
return /* @__PURE__ */
|
|
9116
|
+
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: "m8.5 5 7 7-7 7" }));
|
|
9048
9117
|
};
|
|
9049
9118
|
var ArrowRight2Regular_default = ArrowRight2Regular;
|
|
9050
9119
|
|
|
9051
9120
|
// src/ArrowRight22Regular.tsx
|
|
9052
|
-
var
|
|
9121
|
+
var React386 = __toESM(require("react"));
|
|
9053
9122
|
var ArrowRight22Regular = (_a) => {
|
|
9054
9123
|
var _b = _a, {
|
|
9055
9124
|
size = 24,
|
|
@@ -9066,12 +9135,12 @@ var ArrowRight22Regular = (_a) => {
|
|
|
9066
9135
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9067
9136
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9068
9137
|
const resolvedViewBox = "0 0 24 24";
|
|
9069
|
-
return /* @__PURE__ */
|
|
9138
|
+
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: "M8.5 5s7 4.144 7 7-7 7-7 7" }));
|
|
9070
9139
|
};
|
|
9071
9140
|
var ArrowRight22Regular_default = ArrowRight22Regular;
|
|
9072
9141
|
|
|
9073
9142
|
// src/ArrowLeftRegular.tsx
|
|
9074
|
-
var
|
|
9143
|
+
var React387 = __toESM(require("react"));
|
|
9075
9144
|
var ArrowLeftRegular = (_a) => {
|
|
9076
9145
|
var _b = _a, {
|
|
9077
9146
|
size = 24,
|
|
@@ -9088,12 +9157,12 @@ var ArrowLeftRegular = (_a) => {
|
|
|
9088
9157
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9089
9158
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9090
9159
|
const resolvedViewBox = "0 0 24 24";
|
|
9091
|
-
return /* @__PURE__ */
|
|
9160
|
+
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: "M4.25 12.274h15m-8.95 6.025-6.05-6.024L10.3 6.25" }));
|
|
9092
9161
|
};
|
|
9093
9162
|
var ArrowLeftRegular_default = ArrowLeftRegular;
|
|
9094
9163
|
|
|
9095
9164
|
// src/ArrowLeftSquareRegular.tsx
|
|
9096
|
-
var
|
|
9165
|
+
var React388 = __toESM(require("react"));
|
|
9097
9166
|
var ArrowLeftSquareRegular = (_a) => {
|
|
9098
9167
|
var _b = _a, {
|
|
9099
9168
|
size = 24,
|
|
@@ -9110,12 +9179,12 @@ var ArrowLeftSquareRegular = (_a) => {
|
|
|
9110
9179
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9111
9180
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9112
9181
|
const resolvedViewBox = "0 0 24 24";
|
|
9113
|
-
return /* @__PURE__ */
|
|
9182
|
+
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: "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__ */ React388.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" }));
|
|
9114
9183
|
};
|
|
9115
9184
|
var ArrowLeftSquareRegular_default = ArrowLeftSquareRegular;
|
|
9116
9185
|
|
|
9117
9186
|
// src/ArrowLeftCircleRegular.tsx
|
|
9118
|
-
var
|
|
9187
|
+
var React389 = __toESM(require("react"));
|
|
9119
9188
|
var ArrowLeftCircleRegular = (_a) => {
|
|
9120
9189
|
var _b = _a, {
|
|
9121
9190
|
size = 24,
|
|
@@ -9132,12 +9201,12 @@ var ArrowLeftCircleRegular = (_a) => {
|
|
|
9132
9201
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9133
9202
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9134
9203
|
const resolvedViewBox = "0 0 24 24";
|
|
9135
|
-
return /* @__PURE__ */
|
|
9204
|
+
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: "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__ */ React389.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.442 8.529 9.956 12l3.486 3.471" }));
|
|
9136
9205
|
};
|
|
9137
9206
|
var ArrowLeftCircleRegular_default = ArrowLeftCircleRegular;
|
|
9138
9207
|
|
|
9139
9208
|
// src/ArrowLeft3Regular.tsx
|
|
9140
|
-
var
|
|
9209
|
+
var React390 = __toESM(require("react"));
|
|
9141
9210
|
var ArrowLeft3Regular = (_a) => {
|
|
9142
9211
|
var _b = _a, {
|
|
9143
9212
|
size = 24,
|
|
@@ -9154,12 +9223,12 @@ var ArrowLeft3Regular = (_a) => {
|
|
|
9154
9223
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9155
9224
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9156
9225
|
const resolvedViewBox = "0 0 24 24";
|
|
9157
|
-
return /* @__PURE__ */
|
|
9226
|
+
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: "M11.3 12.251h8.95" }), /* @__PURE__ */ React390.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" }));
|
|
9158
9227
|
};
|
|
9159
9228
|
var ArrowLeft3Regular_default = ArrowLeft3Regular;
|
|
9160
9229
|
|
|
9161
9230
|
// src/ArrowLeft2Regular.tsx
|
|
9162
|
-
var
|
|
9231
|
+
var React391 = __toESM(require("react"));
|
|
9163
9232
|
var ArrowLeft2Regular = (_a) => {
|
|
9164
9233
|
var _b = _a, {
|
|
9165
9234
|
size = 24,
|
|
@@ -9176,12 +9245,12 @@ var ArrowLeft2Regular = (_a) => {
|
|
|
9176
9245
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9177
9246
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9178
9247
|
const resolvedViewBox = "0 0 24 24";
|
|
9179
|
-
return /* @__PURE__ */
|
|
9248
|
+
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: "m15.5 19-7-7 7-7" }));
|
|
9180
9249
|
};
|
|
9181
9250
|
var ArrowLeft2Regular_default = ArrowLeft2Regular;
|
|
9182
9251
|
|
|
9183
9252
|
// src/ArrowLeft22Regular.tsx
|
|
9184
|
-
var
|
|
9253
|
+
var React392 = __toESM(require("react"));
|
|
9185
9254
|
var ArrowLeft22Regular = (_a) => {
|
|
9186
9255
|
var _b = _a, {
|
|
9187
9256
|
size = 24,
|
|
@@ -9198,12 +9267,12 @@ var ArrowLeft22Regular = (_a) => {
|
|
|
9198
9267
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9199
9268
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9200
9269
|
const resolvedViewBox = "0 0 24 24";
|
|
9201
|
-
return /* @__PURE__ */
|
|
9270
|
+
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: "M15.5 19s-7-4.144-7-7 7-7 7-7" }));
|
|
9202
9271
|
};
|
|
9203
9272
|
var ArrowLeft22Regular_default = ArrowLeft22Regular;
|
|
9204
9273
|
|
|
9205
9274
|
// src/ArrowDownRegular.tsx
|
|
9206
|
-
var
|
|
9275
|
+
var React393 = __toESM(require("react"));
|
|
9207
9276
|
var ArrowDownRegular = (_a) => {
|
|
9208
9277
|
var _b = _a, {
|
|
9209
9278
|
size = 24,
|
|
@@ -9220,12 +9289,12 @@ var ArrowDownRegular = (_a) => {
|
|
|
9220
9289
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9221
9290
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9222
9291
|
const resolvedViewBox = "0 0 24 24";
|
|
9223
|
-
return /* @__PURE__ */
|
|
9292
|
+
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: "M12.274 19.75v-15m6.025 8.95-6.024 6.05L6.25 13.7" }));
|
|
9224
9293
|
};
|
|
9225
9294
|
var ArrowDownRegular_default = ArrowDownRegular;
|
|
9226
9295
|
|
|
9227
9296
|
// src/ArrowDownSquareRegular.tsx
|
|
9228
|
-
var
|
|
9297
|
+
var React394 = __toESM(require("react"));
|
|
9229
9298
|
var ArrowDownSquareRegular = (_a) => {
|
|
9230
9299
|
var _b = _a, {
|
|
9231
9300
|
size = 24,
|
|
@@ -9242,12 +9311,12 @@ var ArrowDownSquareRegular = (_a) => {
|
|
|
9242
9311
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9243
9312
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9244
9313
|
const resolvedViewBox = "0 0 24 24";
|
|
9245
|
-
return /* @__PURE__ */
|
|
9314
|
+
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: "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__ */ React394.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" }));
|
|
9246
9315
|
};
|
|
9247
9316
|
var ArrowDownSquareRegular_default = ArrowDownSquareRegular;
|
|
9248
9317
|
|
|
9249
9318
|
// src/ArrowDownRightsmRegular.tsx
|
|
9250
|
-
var
|
|
9319
|
+
var React395 = __toESM(require("react"));
|
|
9251
9320
|
var ArrowDownRightsmRegular = (_a) => {
|
|
9252
9321
|
var _b = _a, {
|
|
9253
9322
|
size = 24,
|
|
@@ -9264,12 +9333,12 @@ var ArrowDownRightsmRegular = (_a) => {
|
|
|
9264
9333
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9265
9334
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9266
9335
|
const resolvedViewBox = "0 0 24 24";
|
|
9267
|
-
return /* @__PURE__ */
|
|
9336
|
+
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: "m8 8 8 8m0 0v-6m0 6h-6" }));
|
|
9268
9337
|
};
|
|
9269
9338
|
var ArrowDownRightsmRegular_default = ArrowDownRightsmRegular;
|
|
9270
9339
|
|
|
9271
9340
|
// src/ArrowDownCircleRegular.tsx
|
|
9272
|
-
var
|
|
9341
|
+
var React396 = __toESM(require("react"));
|
|
9273
9342
|
var ArrowDownCircleRegular = (_a) => {
|
|
9274
9343
|
var _b = _a, {
|
|
9275
9344
|
size = 24,
|
|
@@ -9286,12 +9355,12 @@ var ArrowDownCircleRegular = (_a) => {
|
|
|
9286
9355
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9287
9356
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9288
9357
|
const resolvedViewBox = "0 0 24 24";
|
|
9289
|
-
return /* @__PURE__ */
|
|
9358
|
+
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: "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__ */ React396.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.53 10.558 12 14.044l3.471-3.486" }));
|
|
9290
9359
|
};
|
|
9291
9360
|
var ArrowDownCircleRegular_default = ArrowDownCircleRegular;
|
|
9292
9361
|
|
|
9293
9362
|
// src/ArrowDown3Regular.tsx
|
|
9294
|
-
var
|
|
9363
|
+
var React397 = __toESM(require("react"));
|
|
9295
9364
|
var ArrowDown3Regular = (_a) => {
|
|
9296
9365
|
var _b = _a, {
|
|
9297
9366
|
size = 24,
|
|
@@ -9308,12 +9377,12 @@ var ArrowDown3Regular = (_a) => {
|
|
|
9308
9377
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9309
9378
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9310
9379
|
const resolvedViewBox = "0 0 24 24";
|
|
9311
|
-
return /* @__PURE__ */
|
|
9380
|
+
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("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.251 12.7V3.75" }), /* @__PURE__ */ React397.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" }));
|
|
9312
9381
|
};
|
|
9313
9382
|
var ArrowDown3Regular_default = ArrowDown3Regular;
|
|
9314
9383
|
|
|
9315
9384
|
// src/ArrowDown2Regular.tsx
|
|
9316
|
-
var
|
|
9385
|
+
var React398 = __toESM(require("react"));
|
|
9317
9386
|
var ArrowDown2Regular = (_a) => {
|
|
9318
9387
|
var _b = _a, {
|
|
9319
9388
|
size = 24,
|
|
@@ -9330,12 +9399,12 @@ var ArrowDown2Regular = (_a) => {
|
|
|
9330
9399
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9331
9400
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9332
9401
|
const resolvedViewBox = "0 0 24 24";
|
|
9333
|
-
return /* @__PURE__ */
|
|
9402
|
+
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: "m19 8.5-7 7-7-7" }));
|
|
9334
9403
|
};
|
|
9335
9404
|
var ArrowDown2Regular_default = ArrowDown2Regular;
|
|
9336
9405
|
|
|
9337
9406
|
// src/AnthropicRegular.tsx
|
|
9338
|
-
var
|
|
9407
|
+
var React399 = __toESM(require("react"));
|
|
9339
9408
|
var AnthropicRegular = (_a) => {
|
|
9340
9409
|
var _b = _a, {
|
|
9341
9410
|
size = 24,
|
|
@@ -9352,12 +9421,12 @@ var AnthropicRegular = (_a) => {
|
|
|
9352
9421
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9353
9422
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9354
9423
|
const resolvedViewBox = "0 0 24 24";
|
|
9355
|
-
return /* @__PURE__ */
|
|
9424
|
+
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("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React399.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__ */ React399.createElement("defs", null, /* @__PURE__ */ React399.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React399.createElement("path", { fill: "currentColor", d: "M4 6h16v11H4z" }))));
|
|
9356
9425
|
};
|
|
9357
9426
|
var AnthropicRegular_default = AnthropicRegular;
|
|
9358
9427
|
|
|
9359
9428
|
// src/AlignLeftRegular.tsx
|
|
9360
|
-
var
|
|
9429
|
+
var React400 = __toESM(require("react"));
|
|
9361
9430
|
var AlignLeftRegular = (_a) => {
|
|
9362
9431
|
var _b = _a, {
|
|
9363
9432
|
size = 24,
|
|
@@ -9374,12 +9443,12 @@ var AlignLeftRegular = (_a) => {
|
|
|
9374
9443
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9375
9444
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9376
9445
|
const resolvedViewBox = "0 0 24 24";
|
|
9377
|
-
return /* @__PURE__ */
|
|
9446
|
+
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", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15 12H3m14 6H3M21 6H3" }));
|
|
9378
9447
|
};
|
|
9379
9448
|
var AlignLeftRegular_default = AlignLeftRegular;
|
|
9380
9449
|
|
|
9381
9450
|
// src/AlarmSpeakerRegular.tsx
|
|
9382
|
-
var
|
|
9451
|
+
var React401 = __toESM(require("react"));
|
|
9383
9452
|
var AlarmSpeakerRegular = (_a) => {
|
|
9384
9453
|
var _b = _a, {
|
|
9385
9454
|
size = 24,
|
|
@@ -9396,12 +9465,12 @@ var AlarmSpeakerRegular = (_a) => {
|
|
|
9396
9465
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9397
9466
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9398
9467
|
const resolvedViewBox = "0 0 24 24";
|
|
9399
|
-
return /* @__PURE__ */
|
|
9468
|
+
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", 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__ */ React401.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__ */ React401.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" }));
|
|
9400
9469
|
};
|
|
9401
9470
|
var AlarmSpeakerRegular_default = AlarmSpeakerRegular;
|
|
9402
9471
|
|
|
9403
9472
|
// src/AiBrainLikeRegular.tsx
|
|
9404
|
-
var
|
|
9473
|
+
var React402 = __toESM(require("react"));
|
|
9405
9474
|
var AiBrainLikeRegular = (_a) => {
|
|
9406
9475
|
var _b = _a, {
|
|
9407
9476
|
size = 24,
|
|
@@ -9418,12 +9487,12 @@ var AiBrainLikeRegular = (_a) => {
|
|
|
9418
9487
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9419
9488
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9420
9489
|
const resolvedViewBox = "0 0 24 24";
|
|
9421
|
-
return /* @__PURE__ */
|
|
9490
|
+
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", 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__ */ React402.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" }));
|
|
9422
9491
|
};
|
|
9423
9492
|
var AiBrainLikeRegular_default = AiBrainLikeRegular;
|
|
9424
9493
|
|
|
9425
9494
|
// src/AiBrainIdeaRegular.tsx
|
|
9426
|
-
var
|
|
9495
|
+
var React403 = __toESM(require("react"));
|
|
9427
9496
|
var AiBrainIdeaRegular = (_a) => {
|
|
9428
9497
|
var _b = _a, {
|
|
9429
9498
|
size = 24,
|
|
@@ -9440,12 +9509,12 @@ var AiBrainIdeaRegular = (_a) => {
|
|
|
9440
9509
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9441
9510
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9442
9511
|
const resolvedViewBox = "0 0 24 24";
|
|
9443
|
-
return /* @__PURE__ */
|
|
9512
|
+
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", strokeWidth: 1.5, d: "M15.187 19.315c-.99.52-1.297 2.186-1.297 2.186" }), /* @__PURE__ */ React403.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__ */ React403.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__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.182 11.155.84-1.542h-1.67l.84-1.543" }));
|
|
9444
9513
|
};
|
|
9445
9514
|
var AiBrainIdeaRegular_default = AiBrainIdeaRegular;
|
|
9446
9515
|
|
|
9447
9516
|
// src/AddUserRegular.tsx
|
|
9448
|
-
var
|
|
9517
|
+
var React404 = __toESM(require("react"));
|
|
9449
9518
|
var AddUserRegular = (_a) => {
|
|
9450
9519
|
var _b = _a, {
|
|
9451
9520
|
size = 24,
|
|
@@ -9462,12 +9531,12 @@ var AddUserRegular = (_a) => {
|
|
|
9462
9531
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9463
9532
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9464
9533
|
const resolvedViewBox = "0 0 24 24";
|
|
9465
|
-
return /* @__PURE__ */
|
|
9534
|
+
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: "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__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.204 8.67v4.01m2.046-2.006h-4.09" }));
|
|
9466
9535
|
};
|
|
9467
9536
|
var AddUserRegular_default = AddUserRegular;
|
|
9468
9537
|
|
|
9469
9538
|
// src/ActivityRegular.tsx
|
|
9470
|
-
var
|
|
9539
|
+
var React405 = __toESM(require("react"));
|
|
9471
9540
|
var ActivityRegular = (_a) => {
|
|
9472
9541
|
var _b = _a, {
|
|
9473
9542
|
size = 24,
|
|
@@ -9484,12 +9553,12 @@ var ActivityRegular = (_a) => {
|
|
|
9484
9553
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9485
9554
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9486
9555
|
const resolvedViewBox = "0 0 24 24";
|
|
9487
|
-
return /* @__PURE__ */
|
|
9556
|
+
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: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78" }), /* @__PURE__ */ React405.createElement("circle", { cx: 19.995, cy: 4.2, r: 1.922, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), /* @__PURE__ */ React405.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" }));
|
|
9488
9557
|
};
|
|
9489
9558
|
var ActivityRegular_default = ActivityRegular;
|
|
9490
9559
|
|
|
9491
9560
|
// src/Activity2Regular.tsx
|
|
9492
|
-
var
|
|
9561
|
+
var React406 = __toESM(require("react"));
|
|
9493
9562
|
var Activity2Regular = (_a) => {
|
|
9494
9563
|
var _b = _a, {
|
|
9495
9564
|
size = 24,
|
|
@@ -9506,12 +9575,12 @@ var Activity2Regular = (_a) => {
|
|
|
9506
9575
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9507
9576
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9508
9577
|
const resolvedViewBox = "0 0 24 24";
|
|
9509
|
-
return /* @__PURE__ */
|
|
9578
|
+
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: "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__ */ React406.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" }));
|
|
9510
9579
|
};
|
|
9511
9580
|
var Activity2Regular_default = Activity2Regular;
|
|
9512
9581
|
|
|
9513
9582
|
// src/AccidentRegular.tsx
|
|
9514
|
-
var
|
|
9583
|
+
var React407 = __toESM(require("react"));
|
|
9515
9584
|
var AccidentRegular = (_a) => {
|
|
9516
9585
|
var _b = _a, {
|
|
9517
9586
|
size = 24,
|
|
@@ -9528,12 +9597,12 @@ var AccidentRegular = (_a) => {
|
|
|
9528
9597
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9529
9598
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9530
9599
|
const resolvedViewBox = "0 0 24 24";
|
|
9531
|
-
return /* @__PURE__ */
|
|
9600
|
+
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: "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__ */ React407.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__ */ React407.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" }));
|
|
9532
9601
|
};
|
|
9533
9602
|
var AccidentRegular_default = AccidentRegular;
|
|
9534
9603
|
|
|
9535
9604
|
// src/Icon3UserRegular.tsx
|
|
9536
|
-
var
|
|
9605
|
+
var React408 = __toESM(require("react"));
|
|
9537
9606
|
var Icon3UserRegular = (_a) => {
|
|
9538
9607
|
var _b = _a, {
|
|
9539
9608
|
size = 24,
|
|
@@ -9550,12 +9619,12 @@ var Icon3UserRegular = (_a) => {
|
|
|
9550
9619
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9551
9620
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9552
9621
|
const resolvedViewBox = "0 0 24 24";
|
|
9553
|
-
return /* @__PURE__ */
|
|
9622
|
+
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", { 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__ */ React408.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__ */ React408.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" }));
|
|
9554
9623
|
};
|
|
9555
9624
|
var Icon3UserRegular_default = Icon3UserRegular;
|
|
9556
9625
|
|
|
9557
9626
|
// src/Icon2UserRegular.tsx
|
|
9558
|
-
var
|
|
9627
|
+
var React409 = __toESM(require("react"));
|
|
9559
9628
|
var Icon2UserRegular = (_a) => {
|
|
9560
9629
|
var _b = _a, {
|
|
9561
9630
|
size = 24,
|
|
@@ -9572,12 +9641,12 @@ var Icon2UserRegular = (_a) => {
|
|
|
9572
9641
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9573
9642
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9574
9643
|
const resolvedViewBox = "0 0 24 24";
|
|
9575
|
-
return /* @__PURE__ */
|
|
9644
|
+
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", { 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__ */ React409.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" }));
|
|
9576
9645
|
};
|
|
9577
9646
|
var Icon2UserRegular_default = Icon2UserRegular;
|
|
9578
9647
|
|
|
9579
9648
|
// src/YoutubeBold.tsx
|
|
9580
|
-
var
|
|
9649
|
+
var React410 = __toESM(require("react"));
|
|
9581
9650
|
var YoutubeBold = (_a) => {
|
|
9582
9651
|
var _b = _a, {
|
|
9583
9652
|
size = 24,
|
|
@@ -9594,12 +9663,12 @@ var YoutubeBold = (_a) => {
|
|
|
9594
9663
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9595
9664
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9596
9665
|
const resolvedViewBox = "0 0 24 24";
|
|
9597
|
-
return /* @__PURE__ */
|
|
9666
|
+
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", 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" }));
|
|
9598
9667
|
};
|
|
9599
9668
|
var YoutubeBold_default = YoutubeBold;
|
|
9600
9669
|
|
|
9601
9670
|
// src/XcomBold.tsx
|
|
9602
|
-
var
|
|
9671
|
+
var React411 = __toESM(require("react"));
|
|
9603
9672
|
var XcomBold = (_a) => {
|
|
9604
9673
|
var _b = _a, {
|
|
9605
9674
|
size = 24,
|
|
@@ -9616,12 +9685,12 @@ var XcomBold = (_a) => {
|
|
|
9616
9685
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9617
9686
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9618
9687
|
const resolvedViewBox = "0 0 24 24";
|
|
9619
|
-
return /* @__PURE__ */
|
|
9688
|
+
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", 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__ */ React411.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" }));
|
|
9620
9689
|
};
|
|
9621
9690
|
var XcomBold_default = XcomBold;
|
|
9622
9691
|
|
|
9623
9692
|
// src/WorkBold.tsx
|
|
9624
|
-
var
|
|
9693
|
+
var React412 = __toESM(require("react"));
|
|
9625
9694
|
var WorkBold = (_a) => {
|
|
9626
9695
|
var _b = _a, {
|
|
9627
9696
|
size = 24,
|
|
@@ -9638,12 +9707,12 @@ var WorkBold = (_a) => {
|
|
|
9638
9707
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9639
9708
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9640
9709
|
const resolvedViewBox = "0 0 24 24";
|
|
9641
|
-
return /* @__PURE__ */
|
|
9710
|
+
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: "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" }));
|
|
9642
9711
|
};
|
|
9643
9712
|
var WorkBold_default = WorkBold;
|
|
9644
9713
|
|
|
9645
9714
|
// src/WalletBold.tsx
|
|
9646
|
-
var
|
|
9715
|
+
var React413 = __toESM(require("react"));
|
|
9647
9716
|
var WalletBold = (_a) => {
|
|
9648
9717
|
var _b = _a, {
|
|
9649
9718
|
size = 24,
|
|
@@ -9660,12 +9729,12 @@ var WalletBold = (_a) => {
|
|
|
9660
9729
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9661
9730
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9662
9731
|
const resolvedViewBox = "0 0 24 24";
|
|
9663
|
-
return /* @__PURE__ */
|
|
9732
|
+
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", 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" }));
|
|
9664
9733
|
};
|
|
9665
9734
|
var WalletBold_default = WalletBold;
|
|
9666
9735
|
|
|
9667
9736
|
// src/VolumeUpBold.tsx
|
|
9668
|
-
var
|
|
9737
|
+
var React414 = __toESM(require("react"));
|
|
9669
9738
|
var VolumeUpBold = (_a) => {
|
|
9670
9739
|
var _b = _a, {
|
|
9671
9740
|
size = 24,
|
|
@@ -9682,12 +9751,12 @@ var VolumeUpBold = (_a) => {
|
|
|
9682
9751
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9683
9752
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9684
9753
|
const resolvedViewBox = "0 0 24 24";
|
|
9685
|
-
return /* @__PURE__ */
|
|
9754
|
+
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: "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" }));
|
|
9686
9755
|
};
|
|
9687
9756
|
var VolumeUpBold_default = VolumeUpBold;
|
|
9688
9757
|
|
|
9689
9758
|
// src/VolumeOffBold.tsx
|
|
9690
|
-
var
|
|
9759
|
+
var React415 = __toESM(require("react"));
|
|
9691
9760
|
var VolumeOffBold = (_a) => {
|
|
9692
9761
|
var _b = _a, {
|
|
9693
9762
|
size = 24,
|
|
@@ -9704,12 +9773,12 @@ var VolumeOffBold = (_a) => {
|
|
|
9704
9773
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9705
9774
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9706
9775
|
const resolvedViewBox = "0 0 24 24";
|
|
9707
|
-
return /* @__PURE__ */
|
|
9776
|
+
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: "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" }));
|
|
9708
9777
|
};
|
|
9709
9778
|
var VolumeOffBold_default = VolumeOffBold;
|
|
9710
9779
|
|
|
9711
9780
|
// src/VolumeDownBold.tsx
|
|
9712
|
-
var
|
|
9781
|
+
var React416 = __toESM(require("react"));
|
|
9713
9782
|
var VolumeDownBold = (_a) => {
|
|
9714
9783
|
var _b = _a, {
|
|
9715
9784
|
size = 24,
|
|
@@ -9726,12 +9795,12 @@ var VolumeDownBold = (_a) => {
|
|
|
9726
9795
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9727
9796
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9728
9797
|
const resolvedViewBox = "0 0 24 24";
|
|
9729
|
-
return /* @__PURE__ */
|
|
9798
|
+
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: "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" }));
|
|
9730
9799
|
};
|
|
9731
9800
|
var VolumeDownBold_default = VolumeDownBold;
|
|
9732
9801
|
|
|
9733
9802
|
// src/VoiceBold.tsx
|
|
9734
|
-
var
|
|
9803
|
+
var React417 = __toESM(require("react"));
|
|
9735
9804
|
var VoiceBold = (_a) => {
|
|
9736
9805
|
var _b = _a, {
|
|
9737
9806
|
size = 24,
|
|
@@ -9748,12 +9817,12 @@ var VoiceBold = (_a) => {
|
|
|
9748
9817
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9749
9818
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9750
9819
|
const resolvedViewBox = "0 0 24 24";
|
|
9751
|
-
return /* @__PURE__ */
|
|
9820
|
+
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: "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" }));
|
|
9752
9821
|
};
|
|
9753
9822
|
var VoiceBold_default = VoiceBold;
|
|
9754
9823
|
|
|
9755
9824
|
// src/Voice2Bold.tsx
|
|
9756
|
-
var
|
|
9825
|
+
var React418 = __toESM(require("react"));
|
|
9757
9826
|
var Voice2Bold = (_a) => {
|
|
9758
9827
|
var _b = _a, {
|
|
9759
9828
|
size = 24,
|
|
@@ -9770,12 +9839,12 @@ var Voice2Bold = (_a) => {
|
|
|
9770
9839
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9771
9840
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9772
9841
|
const resolvedViewBox = "0 0 24 24";
|
|
9773
|
-
return /* @__PURE__ */
|
|
9842
|
+
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", 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" }));
|
|
9774
9843
|
};
|
|
9775
9844
|
var Voice2Bold_default = Voice2Bold;
|
|
9776
9845
|
|
|
9777
9846
|
// src/VideoBold.tsx
|
|
9778
|
-
var
|
|
9847
|
+
var React419 = __toESM(require("react"));
|
|
9779
9848
|
var VideoBold = (_a) => {
|
|
9780
9849
|
var _b = _a, {
|
|
9781
9850
|
size = 24,
|
|
@@ -9792,12 +9861,12 @@ var VideoBold = (_a) => {
|
|
|
9792
9861
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9793
9862
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9794
9863
|
const resolvedViewBox = "0 0 24 24";
|
|
9795
|
-
return /* @__PURE__ */
|
|
9864
|
+
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", 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" }));
|
|
9796
9865
|
};
|
|
9797
9866
|
var VideoBold_default = VideoBold;
|
|
9798
9867
|
|
|
9799
9868
|
// src/UserSearchBold.tsx
|
|
9800
|
-
var
|
|
9869
|
+
var React420 = __toESM(require("react"));
|
|
9801
9870
|
var UserSearchBold = (_a) => {
|
|
9802
9871
|
var _b = _a, {
|
|
9803
9872
|
size = 24,
|
|
@@ -9814,12 +9883,12 @@ var UserSearchBold = (_a) => {
|
|
|
9814
9883
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9815
9884
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9816
9885
|
const resolvedViewBox = "0 0 24 24";
|
|
9817
|
-
return /* @__PURE__ */
|
|
9886
|
+
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: "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" }));
|
|
9818
9887
|
};
|
|
9819
9888
|
var UserSearchBold_default = UserSearchBold;
|
|
9820
9889
|
|
|
9821
9890
|
// src/UserDeleteBold.tsx
|
|
9822
|
-
var
|
|
9891
|
+
var React421 = __toESM(require("react"));
|
|
9823
9892
|
var UserDeleteBold = (_a) => {
|
|
9824
9893
|
var _b = _a, {
|
|
9825
9894
|
size = 24,
|
|
@@ -9836,12 +9905,12 @@ var UserDeleteBold = (_a) => {
|
|
|
9836
9905
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9837
9906
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9838
9907
|
const resolvedViewBox = "0 0 24 24";
|
|
9839
|
-
return /* @__PURE__ */
|
|
9908
|
+
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: "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" }));
|
|
9840
9909
|
};
|
|
9841
9910
|
var UserDeleteBold_default = UserDeleteBold;
|
|
9842
9911
|
|
|
9843
9912
|
// src/UserCheckedBold.tsx
|
|
9844
|
-
var
|
|
9913
|
+
var React422 = __toESM(require("react"));
|
|
9845
9914
|
var UserCheckedBold = (_a) => {
|
|
9846
9915
|
var _b = _a, {
|
|
9847
9916
|
size = 24,
|
|
@@ -9858,12 +9927,12 @@ var UserCheckedBold = (_a) => {
|
|
|
9858
9927
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9859
9928
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9860
9929
|
const resolvedViewBox = "0 0 24 24";
|
|
9861
|
-
return /* @__PURE__ */
|
|
9930
|
+
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", 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" }));
|
|
9862
9931
|
};
|
|
9863
9932
|
var UserCheckedBold_default = UserCheckedBold;
|
|
9864
9933
|
|
|
9865
9934
|
// src/UserBadgeBold.tsx
|
|
9866
|
-
var
|
|
9935
|
+
var React423 = __toESM(require("react"));
|
|
9867
9936
|
var UserBadgeBold = (_a) => {
|
|
9868
9937
|
var _b = _a, {
|
|
9869
9938
|
size = 24,
|
|
@@ -9880,12 +9949,12 @@ var UserBadgeBold = (_a) => {
|
|
|
9880
9949
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9881
9950
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9882
9951
|
const resolvedViewBox = "0 0 24 24";
|
|
9883
|
-
return /* @__PURE__ */
|
|
9952
|
+
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", 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" }));
|
|
9884
9953
|
};
|
|
9885
9954
|
var UserBadgeBold_default = UserBadgeBold;
|
|
9886
9955
|
|
|
9887
9956
|
// src/UploadBold.tsx
|
|
9888
|
-
var
|
|
9957
|
+
var React424 = __toESM(require("react"));
|
|
9889
9958
|
var UploadBold = (_a) => {
|
|
9890
9959
|
var _b = _a, {
|
|
9891
9960
|
size = 24,
|
|
@@ -9902,12 +9971,12 @@ var UploadBold = (_a) => {
|
|
|
9902
9971
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9903
9972
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9904
9973
|
const resolvedViewBox = "0 0 24 24";
|
|
9905
|
-
return /* @__PURE__ */
|
|
9974
|
+
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", 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" }));
|
|
9906
9975
|
};
|
|
9907
9976
|
var UploadBold_default = UploadBold;
|
|
9908
9977
|
|
|
9909
9978
|
// src/UnlockBold.tsx
|
|
9910
|
-
var
|
|
9979
|
+
var React425 = __toESM(require("react"));
|
|
9911
9980
|
var UnlockBold = (_a) => {
|
|
9912
9981
|
var _b = _a, {
|
|
9913
9982
|
size = 24,
|
|
@@ -9924,12 +9993,12 @@ var UnlockBold = (_a) => {
|
|
|
9924
9993
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9925
9994
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9926
9995
|
const resolvedViewBox = "0 0 24 24";
|
|
9927
|
-
return /* @__PURE__ */
|
|
9996
|
+
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", 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" }));
|
|
9928
9997
|
};
|
|
9929
9998
|
var UnlockBold_default = UnlockBold;
|
|
9930
9999
|
|
|
9931
10000
|
// src/TwitterBold.tsx
|
|
9932
|
-
var
|
|
10001
|
+
var React426 = __toESM(require("react"));
|
|
9933
10002
|
var TwitterBold = (_a) => {
|
|
9934
10003
|
var _b = _a, {
|
|
9935
10004
|
size = 24,
|
|
@@ -9946,12 +10015,12 @@ var TwitterBold = (_a) => {
|
|
|
9946
10015
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9947
10016
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9948
10017
|
const resolvedViewBox = "0 0 24 24";
|
|
9949
|
-
return /* @__PURE__ */
|
|
10018
|
+
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: "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" }));
|
|
9950
10019
|
};
|
|
9951
10020
|
var TwitterBold_default = TwitterBold;
|
|
9952
10021
|
|
|
9953
10022
|
// src/TranslateLanguageBold.tsx
|
|
9954
|
-
var
|
|
10023
|
+
var React427 = __toESM(require("react"));
|
|
9955
10024
|
var TranslateLanguageBold = (_a) => {
|
|
9956
10025
|
var _b = _a, {
|
|
9957
10026
|
size = 24,
|
|
@@ -9968,12 +10037,12 @@ var TranslateLanguageBold = (_a) => {
|
|
|
9968
10037
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9969
10038
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9970
10039
|
const resolvedViewBox = "0 0 24 24";
|
|
9971
|
-
return /* @__PURE__ */
|
|
10040
|
+
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: "M13.715 14.521c.25.04.524.048.912.048a3 3 0 0 0 .554-.08l-.725-1.42z", clipRule: "evenodd" }), /* @__PURE__ */ React427.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" }));
|
|
9972
10041
|
};
|
|
9973
10042
|
var TranslateLanguageBold_default = TranslateLanguageBold;
|
|
9974
10043
|
|
|
9975
10044
|
// src/TiredBold.tsx
|
|
9976
|
-
var
|
|
10045
|
+
var React428 = __toESM(require("react"));
|
|
9977
10046
|
var TiredBold = (_a) => {
|
|
9978
10047
|
var _b = _a, {
|
|
9979
10048
|
size = 24,
|
|
@@ -9990,12 +10059,12 @@ var TiredBold = (_a) => {
|
|
|
9990
10059
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9991
10060
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9992
10061
|
const resolvedViewBox = "0 0 24 24";
|
|
9993
|
-
return /* @__PURE__ */
|
|
10062
|
+
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: "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" }));
|
|
9994
10063
|
};
|
|
9995
10064
|
var TiredBold_default = TiredBold;
|
|
9996
10065
|
|
|
9997
10066
|
// src/TimerPlusBold.tsx
|
|
9998
|
-
var
|
|
10067
|
+
var React429 = __toESM(require("react"));
|
|
9999
10068
|
var TimerPlusBold = (_a) => {
|
|
10000
10069
|
var _b = _a, {
|
|
10001
10070
|
size = 24,
|
|
@@ -10012,12 +10081,12 @@ var TimerPlusBold = (_a) => {
|
|
|
10012
10081
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10013
10082
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10014
10083
|
const resolvedViewBox = "0 0 24 24";
|
|
10015
|
-
return /* @__PURE__ */
|
|
10084
|
+
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: "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" }));
|
|
10016
10085
|
};
|
|
10017
10086
|
var TimerPlusBold_default = TimerPlusBold;
|
|
10018
10087
|
|
|
10019
10088
|
// src/TimeSquareBold.tsx
|
|
10020
|
-
var
|
|
10089
|
+
var React430 = __toESM(require("react"));
|
|
10021
10090
|
var TimeSquareBold = (_a) => {
|
|
10022
10091
|
var _b = _a, {
|
|
10023
10092
|
size = 24,
|
|
@@ -10034,12 +10103,12 @@ var TimeSquareBold = (_a) => {
|
|
|
10034
10103
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10035
10104
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10036
10105
|
const resolvedViewBox = "0 0 24 24";
|
|
10037
|
-
return /* @__PURE__ */
|
|
10106
|
+
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", 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" }));
|
|
10038
10107
|
};
|
|
10039
10108
|
var TimeSquareBold_default = TimeSquareBold;
|
|
10040
10109
|
|
|
10041
10110
|
// src/TimeCircleBold.tsx
|
|
10042
|
-
var
|
|
10111
|
+
var React431 = __toESM(require("react"));
|
|
10043
10112
|
var TimeCircleBold = (_a) => {
|
|
10044
10113
|
var _b = _a, {
|
|
10045
10114
|
size = 24,
|
|
@@ -10056,12 +10125,12 @@ var TimeCircleBold = (_a) => {
|
|
|
10056
10125
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10057
10126
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10058
10127
|
const resolvedViewBox = "0 0 24 24";
|
|
10059
|
-
return /* @__PURE__ */
|
|
10128
|
+
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: "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" }));
|
|
10060
10129
|
};
|
|
10061
10130
|
var TimeCircleBold_default = TimeCircleBold;
|
|
10062
10131
|
|
|
10063
10132
|
// src/TimeCircle2Bold.tsx
|
|
10064
|
-
var
|
|
10133
|
+
var React432 = __toESM(require("react"));
|
|
10065
10134
|
var TimeCircle2Bold = (_a) => {
|
|
10066
10135
|
var _b = _a, {
|
|
10067
10136
|
size = 24,
|
|
@@ -10078,12 +10147,12 @@ var TimeCircle2Bold = (_a) => {
|
|
|
10078
10147
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10079
10148
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10080
10149
|
const resolvedViewBox = "0 0 24 24";
|
|
10081
|
-
return /* @__PURE__ */
|
|
10150
|
+
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", 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" }));
|
|
10082
10151
|
};
|
|
10083
10152
|
var TimeCircle2Bold_default = TimeCircle2Bold;
|
|
10084
10153
|
|
|
10085
10154
|
// src/TiktokBold.tsx
|
|
10086
|
-
var
|
|
10155
|
+
var React433 = __toESM(require("react"));
|
|
10087
10156
|
var TiktokBold = (_a) => {
|
|
10088
10157
|
var _b = _a, {
|
|
10089
10158
|
size = 24,
|
|
@@ -10100,12 +10169,12 @@ var TiktokBold = (_a) => {
|
|
|
10100
10169
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10101
10170
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10102
10171
|
const resolvedViewBox = "0 0 24 24";
|
|
10103
|
-
return /* @__PURE__ */
|
|
10172
|
+
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", 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" }));
|
|
10104
10173
|
};
|
|
10105
10174
|
var TiktokBold_default = TiktokBold;
|
|
10106
10175
|
|
|
10107
10176
|
// src/TicketBold.tsx
|
|
10108
|
-
var
|
|
10177
|
+
var React434 = __toESM(require("react"));
|
|
10109
10178
|
var TicketBold = (_a) => {
|
|
10110
10179
|
var _b = _a, {
|
|
10111
10180
|
size = 24,
|
|
@@ -10122,12 +10191,12 @@ var TicketBold = (_a) => {
|
|
|
10122
10191
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10123
10192
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10124
10193
|
const resolvedViewBox = "0 0 24 24";
|
|
10125
|
-
return /* @__PURE__ */
|
|
10194
|
+
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: "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" }));
|
|
10126
10195
|
};
|
|
10127
10196
|
var TicketBold_default = TicketBold;
|
|
10128
10197
|
|
|
10129
10198
|
// src/TicketStarBold.tsx
|
|
10130
|
-
var
|
|
10199
|
+
var React435 = __toESM(require("react"));
|
|
10131
10200
|
var TicketStarBold = (_a) => {
|
|
10132
10201
|
var _b = _a, {
|
|
10133
10202
|
size = 24,
|
|
@@ -10144,12 +10213,12 @@ var TicketStarBold = (_a) => {
|
|
|
10144
10213
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10145
10214
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10146
10215
|
const resolvedViewBox = "0 0 24 24";
|
|
10147
|
-
return /* @__PURE__ */
|
|
10216
|
+
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", 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" }));
|
|
10148
10217
|
};
|
|
10149
10218
|
var TicketStarBold_default = TicketStarBold;
|
|
10150
10219
|
|
|
10151
10220
|
// src/TickSquareBold.tsx
|
|
10152
|
-
var
|
|
10221
|
+
var React436 = __toESM(require("react"));
|
|
10153
10222
|
var TickSquareBold = (_a) => {
|
|
10154
10223
|
var _b = _a, {
|
|
10155
10224
|
size = 24,
|
|
@@ -10166,12 +10235,12 @@ var TickSquareBold = (_a) => {
|
|
|
10166
10235
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10167
10236
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10168
10237
|
const resolvedViewBox = "0 0 24 24";
|
|
10169
|
-
return /* @__PURE__ */
|
|
10238
|
+
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: "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" }));
|
|
10170
10239
|
};
|
|
10171
10240
|
var TickSquareBold_default = TickSquareBold;
|
|
10172
10241
|
|
|
10173
10242
|
// src/ThumbLikeBold.tsx
|
|
10174
|
-
var
|
|
10243
|
+
var React437 = __toESM(require("react"));
|
|
10175
10244
|
var ThumbLikeBold = (_a) => {
|
|
10176
10245
|
var _b = _a, {
|
|
10177
10246
|
size = 24,
|
|
@@ -10188,12 +10257,12 @@ var ThumbLikeBold = (_a) => {
|
|
|
10188
10257
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10189
10258
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10190
10259
|
const resolvedViewBox = "0 0 24 24";
|
|
10191
|
-
return /* @__PURE__ */
|
|
10260
|
+
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: "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" }));
|
|
10192
10261
|
};
|
|
10193
10262
|
var ThumbLikeBold_default = ThumbLikeBold;
|
|
10194
10263
|
|
|
10195
10264
|
// src/ThumbDislikeBold.tsx
|
|
10196
|
-
var
|
|
10265
|
+
var React438 = __toESM(require("react"));
|
|
10197
10266
|
var ThumbDislikeBold = (_a) => {
|
|
10198
10267
|
var _b = _a, {
|
|
10199
10268
|
size = 24,
|
|
@@ -10210,12 +10279,12 @@ var ThumbDislikeBold = (_a) => {
|
|
|
10210
10279
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10211
10280
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10212
10281
|
const resolvedViewBox = "0 0 24 24";
|
|
10213
|
-
return /* @__PURE__ */
|
|
10282
|
+
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", 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" }));
|
|
10214
10283
|
};
|
|
10215
10284
|
var ThumbDislikeBold_default = ThumbDislikeBold;
|
|
10216
10285
|
|
|
10217
10286
|
// src/TagBold.tsx
|
|
10218
|
-
var
|
|
10287
|
+
var React439 = __toESM(require("react"));
|
|
10219
10288
|
var TagBold = (_a) => {
|
|
10220
10289
|
var _b = _a, {
|
|
10221
10290
|
size = 24,
|
|
@@ -10232,12 +10301,12 @@ var TagBold = (_a) => {
|
|
|
10232
10301
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10233
10302
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10234
10303
|
const resolvedViewBox = "0 0 24 24";
|
|
10235
|
-
return /* @__PURE__ */
|
|
10304
|
+
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: "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__ */ React439.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__ */ React439.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__ */ React439.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" }));
|
|
10236
10305
|
};
|
|
10237
10306
|
var TagBold_default = TagBold;
|
|
10238
10307
|
|
|
10239
10308
|
// src/SwapBold.tsx
|
|
10240
|
-
var
|
|
10309
|
+
var React440 = __toESM(require("react"));
|
|
10241
10310
|
var SwapBold = (_a) => {
|
|
10242
10311
|
var _b = _a, {
|
|
10243
10312
|
size = 24,
|
|
@@ -10254,12 +10323,12 @@ var SwapBold = (_a) => {
|
|
|
10254
10323
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10255
10324
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10256
10325
|
const resolvedViewBox = "0 0 24 24";
|
|
10257
|
-
return /* @__PURE__ */
|
|
10326
|
+
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", 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" }));
|
|
10258
10327
|
};
|
|
10259
10328
|
var SwapBold_default = SwapBold;
|
|
10260
10329
|
|
|
10261
10330
|
// src/SunBold.tsx
|
|
10262
|
-
var
|
|
10331
|
+
var React441 = __toESM(require("react"));
|
|
10263
10332
|
var SunBold = (_a) => {
|
|
10264
10333
|
var _b = _a, {
|
|
10265
10334
|
size = 24,
|
|
@@ -10276,12 +10345,12 @@ var SunBold = (_a) => {
|
|
|
10276
10345
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10277
10346
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10278
10347
|
const resolvedViewBox = "0 0 24 24";
|
|
10279
|
-
return /* @__PURE__ */
|
|
10348
|
+
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: "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" }));
|
|
10280
10349
|
};
|
|
10281
10350
|
var SunBold_default = SunBold;
|
|
10282
10351
|
|
|
10283
10352
|
// src/Sun2Bold.tsx
|
|
10284
|
-
var
|
|
10353
|
+
var React442 = __toESM(require("react"));
|
|
10285
10354
|
var Sun2Bold = (_a) => {
|
|
10286
10355
|
var _b = _a, {
|
|
10287
10356
|
size = 24,
|
|
@@ -10298,12 +10367,12 @@ var Sun2Bold = (_a) => {
|
|
|
10298
10367
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10299
10368
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10300
10369
|
const resolvedViewBox = "0 0 24 24";
|
|
10301
|
-
return /* @__PURE__ */
|
|
10370
|
+
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: "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" }));
|
|
10302
10371
|
};
|
|
10303
10372
|
var Sun2Bold_default = Sun2Bold;
|
|
10304
10373
|
|
|
10305
10374
|
// src/StopwatchStopBold.tsx
|
|
10306
|
-
var
|
|
10375
|
+
var React443 = __toESM(require("react"));
|
|
10307
10376
|
var StopwatchStopBold = (_a) => {
|
|
10308
10377
|
var _b = _a, {
|
|
10309
10378
|
size = 24,
|
|
@@ -10320,12 +10389,12 @@ var StopwatchStopBold = (_a) => {
|
|
|
10320
10389
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10321
10390
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10322
10391
|
const resolvedViewBox = "0 0 24 24";
|
|
10323
|
-
return /* @__PURE__ */
|
|
10392
|
+
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: "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__ */ React443.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" }));
|
|
10324
10393
|
};
|
|
10325
10394
|
var StopwatchStopBold_default = StopwatchStopBold;
|
|
10326
10395
|
|
|
10327
10396
|
// src/StopwatchPlayBold.tsx
|
|
10328
|
-
var
|
|
10397
|
+
var React444 = __toESM(require("react"));
|
|
10329
10398
|
var StopwatchPlayBold = (_a) => {
|
|
10330
10399
|
var _b = _a, {
|
|
10331
10400
|
size = 24,
|
|
@@ -10342,12 +10411,12 @@ var StopwatchPlayBold = (_a) => {
|
|
|
10342
10411
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10343
10412
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10344
10413
|
const resolvedViewBox = "0 0 24 24";
|
|
10345
|
-
return /* @__PURE__ */
|
|
10414
|
+
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", 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__ */ React444.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" }));
|
|
10346
10415
|
};
|
|
10347
10416
|
var StopwatchPlayBold_default = StopwatchPlayBold;
|
|
10348
10417
|
|
|
10349
10418
|
// src/StickerAddBold.tsx
|
|
10350
|
-
var
|
|
10419
|
+
var React445 = __toESM(require("react"));
|
|
10351
10420
|
var StickerAddBold = (_a) => {
|
|
10352
10421
|
var _b = _a, {
|
|
10353
10422
|
size = 24,
|
|
@@ -10364,12 +10433,12 @@ var StickerAddBold = (_a) => {
|
|
|
10364
10433
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10365
10434
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10366
10435
|
const resolvedViewBox = "0 0 24 24";
|
|
10367
|
-
return /* @__PURE__ */
|
|
10436
|
+
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: "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__ */ React445.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" }));
|
|
10368
10437
|
};
|
|
10369
10438
|
var StickerAddBold_default = StickerAddBold;
|
|
10370
10439
|
|
|
10371
10440
|
// src/StarBold.tsx
|
|
10372
|
-
var
|
|
10441
|
+
var React446 = __toESM(require("react"));
|
|
10373
10442
|
var StarBold = (_a) => {
|
|
10374
10443
|
var _b = _a, {
|
|
10375
10444
|
size = 24,
|
|
@@ -10386,12 +10455,12 @@ var StarBold = (_a) => {
|
|
|
10386
10455
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10387
10456
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10388
10457
|
const resolvedViewBox = "0 0 24 24";
|
|
10389
|
-
return /* @__PURE__ */
|
|
10458
|
+
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", 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" }));
|
|
10390
10459
|
};
|
|
10391
10460
|
var StarBold_default = StarBold;
|
|
10392
10461
|
|
|
10393
10462
|
// src/SquareBold.tsx
|
|
10394
|
-
var
|
|
10463
|
+
var React447 = __toESM(require("react"));
|
|
10395
10464
|
var SquareBold = (_a) => {
|
|
10396
10465
|
var _b = _a, {
|
|
10397
10466
|
size = 24,
|
|
@@ -10408,12 +10477,12 @@ var SquareBold = (_a) => {
|
|
|
10408
10477
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10409
10478
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10410
10479
|
const resolvedViewBox = "0 0 24 24";
|
|
10411
|
-
return /* @__PURE__ */
|
|
10480
|
+
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: "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" }));
|
|
10412
10481
|
};
|
|
10413
10482
|
var SquareBold_default = SquareBold;
|
|
10414
10483
|
|
|
10415
10484
|
// src/SpeakerMegaphone5Bold.tsx
|
|
10416
|
-
var
|
|
10485
|
+
var React448 = __toESM(require("react"));
|
|
10417
10486
|
var SpeakerMegaphone5Bold = (_a) => {
|
|
10418
10487
|
var _b = _a, {
|
|
10419
10488
|
size = 24,
|
|
@@ -10430,12 +10499,12 @@ var SpeakerMegaphone5Bold = (_a) => {
|
|
|
10430
10499
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10431
10500
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10432
10501
|
const resolvedViewBox = "0 0 24 24";
|
|
10433
|
-
return /* @__PURE__ */
|
|
10502
|
+
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", 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__ */ React448.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" }));
|
|
10434
10503
|
};
|
|
10435
10504
|
var SpeakerMegaphone5Bold_default = SpeakerMegaphone5Bold;
|
|
10436
10505
|
|
|
10437
10506
|
// src/SlightlyFrowningBold.tsx
|
|
10438
|
-
var
|
|
10507
|
+
var React449 = __toESM(require("react"));
|
|
10439
10508
|
var SlightlyFrowningBold = (_a) => {
|
|
10440
10509
|
var _b = _a, {
|
|
10441
10510
|
size = 24,
|
|
@@ -10452,12 +10521,12 @@ var SlightlyFrowningBold = (_a) => {
|
|
|
10452
10521
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10453
10522
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10454
10523
|
const resolvedViewBox = "0 0 24 24";
|
|
10455
|
-
return /* @__PURE__ */
|
|
10524
|
+
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", 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" }));
|
|
10456
10525
|
};
|
|
10457
10526
|
var SlightlyFrowningBold_default = SlightlyFrowningBold;
|
|
10458
10527
|
|
|
10459
10528
|
// src/ShowBold.tsx
|
|
10460
|
-
var
|
|
10529
|
+
var React450 = __toESM(require("react"));
|
|
10461
10530
|
var ShowBold = (_a) => {
|
|
10462
10531
|
var _b = _a, {
|
|
10463
10532
|
size = 24,
|
|
@@ -10474,12 +10543,12 @@ var ShowBold = (_a) => {
|
|
|
10474
10543
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10475
10544
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10476
10545
|
const resolvedViewBox = "0 0 24 24";
|
|
10477
|
-
return /* @__PURE__ */
|
|
10546
|
+
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: "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" }));
|
|
10478
10547
|
};
|
|
10479
10548
|
var ShowBold_default = ShowBold;
|
|
10480
10549
|
|
|
10481
10550
|
// src/ShieldFailBold.tsx
|
|
10482
|
-
var
|
|
10551
|
+
var React451 = __toESM(require("react"));
|
|
10483
10552
|
var ShieldFailBold = (_a) => {
|
|
10484
10553
|
var _b = _a, {
|
|
10485
10554
|
size = 24,
|
|
@@ -10496,12 +10565,12 @@ var ShieldFailBold = (_a) => {
|
|
|
10496
10565
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10497
10566
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10498
10567
|
const resolvedViewBox = "0 0 24 24";
|
|
10499
|
-
return /* @__PURE__ */
|
|
10568
|
+
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: "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" }));
|
|
10500
10569
|
};
|
|
10501
10570
|
var ShieldFailBold_default = ShieldFailBold;
|
|
10502
10571
|
|
|
10503
10572
|
// src/ShieldDoneBold.tsx
|
|
10504
|
-
var
|
|
10573
|
+
var React452 = __toESM(require("react"));
|
|
10505
10574
|
var ShieldDoneBold = (_a) => {
|
|
10506
10575
|
var _b = _a, {
|
|
10507
10576
|
size = 24,
|
|
@@ -10518,12 +10587,12 @@ var ShieldDoneBold = (_a) => {
|
|
|
10518
10587
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10519
10588
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10520
10589
|
const resolvedViewBox = "0 0 24 24";
|
|
10521
|
-
return /* @__PURE__ */
|
|
10590
|
+
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: "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" }));
|
|
10522
10591
|
};
|
|
10523
10592
|
var ShieldDoneBold_default = ShieldDoneBold;
|
|
10524
10593
|
|
|
10525
10594
|
// src/SettingBold.tsx
|
|
10526
|
-
var
|
|
10595
|
+
var React453 = __toESM(require("react"));
|
|
10527
10596
|
var SettingBold = (_a) => {
|
|
10528
10597
|
var _b = _a, {
|
|
10529
10598
|
size = 24,
|
|
@@ -10540,12 +10609,12 @@ var SettingBold = (_a) => {
|
|
|
10540
10609
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10541
10610
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10542
10611
|
const resolvedViewBox = "0 0 24 24";
|
|
10543
|
-
return /* @__PURE__ */
|
|
10612
|
+
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", 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" }));
|
|
10544
10613
|
};
|
|
10545
10614
|
var SettingBold_default = SettingBold;
|
|
10546
10615
|
|
|
10547
10616
|
// src/SendBold.tsx
|
|
10548
|
-
var
|
|
10617
|
+
var React454 = __toESM(require("react"));
|
|
10549
10618
|
var SendBold = (_a) => {
|
|
10550
10619
|
var _b = _a, {
|
|
10551
10620
|
size = 24,
|
|
@@ -10562,12 +10631,12 @@ var SendBold = (_a) => {
|
|
|
10562
10631
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10563
10632
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10564
10633
|
const resolvedViewBox = "0 0 24 24";
|
|
10565
|
-
return /* @__PURE__ */
|
|
10634
|
+
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: "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" }));
|
|
10566
10635
|
};
|
|
10567
10636
|
var SendBold_default = SendBold;
|
|
10568
10637
|
|
|
10569
10638
|
// src/Send2Bold.tsx
|
|
10570
|
-
var
|
|
10639
|
+
var React455 = __toESM(require("react"));
|
|
10571
10640
|
var Send2Bold = (_a) => {
|
|
10572
10641
|
var _b = _a, {
|
|
10573
10642
|
size = 24,
|
|
@@ -10584,12 +10653,12 @@ var Send2Bold = (_a) => {
|
|
|
10584
10653
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10585
10654
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10586
10655
|
const resolvedViewBox = "0 0 24 24";
|
|
10587
|
-
return /* @__PURE__ */
|
|
10656
|
+
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", 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" }));
|
|
10588
10657
|
};
|
|
10589
10658
|
var Send2Bold_default = Send2Bold;
|
|
10590
10659
|
|
|
10591
10660
|
// src/SearchBold.tsx
|
|
10592
|
-
var
|
|
10661
|
+
var React456 = __toESM(require("react"));
|
|
10593
10662
|
var SearchBold = (_a) => {
|
|
10594
10663
|
var _b = _a, {
|
|
10595
10664
|
size = 24,
|
|
@@ -10606,12 +10675,12 @@ var SearchBold = (_a) => {
|
|
|
10606
10675
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10607
10676
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10608
10677
|
const resolvedViewBox = "0 0 24 24";
|
|
10609
|
-
return /* @__PURE__ */
|
|
10678
|
+
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", 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" }));
|
|
10610
10679
|
};
|
|
10611
10680
|
var SearchBold_default = SearchBold;
|
|
10612
10681
|
|
|
10613
10682
|
// src/ScanBold.tsx
|
|
10614
|
-
var
|
|
10683
|
+
var React457 = __toESM(require("react"));
|
|
10615
10684
|
var ScanBold = (_a) => {
|
|
10616
10685
|
var _b = _a, {
|
|
10617
10686
|
size = 24,
|
|
@@ -10628,12 +10697,12 @@ var ScanBold = (_a) => {
|
|
|
10628
10697
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10629
10698
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10630
10699
|
const resolvedViewBox = "0 0 24 24";
|
|
10631
|
-
return /* @__PURE__ */
|
|
10700
|
+
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", 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" }));
|
|
10632
10701
|
};
|
|
10633
10702
|
var ScanBold_default = ScanBold;
|
|
10634
10703
|
|
|
10635
10704
|
// src/RemoveUserBold.tsx
|
|
10636
|
-
var
|
|
10705
|
+
var React458 = __toESM(require("react"));
|
|
10637
10706
|
var RemoveUserBold = (_a) => {
|
|
10638
10707
|
var _b = _a, {
|
|
10639
10708
|
size = 24,
|
|
@@ -10650,12 +10719,12 @@ var RemoveUserBold = (_a) => {
|
|
|
10650
10719
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10651
10720
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10652
10721
|
const resolvedViewBox = "0 0 24 24";
|
|
10653
|
-
return /* @__PURE__ */
|
|
10722
|
+
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", 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" }));
|
|
10654
10723
|
};
|
|
10655
10724
|
var RemoveUserBold_default = RemoveUserBold;
|
|
10656
10725
|
|
|
10657
10726
|
// src/RemoveCircleBold.tsx
|
|
10658
|
-
var
|
|
10727
|
+
var React459 = __toESM(require("react"));
|
|
10659
10728
|
var RemoveCircleBold = (_a) => {
|
|
10660
10729
|
var _b = _a, {
|
|
10661
10730
|
size = 24,
|
|
@@ -10672,12 +10741,12 @@ var RemoveCircleBold = (_a) => {
|
|
|
10672
10741
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10673
10742
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10674
10743
|
const resolvedViewBox = "0 0 24 24";
|
|
10675
|
-
return /* @__PURE__ */
|
|
10744
|
+
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: "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" }));
|
|
10676
10745
|
};
|
|
10677
10746
|
var RemoveCircleBold_default = RemoveCircleBold;
|
|
10678
10747
|
|
|
10679
10748
|
// src/ProfileBold.tsx
|
|
10680
|
-
var
|
|
10749
|
+
var React460 = __toESM(require("react"));
|
|
10681
10750
|
var ProfileBold = (_a) => {
|
|
10682
10751
|
var _b = _a, {
|
|
10683
10752
|
size = 24,
|
|
@@ -10694,12 +10763,12 @@ var ProfileBold = (_a) => {
|
|
|
10694
10763
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10695
10764
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10696
10765
|
const resolvedViewBox = "0 0 24 24";
|
|
10697
|
-
return /* @__PURE__ */
|
|
10766
|
+
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", 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" }));
|
|
10698
10767
|
};
|
|
10699
10768
|
var ProfileBold_default = ProfileBold;
|
|
10700
10769
|
|
|
10701
10770
|
// src/PlusBold.tsx
|
|
10702
|
-
var
|
|
10771
|
+
var React461 = __toESM(require("react"));
|
|
10703
10772
|
var PlusBold = (_a) => {
|
|
10704
10773
|
var _b = _a, {
|
|
10705
10774
|
size = 24,
|
|
@@ -10716,12 +10785,12 @@ var PlusBold = (_a) => {
|
|
|
10716
10785
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10717
10786
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10718
10787
|
const resolvedViewBox = "0 0 24 24";
|
|
10719
|
-
return /* @__PURE__ */
|
|
10788
|
+
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: "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" }));
|
|
10720
10789
|
};
|
|
10721
10790
|
var PlusBold_default = PlusBold;
|
|
10722
10791
|
|
|
10723
10792
|
// src/PlayBold.tsx
|
|
10724
|
-
var
|
|
10793
|
+
var React462 = __toESM(require("react"));
|
|
10725
10794
|
var PlayBold = (_a) => {
|
|
10726
10795
|
var _b = _a, {
|
|
10727
10796
|
size = 24,
|
|
@@ -10738,12 +10807,12 @@ var PlayBold = (_a) => {
|
|
|
10738
10807
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10739
10808
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10740
10809
|
const resolvedViewBox = "0 0 24 24";
|
|
10741
|
-
return /* @__PURE__ */
|
|
10810
|
+
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", 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" }));
|
|
10742
10811
|
};
|
|
10743
10812
|
var PlayBold_default = PlayBold;
|
|
10744
10813
|
|
|
10745
10814
|
// src/PlaneCheckBold.tsx
|
|
10746
|
-
var
|
|
10815
|
+
var React463 = __toESM(require("react"));
|
|
10747
10816
|
var PlaneCheckBold = (_a) => {
|
|
10748
10817
|
var _b = _a, {
|
|
10749
10818
|
size = 24,
|
|
@@ -10760,12 +10829,12 @@ var PlaneCheckBold = (_a) => {
|
|
|
10760
10829
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10761
10830
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10762
10831
|
const resolvedViewBox = "0 0 24 24";
|
|
10763
|
-
return /* @__PURE__ */
|
|
10832
|
+
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", 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" }));
|
|
10764
10833
|
};
|
|
10765
10834
|
var PlaneCheckBold_default = PlaneCheckBold;
|
|
10766
10835
|
|
|
10767
10836
|
// src/PasswordBold.tsx
|
|
10768
|
-
var
|
|
10837
|
+
var React464 = __toESM(require("react"));
|
|
10769
10838
|
var PasswordBold = (_a) => {
|
|
10770
10839
|
var _b = _a, {
|
|
10771
10840
|
size = 24,
|
|
@@ -10782,12 +10851,12 @@ var PasswordBold = (_a) => {
|
|
|
10782
10851
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10783
10852
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10784
10853
|
const resolvedViewBox = "0 0 24 24";
|
|
10785
|
-
return /* @__PURE__ */
|
|
10854
|
+
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: "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" }));
|
|
10786
10855
|
};
|
|
10787
10856
|
var PasswordBold_default = PasswordBold;
|
|
10788
10857
|
|
|
10789
10858
|
// src/PaperBold.tsx
|
|
10790
|
-
var
|
|
10859
|
+
var React465 = __toESM(require("react"));
|
|
10791
10860
|
var PaperBold = (_a) => {
|
|
10792
10861
|
var _b = _a, {
|
|
10793
10862
|
size = 24,
|
|
@@ -10804,12 +10873,12 @@ var PaperBold = (_a) => {
|
|
|
10804
10873
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10805
10874
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10806
10875
|
const resolvedViewBox = "0 0 24 24";
|
|
10807
|
-
return /* @__PURE__ */
|
|
10876
|
+
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.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" }));
|
|
10808
10877
|
};
|
|
10809
10878
|
var PaperBold_default = PaperBold;
|
|
10810
10879
|
|
|
10811
10880
|
// src/PaperUploadBold.tsx
|
|
10812
|
-
var
|
|
10881
|
+
var React466 = __toESM(require("react"));
|
|
10813
10882
|
var PaperUploadBold = (_a) => {
|
|
10814
10883
|
var _b = _a, {
|
|
10815
10884
|
size = 24,
|
|
@@ -10826,12 +10895,12 @@ var PaperUploadBold = (_a) => {
|
|
|
10826
10895
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10827
10896
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10828
10897
|
const resolvedViewBox = "0 0 24 24";
|
|
10829
|
-
return /* @__PURE__ */
|
|
10898
|
+
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.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" }));
|
|
10830
10899
|
};
|
|
10831
10900
|
var PaperUploadBold_default = PaperUploadBold;
|
|
10832
10901
|
|
|
10833
10902
|
// src/PaperPlusBold.tsx
|
|
10834
|
-
var
|
|
10903
|
+
var React467 = __toESM(require("react"));
|
|
10835
10904
|
var PaperPlusBold = (_a) => {
|
|
10836
10905
|
var _b = _a, {
|
|
10837
10906
|
size = 24,
|
|
@@ -10848,12 +10917,12 @@ var PaperPlusBold = (_a) => {
|
|
|
10848
10917
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10849
10918
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10850
10919
|
const resolvedViewBox = "0 0 24 24";
|
|
10851
|
-
return /* @__PURE__ */
|
|
10920
|
+
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.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" }));
|
|
10852
10921
|
};
|
|
10853
10922
|
var PaperPlusBold_default = PaperPlusBold;
|
|
10854
10923
|
|
|
10855
10924
|
// src/PaperNegativeBold.tsx
|
|
10856
|
-
var
|
|
10925
|
+
var React468 = __toESM(require("react"));
|
|
10857
10926
|
var PaperNegativeBold = (_a) => {
|
|
10858
10927
|
var _b = _a, {
|
|
10859
10928
|
size = 24,
|
|
@@ -10870,12 +10939,12 @@ var PaperNegativeBold = (_a) => {
|
|
|
10870
10939
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10871
10940
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10872
10941
|
const resolvedViewBox = "0 0 24 24";
|
|
10873
|
-
return /* @__PURE__ */
|
|
10942
|
+
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.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" }));
|
|
10874
10943
|
};
|
|
10875
10944
|
var PaperNegativeBold_default = PaperNegativeBold;
|
|
10876
10945
|
|
|
10877
10946
|
// src/PaperFailBold.tsx
|
|
10878
|
-
var
|
|
10947
|
+
var React469 = __toESM(require("react"));
|
|
10879
10948
|
var PaperFailBold = (_a) => {
|
|
10880
10949
|
var _b = _a, {
|
|
10881
10950
|
size = 24,
|
|
@@ -10892,12 +10961,12 @@ var PaperFailBold = (_a) => {
|
|
|
10892
10961
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10893
10962
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10894
10963
|
const resolvedViewBox = "0 0 24 24";
|
|
10895
|
-
return /* @__PURE__ */
|
|
10964
|
+
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: "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" }));
|
|
10896
10965
|
};
|
|
10897
10966
|
var PaperFailBold_default = PaperFailBold;
|
|
10898
10967
|
|
|
10899
10968
|
// src/PaperDownloadBold.tsx
|
|
10900
|
-
var
|
|
10969
|
+
var React470 = __toESM(require("react"));
|
|
10901
10970
|
var PaperDownloadBold = (_a) => {
|
|
10902
10971
|
var _b = _a, {
|
|
10903
10972
|
size = 24,
|
|
@@ -10914,12 +10983,12 @@ var PaperDownloadBold = (_a) => {
|
|
|
10914
10983
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10915
10984
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10916
10985
|
const resolvedViewBox = "0 0 24 24";
|
|
10917
|
-
return /* @__PURE__ */
|
|
10986
|
+
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", 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" }));
|
|
10918
10987
|
};
|
|
10919
10988
|
var PaperDownloadBold_default = PaperDownloadBold;
|
|
10920
10989
|
|
|
10921
10990
|
// src/NotificationBold.tsx
|
|
10922
|
-
var
|
|
10991
|
+
var React471 = __toESM(require("react"));
|
|
10923
10992
|
var NotificationBold = (_a) => {
|
|
10924
10993
|
var _b = _a, {
|
|
10925
10994
|
size = 24,
|
|
@@ -10936,12 +11005,12 @@ var NotificationBold = (_a) => {
|
|
|
10936
11005
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10937
11006
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10938
11007
|
const resolvedViewBox = "0 0 24 24";
|
|
10939
|
-
return /* @__PURE__ */
|
|
11008
|
+
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", 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" }));
|
|
10940
11009
|
};
|
|
10941
11010
|
var NotificationBold_default = NotificationBold;
|
|
10942
11011
|
|
|
10943
11012
|
// src/MoreSquareBold.tsx
|
|
10944
|
-
var
|
|
11013
|
+
var React472 = __toESM(require("react"));
|
|
10945
11014
|
var MoreSquareBold = (_a) => {
|
|
10946
11015
|
var _b = _a, {
|
|
10947
11016
|
size = 24,
|
|
@@ -10958,12 +11027,12 @@ var MoreSquareBold = (_a) => {
|
|
|
10958
11027
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10959
11028
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10960
11029
|
const resolvedViewBox = "0 0 24 24";
|
|
10961
|
-
return /* @__PURE__ */
|
|
11030
|
+
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: "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" }));
|
|
10962
11031
|
};
|
|
10963
11032
|
var MoreSquareBold_default = MoreSquareBold;
|
|
10964
11033
|
|
|
10965
11034
|
// src/MoreCircleBold.tsx
|
|
10966
|
-
var
|
|
11035
|
+
var React473 = __toESM(require("react"));
|
|
10967
11036
|
var MoreCircleBold = (_a) => {
|
|
10968
11037
|
var _b = _a, {
|
|
10969
11038
|
size = 24,
|
|
@@ -10980,12 +11049,12 @@ var MoreCircleBold = (_a) => {
|
|
|
10980
11049
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10981
11050
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10982
11051
|
const resolvedViewBox = "0 0 24 24";
|
|
10983
|
-
return /* @__PURE__ */
|
|
11052
|
+
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 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" }));
|
|
10984
11053
|
};
|
|
10985
11054
|
var MoreCircleBold_default = MoreCircleBold;
|
|
10986
11055
|
|
|
10987
11056
|
// src/MoonBold.tsx
|
|
10988
|
-
var
|
|
11057
|
+
var React474 = __toESM(require("react"));
|
|
10989
11058
|
var MoonBold = (_a) => {
|
|
10990
11059
|
var _b = _a, {
|
|
10991
11060
|
size = 24,
|
|
@@ -11002,12 +11071,12 @@ var MoonBold = (_a) => {
|
|
|
11002
11071
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11003
11072
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11004
11073
|
const resolvedViewBox = "0 0 24 24";
|
|
11005
|
-
return /* @__PURE__ */
|
|
11074
|
+
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: "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" }));
|
|
11006
11075
|
};
|
|
11007
11076
|
var MoonBold_default = MoonBold;
|
|
11008
11077
|
|
|
11009
11078
|
// src/Minus3Bold.tsx
|
|
11010
|
-
var
|
|
11079
|
+
var React475 = __toESM(require("react"));
|
|
11011
11080
|
var Minus3Bold = (_a) => {
|
|
11012
11081
|
var _b = _a, {
|
|
11013
11082
|
size = 24,
|
|
@@ -11024,12 +11093,12 @@ var Minus3Bold = (_a) => {
|
|
|
11024
11093
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11025
11094
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11026
11095
|
const resolvedViewBox = "0 0 24 24";
|
|
11027
|
-
return /* @__PURE__ */
|
|
11096
|
+
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: "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" }));
|
|
11028
11097
|
};
|
|
11029
11098
|
var Minus3Bold_default = Minus3Bold;
|
|
11030
11099
|
|
|
11031
11100
|
// src/Minus2Bold.tsx
|
|
11032
|
-
var
|
|
11101
|
+
var React476 = __toESM(require("react"));
|
|
11033
11102
|
var Minus2Bold = (_a) => {
|
|
11034
11103
|
var _b = _a, {
|
|
11035
11104
|
size = 24,
|
|
@@ -11046,12 +11115,12 @@ var Minus2Bold = (_a) => {
|
|
|
11046
11115
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11047
11116
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11048
11117
|
const resolvedViewBox = "0 0 24 24";
|
|
11049
|
-
return /* @__PURE__ */
|
|
11118
|
+
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: "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" }));
|
|
11050
11119
|
};
|
|
11051
11120
|
var Minus2Bold_default = Minus2Bold;
|
|
11052
11121
|
|
|
11053
11122
|
// src/MessagesBold.tsx
|
|
11054
|
-
var
|
|
11123
|
+
var React477 = __toESM(require("react"));
|
|
11055
11124
|
var MessagesBold = (_a) => {
|
|
11056
11125
|
var _b = _a, {
|
|
11057
11126
|
size = 24,
|
|
@@ -11068,12 +11137,12 @@ var MessagesBold = (_a) => {
|
|
|
11068
11137
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11069
11138
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11070
11139
|
const resolvedViewBox = "0 0 24 24";
|
|
11071
|
-
return /* @__PURE__ */
|
|
11140
|
+
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: "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" }));
|
|
11072
11141
|
};
|
|
11073
11142
|
var MessagesBold_default = MessagesBold;
|
|
11074
11143
|
|
|
11075
11144
|
// src/MessageBold.tsx
|
|
11076
|
-
var
|
|
11145
|
+
var React478 = __toESM(require("react"));
|
|
11077
11146
|
var MessageBold = (_a) => {
|
|
11078
11147
|
var _b = _a, {
|
|
11079
11148
|
size = 24,
|
|
@@ -11090,12 +11159,12 @@ var MessageBold = (_a) => {
|
|
|
11090
11159
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11091
11160
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11092
11161
|
const resolvedViewBox = "0 0 24 24";
|
|
11093
|
-
return /* @__PURE__ */
|
|
11162
|
+
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: "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" }));
|
|
11094
11163
|
};
|
|
11095
11164
|
var MessageBold_default = MessageBold;
|
|
11096
11165
|
|
|
11097
11166
|
// src/MediumBold.tsx
|
|
11098
|
-
var
|
|
11167
|
+
var React479 = __toESM(require("react"));
|
|
11099
11168
|
var MediumBold = (_a) => {
|
|
11100
11169
|
var _b = _a, {
|
|
11101
11170
|
size = 24,
|
|
@@ -11112,12 +11181,12 @@ var MediumBold = (_a) => {
|
|
|
11112
11181
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11113
11182
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11114
11183
|
const resolvedViewBox = "0 0 24 24";
|
|
11115
|
-
return /* @__PURE__ */
|
|
11184
|
+
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: "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" }));
|
|
11116
11185
|
};
|
|
11117
11186
|
var MediumBold_default = MediumBold;
|
|
11118
11187
|
|
|
11119
11188
|
// src/MapCloseBold.tsx
|
|
11120
|
-
var
|
|
11189
|
+
var React480 = __toESM(require("react"));
|
|
11121
11190
|
var MapCloseBold = (_a) => {
|
|
11122
11191
|
var _b = _a, {
|
|
11123
11192
|
size = 24,
|
|
@@ -11134,12 +11203,12 @@ var MapCloseBold = (_a) => {
|
|
|
11134
11203
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11135
11204
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11136
11205
|
const resolvedViewBox = "0 0 24 24";
|
|
11137
|
-
return /* @__PURE__ */
|
|
11206
|
+
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", 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" }));
|
|
11138
11207
|
};
|
|
11139
11208
|
var MapCloseBold_default = MapCloseBold;
|
|
11140
11209
|
|
|
11141
11210
|
// src/MacNotebookBold.tsx
|
|
11142
|
-
var
|
|
11211
|
+
var React481 = __toESM(require("react"));
|
|
11143
11212
|
var MacNotebookBold = (_a) => {
|
|
11144
11213
|
var _b = _a, {
|
|
11145
11214
|
size = 24,
|
|
@@ -11156,12 +11225,12 @@ var MacNotebookBold = (_a) => {
|
|
|
11156
11225
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11157
11226
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11158
11227
|
const resolvedViewBox = "0 0 24 24";
|
|
11159
|
-
return /* @__PURE__ */
|
|
11228
|
+
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", 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" }));
|
|
11160
11229
|
};
|
|
11161
11230
|
var MacNotebookBold_default = MacNotebookBold;
|
|
11162
11231
|
|
|
11163
11232
|
// src/LogoutBold.tsx
|
|
11164
|
-
var
|
|
11233
|
+
var React482 = __toESM(require("react"));
|
|
11165
11234
|
var LogoutBold = (_a) => {
|
|
11166
11235
|
var _b = _a, {
|
|
11167
11236
|
size = 24,
|
|
@@ -11178,12 +11247,12 @@ var LogoutBold = (_a) => {
|
|
|
11178
11247
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11179
11248
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11180
11249
|
const resolvedViewBox = "0 0 24 24";
|
|
11181
|
-
return /* @__PURE__ */
|
|
11250
|
+
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.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" }));
|
|
11182
11251
|
};
|
|
11183
11252
|
var LogoutBold_default = LogoutBold;
|
|
11184
11253
|
|
|
11185
11254
|
// src/LoginBold.tsx
|
|
11186
|
-
var
|
|
11255
|
+
var React483 = __toESM(require("react"));
|
|
11187
11256
|
var LoginBold = (_a) => {
|
|
11188
11257
|
var _b = _a, {
|
|
11189
11258
|
size = 24,
|
|
@@ -11200,12 +11269,12 @@ var LoginBold = (_a) => {
|
|
|
11200
11269
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11201
11270
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11202
11271
|
const resolvedViewBox = "0 0 24 24";
|
|
11203
|
-
return /* @__PURE__ */
|
|
11272
|
+
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", 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" }));
|
|
11204
11273
|
};
|
|
11205
11274
|
var LoginBold_default = LoginBold;
|
|
11206
11275
|
|
|
11207
11276
|
// src/LockBold.tsx
|
|
11208
|
-
var
|
|
11277
|
+
var React484 = __toESM(require("react"));
|
|
11209
11278
|
var LockBold = (_a) => {
|
|
11210
11279
|
var _b = _a, {
|
|
11211
11280
|
size = 24,
|
|
@@ -11222,12 +11291,12 @@ var LockBold = (_a) => {
|
|
|
11222
11291
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11223
11292
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11224
11293
|
const resolvedViewBox = "0 0 24 24";
|
|
11225
|
-
return /* @__PURE__ */
|
|
11294
|
+
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", 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" }));
|
|
11226
11295
|
};
|
|
11227
11296
|
var LockBold_default = LockBold;
|
|
11228
11297
|
|
|
11229
11298
|
// src/LocationBold.tsx
|
|
11230
|
-
var
|
|
11299
|
+
var React485 = __toESM(require("react"));
|
|
11231
11300
|
var LocationBold = (_a) => {
|
|
11232
11301
|
var _b = _a, {
|
|
11233
11302
|
size = 24,
|
|
@@ -11244,12 +11313,12 @@ var LocationBold = (_a) => {
|
|
|
11244
11313
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11245
11314
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11246
11315
|
const resolvedViewBox = "0 0 24 24";
|
|
11247
|
-
return /* @__PURE__ */
|
|
11316
|
+
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: "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" }));
|
|
11248
11317
|
};
|
|
11249
11318
|
var LocationBold_default = LocationBold;
|
|
11250
11319
|
|
|
11251
11320
|
// src/LinkedinBold.tsx
|
|
11252
|
-
var
|
|
11321
|
+
var React486 = __toESM(require("react"));
|
|
11253
11322
|
var LinkedinBold = (_a) => {
|
|
11254
11323
|
var _b = _a, {
|
|
11255
11324
|
size = 24,
|
|
@@ -11266,12 +11335,12 @@ var LinkedinBold = (_a) => {
|
|
|
11266
11335
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11267
11336
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11268
11337
|
const resolvedViewBox = "0 0 24 24";
|
|
11269
|
-
return /* @__PURE__ */
|
|
11338
|
+
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: "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" }));
|
|
11270
11339
|
};
|
|
11271
11340
|
var LinkedinBold_default = LinkedinBold;
|
|
11272
11341
|
|
|
11273
11342
|
// src/InstagramBold.tsx
|
|
11274
|
-
var
|
|
11343
|
+
var React487 = __toESM(require("react"));
|
|
11275
11344
|
var InstagramBold = (_a) => {
|
|
11276
11345
|
var _b = _a, {
|
|
11277
11346
|
size = 24,
|
|
@@ -11288,12 +11357,12 @@ var InstagramBold = (_a) => {
|
|
|
11288
11357
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11289
11358
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11290
11359
|
const resolvedViewBox = "0 0 24 24";
|
|
11291
|
-
return /* @__PURE__ */
|
|
11360
|
+
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: "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__ */ React487.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" }));
|
|
11292
11361
|
};
|
|
11293
11362
|
var InstagramBold_default = InstagramBold;
|
|
11294
11363
|
|
|
11295
11364
|
// src/InfoSquareBold.tsx
|
|
11296
|
-
var
|
|
11365
|
+
var React488 = __toESM(require("react"));
|
|
11297
11366
|
var InfoSquareBold = (_a) => {
|
|
11298
11367
|
var _b = _a, {
|
|
11299
11368
|
size = 24,
|
|
@@ -11310,12 +11379,12 @@ var InfoSquareBold = (_a) => {
|
|
|
11310
11379
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11311
11380
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11312
11381
|
const resolvedViewBox = "0 0 24 24";
|
|
11313
|
-
return /* @__PURE__ */
|
|
11382
|
+
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: "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" }));
|
|
11314
11383
|
};
|
|
11315
11384
|
var InfoSquareBold_default = InfoSquareBold;
|
|
11316
11385
|
|
|
11317
11386
|
// src/InfoCircleBold.tsx
|
|
11318
|
-
var
|
|
11387
|
+
var React489 = __toESM(require("react"));
|
|
11319
11388
|
var InfoCircleBold = (_a) => {
|
|
11320
11389
|
var _b = _a, {
|
|
11321
11390
|
size = 24,
|
|
@@ -11332,12 +11401,12 @@ var InfoCircleBold = (_a) => {
|
|
|
11332
11401
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11333
11402
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11334
11403
|
const resolvedViewBox = "0 0 24 24";
|
|
11335
|
-
return /* @__PURE__ */
|
|
11404
|
+
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", 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" }));
|
|
11336
11405
|
};
|
|
11337
11406
|
var InfoCircleBold_default = InfoCircleBold;
|
|
11338
11407
|
|
|
11339
11408
|
// src/InfoCircle2Bold.tsx
|
|
11340
|
-
var
|
|
11409
|
+
var React490 = __toESM(require("react"));
|
|
11341
11410
|
var InfoCircle2Bold = (_a) => {
|
|
11342
11411
|
var _b = _a, {
|
|
11343
11412
|
size = 24,
|
|
@@ -11354,12 +11423,12 @@ var InfoCircle2Bold = (_a) => {
|
|
|
11354
11423
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11355
11424
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11356
11425
|
const resolvedViewBox = "0 0 24 24";
|
|
11357
|
-
return /* @__PURE__ */
|
|
11426
|
+
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", 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" }));
|
|
11358
11427
|
};
|
|
11359
11428
|
var InfoCircle2Bold_default = InfoCircle2Bold;
|
|
11360
11429
|
|
|
11361
11430
|
// src/ImageBold.tsx
|
|
11362
|
-
var
|
|
11431
|
+
var React491 = __toESM(require("react"));
|
|
11363
11432
|
var ImageBold = (_a) => {
|
|
11364
11433
|
var _b = _a, {
|
|
11365
11434
|
size = 24,
|
|
@@ -11376,12 +11445,12 @@ var ImageBold = (_a) => {
|
|
|
11376
11445
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11377
11446
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11378
11447
|
const resolvedViewBox = "0 0 24 24";
|
|
11379
|
-
return /* @__PURE__ */
|
|
11448
|
+
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: "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" }));
|
|
11380
11449
|
};
|
|
11381
11450
|
var ImageBold_default = ImageBold;
|
|
11382
11451
|
|
|
11383
11452
|
// src/Image2Bold.tsx
|
|
11384
|
-
var
|
|
11453
|
+
var React492 = __toESM(require("react"));
|
|
11385
11454
|
var Image2Bold = (_a) => {
|
|
11386
11455
|
var _b = _a, {
|
|
11387
11456
|
size = 24,
|
|
@@ -11398,12 +11467,12 @@ var Image2Bold = (_a) => {
|
|
|
11398
11467
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11399
11468
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11400
11469
|
const resolvedViewBox = "0 0 24 24";
|
|
11401
|
-
return /* @__PURE__ */
|
|
11470
|
+
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: "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" }));
|
|
11402
11471
|
};
|
|
11403
11472
|
var Image2Bold_default = Image2Bold;
|
|
11404
11473
|
|
|
11405
11474
|
// src/HotDrinkBold.tsx
|
|
11406
|
-
var
|
|
11475
|
+
var React493 = __toESM(require("react"));
|
|
11407
11476
|
var HotDrinkBold = (_a) => {
|
|
11408
11477
|
var _b = _a, {
|
|
11409
11478
|
size = 24,
|
|
@@ -11420,12 +11489,12 @@ var HotDrinkBold = (_a) => {
|
|
|
11420
11489
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11421
11490
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11422
11491
|
const resolvedViewBox = "0 0 24 24";
|
|
11423
|
-
return /* @__PURE__ */
|
|
11492
|
+
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: "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__ */ React493.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" }));
|
|
11424
11493
|
};
|
|
11425
11494
|
var HotDrinkBold_default = HotDrinkBold;
|
|
11426
11495
|
|
|
11427
11496
|
// src/HomeBold.tsx
|
|
11428
|
-
var
|
|
11497
|
+
var React494 = __toESM(require("react"));
|
|
11429
11498
|
var HomeBold = (_a) => {
|
|
11430
11499
|
var _b = _a, {
|
|
11431
11500
|
size = 24,
|
|
@@ -11442,12 +11511,12 @@ var HomeBold = (_a) => {
|
|
|
11442
11511
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11443
11512
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11444
11513
|
const resolvedViewBox = "0 0 24 24";
|
|
11445
|
-
return /* @__PURE__ */
|
|
11514
|
+
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", 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" }));
|
|
11446
11515
|
};
|
|
11447
11516
|
var HomeBold_default = HomeBold;
|
|
11448
11517
|
|
|
11449
11518
|
// src/HideBold.tsx
|
|
11450
|
-
var
|
|
11519
|
+
var React495 = __toESM(require("react"));
|
|
11451
11520
|
var HideBold = (_a) => {
|
|
11452
11521
|
var _b = _a, {
|
|
11453
11522
|
size = 24,
|
|
@@ -11464,12 +11533,12 @@ var HideBold = (_a) => {
|
|
|
11464
11533
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11465
11534
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11466
11535
|
const resolvedViewBox = "0 0 24 24";
|
|
11467
|
-
return /* @__PURE__ */
|
|
11536
|
+
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", 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" }));
|
|
11468
11537
|
};
|
|
11469
11538
|
var HideBold_default = HideBold;
|
|
11470
11539
|
|
|
11471
11540
|
// src/HeartBold.tsx
|
|
11472
|
-
var
|
|
11541
|
+
var React496 = __toESM(require("react"));
|
|
11473
11542
|
var HeartBold = (_a) => {
|
|
11474
11543
|
var _b = _a, {
|
|
11475
11544
|
size = 24,
|
|
@@ -11486,12 +11555,12 @@ var HeartBold = (_a) => {
|
|
|
11486
11555
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11487
11556
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11488
11557
|
const resolvedViewBox = "0 0 24 24";
|
|
11489
|
-
return /* @__PURE__ */
|
|
11558
|
+
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: "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" }));
|
|
11490
11559
|
};
|
|
11491
11560
|
var HeartBold_default = HeartBold;
|
|
11492
11561
|
|
|
11493
11562
|
// src/HeartPlusBold.tsx
|
|
11494
|
-
var
|
|
11563
|
+
var React497 = __toESM(require("react"));
|
|
11495
11564
|
var HeartPlusBold = (_a) => {
|
|
11496
11565
|
var _b = _a, {
|
|
11497
11566
|
size = 24,
|
|
@@ -11508,12 +11577,12 @@ var HeartPlusBold = (_a) => {
|
|
|
11508
11577
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11509
11578
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11510
11579
|
const resolvedViewBox = "0 0 24 24";
|
|
11511
|
-
return /* @__PURE__ */
|
|
11580
|
+
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", 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" }));
|
|
11512
11581
|
};
|
|
11513
11582
|
var HeartPlusBold_default = HeartPlusBold;
|
|
11514
11583
|
|
|
11515
11584
|
// src/Heart2Bold.tsx
|
|
11516
|
-
var
|
|
11585
|
+
var React498 = __toESM(require("react"));
|
|
11517
11586
|
var Heart2Bold = (_a) => {
|
|
11518
11587
|
var _b = _a, {
|
|
11519
11588
|
size = 24,
|
|
@@ -11530,12 +11599,12 @@ var Heart2Bold = (_a) => {
|
|
|
11530
11599
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11531
11600
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11532
11601
|
const resolvedViewBox = "0 0 24 24";
|
|
11533
|
-
return /* @__PURE__ */
|
|
11602
|
+
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: "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" }));
|
|
11534
11603
|
};
|
|
11535
11604
|
var Heart2Bold_default = Heart2Bold;
|
|
11536
11605
|
|
|
11537
11606
|
// src/GraphBold.tsx
|
|
11538
|
-
var
|
|
11607
|
+
var React499 = __toESM(require("react"));
|
|
11539
11608
|
var GraphBold = (_a) => {
|
|
11540
11609
|
var _b = _a, {
|
|
11541
11610
|
size = 24,
|
|
@@ -11552,12 +11621,12 @@ var GraphBold = (_a) => {
|
|
|
11552
11621
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11553
11622
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11554
11623
|
const resolvedViewBox = "0 0 24 24";
|
|
11555
|
-
return /* @__PURE__ */
|
|
11624
|
+
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", 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" }));
|
|
11556
11625
|
};
|
|
11557
11626
|
var GraphBold_default = GraphBold;
|
|
11558
11627
|
|
|
11559
11628
|
// src/GameBold.tsx
|
|
11560
|
-
var
|
|
11629
|
+
var React500 = __toESM(require("react"));
|
|
11561
11630
|
var GameBold = (_a) => {
|
|
11562
11631
|
var _b = _a, {
|
|
11563
11632
|
size = 24,
|
|
@@ -11574,12 +11643,12 @@ var GameBold = (_a) => {
|
|
|
11574
11643
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11575
11644
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11576
11645
|
const resolvedViewBox = "0 0 24 24";
|
|
11577
|
-
return /* @__PURE__ */
|
|
11646
|
+
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: "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" }));
|
|
11578
11647
|
};
|
|
11579
11648
|
var GameBold_default = GameBold;
|
|
11580
11649
|
|
|
11581
11650
|
// src/ForwardClockTimer10Bold.tsx
|
|
11582
|
-
var
|
|
11651
|
+
var React501 = __toESM(require("react"));
|
|
11583
11652
|
var ForwardClockTimer10Bold = (_a) => {
|
|
11584
11653
|
var _b = _a, {
|
|
11585
11654
|
size = 24,
|
|
@@ -11596,12 +11665,12 @@ var ForwardClockTimer10Bold = (_a) => {
|
|
|
11596
11665
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11597
11666
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11598
11667
|
const resolvedViewBox = "0 0 24 24";
|
|
11599
|
-
return /* @__PURE__ */
|
|
11668
|
+
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: "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__ */ React501.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" }));
|
|
11600
11669
|
};
|
|
11601
11670
|
var ForwardClockTimer10Bold_default = ForwardClockTimer10Bold;
|
|
11602
11671
|
|
|
11603
11672
|
// src/FolderBold.tsx
|
|
11604
|
-
var
|
|
11673
|
+
var React502 = __toESM(require("react"));
|
|
11605
11674
|
var FolderBold = (_a) => {
|
|
11606
11675
|
var _b = _a, {
|
|
11607
11676
|
size = 24,
|
|
@@ -11618,12 +11687,12 @@ var FolderBold = (_a) => {
|
|
|
11618
11687
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11619
11688
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11620
11689
|
const resolvedViewBox = "0 0 24 24";
|
|
11621
|
-
return /* @__PURE__ */
|
|
11690
|
+
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: "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" }));
|
|
11622
11691
|
};
|
|
11623
11692
|
var FolderBold_default = FolderBold;
|
|
11624
11693
|
|
|
11625
11694
|
// src/FolderFileBold.tsx
|
|
11626
|
-
var
|
|
11695
|
+
var React503 = __toESM(require("react"));
|
|
11627
11696
|
var FolderFileBold = (_a) => {
|
|
11628
11697
|
var _b = _a, {
|
|
11629
11698
|
size = 24,
|
|
@@ -11640,12 +11709,12 @@ var FolderFileBold = (_a) => {
|
|
|
11640
11709
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11641
11710
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11642
11711
|
const resolvedViewBox = "0 0 24 24";
|
|
11643
|
-
return /* @__PURE__ */
|
|
11712
|
+
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: "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" }));
|
|
11644
11713
|
};
|
|
11645
11714
|
var FolderFileBold_default = FolderFileBold;
|
|
11646
11715
|
|
|
11647
11716
|
// src/FolderFileSearchBold.tsx
|
|
11648
|
-
var
|
|
11717
|
+
var React504 = __toESM(require("react"));
|
|
11649
11718
|
var FolderFileSearchBold = (_a) => {
|
|
11650
11719
|
var _b = _a, {
|
|
11651
11720
|
size = 24,
|
|
@@ -11662,12 +11731,12 @@ var FolderFileSearchBold = (_a) => {
|
|
|
11662
11731
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11663
11732
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11664
11733
|
const resolvedViewBox = "0 0 24 24";
|
|
11665
|
-
return /* @__PURE__ */
|
|
11734
|
+
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: "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__ */ React504.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" }));
|
|
11666
11735
|
};
|
|
11667
11736
|
var FolderFileSearchBold_default = FolderFileSearchBold;
|
|
11668
11737
|
|
|
11669
11738
|
// src/FlashBold.tsx
|
|
11670
|
-
var
|
|
11739
|
+
var React505 = __toESM(require("react"));
|
|
11671
11740
|
var FlashBold = (_a) => {
|
|
11672
11741
|
var _b = _a, {
|
|
11673
11742
|
size = 24,
|
|
@@ -11684,12 +11753,12 @@ var FlashBold = (_a) => {
|
|
|
11684
11753
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11685
11754
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11686
11755
|
const resolvedViewBox = "0 0 24 24";
|
|
11687
|
-
return /* @__PURE__ */
|
|
11756
|
+
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", 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" }));
|
|
11688
11757
|
};
|
|
11689
11758
|
var FlashBold_default = FlashBold;
|
|
11690
11759
|
|
|
11691
11760
|
// src/FlagBold.tsx
|
|
11692
|
-
var
|
|
11761
|
+
var React506 = __toESM(require("react"));
|
|
11693
11762
|
var FlagBold = (_a) => {
|
|
11694
11763
|
var _b = _a, {
|
|
11695
11764
|
size = 24,
|
|
@@ -11706,12 +11775,12 @@ var FlagBold = (_a) => {
|
|
|
11706
11775
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11707
11776
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11708
11777
|
const resolvedViewBox = "0 0 24 24";
|
|
11709
|
-
return /* @__PURE__ */
|
|
11778
|
+
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", 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" }));
|
|
11710
11779
|
};
|
|
11711
11780
|
var FlagBold_default = FlagBold;
|
|
11712
11781
|
|
|
11713
11782
|
// src/FilterBold.tsx
|
|
11714
|
-
var
|
|
11783
|
+
var React507 = __toESM(require("react"));
|
|
11715
11784
|
var FilterBold = (_a) => {
|
|
11716
11785
|
var _b = _a, {
|
|
11717
11786
|
size = 24,
|
|
@@ -11728,12 +11797,12 @@ var FilterBold = (_a) => {
|
|
|
11728
11797
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11729
11798
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11730
11799
|
const resolvedViewBox = "0 0 24 24";
|
|
11731
|
-
return /* @__PURE__ */
|
|
11800
|
+
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", 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" }));
|
|
11732
11801
|
};
|
|
11733
11802
|
var FilterBold_default = FilterBold;
|
|
11734
11803
|
|
|
11735
11804
|
// src/Filter2Bold.tsx
|
|
11736
|
-
var
|
|
11805
|
+
var React508 = __toESM(require("react"));
|
|
11737
11806
|
var Filter2Bold = (_a) => {
|
|
11738
11807
|
var _b = _a, {
|
|
11739
11808
|
size = 24,
|
|
@@ -11750,12 +11819,12 @@ var Filter2Bold = (_a) => {
|
|
|
11750
11819
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11751
11820
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11752
11821
|
const resolvedViewBox = "0 0 24 24";
|
|
11753
|
-
return /* @__PURE__ */
|
|
11822
|
+
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", 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" }));
|
|
11754
11823
|
};
|
|
11755
11824
|
var Filter2Bold_default = Filter2Bold;
|
|
11756
11825
|
|
|
11757
11826
|
// src/FacebookBold.tsx
|
|
11758
|
-
var
|
|
11827
|
+
var React509 = __toESM(require("react"));
|
|
11759
11828
|
var FacebookBold = (_a) => {
|
|
11760
11829
|
var _b = _a, {
|
|
11761
11830
|
size = 24,
|
|
@@ -11772,12 +11841,12 @@ var FacebookBold = (_a) => {
|
|
|
11772
11841
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11773
11842
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11774
11843
|
const resolvedViewBox = "0 0 24 24";
|
|
11775
|
-
return /* @__PURE__ */
|
|
11844
|
+
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", 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" }));
|
|
11776
11845
|
};
|
|
11777
11846
|
var FacebookBold_default = FacebookBold;
|
|
11778
11847
|
|
|
11779
11848
|
// src/Eye2Bold.tsx
|
|
11780
|
-
var
|
|
11849
|
+
var React510 = __toESM(require("react"));
|
|
11781
11850
|
var Eye2Bold = (_a) => {
|
|
11782
11851
|
var _b = _a, {
|
|
11783
11852
|
size = 24,
|
|
@@ -11794,12 +11863,12 @@ var Eye2Bold = (_a) => {
|
|
|
11794
11863
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11795
11864
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11796
11865
|
const resolvedViewBox = "0 0 24 24";
|
|
11797
|
-
return /* @__PURE__ */
|
|
11866
|
+
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: "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__ */ React510.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" }));
|
|
11798
11867
|
};
|
|
11799
11868
|
var Eye2Bold_default = Eye2Bold;
|
|
11800
11869
|
|
|
11801
11870
|
// src/EditBold.tsx
|
|
11802
|
-
var
|
|
11871
|
+
var React511 = __toESM(require("react"));
|
|
11803
11872
|
var EditBold = (_a) => {
|
|
11804
11873
|
var _b = _a, {
|
|
11805
11874
|
size = 24,
|
|
@@ -11816,12 +11885,12 @@ var EditBold = (_a) => {
|
|
|
11816
11885
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11817
11886
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11818
11887
|
const resolvedViewBox = "0 0 24 24";
|
|
11819
|
-
return /* @__PURE__ */
|
|
11888
|
+
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: "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" }));
|
|
11820
11889
|
};
|
|
11821
11890
|
var EditBold_default = EditBold;
|
|
11822
11891
|
|
|
11823
11892
|
// src/EditSquareBold.tsx
|
|
11824
|
-
var
|
|
11893
|
+
var React512 = __toESM(require("react"));
|
|
11825
11894
|
var EditSquareBold = (_a) => {
|
|
11826
11895
|
var _b = _a, {
|
|
11827
11896
|
size = 24,
|
|
@@ -11838,12 +11907,12 @@ var EditSquareBold = (_a) => {
|
|
|
11838
11907
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11839
11908
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11840
11909
|
const resolvedViewBox = "0 0 24 24";
|
|
11841
|
-
return /* @__PURE__ */
|
|
11910
|
+
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: "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" }));
|
|
11842
11911
|
};
|
|
11843
11912
|
var EditSquareBold_default = EditSquareBold;
|
|
11844
11913
|
|
|
11845
11914
|
// src/DownloadBold.tsx
|
|
11846
|
-
var
|
|
11915
|
+
var React513 = __toESM(require("react"));
|
|
11847
11916
|
var DownloadBold = (_a) => {
|
|
11848
11917
|
var _b = _a, {
|
|
11849
11918
|
size = 24,
|
|
@@ -11860,12 +11929,12 @@ var DownloadBold = (_a) => {
|
|
|
11860
11929
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11861
11930
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11862
11931
|
const resolvedViewBox = "0 0 24 24";
|
|
11863
|
-
return /* @__PURE__ */
|
|
11932
|
+
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", 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" }));
|
|
11864
11933
|
};
|
|
11865
11934
|
var DownloadBold_default = DownloadBold;
|
|
11866
11935
|
|
|
11867
11936
|
// src/DollarCircle3Bold.tsx
|
|
11868
|
-
var
|
|
11937
|
+
var React514 = __toESM(require("react"));
|
|
11869
11938
|
var DollarCircle3Bold = (_a) => {
|
|
11870
11939
|
var _b = _a, {
|
|
11871
11940
|
size = 24,
|
|
@@ -11882,12 +11951,12 @@ var DollarCircle3Bold = (_a) => {
|
|
|
11882
11951
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11883
11952
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11884
11953
|
const resolvedViewBox = "0 0 24 24";
|
|
11885
|
-
return /* @__PURE__ */
|
|
11954
|
+
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: "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" }));
|
|
11886
11955
|
};
|
|
11887
11956
|
var DollarCircle3Bold_default = DollarCircle3Bold;
|
|
11888
11957
|
|
|
11889
11958
|
// src/DocumentBold.tsx
|
|
11890
|
-
var
|
|
11959
|
+
var React515 = __toESM(require("react"));
|
|
11891
11960
|
var DocumentBold = (_a) => {
|
|
11892
11961
|
var _b = _a, {
|
|
11893
11962
|
size = 24,
|
|
@@ -11904,12 +11973,12 @@ var DocumentBold = (_a) => {
|
|
|
11904
11973
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11905
11974
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11906
11975
|
const resolvedViewBox = "0 0 24 24";
|
|
11907
|
-
return /* @__PURE__ */
|
|
11976
|
+
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: "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" }));
|
|
11908
11977
|
};
|
|
11909
11978
|
var DocumentBold_default = DocumentBold;
|
|
11910
11979
|
|
|
11911
11980
|
// src/DocumentPin2LinesBold.tsx
|
|
11912
|
-
var
|
|
11981
|
+
var React516 = __toESM(require("react"));
|
|
11913
11982
|
var DocumentPin2LinesBold = (_a) => {
|
|
11914
11983
|
var _b = _a, {
|
|
11915
11984
|
size = 24,
|
|
@@ -11926,12 +11995,12 @@ var DocumentPin2LinesBold = (_a) => {
|
|
|
11926
11995
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11927
11996
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11928
11997
|
const resolvedViewBox = "0 0 24 24";
|
|
11929
|
-
return /* @__PURE__ */
|
|
11998
|
+
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: "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__ */ React516.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" }));
|
|
11930
11999
|
};
|
|
11931
12000
|
var DocumentPin2LinesBold_default = DocumentPin2LinesBold;
|
|
11932
12001
|
|
|
11933
12002
|
// src/DocumentPencilBold.tsx
|
|
11934
|
-
var
|
|
12003
|
+
var React517 = __toESM(require("react"));
|
|
11935
12004
|
var DocumentPencilBold = (_a) => {
|
|
11936
12005
|
var _b = _a, {
|
|
11937
12006
|
size = 24,
|
|
@@ -11948,12 +12017,12 @@ var DocumentPencilBold = (_a) => {
|
|
|
11948
12017
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11949
12018
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11950
12019
|
const resolvedViewBox = "0 0 24 24";
|
|
11951
|
-
return /* @__PURE__ */
|
|
12020
|
+
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: "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__ */ React517.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__ */ React517.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" }));
|
|
11952
12021
|
};
|
|
11953
12022
|
var DocumentPencilBold_default = DocumentPencilBold;
|
|
11954
12023
|
|
|
11955
12024
|
// src/DocumentPdfBold.tsx
|
|
11956
|
-
var
|
|
12025
|
+
var React518 = __toESM(require("react"));
|
|
11957
12026
|
var DocumentPdfBold = (_a) => {
|
|
11958
12027
|
var _b = _a, {
|
|
11959
12028
|
size = 24,
|
|
@@ -11970,12 +12039,12 @@ var DocumentPdfBold = (_a) => {
|
|
|
11970
12039
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11971
12040
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11972
12041
|
const resolvedViewBox = "0 0 24 24";
|
|
11973
|
-
return /* @__PURE__ */
|
|
12042
|
+
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: "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__ */ React518.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" }));
|
|
11974
12043
|
};
|
|
11975
12044
|
var DocumentPdfBold_default = DocumentPdfBold;
|
|
11976
12045
|
|
|
11977
12046
|
// src/DocumentBadgePlusBold.tsx
|
|
11978
|
-
var
|
|
12047
|
+
var React519 = __toESM(require("react"));
|
|
11979
12048
|
var DocumentBadgePlusBold = (_a) => {
|
|
11980
12049
|
var _b = _a, {
|
|
11981
12050
|
size = 24,
|
|
@@ -11992,12 +12061,12 @@ var DocumentBadgePlusBold = (_a) => {
|
|
|
11992
12061
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11993
12062
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11994
12063
|
const resolvedViewBox = "0 0 24 24";
|
|
11995
|
-
return /* @__PURE__ */
|
|
12064
|
+
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: "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__ */ React519.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" }));
|
|
11996
12065
|
};
|
|
11997
12066
|
var DocumentBadgePlusBold_default = DocumentBadgePlusBold;
|
|
11998
12067
|
|
|
11999
12068
|
// src/DiscoveryBold.tsx
|
|
12000
|
-
var
|
|
12069
|
+
var React520 = __toESM(require("react"));
|
|
12001
12070
|
var DiscoveryBold = (_a) => {
|
|
12002
12071
|
var _b = _a, {
|
|
12003
12072
|
size = 24,
|
|
@@ -12014,12 +12083,12 @@ var DiscoveryBold = (_a) => {
|
|
|
12014
12083
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12015
12084
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12016
12085
|
const resolvedViewBox = "0 0 24 24";
|
|
12017
|
-
return /* @__PURE__ */
|
|
12086
|
+
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", 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" }));
|
|
12018
12087
|
};
|
|
12019
12088
|
var DiscoveryBold_default = DiscoveryBold;
|
|
12020
12089
|
|
|
12021
12090
|
// src/DiscountBold.tsx
|
|
12022
|
-
var
|
|
12091
|
+
var React521 = __toESM(require("react"));
|
|
12023
12092
|
var DiscountBold = (_a) => {
|
|
12024
12093
|
var _b = _a, {
|
|
12025
12094
|
size = 24,
|
|
@@ -12036,12 +12105,12 @@ var DiscountBold = (_a) => {
|
|
|
12036
12105
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12037
12106
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12038
12107
|
const resolvedViewBox = "0 0 24 24";
|
|
12039
|
-
return /* @__PURE__ */
|
|
12108
|
+
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: "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" }));
|
|
12040
12109
|
};
|
|
12041
12110
|
var DiscountBold_default = DiscountBold;
|
|
12042
12111
|
|
|
12043
12112
|
// src/DeleteBold.tsx
|
|
12044
|
-
var
|
|
12113
|
+
var React522 = __toESM(require("react"));
|
|
12045
12114
|
var DeleteBold = (_a) => {
|
|
12046
12115
|
var _b = _a, {
|
|
12047
12116
|
size = 24,
|
|
@@ -12058,12 +12127,12 @@ var DeleteBold = (_a) => {
|
|
|
12058
12127
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12059
12128
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12060
12129
|
const resolvedViewBox = "0 0 24 24";
|
|
12061
|
-
return /* @__PURE__ */
|
|
12130
|
+
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: "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" }));
|
|
12062
12131
|
};
|
|
12063
12132
|
var DeleteBold_default = DeleteBold;
|
|
12064
12133
|
|
|
12065
12134
|
// src/DcoumentAnalyzeBold.tsx
|
|
12066
|
-
var
|
|
12135
|
+
var React523 = __toESM(require("react"));
|
|
12067
12136
|
var DcoumentAnalyzeBold = (_a) => {
|
|
12068
12137
|
var _b = _a, {
|
|
12069
12138
|
size = 24,
|
|
@@ -12080,12 +12149,12 @@ var DcoumentAnalyzeBold = (_a) => {
|
|
|
12080
12149
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12081
12150
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12082
12151
|
const resolvedViewBox = "0 0 24 24";
|
|
12083
|
-
return /* @__PURE__ */
|
|
12152
|
+
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: "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__ */ React523.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" }));
|
|
12084
12153
|
};
|
|
12085
12154
|
var DcoumentAnalyzeBold_default = DcoumentAnalyzeBold;
|
|
12086
12155
|
|
|
12087
12156
|
// src/Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold.tsx
|
|
12088
|
-
var
|
|
12157
|
+
var React524 = __toESM(require("react"));
|
|
12089
12158
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
12090
12159
|
var _b = _a, {
|
|
12091
12160
|
size = 24,
|
|
@@ -12102,12 +12171,12 @@ var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
|
12102
12171
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12103
12172
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12104
12173
|
const resolvedViewBox = "0 0 24 24";
|
|
12105
|
-
return /* @__PURE__ */
|
|
12174
|
+
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", 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" }));
|
|
12106
12175
|
};
|
|
12107
12176
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold_default = Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold;
|
|
12108
12177
|
|
|
12109
12178
|
// src/DangerBold.tsx
|
|
12110
|
-
var
|
|
12179
|
+
var React525 = __toESM(require("react"));
|
|
12111
12180
|
var DangerBold = (_a) => {
|
|
12112
12181
|
var _b = _a, {
|
|
12113
12182
|
size = 24,
|
|
@@ -12124,12 +12193,12 @@ var DangerBold = (_a) => {
|
|
|
12124
12193
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12125
12194
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12126
12195
|
const resolvedViewBox = "0 0 24 24";
|
|
12127
|
-
return /* @__PURE__ */
|
|
12196
|
+
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: "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" }));
|
|
12128
12197
|
};
|
|
12129
12198
|
var DangerBold_default = DangerBold;
|
|
12130
12199
|
|
|
12131
12200
|
// src/CounterClockwiseUndoBold.tsx
|
|
12132
|
-
var
|
|
12201
|
+
var React526 = __toESM(require("react"));
|
|
12133
12202
|
var CounterClockwiseUndoBold = (_a) => {
|
|
12134
12203
|
var _b = _a, {
|
|
12135
12204
|
size = 24,
|
|
@@ -12146,12 +12215,12 @@ var CounterClockwiseUndoBold = (_a) => {
|
|
|
12146
12215
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12147
12216
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12148
12217
|
const resolvedViewBox = "0 0 24 24";
|
|
12149
|
-
return /* @__PURE__ */
|
|
12218
|
+
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: "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__ */ React526.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" }));
|
|
12150
12219
|
};
|
|
12151
12220
|
var CounterClockwiseUndoBold_default = CounterClockwiseUndoBold;
|
|
12152
12221
|
|
|
12153
12222
|
// src/ColorPaletteBold.tsx
|
|
12154
|
-
var
|
|
12223
|
+
var React527 = __toESM(require("react"));
|
|
12155
12224
|
var ColorPaletteBold = (_a) => {
|
|
12156
12225
|
var _b = _a, {
|
|
12157
12226
|
size = 24,
|
|
@@ -12168,12 +12237,12 @@ var ColorPaletteBold = (_a) => {
|
|
|
12168
12237
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12169
12238
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12170
12239
|
const resolvedViewBox = "0 0 24 24";
|
|
12171
|
-
return /* @__PURE__ */
|
|
12240
|
+
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: "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__ */ React527.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" }));
|
|
12172
12241
|
};
|
|
12173
12242
|
var ColorPaletteBold_default = ColorPaletteBold;
|
|
12174
12243
|
|
|
12175
12244
|
// src/CodeBold.tsx
|
|
12176
|
-
var
|
|
12245
|
+
var React528 = __toESM(require("react"));
|
|
12177
12246
|
var CodeBold = (_a) => {
|
|
12178
12247
|
var _b = _a, {
|
|
12179
12248
|
size = 24,
|
|
@@ -12190,12 +12259,12 @@ var CodeBold = (_a) => {
|
|
|
12190
12259
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12191
12260
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12192
12261
|
const resolvedViewBox = "0 0 24 24";
|
|
12193
|
-
return /* @__PURE__ */
|
|
12262
|
+
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: "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" }));
|
|
12194
12263
|
};
|
|
12195
12264
|
var CodeBold_default = CodeBold;
|
|
12196
12265
|
|
|
12197
12266
|
// src/CloudRemoveBold.tsx
|
|
12198
|
-
var
|
|
12267
|
+
var React529 = __toESM(require("react"));
|
|
12199
12268
|
var CloudRemoveBold = (_a) => {
|
|
12200
12269
|
var _b = _a, {
|
|
12201
12270
|
size = 24,
|
|
@@ -12212,12 +12281,12 @@ var CloudRemoveBold = (_a) => {
|
|
|
12212
12281
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12213
12282
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12214
12283
|
const resolvedViewBox = "0 0 24 24";
|
|
12215
|
-
return /* @__PURE__ */
|
|
12284
|
+
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: "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__ */ React529.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" }));
|
|
12216
12285
|
};
|
|
12217
12286
|
var CloudRemoveBold_default = CloudRemoveBold;
|
|
12218
12287
|
|
|
12219
12288
|
// src/CloseSquareBold.tsx
|
|
12220
|
-
var
|
|
12289
|
+
var React530 = __toESM(require("react"));
|
|
12221
12290
|
var CloseSquareBold = (_a) => {
|
|
12222
12291
|
var _b = _a, {
|
|
12223
12292
|
size = 24,
|
|
@@ -12234,12 +12303,12 @@ var CloseSquareBold = (_a) => {
|
|
|
12234
12303
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12235
12304
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12236
12305
|
const resolvedViewBox = "0 0 24 24";
|
|
12237
|
-
return /* @__PURE__ */
|
|
12306
|
+
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: "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" }));
|
|
12238
12307
|
};
|
|
12239
12308
|
var CloseSquareBold_default = CloseSquareBold;
|
|
12240
12309
|
|
|
12241
12310
|
// src/ClockOffSleepBold.tsx
|
|
12242
|
-
var
|
|
12311
|
+
var React531 = __toESM(require("react"));
|
|
12243
12312
|
var ClockOffSleepBold = (_a) => {
|
|
12244
12313
|
var _b = _a, {
|
|
12245
12314
|
size = 24,
|
|
@@ -12256,12 +12325,12 @@ var ClockOffSleepBold = (_a) => {
|
|
|
12256
12325
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12257
12326
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12258
12327
|
const resolvedViewBox = "0 0 24 24";
|
|
12259
|
-
return /* @__PURE__ */
|
|
12328
|
+
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.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__ */ React531.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" }));
|
|
12260
12329
|
};
|
|
12261
12330
|
var ClockOffSleepBold_default = ClockOffSleepBold;
|
|
12262
12331
|
|
|
12263
12332
|
// src/ClockAddPlusBold.tsx
|
|
12264
|
-
var
|
|
12333
|
+
var React532 = __toESM(require("react"));
|
|
12265
12334
|
var ClockAddPlusBold = (_a) => {
|
|
12266
12335
|
var _b = _a, {
|
|
12267
12336
|
size = 24,
|
|
@@ -12278,12 +12347,12 @@ var ClockAddPlusBold = (_a) => {
|
|
|
12278
12347
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12279
12348
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12280
12349
|
const resolvedViewBox = "0 0 24 24";
|
|
12281
|
-
return /* @__PURE__ */
|
|
12350
|
+
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: "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__ */ React532.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" }));
|
|
12282
12351
|
};
|
|
12283
12352
|
var ClockAddPlusBold_default = ClockAddPlusBold;
|
|
12284
12353
|
|
|
12285
12354
|
// src/CheckCircleBold.tsx
|
|
12286
|
-
var
|
|
12355
|
+
var React533 = __toESM(require("react"));
|
|
12287
12356
|
var CheckCircleBold = (_a) => {
|
|
12288
12357
|
var _b = _a, {
|
|
12289
12358
|
size = 24,
|
|
@@ -12300,12 +12369,12 @@ var CheckCircleBold = (_a) => {
|
|
|
12300
12369
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12301
12370
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12302
12371
|
const resolvedViewBox = "0 0 24 24";
|
|
12303
|
-
return /* @__PURE__ */
|
|
12372
|
+
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.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" }));
|
|
12304
12373
|
};
|
|
12305
12374
|
var CheckCircleBold_default = CheckCircleBold;
|
|
12306
12375
|
|
|
12307
12376
|
// src/ChatBold.tsx
|
|
12308
|
-
var
|
|
12377
|
+
var React534 = __toESM(require("react"));
|
|
12309
12378
|
var ChatBold = (_a) => {
|
|
12310
12379
|
var _b = _a, {
|
|
12311
12380
|
size = 24,
|
|
@@ -12322,12 +12391,12 @@ var ChatBold = (_a) => {
|
|
|
12322
12391
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12323
12392
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12324
12393
|
const resolvedViewBox = "0 0 24 24";
|
|
12325
|
-
return /* @__PURE__ */
|
|
12394
|
+
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: "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" }));
|
|
12326
12395
|
};
|
|
12327
12396
|
var ChatBold_default = ChatBold;
|
|
12328
12397
|
|
|
12329
12398
|
// src/ChatQuoteBold.tsx
|
|
12330
|
-
var
|
|
12399
|
+
var React535 = __toESM(require("react"));
|
|
12331
12400
|
var ChatQuoteBold = (_a) => {
|
|
12332
12401
|
var _b = _a, {
|
|
12333
12402
|
size = 24,
|
|
@@ -12344,12 +12413,12 @@ var ChatQuoteBold = (_a) => {
|
|
|
12344
12413
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12345
12414
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12346
12415
|
const resolvedViewBox = "0 0 24 24";
|
|
12347
|
-
return /* @__PURE__ */
|
|
12416
|
+
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", 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__ */ React535.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" }));
|
|
12348
12417
|
};
|
|
12349
12418
|
var ChatQuoteBold_default = ChatQuoteBold;
|
|
12350
12419
|
|
|
12351
12420
|
// src/ChartBold.tsx
|
|
12352
|
-
var
|
|
12421
|
+
var React536 = __toESM(require("react"));
|
|
12353
12422
|
var ChartBold = (_a) => {
|
|
12354
12423
|
var _b = _a, {
|
|
12355
12424
|
size = 24,
|
|
@@ -12366,12 +12435,12 @@ var ChartBold = (_a) => {
|
|
|
12366
12435
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12367
12436
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12368
12437
|
const resolvedViewBox = "0 0 24 24";
|
|
12369
|
-
return /* @__PURE__ */
|
|
12438
|
+
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: "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" }));
|
|
12370
12439
|
};
|
|
12371
12440
|
var ChartBold_default = ChartBold;
|
|
12372
12441
|
|
|
12373
12442
|
// src/CategoryBold.tsx
|
|
12374
|
-
var
|
|
12443
|
+
var React537 = __toESM(require("react"));
|
|
12375
12444
|
var CategoryBold = (_a) => {
|
|
12376
12445
|
var _b = _a, {
|
|
12377
12446
|
size = 24,
|
|
@@ -12388,12 +12457,12 @@ var CategoryBold = (_a) => {
|
|
|
12388
12457
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12389
12458
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12390
12459
|
const resolvedViewBox = "0 0 24 24";
|
|
12391
|
-
return /* @__PURE__ */
|
|
12460
|
+
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", 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" }));
|
|
12392
12461
|
};
|
|
12393
12462
|
var CategoryBold_default = CategoryBold;
|
|
12394
12463
|
|
|
12395
12464
|
// src/CaptchaQuestionMarkSquareBold.tsx
|
|
12396
|
-
var
|
|
12465
|
+
var React538 = __toESM(require("react"));
|
|
12397
12466
|
var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
12398
12467
|
var _b = _a, {
|
|
12399
12468
|
size = 24,
|
|
@@ -12410,12 +12479,12 @@ var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
|
12410
12479
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12411
12480
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12412
12481
|
const resolvedViewBox = "0 0 24 24";
|
|
12413
|
-
return /* @__PURE__ */
|
|
12482
|
+
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: "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" }));
|
|
12414
12483
|
};
|
|
12415
12484
|
var CaptchaQuestionMarkSquareBold_default = CaptchaQuestionMarkSquareBold;
|
|
12416
12485
|
|
|
12417
12486
|
// src/CaptchaDiamondStarBold.tsx
|
|
12418
|
-
var
|
|
12487
|
+
var React539 = __toESM(require("react"));
|
|
12419
12488
|
var CaptchaDiamondStarBold = (_a) => {
|
|
12420
12489
|
var _b = _a, {
|
|
12421
12490
|
size = 24,
|
|
@@ -12432,12 +12501,12 @@ var CaptchaDiamondStarBold = (_a) => {
|
|
|
12432
12501
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12433
12502
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12434
12503
|
const resolvedViewBox = "0 0 24 24";
|
|
12435
|
-
return /* @__PURE__ */
|
|
12504
|
+
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", 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" }));
|
|
12436
12505
|
};
|
|
12437
12506
|
var CaptchaDiamondStarBold_default = CaptchaDiamondStarBold;
|
|
12438
12507
|
|
|
12439
12508
|
// src/CameraBold.tsx
|
|
12440
|
-
var
|
|
12509
|
+
var React540 = __toESM(require("react"));
|
|
12441
12510
|
var CameraBold = (_a) => {
|
|
12442
12511
|
var _b = _a, {
|
|
12443
12512
|
size = 24,
|
|
@@ -12454,12 +12523,12 @@ var CameraBold = (_a) => {
|
|
|
12454
12523
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12455
12524
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12456
12525
|
const resolvedViewBox = "0 0 24 24";
|
|
12457
|
-
return /* @__PURE__ */
|
|
12526
|
+
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: "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" }));
|
|
12458
12527
|
};
|
|
12459
12528
|
var CameraBold_default = CameraBold;
|
|
12460
12529
|
|
|
12461
12530
|
// src/CallingBold.tsx
|
|
12462
|
-
var
|
|
12531
|
+
var React541 = __toESM(require("react"));
|
|
12463
12532
|
var CallingBold = (_a) => {
|
|
12464
12533
|
var _b = _a, {
|
|
12465
12534
|
size = 24,
|
|
@@ -12476,12 +12545,12 @@ var CallingBold = (_a) => {
|
|
|
12476
12545
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12477
12546
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12478
12547
|
const resolvedViewBox = "0 0 24 24";
|
|
12479
|
-
return /* @__PURE__ */
|
|
12548
|
+
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: "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__ */ React541.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__ */ React541.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" }));
|
|
12480
12549
|
};
|
|
12481
12550
|
var CallingBold_default = CallingBold;
|
|
12482
12551
|
|
|
12483
12552
|
// src/CallBold.tsx
|
|
12484
|
-
var
|
|
12553
|
+
var React542 = __toESM(require("react"));
|
|
12485
12554
|
var CallBold = (_a) => {
|
|
12486
12555
|
var _b = _a, {
|
|
12487
12556
|
size = 24,
|
|
@@ -12498,12 +12567,12 @@ var CallBold = (_a) => {
|
|
|
12498
12567
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12499
12568
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12500
12569
|
const resolvedViewBox = "0 0 24 24";
|
|
12501
|
-
return /* @__PURE__ */
|
|
12570
|
+
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", 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" }));
|
|
12502
12571
|
};
|
|
12503
12572
|
var CallBold_default = CallBold;
|
|
12504
12573
|
|
|
12505
12574
|
// src/CallSilentBold.tsx
|
|
12506
|
-
var
|
|
12575
|
+
var React543 = __toESM(require("react"));
|
|
12507
12576
|
var CallSilentBold = (_a) => {
|
|
12508
12577
|
var _b = _a, {
|
|
12509
12578
|
size = 24,
|
|
@@ -12520,12 +12589,12 @@ var CallSilentBold = (_a) => {
|
|
|
12520
12589
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12521
12590
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12522
12591
|
const resolvedViewBox = "0 0 24 24";
|
|
12523
|
-
return /* @__PURE__ */
|
|
12592
|
+
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", 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" }));
|
|
12524
12593
|
};
|
|
12525
12594
|
var CallSilentBold_default = CallSilentBold;
|
|
12526
12595
|
|
|
12527
12596
|
// src/CallMissedBold.tsx
|
|
12528
|
-
var
|
|
12597
|
+
var React544 = __toESM(require("react"));
|
|
12529
12598
|
var CallMissedBold = (_a) => {
|
|
12530
12599
|
var _b = _a, {
|
|
12531
12600
|
size = 24,
|
|
@@ -12542,12 +12611,12 @@ var CallMissedBold = (_a) => {
|
|
|
12542
12611
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12543
12612
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12544
12613
|
const resolvedViewBox = "0 0 24 24";
|
|
12545
|
-
return /* @__PURE__ */
|
|
12614
|
+
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", 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__ */ React544.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" }));
|
|
12546
12615
|
};
|
|
12547
12616
|
var CallMissedBold_default = CallMissedBold;
|
|
12548
12617
|
|
|
12549
12618
|
// src/CalendarBold.tsx
|
|
12550
|
-
var
|
|
12619
|
+
var React545 = __toESM(require("react"));
|
|
12551
12620
|
var CalendarBold = (_a) => {
|
|
12552
12621
|
var _b = _a, {
|
|
12553
12622
|
size = 24,
|
|
@@ -12564,12 +12633,12 @@ var CalendarBold = (_a) => {
|
|
|
12564
12633
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12565
12634
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12566
12635
|
const resolvedViewBox = "0 0 24 24";
|
|
12567
|
-
return /* @__PURE__ */
|
|
12636
|
+
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: "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" }));
|
|
12568
12637
|
};
|
|
12569
12638
|
var CalendarBold_default = CalendarBold;
|
|
12570
12639
|
|
|
12571
12640
|
// src/CalendarTimeBold.tsx
|
|
12572
|
-
var
|
|
12641
|
+
var React546 = __toESM(require("react"));
|
|
12573
12642
|
var CalendarTimeBold = (_a) => {
|
|
12574
12643
|
var _b = _a, {
|
|
12575
12644
|
size = 24,
|
|
@@ -12586,12 +12655,12 @@ var CalendarTimeBold = (_a) => {
|
|
|
12586
12655
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12587
12656
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12588
12657
|
const resolvedViewBox = "0 0 24 24";
|
|
12589
|
-
return /* @__PURE__ */
|
|
12658
|
+
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: "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__ */ React546.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" }));
|
|
12590
12659
|
};
|
|
12591
12660
|
var CalendarTimeBold_default = CalendarTimeBold;
|
|
12592
12661
|
|
|
12593
12662
|
// src/CalendarForwardBold.tsx
|
|
12594
|
-
var
|
|
12663
|
+
var React547 = __toESM(require("react"));
|
|
12595
12664
|
var CalendarForwardBold = (_a) => {
|
|
12596
12665
|
var _b = _a, {
|
|
12597
12666
|
size = 24,
|
|
@@ -12608,12 +12677,12 @@ var CalendarForwardBold = (_a) => {
|
|
|
12608
12677
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12609
12678
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12610
12679
|
const resolvedViewBox = "0 0 24 24";
|
|
12611
|
-
return /* @__PURE__ */
|
|
12680
|
+
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: "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" }));
|
|
12612
12681
|
};
|
|
12613
12682
|
var CalendarForwardBold_default = CalendarForwardBold;
|
|
12614
12683
|
|
|
12615
12684
|
// src/CalendarEditBold.tsx
|
|
12616
|
-
var
|
|
12685
|
+
var React548 = __toESM(require("react"));
|
|
12617
12686
|
var CalendarEditBold = (_a) => {
|
|
12618
12687
|
var _b = _a, {
|
|
12619
12688
|
size = 24,
|
|
@@ -12630,12 +12699,12 @@ var CalendarEditBold = (_a) => {
|
|
|
12630
12699
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12631
12700
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12632
12701
|
const resolvedViewBox = "0 0 24 24";
|
|
12633
|
-
return /* @__PURE__ */
|
|
12702
|
+
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: "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__ */ React548.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" }));
|
|
12634
12703
|
};
|
|
12635
12704
|
var CalendarEditBold_default = CalendarEditBold;
|
|
12636
12705
|
|
|
12637
12706
|
// src/CalendarCheckBold.tsx
|
|
12638
|
-
var
|
|
12707
|
+
var React549 = __toESM(require("react"));
|
|
12639
12708
|
var CalendarCheckBold = (_a) => {
|
|
12640
12709
|
var _b = _a, {
|
|
12641
12710
|
size = 24,
|
|
@@ -12652,12 +12721,12 @@ var CalendarCheckBold = (_a) => {
|
|
|
12652
12721
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12653
12722
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12654
12723
|
const resolvedViewBox = "0 0 24 24";
|
|
12655
|
-
return /* @__PURE__ */
|
|
12724
|
+
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", 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" }));
|
|
12656
12725
|
};
|
|
12657
12726
|
var CalendarCheckBold_default = CalendarCheckBold;
|
|
12658
12727
|
|
|
12659
12728
|
// src/Calendar2Bold.tsx
|
|
12660
|
-
var
|
|
12729
|
+
var React550 = __toESM(require("react"));
|
|
12661
12730
|
var Calendar2Bold = (_a) => {
|
|
12662
12731
|
var _b = _a, {
|
|
12663
12732
|
size = 24,
|
|
@@ -12674,12 +12743,12 @@ var Calendar2Bold = (_a) => {
|
|
|
12674
12743
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12675
12744
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12676
12745
|
const resolvedViewBox = "0 0 24 24";
|
|
12677
|
-
return /* @__PURE__ */
|
|
12746
|
+
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: "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__ */ React550.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" }));
|
|
12678
12747
|
};
|
|
12679
12748
|
var Calendar2Bold_default = Calendar2Bold;
|
|
12680
12749
|
|
|
12681
12750
|
// src/BuyBold.tsx
|
|
12682
|
-
var
|
|
12751
|
+
var React551 = __toESM(require("react"));
|
|
12683
12752
|
var BuyBold = (_a) => {
|
|
12684
12753
|
var _b = _a, {
|
|
12685
12754
|
size = 24,
|
|
@@ -12696,12 +12765,12 @@ var BuyBold = (_a) => {
|
|
|
12696
12765
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12697
12766
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12698
12767
|
const resolvedViewBox = "0 0 24 24";
|
|
12699
|
-
return /* @__PURE__ */
|
|
12768
|
+
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.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" }));
|
|
12700
12769
|
};
|
|
12701
12770
|
var BuyBold_default = BuyBold;
|
|
12702
12771
|
|
|
12703
12772
|
// src/BookmarkBold.tsx
|
|
12704
|
-
var
|
|
12773
|
+
var React552 = __toESM(require("react"));
|
|
12705
12774
|
var BookmarkBold = (_a) => {
|
|
12706
12775
|
var _b = _a, {
|
|
12707
12776
|
size = 24,
|
|
@@ -12718,12 +12787,12 @@ var BookmarkBold = (_a) => {
|
|
|
12718
12787
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12719
12788
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12720
12789
|
const resolvedViewBox = "0 0 24 24";
|
|
12721
|
-
return /* @__PURE__ */
|
|
12790
|
+
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", 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" }));
|
|
12722
12791
|
};
|
|
12723
12792
|
var BookmarkBold_default = BookmarkBold;
|
|
12724
12793
|
|
|
12725
12794
|
// src/BookBold.tsx
|
|
12726
|
-
var
|
|
12795
|
+
var React553 = __toESM(require("react"));
|
|
12727
12796
|
var BookBold = (_a) => {
|
|
12728
12797
|
var _b = _a, {
|
|
12729
12798
|
size = 24,
|
|
@@ -12740,12 +12809,12 @@ var BookBold = (_a) => {
|
|
|
12740
12809
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12741
12810
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12742
12811
|
const resolvedViewBox = "0 0 24 24";
|
|
12743
|
-
return /* @__PURE__ */
|
|
12812
|
+
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", d: "M7.827 18.37h9.455a.75.75 0 0 0 0-1.5H7.827a.75.75 0 0 0 0 1.5" }), /* @__PURE__ */ React553.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" }));
|
|
12744
12813
|
};
|
|
12745
12814
|
var BookBold_default = BookBold;
|
|
12746
12815
|
|
|
12747
12816
|
// src/BagBold.tsx
|
|
12748
|
-
var
|
|
12817
|
+
var React554 = __toESM(require("react"));
|
|
12749
12818
|
var BagBold = (_a) => {
|
|
12750
12819
|
var _b = _a, {
|
|
12751
12820
|
size = 24,
|
|
@@ -12762,12 +12831,12 @@ var BagBold = (_a) => {
|
|
|
12762
12831
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12763
12832
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12764
12833
|
const resolvedViewBox = "0 0 24 24";
|
|
12765
|
-
return /* @__PURE__ */
|
|
12834
|
+
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", 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" }));
|
|
12766
12835
|
};
|
|
12767
12836
|
var BagBold_default = BagBold;
|
|
12768
12837
|
|
|
12769
12838
|
// src/Bag2Bold.tsx
|
|
12770
|
-
var
|
|
12839
|
+
var React555 = __toESM(require("react"));
|
|
12771
12840
|
var Bag2Bold = (_a) => {
|
|
12772
12841
|
var _b = _a, {
|
|
12773
12842
|
size = 24,
|
|
@@ -12784,12 +12853,12 @@ var Bag2Bold = (_a) => {
|
|
|
12784
12853
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12785
12854
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12786
12855
|
const resolvedViewBox = "0 0 24 24";
|
|
12787
|
-
return /* @__PURE__ */
|
|
12856
|
+
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: "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" }));
|
|
12788
12857
|
};
|
|
12789
12858
|
var Bag2Bold_default = Bag2Bold;
|
|
12790
12859
|
|
|
12791
12860
|
// src/ArrowUpBold.tsx
|
|
12792
|
-
var
|
|
12861
|
+
var React556 = __toESM(require("react"));
|
|
12793
12862
|
var ArrowUpBold = (_a) => {
|
|
12794
12863
|
var _b = _a, {
|
|
12795
12864
|
size = 24,
|
|
@@ -12806,12 +12875,12 @@ var ArrowUpBold = (_a) => {
|
|
|
12806
12875
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12807
12876
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12808
12877
|
const resolvedViewBox = "0 0 24 24";
|
|
12809
|
-
return /* @__PURE__ */
|
|
12878
|
+
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.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" }));
|
|
12810
12879
|
};
|
|
12811
12880
|
var ArrowUpBold_default = ArrowUpBold;
|
|
12812
12881
|
|
|
12813
12882
|
// src/ArrowUpSquareBold.tsx
|
|
12814
|
-
var
|
|
12883
|
+
var React557 = __toESM(require("react"));
|
|
12815
12884
|
var ArrowUpSquareBold = (_a) => {
|
|
12816
12885
|
var _b = _a, {
|
|
12817
12886
|
size = 24,
|
|
@@ -12828,12 +12897,12 @@ var ArrowUpSquareBold = (_a) => {
|
|
|
12828
12897
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12829
12898
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12830
12899
|
const resolvedViewBox = "0 0 24 24";
|
|
12831
|
-
return /* @__PURE__ */
|
|
12900
|
+
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", 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" }));
|
|
12832
12901
|
};
|
|
12833
12902
|
var ArrowUpSquareBold_default = ArrowUpSquareBold;
|
|
12834
12903
|
|
|
12835
12904
|
// src/ArrowUpCircleBold.tsx
|
|
12836
|
-
var
|
|
12905
|
+
var React558 = __toESM(require("react"));
|
|
12837
12906
|
var ArrowUpCircleBold = (_a) => {
|
|
12838
12907
|
var _b = _a, {
|
|
12839
12908
|
size = 24,
|
|
@@ -12850,12 +12919,12 @@ var ArrowUpCircleBold = (_a) => {
|
|
|
12850
12919
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12851
12920
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12852
12921
|
const resolvedViewBox = "0 0 24 24";
|
|
12853
|
-
return /* @__PURE__ */
|
|
12922
|
+
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", 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" }));
|
|
12854
12923
|
};
|
|
12855
12924
|
var ArrowUpCircleBold_default = ArrowUpCircleBold;
|
|
12856
12925
|
|
|
12857
12926
|
// src/ArrowUp3Bold.tsx
|
|
12858
|
-
var
|
|
12927
|
+
var React559 = __toESM(require("react"));
|
|
12859
12928
|
var ArrowUp3Bold = (_a) => {
|
|
12860
12929
|
var _b = _a, {
|
|
12861
12930
|
size = 24,
|
|
@@ -12872,12 +12941,12 @@ var ArrowUp3Bold = (_a) => {
|
|
|
12872
12941
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12873
12942
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12874
12943
|
const resolvedViewBox = "0 0 24 24";
|
|
12875
|
-
return /* @__PURE__ */
|
|
12944
|
+
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", 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" }));
|
|
12876
12945
|
};
|
|
12877
12946
|
var ArrowUp3Bold_default = ArrowUp3Bold;
|
|
12878
12947
|
|
|
12879
12948
|
// src/ArrowUp2Bold.tsx
|
|
12880
|
-
var
|
|
12949
|
+
var React560 = __toESM(require("react"));
|
|
12881
12950
|
var ArrowUp2Bold = (_a) => {
|
|
12882
12951
|
var _b = _a, {
|
|
12883
12952
|
size = 24,
|
|
@@ -12894,12 +12963,12 @@ var ArrowUp2Bold = (_a) => {
|
|
|
12894
12963
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12895
12964
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12896
12965
|
const resolvedViewBox = "0 0 24 24";
|
|
12897
|
-
return /* @__PURE__ */
|
|
12966
|
+
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", 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" }));
|
|
12898
12967
|
};
|
|
12899
12968
|
var ArrowUp2Bold_default = ArrowUp2Bold;
|
|
12900
12969
|
|
|
12901
12970
|
// src/ArrowRightBold.tsx
|
|
12902
|
-
var
|
|
12971
|
+
var React561 = __toESM(require("react"));
|
|
12903
12972
|
var ArrowRightBold = (_a) => {
|
|
12904
12973
|
var _b = _a, {
|
|
12905
12974
|
size = 24,
|
|
@@ -12916,12 +12985,12 @@ var ArrowRightBold = (_a) => {
|
|
|
12916
12985
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12917
12986
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12918
12987
|
const resolvedViewBox = "0 0 24 24";
|
|
12919
|
-
return /* @__PURE__ */
|
|
12988
|
+
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: "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" }));
|
|
12920
12989
|
};
|
|
12921
12990
|
var ArrowRightBold_default = ArrowRightBold;
|
|
12922
12991
|
|
|
12923
12992
|
// src/ArrowRightSquareBold.tsx
|
|
12924
|
-
var
|
|
12993
|
+
var React562 = __toESM(require("react"));
|
|
12925
12994
|
var ArrowRightSquareBold = (_a) => {
|
|
12926
12995
|
var _b = _a, {
|
|
12927
12996
|
size = 24,
|
|
@@ -12938,12 +13007,12 @@ var ArrowRightSquareBold = (_a) => {
|
|
|
12938
13007
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12939
13008
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12940
13009
|
const resolvedViewBox = "0 0 24 24";
|
|
12941
|
-
return /* @__PURE__ */
|
|
13010
|
+
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", 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" }));
|
|
12942
13011
|
};
|
|
12943
13012
|
var ArrowRightSquareBold_default = ArrowRightSquareBold;
|
|
12944
13013
|
|
|
12945
13014
|
// src/ArrowRightCircleBold.tsx
|
|
12946
|
-
var
|
|
13015
|
+
var React563 = __toESM(require("react"));
|
|
12947
13016
|
var ArrowRightCircleBold = (_a) => {
|
|
12948
13017
|
var _b = _a, {
|
|
12949
13018
|
size = 24,
|
|
@@ -12960,12 +13029,12 @@ var ArrowRightCircleBold = (_a) => {
|
|
|
12960
13029
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12961
13030
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12962
13031
|
const resolvedViewBox = "0 0 24 24";
|
|
12963
|
-
return /* @__PURE__ */
|
|
13032
|
+
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", 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" }));
|
|
12964
13033
|
};
|
|
12965
13034
|
var ArrowRightCircleBold_default = ArrowRightCircleBold;
|
|
12966
13035
|
|
|
12967
13036
|
// src/ArrowRight3Bold.tsx
|
|
12968
|
-
var
|
|
13037
|
+
var React564 = __toESM(require("react"));
|
|
12969
13038
|
var ArrowRight3Bold = (_a) => {
|
|
12970
13039
|
var _b = _a, {
|
|
12971
13040
|
size = 24,
|
|
@@ -12982,12 +13051,12 @@ var ArrowRight3Bold = (_a) => {
|
|
|
12982
13051
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12983
13052
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12984
13053
|
const resolvedViewBox = "0 0 24 24";
|
|
12985
|
-
return /* @__PURE__ */
|
|
13054
|
+
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", 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" }));
|
|
12986
13055
|
};
|
|
12987
13056
|
var ArrowRight3Bold_default = ArrowRight3Bold;
|
|
12988
13057
|
|
|
12989
13058
|
// src/ArrowRight2Bold.tsx
|
|
12990
|
-
var
|
|
13059
|
+
var React565 = __toESM(require("react"));
|
|
12991
13060
|
var ArrowRight2Bold = (_a) => {
|
|
12992
13061
|
var _b = _a, {
|
|
12993
13062
|
size = 24,
|
|
@@ -13004,12 +13073,12 @@ var ArrowRight2Bold = (_a) => {
|
|
|
13004
13073
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13005
13074
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13006
13075
|
const resolvedViewBox = "0 0 24 24";
|
|
13007
|
-
return /* @__PURE__ */
|
|
13076
|
+
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", 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" }));
|
|
13008
13077
|
};
|
|
13009
13078
|
var ArrowRight2Bold_default = ArrowRight2Bold;
|
|
13010
13079
|
|
|
13011
13080
|
// src/ArrowLeftBold.tsx
|
|
13012
|
-
var
|
|
13081
|
+
var React566 = __toESM(require("react"));
|
|
13013
13082
|
var ArrowLeftBold = (_a) => {
|
|
13014
13083
|
var _b = _a, {
|
|
13015
13084
|
size = 24,
|
|
@@ -13026,12 +13095,12 @@ var ArrowLeftBold = (_a) => {
|
|
|
13026
13095
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13027
13096
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13028
13097
|
const resolvedViewBox = "0 0 24 24";
|
|
13029
|
-
return /* @__PURE__ */
|
|
13098
|
+
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: "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" }));
|
|
13030
13099
|
};
|
|
13031
13100
|
var ArrowLeftBold_default = ArrowLeftBold;
|
|
13032
13101
|
|
|
13033
13102
|
// src/ArrowLeftSquareBold.tsx
|
|
13034
|
-
var
|
|
13103
|
+
var React567 = __toESM(require("react"));
|
|
13035
13104
|
var ArrowLeftSquareBold = (_a) => {
|
|
13036
13105
|
var _b = _a, {
|
|
13037
13106
|
size = 24,
|
|
@@ -13048,12 +13117,12 @@ var ArrowLeftSquareBold = (_a) => {
|
|
|
13048
13117
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13049
13118
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13050
13119
|
const resolvedViewBox = "0 0 24 24";
|
|
13051
|
-
return /* @__PURE__ */
|
|
13120
|
+
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", 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" }));
|
|
13052
13121
|
};
|
|
13053
13122
|
var ArrowLeftSquareBold_default = ArrowLeftSquareBold;
|
|
13054
13123
|
|
|
13055
13124
|
// src/ArrowLeftCircleBold.tsx
|
|
13056
|
-
var
|
|
13125
|
+
var React568 = __toESM(require("react"));
|
|
13057
13126
|
var ArrowLeftCircleBold = (_a) => {
|
|
13058
13127
|
var _b = _a, {
|
|
13059
13128
|
size = 24,
|
|
@@ -13070,12 +13139,12 @@ var ArrowLeftCircleBold = (_a) => {
|
|
|
13070
13139
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13071
13140
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13072
13141
|
const resolvedViewBox = "0 0 24 24";
|
|
13073
|
-
return /* @__PURE__ */
|
|
13142
|
+
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", 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" }));
|
|
13074
13143
|
};
|
|
13075
13144
|
var ArrowLeftCircleBold_default = ArrowLeftCircleBold;
|
|
13076
13145
|
|
|
13077
13146
|
// src/ArrowLeft3Bold.tsx
|
|
13078
|
-
var
|
|
13147
|
+
var React569 = __toESM(require("react"));
|
|
13079
13148
|
var ArrowLeft3Bold = (_a) => {
|
|
13080
13149
|
var _b = _a, {
|
|
13081
13150
|
size = 24,
|
|
@@ -13092,12 +13161,12 @@ var ArrowLeft3Bold = (_a) => {
|
|
|
13092
13161
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13093
13162
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13094
13163
|
const resolvedViewBox = "0 0 24 24";
|
|
13095
|
-
return /* @__PURE__ */
|
|
13164
|
+
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", 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" }));
|
|
13096
13165
|
};
|
|
13097
13166
|
var ArrowLeft3Bold_default = ArrowLeft3Bold;
|
|
13098
13167
|
|
|
13099
13168
|
// src/ArrowLeft2Bold.tsx
|
|
13100
|
-
var
|
|
13169
|
+
var React570 = __toESM(require("react"));
|
|
13101
13170
|
var ArrowLeft2Bold = (_a) => {
|
|
13102
13171
|
var _b = _a, {
|
|
13103
13172
|
size = 24,
|
|
@@ -13114,12 +13183,12 @@ var ArrowLeft2Bold = (_a) => {
|
|
|
13114
13183
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13115
13184
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13116
13185
|
const resolvedViewBox = "0 0 24 24";
|
|
13117
|
-
return /* @__PURE__ */
|
|
13186
|
+
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", 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" }));
|
|
13118
13187
|
};
|
|
13119
13188
|
var ArrowLeft2Bold_default = ArrowLeft2Bold;
|
|
13120
13189
|
|
|
13121
13190
|
// src/ArrowDownBold.tsx
|
|
13122
|
-
var
|
|
13191
|
+
var React571 = __toESM(require("react"));
|
|
13123
13192
|
var ArrowDownBold = (_a) => {
|
|
13124
13193
|
var _b = _a, {
|
|
13125
13194
|
size = 24,
|
|
@@ -13136,12 +13205,12 @@ var ArrowDownBold = (_a) => {
|
|
|
13136
13205
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13137
13206
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13138
13207
|
const resolvedViewBox = "0 0 24 24";
|
|
13139
|
-
return /* @__PURE__ */
|
|
13208
|
+
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: "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" }));
|
|
13140
13209
|
};
|
|
13141
13210
|
var ArrowDownBold_default = ArrowDownBold;
|
|
13142
13211
|
|
|
13143
13212
|
// src/ArrowDownSquareBold.tsx
|
|
13144
|
-
var
|
|
13213
|
+
var React572 = __toESM(require("react"));
|
|
13145
13214
|
var ArrowDownSquareBold = (_a) => {
|
|
13146
13215
|
var _b = _a, {
|
|
13147
13216
|
size = 24,
|
|
@@ -13158,12 +13227,12 @@ var ArrowDownSquareBold = (_a) => {
|
|
|
13158
13227
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13159
13228
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13160
13229
|
const resolvedViewBox = "0 0 24 24";
|
|
13161
|
-
return /* @__PURE__ */
|
|
13230
|
+
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", 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" }));
|
|
13162
13231
|
};
|
|
13163
13232
|
var ArrowDownSquareBold_default = ArrowDownSquareBold;
|
|
13164
13233
|
|
|
13165
13234
|
// src/ArrowDownCircleBold.tsx
|
|
13166
|
-
var
|
|
13235
|
+
var React573 = __toESM(require("react"));
|
|
13167
13236
|
var ArrowDownCircleBold = (_a) => {
|
|
13168
13237
|
var _b = _a, {
|
|
13169
13238
|
size = 24,
|
|
@@ -13180,12 +13249,12 @@ var ArrowDownCircleBold = (_a) => {
|
|
|
13180
13249
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13181
13250
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13182
13251
|
const resolvedViewBox = "0 0 24 24";
|
|
13183
|
-
return /* @__PURE__ */
|
|
13252
|
+
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", 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" }));
|
|
13184
13253
|
};
|
|
13185
13254
|
var ArrowDownCircleBold_default = ArrowDownCircleBold;
|
|
13186
13255
|
|
|
13187
13256
|
// src/ArrowDown3Bold.tsx
|
|
13188
|
-
var
|
|
13257
|
+
var React574 = __toESM(require("react"));
|
|
13189
13258
|
var ArrowDown3Bold = (_a) => {
|
|
13190
13259
|
var _b = _a, {
|
|
13191
13260
|
size = 24,
|
|
@@ -13202,12 +13271,12 @@ var ArrowDown3Bold = (_a) => {
|
|
|
13202
13271
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13203
13272
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13204
13273
|
const resolvedViewBox = "0 0 24 24";
|
|
13205
|
-
return /* @__PURE__ */
|
|
13274
|
+
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: "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" }));
|
|
13206
13275
|
};
|
|
13207
13276
|
var ArrowDown3Bold_default = ArrowDown3Bold;
|
|
13208
13277
|
|
|
13209
13278
|
// src/ArrowDown2Bold.tsx
|
|
13210
|
-
var
|
|
13279
|
+
var React575 = __toESM(require("react"));
|
|
13211
13280
|
var ArrowDown2Bold = (_a) => {
|
|
13212
13281
|
var _b = _a, {
|
|
13213
13282
|
size = 24,
|
|
@@ -13224,12 +13293,12 @@ var ArrowDown2Bold = (_a) => {
|
|
|
13224
13293
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13225
13294
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13226
13295
|
const resolvedViewBox = "0 0 24 24";
|
|
13227
|
-
return /* @__PURE__ */
|
|
13296
|
+
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: "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" }));
|
|
13228
13297
|
};
|
|
13229
13298
|
var ArrowDown2Bold_default = ArrowDown2Bold;
|
|
13230
13299
|
|
|
13231
13300
|
// src/AddUserBold.tsx
|
|
13232
|
-
var
|
|
13301
|
+
var React576 = __toESM(require("react"));
|
|
13233
13302
|
var AddUserBold = (_a) => {
|
|
13234
13303
|
var _b = _a, {
|
|
13235
13304
|
size = 24,
|
|
@@ -13246,12 +13315,12 @@ var AddUserBold = (_a) => {
|
|
|
13246
13315
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13247
13316
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13248
13317
|
const resolvedViewBox = "0 0 24 24";
|
|
13249
|
-
return /* @__PURE__ */
|
|
13318
|
+
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: "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" }));
|
|
13250
13319
|
};
|
|
13251
13320
|
var AddUserBold_default = AddUserBold;
|
|
13252
13321
|
|
|
13253
13322
|
// src/ActivityBold.tsx
|
|
13254
|
-
var
|
|
13323
|
+
var React577 = __toESM(require("react"));
|
|
13255
13324
|
var ActivityBold = (_a) => {
|
|
13256
13325
|
var _b = _a, {
|
|
13257
13326
|
size = 24,
|
|
@@ -13268,12 +13337,12 @@ var ActivityBold = (_a) => {
|
|
|
13268
13337
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13269
13338
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13270
13339
|
const resolvedViewBox = "0 0 24 24";
|
|
13271
|
-
return /* @__PURE__ */
|
|
13340
|
+
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: "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" }));
|
|
13272
13341
|
};
|
|
13273
13342
|
var ActivityBold_default = ActivityBold;
|
|
13274
13343
|
|
|
13275
13344
|
// src/Icon3UserBold.tsx
|
|
13276
|
-
var
|
|
13345
|
+
var React578 = __toESM(require("react"));
|
|
13277
13346
|
var Icon3UserBold = (_a) => {
|
|
13278
13347
|
var _b = _a, {
|
|
13279
13348
|
size = 24,
|
|
@@ -13290,12 +13359,12 @@ var Icon3UserBold = (_a) => {
|
|
|
13290
13359
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13291
13360
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13292
13361
|
const resolvedViewBox = "0 0 24 24";
|
|
13293
|
-
return /* @__PURE__ */
|
|
13362
|
+
return /* @__PURE__ */ React578.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React578.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" }));
|
|
13294
13363
|
};
|
|
13295
13364
|
var Icon3UserBold_default = Icon3UserBold;
|
|
13296
13365
|
|
|
13297
13366
|
// src/Icon2UserBold.tsx
|
|
13298
|
-
var
|
|
13367
|
+
var React579 = __toESM(require("react"));
|
|
13299
13368
|
var Icon2UserBold = (_a) => {
|
|
13300
13369
|
var _b = _a, {
|
|
13301
13370
|
size = 24,
|
|
@@ -13312,12 +13381,12 @@ var Icon2UserBold = (_a) => {
|
|
|
13312
13381
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13313
13382
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13314
13383
|
const resolvedViewBox = "0 0 24 24";
|
|
13315
|
-
return /* @__PURE__ */
|
|
13384
|
+
return /* @__PURE__ */ React579.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React579.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" }));
|
|
13316
13385
|
};
|
|
13317
13386
|
var Icon2UserBold_default = Icon2UserBold;
|
|
13318
13387
|
|
|
13319
13388
|
// src/Icon.tsx
|
|
13320
|
-
var
|
|
13389
|
+
var React580 = __toESM(require("react"));
|
|
13321
13390
|
|
|
13322
13391
|
// src/iconsMap.ts
|
|
13323
13392
|
var iconNamesByVariant = {
|
|
@@ -13360,6 +13429,7 @@ var iconNamesByVariant = {
|
|
|
13360
13429
|
"attach",
|
|
13361
13430
|
"bag",
|
|
13362
13431
|
"bag3",
|
|
13432
|
+
"bag4",
|
|
13363
13433
|
"bankCardInformation",
|
|
13364
13434
|
"boardTasks",
|
|
13365
13435
|
"bold",
|
|
@@ -13382,10 +13452,12 @@ var iconNamesByVariant = {
|
|
|
13382
13452
|
"calendarDone2",
|
|
13383
13453
|
"calendarEdit",
|
|
13384
13454
|
"calendarHourglass",
|
|
13455
|
+
"calendarPin",
|
|
13385
13456
|
"calendarSettings",
|
|
13386
13457
|
"calendarTick",
|
|
13387
13458
|
"calendarTime",
|
|
13388
13459
|
"calendarTimeBold",
|
|
13460
|
+
"calendarUsers",
|
|
13389
13461
|
"call",
|
|
13390
13462
|
"callMissed",
|
|
13391
13463
|
"callSilent",
|
|
@@ -13942,6 +14014,7 @@ var iconNames = [
|
|
|
13942
14014
|
"bag",
|
|
13943
14015
|
"bag2",
|
|
13944
14016
|
"bag3",
|
|
14017
|
+
"bag4",
|
|
13945
14018
|
"bankCardInformation",
|
|
13946
14019
|
"boardTasks",
|
|
13947
14020
|
"bold",
|
|
@@ -13965,10 +14038,12 @@ var iconNames = [
|
|
|
13965
14038
|
"calendarEdit",
|
|
13966
14039
|
"calendarForward",
|
|
13967
14040
|
"calendarHourglass",
|
|
14041
|
+
"calendarPin",
|
|
13968
14042
|
"calendarSettings",
|
|
13969
14043
|
"calendarTick",
|
|
13970
14044
|
"calendarTime",
|
|
13971
14045
|
"calendarTimeBold",
|
|
14046
|
+
"calendarUsers",
|
|
13972
14047
|
"call",
|
|
13973
14048
|
"callMissed",
|
|
13974
14049
|
"callSilent",
|
|
@@ -14703,10 +14778,12 @@ var iconsByVariant = {
|
|
|
14703
14778
|
callSilent: CallSilentRegular_default,
|
|
14704
14779
|
callMissed: CallMissedRegular_default,
|
|
14705
14780
|
calendar: CalendarRegular_default,
|
|
14781
|
+
calendarUsers: CalendarUsersRegular_default,
|
|
14706
14782
|
calendarTime: CalendarTimeRegular_default,
|
|
14707
14783
|
calendarTimeBold: CalendarTimeBoldRegular_default,
|
|
14708
14784
|
calendarTick: CalendarTickRegular_default,
|
|
14709
14785
|
calendarSettings: CalendarSettingsRegular_default,
|
|
14786
|
+
calendarPin: CalendarPinRegular_default,
|
|
14710
14787
|
calendarHourglass: CalendarHourglassRegular_default,
|
|
14711
14788
|
calendarEdit: CalendarEditRegular_default,
|
|
14712
14789
|
calendarDone: CalendarDoneRegular_default,
|
|
@@ -14729,6 +14806,7 @@ var iconsByVariant = {
|
|
|
14729
14806
|
boardTasks: BoardTasksRegular_default,
|
|
14730
14807
|
bankCardInformation: BankCardInformationRegular_default,
|
|
14731
14808
|
bag: BagRegular_default,
|
|
14809
|
+
bag4: Bag4Regular_default,
|
|
14732
14810
|
bag3: Bag3Regular_default,
|
|
14733
14811
|
attach: AttachRegular_default,
|
|
14734
14812
|
arrowsDiagonalContract: ArrowsDiagonalContractRegular_default,
|
|
@@ -14982,7 +15060,7 @@ function Icon(_a) {
|
|
|
14982
15060
|
warnMissingIcon(name, variant, regularIcons, boldIcons);
|
|
14983
15061
|
return null;
|
|
14984
15062
|
}
|
|
14985
|
-
return /* @__PURE__ */
|
|
15063
|
+
return /* @__PURE__ */ React580.createElement(Component, __spreadValues({}, props));
|
|
14986
15064
|
}
|
|
14987
15065
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14988
15066
|
0 && (module.exports = {
|
|
@@ -15046,6 +15124,7 @@ function Icon(_a) {
|
|
|
15046
15124
|
AttachRegular,
|
|
15047
15125
|
Bag2Bold,
|
|
15048
15126
|
Bag3Regular,
|
|
15127
|
+
Bag4Regular,
|
|
15049
15128
|
BagBold,
|
|
15050
15129
|
BagRegular,
|
|
15051
15130
|
BankCardInformationRegular,
|
|
@@ -15077,12 +15156,14 @@ function Icon(_a) {
|
|
|
15077
15156
|
CalendarEditRegular,
|
|
15078
15157
|
CalendarForwardBold,
|
|
15079
15158
|
CalendarHourglassRegular,
|
|
15159
|
+
CalendarPinRegular,
|
|
15080
15160
|
CalendarRegular,
|
|
15081
15161
|
CalendarSettingsRegular,
|
|
15082
15162
|
CalendarTickRegular,
|
|
15083
15163
|
CalendarTimeBold,
|
|
15084
15164
|
CalendarTimeBoldRegular,
|
|
15085
15165
|
CalendarTimeRegular,
|
|
15166
|
+
CalendarUsersRegular,
|
|
15086
15167
|
CallBold,
|
|
15087
15168
|
CallMissedBold,
|
|
15088
15169
|
CallMissedRegular,
|