@fichap/icons-react 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -148,12 +148,14 @@ __export(index_exports, {
148
148
  CalendarEditRegular: () => CalendarEditRegular_default,
149
149
  CalendarForwardBold: () => CalendarForwardBold_default,
150
150
  CalendarHourglassRegular: () => CalendarHourglassRegular_default,
151
+ CalendarPinRegular: () => CalendarPinRegular_default,
151
152
  CalendarRegular: () => CalendarRegular_default,
152
153
  CalendarSettingsRegular: () => CalendarSettingsRegular_default,
153
154
  CalendarTickRegular: () => CalendarTickRegular_default,
154
155
  CalendarTimeBold: () => CalendarTimeBold_default,
155
156
  CalendarTimeBoldRegular: () => CalendarTimeBoldRegular_default,
156
157
  CalendarTimeRegular: () => CalendarTimeRegular_default,
158
+ CalendarUsersRegular: () => CalendarUsersRegular_default,
157
159
  CallBold: () => CallBold_default,
158
160
  CallMissedBold: () => CallMissedBold_default,
159
161
  CallMissedRegular: () => CallMissedRegular_default,
@@ -8147,8 +8149,30 @@ var CalendarRegular = (_a) => {
8147
8149
  };
8148
8150
  var CalendarRegular_default = CalendarRegular;
8149
8151
 
8150
- // src/CalendarTimeRegular.tsx
8152
+ // src/CalendarUsersRegular.tsx
8151
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"));
8152
8176
  var CalendarTimeRegular = (_a) => {
8153
8177
  var _b = _a, {
8154
8178
  size = 24,
@@ -8165,12 +8189,12 @@ var CalendarTimeRegular = (_a) => {
8165
8189
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8166
8190
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8167
8191
  const resolvedViewBox = "0 0 24 24";
8168
- 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.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__ */ React342.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__ */ React342.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" }));
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" }));
8169
8193
  };
8170
8194
  var CalendarTimeRegular_default = CalendarTimeRegular;
8171
8195
 
8172
8196
  // src/CalendarTimeBoldRegular.tsx
8173
- var React343 = __toESM(require("react"));
8197
+ var React344 = __toESM(require("react"));
8174
8198
  var CalendarTimeBoldRegular = (_a) => {
8175
8199
  var _b = _a, {
8176
8200
  size = 24,
@@ -8187,12 +8211,12 @@ var CalendarTimeBoldRegular = (_a) => {
8187
8211
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8188
8212
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8189
8213
  const resolvedViewBox = "0 0 24 24";
8190
- 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: "M15.912 3v3.223M8.087 3v3.223" }), /* @__PURE__ */ React343.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__ */ React343.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__ */ React343.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m13.329 14.218-1.482-.886V11.42" }));
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" }));
8191
8215
  };
8192
8216
  var CalendarTimeBoldRegular_default = CalendarTimeBoldRegular;
8193
8217
 
8194
8218
  // src/CalendarTickRegular.tsx
8195
- var React344 = __toESM(require("react"));
8219
+ var React345 = __toESM(require("react"));
8196
8220
  var CalendarTickRegular = (_a) => {
8197
8221
  var _b = _a, {
8198
8222
  size = 24,
@@ -8209,12 +8233,12 @@ var CalendarTickRegular = (_a) => {
8209
8233
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8210
8234
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8211
8235
  const resolvedViewBox = "0 0 24 24";
8212
- 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: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React344.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__ */ React344.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" }));
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" }));
8213
8237
  };
8214
8238
  var CalendarTickRegular_default = CalendarTickRegular;
8215
8239
 
8216
8240
  // src/CalendarSettingsRegular.tsx
8217
- var React345 = __toESM(require("react"));
8241
+ var React346 = __toESM(require("react"));
8218
8242
  var CalendarSettingsRegular = (_a) => {
8219
8243
  var _b = _a, {
8220
8244
  size = 24,
@@ -8231,12 +8255,34 @@ var CalendarSettingsRegular = (_a) => {
8231
8255
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8232
8256
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8233
8257
  const resolvedViewBox = "0 0 24 24";
8234
- 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: "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__ */ React345.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.64 3v2.962M8.368 3v2.962" }), /* @__PURE__ */ React345.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" }));
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" }));
8235
8259
  };
8236
8260
  var CalendarSettingsRegular_default = CalendarSettingsRegular;
8237
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
+
8238
8284
  // src/CalendarHourglassRegular.tsx
8239
- var React346 = __toESM(require("react"));
8285
+ var React348 = __toESM(require("react"));
8240
8286
  var CalendarHourglassRegular = (_a) => {
8241
8287
  var _b = _a, {
8242
8288
  size = 24,
@@ -8253,12 +8299,12 @@ var CalendarHourglassRegular = (_a) => {
8253
8299
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8254
8300
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8255
8301
  const resolvedViewBox = "0 0 24 24";
8256
- 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: "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__ */ React346.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" }));
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" }));
8257
8303
  };
8258
8304
  var CalendarHourglassRegular_default = CalendarHourglassRegular;
8259
8305
 
8260
8306
  // src/CalendarEditRegular.tsx
8261
- var React347 = __toESM(require("react"));
8307
+ var React349 = __toESM(require("react"));
8262
8308
  var CalendarEditRegular = (_a) => {
8263
8309
  var _b = _a, {
8264
8310
  size = 24,
@@ -8275,12 +8321,12 @@ var CalendarEditRegular = (_a) => {
8275
8321
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8276
8322
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8277
8323
  const resolvedViewBox = "0 0 24 24";
8278
- 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: "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__ */ React347.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__ */ React347.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" }));
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" }));
8279
8325
  };
8280
8326
  var CalendarEditRegular_default = CalendarEditRegular;
8281
8327
 
8282
8328
  // src/CalendarDoneRegular.tsx
8283
- var React348 = __toESM(require("react"));
8329
+ var React350 = __toESM(require("react"));
8284
8330
  var CalendarDoneRegular = (_a) => {
8285
8331
  var _b = _a, {
8286
8332
  size = 24,
@@ -8297,12 +8343,12 @@ var CalendarDoneRegular = (_a) => {
8297
8343
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8298
8344
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8299
8345
  const resolvedViewBox = "0 0 24 24";
8300
- 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: "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__ */ React348.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" }));
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" }));
8301
8347
  };
8302
8348
  var CalendarDoneRegular_default = CalendarDoneRegular;
8303
8349
 
8304
8350
  // src/CalendarDone2Regular.tsx
8305
- var React349 = __toESM(require("react"));
8351
+ var React351 = __toESM(require("react"));
8306
8352
  var CalendarDone2Regular = (_a) => {
8307
8353
  var _b = _a, {
8308
8354
  size = 24,
@@ -8319,12 +8365,12 @@ var CalendarDone2Regular = (_a) => {
8319
8365
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8320
8366
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8321
8367
  const resolvedViewBox = "0 0 24 24";
8322
- 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: "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__ */ React349.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" }));
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" }));
8323
8369
  };
8324
8370
  var CalendarDone2Regular_default = CalendarDone2Regular;
8325
8371
 
8326
8372
  // src/CalendarDashRegular.tsx
8327
- var React350 = __toESM(require("react"));
8373
+ var React352 = __toESM(require("react"));
8328
8374
  var CalendarDashRegular = (_a) => {
8329
8375
  var _b = _a, {
8330
8376
  size = 24,
@@ -8341,12 +8387,12 @@ var CalendarDashRegular = (_a) => {
8341
8387
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8342
8388
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8343
8389
  const resolvedViewBox = "0 0 24 24";
8344
- 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: "M3.984 9.664h16.041M15.639 3v2.962M8.368 3v2.962" }), /* @__PURE__ */ React350.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__ */ React350.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.25 15.077h-4.5" }));
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" }));
8345
8391
  };
8346
8392
  var CalendarDashRegular_default = CalendarDashRegular;
8347
8393
 
8348
8394
  // src/CalendarCheckRegular.tsx
8349
- var React351 = __toESM(require("react"));
8395
+ var React353 = __toESM(require("react"));
8350
8396
  var CalendarCheckRegular = (_a) => {
8351
8397
  var _b = _a, {
8352
8398
  size = 24,
@@ -8363,12 +8409,12 @@ var CalendarCheckRegular = (_a) => {
8363
8409
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8364
8410
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8365
8411
  const resolvedViewBox = "0 0 24 24";
8366
- 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: "M3.984 9.664h16.041M15.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React351.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__ */ React351.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m9.86 15.084 1.755 1.758 3.617-3.618" }));
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" }));
8367
8413
  };
8368
8414
  var CalendarCheckRegular_default = CalendarCheckRegular;
8369
8415
 
8370
8416
  // src/CalendarArrowRightRegular.tsx
8371
- var React352 = __toESM(require("react"));
8417
+ var React354 = __toESM(require("react"));
8372
8418
  var CalendarArrowRightRegular = (_a) => {
8373
8419
  var _b = _a, {
8374
8420
  size = 24,
@@ -8385,12 +8431,12 @@ var CalendarArrowRightRegular = (_a) => {
8385
8431
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8386
8432
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8387
8433
  const resolvedViewBox = "0 0 24 24";
8388
- 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.64 3v2.962M8.37 3v2.962" }), /* @__PURE__ */ React352.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__ */ React352.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" }));
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" }));
8389
8435
  };
8390
8436
  var CalendarArrowRightRegular_default = CalendarArrowRightRegular;
8391
8437
 
8392
8438
  // src/CalendarAddRegular.tsx
8393
- var React353 = __toESM(require("react"));
8439
+ var React355 = __toESM(require("react"));
8394
8440
  var CalendarAddRegular = (_a) => {
8395
8441
  var _b = _a, {
8396
8442
  size = 24,
@@ -8407,12 +8453,12 @@ var CalendarAddRegular = (_a) => {
8407
8453
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8408
8454
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8409
8455
  const resolvedViewBox = "0 0 24 24";
8410
- 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.639 3v2.962M8.368 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: "M12 12.827v4.5m2.25-2.25h-4.5" }));
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" }));
8411
8457
  };
8412
8458
  var CalendarAddRegular_default = CalendarAddRegular;
8413
8459
 
8414
8460
  // src/Calendar2Regular.tsx
8415
- var React354 = __toESM(require("react"));
8461
+ var React356 = __toESM(require("react"));
8416
8462
  var Calendar2Regular = (_a) => {
8417
8463
  var _b = _a, {
8418
8464
  size = 24,
@@ -8429,12 +8475,12 @@ var Calendar2Regular = (_a) => {
8429
8475
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8430
8476
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8431
8477
  const resolvedViewBox = "0 0 24 24";
8432
- 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: "M4.488 9.664h16.041M16.145 3v2.962M8.874 3v2.962" }), /* @__PURE__ */ React354.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__ */ React354.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.02 16.392h3.636" }));
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" }));
8433
8479
  };
8434
8480
  var Calendar2Regular_default = Calendar2Regular;
8435
8481
 
8436
8482
  // src/BuyRegular.tsx
8437
- var React355 = __toESM(require("react"));
8483
+ var React357 = __toESM(require("react"));
8438
8484
  var BuyRegular = (_a) => {
8439
8485
  var _b = _a, {
8440
8486
  size = 24,
@@ -8451,12 +8497,12 @@ var BuyRegular = (_a) => {
8451
8497
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8452
8498
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8453
8499
  const resolvedViewBox = "0 0 24 24";
8454
- 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: "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__ */ React355.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" }));
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" }));
8455
8501
  };
8456
8502
  var BuyRegular_default = BuyRegular;
8457
8503
 
8458
8504
  // src/BulletedListRegular.tsx
8459
- var React356 = __toESM(require("react"));
8505
+ var React358 = __toESM(require("react"));
8460
8506
  var BulletedListRegular = (_a) => {
8461
8507
  var _b = _a, {
8462
8508
  size = 24,
@@ -8473,12 +8519,12 @@ var BulletedListRegular = (_a) => {
8473
8519
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8474
8520
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8475
8521
  const resolvedViewBox = "0 0 24 24";
8476
- 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: "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" }));
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" }));
8477
8523
  };
8478
8524
  var BulletedListRegular_default = BulletedListRegular;
8479
8525
 
8480
8526
  // src/BuildingRegular.tsx
8481
- var React357 = __toESM(require("react"));
8527
+ var React359 = __toESM(require("react"));
8482
8528
  var BuildingRegular = (_a) => {
8483
8529
  var _b = _a, {
8484
8530
  size = 24,
@@ -8495,12 +8541,12 @@ var BuildingRegular = (_a) => {
8495
8541
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8496
8542
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8497
8543
  const resolvedViewBox = "0 0 24 24";
8498
- 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: "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__ */ React357.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" }));
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" }));
8499
8545
  };
8500
8546
  var BuildingRegular_default = BuildingRegular;
8501
8547
 
8502
8548
  // src/BuildingOfficeRegular.tsx
8503
- var React358 = __toESM(require("react"));
8549
+ var React360 = __toESM(require("react"));
8504
8550
  var BuildingOfficeRegular = (_a) => {
8505
8551
  var _b = _a, {
8506
8552
  size = 24,
@@ -8517,12 +8563,12 @@ var BuildingOfficeRegular = (_a) => {
8517
8563
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8518
8564
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8519
8565
  const resolvedViewBox = "0 0 24 24";
8520
- 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.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__ */ React358.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" }));
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" }));
8521
8567
  };
8522
8568
  var BuildingOfficeRegular_default = BuildingOfficeRegular;
8523
8569
 
8524
8570
  // src/BuildingOffice3Regular.tsx
8525
- var React359 = __toESM(require("react"));
8571
+ var React361 = __toESM(require("react"));
8526
8572
  var BuildingOffice3Regular = (_a) => {
8527
8573
  var _b = _a, {
8528
8574
  size = 24,
@@ -8539,12 +8585,12 @@ var BuildingOffice3Regular = (_a) => {
8539
8585
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8540
8586
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8541
8587
  const resolvedViewBox = "0 0 24 24";
8542
- 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: "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__ */ React359.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" }));
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" }));
8543
8589
  };
8544
8590
  var BuildingOffice3Regular_default = BuildingOffice3Regular;
8545
8591
 
8546
8592
  // src/BuildingOffice2Regular.tsx
8547
- var React360 = __toESM(require("react"));
8593
+ var React362 = __toESM(require("react"));
8548
8594
  var BuildingOffice2Regular = (_a) => {
8549
8595
  var _b = _a, {
8550
8596
  size = 24,
@@ -8561,12 +8607,12 @@ var BuildingOffice2Regular = (_a) => {
8561
8607
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8562
8608
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8563
8609
  const resolvedViewBox = "0 0 24 24";
8564
- 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.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__ */ React360.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" }));
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" }));
8565
8611
  };
8566
8612
  var BuildingOffice2Regular_default = BuildingOffice2Regular;
8567
8613
 
8568
8614
  // src/BotRegular.tsx
8569
- var React361 = __toESM(require("react"));
8615
+ var React363 = __toESM(require("react"));
8570
8616
  var BotRegular = (_a) => {
8571
8617
  var _b = _a, {
8572
8618
  size = 24,
@@ -8583,12 +8629,12 @@ var BotRegular = (_a) => {
8583
8629
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8584
8630
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8585
8631
  const resolvedViewBox = "0 0 24 24";
8586
- 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: "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__ */ React361.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__ */ React361.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__ */ React361.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 7.51V5.469M8.658 21h6.686" }));
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" }));
8587
8633
  };
8588
8634
  var BotRegular_default = BotRegular;
8589
8635
 
8590
8636
  // src/BookmarkRegular.tsx
8591
- var React362 = __toESM(require("react"));
8637
+ var React364 = __toESM(require("react"));
8592
8638
  var BookmarkRegular = (_a) => {
8593
8639
  var _b = _a, {
8594
8640
  size = 24,
@@ -8605,12 +8651,12 @@ var BookmarkRegular = (_a) => {
8605
8651
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8606
8652
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8607
8653
  const resolvedViewBox = "0 0 24 24";
8608
- 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: "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__ */ React362.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.271 9.028h7.318" }));
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" }));
8609
8655
  };
8610
8656
  var BookmarkRegular_default = BookmarkRegular;
8611
8657
 
8612
8658
  // src/BookRegular.tsx
8613
- var React363 = __toESM(require("react"));
8659
+ var React365 = __toESM(require("react"));
8614
8660
  var BookRegular = (_a) => {
8615
8661
  var _b = _a, {
8616
8662
  size = 24,
@@ -8627,12 +8673,12 @@ var BookRegular = (_a) => {
8627
8673
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8628
8674
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8629
8675
  const resolvedViewBox = "0 0 24 24";
8630
- 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: "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__ */ React363.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" }));
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" }));
8631
8677
  };
8632
8678
  var BookRegular_default = BookRegular;
8633
8679
 
8634
8680
  // src/BoldRegular.tsx
8635
- var React364 = __toESM(require("react"));
8681
+ var React366 = __toESM(require("react"));
8636
8682
  var BoldRegular = (_a) => {
8637
8683
  var _b = _a, {
8638
8684
  size = 24,
@@ -8649,12 +8695,12 @@ var BoldRegular = (_a) => {
8649
8695
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8650
8696
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8651
8697
  const resolvedViewBox = "0 0 24 24";
8652
- 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: "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" }));
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" }));
8653
8699
  };
8654
8700
  var BoldRegular_default = BoldRegular;
8655
8701
 
8656
8702
  // src/BoardTasksRegular.tsx
8657
- var React365 = __toESM(require("react"));
8703
+ var React367 = __toESM(require("react"));
8658
8704
  var BoardTasksRegular = (_a) => {
8659
8705
  var _b = _a, {
8660
8706
  size = 24,
@@ -8671,12 +8717,12 @@ var BoardTasksRegular = (_a) => {
8671
8717
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8672
8718
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8673
8719
  const resolvedViewBox = "0 0 24 24";
8674
- 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.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__ */ React365.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" }));
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" }));
8675
8721
  };
8676
8722
  var BoardTasksRegular_default = BoardTasksRegular;
8677
8723
 
8678
8724
  // src/BankCardInformationRegular.tsx
8679
- var React366 = __toESM(require("react"));
8725
+ var React368 = __toESM(require("react"));
8680
8726
  var BankCardInformationRegular = (_a) => {
8681
8727
  var _b = _a, {
8682
8728
  size = 24,
@@ -8693,12 +8739,12 @@ var BankCardInformationRegular = (_a) => {
8693
8739
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8694
8740
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8695
8741
  const resolvedViewBox = "0 0 24 24";
8696
- 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: "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__ */ React366.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__ */ React366.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" }));
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" }));
8697
8743
  };
8698
8744
  var BankCardInformationRegular_default = BankCardInformationRegular;
8699
8745
 
8700
8746
  // src/BagRegular.tsx
8701
- var React367 = __toESM(require("react"));
8747
+ var React369 = __toESM(require("react"));
8702
8748
  var BagRegular = (_a) => {
8703
8749
  var _b = _a, {
8704
8750
  size = 24,
@@ -8715,12 +8761,12 @@ var BagRegular = (_a) => {
8715
8761
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8716
8762
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8717
8763
  const resolvedViewBox = "0 0 24 24";
8718
- 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: "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__ */ React367.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" }));
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" }));
8719
8765
  };
8720
8766
  var BagRegular_default = BagRegular;
8721
8767
 
8722
8768
  // src/Bag4Regular.tsx
8723
- var React368 = __toESM(require("react"));
8769
+ var React370 = __toESM(require("react"));
8724
8770
  var Bag4Regular = (_a) => {
8725
8771
  var _b = _a, {
8726
8772
  size = 24,
@@ -8737,12 +8783,12 @@ var Bag4Regular = (_a) => {
8737
8783
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8738
8784
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8739
8785
  const resolvedViewBox = "0 0 24 24";
8740
- return /* @__PURE__ */ React368.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React368.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.078 6.287h10.41c2.339 0 3.795 1.651 3.795 3.988v6.307c0 2.337-1.456 3.988-3.796 3.988H7.077c-2.338 0-3.794-1.65-3.794-3.988v-6.307c0-2.337 1.463-3.988 3.795-3.988m14.192 6.467H3.29m5.392 2.058v-2.06m7.195 2.06v-2.06m-.234-6.48v-.623a2.22 2.22 0 0 0-2.22-2.22h-2.28a2.22 2.22 0 0 0-2.22 2.22v.623" }));
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" }));
8741
8787
  };
8742
8788
  var Bag4Regular_default = Bag4Regular;
8743
8789
 
8744
8790
  // src/Bag3Regular.tsx
8745
- var React369 = __toESM(require("react"));
8791
+ var React371 = __toESM(require("react"));
8746
8792
  var Bag3Regular = (_a) => {
8747
8793
  var _b = _a, {
8748
8794
  size = 24,
@@ -8759,12 +8805,12 @@ var Bag3Regular = (_a) => {
8759
8805
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8760
8806
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8761
8807
  const resolvedViewBox = "0 0 24 24";
8762
- return /* @__PURE__ */ React369.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.773 9.305V6.273A3.77 3.77 0 0 0 12 2.5a3.773 3.773 0 0 0-3.79 3.756v3.049" }), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.742 21H7.258A4.256 4.256 0 0 1 3 16.745V11.23a4.256 4.256 0 0 1 4.258-4.255h9.484A4.256 4.256 0 0 1 21 11.23v5.516A4.256 4.256 0 0 1 16.742 21", clipRule: "evenodd" }));
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" }));
8763
8809
  };
8764
8810
  var Bag3Regular_default = Bag3Regular;
8765
8811
 
8766
8812
  // src/AttachRegular.tsx
8767
- var React370 = __toESM(require("react"));
8813
+ var React372 = __toESM(require("react"));
8768
8814
  var AttachRegular = (_a) => {
8769
8815
  var _b = _a, {
8770
8816
  size = 24,
@@ -8781,12 +8827,12 @@ var AttachRegular = (_a) => {
8781
8827
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8782
8828
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8783
8829
  const resolvedViewBox = "0 0 24 24";
8784
- return /* @__PURE__ */ React370.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React370.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m21 12.396-6.309 6.308a6.85 6.85 0 0 1-9.685-9.686l4.393-4.392a4.549 4.549 0 1 1 6.433 6.433l-4.285 4.286A2.296 2.296 0 1 1 8.3 12.097l4.043-4.044" }));
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" }));
8785
8831
  };
8786
8832
  var AttachRegular_default = AttachRegular;
8787
8833
 
8788
8834
  // src/ArrowsDiagonalContractRegular.tsx
8789
- var React371 = __toESM(require("react"));
8835
+ var React373 = __toESM(require("react"));
8790
8836
  var ArrowsDiagonalContractRegular = (_a) => {
8791
8837
  var _b = _a, {
8792
8838
  size = 24,
@@ -8803,12 +8849,12 @@ var ArrowsDiagonalContractRegular = (_a) => {
8803
8849
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8804
8850
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8805
8851
  const resolvedViewBox = "0 0 24 24";
8806
- return /* @__PURE__ */ React371.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React371.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.13 13.867 4 19.997m6.13-6.13-5.631.012m5.63-.012-.01 5.63m3.751-9.364L20 4.004m-6.13 6.13 5.63-.012m-5.63.011.01-5.63" }));
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" }));
8807
8853
  };
8808
8854
  var ArrowsDiagonalContractRegular_default = ArrowsDiagonalContractRegular;
8809
8855
 
8810
8856
  // src/ArrowUpRegular.tsx
8811
- var React372 = __toESM(require("react"));
8857
+ var React374 = __toESM(require("react"));
8812
8858
  var ArrowUpRegular = (_a) => {
8813
8859
  var _b = _a, {
8814
8860
  size = 24,
@@ -8825,12 +8871,12 @@ var ArrowUpRegular = (_a) => {
8825
8871
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8826
8872
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8827
8873
  const resolvedViewBox = "0 0 24 24";
8828
- return /* @__PURE__ */ React372.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React372.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }));
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" }));
8829
8875
  };
8830
8876
  var ArrowUpRegular_default = ArrowUpRegular;
8831
8877
 
8832
8878
  // src/ArrowUpSquareRegular.tsx
8833
- var React373 = __toESM(require("react"));
8879
+ var React375 = __toESM(require("react"));
8834
8880
  var ArrowUpSquareRegular = (_a) => {
8835
8881
  var _b = _a, {
8836
8882
  size = 24,
@@ -8847,12 +8893,12 @@ var ArrowUpSquareRegular = (_a) => {
8847
8893
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8848
8894
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8849
8895
  const resolvedViewBox = "0 0 24 24";
8850
- return /* @__PURE__ */ React373.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.334 2.75H7.665c-3.02 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.885 5.166 4.915 5.166h8.67c3.03 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.886-5.166-4.916-5.166", clipRule: "evenodd" }), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 7.914v8.172m-3.748-4.408L12 7.914l3.748 3.764" }));
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" }));
8851
8897
  };
8852
8898
  var ArrowUpSquareRegular_default = ArrowUpSquareRegular;
8853
8899
 
8854
8900
  // src/ArrowUpRightsmRegular.tsx
8855
- var React374 = __toESM(require("react"));
8901
+ var React376 = __toESM(require("react"));
8856
8902
  var ArrowUpRightsmRegular = (_a) => {
8857
8903
  var _b = _a, {
8858
8904
  size = 24,
@@ -8869,12 +8915,12 @@ var ArrowUpRightsmRegular = (_a) => {
8869
8915
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8870
8916
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8871
8917
  const resolvedViewBox = "0 0 24 24";
8872
- return /* @__PURE__ */ React374.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React374.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 16 8-8m0 0h-6m6 0v6" }));
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" }));
8873
8919
  };
8874
8920
  var ArrowUpRightsmRegular_default = ArrowUpRightsmRegular;
8875
8921
 
8876
8922
  // src/ArrowUpCircleRegular.tsx
8877
- var React375 = __toESM(require("react"));
8923
+ var React377 = __toESM(require("react"));
8878
8924
  var ArrowUpCircleRegular = (_a) => {
8879
8925
  var _b = _a, {
8880
8926
  size = 24,
@@ -8891,12 +8937,12 @@ var ArrowUpCircleRegular = (_a) => {
8891
8937
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8892
8938
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8893
8939
  const resolvedViewBox = "0 0 24 24";
8894
- return /* @__PURE__ */ React375.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.47 13.442 12 9.956l-3.471 3.486" }));
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" }));
8895
8941
  };
8896
8942
  var ArrowUpCircleRegular_default = ArrowUpCircleRegular;
8897
8943
 
8898
8944
  // src/ArrowUp3Regular.tsx
8899
- var React376 = __toESM(require("react"));
8945
+ var React378 = __toESM(require("react"));
8900
8946
  var ArrowUp3Regular = (_a) => {
8901
8947
  var _b = _a, {
8902
8948
  size = 24,
@@ -8913,12 +8959,12 @@ var ArrowUp3Regular = (_a) => {
8913
8959
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8914
8960
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8915
8961
  const resolvedViewBox = "0 0 24 24";
8916
- return /* @__PURE__ */ React376.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.749 11.3v8.95" }), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m16.75 11.3-5.001-7.937L6.748 11.3z", clipRule: "evenodd" }));
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" }));
8917
8963
  };
8918
8964
  var ArrowUp3Regular_default = ArrowUp3Regular;
8919
8965
 
8920
8966
  // src/ArrowUp2Regular.tsx
8921
- var React377 = __toESM(require("react"));
8967
+ var React379 = __toESM(require("react"));
8922
8968
  var ArrowUp2Regular = (_a) => {
8923
8969
  var _b = _a, {
8924
8970
  size = 24,
@@ -8935,12 +8981,12 @@ var ArrowUp2Regular = (_a) => {
8935
8981
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8936
8982
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8937
8983
  const resolvedViewBox = "0 0 24 24";
8938
- return /* @__PURE__ */ React377.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React377.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m5 15.5 7-7 7 7" }));
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" }));
8939
8985
  };
8940
8986
  var ArrowUp2Regular_default = ArrowUp2Regular;
8941
8987
 
8942
8988
  // src/ArrowRightRegular.tsx
8943
- var React378 = __toESM(require("react"));
8989
+ var React380 = __toESM(require("react"));
8944
8990
  var ArrowRightRegular = (_a) => {
8945
8991
  var _b = _a, {
8946
8992
  size = 24,
@@ -8957,12 +9003,12 @@ var ArrowRightRegular = (_a) => {
8957
9003
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8958
9004
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8959
9005
  const resolvedViewBox = "0 0 24 24";
8960
- return /* @__PURE__ */ React378.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React378.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.75 11.726h-15m8.95-6.025 6.05 6.024-6.05 6.025" }));
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" }));
8961
9007
  };
8962
9008
  var ArrowRightRegular_default = ArrowRightRegular;
8963
9009
 
8964
9010
  // src/ArrowRightSquareRegular.tsx
8965
- var React379 = __toESM(require("react"));
9011
+ var React381 = __toESM(require("react"));
8966
9012
  var ArrowRightSquareRegular = (_a) => {
8967
9013
  var _b = _a, {
8968
9014
  size = 24,
@@ -8979,12 +9025,12 @@ var ArrowRightSquareRegular = (_a) => {
8979
9025
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
8980
9026
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
8981
9027
  const resolvedViewBox = "0 0 24 24";
8982
- return /* @__PURE__ */ React379.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 16.334V7.665c0-3.02-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.885-5.166 4.915v8.67c0 3.03 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.886 5.166-4.916", clipRule: "evenodd" }), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.086 12H7.914m4.408-3.748L16.086 12l-3.764 3.748" }));
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" }));
8983
9029
  };
8984
9030
  var ArrowRightSquareRegular_default = ArrowRightSquareRegular;
8985
9031
 
8986
9032
  // src/ArrowRightSmRegular.tsx
8987
- var React380 = __toESM(require("react"));
9033
+ var React382 = __toESM(require("react"));
8988
9034
  var ArrowRightSmRegular = (_a) => {
8989
9035
  var _b = _a, {
8990
9036
  size = 24,
@@ -9001,12 +9047,12 @@ var ArrowRightSmRegular = (_a) => {
9001
9047
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9002
9048
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9003
9049
  const resolvedViewBox = "0 0 24 24";
9004
- return /* @__PURE__ */ React380.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React380.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7 12h10m0 0-4-4m4 4-4 4" }));
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" }));
9005
9051
  };
9006
9052
  var ArrowRightSmRegular_default = ArrowRightSmRegular;
9007
9053
 
9008
9054
  // src/ArrowRightCircleRegular.tsx
9009
- var React381 = __toESM(require("react"));
9055
+ var React383 = __toESM(require("react"));
9010
9056
  var ArrowRightCircleRegular = (_a) => {
9011
9057
  var _b = _a, {
9012
9058
  size = 24,
@@ -9023,12 +9069,12 @@ var ArrowRightCircleRegular = (_a) => {
9023
9069
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9024
9070
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9025
9071
  const resolvedViewBox = "0 0 24 24";
9026
- return /* @__PURE__ */ React381.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 21.25a9.25 9.25 0 1 0 0-18.5 9.25 9.25 0 0 0 0 18.5", clipRule: "evenodd" }), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.558 15.471 14.044 12l-3.486-3.471" }));
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" }));
9027
9073
  };
9028
9074
  var ArrowRightCircleRegular_default = ArrowRightCircleRegular;
9029
9075
 
9030
9076
  // src/ArrowRight3Regular.tsx
9031
- var React382 = __toESM(require("react"));
9077
+ var React384 = __toESM(require("react"));
9032
9078
  var ArrowRight3Regular = (_a) => {
9033
9079
  var _b = _a, {
9034
9080
  size = 24,
@@ -9045,12 +9091,12 @@ var ArrowRight3Regular = (_a) => {
9045
9091
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9046
9092
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9047
9093
  const resolvedViewBox = "0 0 24 24";
9048
- return /* @__PURE__ */ React382.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.7 11.749H3.75" }), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m12.7 16.75 7.937-5.001L12.7 6.748z", clipRule: "evenodd" }));
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" }));
9049
9095
  };
9050
9096
  var ArrowRight3Regular_default = ArrowRight3Regular;
9051
9097
 
9052
9098
  // src/ArrowRight2Regular.tsx
9053
- var React383 = __toESM(require("react"));
9099
+ var React385 = __toESM(require("react"));
9054
9100
  var ArrowRight2Regular = (_a) => {
9055
9101
  var _b = _a, {
9056
9102
  size = 24,
@@ -9067,12 +9113,12 @@ var ArrowRight2Regular = (_a) => {
9067
9113
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9068
9114
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9069
9115
  const resolvedViewBox = "0 0 24 24";
9070
- return /* @__PURE__ */ React383.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React383.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8.5 5 7 7-7 7" }));
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" }));
9071
9117
  };
9072
9118
  var ArrowRight2Regular_default = ArrowRight2Regular;
9073
9119
 
9074
9120
  // src/ArrowRight22Regular.tsx
9075
- var React384 = __toESM(require("react"));
9121
+ var React386 = __toESM(require("react"));
9076
9122
  var ArrowRight22Regular = (_a) => {
9077
9123
  var _b = _a, {
9078
9124
  size = 24,
@@ -9089,12 +9135,12 @@ var ArrowRight22Regular = (_a) => {
9089
9135
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9090
9136
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9091
9137
  const resolvedViewBox = "0 0 24 24";
9092
- return /* @__PURE__ */ React384.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React384.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.5 5s7 4.144 7 7-7 7-7 7" }));
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" }));
9093
9139
  };
9094
9140
  var ArrowRight22Regular_default = ArrowRight22Regular;
9095
9141
 
9096
9142
  // src/ArrowLeftRegular.tsx
9097
- var React385 = __toESM(require("react"));
9143
+ var React387 = __toESM(require("react"));
9098
9144
  var ArrowLeftRegular = (_a) => {
9099
9145
  var _b = _a, {
9100
9146
  size = 24,
@@ -9111,12 +9157,12 @@ var ArrowLeftRegular = (_a) => {
9111
9157
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9112
9158
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9113
9159
  const resolvedViewBox = "0 0 24 24";
9114
- return /* @__PURE__ */ React385.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React385.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.25 12.274h15m-8.95 6.025-6.05-6.024L10.3 6.25" }));
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" }));
9115
9161
  };
9116
9162
  var ArrowLeftRegular_default = ArrowLeftRegular;
9117
9163
 
9118
9164
  // src/ArrowLeftSquareRegular.tsx
9119
- var React386 = __toESM(require("react"));
9165
+ var React388 = __toESM(require("react"));
9120
9166
  var ArrowLeftSquareRegular = (_a) => {
9121
9167
  var _b = _a, {
9122
9168
  size = 24,
@@ -9133,12 +9179,12 @@ var ArrowLeftSquareRegular = (_a) => {
9133
9179
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9134
9180
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9135
9181
  const resolvedViewBox = "0 0 24 24";
9136
- return /* @__PURE__ */ React386.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 7.666v8.669c0 3.02 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.885 5.166-4.915v-8.67c0-3.03-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.886-5.166 4.916", clipRule: "evenodd" }), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.914 12h8.172m-4.408 3.748L7.914 12l3.764-3.748" }));
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" }));
9137
9183
  };
9138
9184
  var ArrowLeftSquareRegular_default = ArrowLeftSquareRegular;
9139
9185
 
9140
9186
  // src/ArrowLeftCircleRegular.tsx
9141
- var React387 = __toESM(require("react"));
9187
+ var React389 = __toESM(require("react"));
9142
9188
  var ArrowLeftCircleRegular = (_a) => {
9143
9189
  var _b = _a, {
9144
9190
  size = 24,
@@ -9155,12 +9201,12 @@ var ArrowLeftCircleRegular = (_a) => {
9155
9201
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9156
9202
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9157
9203
  const resolvedViewBox = "0 0 24 24";
9158
- return /* @__PURE__ */ React387.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", clipRule: "evenodd" }), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.442 8.529 9.956 12l3.486 3.471" }));
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" }));
9159
9205
  };
9160
9206
  var ArrowLeftCircleRegular_default = ArrowLeftCircleRegular;
9161
9207
 
9162
9208
  // src/ArrowLeft3Regular.tsx
9163
- var React388 = __toESM(require("react"));
9209
+ var React390 = __toESM(require("react"));
9164
9210
  var ArrowLeft3Regular = (_a) => {
9165
9211
  var _b = _a, {
9166
9212
  size = 24,
@@ -9177,12 +9223,12 @@ var ArrowLeft3Regular = (_a) => {
9177
9223
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9178
9224
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9179
9225
  const resolvedViewBox = "0 0 24 24";
9180
- return /* @__PURE__ */ React388.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.3 12.251h8.95" }), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.3 7.25-7.937 5.001 7.937 5.001z", clipRule: "evenodd" }));
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" }));
9181
9227
  };
9182
9228
  var ArrowLeft3Regular_default = ArrowLeft3Regular;
9183
9229
 
9184
9230
  // src/ArrowLeft2Regular.tsx
9185
- var React389 = __toESM(require("react"));
9231
+ var React391 = __toESM(require("react"));
9186
9232
  var ArrowLeft2Regular = (_a) => {
9187
9233
  var _b = _a, {
9188
9234
  size = 24,
@@ -9199,12 +9245,12 @@ var ArrowLeft2Regular = (_a) => {
9199
9245
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9200
9246
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9201
9247
  const resolvedViewBox = "0 0 24 24";
9202
- return /* @__PURE__ */ React389.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React389.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m15.5 19-7-7 7-7" }));
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" }));
9203
9249
  };
9204
9250
  var ArrowLeft2Regular_default = ArrowLeft2Regular;
9205
9251
 
9206
9252
  // src/ArrowLeft22Regular.tsx
9207
- var React390 = __toESM(require("react"));
9253
+ var React392 = __toESM(require("react"));
9208
9254
  var ArrowLeft22Regular = (_a) => {
9209
9255
  var _b = _a, {
9210
9256
  size = 24,
@@ -9221,12 +9267,12 @@ var ArrowLeft22Regular = (_a) => {
9221
9267
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9222
9268
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9223
9269
  const resolvedViewBox = "0 0 24 24";
9224
- return /* @__PURE__ */ React390.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React390.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.5 19s-7-4.144-7-7 7-7 7-7" }));
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" }));
9225
9271
  };
9226
9272
  var ArrowLeft22Regular_default = ArrowLeft22Regular;
9227
9273
 
9228
9274
  // src/ArrowDownRegular.tsx
9229
- var React391 = __toESM(require("react"));
9275
+ var React393 = __toESM(require("react"));
9230
9276
  var ArrowDownRegular = (_a) => {
9231
9277
  var _b = _a, {
9232
9278
  size = 24,
@@ -9243,12 +9289,12 @@ var ArrowDownRegular = (_a) => {
9243
9289
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9244
9290
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9245
9291
  const resolvedViewBox = "0 0 24 24";
9246
- return /* @__PURE__ */ React391.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React391.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.274 19.75v-15m6.025 8.95-6.024 6.05L6.25 13.7" }));
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" }));
9247
9293
  };
9248
9294
  var ArrowDownRegular_default = ArrowDownRegular;
9249
9295
 
9250
9296
  // src/ArrowDownSquareRegular.tsx
9251
- var React392 = __toESM(require("react"));
9297
+ var React394 = __toESM(require("react"));
9252
9298
  var ArrowDownSquareRegular = (_a) => {
9253
9299
  var _b = _a, {
9254
9300
  size = 24,
@@ -9265,12 +9311,12 @@ var ArrowDownSquareRegular = (_a) => {
9265
9311
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9266
9312
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9267
9313
  const resolvedViewBox = "0 0 24 24";
9268
- return /* @__PURE__ */ React392.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.666 21.25h8.669c3.02 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.885-5.166-4.915-5.166h-8.67c-3.03 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.886 5.166 4.916 5.166", clipRule: "evenodd" }), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 16.086V7.914m3.748 4.408L12 16.086l-3.748-3.764" }));
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" }));
9269
9315
  };
9270
9316
  var ArrowDownSquareRegular_default = ArrowDownSquareRegular;
9271
9317
 
9272
9318
  // src/ArrowDownRightsmRegular.tsx
9273
- var React393 = __toESM(require("react"));
9319
+ var React395 = __toESM(require("react"));
9274
9320
  var ArrowDownRightsmRegular = (_a) => {
9275
9321
  var _b = _a, {
9276
9322
  size = 24,
@@ -9287,12 +9333,12 @@ var ArrowDownRightsmRegular = (_a) => {
9287
9333
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9288
9334
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9289
9335
  const resolvedViewBox = "0 0 24 24";
9290
- return /* @__PURE__ */ React393.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React393.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 8 8 8m0 0v-6m0 6h-6" }));
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" }));
9291
9337
  };
9292
9338
  var ArrowDownRightsmRegular_default = ArrowDownRightsmRegular;
9293
9339
 
9294
9340
  // src/ArrowDownCircleRegular.tsx
9295
- var React394 = __toESM(require("react"));
9341
+ var React396 = __toESM(require("react"));
9296
9342
  var ArrowDownCircleRegular = (_a) => {
9297
9343
  var _b = _a, {
9298
9344
  size = 24,
@@ -9309,12 +9355,12 @@ var ArrowDownCircleRegular = (_a) => {
9309
9355
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9310
9356
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9311
9357
  const resolvedViewBox = "0 0 24 24";
9312
- return /* @__PURE__ */ React394.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 12a9.25 9.25 0 1 0 18.5 0 9.25 9.25 0 0 0-18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.53 10.558 12 14.044l3.471-3.486" }));
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" }));
9313
9359
  };
9314
9360
  var ArrowDownCircleRegular_default = ArrowDownCircleRegular;
9315
9361
 
9316
9362
  // src/ArrowDown3Regular.tsx
9317
- var React395 = __toESM(require("react"));
9363
+ var React397 = __toESM(require("react"));
9318
9364
  var ArrowDown3Regular = (_a) => {
9319
9365
  var _b = _a, {
9320
9366
  size = 24,
@@ -9331,12 +9377,12 @@ var ArrowDown3Regular = (_a) => {
9331
9377
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9332
9378
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9333
9379
  const resolvedViewBox = "0 0 24 24";
9334
- return /* @__PURE__ */ React395.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.251 12.7V3.75" }), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.25 12.7 5.001 7.937 5.001-7.937z", clipRule: "evenodd" }));
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" }));
9335
9381
  };
9336
9382
  var ArrowDown3Regular_default = ArrowDown3Regular;
9337
9383
 
9338
9384
  // src/ArrowDown2Regular.tsx
9339
- var React396 = __toESM(require("react"));
9385
+ var React398 = __toESM(require("react"));
9340
9386
  var ArrowDown2Regular = (_a) => {
9341
9387
  var _b = _a, {
9342
9388
  size = 24,
@@ -9353,12 +9399,12 @@ var ArrowDown2Regular = (_a) => {
9353
9399
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9354
9400
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9355
9401
  const resolvedViewBox = "0 0 24 24";
9356
- return /* @__PURE__ */ React396.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React396.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m19 8.5-7 7-7-7" }));
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" }));
9357
9403
  };
9358
9404
  var ArrowDown2Regular_default = ArrowDown2Regular;
9359
9405
 
9360
9406
  // src/AnthropicRegular.tsx
9361
- var React397 = __toESM(require("react"));
9407
+ var React399 = __toESM(require("react"));
9362
9408
  var AnthropicRegular = (_a) => {
9363
9409
  var _b = _a, {
9364
9410
  size = 24,
@@ -9375,12 +9421,12 @@ var AnthropicRegular = (_a) => {
9375
9421
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9376
9422
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9377
9423
  const resolvedViewBox = "0 0 24 24";
9378
- return /* @__PURE__ */ React397.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React397.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M15.54 6h-2.447l4.46 11H20zM8.46 6 4 17h2.499l.92-2.302h4.668L12.989 17h2.5l-4.46-11zm-.243 6.65 1.527-3.858 1.527 3.859z" })), /* @__PURE__ */ React397.createElement("defs", null, /* @__PURE__ */ React397.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M4 6h16v11H4z" }))));
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" }))));
9379
9425
  };
9380
9426
  var AnthropicRegular_default = AnthropicRegular;
9381
9427
 
9382
9428
  // src/AlignLeftRegular.tsx
9383
- var React398 = __toESM(require("react"));
9429
+ var React400 = __toESM(require("react"));
9384
9430
  var AlignLeftRegular = (_a) => {
9385
9431
  var _b = _a, {
9386
9432
  size = 24,
@@ -9397,12 +9443,12 @@ var AlignLeftRegular = (_a) => {
9397
9443
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9398
9444
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9399
9445
  const resolvedViewBox = "0 0 24 24";
9400
- return /* @__PURE__ */ React398.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React398.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15 12H3m14 6H3M21 6H3" }));
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" }));
9401
9447
  };
9402
9448
  var AlignLeftRegular_default = AlignLeftRegular;
9403
9449
 
9404
9450
  // src/AlarmSpeakerRegular.tsx
9405
- var React399 = __toESM(require("react"));
9451
+ var React401 = __toESM(require("react"));
9406
9452
  var AlarmSpeakerRegular = (_a) => {
9407
9453
  var _b = _a, {
9408
9454
  size = 24,
@@ -9419,12 +9465,12 @@ var AlarmSpeakerRegular = (_a) => {
9419
9465
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9420
9466
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9421
9467
  const resolvedViewBox = "0 0 24 24";
9422
- return /* @__PURE__ */ React399.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.941 19.712a7.67 7.67 0 0 0 7.67-7.67 7.67 7.67 0 1 0-7.67 7.67m-4.13-1.198L6.365 21m9.707-2.486L17.518 21M6.25 3.008 3.69 5.195M17.75 3l2.558 2.196" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m14.316 13.465-4.257.996a1.273 1.273 0 0 1-1.32-1.987l2.726-3.753" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m10.562 14.338 1.261 1.438-.11-1.687m3.124-4.144c.787 1.362.72 2.872-.148 3.373s-2.209-.196-2.995-1.558c-.787-1.362-.72-2.873.148-3.374s2.209.197 2.995 1.559" }));
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" }));
9423
9469
  };
9424
9470
  var AlarmSpeakerRegular_default = AlarmSpeakerRegular;
9425
9471
 
9426
9472
  // src/AiBrainLikeRegular.tsx
9427
- var React400 = __toESM(require("react"));
9473
+ var React402 = __toESM(require("react"));
9428
9474
  var AiBrainLikeRegular = (_a) => {
9429
9475
  var _b = _a, {
9430
9476
  size = 24,
@@ -9441,12 +9487,12 @@ var AiBrainLikeRegular = (_a) => {
9441
9487
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9442
9488
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9443
9489
  const resolvedViewBox = "0 0 24 24";
9444
- return /* @__PURE__ */ React400.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M14.054 21.5v-1.328c0-.347.271-.633.618-.652l2.605-.122c.524-.028.962-.41 1.061-.926l.12-2.328c.218-1.137 2.04-.452 1.84-1.723-.276-1.127-1.091-2.244-1.294-3.29-.45-2.32-.163-5.143-2.521-7.131-1.442-1.216-3.192-1.538-5.035-1.497-3.075.069-5.952 1.374-7.236 4.336-1.254 2.889 0 5.288 1.08 7.89.829 1.996.322 6.771.322 6.771" }), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.5 7.073c-1.182.38-1.602 1.665-1.242 2.791.58 1.804 3.065 3.157 3.065 3.157s2.505-1.374 3.066-3.157c.36-1.126-.065-2.41-1.246-2.791a2.03 2.03 0 0 0-1.82.306A2.02 2.02 0 0 0 9.5 7.073" }));
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" }));
9445
9491
  };
9446
9492
  var AiBrainLikeRegular_default = AiBrainLikeRegular;
9447
9493
 
9448
9494
  // src/AiBrainIdeaRegular.tsx
9449
- var React401 = __toESM(require("react"));
9495
+ var React403 = __toESM(require("react"));
9450
9496
  var AiBrainIdeaRegular = (_a) => {
9451
9497
  var _b = _a, {
9452
9498
  size = 24,
@@ -9463,12 +9509,12 @@ var AiBrainIdeaRegular = (_a) => {
9463
9509
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9464
9510
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9465
9511
  const resolvedViewBox = "0 0 24 24";
9466
- return /* @__PURE__ */ React401.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M15.187 19.315c-.99.52-1.297 2.186-1.297 2.186" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M5.194 21.264c1.242-2.834.57-5.797-.885-8.401-1.04-1.863-1.27-3.86-.39-5.886C5.225 3.963 8.38 2.573 11.51 2.503c1.877-.041 3.658.286 5.125 1.523 1.883 1.588 2.984 3.532 2.414 6.115-.304 1.378.702 2.942 1.414 3.9a.75.75 0 0 1-.334 1.174l-.928.358a.83.83 0 0 0-.517.618l-.31 2.644c-.103.685-.686 1.011-1.338.874l-3.802-.874" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.187 9.697a3.98 3.98 0 0 0 2.43 3.669v1.33c0 .866.708 1.574 1.573 1.574.866 0 1.574-.708 1.574-1.574v-1.323a4.01 4.01 0 0 0 2.336-4.53 3.99 3.99 0 0 0-3.073-3.059 4.006 4.006 0 0 0-4.84 3.913m4.149 3.678h1.432" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.182 11.155.84-1.542h-1.67l.84-1.543" }));
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" }));
9467
9513
  };
9468
9514
  var AiBrainIdeaRegular_default = AiBrainIdeaRegular;
9469
9515
 
9470
9516
  // src/AddUserRegular.tsx
9471
- var React402 = __toESM(require("react"));
9517
+ var React404 = __toESM(require("react"));
9472
9518
  var AddUserRegular = (_a) => {
9473
9519
  var _b = _a, {
9474
9520
  size = 24,
@@ -9485,12 +9531,12 @@ var AddUserRegular = (_a) => {
9485
9531
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9486
9532
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9487
9533
  const resolvedViewBox = "0 0 24 24";
9488
- return /* @__PURE__ */ React402.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.877 15.206c-3.844 0-7.127.581-7.127 2.91 0 2.327 3.263 2.93 7.127 2.93 3.845 0 7.127-.583 7.127-2.91s-3.262-2.93-7.127-2.93m0-3.32A4.568 4.568 0 1 0 5.31 7.318a4.55 4.55 0 0 0 4.536 4.568z", clipRule: "evenodd" }), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.204 8.67v4.01m2.046-2.006h-4.09" }));
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" }));
9489
9535
  };
9490
9536
  var AddUserRegular_default = AddUserRegular;
9491
9537
 
9492
9538
  // src/ActivityRegular.tsx
9493
- var React403 = __toESM(require("react"));
9539
+ var React405 = __toESM(require("react"));
9494
9540
  var ActivityRegular = (_a) => {
9495
9541
  var _b = _a, {
9496
9542
  size = 24,
@@ -9507,12 +9553,12 @@ var ActivityRegular = (_a) => {
9507
9553
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9508
9554
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9509
9555
  const resolvedViewBox = "0 0 24 24";
9510
- return /* @__PURE__ */ React403.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78" }), /* @__PURE__ */ React403.createElement("circle", { cx: 19.995, cy: 4.2, r: 1.922, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
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" }));
9511
9557
  };
9512
9558
  var ActivityRegular_default = ActivityRegular;
9513
9559
 
9514
9560
  // src/Activity2Regular.tsx
9515
- var React404 = __toESM(require("react"));
9561
+ var React406 = __toESM(require("react"));
9516
9562
  var Activity2Regular = (_a) => {
9517
9563
  var _b = _a, {
9518
9564
  size = 24,
@@ -9529,12 +9575,12 @@ var Activity2Regular = (_a) => {
9529
9575
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9530
9576
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9531
9577
  const resolvedViewBox = "0 0 24 24";
9532
- return /* @__PURE__ */ React404.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78m3.413-3.671a1.922 1.922 0 1 0 0-3.844 1.922 1.922 0 0 0 0 3.844" }), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
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" }));
9533
9579
  };
9534
9580
  var Activity2Regular_default = Activity2Regular;
9535
9581
 
9536
9582
  // src/AccidentRegular.tsx
9537
- var React405 = __toESM(require("react"));
9583
+ var React407 = __toESM(require("react"));
9538
9584
  var AccidentRegular = (_a) => {
9539
9585
  var _b = _a, {
9540
9586
  size = 24,
@@ -9551,12 +9597,12 @@ var AccidentRegular = (_a) => {
9551
9597
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9552
9598
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9553
9599
  const resolvedViewBox = "0 0 24 24";
9554
- return /* @__PURE__ */ React405.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.492 18.332q-.003.248.064.486a1.798 1.798 0 0 0 3.464 0 1.7 1.7 0 0 0 .072-.486 1.801 1.801 0 0 0-3.072-1.274 1.8 1.8 0 0 0-.528 1.274M21 8.657h-.82a1.1 1.1 0 0 0-.962.576l-2.034 3.78m2.142 5.318H21" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21 13.058h-5.517a2.01 2.01 0 0 0-2.006 2.006v1.557a2.007 2.007 0 0 0 2.006 2.007m-6.975-.296q0 .248-.072.486a1.8 1.8 0 0 1-3.465 0 1.7 1.7 0 0 1-.063-.486 1.801 1.801 0 0 1 3.073-1.274 1.8 1.8 0 0 1 .527 1.274M3 8.657h.81a1.1 1.1 0 0 1 .963.576l2.043 3.78m-2.142 5.318H3" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 13.057h5.517a2.01 2.01 0 0 1 2.007 2.007v1.557a2.007 2.007 0 0 1-2.007 2.007m1.115-8.298L7.283 8.836l1.9-.819-1.027-2.763 2.655 1.476 1.548-2.861 1.053 3.302 3.186-.504-1.81 4.005m-2.644.684-.171-2.052" }));
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" }));
9555
9601
  };
9556
9602
  var AccidentRegular_default = AccidentRegular;
9557
9603
 
9558
9604
  // src/Icon3UserRegular.tsx
9559
- var React406 = __toESM(require("react"));
9605
+ var React408 = __toESM(require("react"));
9560
9606
  var Icon3UserRegular = (_a) => {
9561
9607
  var _b = _a, {
9562
9608
  size = 24,
@@ -9573,12 +9619,12 @@ var Icon3UserRegular = (_a) => {
9573
9619
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9574
9620
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9575
9621
  const resolvedViewBox = "0 0 24 24";
9576
- return /* @__PURE__ */ React406.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17.888 10.897a2.876 2.876 0 0 0 2.472-2.841 2.875 2.875 0 0 0-2.406-2.836m1.775 9.03c1.35.202 2.294.675 2.294 1.65 0 .671-.445 1.107-1.163 1.381" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.887 14.664c-3.214 0-5.96.487-5.96 2.432s2.729 2.445 5.96 2.445c3.214 0 5.958-.482 5.958-2.428s-2.727-2.45-5.958-2.45m0-2.775a3.819 3.819 0 1 0-3.82-3.82 3.804 3.804 0 0 0 3.792 3.82z", clipRule: "evenodd" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.885 10.897a2.875 2.875 0 0 1-2.472-2.841A2.875 2.875 0 0 1 5.819 5.22m-1.775 9.03c-1.351.202-2.294.675-2.294 1.65 0 .671.444 1.107 1.162 1.381" }));
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" }));
9577
9623
  };
9578
9624
  var Icon3UserRegular_default = Icon3UserRegular;
9579
9625
 
9580
9626
  // src/Icon2UserRegular.tsx
9581
- var React407 = __toESM(require("react"));
9627
+ var React409 = __toESM(require("react"));
9582
9628
  var Icon2UserRegular = (_a) => {
9583
9629
  var _b = _a, {
9584
9630
  size = 24,
@@ -9595,12 +9641,12 @@ var Icon2UserRegular = (_a) => {
9595
9641
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9596
9642
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9597
9643
  const resolvedViewBox = "0 0 24 24";
9598
- return /* @__PURE__ */ React407.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.592 15.207c3.688 0 6.841.559 6.841 2.792s-3.131 2.808-6.841 2.808c-3.69 0-6.842-.554-6.842-2.788s3.13-2.812 6.842-2.812m0-3.187a4.386 4.386 0 1 1 4.384-4.385 4.37 4.37 0 0 1-4.353 4.385z", clipRule: "evenodd" }), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.483 10.882A3.3 3.3 0 0 0 19.32 7.62a3.3 3.3 0 0 0-2.762-3.256m2.037 10.368c1.551.231 2.634.775 2.634 1.895 0 .771-.51 1.271-1.334 1.584" }));
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" }));
9599
9645
  };
9600
9646
  var Icon2UserRegular_default = Icon2UserRegular;
9601
9647
 
9602
9648
  // src/YoutubeBold.tsx
9603
- var React408 = __toESM(require("react"));
9649
+ var React410 = __toESM(require("react"));
9604
9650
  var YoutubeBold = (_a) => {
9605
9651
  var _b = _a, {
9606
9652
  size = 24,
@@ -9617,12 +9663,12 @@ var YoutubeBold = (_a) => {
9617
9663
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9618
9664
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9619
9665
  const resolvedViewBox = "0 0 24 24";
9620
- return /* @__PURE__ */ React408.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React408.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.767 13.872-3.672 2.09a.97.97 0 0 1-.977-.015.96.96 0 0 1-.473-.829v-4.18c0-.35.182-.667.486-.842a.96.96 0 0 1 .966-.002l3.67 2.09a.97.97 0 0 1 0 1.688m6.298-5.982a3.1 3.1 0 0 0-2.108-2.239c-1.767-.583-12.288-.55-13.9.035a3.05 3.05 0 0 0-2.109 2.2c-.592 1.731-.592 8.574-.009 10.286.29 1.045 1.102 1.872 2.085 2.145.865.314 3.954.47 7.025.47 3.051 0 6.086-.154 6.9-.46a3.08 3.08 0 0 0 2.103-2.195c.59-1.698.592-8.523.013-10.242", clipRule: "evenodd" }));
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" }));
9621
9667
  };
9622
9668
  var YoutubeBold_default = YoutubeBold;
9623
9669
 
9624
9670
  // src/XcomBold.tsx
9625
- var React409 = __toESM(require("react"));
9671
+ var React411 = __toESM(require("react"));
9626
9672
  var XcomBold = (_a) => {
9627
9673
  var _b = _a, {
9628
9674
  size = 24,
@@ -9639,12 +9685,12 @@ var XcomBold = (_a) => {
9639
9685
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9640
9686
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9641
9687
  const resolvedViewBox = "0 0 24 24";
9642
- return /* @__PURE__ */ React409.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React409.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.6 4.802a.97.97 0 0 0-.806-.427H5.148a.39.39 0 0 0-.322.608L14.49 19.23a.97.97 0 0 0 .805.427h3.646a.39.39 0 0 0 .323-.608z" }), /* @__PURE__ */ React409.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.45 13.433 4.669 20M18.757 4l-5.437 6.176" }));
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" }));
9643
9689
  };
9644
9690
  var XcomBold_default = XcomBold;
9645
9691
 
9646
9692
  // src/WorkBold.tsx
9647
- var React410 = __toESM(require("react"));
9693
+ var React412 = __toESM(require("react"));
9648
9694
  var WorkBold = (_a) => {
9649
9695
  var _b = _a, {
9650
9696
  size = 24,
@@ -9661,12 +9707,12 @@ var WorkBold = (_a) => {
9661
9707
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9662
9708
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9663
9709
  const resolvedViewBox = "0 0 24 24";
9664
- return /* @__PURE__ */ React410.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React410.createElement("path", { fill: "currentColor", d: "M2.19 12.815c.08-.05.18.01.19.02 2.022 1.357 4.453 2.258 7.004 2.633.36.05.721-.183.821-.547.22-.83.93-1.377 1.78-1.377h.03c.85 0 1.562.547 1.782 1.377.1.364.46.597.82.547 2.551-.375 4.982-1.276 7.003-2.633l.04-.02c.04-.02.1-.03.15 0 .086.048.09.16.09.171l-.08 5.165c0 2.127-1.7 3.848-3.801 3.848H5.973c-2.101 0-3.802-1.721-3.802-3.848l-.07-5.165c0-.01.004-.123.09-.171m9.805 2.177a.76.76 0 0 0-.75.759v1.307c0 .425.34.76.75.76.42 0 .751-.335.751-.76V15.75a.755.755 0 0 0-.75-.759M13.285 2c1.5 0 2.732 1.144 2.922 2.612h1.982c2.1 0 3.81 1.732 3.811 3.859 0 0-.06.9-.08 2.154a.33.33 0 0 1-.129.255c-.481.355-.922.65-.962.67-1.66 1.114-3.59 1.897-5.646 2.287a.32.32 0 0 1-.334-.163 3.3 3.3 0 0 0-2.854-1.649 3.35 3.35 0 0 0-2.872 1.643.32.32 0 0 1-.333.16 15.5 15.5 0 0 1-5.62-2.268l-.96-.67a.28.28 0 0 1-.13-.242C2.05 10.132 2 8.471 2 8.471c0-2.127 1.71-3.858 3.812-3.859h1.971C7.973 3.144 9.203 2 10.704 2zm-2.58 1.52c-.671 0-1.241.465-1.401 1.092h5.383a1.45 1.45 0 0 0-1.4-1.092z" }));
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" }));
9665
9711
  };
9666
9712
  var WorkBold_default = WorkBold;
9667
9713
 
9668
9714
  // src/WalletBold.tsx
9669
- var React411 = __toESM(require("react"));
9715
+ var React413 = __toESM(require("react"));
9670
9716
  var WalletBold = (_a) => {
9671
9717
  var _b = _a, {
9672
9718
  size = 24,
@@ -9683,12 +9729,12 @@ var WalletBold = (_a) => {
9683
9729
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9684
9730
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9685
9731
  const resolvedViewBox = "0 0 24 24";
9686
- return /* @__PURE__ */ React411.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React411.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.769 8.382H22C22 4.985 19.964 3 16.516 3H7.484C4.036 3 2 4.985 2 8.338v7.324C2 19.015 4.036 21 7.484 21h9.032C19.964 21 22 19.015 22 15.662v-.312h-4.231c-1.964 0-3.556-1.553-3.556-3.467s1.592-3.467 3.556-3.467zm0 1.49h3.484c.413 0 .747.326.747.728v2.53a.746.746 0 0 1-.747.729H17.85c-.994.013-1.864-.65-2.089-1.595a1.98 1.98 0 0 1 .433-1.652 2.1 2.1 0 0 1 1.576-.74m.151 2.66h.329a.755.755 0 0 0 .764-.744.755.755 0 0 0-.764-.746h-.329a.77.77 0 0 0-.54.213.73.73 0 0 0-.224.524c0 .413.34.75.764.754M6.738 8.383h5.644a.755.755 0 0 0 .765-.746.755.755 0 0 0-.765-.745H6.738a.755.755 0 0 0-.765.737c0 .413.341.749.765.754", clipRule: "evenodd" }));
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" }));
9687
9733
  };
9688
9734
  var WalletBold_default = WalletBold;
9689
9735
 
9690
9736
  // src/VolumeUpBold.tsx
9691
- var React412 = __toESM(require("react"));
9737
+ var React414 = __toESM(require("react"));
9692
9738
  var VolumeUpBold = (_a) => {
9693
9739
  var _b = _a, {
9694
9740
  size = 24,
@@ -9705,12 +9751,12 @@ var VolumeUpBold = (_a) => {
9705
9751
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9706
9752
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9707
9753
  const resolvedViewBox = "0 0 24 24";
9708
- return /* @__PURE__ */ React412.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React412.createElement("path", { fill: "currentColor", d: "M10.758 3c1.043 0 2.017.751 2.368 1.956.129.503.18 1.008.231 1.494l.047.443c.18 1.476.18 8.728 0 10.215l-.047.458c-.045.463-.091.943-.224 1.454-.352 1.2-1.288 1.98-2.351 1.98l-.105-.001c-.588 0-1.226-.361-1.587-.676l-3.527-2.94H3.752c-1.398 0-2.421-1.012-2.607-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.274-2.51 2.607-2.51h1.811l3.46-2.897c.417-.363 1.153-.722 1.735-.72m8.532.22a.906.906 0 0 1 1.277.237C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.235-2.433 8.544a.9.9 0 0 1-1.276.236.96.96 0 0 1-.23-1.308c1.356-2 2.104-4.653 2.104-7.472 0-2.818-.748-5.473-2.105-7.472a.96.96 0 0 1 .23-1.307M16.129 6.26a.907.907 0 0 1 1.278.236C18.42 7.987 18.978 9.942 18.978 12s-.558 4.014-1.571 5.506a.907.907 0 0 1-1.277.236.957.957 0 0 1-.23-1.308c.802-1.182 1.243-2.757 1.243-4.434s-.44-3.252-1.243-4.434a.957.957 0 0 1 .229-1.307" }));
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" }));
9709
9755
  };
9710
9756
  var VolumeUpBold_default = VolumeUpBold;
9711
9757
 
9712
9758
  // src/VolumeOffBold.tsx
9713
- var React413 = __toESM(require("react"));
9759
+ var React415 = __toESM(require("react"));
9714
9760
  var VolumeOffBold = (_a) => {
9715
9761
  var _b = _a, {
9716
9762
  size = 24,
@@ -9727,12 +9773,12 @@ var VolumeOffBold = (_a) => {
9727
9773
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9728
9774
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9729
9775
  const resolvedViewBox = "0 0 24 24";
9730
- return /* @__PURE__ */ React413.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React413.createElement("path", { fill: "currentColor", d: "M20.42 3.27a.926.926 0 1 1 1.308 1.311L4.58 21.73a.95.95 0 0 1-.655.27.96.96 0 0 1-.652-.267.93.93 0 0 1-.002-1.314l2.826-2.826h-.029c-1.409 0-2.435-.996-2.626-2.541-.212-1.545-.17-4.192 0-5.6.2-1.46 1.282-2.464 2.626-2.464h1.83l3.494-2.859c.424-.36 1.176-.7 1.757-.709 1.059 0 2.033.74 2.382 1.926.138.498.192.995.235 1.473l.083.675c.013.104.026.204.037.31zm-4.933 10.26c.389.098.465.655.458 1.093-.018 1.273-.06 2.158-.128 2.705l-.046.451c-.046.457-.094.928-.229 1.432-.352 1.184-1.298 1.952-2.372 1.952h-.105c-.594 0-1.238-.357-1.603-.667l-1.302-1.007c-.494-.367-.347-.953-.07-1.293.277-.338 4.645-4.32 4.79-4.463.144-.14.463-.24.607-.203" }));
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" }));
9731
9777
  };
9732
9778
  var VolumeOffBold_default = VolumeOffBold;
9733
9779
 
9734
9780
  // src/VolumeDownBold.tsx
9735
- var React414 = __toESM(require("react"));
9781
+ var React416 = __toESM(require("react"));
9736
9782
  var VolumeDownBold = (_a) => {
9737
9783
  var _b = _a, {
9738
9784
  size = 24,
@@ -9749,12 +9795,12 @@ var VolumeDownBold = (_a) => {
9749
9795
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9750
9796
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9751
9797
  const resolvedViewBox = "0 0 24 24";
9752
- return /* @__PURE__ */ React414.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React414.createElement("path", { fill: "currentColor", d: "M12.77 3c1.044 0 2.018.752 2.37 1.956.128.503.18 1.008.23 1.494l.049.443c.18 1.476.18 8.728 0 10.215l-.048.458c-.045.463-.091.943-.225 1.454-.352 1.2-1.289 1.98-2.353 1.98l-.105-.001c-.588 0-1.227-.361-1.59-.676l-3.53-2.94H5.755c-1.4 0-2.424-1.012-2.61-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.275-2.51 2.61-2.51h1.813l3.463-2.897c.418-.363 1.156-.722 1.738-.72m5.377 3.259a.91.91 0 0 1 1.28.236C20.44 7.988 21 9.943 21 12s-.56 4.012-1.573 5.506a.92.92 0 0 1-.755.403.9.9 0 0 1-.525-.167.956.956 0 0 1-.23-1.308c.804-1.184 1.246-2.758 1.246-4.434s-.442-3.25-1.245-4.434a.955.955 0 0 1 .23-1.307" }));
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" }));
9753
9799
  };
9754
9800
  var VolumeDownBold_default = VolumeDownBold;
9755
9801
 
9756
9802
  // src/VoiceBold.tsx
9757
- var React415 = __toESM(require("react"));
9803
+ var React417 = __toESM(require("react"));
9758
9804
  var VoiceBold = (_a) => {
9759
9805
  var _b = _a, {
9760
9806
  size = 24,
@@ -9771,12 +9817,12 @@ var VoiceBold = (_a) => {
9771
9817
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9772
9818
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9773
9819
  const resolvedViewBox = "0 0 24 24";
9774
- return /* @__PURE__ */ React415.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React415.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.857-7.531 8.334v1.926A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.926C6.8 18.64 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2c2.403 0 4.352 1.924 4.352 4.297v4.623c0 2.372-1.949 4.298-4.352 4.298h-.35c-2.403 0-4.351-1.926-4.351-4.298V6.297C7.474 3.924 9.422 2 11.825 2z" }));
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" }));
9775
9821
  };
9776
9822
  var VoiceBold_default = VoiceBold;
9777
9823
 
9778
9824
  // src/Voice2Bold.tsx
9779
- var React416 = __toESM(require("react"));
9825
+ var React418 = __toESM(require("react"));
9780
9826
  var Voice2Bold = (_a) => {
9781
9827
  var _b = _a, {
9782
9828
  size = 24,
@@ -9793,12 +9839,12 @@ var Voice2Bold = (_a) => {
9793
9839
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9794
9840
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9795
9841
  const resolvedViewBox = "0 0 24 24";
9796
- return /* @__PURE__ */ React416.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React416.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.858-7.531 8.335v1.925A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.925C6.8 18.641 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2a4.345 4.345 0 0 1 4.19 3.13.39.39 0 0 1-.377.495h-1.132a.616.616 0 0 0-.62.611v.001c0 .339.279.612.62.612H15.9c.346 0 .627.276.627.618a.623.623 0 0 1-.627.618h-1.044a.617.617 0 0 0-.62.613c0 .338.278.613.62.613H15.9c.346 0 .627.276.627.619 0 .34-.28.616-.627.616h-1.044a.617.617 0 0 0-.62.613c0 .338.278.611.62.611h1.078c.265 0 .455.258.372.506a4.35 4.35 0 0 1-4.131 2.94h-.35c-2.403 0-4.351-1.924-4.351-4.296V6.297C7.474 3.924 9.422 2 11.825 2z" }));
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" }));
9797
9843
  };
9798
9844
  var Voice2Bold_default = Voice2Bold;
9799
9845
 
9800
9846
  // src/VideoBold.tsx
9801
- var React417 = __toESM(require("react"));
9847
+ var React419 = __toESM(require("react"));
9802
9848
  var VideoBold = (_a) => {
9803
9849
  var _b = _a, {
9804
9850
  size = 24,
@@ -9815,12 +9861,12 @@ var VideoBold = (_a) => {
9815
9861
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9816
9862
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9817
9863
  const resolvedViewBox = "0 0 24 24";
9818
- return /* @__PURE__ */ React417.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React417.createElement("path", { fill: "currentColor", d: "M11.905 4.5c2.422 0 4.113 1.669 4.114 4.06v6.88c0 2.391-1.692 4.06-4.114 4.06H6.113C3.691 19.5 2 17.831 2 15.44V8.56C2 6.17 3.691 4.5 6.113 4.5zm8.053 2.379c.439-.223.954-.2 1.373.064.419.263.669.72.669 1.22v7.676a1.43 1.43 0 0 1-1.412 1.435c-.215 0-.43-.05-.631-.153l-1.481-.748a1.62 1.62 0 0 1-.888-1.456V9.083c0-.621.34-1.18.888-1.456z" }));
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" }));
9819
9865
  };
9820
9866
  var VideoBold_default = VideoBold;
9821
9867
 
9822
9868
  // src/UserSearchBold.tsx
9823
- var React418 = __toESM(require("react"));
9869
+ var React420 = __toESM(require("react"));
9824
9870
  var UserSearchBold = (_a) => {
9825
9871
  var _b = _a, {
9826
9872
  size = 24,
@@ -9837,12 +9883,12 @@ var UserSearchBold = (_a) => {
9837
9883
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9838
9884
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9839
9885
  const resolvedViewBox = "0 0 24 24";
9840
- return /* @__PURE__ */ React418.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React418.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.212 19.302-.71-.71c.304-.608.406-1.217.406-1.825 0-.812-.406-1.623-1.014-2.13a3.37 3.37 0 0 0-4.767 0 3.367 3.367 0 0 0 0 4.766c1.116 1.116 2.637 1.319 3.955.609l.71.71c.203.203.507.304.71.304s.507-.101.71-.304a.98.98 0 0 0 0-1.42m-2.738-1.318c-.507.507-1.42.507-1.927 0s-.507-1.42 0-1.927c.304-.203.61-.406.913-.406.406 0 .71.102 1.014.406.203.203.304.406.304.81.102.407-.1.812-.304 1.117M10.883 2.977a4.664 4.664 0 0 1 4.665 4.665 4.664 4.664 0 0 1-4.665 4.665 4.664 4.664 0 0 1-4.665-4.665 4.664 4.664 0 0 1 4.665-4.665M9.869 14.334c-1.42 0-2.738.203-3.752.507-.61.203-1.217.507-1.623.913a2.45 2.45 0 0 0-.71 1.724c0 .71.203 1.217.71 1.724.406.405 1.014.71 1.623.912 1.014.305 2.332.507 3.752.507.609 0 1.014-.405 1.014-1.014v-4.259c0-.608-.405-1.014-1.014-1.014", clipRule: "evenodd" }));
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" }));
9841
9887
  };
9842
9888
  var UserSearchBold_default = UserSearchBold;
9843
9889
 
9844
9890
  // src/UserDeleteBold.tsx
9845
- var React419 = __toESM(require("react"));
9891
+ var React421 = __toESM(require("react"));
9846
9892
  var UserDeleteBold = (_a) => {
9847
9893
  var _b = _a, {
9848
9894
  size = 24,
@@ -9859,12 +9905,12 @@ var UserDeleteBold = (_a) => {
9859
9905
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9860
9906
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9861
9907
  const resolvedViewBox = "0 0 24 24";
9862
- return /* @__PURE__ */ React419.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React419.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.694 13.39a1 1 0 0 1-.707-.292l-.972-.972-.934.938a1 1 0 0 1-1.416-1.414l.935-.937-.966-.964a1 1 0 0 1 1.414-1.415l.965.964.931-.932a1 1 0 0 1 1.414-.001 1 1 0 0 1 .002 1.414l-.932.932.973.971a1 1 0 0 1-.707 1.708m-10.992-.874c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m-.001 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.094-.333 7.094-3.209 0-3.228-5.339-3.228-7.094-3.228", clipRule: "evenodd" }));
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" }));
9863
9909
  };
9864
9910
  var UserDeleteBold_default = UserDeleteBold;
9865
9911
 
9866
9912
  // src/UserCheckedBold.tsx
9867
- var React420 = __toESM(require("react"));
9913
+ var React422 = __toESM(require("react"));
9868
9914
  var UserCheckedBold = (_a) => {
9869
9915
  var _b = _a, {
9870
9916
  size = 24,
@@ -9881,12 +9927,12 @@ var UserCheckedBold = (_a) => {
9881
9927
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9882
9928
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9883
9929
  const resolvedViewBox = "0 0 24 24";
9884
- return /* @__PURE__ */ React420.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React420.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.02 13.268a1 1 0 0 1-.708-.294l-1.461-1.465a1 1 0 1 1 1.416-1.412l.754.756 2.309-2.306a1 1 0 0 1 1.414 1.415l-3.017 3.014a1 1 0 0 1-.707.292m-8.66-.752c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.046 0-7.096.333-7.096 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
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" }));
9885
9931
  };
9886
9932
  var UserCheckedBold_default = UserCheckedBold;
9887
9933
 
9888
9934
  // src/UserBadgeBold.tsx
9889
- var React421 = __toESM(require("react"));
9935
+ var React423 = __toESM(require("react"));
9890
9936
  var UserBadgeBold = (_a) => {
9891
9937
  var _b = _a, {
9892
9938
  size = 24,
@@ -9903,12 +9949,12 @@ var UserBadgeBold = (_a) => {
9903
9949
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9904
9950
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9905
9951
  const resolvedViewBox = "0 0 24 24";
9906
- return /* @__PURE__ */ React421.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React421.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.038 16.106-7.775.01a.46.46 0 0 1-.32-.131.46.46 0 0 1-.132-.32c0-1.642 1.342-3.3 4.339-3.3s4.339 1.652 4.339 3.29a.45.45 0 0 1-.451.45M12.15 5.339a2.82 2.82 0 0 1 2.815 2.816 2.82 2.82 0 0 1-2.815 2.815 2.82 2.82 0 0 1-2.815-2.815 2.82 2.82 0 0 1 2.815-2.816M16.3 2.3H8c-3 0-5 2.1-5 5.2v7c0 3.1 2 5.1 5 5.1h1.8l1.9 1.9c.1.1.3.2.5.2s.4-.1.5-.2l1.8-1.9h1.8c3 0 5-2.1 5-5.1v-7c0-3.1-2-5.2-5-5.2", clipRule: "evenodd" }));
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" }));
9907
9953
  };
9908
9954
  var UserBadgeBold_default = UserBadgeBold;
9909
9955
 
9910
9956
  // src/UploadBold.tsx
9911
- var React422 = __toESM(require("react"));
9957
+ var React424 = __toESM(require("react"));
9912
9958
  var UploadBold = (_a) => {
9913
9959
  var _b = _a, {
9914
9960
  size = 24,
@@ -9925,12 +9971,12 @@ var UploadBold = (_a) => {
9925
9971
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9926
9972
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9927
9973
  const resolvedViewBox = "0 0 24 24";
9928
- return /* @__PURE__ */ React422.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React422.createElement("path", { fill: "currentColor", d: "M11.23 14.885c0 .437.34.783.77.783.385 0 .711-.29.763-.676l.007-.107V8.78h-1.54V4.64l-1.59 1.6c-.3.3-.79.3-1.09 0a.764.764 0 0 1-.084-1.004l.074-.086 2.91-2.92a.764.764 0 0 1 1-.082l.09.082 2.91 2.92c.15.15.23.35.23.54a.773.773 0 0 1-1.234.624l-.086-.074-1.59-1.6v4.14h4.78c2.38 0 4.335 1.911 4.445 4.315l.005.213v4.955c0 2.421-1.878 4.401-4.231 4.512l-.21.005H6.45c-2.39 0-4.336-1.92-4.445-4.315L2 18.253v-4.966c0-2.411 1.878-4.39 4.231-4.502l.21-.005h4.79z" }));
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" }));
9929
9975
  };
9930
9976
  var UploadBold_default = UploadBold;
9931
9977
 
9932
9978
  // src/UnlockBold.tsx
9933
- var React423 = __toESM(require("react"));
9979
+ var React425 = __toESM(require("react"));
9934
9980
  var UnlockBold = (_a) => {
9935
9981
  var _b = _a, {
9936
9982
  size = 24,
@@ -9947,12 +9993,12 @@ var UnlockBold = (_a) => {
9947
9993
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9948
9994
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9949
9995
  const resolvedViewBox = "0 0 24 24";
9950
- return /* @__PURE__ */ React423.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React423.createElement("path", { fill: "currentColor", d: "M11.979 2c2.367 0 4.46 1.462 5.232 3.628a.85.85 0 0 1-.041.666.85.85 0 0 1-.508.438.906.906 0 0 1-1.138-.537C15.006 4.723 13.584 3.74 12 3.74c-2.074 0-3.75 1.631-3.76 3.628V8.71l-.013.002h8.005c2.358 0 4.269 1.87 4.269 4.176v4.937C20.5 20.13 18.589 22 16.231 22H7.768C5.41 22 3.5 20.13 3.5 17.824v-4.937c0-1.897 1.3-3.48 3.07-3.99l-.11.014V7.387C6.48 4.417 8.95 2 11.979 2m.016 11.383a.875.875 0 0 0-.884.864v2.207c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874v-2.207a.877.877 0 0 0-.894-.864" }));
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" }));
9951
9997
  };
9952
9998
  var UnlockBold_default = UnlockBold;
9953
9999
 
9954
10000
  // src/TwitterBold.tsx
9955
- var React424 = __toESM(require("react"));
10001
+ var React426 = __toESM(require("react"));
9956
10002
  var TwitterBold = (_a) => {
9957
10003
  var _b = _a, {
9958
10004
  size = 24,
@@ -9969,12 +10015,12 @@ var TwitterBold = (_a) => {
9969
10015
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9970
10016
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9971
10017
  const resolvedViewBox = "0 0 24 24";
9972
- return /* @__PURE__ */ React424.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React424.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.422 6.165a.49.49 0 0 0-.496-.226l-2.003.298c-.565-.632-2.295-2.244-4.682-1.522-2.067.634-3.051 2.832-3.11 4.51a12.8 12.8 0 0 1-6.787-3.592.5.5 0 0 0-.85.267c-.914 5.443.268 9.076 3.718 11.356a8.16 8.16 0 0 1-4.196 1.017.499.499 0 0 0-.4.82c1.482 1.782 4.274 2.393 6.499 2.393q.386 0 .745-.023c3.24-.202 5.91-1.54 7.724-3.871 1.717-2.207 2.548-5.24 2.339-8.565l-.006-.05 1.5-2.268a.5.5 0 0 0 .005-.544", clipRule: "evenodd" }));
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" }));
9973
10019
  };
9974
10020
  var TwitterBold_default = TwitterBold;
9975
10021
 
9976
10022
  // src/TranslateLanguageBold.tsx
9977
- var React425 = __toESM(require("react"));
10023
+ var React427 = __toESM(require("react"));
9978
10024
  var TranslateLanguageBold = (_a) => {
9979
10025
  var _b = _a, {
9980
10026
  size = 24,
@@ -9991,12 +10037,12 @@ var TranslateLanguageBold = (_a) => {
9991
10037
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
9992
10038
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
9993
10039
  const resolvedViewBox = "0 0 24 24";
9994
- return /* @__PURE__ */ React425.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.715 14.521c.25.04.524.048.912.048a3 3 0 0 0 .554-.08l-.725-1.42z", clipRule: "evenodd" }), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.247 16.888a.75.75 0 0 1-1.009-.327l-.356-.699c-.41.104-.853.209-1.255.209-.656 0-1.11-.033-1.615-.172l-.337.662a.75.75 0 1 1-1.336-.682l2.449-4.8c.256-.502 1.08-.502 1.336 0l2.45 4.8a.75.75 0 0 1-.327 1.009m-6.975-2.501c-.092-.08-.185-.171-.278-.262a8.5 8.5 0 0 1-2.381 1.143.75.75 0 1 1-.438-1.436 7.1 7.1 0 0 0 1.865-.866 7.2 7.2 0 0 1-.96-2.219.75.75 0 1 1 1.458-.353c.135.556.363 1.089.658 1.58a6 6 0 0 0 1.361-2.584H7.093a.75.75 0 0 1 0-1.5h2.546v-.109a.75.75 0 0 1 1.5 0v.109h2.903a.75.75 0 0 1 0 1.5h-.947a7.7 7.7 0 0 1-.536 1.695 7.5 7.5 0 0 1-1.409 2.063c.034.031.071.077.104.106a.75.75 0 0 1-.982 1.133M16.218 2.5H7.783C4.623 2.5 2.5 4.723 2.5 8.031v7.939c0 3.308 2.123 5.53 5.283 5.53h8.434c3.16 0 5.283-2.222 5.283-5.53V8.031c0-3.308-2.123-5.531-5.282-5.531", clipRule: "evenodd" }));
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" }));
9995
10041
  };
9996
10042
  var TranslateLanguageBold_default = TranslateLanguageBold;
9997
10043
 
9998
10044
  // src/TiredBold.tsx
9999
- var React426 = __toESM(require("react"));
10045
+ var React428 = __toESM(require("react"));
10000
10046
  var TiredBold = (_a) => {
10001
10047
  var _b = _a, {
10002
10048
  size = 24,
@@ -10013,12 +10059,12 @@ var TiredBold = (_a) => {
10013
10059
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10014
10060
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10015
10061
  const resolvedViewBox = "0 0 24 24";
10016
- return /* @__PURE__ */ React426.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React426.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.9 10.102a.75.75 0 1 1-.795 1.271l-1.787-1.118a.75.75 0 0 1 .001-1.272l1.787-1.112a.749.749 0 1 1 .793 1.273l-.767.478zm-2.033 6.332H9.129c-.276 0-.5-.204-.5-.456 0-1.801 1.512-3.265 3.37-3.265 1.857 0 3.368 1.464 3.368 3.265 0 .252-.224.456-.5.456m-7.37-4.946a.75.75 0 0 1-.399-1.386l.768-.48-.767-.478a.75.75 0 1 1 .793-1.273l1.787 1.112a.75.75 0 0 1 .001 1.272l-1.787 1.118a.74.74 0 0 1-.396.115M12 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
10017
10063
  };
10018
10064
  var TiredBold_default = TiredBold;
10019
10065
 
10020
10066
  // src/TimerPlusBold.tsx
10021
- var React427 = __toESM(require("react"));
10067
+ var React429 = __toESM(require("react"));
10022
10068
  var TimerPlusBold = (_a) => {
10023
10069
  var _b = _a, {
10024
10070
  size = 24,
@@ -10035,12 +10081,12 @@ var TimerPlusBold = (_a) => {
10035
10081
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10036
10082
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10037
10083
  const resolvedViewBox = "0 0 24 24";
10038
- return /* @__PURE__ */ React427.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React427.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.711 13.785h-1.81v1.81c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.8c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h1.8v-1.8c0-.41.34-.75.75-.75s.75.34.75.75v1.8h1.81a.749.749 0 1 1 0 1.5m-2.56-8.73c-4.4 0-7.98 3.58-7.98 7.98s3.58 7.98 7.98 7.98 7.98-3.58 7.98-7.98-3.58-7.98-7.98-7.98m-5.359-.67a.75.75 0 1 0-.78-1.281A11.5 11.5 0 0 0 2.54 6.4a.75.75 0 1 0 1.236.849 10 10 0 0 1 3.016-2.864M21.776 6.4a11.5 11.5 0 0 0-3.484-3.307.75.75 0 0 0-.776 1.284A10 10 0 0 1 20.54 7.25a.75.75 0 1 0 1.236-.85", clipRule: "evenodd" }));
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" }));
10039
10085
  };
10040
10086
  var TimerPlusBold_default = TimerPlusBold;
10041
10087
 
10042
10088
  // src/TimeSquareBold.tsx
10043
- var React428 = __toESM(require("react"));
10089
+ var React430 = __toESM(require("react"));
10044
10090
  var TimeSquareBold = (_a) => {
10045
10091
  var _b = _a, {
10046
10092
  size = 24,
@@ -10057,12 +10103,12 @@ var TimeSquareBold = (_a) => {
10057
10103
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10058
10104
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10059
10105
  const resolvedViewBox = "0 0 24 24";
10060
- return /* @__PURE__ */ React428.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React428.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.379 22 7.919v8.17C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.089v-8.17C2 4.379 4.28 2 7.67 2m7.91 13.81c.25 0 .5-.13.64-.37a.744.744 0 0 0-.26-1.03l-3.56-2.12V7.669a.75.75 0 1 0-1.5 0v5.05c0 .26.14.51.37.64l3.92 2.34c.12.08.26.11.39.11", clipRule: "evenodd" }));
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" }));
10061
10107
  };
10062
10108
  var TimeSquareBold_default = TimeSquareBold;
10063
10109
 
10064
10110
  // src/TimeCircleBold.tsx
10065
- var React429 = __toESM(require("react"));
10111
+ var React431 = __toESM(require("react"));
10066
10112
  var TimeCircleBold = (_a) => {
10067
10113
  var _b = _a, {
10068
10114
  size = 24,
@@ -10079,12 +10125,12 @@ var TimeCircleBold = (_a) => {
10079
10125
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10080
10126
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10081
10127
  const resolvedViewBox = "0 0 24 24";
10082
- return /* @__PURE__ */ React429.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React429.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.53 2 12 2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10m3.19-6.29a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68a.749.749 0 1 0-1.5 0v5.05c0 .26.14.5.37.64z", clipRule: "evenodd" }));
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" }));
10083
10129
  };
10084
10130
  var TimeCircleBold_default = TimeCircleBold;
10085
10131
 
10086
10132
  // src/TimeCircle2Bold.tsx
10087
- var React430 = __toESM(require("react"));
10133
+ var React432 = __toESM(require("react"));
10088
10134
  var TimeCircle2Bold = (_a) => {
10089
10135
  var _b = _a, {
10090
10136
  size = 24,
@@ -10101,12 +10147,12 @@ var TimeCircle2Bold = (_a) => {
10101
10147
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10102
10148
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10103
10149
  const resolvedViewBox = "0 0 24 24";
10104
- return /* @__PURE__ */ React430.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React430.createElement("path", { fill: "currentColor", d: "M12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10-5.52 0-10-4.47-10-10C2 6.48 6.48 2 12 2m-.35 4.93c-.41 0-.75.33-.75.75v5.05c0 .26.14.5.37.64l3.92 2.34a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68c0-.42-.34-.75-.75-.75" }));
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" }));
10105
10151
  };
10106
10152
  var TimeCircle2Bold_default = TimeCircle2Bold;
10107
10153
 
10108
10154
  // src/TiktokBold.tsx
10109
- var React431 = __toESM(require("react"));
10155
+ var React433 = __toESM(require("react"));
10110
10156
  var TiktokBold = (_a) => {
10111
10157
  var _b = _a, {
10112
10158
  size = 24,
@@ -10123,12 +10169,12 @@ var TiktokBold = (_a) => {
10123
10169
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10124
10170
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10125
10171
  const resolvedViewBox = "0 0 24 24";
10126
- return /* @__PURE__ */ React431.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React431.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.885 6.94c-2.61-.242-3.536-2.426-3.757-3.09a.5.5 0 0 0-.474-.341H12.94a.5.5 0 0 0-.5.5v12.09c0 1.213-.987 2.2-2.2 2.2a2.203 2.203 0 0 1-.224-4.393.5.5 0 0 0 .449-.497c0-.888.025-3.054.025-3.054a.5.5 0 0 0-.145-.357.5.5 0 0 0-.355-.15c-3.49 0-6.33 2.84-6.33 6.33 0 3.492 2.84 6.33 6.33 6.33s6.33-2.838 6.33-6.33v-5.602c.849.433 2.259.954 3.647.587a.5.5 0 0 0 .37-.484v-3.24a.5.5 0 0 0-.453-.498", clipRule: "evenodd" }));
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" }));
10127
10173
  };
10128
10174
  var TiktokBold_default = TiktokBold;
10129
10175
 
10130
10176
  // src/TicketBold.tsx
10131
- var React432 = __toESM(require("react"));
10177
+ var React434 = __toESM(require("react"));
10132
10178
  var TicketBold = (_a) => {
10133
10179
  var _b = _a, {
10134
10180
  size = 24,
@@ -10145,12 +10191,12 @@ var TicketBold = (_a) => {
10145
10191
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10146
10192
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10147
10193
  const resolvedViewBox = "0 0 24 24";
10148
- return /* @__PURE__ */ React432.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React432.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.787 10.539a.74.74 0 0 1-.512.207c-.716 0-1.296.563-1.296 1.25 0 .69.573 1.25 1.282 1.258.4.004.739.275.739.663v2.41C22 18.354 20.308 20 18.219 20h-3.153a.58.58 0 0 1-.59-.573v-2.03a.71.71 0 0 0-.726-.704.714.714 0 0 0-.725.704v2.03a.58.58 0 0 1-.589.573H5.781C3.702 20 2 18.356 2 16.326v-2.41c0-.387.34-.658.739-.662.71-.007 1.282-.568 1.282-1.259 0-.667-.56-1.174-1.296-1.174a.74.74 0 0 1-.512-.207.7.7 0 0 1-.213-.498V7.683C2 5.657 3.706 4 5.791 4h6.645c.325 0 .59.256.59.573v2.405a.72.72 0 0 0 .725.705c.406 0 .725-.32.725-.705V4.573c0-.317.264-.573.59-.573h3.153C20.308 4 22 5.644 22 7.674v2.367a.7.7 0 0 1-.213.498m-8.036 4.331c.406 0 .725-.32.725-.704v-3.758a.714.714 0 0 0-.726-.705.72.72 0 0 0-.725.705v3.758a.72.72 0 0 0 .726.704", clipRule: "evenodd" }));
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" }));
10149
10195
  };
10150
10196
  var TicketBold_default = TicketBold;
10151
10197
 
10152
10198
  // src/TicketStarBold.tsx
10153
- var React433 = __toESM(require("react"));
10199
+ var React435 = __toESM(require("react"));
10154
10200
  var TicketStarBold = (_a) => {
10155
10201
  var _b = _a, {
10156
10202
  size = 24,
@@ -10167,12 +10213,12 @@ var TicketStarBold = (_a) => {
10167
10213
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10168
10214
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10169
10215
  const resolvedViewBox = "0 0 24 24";
10170
- return /* @__PURE__ */ React433.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React433.createElement("path", { fill: "currentColor", d: "M17.856 3C20.14 3 22 4.842 22 7.105v2.677a.74.74 0 0 1-.75.743c-.821 0-1.49.662-1.49 1.476 0 .763.588 1.392 1.338 1.468l.228.011a.746.746 0 0 1 .674.74v2.675C22 19.16 20.142 21 17.858 21H6.143C3.859 21 2 19.159 2 16.895V14.22c0-.385.296-.702.674-.74l.228-.011A1.483 1.483 0 0 0 4.24 12c0-.793-.641-1.39-1.49-1.39a.75.75 0 0 1-.53-.217.74.74 0 0 1-.22-.525l.002-2.764C2.002 4.842 3.86 3 6.144 3zM12 8.153a.74.74 0 0 0-.663.409l-.729 1.463-1.626.235a.74.74 0 0 0-.6.498.72.72 0 0 0 .187.753l1.179 1.137-.278 1.608a.73.73 0 0 0 .295.719.74.74 0 0 0 .777.055L12 14.27l1.455.757a.73.73 0 0 0 .78-.053.72.72 0 0 0 .296-.718l-.279-1.608 1.179-1.137a.732.732 0 0 0-.41-1.25l-1.628-.236-.729-1.463a.74.74 0 0 0-.662-.409z" }));
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" }));
10171
10217
  };
10172
10218
  var TicketStarBold_default = TicketStarBold;
10173
10219
 
10174
10220
  // src/TickSquareBold.tsx
10175
- var React434 = __toESM(require("react"));
10221
+ var React436 = __toESM(require("react"));
10176
10222
  var TickSquareBold = (_a) => {
10177
10223
  var _b = _a, {
10178
10224
  size = 24,
@@ -10189,12 +10235,12 @@ var TickSquareBold = (_a) => {
10189
10235
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10190
10236
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10191
10237
  const resolvedViewBox = "0 0 24 24";
10192
- return /* @__PURE__ */ React434.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React434.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.171C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.091V7.92C2 4.38 4.28 2 7.67 2m3.76 12.99 4.75-4.75c.34-.34.34-.89 0-1.24a.88.88 0 0 0-1.24 0l-4.13 4.13-1.75-1.75a.88.88 0 0 0-1.24 0c-.34.34-.34.89 0 1.24l2.38 2.37c.17.17.39.25.61.25.23 0 .45-.08.62-.25", clipRule: "evenodd" }));
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" }));
10193
10239
  };
10194
10240
  var TickSquareBold_default = TickSquareBold;
10195
10241
 
10196
10242
  // src/ThumbLikeBold.tsx
10197
- var React435 = __toESM(require("react"));
10243
+ var React437 = __toESM(require("react"));
10198
10244
  var ThumbLikeBold = (_a) => {
10199
10245
  var _b = _a, {
10200
10246
  size = 24,
@@ -10211,12 +10257,12 @@ var ThumbLikeBold = (_a) => {
10211
10257
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10212
10258
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10213
10259
  const resolvedViewBox = "0 0 24 24";
10214
- return /* @__PURE__ */ React435.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React435.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.26 11.928a3.05 3.05 0 0 0-1.363-1.774c-.718-.433-1.731-.433-3.853-.433-.971 0-1.372-.411-1.034-1.604.443-1.605.876-4.635-.834-5.13-.76-.233-1.616.084-2.101.707A783 783 0 0 0 8.646 8.11a.46.46 0 0 0-.02.514q.21.358.324.76c.127.464.127.886.127 1.583V18.6c0 .512 0 .873-.05 1.21-.03.19.05.387.222.473a6.4 6.4 0 0 0 2.54.681c1.774.106 4.118.17 5.807-.01 1.246-.148 2.681-1.098 3.199-2.481.75-2.059.897-5.004.464-6.545M6.142 8.54c-.243-.064-.549-.064-1.15-.064-.602 0-.898 0-1.14.063a1.85 1.85 0 0 0-1.278 1.278c-.074.253-.074.549-.074 1.15V18.6c0 .602 0 .897.074 1.15a1.85 1.85 0 0 0 1.277 1.278c.243.063.539.063 1.14.063.602 0 .908 0 1.151-.063a1.85 1.85 0 0 0 1.277-1.277c.074-.254.074-.55.074-1.151v-7.633c0-.601 0-.897-.074-1.15a1.85 1.85 0 0 0-1.277-1.278", clipRule: "evenodd" }));
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" }));
10215
10261
  };
10216
10262
  var ThumbLikeBold_default = ThumbLikeBold;
10217
10263
 
10218
10264
  // src/ThumbDislikeBold.tsx
10219
- var React436 = __toESM(require("react"));
10265
+ var React438 = __toESM(require("react"));
10220
10266
  var ThumbDislikeBold = (_a) => {
10221
10267
  var _b = _a, {
10222
10268
  size = 24,
@@ -10233,12 +10279,12 @@ var ThumbDislikeBold = (_a) => {
10233
10279
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10234
10280
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10235
10281
  const resolvedViewBox = "0 0 24 24";
10236
- return /* @__PURE__ */ React436.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React436.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.74 12.073a3.05 3.05 0 0 0 1.363 1.773c.718.433 1.731.433 3.853.433.971 0 1.372.412 1.034 1.605-.443 1.604-.876 4.634.834 5.13.76.233 1.616-.084 2.101-.707a785 785 0 0 0 3.429-4.416.46.46 0 0 0 .02-.514 3.3 3.3 0 0 1-.324-.76c-.127-.465-.127-.887-.127-1.584V5.402c0-.513 0-.873.051-1.211.028-.19-.051-.386-.223-.472a6.4 6.4 0 0 0-2.54-.682c-1.774-.105-4.118-.168-5.807.011-1.246.148-2.681 1.098-3.199 2.48-.75 2.06-.897 5.005-.464 6.546m15.117 3.387c.243.063.549.063 1.15.063.602 0 .898 0 1.14-.063a1.85 1.85 0 0 0 1.278-1.277c.074-.254.074-.55.074-1.151V5.401c0-.602 0-.898-.074-1.151a1.85 1.85 0 0 0-1.277-1.277c-.243-.064-.539-.064-1.14-.064-.602 0-.908 0-1.151.064A1.85 1.85 0 0 0 16.58 4.25c-.074.253-.074.549-.074 1.15v7.633c0 .602 0 .897.073 1.15a1.85 1.85 0 0 0 1.278 1.278", clipRule: "evenodd" }));
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" }));
10237
10283
  };
10238
10284
  var ThumbDislikeBold_default = ThumbDislikeBold;
10239
10285
 
10240
10286
  // src/TagBold.tsx
10241
- var React437 = __toESM(require("react"));
10287
+ var React439 = __toESM(require("react"));
10242
10288
  var TagBold = (_a) => {
10243
10289
  var _b = _a, {
10244
10290
  size = 24,
@@ -10255,12 +10301,12 @@ var TagBold = (_a) => {
10255
10301
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10256
10302
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10257
10303
  const resolvedViewBox = "0 0 24 24";
10258
- return /* @__PURE__ */ React437.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }));
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" }));
10259
10305
  };
10260
10306
  var TagBold_default = TagBold;
10261
10307
 
10262
10308
  // src/SwapBold.tsx
10263
- var React438 = __toESM(require("react"));
10309
+ var React440 = __toESM(require("react"));
10264
10310
  var SwapBold = (_a) => {
10265
10311
  var _b = _a, {
10266
10312
  size = 24,
@@ -10277,12 +10323,12 @@ var SwapBold = (_a) => {
10277
10323
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10278
10324
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10279
10325
  const resolvedViewBox = "0 0 24 24";
10280
- return /* @__PURE__ */ React438.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React438.createElement("path", { fill: "currentColor", d: "M17.3 12.83c1.212 0 2.31.068 2.985.196.012 0 .628.127.834.21.297.128.55.36.71.65q.172.347.171.731c-.01.266-.183.766-.264.963-.502 1.3-2.15 3.783-3.155 4.735-.16.162-.355.337-.4.383-.253.197-.56.302-.892.302a1.36 1.36 0 0 1-.836-.28 5 5 0 0 1-.433-.394c-1.042-.974-2.609-3.4-3.112-4.63-.018-.018-.308-.735-.32-1.079v-.047c0-.534.298-1.032.778-1.288.26-.137 1.014-.265 1.04-.28.686-.104 1.739-.173 2.894-.173m-10.595.06c.516 0 .935.425.935.949l.256 4.578a1.2 1.2 0 0 1-1.19 1.208 1.2 1.2 0 0 1-1.191-1.208l.256-4.578a.94.94 0 0 1 .934-.948M6.712 3c.296 0 .593.093.834.278.166.12.434.396.434.396 1.04.975 2.608 3.4 3.11 4.63.011 0 .31.732.322 1.08v.047c0 .533-.299 1.031-.778 1.287-.264.14-1.03.267-1.041.28-.686.104-1.738.173-2.893.173-1.212 0-2.31-.07-2.985-.197-.012 0-.63-.127-.835-.21a1.5 1.5 0 0 1-.71-.65 1.6 1.6 0 0 1-.17-.73c.01-.267.182-.766.262-.963.503-1.3 2.15-3.784 3.157-4.735.16-.163.353-.338.4-.384.251-.197.56-.302.893-.302m10.582 1.375c.658 0 1.19.54 1.19 1.208l-.256 4.58a.94.94 0 0 1-.934.946.94.94 0 0 1-.934-.947l-.258-4.579a1.2 1.2 0 0 1 1.192-1.208" }));
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" }));
10281
10327
  };
10282
10328
  var SwapBold_default = SwapBold;
10283
10329
 
10284
10330
  // src/SunBold.tsx
10285
- var React439 = __toESM(require("react"));
10331
+ var React441 = __toESM(require("react"));
10286
10332
  var SunBold = (_a) => {
10287
10333
  var _b = _a, {
10288
10334
  size = 24,
@@ -10299,12 +10345,12 @@ var SunBold = (_a) => {
10299
10345
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10300
10346
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10301
10347
  const resolvedViewBox = "0 0 24 24";
10302
- return /* @__PURE__ */ React439.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React439.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.576 7.14a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-.97-.97a.751.751 0 0 0-1.061 1.062zM12.5 5.12a.75.75 0 0 0 .75-.75V3a.75.75 0 0 0-1.5 0v1.37c0 .414.336.75.75.75M5.622 12a.75.75 0 0 0-.75-.75H3.5a.75.75 0 0 0 0 1.5h1.372a.75.75 0 0 0 .75-.75m12.272-4.64a.75.75 0 0 0 .53-.219l.971-.97a.75.75 0 1 0-1.06-1.061l-.97.969a.75.75 0 0 0 .53 1.281m.528 9.5a.751.751 0 0 0-1.061 1.062l.971.968a.75.75 0 0 0 1.061-1.06zm-11.847 0-.971.97a.75.75 0 1 0 1.06 1.06l.972-.969a.751.751 0 0 0-1.061-1.062M21.5 11.25h-1.37a.75.75 0 0 0 0 1.5h1.37a.75.75 0 0 0 0-1.5m-9 7.63a.75.75 0 0 0-.75.75V21a.75.75 0 0 0 1.5 0v-1.37a.75.75 0 0 0-.75-.75m0-11.58A4.7 4.7 0 0 0 7.805 12c0 2.592 2.106 4.7 4.695 4.7a4.703 4.703 0 0 0 4.696-4.7c0-2.592-2.106-4.7-4.696-4.7", clipRule: "evenodd" }));
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" }));
10303
10349
  };
10304
10350
  var SunBold_default = SunBold;
10305
10351
 
10306
10352
  // src/Sun2Bold.tsx
10307
- var React440 = __toESM(require("react"));
10353
+ var React442 = __toESM(require("react"));
10308
10354
  var Sun2Bold = (_a) => {
10309
10355
  var _b = _a, {
10310
10356
  size = 24,
@@ -10321,12 +10367,12 @@ var Sun2Bold = (_a) => {
10321
10367
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10322
10368
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10323
10369
  const resolvedViewBox = "0 0 24 24";
10324
- return /* @__PURE__ */ React440.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React440.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.282 5.057a.84.84 0 0 0-1.192-.005.863.863 0 0 0-.005 1.213.85.85 0 0 0 1.202.014.85.85 0 0 0 .015-1.202zm-1.198 12.68-.02.02a.84.84 0 0 0 .025 1.192.84.84 0 0 0 .588.237.87.87 0 0 0 .624-.262.85.85 0 0 0-1.217-1.187M3.01 11.16a.85.85 0 0 0 0 1.7h.05c.47 0 .826-.38.826-.85 0-.469-.406-.85-.875-.85m9.007 8.95a.85.85 0 0 0-.85.85v.03c0 .47.38.836.85.836.469 0 .85-.396.85-.865a.85.85 0 0 0-.85-.85M17.76 5.048l-.045.05c-.317.347-.269.86.078 1.176a.82.82 0 0 0 .557.211.9.9 0 0 0 .666-.29.851.851 0 0 0-1.256-1.147m1.21 12.71c-.316-.347-.83-.346-1.177-.03s-.35.878-.032 1.225a.846.846 0 0 0 1.2.055.85.85 0 0 0 .055-1.2zm1.998-6.598a.85.85 0 0 0 0 1.7h.042c.47 0 .83-.38.83-.85 0-.469-.403-.85-.872-.85m-8.95-7.27a.85.85 0 0 0 .85-.85v-.03a.836.836 0 0 0-.85-.834.864.864 0 0 0-.85.865c0 .469.38.85.85.85m-.006 2.679a5.43 5.43 0 0 0-5.425 5.42 5.433 5.433 0 0 0 5.425 5.43 5.43 5.43 0 0 0 5.424-5.43 5.43 5.43 0 0 0-5.424-5.42", clipRule: "evenodd" }));
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" }));
10325
10371
  };
10326
10372
  var Sun2Bold_default = Sun2Bold;
10327
10373
 
10328
10374
  // src/StopwatchStopBold.tsx
10329
- var React441 = __toESM(require("react"));
10375
+ var React443 = __toESM(require("react"));
10330
10376
  var StopwatchStopBold = (_a) => {
10331
10377
  var _b = _a, {
10332
10378
  size = 24,
@@ -10343,12 +10389,12 @@ var StopwatchStopBold = (_a) => {
10343
10389
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10344
10390
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10345
10391
  const resolvedViewBox = "0 0 24 24";
10346
- return /* @__PURE__ */ React441.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.273 10.967-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.56 0 1.105-.06 1.632-.167.19-.038.284-.248.217-.429a3.4 3.4 0 0 1-.209-1.194v-1.82c0-1.8 1.33-3.16 3.1-3.16h1.94q.505.001.954.145c.182.058.386-.042.418-.23q.108-.64.108-1.305c0-4.5-3.66-8.16-8.16-8.16M9.707 3.815h4.208a.75.75 0 0 0 0-1.5H9.707a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.556 17.545c-.105 0-.35 0-.35.41v1.82c0 .41.245.41.35.41h1.94c.105 0 .35 0 .35-.41v-1.82c0-.41-.245-.41-.35-.41zm1.94 4.14h-1.94c-1.072 0-1.85-.803-1.85-1.91v-1.82c0-1.107.778-1.91 1.85-1.91h1.94c1.073 0 1.85.803 1.85 1.91v1.82c0 1.107-.777 1.91-1.85 1.91", clipRule: "evenodd" }));
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" }));
10347
10393
  };
10348
10394
  var StopwatchStopBold_default = StopwatchStopBold;
10349
10395
 
10350
10396
  // src/StopwatchPlayBold.tsx
10351
- var React442 = __toESM(require("react"));
10397
+ var React444 = __toESM(require("react"));
10352
10398
  var StopwatchPlayBold = (_a) => {
10353
10399
  var _b = _a, {
10354
10400
  size = 24,
@@ -10365,12 +10411,12 @@ var StopwatchPlayBold = (_a) => {
10365
10411
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10366
10412
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10367
10413
  const resolvedViewBox = "0 0 24 24";
10368
- return /* @__PURE__ */ React442.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.31 10.901-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.521 0 1.03-.051 1.52-.144.186-.035.285-.238.223-.418-.431-1.253-.26-2.839-.123-4.088.13-1.01.67-1.82 1.47-2.29.82-.46 1.82-.51 2.73-.12a9 9 0 0 1 1.668.887c.173.118.415.038.463-.166a8 8 0 0 0 .21-1.82c0-4.5-3.66-8.16-8.16-8.16M9.744 3.75h4.208a.75.75 0 0 0 0-1.5H9.744a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.41 16.93a.2.2 0 0 0-.102.024c-.07.039-.096.138-.106.213-.101.894-.1 1.863.002 2.867.012.088.048.168.095.196.046.027.15.034.306-.027a6.9 6.9 0 0 0 2.02-1.284c.085-.078.185-.2.185-.337-.001-.135-.098-.253-.18-.327a6.6 6.6 0 0 0-2.028-1.28.5.5 0 0 0-.192-.045m-.02 4.82c-.305 0-.595-.076-.854-.23-.451-.265-.751-.746-.822-1.317a15 15 0 0 1-.001-3.217c.076-.587.386-1.07.85-1.335.478-.272 1.066-.294 1.614-.061a8.1 8.1 0 0 1 2.468 1.56c.424.386.662.894.665 1.425.002.534-.235 1.047-.667 1.446l-.002.002a8.4 8.4 0 0 1-2.474 1.57 2.1 2.1 0 0 1-.776.158", clipRule: "evenodd" }));
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" }));
10369
10415
  };
10370
10416
  var StopwatchPlayBold_default = StopwatchPlayBold;
10371
10417
 
10372
10418
  // src/StickerAddBold.tsx
10373
- var React443 = __toESM(require("react"));
10419
+ var React445 = __toESM(require("react"));
10374
10420
  var StickerAddBold = (_a) => {
10375
10421
  var _b = _a, {
10376
10422
  size = 24,
@@ -10387,12 +10433,12 @@ var StickerAddBold = (_a) => {
10387
10433
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10388
10434
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10389
10435
  const resolvedViewBox = "0 0 24 24";
10390
- return /* @__PURE__ */ React443.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.451 16.282c-.881-.003-1.919 0-2.666.008-1.185 0-2.162.986-2.162 2.183v2.853c0 .466.561.698.881.361l2.171-2.28 2.144-2.252a.516.516 0 0 0-.368-.873", clipRule: "evenodd" }), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.367 11.22H9.32a.75.75 0 0 1 0-1.5h6.047a.75.75 0 0 1 0 1.5m-2.29 4.486H9.319a.75.75 0 0 1 0-1.5h3.758a.75.75 0 0 1 0 1.5m4.516-11.978H9.44a.2.2 0 0 0-.198.228c.022.155.039.312.039.473a5.02 5.02 0 0 1-5.057 5.02c-.114-.006-.208.073-.208.188v7.788c0 2.685 2.164 4.881 4.832 4.881h5.723a.494.494 0 0 0 .493-.498v-3.485c0-1.98 1.618-3.604 3.579-3.614h3.29a.483.483 0 0 0 .482-.487V8.587c0-2.684-2.154-4.86-4.822-4.86M4.577 7.68a.75.75 0 0 0 .75-.75V5.436h1.495a.75.75 0 0 0 0-1.5H5.327V2.441a.75.75 0 0 0-1.5 0v1.495H2.334a.75.75 0 0 0 0 1.5h1.493V6.93c0 .414.336.75.75.75", clipRule: "evenodd" }));
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" }));
10391
10437
  };
10392
10438
  var StickerAddBold_default = StickerAddBold;
10393
10439
 
10394
10440
  // src/StarBold.tsx
10395
- var React444 = __toESM(require("react"));
10441
+ var React446 = __toESM(require("react"));
10396
10442
  var StarBold = (_a) => {
10397
10443
  var _b = _a, {
10398
10444
  size = 24,
@@ -10409,12 +10455,12 @@ var StarBold = (_a) => {
10409
10455
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10410
10456
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10411
10457
  const resolvedViewBox = "0 0 24 24";
10412
- return /* @__PURE__ */ React444.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React444.createElement("path", { fill: "currentColor", d: "M17.918 14.32a1.1 1.1 0 0 0-.319.97l.89 4.92a1.08 1.08 0 0 1-.45 1.08 1.1 1.1 0 0 1-1.17.08l-4.43-2.31a1.1 1.1 0 0 0-.5-.131h-.27a.8.8 0 0 0-.27.09l-4.43 2.32c-.22.11-.468.15-.71.11a1.11 1.11 0 0 1-.89-1.27l.89-4.92a1.12 1.12 0 0 0-.32-.98l-3.61-3.5a1.08 1.08 0 0 1-.27-1.13c.134-.395.476-.684.89-.75l4.97-.72c.377-.04.71-.27.88-.61l2.19-4.49q.077-.15.2-.27l.09-.07a.7.7 0 0 1 .16-.13l.11-.04.17-.07h.42c.376.04.707.265.88.6l2.22 4.47c.16.328.47.555.83.61l4.97.72c.42.06.77.35.91.75.13.402.017.842-.29 1.13z" }));
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" }));
10413
10459
  };
10414
10460
  var StarBold_default = StarBold;
10415
10461
 
10416
10462
  // src/SquareBold.tsx
10417
- var React445 = __toESM(require("react"));
10463
+ var React447 = __toESM(require("react"));
10418
10464
  var SquareBold = (_a) => {
10419
10465
  var _b = _a, {
10420
10466
  size = 24,
@@ -10431,12 +10477,12 @@ var SquareBold = (_a) => {
10431
10477
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10432
10478
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10433
10479
  const resolvedViewBox = "0 0 24 24";
10434
- return /* @__PURE__ */ React445.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React445.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.217 3.871H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.307 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
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" }));
10435
10481
  };
10436
10482
  var SquareBold_default = SquareBold;
10437
10483
 
10438
10484
  // src/SpeakerMegaphone5Bold.tsx
10439
- var React446 = __toESM(require("react"));
10485
+ var React448 = __toESM(require("react"));
10440
10486
  var SpeakerMegaphone5Bold = (_a) => {
10441
10487
  var _b = _a, {
10442
10488
  size = 24,
@@ -10453,12 +10499,12 @@ var SpeakerMegaphone5Bold = (_a) => {
10453
10499
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10454
10500
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10455
10501
  const resolvedViewBox = "0 0 24 24";
10456
- return /* @__PURE__ */ React446.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.966 19.235a.98.98 0 0 1-.5.54.97.97 0 0 1-.73.02.96.96 0 0 1-.54-.49l-1.32-2.91c.6-.12 1.26-.23 1.96-.32l1.11 2.43c.1.23.11.49.02.73m2.92-13.35c-.59-1.29-1.56-2.13-2.65-2.31-.89-.14-1.76.18-2.39.87a37 37 0 0 1-4.11 3.87l1.79 3.78c.17.38 0 .82-.38.99-.1.05-.2.07-.31.07a.75.75 0 0 1-.68-.44l-1.63-3.45c-.36.27-.7.51-1.01.72-1.27.87-1.62 2.46-.89 4.05l.39.86c.6 1.32 1.69 2.08 2.89 2.08q.375 0 .75-.09c.22-.06.46-.12.71-.17l1.47 3.21c.27.59.75 1.05 1.37 1.28.28.1.57.16.87.16.34 0 .69-.08 1.01-.22.6-.28 1.06-.77 1.29-1.38.23-.62.2-1.28-.07-1.88l-.91-1.99c.82-.08 1.69-.13 2.6-.15a2.85 2.85 0 0 0 2.37-1.34c.51-.8.57-1.8.18-2.67zm6.331.096a5.92 5.92 0 0 0-4.145-3.326.746.746 0 0 0-.89.577.75.75 0 0 0 .578.89 4.36 4.36 0 0 1 3.092 2.48 4.37 4.37 0 0 1-.114 3.873.75.75 0 1 0 1.326.701 5.86 5.86 0 0 0 .153-5.195", clipRule: "evenodd" }), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.76 5.23a.75.75 0 1 0-.522 1.406 2.14 2.14 0 0 1 1.241 2.815.75.75 0 0 0 .697 1.03.75.75 0 0 0 .696-.47 3.63 3.63 0 0 0-.064-2.876A3.62 3.62 0 0 0 16.76 5.23", clipRule: "evenodd" }));
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" }));
10457
10503
  };
10458
10504
  var SpeakerMegaphone5Bold_default = SpeakerMegaphone5Bold;
10459
10505
 
10460
10506
  // src/SlightlyFrowningBold.tsx
10461
- var React447 = __toESM(require("react"));
10507
+ var React449 = __toESM(require("react"));
10462
10508
  var SlightlyFrowningBold = (_a) => {
10463
10509
  var _b = _a, {
10464
10510
  size = 24,
@@ -10475,12 +10521,12 @@ var SlightlyFrowningBold = (_a) => {
10475
10521
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10476
10522
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10477
10523
  const resolvedViewBox = "0 0 24 24";
10478
- return /* @__PURE__ */ React447.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React447.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.225 10a.976.976 0 0 1-.692-1.662.978.978 0 0 1 1.668.687.976.976 0 0 1-.976.975m.112 5.917a.75.75 0 0 1-1.051-.137c-.581-.756-1.414-1.189-2.286-1.189-.871 0-1.704.433-2.285 1.189a.75.75 0 1 1-1.189-.915c.868-1.127 2.134-1.774 3.474-1.774 1.342 0 2.609.647 3.475 1.775a.75.75 0 0 1-.138 1.051M7.75 9.025a.97.97 0 0 1 .283-.687.978.978 0 0 1 1.668.687.976.976 0 0 1-1.951 0M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.261-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
10479
10525
  };
10480
10526
  var SlightlyFrowningBold_default = SlightlyFrowningBold;
10481
10527
 
10482
10528
  // src/ShowBold.tsx
10483
- var React448 = __toESM(require("react"));
10529
+ var React450 = __toESM(require("react"));
10484
10530
  var ShowBold = (_a) => {
10485
10531
  var _b = _a, {
10486
10532
  size = 24,
@@ -10497,12 +10543,12 @@ var ShowBold = (_a) => {
10497
10543
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10498
10544
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10499
10545
  const resolvedViewBox = "0 0 24 24";
10500
- return /* @__PURE__ */ React448.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React448.createElement("path", { fill: "currentColor", d: "M12 4c2.068 0 4.03.718 5.736 2.046 1.708 1.319 3.162 3.248 4.205 5.663a.73.73 0 0 1 0 .572C19.854 17.111 16.137 20 12 20h-.01c-4.127 0-7.844-2.89-9.931-7.719a.73.73 0 0 1 0-.572C4.146 6.88 7.863 4 11.99 4zm0 4.121c-2.156 0-3.902 1.736-3.902 3.879 0 2.133 1.746 3.87 3.902 3.87 2.146 0 3.893-1.737 3.893-3.87A3.89 3.89 0 0 0 12 8.121m.001 1.453a2.43 2.43 0 0 1 2.43 2.424A2.43 2.43 0 0 1 12 14.412c-1.346 0-2.438-1.086-2.438-2.414 0-.165.02-.32.048-.475h.05c1.082 0 1.96-.854 2-1.92.106-.02.223-.029.34-.029" }));
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" }));
10501
10547
  };
10502
10548
  var ShowBold_default = ShowBold;
10503
10549
 
10504
10550
  // src/ShieldFailBold.tsx
10505
- var React449 = __toESM(require("react"));
10551
+ var React451 = __toESM(require("react"));
10506
10552
  var ShieldFailBold = (_a) => {
10507
10553
  var _b = _a, {
10508
10554
  size = 24,
@@ -10519,12 +10565,12 @@ var ShieldFailBold = (_a) => {
10519
10565
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10520
10566
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10521
10567
  const resolvedViewBox = "0 0 24 24";
10522
- return /* @__PURE__ */ React449.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React449.createElement("path", { fill: "currentColor", d: "M11.341 2.103a1.87 1.87 0 0 1 1.228 0L19.2 4.33a1.8 1.8 0 0 1 1.249 1.697l.05 6.638a8.25 8.25 0 0 1-2.073 5.492c-.614.706-1.41 1.305-2.416 1.844l-3.573 1.912a.75.75 0 0 1-.352.088.8.8 0 0 1-.363-.088L8.12 20.049c-1.016-.53-1.811-1.119-2.435-1.815a8.23 8.23 0 0 1-2.145-5.471l-.04-6.64c-.01-.765.494-1.45 1.229-1.706zm3.08 7.256a.773.773 0 0 0-1.067 0l-1.359 1.325-1.359-1.325a.773.773 0 0 0-1.066 0 .727.727 0 0 0 0 1.04l1.358 1.324-1.358 1.324a.727.727 0 0 0 0 1.04c.15.147.342.214.533.214a.72.72 0 0 0 .533-.214l1.36-1.324 1.358 1.324c.15.147.342.214.533.214a.74.74 0 0 0 .533-.214.727.727 0 0 0 0-1.04l-1.358-1.324 1.358-1.324a.727.727 0 0 0 0-1.04" }));
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" }));
10523
10569
  };
10524
10570
  var ShieldFailBold_default = ShieldFailBold;
10525
10571
 
10526
10572
  // src/ShieldDoneBold.tsx
10527
- var React450 = __toESM(require("react"));
10573
+ var React452 = __toESM(require("react"));
10528
10574
  var ShieldDoneBold = (_a) => {
10529
10575
  var _b = _a, {
10530
10576
  size = 24,
@@ -10541,12 +10587,12 @@ var ShieldDoneBold = (_a) => {
10541
10587
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10542
10588
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10543
10589
  const resolvedViewBox = "0 0 24 24";
10544
- return /* @__PURE__ */ React450.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React450.createElement("path", { fill: "currentColor", d: "M11.34 2.106c.393-.139.83-.142 1.23-.006l6.638 2.226a1.81 1.81 0 0 1 1.25 1.696l.042 6.641a8.25 8.25 0 0 1-2.065 5.495c-.618.702-1.41 1.306-2.422 1.845l-3.568 1.907a.78.78 0 0 1-.716.004l-3.602-1.863c-1.023-.53-1.822-1.125-2.446-1.818a8.25 8.25 0 0 1-2.139-5.473L3.5 6.124a1.81 1.81 0 0 1 1.229-1.71zm4.405 7.113a.77.77 0 0 0-1.068.006l-3.368 3.32-1.38-1.326a.77.77 0 0 0-1.069.007.72.72 0 0 0 .008 1.04l1.915 1.843a.76.76 0 0 0 .536.211.76.76 0 0 0 .533-.218l3.899-3.844a.72.72 0 0 0-.006-1.04" }));
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" }));
10545
10591
  };
10546
10592
  var ShieldDoneBold_default = ShieldDoneBold;
10547
10593
 
10548
10594
  // src/SettingBold.tsx
10549
- var React451 = __toESM(require("react"));
10595
+ var React453 = __toESM(require("react"));
10550
10596
  var SettingBold = (_a) => {
10551
10597
  var _b = _a, {
10552
10598
  size = 24,
@@ -10563,12 +10609,12 @@ var SettingBold = (_a) => {
10563
10609
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10564
10610
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10565
10611
  const resolvedViewBox = "0 0 24 24";
10566
- return /* @__PURE__ */ React451.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React451.createElement("path", { fill: "currentColor", d: "M12.717 2c.756 0 1.441.42 1.82 1.04.183.3.306.67.275 1.06-.02.3.071.6.235.88.521.85 1.677 1.17 2.576.69a2.11 2.11 0 0 1 2.871.76l.685 1.18c.592.99.266 2.26-.756 2.83-.869.51-1.176 1.64-.654 2.5.163.27.347.5.633.64.358.19.634.49.828.79.378.62.348 1.38-.02 2.05l-.716 1.2a2.13 2.13 0 0 1-1.808 1.04c-.358 0-.756-.1-1.084-.3-.265-.17-.572-.23-.899-.23-1.012 0-1.86.83-1.89 1.82 0 1.15-.94 2.05-2.116 2.05h-1.39c-1.186 0-2.125-.9-2.125-2.05-.02-.99-.87-1.82-1.881-1.82-.337 0-.644.06-.9.23-.327.2-.735.3-1.083.3-.735 0-1.44-.4-1.819-1.04l-.705-1.2c-.378-.65-.399-1.43-.02-2.05.163-.3.47-.6.817-.79.286-.14.47-.37.644-.64.511-.86.204-1.99-.665-2.5a2.044 2.044 0 0 1-.756-2.83L3.5 6.43a2.125 2.125 0 0 1 2.882-.76c.889.48 2.044.16 2.565-.69.164-.28.256-.58.236-.88-.02-.39.092-.76.286-1.06A2.2 2.2 0 0 1 11.276 2zm-.705 7.18c-1.605 0-2.903 1.26-2.903 2.83s1.298 2.82 2.903 2.82 2.872-1.25 2.872-2.82-1.268-2.83-2.872-2.83" }));
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" }));
10567
10613
  };
10568
10614
  var SettingBold_default = SettingBold;
10569
10615
 
10570
10616
  // src/SendBold.tsx
10571
- var React452 = __toESM(require("react"));
10617
+ var React454 = __toESM(require("react"));
10572
10618
  var SendBold = (_a) => {
10573
10619
  var _b = _a, {
10574
10620
  size = 24,
@@ -10585,12 +10631,12 @@ var SendBold = (_a) => {
10585
10631
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10586
10632
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10587
10633
  const resolvedViewBox = "0 0 24 24";
10588
- return /* @__PURE__ */ React452.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React452.createElement("path", { fill: "currentColor", d: "M21.435 2.582a1.93 1.93 0 0 0-1.93-.503L3.408 6.759A1.92 1.92 0 0 0 2.024 8.28c-.142.751.355 1.705 1.003 2.103l5.033 3.094a1.304 1.304 0 0 0 1.61-.194l5.763-5.799a.734.734 0 0 1 1.06 0c.29.292.29.765 0 1.067l-5.773 5.8c-.428.43-.508 1.1-.193 1.62l3.075 5.083c.36.604.98.946 1.66.946.08 0 .17 0 .251-.01.78-.1 1.4-.634 1.63-1.39l4.773-16.075c.21-.685.02-1.43-.48-1.943" }));
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" }));
10589
10635
  };
10590
10636
  var SendBold_default = SendBold;
10591
10637
 
10592
10638
  // src/Send2Bold.tsx
10593
- var React453 = __toESM(require("react"));
10639
+ var React455 = __toESM(require("react"));
10594
10640
  var Send2Bold = (_a) => {
10595
10641
  var _b = _a, {
10596
10642
  size = 24,
@@ -10607,12 +10653,12 @@ var Send2Bold = (_a) => {
10607
10653
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10608
10654
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10609
10655
  const resolvedViewBox = "0 0 24 24";
10610
- return /* @__PURE__ */ React453.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React453.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.717 2.741a.5.5 0 0 0-.206-.207c-2.087-1.11-14.565 2.758-17.793 4.62-.841.485-1.216 1.055-1.113 1.691.297 1.842 5.26 3.238 7.953 3.863l5.057-5.056a.75.75 0 1 1 1.06 1.061l-5.106 5.104c.641 2.721 2.022 7.536 3.835 7.828q.103.017.204.017c.553 0 1.053-.38 1.486-1.13 1.862-3.225 5.733-15.702 4.622-17.79", clipRule: "evenodd" }));
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" }));
10611
10657
  };
10612
10658
  var Send2Bold_default = Send2Bold;
10613
10659
 
10614
10660
  // src/SearchBold.tsx
10615
- var React454 = __toESM(require("react"));
10661
+ var React456 = __toESM(require("react"));
10616
10662
  var SearchBold = (_a) => {
10617
10663
  var _b = _a, {
10618
10664
  size = 24,
@@ -10629,12 +10675,12 @@ var SearchBold = (_a) => {
10629
10675
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10630
10676
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10631
10677
  const resolvedViewBox = "0 0 24 24";
10632
- return /* @__PURE__ */ React454.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React454.createElement("path", { fill: "currentColor", d: "M17.621 17.654a.986.986 0 0 1 1.393 0l2.554 2.063h.044a1.347 1.347 0 0 1 0 1.891 1.314 1.314 0 0 1-1.872 0l-2.119-2.43a1.084 1.084 0 0 1 0-1.524M10.578 2c2.275 0 4.456.913 6.065 2.54a8.72 8.72 0 0 1 2.512 6.13c0 4.788-3.84 8.67-8.577 8.67S2 15.458 2 10.67 5.84 2 10.578 2" }));
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" }));
10633
10679
  };
10634
10680
  var SearchBold_default = SearchBold;
10635
10681
 
10636
10682
  // src/ScanBold.tsx
10637
- var React455 = __toESM(require("react"));
10683
+ var React457 = __toESM(require("react"));
10638
10684
  var ScanBold = (_a) => {
10639
10685
  var _b = _a, {
10640
10686
  size = 24,
@@ -10651,12 +10697,12 @@ var ScanBold = (_a) => {
10651
10697
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10652
10698
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10653
10699
  const resolvedViewBox = "0 0 24 24";
10654
- return /* @__PURE__ */ React455.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React455.createElement("path", { fill: "currentColor", d: "M22.24 12.041c.419 0 .76.335.76.747s-.34.746-.76.746h-1.063v3.56c0 2.155-1.787 3.906-3.983 3.906h-1.593a.754.754 0 0 1-.762-.747c0-.412.34-.746.762-.746h1.593c1.357 0 2.461-1.082 2.461-2.413v-3.56h-2.623v.991c.01 1.24-1.005 2.254-2.27 2.266H9.238c-1.264-.012-2.28-1.025-2.27-2.266v-.99H4.347v3.563c0 1.326 1.101 2.406 2.454 2.408h1.628c.42 0 .761.335.761.747a.756.756 0 0 1-.762.747l-1.63-.001c-2.19-.002-3.974-1.752-3.974-3.901v-3.564H1.762A.755.755 0 0 1 1 12.788c0-.412.342-.747.762-.747zm-7.477-5.298c.604 0 1.185.238 1.608.662a2.27 2.27 0 0 1 .661 1.604v1.245a.28.28 0 0 1-.272.269H7.24a.277.277 0 0 1-.27-.27V9.01c-.011-1.24 1.004-2.253 2.268-2.266zM17.193 3c2.197 0 3.984 1.752 3.984 3.906v1.857c0 .411-.34.747-.761.747a.756.756 0 0 1-.762-.747V6.906c0-1.33-1.104-2.413-2.46-2.413H15.6a.754.754 0 0 1-.761-.746c0-.413.34-.747.76-.747zM8.428 3c.42 0 .76.334.76.747 0 .412-.34.746-.76.746l-1.63.001c-1.351.002-2.451 1.082-2.451 2.408v1.86a.756.756 0 0 1-.762.747.755.755 0 0 1-.762-.747v-1.86c0-2.149 1.784-3.9 3.975-3.901L8.427 3" }));
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" }));
10655
10701
  };
10656
10702
  var ScanBold_default = ScanBold;
10657
10703
 
10658
10704
  // src/RemoveUserBold.tsx
10659
- var React456 = __toESM(require("react"));
10705
+ var React458 = __toESM(require("react"));
10660
10706
  var RemoveUserBold = (_a) => {
10661
10707
  var _b = _a, {
10662
10708
  size = 24,
@@ -10673,12 +10719,12 @@ var RemoveUserBold = (_a) => {
10673
10719
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10674
10720
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10675
10721
  const resolvedViewBox = "0 0 24 24";
10676
- return /* @__PURE__ */ React456.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React456.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.13 12.803h-4.162a1 1 0 1 1 0-2h4.162a1 1 0 1 1 0 2m-11.864-.287c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
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" }));
10677
10723
  };
10678
10724
  var RemoveUserBold_default = RemoveUserBold;
10679
10725
 
10680
10726
  // src/RemoveCircleBold.tsx
10681
- var React457 = __toESM(require("react"));
10727
+ var React459 = __toESM(require("react"));
10682
10728
  var RemoveCircleBold = (_a) => {
10683
10729
  var _b = _a, {
10684
10730
  size = 24,
@@ -10695,12 +10741,12 @@ var RemoveCircleBold = (_a) => {
10695
10741
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10696
10742
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10697
10743
  const resolvedViewBox = "0 0 24 24";
10698
- return /* @__PURE__ */ React457.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React457.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.866 14.864a.75.75 0 0 1-1.061 0l-1.806-1.807-1.801 1.801a.75.75 0 0 1-1.061-1.06l1.801-1.801-1.802-1.803a.749.749 0 1 1 1.06-1.06l1.802 1.802L13.8 9.135a.749.749 0 1 1 1.06 1.06l-1.801 1.802 1.807 1.806a.75.75 0 0 1 0 1.061M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
10699
10745
  };
10700
10746
  var RemoveCircleBold_default = RemoveCircleBold;
10701
10747
 
10702
10748
  // src/ProfileBold.tsx
10703
- var React458 = __toESM(require("react"));
10749
+ var React460 = __toESM(require("react"));
10704
10750
  var ProfileBold = (_a) => {
10705
10751
  var _b = _a, {
10706
10752
  size = 24,
@@ -10717,12 +10763,12 @@ var ProfileBold = (_a) => {
10717
10763
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10718
10764
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10719
10765
  const resolvedViewBox = "0 0 24 24";
10720
- return /* @__PURE__ */ React458.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React458.createElement("path", { fill: "currentColor", d: "M12 15.174c4.339 0 8 .705 8 3.425S16.315 22 12 22c-4.337 0-8-.705-8-3.425s3.685-3.401 8-3.401M12 2a5.273 5.273 0 0 1 5.294 5.291A5.274 5.274 0 0 1 12 12.583a5.275 5.275 0 0 1-5.294-5.292A5.274 5.274 0 0 1 12 2" }));
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" }));
10721
10767
  };
10722
10768
  var ProfileBold_default = ProfileBold;
10723
10769
 
10724
10770
  // src/PlusBold.tsx
10725
- var React459 = __toESM(require("react"));
10771
+ var React461 = __toESM(require("react"));
10726
10772
  var PlusBold = (_a) => {
10727
10773
  var _b = _a, {
10728
10774
  size = 24,
@@ -10739,12 +10785,12 @@ var PlusBold = (_a) => {
10739
10785
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10740
10786
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10741
10787
  const resolvedViewBox = "0 0 24 24";
10742
- return /* @__PURE__ */ React459.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React459.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.33C20.06 2 22 3.92 22 7.33v9.34c0 3.39-1.93 5.33-5.33 5.33H7.33C3.92 22 2 20.06 2 16.67V7.33C2 3.92 3.92 2 7.33 2m5.49 10.83h2.84c.46-.01.83-.38.83-.84s-.37-.83-.83-.83h-2.84V8.34c0-.46-.37-.83-.83-.83s-.83.37-.83.83v2.82H8.33c-.22 0-.43.09-.59.24a.87.87 0 0 0-.24.59c0 .46.37.83.83.84h2.83v2.83c0 .46.37.83.83.83s.83-.37.83-.83z", clipRule: "evenodd" }));
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" }));
10743
10789
  };
10744
10790
  var PlusBold_default = PlusBold;
10745
10791
 
10746
10792
  // src/PlayBold.tsx
10747
- var React460 = __toESM(require("react"));
10793
+ var React462 = __toESM(require("react"));
10748
10794
  var PlayBold = (_a) => {
10749
10795
  var _b = _a, {
10750
10796
  size = 24,
@@ -10761,12 +10807,12 @@ var PlayBold = (_a) => {
10761
10807
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10762
10808
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10763
10809
  const resolvedViewBox = "0 0 24 24";
10764
- return /* @__PURE__ */ React460.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React460.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.006C2 6.486 6.488 2 12 2s10 4.486 10 10.006C22 17.514 17.512 22 12 22S2 17.514 2 12.006m13.668 1.012c.106-.106.241-.27.27-.309.155-.202.232-.453.232-.703 0-.28-.087-.541-.251-.754l-.074-.079a8 8 0 0 0-.245-.258c-.791-.85-2.857-2.239-3.938-2.663-.164-.067-.579-.212-.801-.222q-.318 0-.608.145a1.25 1.25 0 0 0-.54.598c-.068.174-.174.695-.174.704-.107.57-.164 1.496-.164 2.518 0 .976.057 1.862.144 2.441.003.003.011.044.024.108.04.196.12.603.208.77.212.405.627.656 1.071.656h.039c.29-.01.898-.26.898-.27 1.023-.424 3.04-1.746 3.851-2.624z", clipRule: "evenodd" }));
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" }));
10765
10811
  };
10766
10812
  var PlayBold_default = PlayBold;
10767
10813
 
10768
10814
  // src/PlaneCheckBold.tsx
10769
- var React461 = __toESM(require("react"));
10815
+ var React463 = __toESM(require("react"));
10770
10816
  var PlaneCheckBold = (_a) => {
10771
10817
  var _b = _a, {
10772
10818
  size = 24,
@@ -10783,12 +10829,12 @@ var PlaneCheckBold = (_a) => {
10783
10829
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10784
10830
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10785
10831
  const resolvedViewBox = "0 0 24 24";
10786
- return /* @__PURE__ */ React461.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React461.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.045 16.278a612 612 0 0 0 9.939-4.105c1.328-.562 2.553-1.892 2.105-3.483-.19-.681-.603-1.203-1.195-1.51-1.138-.59-2.513-.207-3.056-.013-.946.343-1.876.747-2.775 1.138l-.273.119-.044.017-.009-.01c-1.195-1.11-2.468-2.221-3.487-3.111-.795-.703-1.62-.961-2.466-.77-.456.11-.887.276-1.303.438q-.27.106-.55.206a.75.75 0 0 0-.441.992l1.995 4.834-1.64.697c-.651.277-1.307.557-1.861.791l-.102-.247-.19-.46a.75.75 0 1 0-1.384.58l.187.451c.13.316.282.683.337.813l.048.112.01.023.03.064c.865 1.877 2.298 2.87 4.032 2.87.659 0 1.362-.143 2.093-.436m3.229 3.723H4.895a.75.75 0 0 0 0 1.5h7.379a.75.75 0 0 0 0-1.5M21.53 16.3a.75.75 0 0 0-1.06 0l-3.268 3.27-1.314-1.318a.75.75 0 1 0-1.063 1.058l1.845 1.85a.75.75 0 0 0 1.061 0l3.8-3.798a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
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" }));
10787
10833
  };
10788
10834
  var PlaneCheckBold_default = PlaneCheckBold;
10789
10835
 
10790
10836
  // src/PasswordBold.tsx
10791
- var React462 = __toESM(require("react"));
10837
+ var React464 = __toESM(require("react"));
10792
10838
  var PasswordBold = (_a) => {
10793
10839
  var _b = _a, {
10794
10840
  size = 24,
@@ -10805,12 +10851,12 @@ var PasswordBold = (_a) => {
10805
10851
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10806
10852
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10807
10853
  const resolvedViewBox = "0 0 24 24";
10808
- return /* @__PURE__ */ React462.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React462.createElement("path", { fill: "currentColor", d: "M16.335 2C19.723 2 22 4.376 22 7.915v8.167C22 19.623 19.723 22 16.334 22H7.666C4.276 22 2 19.622 2 16.083V7.916C2 4.377 4.277 2 7.666 2zM8.84 9.398a2.604 2.604 0 0 0-2.601 2.6 2.604 2.604 0 0 0 2.6 2.602 2.6 2.6 0 0 0 2.48-1.852h2.11v1.102a.75.75 0 0 0 1.5 0v-1.102h1.33v1.102a.75.75 0 0 0 1.5 0v-1.852a.75.75 0 0 0-.75-.75h-5.69A2.6 2.6 0 0 0 8.84 9.4m0 1.5c.607 0 1.102.493 1.102 1.101a1.103 1.103 0 0 1-2.204 0c0-.608.495-1.101 1.102-1.101" }));
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" }));
10809
10855
  };
10810
10856
  var PasswordBold_default = PasswordBold;
10811
10857
 
10812
10858
  // src/PaperBold.tsx
10813
- var React463 = __toESM(require("react"));
10859
+ var React465 = __toESM(require("react"));
10814
10860
  var PaperBold = (_a) => {
10815
10861
  var _b = _a, {
10816
10862
  size = 24,
@@ -10827,12 +10873,12 @@ var PaperBold = (_a) => {
10827
10873
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10828
10874
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10829
10875
  const resolvedViewBox = "0 0 24 24";
10830
- return /* @__PURE__ */ React463.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React463.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.445 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM8.926 14.9a.74.74 0 0 0-.742.74c0 .41.336.75.742.75h5.386a.744.744 0 0 0 0-1.49zm0-5a.75.75 0 0 0-.742.75c0 .41.336.74.742.74h3.347a.744.744 0 0 0 0-1.49zm6.224-6.994c0-.43.519-.645.815-.334L19.95 6.76a.477.477 0 0 1-.339.807c-.814.003-1.773 0-2.463-.007-1.096 0-1.998-.911-1.998-2.017z" }));
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" }));
10831
10877
  };
10832
10878
  var PaperBold_default = PaperBold;
10833
10879
 
10834
10880
  // src/PaperUploadBold.tsx
10835
- var React464 = __toESM(require("react"));
10881
+ var React466 = __toESM(require("react"));
10836
10882
  var PaperUploadBold = (_a) => {
10837
10883
  var _b = _a, {
10838
10884
  size = 24,
@@ -10849,12 +10895,12 @@ var PaperUploadBold = (_a) => {
10849
10895
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10850
10896
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10851
10897
  const resolvedViewBox = "0 0 24 24";
10852
- return /* @__PURE__ */ React464.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React464.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.336.01 1.792.01.307 0 .812-.01 1.238-.01.247 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.7.7 0 0 0-.287.06.8.8 0 0 0-.238.16l-2.832 2.88a.75.75 0 0 0 0 1.05.73.73 0 0 0 1.04 0l1.574-1.6v4.83a.738.738 0 1 0 1.475 0v-4.83l1.574 1.6a.73.73 0 0 0 1.04 0 .74.74 0 0 0 .01-1.05l-2.842-2.88a.77.77 0 0 0-.514-.22m3.507-5.834c0-.43.516-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.007-1.096 0-1.998-.911-1.998-2.017z" }));
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" }));
10853
10899
  };
10854
10900
  var PaperUploadBold_default = PaperUploadBold;
10855
10901
 
10856
10902
  // src/PaperPlusBold.tsx
10857
- var React465 = __toESM(require("react"));
10903
+ var React467 = __toESM(require("react"));
10858
10904
  var PaperPlusBold = (_a) => {
10859
10905
  var _b = _a, {
10860
10906
  size = 24,
@@ -10871,12 +10917,12 @@ var PaperPlusBold = (_a) => {
10871
10917
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10872
10918
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10873
10919
  const resolvedViewBox = "0 0 24 24";
10874
- return /* @__PURE__ */ React465.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React465.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm-1.437 7.77a.743.743 0 0 0-.742.74v1.73H9.371a.745.745 0 0 0 0 1.49h1.703v1.73c0 .41.337.74.742.74.406 0 .734-.33.734-.74v-1.73h1.713a.745.745 0 0 0 0-1.49H12.55v-1.73c0-.41-.328-.74-.734-.74m3.333-6.864c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
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" }));
10875
10921
  };
10876
10922
  var PaperPlusBold_default = PaperPlusBold;
10877
10923
 
10878
10924
  // src/PaperNegativeBold.tsx
10879
- var React466 = __toESM(require("react"));
10925
+ var React468 = __toESM(require("react"));
10880
10926
  var PaperNegativeBold = (_a) => {
10881
10927
  var _b = _a, {
10882
10928
  size = 24,
@@ -10893,12 +10939,12 @@ var PaperNegativeBold = (_a) => {
10893
10939
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10894
10940
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10895
10941
  const resolvedViewBox = "0 0 24 24";
10896
- return /* @__PURE__ */ React466.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React466.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM9.37 12.24a.745.745 0 0 0 0 1.49h4.892a.745.745 0 0 0 0-1.49zm5.778-9.334c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
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" }));
10897
10943
  };
10898
10944
  var PaperNegativeBold_default = PaperNegativeBold;
10899
10945
 
10900
10946
  // src/PaperFailBold.tsx
10901
- var React467 = __toESM(require("react"));
10947
+ var React469 = __toESM(require("react"));
10902
10948
  var PaperFailBold = (_a) => {
10903
10949
  var _b = _a, {
10904
10950
  size = 24,
@@ -10915,12 +10961,12 @@ var PaperFailBold = (_a) => {
10915
10961
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10916
10962
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10917
10963
  const resolvedViewBox = "0 0 24 24";
10918
- return /* @__PURE__ */ React467.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React467.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .822-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm.802 8.72a.725.725 0 0 0-1.05 0l-1.208 1.22-1.208-1.22a.713.713 0 0 0-1.04 0 .75.75 0 0 0 0 1.05l1.209 1.22-1.208 1.22a.747.747 0 0 0 0 1.05c.138.15.326.22.515.22.188 0 .385-.07.524-.22l1.208-1.22 1.208 1.22a.73.73 0 0 0 1.05 0 .75.75 0 0 0 0-1.05l-1.208-1.22 1.208-1.22a.75.75 0 0 0 0-1.05m1.092-7.814c0-.43.517-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.006-1.095 0-1.997-.912-1.997-2.018z" }));
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" }));
10919
10965
  };
10920
10966
  var PaperFailBold_default = PaperFailBold;
10921
10967
 
10922
10968
  // src/PaperDownloadBold.tsx
10923
- var React468 = __toESM(require("react"));
10969
+ var React470 = __toESM(require("react"));
10924
10970
  var PaperDownloadBold = (_a) => {
10925
10971
  var _b = _a, {
10926
10972
  size = 24,
@@ -10937,12 +10983,12 @@ var PaperDownloadBold = (_a) => {
10937
10983
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10938
10984
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10939
10985
  const resolvedViewBox = "0 0 24 24";
10940
- return /* @__PURE__ */ React468.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React468.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .812-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.746.746 0 0 0-.743.75v4.82l-1.575-1.6a.73.73 0 0 0-1.039 0 .76.76 0 0 0 0 1.06l2.832 2.87a.77.77 0 0 0 .525.22.77.77 0 0 0 .515-.22l2.841-2.87a.75.75 0 0 0-.01-1.06.73.73 0 0 0-1.04 0l-1.574 1.6V9.49c0-.42-.326-.75-.732-.75m3.507-5.834c0-.43.517-.645.812-.334l3.987 4.187a.477.477 0 0 1-.34.807c-.813.003-1.773 0-2.463-.007-1.095 0-1.996-.911-1.996-2.017z" }));
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" }));
10941
10987
  };
10942
10988
  var PaperDownloadBold_default = PaperDownloadBold;
10943
10989
 
10944
10990
  // src/NotificationBold.tsx
10945
- var React469 = __toESM(require("react"));
10991
+ var React471 = __toESM(require("react"));
10946
10992
  var NotificationBold = (_a) => {
10947
10993
  var _b = _a, {
10948
10994
  size = 24,
@@ -10959,12 +11005,12 @@ var NotificationBold = (_a) => {
10959
11005
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10960
11006
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10961
11007
  const resolvedViewBox = "0 0 24 24";
10962
- return /* @__PURE__ */ React469.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React469.createElement("path", { fill: "currentColor", d: "M9.963 19.228c.5-.106 3.544-.106 4.046 0 .427.098.89.33.89.832-.025.48-.306.905-.695 1.175a3.64 3.64 0 0 1-1.714.732 3.8 3.8 0 0 1-1.008 0 3.6 3.6 0 0 1-1.712-.733c-.39-.269-.672-.694-.697-1.174 0-.503.463-.734.89-.832M12.045 2c2.08 0 4.205.987 5.468 2.625.818 1.054 1.194 2.108 1.194 3.745v.426c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.862 2.378a4.54 4.54 0 0 1-2.9 1.413c-1.572.134-3.144.247-4.737.247-1.594 0-3.166-.068-4.737-.247a4.53 4.53 0 0 1-2.9-1.413 3.62 3.62 0 0 1-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.782 1.283-3.858C7.861 2.942 9.92 2 11.957 2z" }));
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" }));
10963
11009
  };
10964
11010
  var NotificationBold_default = NotificationBold;
10965
11011
 
10966
11012
  // src/MoreSquareBold.tsx
10967
- var React470 = __toESM(require("react"));
11013
+ var React472 = __toESM(require("react"));
10968
11014
  var MoreSquareBold = (_a) => {
10969
11015
  var _b = _a, {
10970
11016
  size = 24,
@@ -10981,12 +11027,12 @@ var MoreSquareBold = (_a) => {
10981
11027
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
10982
11028
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
10983
11029
  const resolvedViewBox = "0 0 24 24";
10984
- return /* @__PURE__ */ React470.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React470.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m-.15 11.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199 1.2.539 1.2 1.199-.54 1.2-1.2 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.2-.54 1.2-1.2-.54-1.199-1.2-1.199-1.2.539-1.2 1.199m4.48 0c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
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" }));
10985
11031
  };
10986
11032
  var MoreSquareBold_default = MoreSquareBold;
10987
11033
 
10988
11034
  // src/MoreCircleBold.tsx
10989
- var React471 = __toESM(require("react"));
11035
+ var React473 = __toESM(require("react"));
10990
11036
  var MoreCircleBold = (_a) => {
10991
11037
  var _b = _a, {
10992
11038
  size = 24,
@@ -11003,12 +11049,12 @@ var MoreCircleBold = (_a) => {
11003
11049
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11004
11050
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11005
11051
  const resolvedViewBox = "0 0 24 24";
11006
- return /* @__PURE__ */ React471.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React471.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10C6.47 22 2 17.52 2 12m5.52 1.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199S8.71 11.34 8.71 12s-.53 1.2-1.19 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0m4.48 0a1.195 1.195 0 1 0 2.39 0 1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
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" }));
11007
11053
  };
11008
11054
  var MoreCircleBold_default = MoreCircleBold;
11009
11055
 
11010
11056
  // src/MoonBold.tsx
11011
- var React472 = __toESM(require("react"));
11057
+ var React474 = __toESM(require("react"));
11012
11058
  var MoonBold = (_a) => {
11013
11059
  var _b = _a, {
11014
11060
  size = 24,
@@ -11025,12 +11071,12 @@ var MoonBold = (_a) => {
11025
11071
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11026
11072
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11027
11073
  const resolvedViewBox = "0 0 24 24";
11028
- return /* @__PURE__ */ React472.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React472.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.276 13.874a.62.62 0 0 0-.596-.038c-2.985 1.587-6.745 1.023-9.142-1.373-2.4-2.398-2.967-6.157-1.375-9.152a.56.56 0 0 0-.054-.594.61.61 0 0 0-.598-.2c-4.127 1.181-7.009 5.005-7.009 9.3 0 5.338 4.341 9.68 9.677 9.68 4.296 0 8.121-2.888 9.302-7.023a.61.61 0 0 0-.205-.6", clipRule: "evenodd" }));
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" }));
11029
11075
  };
11030
11076
  var MoonBold_default = MoonBold;
11031
11077
 
11032
11078
  // src/Minus3Bold.tsx
11033
- var React473 = __toESM(require("react"));
11079
+ var React475 = __toESM(require("react"));
11034
11080
  var Minus3Bold = (_a) => {
11035
11081
  var _b = _a, {
11036
11082
  size = 24,
@@ -11047,12 +11093,12 @@ var Minus3Bold = (_a) => {
11047
11093
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11048
11094
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11049
11095
  const resolvedViewBox = "0 0 24 24";
11050
- return /* @__PURE__ */ React473.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React473.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
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" }));
11051
11097
  };
11052
11098
  var Minus3Bold_default = Minus3Bold;
11053
11099
 
11054
11100
  // src/Minus2Bold.tsx
11055
- var React474 = __toESM(require("react"));
11101
+ var React476 = __toESM(require("react"));
11056
11102
  var Minus2Bold = (_a) => {
11057
11103
  var _b = _a, {
11058
11104
  size = 24,
@@ -11069,12 +11115,12 @@ var Minus2Bold = (_a) => {
11069
11115
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11070
11116
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11071
11117
  const resolvedViewBox = "0 0 24 24";
11072
- return /* @__PURE__ */ React474.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React474.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
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" }));
11073
11119
  };
11074
11120
  var Minus2Bold_default = Minus2Bold;
11075
11121
 
11076
11122
  // src/MessagesBold.tsx
11077
- var React475 = __toESM(require("react"));
11123
+ var React477 = __toESM(require("react"));
11078
11124
  var MessagesBold = (_a) => {
11079
11125
  var _b = _a, {
11080
11126
  size = 24,
@@ -11091,12 +11137,12 @@ var MessagesBold = (_a) => {
11091
11137
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11092
11138
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11093
11139
  const resolvedViewBox = "0 0 24 24";
11094
- return /* @__PURE__ */ React475.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React475.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.82 16.087H9.338a.75.75 0 0 1 0-1.5h6.484a.75.75 0 0 1 0 1.5m-6.483-6.021h3.268a.75.75 0 0 1 0 1.5h-3.27a.75.75 0 0 1 0-1.5m10.438-2.491a9.53 9.53 0 0 0-6.921-3.629A9.5 9.5 0 0 0 5.58 6.72c-2.806 2.814-3.572 7.136-1.914 10.729.109.274.442.896.989 1.848a.47.47 0 0 1-.023.509c-.223.314-.504.716-.722 1.045-.284.424-.31.967-.07 1.417.239.446.717.686 1.209.723l.616-.001c2.372-.001 5.783-.002 6.6.001h.034a9.5 9.5 0 0 0 7.272-3.397c2.897-3.437 2.983-8.492.204-12.019", clipRule: "evenodd" }));
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" }));
11095
11141
  };
11096
11142
  var MessagesBold_default = MessagesBold;
11097
11143
 
11098
11144
  // src/MessageBold.tsx
11099
- var React476 = __toESM(require("react"));
11145
+ var React478 = __toESM(require("react"));
11100
11146
  var MessageBold = (_a) => {
11101
11147
  var _b = _a, {
11102
11148
  size = 24,
@@ -11113,12 +11159,12 @@ var MessageBold = (_a) => {
11113
11159
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11114
11160
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11115
11161
  const resolvedViewBox = "0 0 24 24";
11116
- return /* @__PURE__ */ React476.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React476.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.94 3A5.057 5.057 0 0 1 22 8.05v7.9c0 2.79-2.27 5.05-5.06 5.05H7.06A5.057 5.057 0 0 1 2 15.95v-7.9A5.05 5.05 0 0 1 7.06 3zm1.59 6.54.08-.08a.77.77 0 0 0-.01-1 .84.84 0 0 0-.53-.26.76.76 0 0 0-.56.2L13 12a1.566 1.566 0 0 1-2 0L6.5 8.4a.76.76 0 0 0-1 .07c-.27.27-.3.7-.07 1l.13.13 4.55 3.55a3.14 3.14 0 0 0 3.91 0z", clipRule: "evenodd" }));
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" }));
11117
11163
  };
11118
11164
  var MessageBold_default = MessageBold;
11119
11165
 
11120
11166
  // src/MediumBold.tsx
11121
- var React477 = __toESM(require("react"));
11167
+ var React479 = __toESM(require("react"));
11122
11168
  var MediumBold = (_a) => {
11123
11169
  var _b = _a, {
11124
11170
  size = 24,
@@ -11135,12 +11181,12 @@ var MediumBold = (_a) => {
11135
11181
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11136
11182
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11137
11183
  const resolvedViewBox = "0 0 24 24";
11138
- return /* @__PURE__ */ React477.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React477.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 8.509a4.506 4.506 0 0 0-4.5 4.5c0 2.48 2.019 4.5 4.5 4.5s4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5m7.999 0c-1.426 0-2.501 1.935-2.501 4.5s1.075 4.5 2.5 4.5 2.5-1.935 2.5-4.5-1.074-4.5-2.5-4.5m5.002 0c-1.428 0-1.5 3.749-1.5 4.5s.072 4.5 1.5 4.5 1.5-3.75 1.5-4.5c0-.751-.072-4.5-1.5-4.5", clipRule: "evenodd" }));
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" }));
11139
11185
  };
11140
11186
  var MediumBold_default = MediumBold;
11141
11187
 
11142
11188
  // src/MapCloseBold.tsx
11143
- var React478 = __toESM(require("react"));
11189
+ var React480 = __toESM(require("react"));
11144
11190
  var MapCloseBold = (_a) => {
11145
11191
  var _b = _a, {
11146
11192
  size = 24,
@@ -11157,12 +11203,12 @@ var MapCloseBold = (_a) => {
11157
11203
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11158
11204
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11159
11205
  const resolvedViewBox = "0 0 24 24";
11160
- return /* @__PURE__ */ React478.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React478.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.938 3.24c-.51-.33-1.15-.38-1.71-.13l-2.993 1.327-.067.103v6.97c.85-.36 1.79-.56 2.78-.56a7.2 7.2 0 0 1 2.068.303.567.567 0 0 0 .732-.545V4.75c0-.61-.3-1.17-.81-1.51M7.685 2.733 3.836 4.434a2.67 2.67 0 0 0-1.584 2.44v12.663a1.79 1.79 0 0 0 2.522 1.64l2.998-1.333a.11.11 0 0 0 .065-.1V2.834a.11.11 0 0 0-.152-.1m1.801-.061a.11.11 0 0 0-.148.107v16.87c0 .05.02.09.07.1.22.078.979.358 1.859.678.422.154.867-.22.759-.654a7.08 7.08 0 0 1 2.642-7.384V4.63c0-.04-.03-.08-.07-.1-.548-.2-4.305-1.561-5.112-1.857M20.988 14.99a.81.81 0 0 0-1.147 0l-1.658 1.659-1.658-1.658a.81.81 0 1 0-1.147 1.147l1.658 1.658-1.658 1.658a.81.81 0 1 0 1.147 1.147l1.658-1.658 1.658 1.658a.81.81 0 1 0 1.147-1.147l-1.658-1.658 1.658-1.658a.81.81 0 0 0 0-1.147", clipRule: "evenodd" }));
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" }));
11161
11207
  };
11162
11208
  var MapCloseBold_default = MapCloseBold;
11163
11209
 
11164
11210
  // src/MacNotebookBold.tsx
11165
- var React479 = __toESM(require("react"));
11211
+ var React481 = __toESM(require("react"));
11166
11212
  var MacNotebookBold = (_a) => {
11167
11213
  var _b = _a, {
11168
11214
  size = 24,
@@ -11179,12 +11225,12 @@ var MacNotebookBold = (_a) => {
11179
11225
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11180
11226
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11181
11227
  const resolvedViewBox = "0 0 24 24";
11182
- return /* @__PURE__ */ React479.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React479.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.949 16.246H3.052a.8.8 0 0 0-.802.8v.507a2.68 2.68 0 0 0 2.679 2.678h14.142a2.68 2.68 0 0 0 2.679-2.678v-.507c0-.44-.36-.8-.801-.8M11.446 6.069h1.35c.42 0 .75.33.75.75 0 .41-.33.75-.75.75h-1.35a.749.749 0 1 1 0-1.5m-7.11 8.75h15.33c.28 0 .5-.22.5-.5v-7.64c0-1.79-1.34-2.91-3.51-2.91h-9.31c-2.17 0-3.51 1.12-3.51 2.91v7.64c0 .28.22.5.5.5", clipRule: "evenodd" }));
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" }));
11183
11229
  };
11184
11230
  var MacNotebookBold_default = MacNotebookBold;
11185
11231
 
11186
11232
  // src/LogoutBold.tsx
11187
- var React480 = __toESM(require("react"));
11233
+ var React482 = __toESM(require("react"));
11188
11234
  var LogoutBold = (_a) => {
11189
11235
  var _b = _a, {
11190
11236
  size = 24,
@@ -11201,12 +11247,12 @@ var LogoutBold = (_a) => {
11201
11247
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11202
11248
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11203
11249
  const resolvedViewBox = "0 0 24 24";
11204
- return /* @__PURE__ */ React480.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React480.createElement("path", { fill: "currentColor", d: "M11.493 2C13.976 2 16 3.99 16 6.44v4.79H9.896a.77.77 0 0 0-.784.77c0 .42.346.77.784.77H16v4.78C16 20 13.975 22 11.473 22H6.518C4.025 22 2 20.01 2 17.56V6.45C2 3.99 4.035 2 6.527 2zm7.047 6.55c.3-.31.79-.31 1.09-.01l2.92 2.91a.764.764 0 0 1 0 1.09l-2.92 2.91c-.15.15-.35.23-.54.23a.773.773 0 0 1-.55-1.32l1.6-1.59H16v-1.54h4.14l-1.6-1.59c-.3-.3-.3-.79 0-1.09" }));
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" }));
11205
11251
  };
11206
11252
  var LogoutBold_default = LogoutBold;
11207
11253
 
11208
11254
  // src/LoginBold.tsx
11209
- var React481 = __toESM(require("react"));
11255
+ var React483 = __toESM(require("react"));
11210
11256
  var LoginBold = (_a) => {
11211
11257
  var _b = _a, {
11212
11258
  size = 24,
@@ -11223,12 +11269,12 @@ var LoginBold = (_a) => {
11223
11269
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11224
11270
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11225
11271
  const resolvedViewBox = "0 0 24 24";
11226
- return /* @__PURE__ */ React481.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React481.createElement("path", { fill: "currentColor", d: "M16.926 2c2.52 0 4.574 2 4.574 4.44v11.12c0 2.45-2.055 4.44-4.596 4.44h-5.028c-2.52 0-4.585-1.99-4.585-4.43v-4.8h6.402l-1.652 1.6c-.31.3-.31.79 0 1.09a.8.8 0 0 0 .568.22c.196 0 .403-.07.558-.22l3.015-2.91a.74.74 0 0 0 .237-.55c0-.2-.082-.4-.237-.54l-3.015-2.91a.817.817 0 0 0-1.126 0c-.31.3-.31.79 0 1.09l1.652 1.59H7.291V6.45C7.291 4 9.356 2 11.886 2zM7.29 11.23v1.54H3.281A.776.776 0 0 1 2.5 12c0-.42.355-.77.781-.77z" }));
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" }));
11227
11273
  };
11228
11274
  var LoginBold_default = LoginBold;
11229
11275
 
11230
11276
  // src/LockBold.tsx
11231
- var React482 = __toESM(require("react"));
11277
+ var React484 = __toESM(require("react"));
11232
11278
  var LockBold = (_a) => {
11233
11279
  var _b = _a, {
11234
11280
  size = 24,
@@ -11245,12 +11291,12 @@ var LockBold = (_a) => {
11245
11291
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11246
11292
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11247
11293
  const resolvedViewBox = "0 0 24 24";
11248
- return /* @__PURE__ */ React482.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React482.createElement("path", { fill: "currentColor", d: "M11.984 2c3.07 0 5.539 2.415 5.539 5.396V8.93c1.722.537 2.977 2.096 2.977 3.959v4.936c0 2.306-1.911 4.175-4.268 4.175H7.77c-2.36 0-4.27-1.87-4.27-4.175V12.89c0-1.863 1.256-3.422 2.978-3.96V7.397C6.488 4.416 8.956 2 11.984 2m.011 11.385a.875.875 0 0 0-.884.864v2.206c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874V14.25a.877.877 0 0 0-.894-.864m.01-9.646c-2.063 0-3.739 1.63-3.75 3.637v1.338h7.49V7.396c-.001-2.018-1.677-3.657-3.74-3.657" }));
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" }));
11249
11295
  };
11250
11296
  var LockBold_default = LockBold;
11251
11297
 
11252
11298
  // src/LocationBold.tsx
11253
- var React483 = __toESM(require("react"));
11299
+ var React485 = __toESM(require("react"));
11254
11300
  var LocationBold = (_a) => {
11255
11301
  var _b = _a, {
11256
11302
  size = 24,
@@ -11267,12 +11313,12 @@ var LocationBold = (_a) => {
11267
11313
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11268
11314
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11269
11315
  const resolvedViewBox = "0 0 24 24";
11270
- return /* @__PURE__ */ React483.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React483.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.318C3.5 5.718 7.344 2 11.993 2c4.663 0 8.507 3.718 8.507 8.318 0 2.318-.843 4.47-2.23 6.294a22 22 0 0 1-5.541 5.14c-.486.318-.925.342-1.459 0a21.6 21.6 0 0 1-5.54-5.14c-1.388-1.824-2.23-3.976-2.23-6.294m5.694.259c0 1.54 1.258 2.753 2.8 2.753s2.812-1.212 2.812-2.753c0-1.53-1.27-2.8-2.813-2.8a2.813 2.813 0 0 0-2.799 2.8", clipRule: "evenodd" }));
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" }));
11271
11317
  };
11272
11318
  var LocationBold_default = LocationBold;
11273
11319
 
11274
11320
  // src/LinkedinBold.tsx
11275
- var React484 = __toESM(require("react"));
11321
+ var React486 = __toESM(require("react"));
11276
11322
  var LinkedinBold = (_a) => {
11277
11323
  var _b = _a, {
11278
11324
  size = 24,
@@ -11289,12 +11335,12 @@ var LinkedinBold = (_a) => {
11289
11335
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11290
11336
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11291
11337
  const resolvedViewBox = "0 0 24 24";
11292
- return /* @__PURE__ */ React484.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React484.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.976 16.299a.75.75 0 0 1-1.5 0v-3.41a1.82 1.82 0 0 0-1.815-1.82 1.82 1.82 0 0 0-1.815 1.82v3.41a.75.75 0 0 1-1.5 0v-3.41a3.32 3.32 0 0 1 3.315-3.32 3.32 3.32 0 0 1 3.315 3.32zm-9.201-5.79c-.414 0-.786-.376-.786-.79s.372-.79.786-.79.784.376.784.79-.37.79-.784.79m.749 5.79a.75.75 0 0 1-1.5 0v-3.771a.75.75 0 0 1 1.5 0zm7.693-12.79H7.783c-3.16 0-5.283 2.223-5.283 5.53v7.94c0 3.307 2.123 5.53 5.283 5.53h8.433c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
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" }));
11293
11339
  };
11294
11340
  var LinkedinBold_default = LinkedinBold;
11295
11341
 
11296
11342
  // src/InstagramBold.tsx
11297
- var React485 = __toESM(require("react"));
11343
+ var React487 = __toESM(require("react"));
11298
11344
  var InstagramBold = (_a) => {
11299
11345
  var _b = _a, {
11300
11346
  size = 24,
@@ -11311,12 +11357,12 @@ var InstagramBold = (_a) => {
11311
11357
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11312
11358
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11313
11359
  const resolvedViewBox = "0 0 24 24";
11314
- return /* @__PURE__ */ React485.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.845 10.589a2.754 2.754 0 0 0-2.753 2.75 2.753 2.753 0 0 0 5.505 0 2.753 2.753 0 0 0-2.752-2.75", clipRule: "evenodd" }), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.864 9.418c-.57 0-1.035-.462-1.035-1.03a1.034 1.034 0 0 1 2.069 0c0 .568-.464 1.03-1.034 1.03m-5.02 8.17a4.256 4.256 0 0 1-4.252-4.25 4.256 4.256 0 0 1 4.252-4.25 4.255 4.255 0 0 1 4.252 4.25 4.255 4.255 0 0 1-4.252 4.25m4.373-14.08H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.308 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.222 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
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" }));
11315
11361
  };
11316
11362
  var InstagramBold_default = InstagramBold;
11317
11363
 
11318
11364
  // src/InfoSquareBold.tsx
11319
- var React486 = __toESM(require("react"));
11365
+ var React488 = __toESM(require("react"));
11320
11366
  var InfoSquareBold = (_a) => {
11321
11367
  var _b = _a, {
11322
11368
  size = 24,
@@ -11333,12 +11379,12 @@ var InfoSquareBold = (_a) => {
11333
11379
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11334
11380
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11335
11381
  const resolvedViewBox = "0 0 24 24";
11336
- return /* @__PURE__ */ React486.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React486.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m4.32 7.06a.87.87 0 0 1-.86-.87.875.875 0 1 1 .86.87m.88 6.72c0 .48-.39.87-.88.87a.87.87 0 0 1-.87-.87v-4.42c0-.48.39-.88.87-.88.49 0 .88.4.88.88z", clipRule: "evenodd" }));
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" }));
11337
11383
  };
11338
11384
  var InfoSquareBold_default = InfoSquareBold;
11339
11385
 
11340
11386
  // src/InfoCircleBold.tsx
11341
- var React487 = __toESM(require("react"));
11387
+ var React489 = __toESM(require("react"));
11342
11388
  var InfoCircleBold = (_a) => {
11343
11389
  var _b = _a, {
11344
11390
  size = 24,
@@ -11355,12 +11401,12 @@ var InfoCircleBold = (_a) => {
11355
11401
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11356
11402
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11357
11403
  const resolvedViewBox = "0 0 24 24";
11358
- return /* @__PURE__ */ React487.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React487.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10s-4.47 10-10 10C6.48 22 2 17.52 2 12m9.12-3.79c0-.48.4-.88.88-.88s.87.4.87.88v4.42a.87.87 0 0 1-.87.87.88.88 0 0 1-.88-.87zm.89 8.47c-.49 0-.88-.4-.88-.88s.39-.87.87-.87c.49 0 .88.39.88.87s-.39.88-.87.88", clipRule: "evenodd" }));
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" }));
11359
11405
  };
11360
11406
  var InfoCircleBold_default = InfoCircleBold;
11361
11407
 
11362
11408
  // src/InfoCircle2Bold.tsx
11363
- var React488 = __toESM(require("react"));
11409
+ var React490 = __toESM(require("react"));
11364
11410
  var InfoCircle2Bold = (_a) => {
11365
11411
  var _b = _a, {
11366
11412
  size = 24,
@@ -11377,12 +11423,12 @@ var InfoCircle2Bold = (_a) => {
11377
11423
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11378
11424
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11379
11425
  const resolvedViewBox = "0 0 24 24";
11380
- return /* @__PURE__ */ React488.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React488.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.756 15.693a.75.75 0 0 1-1.5 0v-4.299a.75.75 0 0 1 1.5 0zM11.25 8.291a.75.75 0 0 1 1.5 0c0 .414-.336.782-.75.782s-.75-.305-.75-.719zM12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
11381
11427
  };
11382
11428
  var InfoCircle2Bold_default = InfoCircle2Bold;
11383
11429
 
11384
11430
  // src/ImageBold.tsx
11385
- var React489 = __toESM(require("react"));
11431
+ var React491 = __toESM(require("react"));
11386
11432
  var ImageBold = (_a) => {
11387
11433
  var _b = _a, {
11388
11434
  size = 24,
@@ -11399,12 +11445,12 @@ var ImageBold = (_a) => {
11399
11445
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11400
11446
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11401
11447
  const resolvedViewBox = "0 0 24 24";
11402
- return /* @__PURE__ */ React489.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React489.createElement("path", { fill: "currentColor", d: "M16.334 2C19.724 2 22 4.378 22 7.917v8.166C22 19.622 19.723 22 16.333 22H7.666C4.276 22 2 19.622 2 16.083V7.917C2 4.378 4.277 2 7.666 2zm1.102 10.55c-1.071-.668-1.898.27-2.121.571-.216.29-.401.61-.596.93-.477.79-1.023 1.699-1.968 2.228-1.373.76-2.417.06-3.167-.449-.281-.19-.555-.37-.827-.49-.672-.29-1.276.041-2.173 1.18q-.703.893-1.41 1.774c-.283.352-.215.895.166 1.13.608.374 1.35.576 2.19.576h8.427a4.5 4.5 0 0 0 1.406-.214 3.7 3.7 0 0 0 2.261-2.111c.358-.85.532-1.883.197-2.741a2.3 2.3 0 0 0-.512-.784c-.615-.61-1.19-1.18-1.873-1.6M8.5 6A2.5 2.5 0 0 0 6 8.5C6 9.878 7.12 11 8.499 11a2.503 2.503 0 0 0 2.499-2.5c0-1.378-1.121-2.5-2.499-2.5" }));
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" }));
11403
11449
  };
11404
11450
  var ImageBold_default = ImageBold;
11405
11451
 
11406
11452
  // src/Image2Bold.tsx
11407
- var React490 = __toESM(require("react"));
11453
+ var React492 = __toESM(require("react"));
11408
11454
  var Image2Bold = (_a) => {
11409
11455
  var _b = _a, {
11410
11456
  size = 24,
@@ -11421,12 +11467,12 @@ var Image2Bold = (_a) => {
11421
11467
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11422
11468
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11423
11469
  const resolvedViewBox = "0 0 24 24";
11424
- return /* @__PURE__ */ React490.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React490.createElement("path", { fill: "currentColor", d: "M16.353 2C19.73 2 21.999 4.362 22 7.888v8.214c0 .151-.028.287-.036.433-.005.085-.003.17-.01.255-.004.038-.016.073-.02.11a7 7 0 0 1-.154.905q-.029.116-.06.23-.12.422-.288.807-.05.107-.102.212a5.4 5.4 0 0 1-.408.698c-.047.067-.098.128-.147.193a5 5 0 0 1-.514.582c-.06.058-.13.108-.193.163-.193.166-.39.325-.608.46-.078.05-.164.086-.244.13a5 5 0 0 1-.686.333c-.1.038-.212.058-.316.09-.238.075-.474.152-.731.196-.194.034-.405.038-.61.055-.174.013-.339.046-.52.046H7.637a7 7 0 0 1-1.082-.094l-.037-.006c-1.353-.233-2.476-.886-3.263-1.871-.008 0-.008-.01-.017-.02C2.447 19.013 2 17.674 2 16.102V7.888C2 4.362 4.27 2.001 7.637 2zM7.637 3.396c-2.577 0-4.24 1.766-4.241 4.492v8.214c0 .765.142 1.448.385 2.04.04-.05 1.949-2.377 1.976-2.407.692-.79 1.992-1.968 3.697-1.255.41.17.77.408 1.1.618.572.383.91.563 1.26.533.145-.02.28-.062.41-.142.557-.344 2.135-2.645 2.23-2.77 1.09-1.42 2.77-1.8 4.17-.96.188.112 1.535 1.054 1.981 1.432V7.888c0-2.726-1.666-4.492-4.252-4.492zM8.48 6c.698 0 1.33.293 1.782.761.455.452.74 1.075.74 1.754C11 9.87 9.867 11 8.505 11.001c-1.196 0-2.217-.875-2.446-2.007A2.4 2.4 0 0 1 6 8.468 2.47 2.47 0 0 1 8.48 6" }));
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" }));
11425
11471
  };
11426
11472
  var Image2Bold_default = Image2Bold;
11427
11473
 
11428
11474
  // src/HotDrinkBold.tsx
11429
- var React491 = __toESM(require("react"));
11475
+ var React493 = __toESM(require("react"));
11430
11476
  var HotDrinkBold = (_a) => {
11431
11477
  var _b = _a, {
11432
11478
  size = 24,
@@ -11443,12 +11489,12 @@ var HotDrinkBold = (_a) => {
11443
11489
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11444
11490
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11445
11491
  const resolvedViewBox = "0 0 24 24";
11446
- return /* @__PURE__ */ React491.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", d: "M7.86 4.12a.75.75 0 0 0-1.5 0v1.51a.75.75 0 1 0 1.5 0zm3.224 0a.75.75 0 0 0-1.5 0v1.51a.75.75 0 0 0 1.5 0zm3.225 0a.75.75 0 1 0-1.5 0v1.51a.75.75 0 0 0 1.5 0z" }), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.429a2.46 2.46 0 0 1 2.462-2.462h8.82c1.076 0 1.99.689 2.326 1.65h.829a2.813 2.813 0 1 1 0 5.627h-.913a6.88 6.88 0 0 1-2.698 3.887h3.343a.75.75 0 1 1 0 1.5H4.176a.75.75 0 0 1 0-1.5h2.243A6.87 6.87 0 0 1 3.5 13.509zm13.745 3.08v-2.392h.692a1.313 1.313 0 1 1 0 2.627h-.696z", clipRule: "evenodd" }));
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" }));
11447
11493
  };
11448
11494
  var HotDrinkBold_default = HotDrinkBold;
11449
11495
 
11450
11496
  // src/HomeBold.tsx
11451
- var React492 = __toESM(require("react"));
11497
+ var React494 = __toESM(require("react"));
11452
11498
  var HomeBold = (_a) => {
11453
11499
  var _b = _a, {
11454
11500
  size = 24,
@@ -11465,12 +11511,12 @@ var HomeBold = (_a) => {
11465
11511
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11466
11512
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11467
11513
  const resolvedViewBox = "0 0 24 24";
11468
- return /* @__PURE__ */ React492.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React492.createElement("path", { fill: "currentColor", d: "M9.135 20.773v-3.057c0-.781.637-1.414 1.423-1.414h2.875c.377 0 .74.15 1.006.414.267.265.417.625.417 1v3.057c-.002.325.126.637.356.867s.544.36.87.36h1.962a3.46 3.46 0 0 0 2.443-1 3.4 3.4 0 0 0 1.013-2.422V9.867c0-.735-.328-1.431-.895-1.902l-6.671-5.29a3.1 3.1 0 0 0-3.949.072L3.467 7.965A2.47 2.47 0 0 0 2.5 9.867v8.702c0 1.895 1.547 3.43 3.456 3.43h1.916a1.23 1.23 0 0 0 1.236-1.217z" }));
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" }));
11469
11515
  };
11470
11516
  var HomeBold_default = HomeBold;
11471
11517
 
11472
11518
  // src/HideBold.tsx
11473
- var React493 = __toESM(require("react"));
11519
+ var React495 = __toESM(require("react"));
11474
11520
  var HideBold = (_a) => {
11475
11521
  var _b = _a, {
11476
11522
  size = 24,
@@ -11487,12 +11533,12 @@ var HideBold = (_a) => {
11487
11533
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11488
11534
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11489
11535
  const resolvedViewBox = "0 0 24 24";
11490
- return /* @__PURE__ */ React493.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React493.createElement("path", { fill: "currentColor", d: "M19.17 3.714a.73.73 0 0 1 1.034 0 .73.73 0 0 1 0 1.043L18.43 6.55c1.415 1.3 2.615 3.053 3.513 5.16a.75.75 0 0 1 0 .58c-2.088 4.903-5.806 7.836-9.943 7.836h-.01c-1.883 0-3.688-.62-5.279-1.751l-1.892 1.91a.72.72 0 0 1-.518.216.7.7 0 0 1-.517-.216.74.74 0 0 1-.087-.926l.029-.04 14.43-14.56c.02-.02.04-.04.05-.06a.3.3 0 0 0 .048-.059zm-7.169.171a8.85 8.85 0 0 1 4.001.965l-3.259 3.288a4.5 4.5 0 0 0-.742-.068C9.845 8.07 8.1 9.832 8.1 12.007c0 .256.03.512.068.748l-3.61 3.643c-.976-1.142-1.825-2.52-2.498-4.105a.75.75 0 0 1 0-.58c2.088-4.903 5.805-7.828 9.933-7.828zm2.155 6.977c.175.334.272.728.272 1.141 0 1.349-1.092 2.452-2.429 2.453-.41 0-.8-.1-1.133-.277l-1.063 1.073c.624.424 1.386.68 2.196.68 2.147 0 3.893-1.763 3.893-3.929 0-.817-.253-1.585-.673-2.214z" }));
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" }));
11491
11537
  };
11492
11538
  var HideBold_default = HideBold;
11493
11539
 
11494
11540
  // src/HeartBold.tsx
11495
- var React494 = __toESM(require("react"));
11541
+ var React496 = __toESM(require("react"));
11496
11542
  var HeartBold = (_a) => {
11497
11543
  var _b = _a, {
11498
11544
  size = 24,
@@ -11509,12 +11555,12 @@ var HeartBold = (_a) => {
11509
11555
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11510
11556
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11511
11557
  const resolvedViewBox = "0 0 24 24";
11512
- return /* @__PURE__ */ React494.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React494.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.85 2.5c.63 0 1.26.09 1.86.29 3.69 1.2 5.02 5.25 3.91 8.79a12.7 12.7 0 0 1-3.01 4.81 38.5 38.5 0 0 1-6.33 4.96l-.25.15-.26-.16a38 38 0 0 1-6.37-4.96 12.9 12.9 0 0 1-3.01-4.8c-1.13-3.54.2-7.59 3.93-8.81.29-.1.59-.17.89-.21h.12q.42-.06.84-.06h.11q.945.03 1.83.33h.06q.06.03.09.06c.22.07.43.15.63.26l.38.17c.092.05.195.124.284.19.056.04.107.077.146.1l.05.03c.085.05.175.102.25.16a6.26 6.26 0 0 1 3.85-1.3m2.66 7.2c.41-.01.76-.34.79-.76v-.12a3.3 3.3 0 0 0-2.11-3.16.8.8 0 0 0-1.01.5c-.14.42.08.88.5 1.03.64.24 1.07.87 1.07 1.57v.03a.86.86 0 0 0 .19.62c.14.17.35.27.57.29", clipRule: "evenodd" }));
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" }));
11513
11559
  };
11514
11560
  var HeartBold_default = HeartBold;
11515
11561
 
11516
11562
  // src/HeartPlusBold.tsx
11517
- var React495 = __toESM(require("react"));
11563
+ var React497 = __toESM(require("react"));
11518
11564
  var HeartPlusBold = (_a) => {
11519
11565
  var _b = _a, {
11520
11566
  size = 24,
@@ -11531,12 +11577,12 @@ var HeartPlusBold = (_a) => {
11531
11577
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11532
11578
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11533
11579
  const resolvedViewBox = "0 0 24 24";
11534
- return /* @__PURE__ */ React495.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React495.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.181 12.34h-1.437v1.44a.75.75 0 0 1-1.5 0v-1.44H9.808a.75.75 0 0 1 0-1.5h1.436V9.41a.75.75 0 0 1 1.5 0v1.43h1.437a.75.75 0 0 1 0 1.5m6.804-5.363c-.68-1.68-1.993-2.907-3.695-3.452a6.1 6.1 0 0 0-2.91-.207c-.893.149-1.702.684-2.383 1.18-.656-.475-1.486-1.02-2.382-1.171a6.3 6.3 0 0 0-2.909.198c-3.73 1.207-4.879 5.289-3.836 8.534 1.624 5.21 8.62 8.525 8.916 8.664a.5.5 0 0 0 .423 0c.292-.136 7.184-3.391 8.906-8.66.551-1.715.504-3.522-.13-5.086", clipRule: "evenodd" }));
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" }));
11535
11581
  };
11536
11582
  var HeartPlusBold_default = HeartPlusBold;
11537
11583
 
11538
11584
  // src/Heart2Bold.tsx
11539
- var React496 = __toESM(require("react"));
11585
+ var React498 = __toESM(require("react"));
11540
11586
  var Heart2Bold = (_a) => {
11541
11587
  var _b = _a, {
11542
11588
  size = 24,
@@ -11553,12 +11599,12 @@ var Heart2Bold = (_a) => {
11553
11599
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11554
11600
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11555
11601
  const resolvedViewBox = "0 0 24 24";
11556
- return /* @__PURE__ */ React496.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React496.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.691 3.371c-2.096-.677-4.007-.113-5.44 1.583-1.436-1.698-3.347-2.259-5.44-1.583-2.648.852-4.299 3.243-4.31 6.24-.025 5.133 4.916 9.155 9.547 11.207l.203.09.203-.09C17.086 18.766 22.025 14.744 22 9.61c-.012-2.996-1.663-5.387-4.309-6.239", clipRule: "evenodd" }));
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" }));
11557
11603
  };
11558
11604
  var Heart2Bold_default = Heart2Bold;
11559
11605
 
11560
11606
  // src/GraphBold.tsx
11561
- var React497 = __toESM(require("react"));
11607
+ var React499 = __toESM(require("react"));
11562
11608
  var GraphBold = (_a) => {
11563
11609
  var _b = _a, {
11564
11610
  size = 24,
@@ -11575,12 +11621,12 @@ var GraphBold = (_a) => {
11575
11621
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11576
11622
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11577
11623
  const resolvedViewBox = "0 0 24 24";
11578
- return /* @__PURE__ */ React497.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React497.createElement("path", { fill: "currentColor", d: "M8.956 4.96a1.1 1.1 0 0 1 1.195.595c.106.159.133.354.146.545.13 1.997.268 3.965.397 5.932-.003.214.03.428.1.631.162.4.568.654 1.006.63l6.63-.408h.071c.286.004.558.12.757.322s.307.473.303.753c-.263 3.822-3.065 7.015-6.878 7.838s-7.723-.923-9.595-4.284a8.2 8.2 0 0 1-1.024-3.136 6 6 0 0 1-.063-.986c.013-4.065 2.906-7.573 6.955-8.432M12.913 2c4.57.138 8.392 3.456 9.084 7.89a.3.3 0 0 1 0 .08.78.78 0 0 1-.197.576.8.8 0 0 1-.555.268l-7.68.507a.92.92 0 0 1-.693-.23.88.88 0 0 1-.294-.658l-.515-7.543v-.125a.8.8 0 0 1 .263-.555.83.83 0 0 1 .587-.21" }));
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" }));
11579
11625
  };
11580
11626
  var GraphBold_default = GraphBold;
11581
11627
 
11582
11628
  // src/GameBold.tsx
11583
- var React498 = __toESM(require("react"));
11629
+ var React500 = __toESM(require("react"));
11584
11630
  var GameBold = (_a) => {
11585
11631
  var _b = _a, {
11586
11632
  size = 24,
@@ -11597,12 +11643,12 @@ var GameBold = (_a) => {
11597
11643
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11598
11644
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11599
11645
  const resolvedViewBox = "0 0 24 24";
11600
- return /* @__PURE__ */ React498.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React498.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.164 6.083.948.011c3.405 0 5.888 2.428 5.888 5.78v4.307c0 3.353-2.483 5.78-5.888 5.78A194 194 0 0 1 12.01 22c-1.374 0-2.758-.01-4.122-.038-3.405 0-5.888-2.428-5.888-5.78v-4.307c0-3.353 2.483-5.78 5.898-5.78 1.286-.02 2.6-.04 3.935-.04v-.163c0-.665-.56-1.204-1.226-1.204h-.972c-1.109 0-2.012-.886-2.012-1.965 0-.395.334-.723.736-.723.412 0 .736.328.736.723 0 .289.246.52.54.52h.972c1.481.01 2.688 1.194 2.698 2.64v.183q.928.002 1.859.017m-4.312 8.663h-1.03v1.02a.735.735 0 0 1-.737.723.73.73 0 0 1-.736-.722v-1.021H7.31a.73.73 0 0 1-.736-.723c0-.395.334-.723.736-.723h1.04v-1.01c0-.395.324-.723.736-.723.403 0 .736.328.736.723v1.01h1.03c.403 0 .737.328.737.723a.73.73 0 0 1-.736.723m4.17-1.629h.099a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723h-.098a.722.722 0 1 0 0 1.445m1.679 3.314h.098a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723H16.7a.722.722 0 1 0 0 1.445", clipRule: "evenodd" }));
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" }));
11601
11647
  };
11602
11648
  var GameBold_default = GameBold;
11603
11649
 
11604
11650
  // src/ForwardClockTimer10Bold.tsx
11605
- var React499 = __toESM(require("react"));
11651
+ var React501 = __toESM(require("react"));
11606
11652
  var ForwardClockTimer10Bold = (_a) => {
11607
11653
  var _b = _a, {
11608
11654
  size = 24,
@@ -11619,12 +11665,12 @@ var ForwardClockTimer10Bold = (_a) => {
11619
11665
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11620
11666
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11621
11667
  const resolvedViewBox = "0 0 24 24";
11622
- return /* @__PURE__ */ React499.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.27 8.728a1 1 0 0 0 1-1v-2.99a1 1 0 0 0-2 0v.438c-2.72-2.802-6.954-3.832-10.734-2.37-5.118 1.982-7.68 7.76-5.713 12.88.95 2.469 2.816 4.43 5.255 5.525q.201.088.41.088a1 1 0 0 0 .408-1.913c-1.954-.877-3.448-2.446-4.206-4.417-1.574-4.093.476-8.713 4.568-10.298 3.09-1.197 6.558-.303 8.723 2.057h-.685a1 1 0 0 0 0 2z", clipRule: "evenodd" }), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.163 12.098v-4.18a1 1 0 0 0-2 0v3.18H8.717a1 1 0 0 0 0 2h3.446a1 1 0 0 0 1-1m1.673 2.347a1 1 0 0 0-1.06.126l-1.69 1.37a.999.999 0 1 0 1.258 1.554l.062-.05v3.303a1 1 0 0 0 2 0v-5.4a1 1 0 0 0-.57-.903m5.319 4.683a.73.73 0 0 1-1.458 0v-2.38a.73.73 0 0 1 .73-.73.73.73 0 0 1 .728.73zm-.729-5.11a2.733 2.733 0 0 0-2.729 2.73v2.38a2.733 2.733 0 0 0 2.73 2.73 2.733 2.733 0 0 0 2.728-2.73v-2.38a2.733 2.733 0 0 0-2.729-2.73", clipRule: "evenodd" }));
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" }));
11623
11669
  };
11624
11670
  var ForwardClockTimer10Bold_default = ForwardClockTimer10Bold;
11625
11671
 
11626
11672
  // src/FolderBold.tsx
11627
- var React500 = __toESM(require("react"));
11673
+ var React502 = __toESM(require("react"));
11628
11674
  var FolderBold = (_a) => {
11629
11675
  var _b = _a, {
11630
11676
  size = 24,
@@ -11641,12 +11687,12 @@ var FolderBold = (_a) => {
11641
11687
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11642
11688
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11643
11689
  const resolvedViewBox = "0 0 24 24";
11644
- return /* @__PURE__ */ React500.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React500.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.45 4.88h3.07c3.69 0 5.49 1.97 5.48 6.01v4.87c0 3.86-2.38 6.24-6.25 6.24H8.24C4.39 22 2 19.62 2 15.75V8.24C2 4.1 3.84 2 7.47 2h1.58c.931-.01 1.8.42 2.37 1.15l.88 1.17c.28.35.7.56 1.15.56M7.37 15.29h9.26c.41 0 .74-.34.74-.75a.74.74 0 0 0-.74-.75H7.37c-.42 0-.75.33-.75.75 0 .41.33.75.75.75", clipRule: "evenodd" }));
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" }));
11645
11691
  };
11646
11692
  var FolderBold_default = FolderBold;
11647
11693
 
11648
11694
  // src/FolderFileBold.tsx
11649
- var React501 = __toESM(require("react"));
11695
+ var React503 = __toESM(require("react"));
11650
11696
  var FolderFileBold = (_a) => {
11651
11697
  var _b = _a, {
11652
11698
  size = 24,
@@ -11663,12 +11709,12 @@ var FolderFileBold = (_a) => {
11663
11709
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11664
11710
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11665
11711
  const resolvedViewBox = "0 0 24 24";
11666
- return /* @__PURE__ */ React501.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React501.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.942 16.47h-3.944a.75.75 0 0 1 0-1.5h3.944a.75.75 0 0 1 0 1.5m.677-11.106h-2.652a1.66 1.66 0 0 1-1.313-.658l-.856-1.137a2.65 2.65 0 0 0-2.111-1.056H7.812c-3.423 0-5.087 1.906-5.087 5.828v7.313c0 3.652 2.185 5.833 5.844 5.833h7.297c3.652 0 5.832-2.181 5.832-5.83l.027-4.66c0-3.843-1.622-5.633-5.106-5.633", clipRule: "evenodd" }));
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" }));
11667
11713
  };
11668
11714
  var FolderFileBold_default = FolderFileBold;
11669
11715
 
11670
11716
  // src/FolderFileSearchBold.tsx
11671
- var React502 = __toESM(require("react"));
11717
+ var React504 = __toESM(require("react"));
11672
11718
  var FolderFileSearchBold = (_a) => {
11673
11719
  var _b = _a, {
11674
11720
  size = 24,
@@ -11685,12 +11731,12 @@ var FolderFileSearchBold = (_a) => {
11685
11731
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11686
11732
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11687
11733
  const resolvedViewBox = "0 0 24 24";
11688
- return /* @__PURE__ */ React502.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.615 4.733h-2.65c-.51 0-1-.25-1.31-.66l-.86-1.14a2.63 2.63 0 0 0-2.11-1.05h-1.87c-3.42 0-5.09 1.91-5.09 5.83v7.31c0 3.65 2.19 5.83 5.84 5.83h3.346c.16 0 .256-.179.176-.317a5.85 5.85 0 0 1-.792-2.943c0-3.24 2.63-5.87 5.87-5.87a5.84 5.84 0 0 1 4.169 1.747c.131.134.373.045.374-.142l.017-2.955c0-3.85-1.62-5.64-5.11-5.64", clipRule: "evenodd" }), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.323 19.92a2.22 2.22 0 0 1-2.217-2.217 2.22 2.22 0 0 1 2.217-2.217 2.22 2.22 0 0 1 2.217 2.217 2.22 2.22 0 0 1-2.217 2.218m3.04-.082a3.7 3.7 0 0 0 .677-2.135 3.72 3.72 0 0 0-3.717-3.717 3.72 3.72 0 0 0-3.717 3.717 3.72 3.72 0 0 0 3.717 3.718 3.7 3.7 0 0 0 1.949-.554l1.032 1.032a.754.754 0 0 0 1.062-.001.75.75 0 0 0-.001-1.062z", clipRule: "evenodd" }));
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" }));
11689
11735
  };
11690
11736
  var FolderFileSearchBold_default = FolderFileSearchBold;
11691
11737
 
11692
11738
  // src/FlashBold.tsx
11693
- var React503 = __toESM(require("react"));
11739
+ var React505 = __toESM(require("react"));
11694
11740
  var FlashBold = (_a) => {
11695
11741
  var _b = _a, {
11696
11742
  size = 24,
@@ -11707,12 +11753,12 @@ var FlashBold = (_a) => {
11707
11753
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11708
11754
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11709
11755
  const resolvedViewBox = "0 0 24 24";
11710
- return /* @__PURE__ */ React503.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React503.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.915 10.105a1.49 1.49 0 0 0-1.33-.814h-4.979V4c0-.663-.406-1.224-1.034-1.428a1.47 1.47 0 0 0-1.67.544l-6.696 9.22a1.492 1.492 0 0 0 1.21 2.373h4.977V20c0 .663.406 1.223 1.034 1.427q.238.077.475.077c.466 0 .907-.22 1.197-.62l6.695-9.22a1.49 1.49 0 0 0 .121-1.56", clipRule: "evenodd" }));
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" }));
11711
11757
  };
11712
11758
  var FlashBold_default = FlashBold;
11713
11759
 
11714
11760
  // src/FlagBold.tsx
11715
- var React504 = __toESM(require("react"));
11761
+ var React506 = __toESM(require("react"));
11716
11762
  var FlagBold = (_a) => {
11717
11763
  var _b = _a, {
11718
11764
  size = 24,
@@ -11729,12 +11775,12 @@ var FlagBold = (_a) => {
11729
11775
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11730
11776
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11731
11777
  const resolvedViewBox = "0 0 24 24";
11732
- return /* @__PURE__ */ React504.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React504.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.046 8.361 2.651-5.011a.748.748 0 0 0-.663-1.1H4.965a.75.75 0 0 0-.75.75v18a.75.75 0 0 0 1.5 0v-6.456l13.33-.179a.75.75 0 0 0 .65-1.107z", clipRule: "evenodd" }));
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" }));
11733
11779
  };
11734
11780
  var FlagBold_default = FlagBold;
11735
11781
 
11736
11782
  // src/FilterBold.tsx
11737
- var React505 = __toESM(require("react"));
11783
+ var React507 = __toESM(require("react"));
11738
11784
  var FilterBold = (_a) => {
11739
11785
  var _b = _a, {
11740
11786
  size = 24,
@@ -11751,12 +11797,12 @@ var FilterBold = (_a) => {
11751
11797
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11752
11798
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11753
11799
  const resolvedViewBox = "0 0 24 24";
11754
- return /* @__PURE__ */ React505.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React505.createElement("path", { fill: "currentColor", d: "M18.562 14.02c1.9 0 3.438 1.513 3.438 3.38 0 1.865-1.539 3.377-3.439 3.377-1.898 0-3.439-1.512-3.439-3.378s1.54-3.38 3.44-3.38m-8.479 1.938c.832 0 1.508.664 1.508 1.481s-.676 1.482-1.508 1.482H3.508C2.676 18.92 2 18.256 2 17.439s.676-1.481 1.508-1.481zM5.438 3c1.9 0 3.44 1.513 3.44 3.379s-1.54 3.379-3.44 3.379C3.54 9.758 2 8.245 2 6.378 2 4.514 3.54 3 5.438 3m15.055 1.898c.831 0 1.507.664 1.507 1.48 0 .818-.676 1.482-1.507 1.482h-6.575c-.832 0-1.508-.664-1.508-1.481s.676-1.48 1.508-1.48z" }));
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" }));
11755
11801
  };
11756
11802
  var FilterBold_default = FilterBold;
11757
11803
 
11758
11804
  // src/Filter2Bold.tsx
11759
- var React506 = __toESM(require("react"));
11805
+ var React508 = __toESM(require("react"));
11760
11806
  var Filter2Bold = (_a) => {
11761
11807
  var _b = _a, {
11762
11808
  size = 24,
@@ -11773,12 +11819,12 @@ var Filter2Bold = (_a) => {
11773
11819
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11774
11820
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11775
11821
  const resolvedViewBox = "0 0 24 24";
11776
- return /* @__PURE__ */ React506.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React506.createElement("path", { fill: "currentColor", d: "M14.135 15.839a.56.56 0 0 1 .548.565v2.732a.8.8 0 0 1-.453.723l-4.408 2.07a.76.76 0 0 1-.738-.055.8.8 0 0 1-.355-.669V16.39c0-.313.248-.567.551-.566zM19.872 2C21.048 2 22 2.981 22 4.192v1.532c0 .587-.23 1.152-.638 1.563l-6.505 6.58a.6.6 0 0 1-.421.177l-5.447-.017a.6.6 0 0 1-.436-.195L2.574 7.258A2.23 2.23 0 0 1 2 5.758V4.193C2 2.983 2.952 2 4.128 2z" }));
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" }));
11777
11823
  };
11778
11824
  var Filter2Bold_default = Filter2Bold;
11779
11825
 
11780
11826
  // src/FacebookBold.tsx
11781
- var React507 = __toESM(require("react"));
11827
+ var React509 = __toESM(require("react"));
11782
11828
  var FacebookBold = (_a) => {
11783
11829
  var _b = _a, {
11784
11830
  size = 24,
@@ -11795,12 +11841,12 @@ var FacebookBold = (_a) => {
11795
11841
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11796
11842
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11797
11843
  const resolvedViewBox = "0 0 24 24";
11798
- return /* @__PURE__ */ React507.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React507.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.957 8.233a.43.43 0 0 1 .293-.124h2.7a.5.5 0 0 0 .5-.5v-3.6a.5.5 0 0 0-.5-.5h-2.7c-1.306 0-2.594.53-3.536 1.457A5 5 0 0 0 9.25 8.509v2.2h-2.2a.5.5 0 0 0-.5.5v3.6c0 .277.223.5.5.5h2.2v6.7a.5.5 0 0 0 .5.5h3.6a.5.5 0 0 0 .5-.5v-6.7h3.1c.277 0 .5-.223.5-.5v-3.6a.5.5 0 0 0-.5-.5h-3.1v-2.2c0-.108.042-.21.107-.276", clipRule: "evenodd" }));
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" }));
11799
11845
  };
11800
11846
  var FacebookBold_default = FacebookBold;
11801
11847
 
11802
11848
  // src/Eye2Bold.tsx
11803
- var React508 = __toESM(require("react"));
11849
+ var React510 = __toESM(require("react"));
11804
11850
  var Eye2Bold = (_a) => {
11805
11851
  var _b = _a, {
11806
11852
  size = 24,
@@ -11817,12 +11863,12 @@ var Eye2Bold = (_a) => {
11817
11863
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11818
11864
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11819
11865
  const resolvedViewBox = "0 0 24 24";
11820
- return /* @__PURE__ */ React508.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 15.82A3.827 3.827 0 0 1 8.176 12a3.83 3.83 0 0 1 3.826-3.83A3.83 3.83 0 0 1 15.829 12a3.83 3.83 0 0 1-3.827 3.82M12 4.397c-4.883 0-9.5 3.693-9.5 7.601 0 3.977 4.528 7.6 9.5 7.6s9.5-3.623 9.5-7.6c0-3.908-4.617-7.6-9.5-7.6", clipRule: "evenodd" }), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 9.67A2.33 2.33 0 0 0 9.676 12a2.326 2.326 0 0 0 4.653 0 2.33 2.33 0 0 0-2.327-2.33", clipRule: "evenodd" }));
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" }));
11821
11867
  };
11822
11868
  var Eye2Bold_default = Eye2Bold;
11823
11869
 
11824
11870
  // src/EditBold.tsx
11825
- var React509 = __toESM(require("react"));
11871
+ var React511 = __toESM(require("react"));
11826
11872
  var EditBold = (_a) => {
11827
11873
  var _b = _a, {
11828
11874
  size = 24,
@@ -11839,12 +11885,12 @@ var EditBold = (_a) => {
11839
11885
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11840
11886
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11841
11887
  const resolvedViewBox = "0 0 24 24";
11842
- return /* @__PURE__ */ React509.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React509.createElement("path", { fill: "currentColor", d: "M19.99 18.953c.556 0 1.01.46 1.01 1.024S20.546 21 19.99 21h-5.71c-.558 0-1.01-.458-1.01-1.023s.452-1.024 1.01-1.024zM12.24 3.957c.913-1.172 2.505-1.279 3.79-.258l1.474 1.172c.605.473 1.008 1.096 1.146 1.752.16.721-.01 1.43-.488 2.042L9.376 20.028a2.1 2.1 0 0 1-1.634.817l-3.502.043a.4.4 0 0 1-.392-.312l-.796-3.451c-.138-.634 0-1.29.403-1.795l6.23-8.062a.313.313 0 0 1 .423-.054L12.73 9.3c.17.14.404.215.648.182a.945.945 0 0 0 .817-1.043 1.05 1.05 0 0 0-.329-.633l-2.547-2.043a.38.38 0 0 1-.063-.526z" }));
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" }));
11843
11889
  };
11844
11890
  var EditBold_default = EditBold;
11845
11891
 
11846
11892
  // src/EditSquareBold.tsx
11847
- var React510 = __toESM(require("react"));
11893
+ var React512 = __toESM(require("react"));
11848
11894
  var EditSquareBold = (_a) => {
11849
11895
  var _b = _a, {
11850
11896
  size = 24,
@@ -11861,12 +11907,12 @@ var EditSquareBold = (_a) => {
11861
11907
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11862
11908
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11863
11909
  const resolvedViewBox = "0 0 24 24";
11864
- return /* @__PURE__ */ React510.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React510.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.665 2.01a5.32 5.32 0 0 1 3.926 1.39 5.38 5.38 0 0 1 1.399 3.936v9.33a5.37 5.37 0 0 1-1.389 3.936 5.35 5.35 0 0 1-3.936 1.389h-9.33A5.33 5.33 0 0 1 3.399 20.6a5.33 5.33 0 0 1-1.389-3.936v-9.33A5.33 5.33 0 0 1 3.4 3.399 5.33 5.33 0 0 1 7.335 2.01zm-5.684 14.835 6.723-6.743c.61-.62.61-1.618 0-2.228l-1.298-1.298a1.58 1.58 0 0 0-2.238 0l-.67.679c-.1.1-.1.27 0 .37 0 0 1.589 1.578 1.619 1.618.11.12.18.28.18.46a.66.66 0 0 1-.66.659c-.17 0-.33-.07-.44-.18L12.53 8.524a.217.217 0 0 0-.3 0l-4.765 4.765c-.33.33-.52.769-.53 1.238l-.06 2.368c0 .13.04.25.13.34s.21.14.34.14h2.347c.48 0 .94-.19 1.29-.53", clipRule: "evenodd" }));
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" }));
11865
11911
  };
11866
11912
  var EditSquareBold_default = EditSquareBold;
11867
11913
 
11868
11914
  // src/DownloadBold.tsx
11869
- var React511 = __toESM(require("react"));
11915
+ var React513 = __toESM(require("react"));
11870
11916
  var DownloadBold = (_a) => {
11871
11917
  var _b = _a, {
11872
11918
  size = 24,
@@ -11883,12 +11929,12 @@ var DownloadBold = (_a) => {
11883
11929
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11884
11930
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11885
11931
  const resolvedViewBox = "0 0 24 24";
11886
- return /* @__PURE__ */ React511.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React511.createElement("path", { fill: "currentColor", d: "M11.23 7.29V3.281c0-.426.34-.781.77-.781.385 0 .711.298.763.677l.007.104v4.01h4.78c2.38 0 4.335 1.949 4.445 4.38l.005.215v5.04c0 2.447-1.887 4.456-4.232 4.569l-.208.005H6.44c-2.38 0-4.326-1.94-4.435-4.379L2 16.905v-5.03c0-2.447 1.878-4.466 4.222-4.58l.208-.004zv6.402l-1.6-1.652a.755.755 0 0 0-1.09 0 .8.8 0 0 0-.22.568c0 .157.045.32.14.459l.08.098 2.91 3.016c.14.155.34.237.55.237a.73.73 0 0 0 .465-.166l.075-.071 2.91-3.015c.3-.31.3-.816 0-1.126a.755.755 0 0 0-1.004-.077l-.086.077-1.59 1.652V7.291z" }));
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" }));
11887
11933
  };
11888
11934
  var DownloadBold_default = DownloadBold;
11889
11935
 
11890
11936
  // src/DollarCircle3Bold.tsx
11891
- var React512 = __toESM(require("react"));
11937
+ var React514 = __toESM(require("react"));
11892
11938
  var DollarCircle3Bold = (_a) => {
11893
11939
  var _b = _a, {
11894
11940
  size = 24,
@@ -11905,12 +11951,12 @@ var DollarCircle3Bold = (_a) => {
11905
11951
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11906
11952
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11907
11953
  const resolvedViewBox = "0 0 24 24";
11908
- return /* @__PURE__ */ React512.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React512.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.808 16.142h-.058v.44a.75.75 0 0 1-1.5 0v-.44h-1.067a.75.75 0 0 1 0-1.5h2.625a.663.663 0 0 0 .664-.66.663.663 0 0 0-.664-.66h-1.615a2.17 2.17 0 0 1-2.164-2.17c0-1.191.97-2.16 2.164-2.16h.057v-.44a.75.75 0 0 1 1.5 0v.44h1.068a.75.75 0 0 1 0 1.5h-2.625a.663.663 0 0 0-.664.66c0 .37.298.67.664.67h1.615c1.193 0 2.164.969 2.164 2.16s-.971 2.16-2.164 2.16M12 3.062c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5c0-5.237-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
11909
11955
  };
11910
11956
  var DollarCircle3Bold_default = DollarCircle3Bold;
11911
11957
 
11912
11958
  // src/DocumentBold.tsx
11913
- var React513 = __toESM(require("react"));
11959
+ var React515 = __toESM(require("react"));
11914
11960
  var DocumentBold = (_a) => {
11915
11961
  var _b = _a, {
11916
11962
  size = 24,
@@ -11927,12 +11973,12 @@ var DocumentBold = (_a) => {
11927
11973
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11928
11974
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11929
11975
  const resolvedViewBox = "0 0 24 24";
11930
- return /* @__PURE__ */ React513.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React513.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.81 2h8.381C19.28 2 21 3.78 21 6.83v10.33c0 3.1-1.72 4.84-4.809 4.84H7.81C4.77 22 3 20.26 3 17.16V6.83C3 3.78 4.77 2 7.81 2m.27 4.66v-.01h2.989c.431 0 .781.35.781.779 0 .44-.35.79-.781.79H8.08a.78.78 0 0 1 0-1.56m0 6.08h7.84a.781.781 0 0 0 0-1.561H8.08a.781.781 0 0 0 0 1.561m0 4.57h7.84c.399-.04.7-.381.7-.78 0-.41-.301-.75-.7-.79H8.08a.795.795 0 0 0-.75 1.21c.16.25.45.4.75.36", clipRule: "evenodd" }));
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" }));
11931
11977
  };
11932
11978
  var DocumentBold_default = DocumentBold;
11933
11979
 
11934
11980
  // src/DocumentPin2LinesBold.tsx
11935
- var React514 = __toESM(require("react"));
11981
+ var React516 = __toESM(require("react"));
11936
11982
  var DocumentPin2LinesBold = (_a) => {
11937
11983
  var _b = _a, {
11938
11984
  size = 24,
@@ -11949,12 +11995,12 @@ var DocumentPin2LinesBold = (_a) => {
11949
11995
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11950
11996
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11951
11997
  const resolvedViewBox = "0 0 24 24";
11952
- return /* @__PURE__ */ React514.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.894 9.239a.75.75 0 0 1 0-1.5h3.885a.75.75 0 0 1 0 1.5zm1.585 4.196H7.894a.75.75 0 0 1 0-1.5H9.48a.75.75 0 0 1 0 1.5m2.416 4.916c0-.869.322-1.707.885-2.353a.22.22 0 0 0 .027-.245 3 3 0 0 1-.142-2.529 2.99 2.99 0 0 1 2.791-1.892h2.498c.322 0 .632.053.926.149.137.045.285-.053.285-.197V6.772a4.4 4.4 0 0 0-4.397-4.397H8.13a4.4 4.4 0 0 0-4.397 4.397v9.234a4.403 4.403 0 0 0 4.397 4.397h4.195c.189 0 .285-.253.165-.4a2.6 2.6 0 0 1-.595-1.652", clipRule: "evenodd" }), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.71 18.24-.006-.001h-2.052a.83.83 0 0 1 .292-.525c.814-.456.966-.764 1.015-.862.223-.44.19-1.184.023-1.571-.038-.09-.15-.357-.702-.765a.252.252 0 0 1 .177-.434h2.496c.105 0 .198.06.238.158a.4.4 0 0 1 .01.216c-.62.467-.735.734-.771.82-.166.39-.2 1.132.02 1.576.052.102.206.408 1.018.862a.83.83 0 0 1 .29.526zm2.625-1.753a1 1 0 0 0-.09-.06 4 4 0 0 1-.447-.283 1.3 1.3 0 0 1 .005-.234c.07-.07.206-.187.37-.316a1.75 1.75 0 0 0 .413-1.905l-.002-.004a1.745 1.745 0 0 0-1.63-1.103h-2.498c-.723 0-1.362.433-1.63 1.104-.263.663-.101 1.412.481 1.969.107.08.23.185.298.252.01.073.014.174.013.232-.1.08-.287.2-.45.29a1 1 0 0 0-.09.058 2.34 2.34 0 0 0-.932 1.864 1.39 1.39 0 0 0 1.385 1.389h1.423v1.135a.75.75 0 0 0 1.5 0V19.74h1.424a1.39 1.39 0 0 0 1.389-1.39c0-.727-.348-1.424-.931-1.863", clipRule: "evenodd" }));
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" }));
11953
11999
  };
11954
12000
  var DocumentPin2LinesBold_default = DocumentPin2LinesBold;
11955
12001
 
11956
12002
  // src/DocumentPencilBold.tsx
11957
- var React515 = __toESM(require("react"));
12003
+ var React517 = __toESM(require("react"));
11958
12004
  var DocumentPencilBold = (_a) => {
11959
12005
  var _b = _a, {
11960
12006
  size = 24,
@@ -11971,12 +12017,12 @@ var DocumentPencilBold = (_a) => {
11971
12017
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11972
12018
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11973
12019
  const resolvedViewBox = "0 0 24 24";
11974
- return /* @__PURE__ */ React515.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.768 7.236c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787L17.57 4.43l-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.668 14.63h-4.73a.75.75 0 1 1 0-1.5h4.73a.75.75 0 0 1 0 1.5m-4.73-5.628h2.469a.75.75 0 0 1 0 1.5h-2.47a.75.75 0 1 1 0-1.5m8.057 4.364a3.06 3.06 0 0 1 4.174-1.12l.78.451c.032.018.057.043.087.063V9.098a.434.434 0 0 0-.434-.438H16.64c-1.766-.01-3.223-1.472-3.223-3.255V2.266a.445.445 0 0 0-.444-.448H7.82c-2.402 0-4.352 1.978-4.352 4.395V16.72c0 2.534 2.046 4.591 4.555 4.591h4.334c-.038-.114-.083-.225-.107-.344l-.134-.669a3.94 3.94 0 0 1 .449-2.724z", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m18.992 15.731-2.428 4.205a1.18 1.18 0 0 1-.636.524l-.676.206-.134-.672a1.18 1.18 0 0 1 .136-.814l2.428-4.206a.31.31 0 0 1 .418-.112l.78.45a.31.31 0 0 1 .111.419m.637-1.718-.78-.45a1.81 1.81 0 0 0-2.465.661l-2.43 4.207a2.68 2.68 0 0 0-.306 1.856l.133.671a1.518 1.518 0 0 0 1.976 1.143l.652-.221a2.67 2.67 0 0 0 1.454-1.194l2.428-4.206a1.81 1.81 0 0 0-.662-2.467", clipRule: "evenodd" }));
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" }));
11975
12021
  };
11976
12022
  var DocumentPencilBold_default = DocumentPencilBold;
11977
12023
 
11978
12024
  // src/DocumentPdfBold.tsx
11979
- var React516 = __toESM(require("react"));
12025
+ var React518 = __toESM(require("react"));
11980
12026
  var DocumentPdfBold = (_a) => {
11981
12027
  var _b = _a, {
11982
12028
  size = 24,
@@ -11993,12 +12039,12 @@ var DocumentPdfBold = (_a) => {
11993
12039
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
11994
12040
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
11995
12041
  const resolvedViewBox = "0 0 24 24";
11996
- return /* @__PURE__ */ React516.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.155 9.286h-3.08c-1.84-.01-3.35-1.53-3.35-3.38v-3.26c0-.26-.21-.47-.46-.47h-5.35c-2.5 0-4.52 2.06-4.52 4.57v7.12c0 .145.15.243.29.2a2.5 2.5 0 0 1 .73-.11h1.39c.951 0 1.817.324 2.511.87a.224.224 0 0 0 .305-.032 2.47 2.47 0 0 1 1.874-.848h1.16c1.083 0 2.768 1.01 3.26 1.32a.21.21 0 0 0 .258-.026c.35-.338 1.411-1.294 2.152-1.294h2.5q.257 0 .503.05c.137.029.277-.07.277-.209V9.736c0-.25-.21-.45-.45-.45", clipRule: "evenodd" }), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.207 7.805c.699.007 1.67.01 2.494.007a.483.483 0 0 0 .344-.817c-.53-.555-1.265-1.328-2.005-2.106l-2.031-2.132a.478.478 0 0 0-.824.338v2.668c0 1.12.913 2.042 2.022 2.042M5.81 18.796h-.647v-1.593h.647a.798.798 0 0 1 0 1.593m0-3.093H4.413a.75.75 0 0 0-.75.75v4.615a.75.75 0 0 0 1.5 0v-.772h.647a2.3 2.3 0 0 0 2.297-2.297 2.3 2.3 0 0 0-2.297-2.296m14.017-.004h-2.506a.75.75 0 0 0-.75.75v4.626a.75.75 0 0 0 1.5 0v-1.177h1.371a.75.75 0 0 0 0-1.5h-1.371v-1.199h1.756a.75.75 0 0 0 0-1.5m-7.07 4.168a1.56 1.56 0 0 1-1.106.457h-.406V17.2h.406c.418 0 .81.162 1.106.458.295.294.458.688.458 1.105s-.163.81-.458 1.104M11.65 15.7h-1.156a.75.75 0 0 0-.75.75v4.625c0 .415.336.75.75.75h1.156c.818 0 1.587-.319 2.166-.898a3.04 3.04 0 0 0 .898-2.165 3.04 3.04 0 0 0-.897-2.166 3.05 3.05 0 0 0-2.167-.896", clipRule: "evenodd" }));
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" }));
11997
12043
  };
11998
12044
  var DocumentPdfBold_default = DocumentPdfBold;
11999
12045
 
12000
12046
  // src/DocumentBadgePlusBold.tsx
12001
- var React517 = __toESM(require("react"));
12047
+ var React519 = __toESM(require("react"));
12002
12048
  var DocumentBadgePlusBold = (_a) => {
12003
12049
  var _b = _a, {
12004
12050
  size = 24,
@@ -12015,12 +12061,12 @@ var DocumentBadgePlusBold = (_a) => {
12015
12061
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12016
12062
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12017
12063
  const resolvedViewBox = "0 0 24 24";
12018
- return /* @__PURE__ */ React517.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.059 15.378H7.83a.75.75 0 0 1 0-1.5h7.229a.75.75 0 0 1 0 1.5M7.83 9.642h3.337a.75.75 0 0 1 0 1.5H7.83a.75.75 0 0 1 0-1.5m6.904-4.262c0-.33.041-.648.106-.958a.206.206 0 0 0-.199-.25H7.227c-3.159 0-5.282 2.222-5.282 5.527v5.616c0 3.305 2.123 5.527 5.282 5.527h8.434c3.161 0 5.284-2.222 5.284-5.527v-4.838a.206.206 0 0 0-.25-.199c-.31.065-.628.106-.957.106a5.004 5.004 0 0 1-5.004-5.004", clipRule: "evenodd" }), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.305 5.11h-1.2V3.907a.75.75 0 0 0-1.5 0V5.11h-1.2a.75.75 0 0 0 0 1.5h1.2v1.2a.75.75 0 0 0 1.5 0v-1.2h1.2a.75.75 0 0 0 0-1.5", clipRule: "evenodd" }));
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" }));
12019
12065
  };
12020
12066
  var DocumentBadgePlusBold_default = DocumentBadgePlusBold;
12021
12067
 
12022
12068
  // src/DiscoveryBold.tsx
12023
- var React518 = __toESM(require("react"));
12069
+ var React520 = __toESM(require("react"));
12024
12070
  var DiscoveryBold = (_a) => {
12025
12071
  var _b = _a, {
12026
12072
  size = 24,
@@ -12037,12 +12083,12 @@ var DiscoveryBold = (_a) => {
12037
12083
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12038
12084
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12039
12085
  const resolvedViewBox = "0 0 24 24";
12040
- return /* @__PURE__ */ React518.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React518.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10 0 5.53-4.48 10-10 10-5.53 0-10-4.47-10-10m12.23 1.83 1.62-5.12a.45.45 0 0 0-.56-.57l-5.12 1.6c-.21.07-.38.23-.44.44l-1.6 5.13c-.11.34.22.67.56.56l5.1-1.6c.21-.06.38-.23.44-.44", clipRule: "evenodd" }));
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" }));
12041
12087
  };
12042
12088
  var DiscoveryBold_default = DiscoveryBold;
12043
12089
 
12044
12090
  // src/DiscountBold.tsx
12045
- var React519 = __toESM(require("react"));
12091
+ var React521 = __toESM(require("react"));
12046
12092
  var DiscountBold = (_a) => {
12047
12093
  var _b = _a, {
12048
12094
  size = 24,
@@ -12059,12 +12105,12 @@ var DiscountBold = (_a) => {
12059
12105
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12060
12106
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12061
12107
  const resolvedViewBox = "0 0 24 24";
12062
- return /* @__PURE__ */ React519.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React519.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.4 9.146.72.72c.57.56.88 1.32.88 2.12a2.98 2.98 0 0 1-.88 2.15l-.01.01-.71.71a1.5 1.5 0 0 0-.441 1.061v1.03c0 1.66-1.35 3.01-3.011 3.01h-1.03c-.4 0-.78.16-1.06.44l-.721.72c-.59.59-1.36.88-2.13.88a3.03 3.03 0 0 1-2.132-.87l-.73-.73c-.28-.28-.66-.44-1.06-.44h-1.03a3.014 3.014 0 0 1-3.012-3.01v-1.03c0-.4-.16-.78-.44-1.07l-.72-.71a3.02 3.02 0 0 1-.01-4.26l.73-.73c.28-.28.44-.66.44-1.07v-1.02c0-1.66 1.35-3.01 3.011-3.01h1.03c.4 0 .781-.16 1.061-.44l.72-.72a3.02 3.02 0 0 1 4.262-.01l.73.73c.28.28.66.44 1.06.44h1.03a3.013 3.013 0 0 1 3.012 3.01v1.03c0 .4.16.78.44 1.06m-10.975 6.3c.24 0 .46-.09.62-.26l5.142-5.139a.88.88 0 0 0 0-1.241.87.87 0 0 0-1.23 0l-5.142 5.14c-.34.34-.34.9 0 1.24.16.17.38.26.61.26m4.272-.88a.875.875 0 1 0 1.75.01.875.875 0 0 0-1.75-.01m-4.262-6.01c.48 0 .87.39.87.87 0 .491-.39.88-.87.88a.88.88 0 0 1-.88-.88c0-.48.4-.87.88-.87", clipRule: "evenodd" }));
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" }));
12063
12109
  };
12064
12110
  var DiscountBold_default = DiscountBold;
12065
12111
 
12066
12112
  // src/DeleteBold.tsx
12067
- var React520 = __toESM(require("react"));
12113
+ var React522 = __toESM(require("react"));
12068
12114
  var DeleteBold = (_a) => {
12069
12115
  var _b = _a, {
12070
12116
  size = 24,
@@ -12081,12 +12127,12 @@ var DeleteBold = (_a) => {
12081
12127
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12082
12128
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12083
12129
  const resolvedViewBox = "0 0 24 24";
12084
- return /* @__PURE__ */ React520.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React520.createElement("path", { fill: "currentColor", d: "M18.94 8.697c.198 0 .38.087.522.234a.75.75 0 0 1 .182.558c-.002.082-.534 6.81-.838 9.645-.191 1.74-1.313 2.798-2.996 2.827-1.295.029-2.56.039-3.806.039-1.323 0-2.617-.01-3.872-.04-1.627-.038-2.75-1.114-2.93-2.826-.314-2.844-.837-9.564-.848-9.645a.8.8 0 0 1 .19-.558.7.7 0 0 1 .524-.234zM14.063 2c.884 0 1.674.617 1.903 1.497l.164.73a1.28 1.28 0 0 0 1.24 1.016h2.916c.389 0 .713.323.713.734v.38a.73.73 0 0 1-.713.734H3.714A.73.73 0 0 1 3 6.357v-.38c0-.411.324-.734.714-.734H6.63c.592 0 1.107-.422 1.24-1.015l.153-.682C8.261 2.617 9.042 2 9.936 2z" }));
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" }));
12085
12131
  };
12086
12132
  var DeleteBold_default = DeleteBold;
12087
12133
 
12088
12134
  // src/DcoumentAnalyzeBold.tsx
12089
- var React521 = __toESM(require("react"));
12135
+ var React523 = __toESM(require("react"));
12090
12136
  var DcoumentAnalyzeBold = (_a) => {
12091
12137
  var _b = _a, {
12092
12138
  size = 24,
@@ -12103,12 +12149,12 @@ var DcoumentAnalyzeBold = (_a) => {
12103
12149
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12104
12150
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12105
12151
  const resolvedViewBox = "0 0 24 24";
12106
- return /* @__PURE__ */ React521.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.016 7.671c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787l-1.93-2.027-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.604 12.17-2.301 2.969a.75.75 0 0 1-1.055.13l-2.088-1.637-1.89 2.455a.75.75 0 1 1-1.188-.915l2.35-3.055a.753.753 0 0 1 1.058-.133l2.09 1.64 1.838-2.373a.75.75 0 0 1 1.186.919m4.247-3.075h-2.962c-1.766-.01-3.223-1.472-3.223-3.255V2.702a.444.444 0 0 0-.444-.448H8.069c-2.403 0-4.352 1.978-4.352 4.395v10.506c0 2.534 2.046 4.59 4.555 4.59h7.67c2.404 0 4.343-1.96 4.343-4.376V9.534a.435.435 0 0 0-.434-.44", clipRule: "evenodd" }));
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" }));
12107
12153
  };
12108
12154
  var DcoumentAnalyzeBold_default = DcoumentAnalyzeBold;
12109
12155
 
12110
12156
  // src/Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold.tsx
12111
- var React522 = __toESM(require("react"));
12157
+ var React524 = __toESM(require("react"));
12112
12158
  var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
12113
12159
  var _b = _a, {
12114
12160
  size = 24,
@@ -12125,12 +12171,12 @@ var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
12125
12171
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12126
12172
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12127
12173
  const resolvedViewBox = "0 0 24 24";
12128
- return /* @__PURE__ */ React522.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React522.createElement("path", { fill: "currentColor", d: "M3.333 9.167a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.593-.24h5q.354 0 .594.24t.24.593v5q0 .354-.24.594a.8.8 0 0 1-.594.24zm8.334 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.594-.24h5q.354 0 .593.24.24.24.24.593v5q0 .354-.24.594a.8.8 0 0 1-.593.24zM3.333 17.5a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.593v-5q0-.354.24-.594t.593-.24h5q.354 0 .594.24t.24.594v5q0 .354-.24.593a.8.8 0 0 1-.594.24zm10.834 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.593V15h-1.687a.77.77 0 0 1-.584-.24.83.83 0 0 1-.229-.593q0-.354.24-.594t.594-.24h1.666v-1.687q0-.354.24-.584a.83.83 0 0 1 .594-.229q.354 0 .593.24.24.24.24.594v1.666h1.688q.354 0 .583.24.23.24.229.594 0 .354-.24.593a.8.8 0 0 1-.593.24H15v1.688q0 .354-.24.583a.83.83 0 0 1-.593.229" }));
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" }));
12129
12175
  };
12130
12176
  var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold_default = Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold;
12131
12177
 
12132
12178
  // src/DangerBold.tsx
12133
- var React523 = __toESM(require("react"));
12179
+ var React525 = __toESM(require("react"));
12134
12180
  var DangerBold = (_a) => {
12135
12181
  var _b = _a, {
12136
12182
  size = 24,
@@ -12147,12 +12193,12 @@ var DangerBold = (_a) => {
12147
12193
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12148
12194
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12149
12195
  const resolvedViewBox = "0 0 24 24";
12150
- return /* @__PURE__ */ React523.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React523.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.477 4.442 7.269 12.615c.16.377.23.683.25 1.001a2.76 2.76 0 0 1-.73 2.021 2.84 2.84 0 0 1-1.95.921H4.68c-.31-.019-.62-.09-.91-.198-1.45-.585-2.15-2.23-1.56-3.656L9.53 4.433a2.73 2.73 0 0 1 1.099-1.08 2.85 2.85 0 0 1 3.85 1.09m-1.61 8.314c0 .475-.39.873-.87.873a.884.884 0 0 1-.88-.873V9.952c0-.476.4-.862.88-.862s.87.386.87.862zm-.87 4.262a.884.884 0 0 1-.88-.872c0-.477.4-.873.88-.873s.87.387.87.862c0 .485-.39.883-.87.883", clipRule: "evenodd" }));
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" }));
12151
12197
  };
12152
12198
  var DangerBold_default = DangerBold;
12153
12199
 
12154
12200
  // src/CounterClockwiseUndoBold.tsx
12155
- var React524 = __toESM(require("react"));
12201
+ var React526 = __toESM(require("react"));
12156
12202
  var CounterClockwiseUndoBold = (_a) => {
12157
12203
  var _b = _a, {
12158
12204
  size = 24,
@@ -12169,12 +12215,12 @@ var CounterClockwiseUndoBold = (_a) => {
12169
12215
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12170
12216
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12171
12217
  const resolvedViewBox = "0 0 24 24";
12172
- return /* @__PURE__ */ React524.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.978 7.624a9.93 9.93 0 0 0-5.72-5.07A9.99 9.99 0 0 0 4.915 4.935v-.668a1 1 0 0 0-2 0v3.3a1 1 0 0 0 1 1h3.28a1 1 0 1 0 0-2H6.129a8 8 0 0 1 8.476-2.125A7.94 7.94 0 0 1 19.18 8.5a7.93 7.93 0 0 1 .367 6.104 7.93 7.93 0 0 1-4.056 4.586 7.92 7.92 0 0 1-6.108.363 7.97 7.97 0 0 1-5.094-5.41 1 1 0 1 0-1.928.532 9.96 9.96 0 0 0 6.369 6.77c1.072.37 2.176.555 3.278.555a9.9 9.9 0 0 0 4.358-1.012 9.9 9.9 0 0 0 5.07-5.732 9.9 9.9 0 0 0-.459-7.63", clipRule: "evenodd" }), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.984 15.568a1 1 0 0 0 .513-.142l3.174-1.9c.3-.18.486-.507.486-.858v-4.1a1 1 0 0 0-2 0v3.533l-2.688 1.61a1 1 0 0 0 .515 1.857", clipRule: "evenodd" }));
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" }));
12173
12219
  };
12174
12220
  var CounterClockwiseUndoBold_default = CounterClockwiseUndoBold;
12175
12221
 
12176
12222
  // src/ColorPaletteBold.tsx
12177
- var React525 = __toESM(require("react"));
12223
+ var React527 = __toESM(require("react"));
12178
12224
  var ColorPaletteBold = (_a) => {
12179
12225
  var _b = _a, {
12180
12226
  size = 24,
@@ -12191,12 +12237,12 @@ var ColorPaletteBold = (_a) => {
12191
12237
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12192
12238
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12193
12239
  const resolvedViewBox = "0 0 24 24";
12194
- return /* @__PURE__ */ React525.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.45 7.007a3.25 3.25 0 1 1 6.5 0v11c0 1.8-1.45 3.25-3.25 3.25a3.25 3.25 0 0 1-3.25-3.25v-5.935c.03.01.06 0 .09 0h-.011l-.01-.001-.01-.001c-.02-.002-.04-.005-.06.002zm4.15 11.05c0-.49-.4-.9-.9-.9-.49 0-.9.41-.9.9 0 .5.41.9.9.9.5 0 .9-.4.9-.9", clipRule: "evenodd" }), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", d: "M18.477 7.895c-.91-2.48-3.81-2.92-5.42-1.31l-2.512 2.493a.4.4 0 0 0-.118.282l-.047 8.609a.2.2 0 0 0 .341.142l7.016-7.006c.84-.84 1.15-2.09.74-3.21m-2.366 6.981a.4.4 0 0 1 .28-.114h2.282c2.278 0 4.015 2.357 2.905 4.76-.498 1.076-1.608 1.74-2.794 1.74h-8.672a.2.2 0 0 1-.14-.343z" }));
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" }));
12195
12241
  };
12196
12242
  var ColorPaletteBold_default = ColorPaletteBold;
12197
12243
 
12198
12244
  // src/CodeBold.tsx
12199
- var React526 = __toESM(require("react"));
12245
+ var React528 = __toESM(require("react"));
12200
12246
  var CodeBold = (_a) => {
12201
12247
  var _b = _a, {
12202
12248
  size = 24,
@@ -12213,12 +12259,12 @@ var CodeBold = (_a) => {
12213
12259
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12214
12260
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12215
12261
  const resolvedViewBox = "0 0 24 24";
12216
- return /* @__PURE__ */ React526.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React526.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.243 12.531-2.65 2.649a.74.74 0 0 1-.53.22.749.749 0 0 1-.53-1.28l2.119-2.119-2.119-2.119a.75.75 0 0 1 1.06-1.061l2.65 2.649a.75.75 0 0 1 0 1.061m-6.775 1.589a.749.749 0 1 1-1.06 1.06l-2.649-2.649a.75.75 0 0 1 0-1.061l2.649-2.649a.749.749 0 1 1 1.06 1.061l-2.119 2.119zm5.75-11.62H7.783C4.623 2.5 2.5 4.72 2.5 8.026v7.947c0 3.306 2.123 5.527 5.283 5.527h8.434c3.16 0 5.283-2.221 5.283-5.527V8.026c0-3.306-2.123-5.526-5.282-5.526", clipRule: "evenodd" }));
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" }));
12217
12263
  };
12218
12264
  var CodeBold_default = CodeBold;
12219
12265
 
12220
12266
  // src/CloudRemoveBold.tsx
12221
- var React527 = __toESM(require("react"));
12267
+ var React529 = __toESM(require("react"));
12222
12268
  var CloudRemoveBold = (_a) => {
12223
12269
  var _b = _a, {
12224
12270
  size = 24,
@@ -12235,12 +12281,12 @@ var CloudRemoveBold = (_a) => {
12235
12281
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12236
12282
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12237
12283
  const resolvedViewBox = "0 0 24 24";
12238
- return /* @__PURE__ */ React527.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.509 8.845a.21.21 0 0 1-.183-.177c-.285-1.832-1.752-4.742-5.324-4.742s-5.04 2.91-5.325 4.742a.21.21 0 0 1-.183.177c-2.359.289-3.957 2.098-3.957 4.584a4.64 4.64 0 0 0 2.74 4.222c.776.314 1.554.37 2.37.373a.21.21 0 0 0 .173-.094c.15-.22.33-.407.518-.594a.2.2 0 0 0 0-.283l-.217-.217a2.501 2.501 0 0 1 3.537-3.535l.216.216a.2.2 0 0 0 .283 0l.215-.216a2.501 2.501 0 0 1 3.537 3.535l-.217.217a.2.2 0 0 0 0 .283c.188.187.369.375.518.595a.21.21 0 0 0 .173.093c.815-.004 1.59-.067 2.365-.377a4.64 4.64 0 0 0 2.716-4.218c0-2.486-1.596-4.295-3.955-4.584", clipRule: "evenodd" }), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.67 14.539a.75.75 0 0 0-1.061 0l-1.595 1.595-1.595-1.595a.75.75 0 0 0-1.061 1.06l1.596 1.596-1.596 1.595a.752.752 0 0 0 .53 1.28.75.75 0 0 0 .53-.22l1.596-1.594 1.595 1.595a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-1.594-1.595L14.67 15.6a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
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" }));
12239
12285
  };
12240
12286
  var CloudRemoveBold_default = CloudRemoveBold;
12241
12287
 
12242
12288
  // src/CloseSquareBold.tsx
12243
- var React528 = __toESM(require("react"));
12289
+ var React530 = __toESM(require("react"));
12244
12290
  var CloseSquareBold = (_a) => {
12245
12291
  var _b = _a, {
12246
12292
  size = 24,
@@ -12257,12 +12303,12 @@ var CloseSquareBold = (_a) => {
12257
12303
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12258
12304
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12259
12305
  const resolvedViewBox = "0 0 24 24";
12260
- return /* @__PURE__ */ React528.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React528.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m7.34 13a.87.87 0 0 0 0-1.23l-1.78-1.78 1.78-1.78a.88.88 0 0 0 0-1.24.88.88 0 0 0-1.24 0L12 10.75l-1.78-1.78a.88.88 0 0 0-1.24 0 .88.88 0 0 0 0 1.24l1.78 1.78-1.78 1.77a.88.88 0 0 0 .62 1.5c.23 0 .45-.09.62-.26L12 13.23 13.78 15c.17.18.39.26.61.26.23 0 .45-.09.62-.26", clipRule: "evenodd" }));
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" }));
12261
12307
  };
12262
12308
  var CloseSquareBold_default = CloseSquareBold;
12263
12309
 
12264
12310
  // src/ClockOffSleepBold.tsx
12265
- var React529 = __toESM(require("react"));
12311
+ var React531 = __toESM(require("react"));
12266
12312
  var ClockOffSleepBold = (_a) => {
12267
12313
  var _b = _a, {
12268
12314
  size = 24,
@@ -12279,12 +12325,12 @@ var ClockOffSleepBold = (_a) => {
12279
12325
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12280
12326
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12281
12327
  const resolvedViewBox = "0 0 24 24";
12282
- return /* @__PURE__ */ React529.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.111 14.956a.75.75 0 0 1-1.028.258l-3.175-1.9a.75.75 0 0 1-.365-.644V8.581a.75.75 0 1 1 1.5 0v3.664l2.81 1.682a.75.75 0 0 1 .258 1.029m4.8-4.045a5.627 5.627 0 0 1-5.281-7.57.306.306 0 0 0-.186-.402A9.4 9.4 0 0 0 11.62 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.261 9.5-9.5q-.002-.446-.048-.88a.31.31 0 0 0-.355-.267 6 6 0 0 1-.808.058", clipRule: "evenodd" }), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.129 8.1h-3.49a.749.749 0 0 1-.555-1.254l2.353-2.596h-1.798a.75.75 0 0 1 0-1.5h3.49a.751.751 0 0 1 .556 1.254L19.33 6.6h1.798a.75.75 0 0 1 0 1.5", clipRule: "evenodd" }));
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" }));
12283
12329
  };
12284
12330
  var ClockOffSleepBold_default = ClockOffSleepBold;
12285
12331
 
12286
12332
  // src/ClockAddPlusBold.tsx
12287
- var React530 = __toESM(require("react"));
12333
+ var React532 = __toESM(require("react"));
12288
12334
  var ClockAddPlusBold = (_a) => {
12289
12335
  var _b = _a, {
12290
12336
  size = 24,
@@ -12301,12 +12347,12 @@ var ClockAddPlusBold = (_a) => {
12301
12347
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12302
12348
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12303
12349
  const resolvedViewBox = "0 0 24 24";
12304
- return /* @__PURE__ */ React530.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.88 12.67a.75.75 0 0 1-.365.644l-3.175 1.9a.747.747 0 0 1-1.028-.258.75.75 0 0 1 .258-1.029l2.81-1.682V8.58a.75.75 0 0 1 1.5 0zm.646 5.348a4.96 4.96 0 0 1 4.962-4.963c.815 0 1.578.204 2.254.554.187.097.423-.006.454-.214A9.4 9.4 0 0 0 21.302 12c0-5.238-4.262-9.5-9.5-9.5s-9.5 4.262-9.5 9.5 4.262 9.5 9.5 9.5c.823 0 1.622-.105 2.385-.303.204-.053.28-.298.164-.474a4.9 4.9 0 0 1-.825-2.705", clipRule: "evenodd" }), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.896 21.299a.75.75 0 0 1-.75-.75v-1.62h-1.62a.75.75 0 0 1 0-1.5h1.62v-1.617a.75.75 0 1 1 1.5 0v1.618h1.618a.75.75 0 0 1 0 1.5h-1.618v1.619a.75.75 0 0 1-.75.75", clipRule: "evenodd" }));
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" }));
12305
12351
  };
12306
12352
  var ClockAddPlusBold_default = ClockAddPlusBold;
12307
12353
 
12308
12354
  // src/CheckCircleBold.tsx
12309
- var React531 = __toESM(require("react"));
12355
+ var React533 = __toESM(require("react"));
12310
12356
  var CheckCircleBold = (_a) => {
12311
12357
  var _b = _a, {
12312
12358
  size = 24,
@@ -12323,12 +12369,12 @@ var CheckCircleBold = (_a) => {
12323
12369
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12324
12370
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12325
12371
  const resolvedViewBox = "0 0 24 24";
12326
- return /* @__PURE__ */ React531.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React531.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.993 10.222-4.618 4.618a.746.746 0 0 1-1.061 0l-2.309-2.309a.75.75 0 0 1 1.06-1.061l1.78 1.779 4.087-4.088a.75.75 0 1 1 1.061 1.061M12 2.5c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.261 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
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" }));
12327
12373
  };
12328
12374
  var CheckCircleBold_default = CheckCircleBold;
12329
12375
 
12330
12376
  // src/ChatBold.tsx
12331
- var React532 = __toESM(require("react"));
12377
+ var React534 = __toESM(require("react"));
12332
12378
  var ChatBold = (_a) => {
12333
12379
  var _b = _a, {
12334
12380
  size = 24,
@@ -12345,12 +12391,12 @@ var ChatBold = (_a) => {
12345
12391
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12346
12392
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12347
12393
  const resolvedViewBox = "0 0 24 24";
12348
- return /* @__PURE__ */ React532.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React532.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.581 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.57-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.581 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.57-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }));
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" }));
12349
12395
  };
12350
12396
  var ChatBold_default = ChatBold;
12351
12397
 
12352
12398
  // src/ChatQuoteBold.tsx
12353
- var React533 = __toESM(require("react"));
12399
+ var React535 = __toESM(require("react"));
12354
12400
  var ChatQuoteBold = (_a) => {
12355
12401
  var _b = _a, {
12356
12402
  size = 24,
@@ -12367,12 +12413,12 @@ var ChatQuoteBold = (_a) => {
12367
12413
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12368
12414
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12369
12415
  const resolvedViewBox = "0 0 24 24";
12370
- return /* @__PURE__ */ React533.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.28 11.692a.75.75 0 0 1-.71-.643 4.2 4.2 0 0 0-.321.828c-.188.69-.138 1.31.138 1.7a1.17 1.17 0 0 0 1.229.443c.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.855-.41m-5.962.001a.75.75 0 0 1-.71-.642 4.2 4.2 0 0 0-.321.828c-.187.689-.136 1.309.139 1.7.263.376.79.566 1.229.442.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.856-.41", clipRule: "evenodd" }), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.815 13.679a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.541-.768-.67-1.82-.36-2.958a5.83 5.83 0 0 1 2.213-3.196.75.75 0 1 1 .875 1.218 4.2 4.2 0 0 0-.763.71.8.8 0 0 1 .22-.022 2.73 2.73 0 0 1 1.913.913c.619.699.828 1.66.557 2.573m-5.961 0a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.54-.767-.67-1.818-.36-2.957a5.84 5.84 0 0 1 2.213-3.197.75.75 0 0 1 .875 1.218c-.28.202-.537.443-.763.71a.8.8 0 0 1 .22-.022c.73.032 1.427.364 1.913.913.62.699.828 1.66.557 2.573m5.509-9.84H7.24a4.2 4.2 0 0 0-4.19 4.203v6.939a4.2 4.2 0 0 0 4.19 4.203h1.068c.51 0 .988.199 1.349.56l1.422 1.427c.326.328.76.508 1.22.508.462 0 .897-.18 1.223-.508l1.422-1.426a1.9 1.9 0 0 1 1.349-.561h1.069c2.309 0 4.188-1.885 4.188-4.203V8.04c0-2.316-1.88-4.201-4.188-4.201", clipRule: "evenodd" }));
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" }));
12371
12417
  };
12372
12418
  var ChatQuoteBold_default = ChatQuoteBold;
12373
12419
 
12374
12420
  // src/ChartBold.tsx
12375
- var React534 = __toESM(require("react"));
12421
+ var React536 = __toESM(require("react"));
12376
12422
  var ChartBold = (_a) => {
12377
12423
  var _b = _a, {
12378
12424
  size = 24,
@@ -12389,12 +12435,12 @@ var ChartBold = (_a) => {
12389
12435
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12390
12436
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12391
12437
  const resolvedViewBox = "0 0 24 24";
12392
- return /* @__PURE__ */ React534.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React534.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.34c3.4 0 5.32 1.93 5.33 5.33v9.34c0 3.4-1.93 5.33-5.33 5.33H7.33C3.93 22 2 20.07 2 16.67V7.33C2 3.93 3.93 2 7.33 2m4.72 15.86c.43 0 .79-.32.83-.75V6.92a.82.82 0 0 0-.38-.79.84.84 0 0 0-1.28.79v10.19c.05.43.41.75.83.75m4.6 0c.42 0 .78-.32.83-.75v-3.28a.839.839 0 0 0-1.28-.79.81.81 0 0 0-.38.79v3.28c.04.43.4.75.83.75m-8.43-.75a.827.827 0 0 1-.83.75c-.43 0-.79-.32-.83-.75V10.2a.84.84 0 0 1 .39-.79c.27-.17.61-.17.88 0s.42.48.39.79z", clipRule: "evenodd" }));
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" }));
12393
12439
  };
12394
12440
  var ChartBold_default = ChartBold;
12395
12441
 
12396
12442
  // src/CategoryBold.tsx
12397
- var React535 = __toESM(require("react"));
12443
+ var React537 = __toESM(require("react"));
12398
12444
  var CategoryBold = (_a) => {
12399
12445
  var _b = _a, {
12400
12446
  size = 24,
@@ -12411,12 +12457,12 @@ var CategoryBold = (_a) => {
12411
12457
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12412
12458
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12413
12459
  const resolvedViewBox = "0 0 24 24";
12414
- return /* @__PURE__ */ React535.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React535.createElement("path", { fill: "currentColor", d: "M7.92 13.47c1.41 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.13 2.56-2.54 2.56H4.54C3.14 22 2 20.85 2 19.44v-3.41c0-1.42 1.14-2.56 2.54-2.56zm11.54 0c1.4 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.15-2.54-2.56v-3.41c0-1.42 1.13-2.56 2.54-2.56zM7.92 2c1.41 0 2.54 1.15 2.54 2.56v3.41c0 1.42-1.13 2.56-2.54 2.56H4.54C3.14 10.53 2 9.39 2 7.97V4.56C2 3.15 3.14 2 4.54 2zm11.54 0C20.86 2 22 3.15 22 4.56v3.41c0 1.42-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.14-2.54-2.56V4.56c0-1.41 1.13-2.56 2.54-2.56z" }));
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" }));
12415
12461
  };
12416
12462
  var CategoryBold_default = CategoryBold;
12417
12463
 
12418
12464
  // src/CaptchaQuestionMarkSquareBold.tsx
12419
- var React536 = __toESM(require("react"));
12465
+ var React538 = __toESM(require("react"));
12420
12466
  var CaptchaQuestionMarkSquareBold = (_a) => {
12421
12467
  var _b = _a, {
12422
12468
  size = 24,
@@ -12433,12 +12479,12 @@ var CaptchaQuestionMarkSquareBold = (_a) => {
12433
12479
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12434
12480
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12435
12481
  const resolvedViewBox = "0 0 24 24";
12436
- return /* @__PURE__ */ React536.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React536.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.615 12.806-.151.085c-.693.388-.981.611-.976.991a.75.75 0 0 1-.74.76h-.01a.75.75 0 0 1-.75-.74c-.018-1.333 1.084-1.95 1.742-2.32l.15-.084c.635-.351.954-.838.954-1.45 0-1.01-.823-1.832-1.832-1.832s-1.832.822-1.832 1.832a.75.75 0 0 1-1.5 0 3.336 3.336 0 0 1 3.332-3.332 3.336 3.336 0 0 1 3.332 3.332c0 1.165-.611 2.145-1.719 2.758m-1.127 3.766a.75.75 0 0 1-1.5 0c0-.414.336-.773.75-.773s.75.315.75.729zM16.217 2.5H7.782C4.623 2.5 2.5 4.721 2.5 8.027v7.948c0 3.305 2.123 5.525 5.282 5.525h8.434c3.16 0 5.284-2.22 5.284-5.525V8.027c0-3.306-2.123-5.527-5.283-5.527", clipRule: "evenodd" }));
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" }));
12437
12483
  };
12438
12484
  var CaptchaQuestionMarkSquareBold_default = CaptchaQuestionMarkSquareBold;
12439
12485
 
12440
12486
  // src/CaptchaDiamondStarBold.tsx
12441
- var React537 = __toESM(require("react"));
12487
+ var React539 = __toESM(require("react"));
12442
12488
  var CaptchaDiamondStarBold = (_a) => {
12443
12489
  var _b = _a, {
12444
12490
  size = 24,
@@ -12455,12 +12501,12 @@ var CaptchaDiamondStarBold = (_a) => {
12455
12501
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12456
12502
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12457
12503
  const resolvedViewBox = "0 0 24 24";
12458
- return /* @__PURE__ */ React537.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React537.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.23 12.657a13.27 13.27 0 0 1-8.517-8.518.75.75 0 0 0-1.427 0 13.27 13.27 0 0 1-8.517 8.518.75.75 0 0 0 0 1.428 13.27 13.27 0 0 1 8.517 8.517.75.75 0 0 0 1.427 0 13.27 13.27 0 0 1 8.517-8.517.752.752 0 0 0 0-1.428", clipRule: "evenodd" }));
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" }));
12459
12505
  };
12460
12506
  var CaptchaDiamondStarBold_default = CaptchaDiamondStarBold;
12461
12507
 
12462
12508
  // src/CameraBold.tsx
12463
- var React538 = __toESM(require("react"));
12509
+ var React540 = __toESM(require("react"));
12464
12510
  var CameraBold = (_a) => {
12465
12511
  var _b = _a, {
12466
12512
  size = 24,
@@ -12477,12 +12523,12 @@ var CameraBold = (_a) => {
12477
12523
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12478
12524
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12479
12525
  const resolvedViewBox = "0 0 24 24";
12480
- return /* @__PURE__ */ React538.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React538.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.37 4.37 0 0 1 17.64 21H6.36A4.36 4.36 0 0 1 2 16.645V10.71a4.36 4.36 0 0 1 4.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a98 98 0 0 1 .714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91m-6.44 1.548c.47-.47 1.08-.719 1.73-.719s1.26.25 1.72.71.71 1.068.71 1.717A2.44 2.44 0 0 1 12 15.756c-.65 0-1.26-.25-1.72-.71a2.4 2.4 0 0 1-.71-1.718v-.01c-.01-.629.24-1.238.7-1.698m4.5 4.485a3.93 3.93 0 0 1-5.55 0 3.92 3.92 0 0 1-1.15-2.777 3.87 3.87 0 0 1 1.14-2.766A3.92 3.92 0 0 1 12 9.402c1.05 0 2.04.41 2.78 1.15a3.94 3.94 0 0 1 1.15 2.777 3.96 3.96 0 0 1-1.16 2.776", clipRule: "evenodd" }));
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" }));
12481
12527
  };
12482
12528
  var CameraBold_default = CameraBold;
12483
12529
 
12484
12530
  // src/CallingBold.tsx
12485
- var React539 = __toESM(require("react"));
12531
+ var React541 = __toESM(require("react"));
12486
12532
  var CallingBold = (_a) => {
12487
12533
  var _b = _a, {
12488
12534
  size = 24,
@@ -12499,12 +12545,12 @@ var CallingBold = (_a) => {
12499
12545
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12500
12546
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12501
12547
  const resolvedViewBox = "0 0 24 24";
12502
- return /* @__PURE__ */ React539.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.418 5.49a.854.854 0 0 0-1.004.68.86.86 0 0 0 .678 1.01 3.46 3.46 0 0 1 2.743 2.75.86.86 0 0 0 1.006.681.865.865 0 0 0 .677-1.01 5.17 5.17 0 0 0-4.1-4.111" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.356 2.008a.82.82 0 0 0-.625.176.85.85 0 0 0-.323.584.86.86 0 0 0 .757.95 6.91 6.91 0 0 1 6.126 6.138.857.857 0 1 0 1.704-.191c-.454-4.058-3.594-7.206-7.639-7.657" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
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" }));
12503
12549
  };
12504
12550
  var CallingBold_default = CallingBold;
12505
12551
 
12506
12552
  // src/CallBold.tsx
12507
- var React540 = __toESM(require("react"));
12553
+ var React542 = __toESM(require("react"));
12508
12554
  var CallBold = (_a) => {
12509
12555
  var _b = _a, {
12510
12556
  size = 24,
@@ -12521,12 +12567,12 @@ var CallBold = (_a) => {
12521
12567
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12522
12568
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12523
12569
  const resolvedViewBox = "0 0 24 24";
12524
- return /* @__PURE__ */ React540.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React540.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.532 12.472c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.493 7.144 3.262 4.672 3.574 4.284c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
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" }));
12525
12571
  };
12526
12572
  var CallBold_default = CallBold;
12527
12573
 
12528
12574
  // src/CallSilentBold.tsx
12529
- var React541 = __toESM(require("react"));
12575
+ var React543 = __toESM(require("react"));
12530
12576
  var CallSilentBold = (_a) => {
12531
12577
  var _b = _a, {
12532
12578
  size = 24,
@@ -12543,12 +12589,12 @@ var CallSilentBold = (_a) => {
12543
12589
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12544
12590
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12545
12591
  const resolvedViewBox = "0 0 24 24";
12546
- return /* @__PURE__ */ React541.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React541.createElement("path", { fill: "currentColor", d: "M20.77 2.364c.228 0 .447.103.605.266a.893.893 0 0 1 0 1.23v.009l-9.416 9.645-.546.56.678-.691c3.28 2.693 4.205-1.16 6.528 1.202 2.397 2.447 3.776 2.94.736 6.042-.357.311-2.658 3.84-10.55-3.88l-5.36 5.499a.86.86 0 0 1-.595.254.9.9 0 0 1-.605-.254.9.9 0 0 1-.129-1.058l.03-.04a.5.5 0 0 1 .07-.091L20.176 2.63a.82.82 0 0 1 .595-.266M3.255 4.386c3.069-3.113 3.545-1.696 5.956.75 2.03 2.072-.602 3.06.477 5.517l-3.501 3.552c-6.43-7.285-3.218-9.464-2.932-9.82" }));
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" }));
12547
12593
  };
12548
12594
  var CallSilentBold_default = CallSilentBold;
12549
12595
 
12550
12596
  // src/CallMissedBold.tsx
12551
- var React542 = __toESM(require("react"));
12597
+ var React544 = __toESM(require("react"));
12552
12598
  var CallMissedBold = (_a) => {
12553
12599
  var _b = _a, {
12554
12600
  size = 24,
@@ -12565,12 +12611,12 @@ var CallMissedBold = (_a) => {
12565
12611
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12566
12612
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12567
12613
  const resolvedViewBox = "0 0 24 24";
12568
- return /* @__PURE__ */ React542.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", d: "m19.337 5.918 2.404-2.413a.88.88 0 0 0 .26-.627.88.88 0 0 0-.26-.627.903.903 0 0 0-1.249 0L18.09 4.664l-2.405-2.413a.903.903 0 0 0-1.249 0 .887.887 0 0 0 0 1.254l2.404 2.413-2.404 2.412a.887.887 0 0 0 0 1.255.903.903 0 0 0 1.25 0l2.404-2.414 2.403 2.414a.88.88 0 0 0 1.249 0 .88.88 0 0 0 .26-.628.88.88 0 0 0-.26-.627z" }), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
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" }));
12569
12615
  };
12570
12616
  var CallMissedBold_default = CallMissedBold;
12571
12617
 
12572
12618
  // src/CalendarBold.tsx
12573
- var React543 = __toESM(require("react"));
12619
+ var React545 = __toESM(require("react"));
12574
12620
  var CalendarBold = (_a) => {
12575
12621
  var _b = _a, {
12576
12622
  size = 24,
@@ -12587,12 +12633,12 @@ var CalendarBold = (_a) => {
12587
12633
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12588
12634
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12589
12635
  const resolvedViewBox = "0 0 24 24";
12590
- return /* @__PURE__ */ React543.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React543.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.41 2.769.002.75c2.755.215 4.574 2.092 4.577 4.97L21 16.917c.004 3.138-1.968 5.069-5.128 5.074l-7.72.01c-3.14.004-5.137-1.973-5.141-5.12L3 8.553c-.004-2.898 1.752-4.77 4.506-5.023v-.75a.746.746 0 0 1 .758-.77.747.747 0 0 1 .762.769v.7l5.865-.009v-.7A.747.747 0 0 1 15.65 2a.753.753 0 0 1 .76.769M4.523 8.862l14.948-.02v-.35c-.043-2.15-1.121-3.277-3.056-3.445v.77a.76.76 0 0 1-.758.77.75.75 0 0 1-.762-.768v-.81l-5.865.009v.808c0 .43-.324.77-.759.77a.75.75 0 0 1-.76-.768l-.002-.77c-1.925.193-2.99 1.325-2.987 3.493zm10.718 4.542v.011c.01.46.385.809.84.799a.823.823 0 0 0 .789-.852.83.83 0 0 0-.82-.797.83.83 0 0 0-.81.84m.815 4.488a.85.85 0 0 1-.821-.848.833.833 0 0 1 .809-.852h.01c.464 0 .84.379.84.849a.844.844 0 0 1-.838.851m-4.883-4.472c.02.46.396.819.85.799a.823.823 0 0 0 .78-.86.816.816 0 0 0-.821-.8.854.854 0 0 0-.809.861m.854 4.427a.823.823 0 0 1-.85-.798c0-.46.354-.84.809-.861a.815.815 0 0 1 .82.798c.02.46-.335.84-.779.861m-4.922-4.392c.02.46.396.82.85.799.445-.02.8-.4.778-.86a.815.815 0 0 0-.82-.8.85.85 0 0 0-.808.861m.854 4.397a.82.82 0 0 1-.85-.799.853.853 0 0 1 .809-.86.815.815 0 0 1 .82.798.82.82 0 0 1-.779.861", clipRule: "evenodd" }));
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" }));
12591
12637
  };
12592
12638
  var CalendarBold_default = CalendarBold;
12593
12639
 
12594
12640
  // src/CalendarTimeBold.tsx
12595
- var React544 = __toESM(require("react"));
12641
+ var React546 = __toESM(require("react"));
12596
12642
  var CalendarTimeBold = (_a) => {
12597
12643
  var _b = _a, {
12598
12644
  size = 24,
@@ -12609,12 +12655,12 @@ var CalendarTimeBold = (_a) => {
12609
12655
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12610
12656
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12611
12657
  const resolvedViewBox = "0 0 24 24";
12612
- return /* @__PURE__ */ React544.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.743 10.522c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h8.49c.42 0 .75.33.75.75 0 .41-.33.75-.75.75zm10.63 1.31c.675 0 1.328.113 1.94.331a.21.21 0 0 0 .28-.192V8.212c0-1.41-.43-2.58-1.24-3.4-.72-.72-1.75-1.13-2.98-1.23v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.62v-.92c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.33-.75-.75V3.99a.193.193 0 0 0-.248-.188c-1.908.581-3.012 2.128-3.012 4.411v8.15c0 2.98 1.79 4.75 4.79 4.75h4.963c.162 0 .259-.184.174-.322a5.8 5.8 0 0 1-.857-3.058c0-3.26 2.65-5.9 5.91-5.9", clipRule: "evenodd" }), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.227 19.132a.75.75 0 0 1-1.028.259l-1.236-.738a.75.75 0 0 1-.365-.643v-1.587a.75.75 0 0 1 1.5 0v1.16l.87.52a.75.75 0 0 1 .26 1.029m-1.857-5.803a4.41 4.41 0 0 0-4.404 4.405 4.41 4.41 0 0 0 4.404 4.404 4.41 4.41 0 0 0 4.405-4.404 4.41 4.41 0 0 0-4.405-4.405", clipRule: "evenodd" }));
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" }));
12613
12659
  };
12614
12660
  var CalendarTimeBold_default = CalendarTimeBold;
12615
12661
 
12616
12662
  // src/CalendarForwardBold.tsx
12617
- var React545 = __toESM(require("react"));
12663
+ var React547 = __toESM(require("react"));
12618
12664
  var CalendarForwardBold = (_a) => {
12619
12665
  var _b = _a, {
12620
12666
  size = 24,
@@ -12631,12 +12677,12 @@ var CalendarForwardBold = (_a) => {
12631
12677
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12632
12678
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12633
12679
  const resolvedViewBox = "0 0 24 24";
12634
- return /* @__PURE__ */ React545.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React545.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.663 11.294H8.298a.75.75 0 0 1 0-1.5h7.365a.75.75 0 0 1 0 1.5m.373 5.454-2.064 1.926a.75.75 0 0 1-1.06-.037.75.75 0 0 1 .036-1.061l.67-.626H8.693a.75.75 0 0 1 0-1.5h4.928l-.671-.626a.75.75 0 1 1 1.022-1.097l2.064 1.923a.75.75 0 0 1 0 1.098m3.417-11.421c-.723-.725-1.755-1.134-2.982-1.236v-.966a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.247a.2.2 0 0 0-.2-.2H9.198v-.922a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.5a.193.193 0 0 0-.248-.188c-1.908.576-3.014 2.126-3.014 4.413v8.145c0 2.978 1.792 4.755 4.793 4.755h7.613c3 0 4.793-1.752 4.793-4.686V8.726c.004-1.412-.422-2.587-1.231-3.399", clipRule: "evenodd" }));
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" }));
12635
12681
  };
12636
12682
  var CalendarForwardBold_default = CalendarForwardBold;
12637
12683
 
12638
12684
  // src/CalendarEditBold.tsx
12639
- var React546 = __toESM(require("react"));
12685
+ var React548 = __toESM(require("react"));
12640
12686
  var CalendarEditBold = (_a) => {
12641
12687
  var _b = _a, {
12642
12688
  size = 24,
@@ -12653,12 +12699,12 @@ var CalendarEditBold = (_a) => {
12653
12699
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12654
12700
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12655
12701
  const resolvedViewBox = "0 0 24 24";
12656
- return /* @__PURE__ */ React546.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.208 14.895c-.41 0-.75-.34-.75-.76s.34-.76.75-.76a.76.76 0 1 1 0 1.52m-3.69 0a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m0 3.39a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m5.52-1.31 2.58-2.82.17-.18.73-.8a3.09 3.09 0 0 1 3.206-.855c.137.043.284-.054.284-.198v-1.197a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2v5.64c0 2.98 1.79 4.76 4.79 4.76h4.263c.142 0 .24-.144.201-.28a2.8 2.8 0 0 1-.084-1.07l.09-.82c.09-.82.42-1.57.97-2.18m6.97-8.55c0-1.41-.42-2.59-1.23-3.4-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.201a.193.193 0 0 0-.247-.188c-1.908.572-3.013 2.12-3.013 4.412v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2z", clipRule: "evenodd" }), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.768 16.175-.39.42-1.18-1.18.34-.38c.07-.07.16-.11.25-.11s.17.03.23.09l.74.68c.08.08.1.18.1.24.01.05 0 .15-.09.24m-3.43 3.75c-.17.19-.41.32-.67.37l-.79.13c-.06.01-.1-.02-.12-.04-.03-.02-.05-.06-.05-.12l.09-.82c.03-.23.13-.46.28-.63l2.1-2.3 1.19 1.19zm4.43-5.33-.73-.68c-.74-.69-1.91-.64-2.6.1l-.8.88s-.01 0-.01.01c-.01 0-.01.01-.02.02l-2.64 2.88c-.37.42-.6.93-.66 1.48l-.09.82c-.05.52.13 1.02.51 1.37.31.29.7.45 1.12.45.09 0 .18-.01.27-.02l.8-.14c.59-.1 1.14-.4 1.53-.84l3.42-3.73c.34-.36.51-.83.49-1.32s-.23-.95-.59-1.28", clipRule: "evenodd" }));
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" }));
12657
12703
  };
12658
12704
  var CalendarEditBold_default = CalendarEditBold;
12659
12705
 
12660
12706
  // src/CalendarCheckBold.tsx
12661
- var React547 = __toESM(require("react"));
12707
+ var React549 = __toESM(require("react"));
12662
12708
  var CalendarCheckBold = (_a) => {
12663
12709
  var _b = _a, {
12664
12710
  size = 24,
@@ -12675,12 +12721,12 @@ var CalendarCheckBold = (_a) => {
12675
12721
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12676
12722
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12677
12723
  const resolvedViewBox = "0 0 24 24";
12678
- return /* @__PURE__ */ React547.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React547.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.869 15.74a.75.75 0 0 1 1.06.002l1.224 1.227 3.087-3.088a.751.751 0 0 1 1.06 1.06l-3.617 3.62a.747.747 0 0 1-1.061-.002l-1.755-1.758a.75.75 0 0 1 .002-1.06m-5.385 1.125c0 2.98 1.79 4.76 4.79 4.76h7.62c3 0 4.79-1.75 4.79-4.69v-5.71a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2zm15.97-11.541c-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.501a.193.193 0 0 0-.247-.189c-1.908.573-3.013 2.12-3.013 4.413v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2v-.6c0-1.41-.42-2.59-1.23-3.4", clipRule: "evenodd" }));
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" }));
12679
12725
  };
12680
12726
  var CalendarCheckBold_default = CalendarCheckBold;
12681
12727
 
12682
12728
  // src/Calendar2Bold.tsx
12683
- var React548 = __toESM(require("react"));
12729
+ var React550 = __toESM(require("react"));
12684
12730
  var Calendar2Bold = (_a) => {
12685
12731
  var _b = _a, {
12686
12732
  size = 24,
@@ -12697,12 +12743,12 @@ var Calendar2Bold = (_a) => {
12697
12743
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12698
12744
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12699
12745
  const resolvedViewBox = "0 0 24 24";
12700
- return /* @__PURE__ */ React548.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.682 10.503h-8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.5c.41 0 .75.34.75.75s-.34.75-.75.75m3.12-5.7c-.73-.73-1.76-1.14-2.99-1.24v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.71a.2.2 0 0 0-.2-.2h-4.62v-.93a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75V3.97a.193.193 0 0 0-.248-.188c-1.908.58-3.012 2.128-3.012 4.41v8.15c0 2.98 1.79 4.75 4.79 4.75h5.55a.21.21 0 0 0 .19-.29 5 5 0 0 1-.37-1.9 5.09 5.09 0 0 1 6.76-4.806.21.21 0 0 0 .28-.193v-5.7c0-1.42-.42-2.59-1.23-3.4", clipRule: "evenodd" }), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.126 15.735a3.214 3.214 0 0 0-3.211 3.211c0 1.77 1.44 3.211 3.21 3.211a3.215 3.215 0 0 0 3.212-3.21 3.214 3.214 0 0 0-3.211-3.212", clipRule: "evenodd" }));
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" }));
12701
12747
  };
12702
12748
  var Calendar2Bold_default = Calendar2Bold;
12703
12749
 
12704
12750
  // src/BuyBold.tsx
12705
- var React549 = __toESM(require("react"));
12751
+ var React551 = __toESM(require("react"));
12706
12752
  var BuyBold = (_a) => {
12707
12753
  var _b = _a, {
12708
12754
  size = 24,
@@ -12719,12 +12765,12 @@ var BuyBold = (_a) => {
12719
12765
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12720
12766
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12721
12767
  const resolvedViewBox = "0 0 24 24";
12722
- return /* @__PURE__ */ React549.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React549.createElement("path", { fill: "currentColor", d: "M7.427 18.908c.829 0 1.508.694 1.509 1.551 0 .847-.68 1.54-1.51 1.541a1.533 1.533 0 0 1-1.519-1.541c0-.857.68-1.55 1.52-1.55m11.241 0c.83 0 1.509.694 1.509 1.551 0 .847-.68 1.54-1.509 1.541-.84 0-1.52-.694-1.52-1.541 0-.857.68-1.55 1.52-1.55M2.011 2.641a.765.765 0 0 1 .869-.632l2.384.366c.34.062.589.348.619.694l.19 2.286c.03.328.29.572.609.573h13.495c.61 0 1.01.214 1.409.683.4.47.469 1.143.379 1.754l-.95 6.695c-.18 1.286-1.258 2.235-2.527 2.235H7.586c-1.329 0-2.427-1.04-2.537-2.387l-.92-11.125L2.62 3.52a.767.767 0 0 1-.61-.878m12.11 7.061a.75.75 0 0 0-.749.766c0 .418.33.765.75.765h2.767c.42 0 .75-.347.75-.765a.75.75 0 0 0-.75-.766z" }));
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" }));
12723
12769
  };
12724
12770
  var BuyBold_default = BuyBold;
12725
12771
 
12726
12772
  // src/BookmarkBold.tsx
12727
- var React550 = __toESM(require("react"));
12773
+ var React552 = __toESM(require("react"));
12728
12774
  var BookmarkBold = (_a) => {
12729
12775
  var _b = _a, {
12730
12776
  size = 24,
@@ -12741,12 +12787,12 @@ var BookmarkBold = (_a) => {
12741
12787
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12742
12788
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12743
12789
  const resolvedViewBox = "0 0 24 24";
12744
- return /* @__PURE__ */ React550.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React550.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.9 2h6.17c2.71 0 4.9 1.07 4.93 3.79v15.18c0 .17-.04.34-.12.49-.13.24-.35.42-.62.5-.26.08-.55.04-.79-.1l-6.48-3.24-6.49 3.24c-.149.079-.32.13-.49.13-.56 0-1.01-.46-1.01-1.02V5.79C4 3.07 6.2 2 8.9 2m-.68 7.62h7.53c.43 0 .78-.351.78-.79s-.35-.79-.78-.79H8.22c-.43 0-.78.35-.78.79 0 .439.35.79.78.79", clipRule: "evenodd" }));
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" }));
12745
12791
  };
12746
12792
  var BookmarkBold_default = BookmarkBold;
12747
12793
 
12748
12794
  // src/BookBold.tsx
12749
- var React551 = __toESM(require("react"));
12795
+ var React553 = __toESM(require("react"));
12750
12796
  var BookBold = (_a) => {
12751
12797
  var _b = _a, {
12752
12798
  size = 24,
@@ -12763,12 +12809,12 @@ var BookBold = (_a) => {
12763
12809
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12764
12810
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12765
12811
  const resolvedViewBox = "0 0 24 24";
12766
- return /* @__PURE__ */ React551.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", d: "M7.827 18.37h9.455a.75.75 0 0 0 0-1.5H7.827a.75.75 0 0 0 0 1.5" }), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.479 5.79-1.26.013V3.96c0-.943-.769-1.71-1.715-1.71H7.356c-2.206 0-4 1.794-4 4v11.3l-.002.06a4.147 4.147 0 0 0 4.144 4.14h12a1.72 1.72 0 0 0 1.715-1.72V7.5a1.7 1.7 0 0 0-.514-1.221c-.33-.324-.776-.511-1.22-.489M7.498 20.25a2.646 2.646 0 0 1-2.642-2.64A2.65 2.65 0 0 1 7.5 14.96h9.005c.946 0 1.715-.767 1.715-1.71V7.304l1.282-.014c.071-.022.106.016.133.046l.014.014a.2.2 0 0 1 .065.15v12.53c0 .123-.095.22-.215.22z", clipRule: "evenodd" }));
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" }));
12767
12813
  };
12768
12814
  var BookBold_default = BookBold;
12769
12815
 
12770
12816
  // src/BagBold.tsx
12771
- var React552 = __toESM(require("react"));
12817
+ var React554 = __toESM(require("react"));
12772
12818
  var BagBold = (_a) => {
12773
12819
  var _b = _a, {
12774
12820
  size = 24,
@@ -12785,12 +12831,12 @@ var BagBold = (_a) => {
12785
12831
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12786
12832
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12787
12833
  const resolvedViewBox = "0 0 24 24";
12788
- return /* @__PURE__ */ React552.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React552.createElement("path", { fill: "currentColor", d: "M12.005 2A4.99 4.99 0 0 1 17 6.774h-.026A.5.5 0 0 1 16.93 7h.156c1.264 0 2.59.91 3.059 3.12l.768 6.195C21.48 20.353 19.207 22 16.158 22h-8.29c-3.058 0-5.4-1.138-4.764-5.686l.779-6.194C4.28 7.846 5.65 7 6.932 7h.078a.7.7 0 0 1 0-.226A4.99 4.99 0 0 1 12.005 2m-2.908 8.33a.9.9 0 0 0-.884.91c0 .501.396.908.884.908a.897.897 0 0 0 .883-.909.897.897 0 0 0-.883-.91m5.789 0a.9.9 0 0 0-.884.91c0 .502.396.908.884.908a.897.897 0 0 0 .884-.909.897.897 0 0 0-.884-.91m-2.92-7.027A3.48 3.48 0 0 0 8.48 6.774a.7.7 0 0 1 0 .226h7.012a.7.7 0 0 1-.044-.226 3.48 3.48 0 0 0-3.483-3.471" }));
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" }));
12789
12835
  };
12790
12836
  var BagBold_default = BagBold;
12791
12837
 
12792
12838
  // src/Bag2Bold.tsx
12793
- var React553 = __toESM(require("react"));
12839
+ var React555 = __toESM(require("react"));
12794
12840
  var Bag2Bold = (_a) => {
12795
12841
  var _b = _a, {
12796
12842
  size = 24,
@@ -12807,12 +12853,12 @@ var Bag2Bold = (_a) => {
12807
12853
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12808
12854
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12809
12855
  const resolvedViewBox = "0 0 24 24";
12810
- return /* @__PURE__ */ React553.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React553.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.418 6.47h.205c2.692 0 4.877 2.25 4.877 5.01V17c0 2.76-2.185 5-4.877 5H7.377C4.685 22 2.5 19.76 2.5 17v-5.52c0-2.76 2.185-5.01 4.877-5.01h.205a4.57 4.57 0 0 1 1.307-3.16c.838-.85 1.911-1.28 3.12-1.31 2.42 0 4.38 2 4.41 4.47M9.913 4.38c-.546.56-.849 1.3-.868 2.09h5.91C14.926 4.83 13.62 3.5 12.01 3.5c-.751 0-1.531.31-2.097.88m5.793 5.94a.74.74 0 0 0 .732-.75V8.41a.74.74 0 0 0-.732-.75c-.4 0-.731.34-.731.75v1.16c0 .41.332.75.731.75m-6.769-.75a.74.74 0 0 1-.731.75c-.4 0-.732-.34-.732-.75V8.41c0-.41.332-.75.732-.75.41 0 .731.34.731.75z", clipRule: "evenodd" }));
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" }));
12811
12857
  };
12812
12858
  var Bag2Bold_default = Bag2Bold;
12813
12859
 
12814
12860
  // src/ArrowUpBold.tsx
12815
- var React554 = __toESM(require("react"));
12861
+ var React556 = __toESM(require("react"));
12816
12862
  var ArrowUpBold = (_a) => {
12817
12863
  var _b = _a, {
12818
12864
  size = 24,
@@ -12829,12 +12875,12 @@ var ArrowUpBold = (_a) => {
12829
12875
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12830
12876
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12831
12877
  const resolvedViewBox = "0 0 24 24";
12832
- return /* @__PURE__ */ React554.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React554.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12.007 13.165.354-.002c1.404-.012 2.657-.096 3.451-.242.015 0 .802-.16 1.064-.261.38-.16.701-.447.905-.809a2 2 0 0 0 .219-.91c-.012-.249-.137-.66-.242-.954l-.094-.244c-.642-1.617-2.74-4.707-4.024-5.891l-.09-.087-.42-.39A1.86 1.86 0 0 0 11.992 3c-.379 0-.758.116-1.064.347-.099.07-.226.18-.334.28l-.397.379C8.876 5.31 7.022 8.135 6.407 9.599c-.013 0-.393.91-.407 1.343v.057c0 .665.379 1.286.991 1.603.168.087.496.17.784.233l.544.114c.874.13 2.216.216 3.688.216m-1.525 6.332c0 .83.68 1.503 1.518 1.503a1.51 1.51 0 0 0 1.518-1.503l-.328-3.7c0-.65-.532-1.179-1.19-1.179s-1.191.528-1.191 1.18z", clipRule: "evenodd" }));
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" }));
12833
12879
  };
12834
12880
  var ArrowUpBold_default = ArrowUpBold;
12835
12881
 
12836
12882
  // src/ArrowUpSquareBold.tsx
12837
- var React555 = __toESM(require("react"));
12883
+ var React557 = __toESM(require("react"));
12838
12884
  var ArrowUpSquareBold = (_a) => {
12839
12885
  var _b = _a, {
12840
12886
  size = 24,
@@ -12851,12 +12897,12 @@ var ArrowUpSquareBold = (_a) => {
12851
12897
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12852
12898
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12853
12899
  const resolvedViewBox = "0 0 24 24";
12854
- return /* @__PURE__ */ React555.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React555.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 7.92v8.17c0 3.53-2.271 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2h8.67C19.729 2 22 4.38 22 7.92M11.25 9.73v6.35c0 .42.34.75.75.75.42 0 .75-.33.75-.75V9.73l2.47 2.48c.14.14.34.22.53.22.189 0 .38-.08.53-.22.29-.29.29-.77 0-1.06l-3.75-3.77a.774.774 0 0 0-1.06 0l-3.75 3.77c-.29.29-.29.77 0 1.06.3.29.77.29 1.07 0z", clipRule: "evenodd" }));
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" }));
12855
12901
  };
12856
12902
  var ArrowUpSquareBold_default = ArrowUpSquareBold;
12857
12903
 
12858
12904
  // src/ArrowUpCircleBold.tsx
12859
- var React556 = __toESM(require("react"));
12905
+ var React558 = __toESM(require("react"));
12860
12906
  var ArrowUpCircleBold = (_a) => {
12861
12907
  var _b = _a, {
12862
12908
  size = 24,
@@ -12873,12 +12919,12 @@ var ArrowUpCircleBold = (_a) => {
12873
12919
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12874
12920
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12875
12921
  const resolvedViewBox = "0 0 24 24";
12876
- return /* @__PURE__ */ React556.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React556.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.52 0 10 4.49 10 10l-.004.28C21.848 17.67 17.426 22 12 22 6.49 22 2 17.52 2 12 2 6.49 6.49 2 12 2M8 13.98c.3.29.77.29 1.06-.01L12 11.02l2.94 2.95c.29.3.77.3 1.06.01.3-.3.3-.77 0-1.06l-3.47-3.49a.75.75 0 0 0-1.06 0L8 12.92c-.15.14-.22.33-.22.52 0 .2.07.39.22.54", clipRule: "evenodd" }));
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" }));
12877
12923
  };
12878
12924
  var ArrowUpCircleBold_default = ArrowUpCircleBold;
12879
12925
 
12880
12926
  // src/ArrowUp3Bold.tsx
12881
- var React557 = __toESM(require("react"));
12927
+ var React559 = __toESM(require("react"));
12882
12928
  var ArrowUp3Bold = (_a) => {
12883
12929
  var _b = _a, {
12884
12930
  size = 24,
@@ -12895,12 +12941,12 @@ var ArrowUp3Bold = (_a) => {
12895
12941
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12896
12942
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12897
12943
  const resolvedViewBox = "0 0 24 24";
12898
- return /* @__PURE__ */ React557.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React557.createElement("path", { fill: "currentColor", d: "M6.59 11.859c.126.233.366.38.627.38h4.066v8.027c0 .405.321.734.717.734a.726.726 0 0 0 .717-.734v-8.028h4.066a.71.71 0 0 0 .627-.38.75.75 0 0 0-.02-.745l-4.783-7.77A.71.71 0 0 0 12 3a.71.71 0 0 0-.607.343l-4.783 7.77a.75.75 0 0 0-.02.745" }));
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" }));
12899
12945
  };
12900
12946
  var ArrowUp3Bold_default = ArrowUp3Bold;
12901
12947
 
12902
12948
  // src/ArrowUp2Bold.tsx
12903
- var React558 = __toESM(require("react"));
12949
+ var React560 = __toESM(require("react"));
12904
12950
  var ArrowUp2Bold = (_a) => {
12905
12951
  var _b = _a, {
12906
12952
  size = 24,
@@ -12917,12 +12963,12 @@ var ArrowUp2Bold = (_a) => {
12917
12963
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12918
12964
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12919
12965
  const resolvedViewBox = "0 0 24 24";
12920
- return /* @__PURE__ */ React558.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React558.createElement("path", { fill: "currentColor", d: "M13.131 7.37c.058.056.306.27.51.468 1.283 1.165 3.383 4.204 4.024 5.795.103.242.321.853.335 1.179q0 .469-.218.895a1.87 1.87 0 0 1-.904.795c-.263.1-1.05.256-1.064.256-.861.156-2.26.242-3.806.242-1.473 0-2.815-.086-3.689-.213-.014-.015-.992-.17-1.327-.341A1.79 1.79 0 0 1 6 14.868v-.056c.015-.426.395-1.321.409-1.321.642-1.505 2.639-4.474 3.966-5.668 0 0 .341-.336.554-.482A1.8 1.8 0 0 1 11.993 7c.423 0 .817.128 1.138.37" }));
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" }));
12921
12967
  };
12922
12968
  var ArrowUp2Bold_default = ArrowUp2Bold;
12923
12969
 
12924
12970
  // src/ArrowRightBold.tsx
12925
- var React559 = __toESM(require("react"));
12971
+ var React561 = __toESM(require("react"));
12926
12972
  var ArrowRightBold = (_a) => {
12927
12973
  var _b = _a, {
12928
12974
  size = 24,
@@ -12939,12 +12985,12 @@ var ArrowRightBold = (_a) => {
12939
12985
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12940
12986
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12941
12987
  const resolvedViewBox = "0 0 24 24";
12942
- return /* @__PURE__ */ React559.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React559.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.835 12.007.002.354c.012 1.404.096 2.657.242 3.451 0 .015.16.802.261 1.064.16.38.447.701.809.905a2 2 0 0 0 .91.219c.249-.012.66-.137.954-.242l.244-.094c1.617-.642 4.707-2.74 5.891-4.024l.087-.09.39-.42A1.86 1.86 0 0 0 21 11.992c0-.379-.116-.758-.347-1.064a4 4 0 0 0-.28-.334l-.379-.397c-1.305-1.321-4.129-3.175-5.593-3.79 0-.013-.91-.393-1.343-.407h-.057c-.665 0-1.286.379-1.603.991-.087.168-.17.496-.233.784l-.114.544c-.13.874-.216 2.216-.216 3.688m-6.332-1.525C3.673 10.482 3 11.162 3 12a1.51 1.51 0 0 0 1.503 1.518l3.7-.328c.65 0 1.179-.532 1.179-1.19s-.528-1.191-1.18-1.191z", clipRule: "evenodd" }));
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" }));
12943
12989
  };
12944
12990
  var ArrowRightBold_default = ArrowRightBold;
12945
12991
 
12946
12992
  // src/ArrowRightSquareBold.tsx
12947
- var React560 = __toESM(require("react"));
12993
+ var React562 = __toESM(require("react"));
12948
12994
  var ArrowRightSquareBold = (_a) => {
12949
12995
  var _b = _a, {
12950
12996
  size = 24,
@@ -12961,12 +13007,12 @@ var ArrowRightSquareBold = (_a) => {
12961
13007
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12962
13008
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12963
13009
  const resolvedViewBox = "0 0 24 24";
12964
- return /* @__PURE__ */ React560.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React560.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.08 22H7.91C4.38 22 2 19.729 2 16.34V7.67C2 4.28 4.38 2 7.91 2h8.17C19.62 2 22 4.28 22 7.67v8.67c0 3.389-2.38 5.66-5.92 5.66m-1.81-10.75H7.92c-.42 0-.75.34-.75.75 0 .42.33.75.75.75h6.35l-2.48 2.47c-.14.14-.22.34-.22.53 0 .189.08.38.22.53.29.29.77.29 1.06 0l3.77-3.75c.28-.28.28-.78 0-1.06l-3.77-3.75a.754.754 0 0 0-1.06 0c-.29.3-.29.77 0 1.07z", clipRule: "evenodd" }));
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" }));
12965
13011
  };
12966
13012
  var ArrowRightSquareBold_default = ArrowRightSquareBold;
12967
13013
 
12968
13014
  // src/ArrowRightCircleBold.tsx
12969
- var React561 = __toESM(require("react"));
13015
+ var React563 = __toESM(require("react"));
12970
13016
  var ArrowRightCircleBold = (_a) => {
12971
13017
  var _b = _a, {
12972
13018
  size = 24,
@@ -12983,12 +13029,12 @@ var ArrowRightCircleBold = (_a) => {
12983
13029
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
12984
13030
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
12985
13031
  const resolvedViewBox = "0 0 24 24";
12986
- return /* @__PURE__ */ React561.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React561.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.52-4.49 10-10 10l-.28-.004C6.33 21.848 2 17.426 2 12 2 6.49 6.48 2 12 2c5.51 0 10 4.49 10 10M10.02 8c-.29.3-.29.77.01 1.06L12.98 12l-2.95 2.94c-.3.29-.3.77-.01 1.06.3.3.77.3 1.06 0l3.49-3.47a.75.75 0 0 0 0-1.06L11.08 8a.7.7 0 0 0-.52-.22c-.2 0-.39.07-.54.22", clipRule: "evenodd" }));
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" }));
12987
13033
  };
12988
13034
  var ArrowRightCircleBold_default = ArrowRightCircleBold;
12989
13035
 
12990
13036
  // src/ArrowRight3Bold.tsx
12991
- var React562 = __toESM(require("react"));
13037
+ var React564 = __toESM(require("react"));
12992
13038
  var ArrowRight3Bold = (_a) => {
12993
13039
  var _b = _a, {
12994
13040
  size = 24,
@@ -13005,12 +13051,12 @@ var ArrowRight3Bold = (_a) => {
13005
13051
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13006
13052
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13007
13053
  const resolvedViewBox = "0 0 24 24";
13008
- return /* @__PURE__ */ React562.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React562.createElement("path", { fill: "currentColor", d: "M12.142 6.59a.72.72 0 0 0-.38.627v4.066H3.734A.726.726 0 0 0 3 12c0 .396.329.717.734.717h8.028v4.066c0 .262.146.502.38.627.234.127.52.119.745-.02l7.77-4.783A.71.71 0 0 0 21 12a.71.71 0 0 0-.343-.607l-7.77-4.783a.75.75 0 0 0-.745-.02" }));
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" }));
13009
13055
  };
13010
13056
  var ArrowRight3Bold_default = ArrowRight3Bold;
13011
13057
 
13012
13058
  // src/ArrowRight2Bold.tsx
13013
- var React563 = __toESM(require("react"));
13059
+ var React565 = __toESM(require("react"));
13014
13060
  var ArrowRight2Bold = (_a) => {
13015
13061
  var _b = _a, {
13016
13062
  size = 24,
@@ -13027,12 +13073,12 @@ var ArrowRight2Bold = (_a) => {
13027
13073
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13028
13074
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13029
13075
  const resolvedViewBox = "0 0 24 24";
13030
- return /* @__PURE__ */ React563.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React563.createElement("path", { fill: "currentColor", d: "M16.63 13.131c-.056.058-.27.306-.468.51-1.165 1.283-4.204 3.383-5.795 4.024-.242.103-.853.321-1.179.335q-.469 0-.895-.218a1.87 1.87 0 0 1-.795-.904c-.1-.263-.256-1.05-.256-1.064-.156-.861-.242-2.26-.242-3.806 0-1.473.086-2.815.213-3.689.015-.014.17-.992.341-1.327A1.79 1.79 0 0 1 9.132 6h.056c.426.015 1.321.395 1.321.409 1.505.642 4.474 2.639 5.668 3.966 0 0 .336.341.482.554.228.306.341.685.341 1.064 0 .423-.128.817-.37 1.138" }));
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" }));
13031
13077
  };
13032
13078
  var ArrowRight2Bold_default = ArrowRight2Bold;
13033
13079
 
13034
13080
  // src/ArrowLeftBold.tsx
13035
- var React564 = __toESM(require("react"));
13081
+ var React566 = __toESM(require("react"));
13036
13082
  var ArrowLeftBold = (_a) => {
13037
13083
  var _b = _a, {
13038
13084
  size = 24,
@@ -13049,12 +13095,12 @@ var ArrowLeftBold = (_a) => {
13049
13095
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13050
13096
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13051
13097
  const resolvedViewBox = "0 0 24 24";
13052
- return /* @__PURE__ */ React564.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React564.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.165 11.993-.002-.354c-.012-1.404-.096-2.657-.242-3.451 0-.015-.16-.802-.261-1.064a1.9 1.9 0 0 0-.809-.905 2 2 0 0 0-.91-.219c-.249.012-.66.137-.954.242l-.244.094c-1.617.642-4.707 2.74-5.891 4.024l-.087.09-.39.42A1.86 1.86 0 0 0 3 12.008c0 .379.116.758.347 1.064.07.099.18.226.28.334l.379.397c1.304 1.321 4.129 3.175 5.593 3.79 0 .013.91.393 1.343.407h.057c.665 0 1.286-.379 1.603-.991.087-.168.17-.496.233-.784l.114-.544c.13-.874.216-2.216.216-3.688m6.332 1.525c.83 0 1.503-.68 1.503-1.518a1.51 1.51 0 0 0-1.503-1.517l-3.7.327c-.65 0-1.179.532-1.179 1.19s.528 1.191 1.18 1.191z", clipRule: "evenodd" }));
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" }));
13053
13099
  };
13054
13100
  var ArrowLeftBold_default = ArrowLeftBold;
13055
13101
 
13056
13102
  // src/ArrowLeftSquareBold.tsx
13057
- var React565 = __toESM(require("react"));
13103
+ var React567 = __toESM(require("react"));
13058
13104
  var ArrowLeftSquareBold = (_a) => {
13059
13105
  var _b = _a, {
13060
13106
  size = 24,
@@ -13071,12 +13117,12 @@ var ArrowLeftSquareBold = (_a) => {
13071
13117
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13072
13118
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13073
13119
  const resolvedViewBox = "0 0 24 24";
13074
- return /* @__PURE__ */ React565.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React565.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.92 2h8.17C19.62 2 22 4.271 22 7.66v8.67c0 3.39-2.38 5.67-5.91 5.67H7.92C4.38 22 2 19.72 2 16.33V7.66C2 4.271 4.38 2 7.92 2m1.81 10.75h6.35c.42 0 .75-.34.75-.75 0-.42-.33-.75-.75-.75H9.73l2.48-2.47c.14-.14.22-.34.22-.53 0-.189-.08-.38-.22-.53a.754.754 0 0 0-1.06 0l-3.77 3.75c-.28.28-.28.78 0 1.06l3.77 3.75c.29.29.77.29 1.06 0 .29-.3.29-.77 0-1.07z", clipRule: "evenodd" }));
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" }));
13075
13121
  };
13076
13122
  var ArrowLeftSquareBold_default = ArrowLeftSquareBold;
13077
13123
 
13078
13124
  // src/ArrowLeftCircleBold.tsx
13079
- var React566 = __toESM(require("react"));
13125
+ var React568 = __toESM(require("react"));
13080
13126
  var ArrowLeftCircleBold = (_a) => {
13081
13127
  var _b = _a, {
13082
13128
  size = 24,
@@ -13093,12 +13139,12 @@ var ArrowLeftCircleBold = (_a) => {
13093
13139
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13094
13140
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13095
13141
  const resolvedViewBox = "0 0 24 24";
13096
- return /* @__PURE__ */ React566.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React566.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.49 2 12 2l.28.004C17.67 2.152 22 6.574 22 12c0 5.51-4.48 10-10 10-5.51 0-10-4.49-10-10m11.98 4c.29-.3.29-.77-.01-1.06L11.02 12l2.95-2.94c.3-.29.3-.77.01-1.06-.3-.3-.77-.3-1.06 0l-3.49 3.47a.75.75 0 0 0 0 1.06L12.92 16c.14.15.33.22.52.22.2 0 .39-.07.54-.22", clipRule: "evenodd" }));
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" }));
13097
13143
  };
13098
13144
  var ArrowLeftCircleBold_default = ArrowLeftCircleBold;
13099
13145
 
13100
13146
  // src/ArrowLeft3Bold.tsx
13101
- var React567 = __toESM(require("react"));
13147
+ var React569 = __toESM(require("react"));
13102
13148
  var ArrowLeft3Bold = (_a) => {
13103
13149
  var _b = _a, {
13104
13150
  size = 24,
@@ -13115,12 +13161,12 @@ var ArrowLeft3Bold = (_a) => {
13115
13161
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13116
13162
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13117
13163
  const resolvedViewBox = "0 0 24 24";
13118
- return /* @__PURE__ */ React567.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React567.createElement("path", { fill: "currentColor", d: "M11.859 17.41a.72.72 0 0 0 .38-.627v-4.066h8.027A.726.726 0 0 0 21 12a.726.726 0 0 0-.734-.717h-8.028V7.217a.71.71 0 0 0-.38-.627.75.75 0 0 0-.745.02l-7.77 4.783A.71.71 0 0 0 3 12c0 .247.13.475.343.607l7.77 4.783a.75.75 0 0 0 .745.02" }));
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" }));
13119
13165
  };
13120
13166
  var ArrowLeft3Bold_default = ArrowLeft3Bold;
13121
13167
 
13122
13168
  // src/ArrowLeft2Bold.tsx
13123
- var React568 = __toESM(require("react"));
13169
+ var React570 = __toESM(require("react"));
13124
13170
  var ArrowLeft2Bold = (_a) => {
13125
13171
  var _b = _a, {
13126
13172
  size = 24,
@@ -13137,12 +13183,12 @@ var ArrowLeft2Bold = (_a) => {
13137
13183
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13138
13184
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13139
13185
  const resolvedViewBox = "0 0 24 24";
13140
- return /* @__PURE__ */ React568.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React568.createElement("path", { fill: "currentColor", d: "M7.37 10.869c.056-.058.27-.306.468-.51 1.165-1.283 4.204-3.383 5.795-4.024.242-.103.853-.321 1.179-.335q.469 0 .895.218c.355.204.64.525.795.904.1.263.256 1.05.256 1.064.156.861.242 2.26.242 3.806 0 1.473-.086 2.815-.213 3.689-.015.014-.17.992-.341 1.327a1.79 1.79 0 0 1-1.578.992h-.056c-.426-.015-1.321-.395-1.321-.409-1.505-.642-4.474-2.639-5.668-3.966 0 0-.336-.341-.482-.554A1.8 1.8 0 0 1 7 12.007c0-.423.128-.817.37-1.138" }));
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" }));
13141
13187
  };
13142
13188
  var ArrowLeft2Bold_default = ArrowLeft2Bold;
13143
13189
 
13144
13190
  // src/ArrowDownBold.tsx
13145
- var React569 = __toESM(require("react"));
13191
+ var React571 = __toESM(require("react"));
13146
13192
  var ArrowDownBold = (_a) => {
13147
13193
  var _b = _a, {
13148
13194
  size = 24,
@@ -13159,12 +13205,12 @@ var ArrowDownBold = (_a) => {
13159
13205
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13160
13206
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13161
13207
  const resolvedViewBox = "0 0 24 24";
13162
- return /* @__PURE__ */ React569.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React569.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.483 4.503.327 3.7c0 .65.532 1.179 1.19 1.179s1.191-.528 1.191-1.18l.327-3.699C13.518 3.673 12.838 3 12 3a1.51 1.51 0 0 0-1.517 1.503m.267 16.011c.056.051.1.09.12.11.322.246.715.376 1.138.376.379 0 .758-.116 1.064-.347.212-.148.554-.49.554-.49 1.327-1.214 3.324-4.231 3.966-5.762.014 0 .394-.91.408-1.343v-.057c0-.665-.379-1.286-.991-1.603-.254-.131-.874-.254-1.168-.313a2 2 0 0 1-.16-.034c-.874-.13-2.216-.216-3.688-.216-1.546 0-2.945.086-3.805.244-.015 0-.802.16-1.064.261-.38.16-.701.447-.905.809a2 2 0 0 0-.219.91c.015.332.234.953.336 1.198.642 1.617 2.74 4.707 4.024 5.891.133.132.285.27.39.366", clipRule: "evenodd" }));
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" }));
13163
13209
  };
13164
13210
  var ArrowDownBold_default = ArrowDownBold;
13165
13211
 
13166
13212
  // src/ArrowDownSquareBold.tsx
13167
- var React570 = __toESM(require("react"));
13213
+ var React572 = __toESM(require("react"));
13168
13214
  var ArrowDownSquareBold = (_a) => {
13169
13215
  var _b = _a, {
13170
13216
  size = 24,
@@ -13181,12 +13227,12 @@ var ArrowDownSquareBold = (_a) => {
13181
13227
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13182
13228
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13183
13229
  const resolvedViewBox = "0 0 24 24";
13184
- return /* @__PURE__ */ React570.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React570.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 16.08V7.91C2 4.38 4.271 2 7.66 2h8.67C19.72 2 22 4.38 22 7.91v8.17c0 3.54-2.28 5.92-5.67 5.92H7.66C4.271 22 2 19.62 2 16.08m10.75-1.81V7.92c0-.42-.34-.75-.75-.75-.42 0-.75.33-.75.75v6.35l-2.47-2.48a.77.77 0 0 0-.53-.22c-.189 0-.38.08-.53.22-.29.29-.29.77 0 1.06l3.75 3.77c.28.28.78.28 1.06 0l3.75-3.77c.29-.29.29-.77 0-1.06a.767.767 0 0 0-1.07 0z", clipRule: "evenodd" }));
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" }));
13185
13231
  };
13186
13232
  var ArrowDownSquareBold_default = ArrowDownSquareBold;
13187
13233
 
13188
13234
  // src/ArrowDownCircleBold.tsx
13189
- var React571 = __toESM(require("react"));
13235
+ var React573 = __toESM(require("react"));
13190
13236
  var ArrowDownCircleBold = (_a) => {
13191
13237
  var _b = _a, {
13192
13238
  size = 24,
@@ -13203,12 +13249,12 @@ var ArrowDownCircleBold = (_a) => {
13203
13249
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13204
13250
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13205
13251
  const resolvedViewBox = "0 0 24 24";
13206
- return /* @__PURE__ */ React571.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React571.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.51 2 12 2 6.48 6.48 2 12 2c5.51 0 10 4.48 10 10 0 5.51-4.49 10-10 10m4-11.98a.745.745 0 0 0-1.06.01L12 12.98l-2.94-2.95c-.29-.3-.77-.3-1.06-.01-.3.3-.3.77 0 1.06l3.47 3.49a.75.75 0 0 0 1.06 0L16 11.08c.15-.14.22-.33.22-.52 0-.2-.07-.39-.22-.54", clipRule: "evenodd" }));
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" }));
13207
13253
  };
13208
13254
  var ArrowDownCircleBold_default = ArrowDownCircleBold;
13209
13255
 
13210
13256
  // src/ArrowDown3Bold.tsx
13211
- var React572 = __toESM(require("react"));
13257
+ var React574 = __toESM(require("react"));
13212
13258
  var ArrowDown3Bold = (_a) => {
13213
13259
  var _b = _a, {
13214
13260
  size = 24,
@@ -13225,12 +13271,12 @@ var ArrowDown3Bold = (_a) => {
13225
13271
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13226
13272
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13227
13273
  const resolvedViewBox = "0 0 24 24";
13228
- return /* @__PURE__ */ React572.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React572.createElement("path", { fill: "currentColor", d: "M17.41 12.142a.72.72 0 0 0-.627-.38h-4.066V3.734A.726.726 0 0 0 12 3a.726.726 0 0 0-.717.734v8.028H7.217a.71.71 0 0 0-.627.38.75.75 0 0 0 .02.745l4.783 7.77c.132.214.36.343.607.343s.475-.13.607-.343l4.783-7.77a.75.75 0 0 0 .02-.745" }));
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" }));
13229
13275
  };
13230
13276
  var ArrowDown3Bold_default = ArrowDown3Bold;
13231
13277
 
13232
13278
  // src/ArrowDown2Bold.tsx
13233
- var React573 = __toESM(require("react"));
13279
+ var React575 = __toESM(require("react"));
13234
13280
  var ArrowDown2Bold = (_a) => {
13235
13281
  var _b = _a, {
13236
13282
  size = 24,
@@ -13247,12 +13293,12 @@ var ArrowDown2Bold = (_a) => {
13247
13293
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13248
13294
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13249
13295
  const resolvedViewBox = "0 0 24 24";
13250
- return /* @__PURE__ */ React573.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React573.createElement("path", { fill: "currentColor", d: "M10.869 16.63c-.058-.056-.306-.27-.51-.468-1.283-1.165-3.383-4.204-4.024-5.795-.103-.242-.321-.853-.335-1.179q0-.469.218-.895c.204-.355.525-.64.904-.795.263-.1 1.05-.256 1.064-.256.861-.156 2.26-.242 3.806-.242 1.473 0 2.815.086 3.689.213.014.015.992.17 1.327.341.612.313.992.924.992 1.578v.056c-.015.426-.395 1.321-.409 1.321-.642 1.505-2.639 4.474-3.966 5.668 0 0-.341.336-.554.482a1.8 1.8 0 0 1-1.064.341c-.423 0-.817-.128-1.138-.37" }));
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" }));
13251
13297
  };
13252
13298
  var ArrowDown2Bold_default = ArrowDown2Bold;
13253
13299
 
13254
13300
  // src/AddUserBold.tsx
13255
- var React574 = __toESM(require("react"));
13301
+ var React576 = __toESM(require("react"));
13256
13302
  var AddUserBold = (_a) => {
13257
13303
  var _b = _a, {
13258
13304
  size = 24,
@@ -13269,12 +13315,12 @@ var AddUserBold = (_a) => {
13269
13315
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13270
13316
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13271
13317
  const resolvedViewBox = "0 0 24 24";
13272
- return /* @__PURE__ */ React574.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React574.createElement("path", { fill: "currentColor", d: "M9.5 15.016c4.067 0 7.5.668 7.5 3.253S13.545 21.5 9.5 21.5c-4.067 0-7.5-.67-7.5-3.254s3.454-3.23 7.5-3.23M18.999 7.5c.496 0 .898.41.899.911v1.177H21.1c.495 0 .899.41.899.911a.91.91 0 0 1-.9.912h-1.203v1.178A.906.906 0 0 1 19 13.5c-.495 0-.9-.41-.9-.911V11.41h-1.2c-.496 0-.899-.41-.899-.912s.403-.911.9-.911h1.2V8.41c0-.502.404-.911.899-.911M9.5 2.5c2.754 0 4.963 2.236 4.963 5.026s-2.208 5.028-4.963 5.028-4.963-2.237-4.963-5.028S6.746 2.5 9.5 2.5" }));
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" }));
13273
13319
  };
13274
13320
  var AddUserBold_default = AddUserBold;
13275
13321
 
13276
13322
  // src/ActivityBold.tsx
13277
- var React575 = __toESM(require("react"));
13323
+ var React577 = __toESM(require("react"));
13278
13324
  var ActivityBold = (_a) => {
13279
13325
  var _b = _a, {
13280
13326
  size = 24,
@@ -13291,12 +13337,12 @@ var ActivityBold = (_a) => {
13291
13337
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13292
13338
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13293
13339
  const resolvedViewBox = "0 0 24 24";
13294
- return /* @__PURE__ */ React575.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React575.createElement("path", { fill: "currentColor", d: "M15.45 3.78q-.06.375-.06.75c0 2.25 1.82 4.07 4.06 4.07.25 0 .49-.03.74-.07v8.07c0 3.39-2 5.4-5.4 5.4H7.4C4.001 22 2 19.99 2 16.6V9.2c0-3.4 2-5.42 5.4-5.42zm.201 6.08a.77.77 0 0 0-.701.31l-2.419 3.13-2.771-2.18a.8.8 0 0 0-.57-.16.78.78 0 0 0-.5.299L5.731 15.11l-.061.09c-.17.32-.09.73.21.95.14.09.29.15.46.15a.71.71 0 0 0 .59-.3l2.51-3.23 2.85 2.14.09.06c.32.17.72.09.95-.211l2.89-3.729-.04.02a.75.75 0 0 0-.529-1.19M19.59 2C20.92 2 22 3.08 22 4.41s-1.08 2.41-2.41 2.41-2.41-1.08-2.41-2.41S18.26 2 19.59 2" }));
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" }));
13295
13341
  };
13296
13342
  var ActivityBold_default = ActivityBold;
13297
13343
 
13298
13344
  // src/Icon3UserBold.tsx
13299
- var React576 = __toESM(require("react"));
13345
+ var React578 = __toESM(require("react"));
13300
13346
  var Icon3UserBold = (_a) => {
13301
13347
  var _b = _a, {
13302
13348
  size = 24,
@@ -13313,12 +13359,12 @@ var Icon3UserBold = (_a) => {
13313
13359
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13314
13360
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13315
13361
  const resolvedViewBox = "0 0 24 24";
13316
- return /* @__PURE__ */ React576.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React576.createElement("path", { fill: "currentColor", d: "M11.95 14.54c3.43 0 6.36.544 6.36 2.72S15.4 20 11.95 20c-3.432 0-6.362-.544-6.362-2.72s2.911-2.74 6.361-2.74m-5.385-1.31c.02.002.03.017.032.025.002.013-.003.032-.028.047-.607.302-2.95 1.614-2.656 4.38.013.121-.082.224-.201.207-.577-.083-2.06-.404-2.52-1.403a1.92 1.92 0 0 1 0-1.669c.3-.643 1.025-1.087 2.13-1.305.521-.127 1.93-.307 3.243-.283m10.87-.002c1.312-.024 2.723.157 3.244.285 1.104.217 1.83.66 2.13 1.303a1.92 1.92 0 0 1 0 1.67c-.46.999-1.943 1.32-2.52 1.403-.119.018-.214-.086-.202-.205.294-2.768-2.05-4.08-2.655-4.382-.026-.014-.031-.034-.029-.047.002-.01.013-.024.033-.027M11.95 4a4.206 4.206 0 0 1 4.21 4.232 4.21 4.21 0 0 1-4.21 4.235 4.21 4.21 0 0 1-4.21-4.235A4.206 4.206 0 0 1 11.95 4m-5.613.706q.367.001.709.072c.03.008.065.023.083.05.02.034.005.08-.017.11A5.8 5.8 0 0 0 6.043 8.31c0 1.197.358 2.313.984 3.24a.16.16 0 0 1-.106.245 3 3 0 0 1-.484.047c-1.643.043-3.117-1.021-3.525-2.622-.604-2.38 1.168-4.514 3.424-4.514m11.328 0c2.256 0 4.028 2.135 3.425 4.514-.407 1.6-1.883 2.665-3.525 2.622a3.4 3.4 0 0 1-.484-.047.158.158 0 0 1-.106-.244 5.77 5.77 0 0 0 .983-3.241 5.8 5.8 0 0 0-1.068-3.372c-.022-.03-.037-.076-.016-.11.018-.028.05-.042.082-.05q.341-.071.71-.072" }));
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" }));
13317
13363
  };
13318
13364
  var Icon3UserBold_default = Icon3UserBold;
13319
13365
 
13320
13366
  // src/Icon2UserBold.tsx
13321
- var React577 = __toESM(require("react"));
13367
+ var React579 = __toESM(require("react"));
13322
13368
  var Icon2UserBold = (_a) => {
13323
13369
  var _b = _a, {
13324
13370
  size = 24,
@@ -13335,12 +13381,12 @@ var Icon2UserBold = (_a) => {
13335
13381
  const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
13336
13382
  const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
13337
13383
  const resolvedViewBox = "0 0 24 24";
13338
- return /* @__PURE__ */ React577.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React577.createElement("path", { fill: "currentColor", d: "M9.35 14.857c3.985 0 7.348.634 7.348 3.083 0 2.448-3.385 3.06-7.348 3.06C5.364 21 2 20.366 2 17.917c0-2.447 3.386-3.06 7.35-3.06m6.22-1.474c1.515-.029 3.146.175 3.747.32 1.276.244 2.115.74 2.462 1.466a2.11 2.11 0 0 1 0 1.879c-.531 1.123-2.245 1.484-2.912 1.577a.208.208 0 0 1-.234-.232c.34-3.113-2.367-4.588-3.068-4.927-.029-.016-.036-.04-.033-.055.002-.01.015-.025.037-.028M9.35 3c2.7 0 4.862 2.119 4.862 4.763s-2.163 4.761-4.862 4.761-4.864-2.118-4.864-4.761S6.651 3 9.35 3m6.484.796c2.608 0 4.655 2.4 3.957 5.075-.47 1.802-2.174 2.999-4.072 2.95a4 4 0 0 1-.56-.051c-.13-.023-.198-.168-.123-.275a6.37 6.37 0 0 0 1.138-3.646c0-1.407-.45-2.717-1.234-3.793-.026-.034-.044-.084-.02-.123.02-.031.06-.048.096-.056q.395-.08.818-.081" }));
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" }));
13339
13385
  };
13340
13386
  var Icon2UserBold_default = Icon2UserBold;
13341
13387
 
13342
13388
  // src/Icon.tsx
13343
- var React578 = __toESM(require("react"));
13389
+ var React580 = __toESM(require("react"));
13344
13390
 
13345
13391
  // src/iconsMap.ts
13346
13392
  var iconNamesByVariant = {
@@ -13406,10 +13452,12 @@ var iconNamesByVariant = {
13406
13452
  "calendarDone2",
13407
13453
  "calendarEdit",
13408
13454
  "calendarHourglass",
13455
+ "calendarPin",
13409
13456
  "calendarSettings",
13410
13457
  "calendarTick",
13411
13458
  "calendarTime",
13412
13459
  "calendarTimeBold",
13460
+ "calendarUsers",
13413
13461
  "call",
13414
13462
  "callMissed",
13415
13463
  "callSilent",
@@ -13990,10 +14038,12 @@ var iconNames = [
13990
14038
  "calendarEdit",
13991
14039
  "calendarForward",
13992
14040
  "calendarHourglass",
14041
+ "calendarPin",
13993
14042
  "calendarSettings",
13994
14043
  "calendarTick",
13995
14044
  "calendarTime",
13996
14045
  "calendarTimeBold",
14046
+ "calendarUsers",
13997
14047
  "call",
13998
14048
  "callMissed",
13999
14049
  "callSilent",
@@ -14728,10 +14778,12 @@ var iconsByVariant = {
14728
14778
  callSilent: CallSilentRegular_default,
14729
14779
  callMissed: CallMissedRegular_default,
14730
14780
  calendar: CalendarRegular_default,
14781
+ calendarUsers: CalendarUsersRegular_default,
14731
14782
  calendarTime: CalendarTimeRegular_default,
14732
14783
  calendarTimeBold: CalendarTimeBoldRegular_default,
14733
14784
  calendarTick: CalendarTickRegular_default,
14734
14785
  calendarSettings: CalendarSettingsRegular_default,
14786
+ calendarPin: CalendarPinRegular_default,
14735
14787
  calendarHourglass: CalendarHourglassRegular_default,
14736
14788
  calendarEdit: CalendarEditRegular_default,
14737
14789
  calendarDone: CalendarDoneRegular_default,
@@ -14972,6 +15024,57 @@ var icons = __spreadValues(__spreadValues({}, iconsByVariant.regular), iconsByVa
14972
15024
 
14973
15025
  // src/Icon.tsx
14974
15026
  var warnedMissingIcons = /* @__PURE__ */ new Set();
15027
+ var warnedA11y = /* @__PURE__ */ new Set();
15028
+ function isDevEnvironment() {
15029
+ var _a, _b;
15030
+ const nodeEnv = (_b = (_a = globalThis.process) == null ? void 0 : _a.env) == null ? void 0 : _b.NODE_ENV;
15031
+ return nodeEnv !== "production" && typeof console !== "undefined";
15032
+ }
15033
+ function warnA11y(message, cacheKey) {
15034
+ if (!isDevEnvironment() || warnedA11y.has(cacheKey)) {
15035
+ return;
15036
+ }
15037
+ warnedA11y.add(cacheKey);
15038
+ console.warn(message);
15039
+ }
15040
+ function hasAccessibleName(props) {
15041
+ const ariaLabel = props["aria-label"];
15042
+ const ariaLabelledBy = props["aria-labelledby"];
15043
+ return typeof ariaLabel === "string" && ariaLabel.trim().length > 0 || typeof ariaLabelledBy === "string" && ariaLabelledBy.trim().length > 0;
15044
+ }
15045
+ function resolveA11yProps(name, variant, decorative, props) {
15046
+ const hasName = hasAccessibleName(props);
15047
+ const isDecorative = decorative != null ? decorative : !hasName;
15048
+ const resolvedProps = __spreadValues({}, props);
15049
+ if (decorative === false && !hasName) {
15050
+ warnA11y(
15051
+ '[fichap/icons-react] Icon "' + name + '" with variant "' + variant + '" is marked as decorative={false} but has no accessible name. Pass aria-label or aria-labelledby.',
15052
+ variant + ":" + name + ":missing-accessible-name"
15053
+ );
15054
+ }
15055
+ if (decorative === true && hasName) {
15056
+ warnA11y(
15057
+ '[fichap/icons-react] Icon "' + name + '" with variant "' + variant + '" has decorative={true} and an accessible name. The accessible name may be ignored by assistive technologies.',
15058
+ variant + ":" + name + ":decorative-with-name"
15059
+ );
15060
+ }
15061
+ if (isDecorative) {
15062
+ if (resolvedProps["aria-hidden"] === void 0) {
15063
+ resolvedProps["aria-hidden"] = true;
15064
+ }
15065
+ if (resolvedProps.focusable === void 0) {
15066
+ resolvedProps.focusable = false;
15067
+ }
15068
+ return resolvedProps;
15069
+ }
15070
+ if (resolvedProps.role === void 0) {
15071
+ resolvedProps.role = "img";
15072
+ }
15073
+ if (resolvedProps.focusable === void 0) {
15074
+ resolvedProps.focusable = false;
15075
+ }
15076
+ return resolvedProps;
15077
+ }
14975
15078
  function getMissingIconHint(name, variant, regularIcons, boldIcons) {
14976
15079
  if (variant !== "regular" || !name.endsWith("Bold")) {
14977
15080
  return "";
@@ -14983,9 +15086,7 @@ function getMissingIconHint(name, variant, regularIcons, boldIcons) {
14983
15086
  return ' Did you mean <Icon name="' + canonicalName + '" variant="bold" />?';
14984
15087
  }
14985
15088
  function warnMissingIcon(name, variant, regularIcons, boldIcons) {
14986
- var _a, _b;
14987
- const nodeEnv = (_b = (_a = globalThis.process) == null ? void 0 : _a.env) == null ? void 0 : _b.NODE_ENV;
14988
- if (nodeEnv === "production" || typeof console === "undefined") {
15089
+ if (!isDevEnvironment()) {
14989
15090
  return;
14990
15091
  }
14991
15092
  const cacheKey = variant + ":" + name;
@@ -14998,17 +15099,18 @@ function warnMissingIcon(name, variant, regularIcons, boldIcons) {
14998
15099
  );
14999
15100
  }
15000
15101
  function Icon(_a) {
15001
- var _b = _a, { name, variant = "regular" } = _b, props = __objRest(_b, ["name", "variant"]);
15102
+ var _b = _a, { name, variant = "regular", decorative } = _b, props = __objRest(_b, ["name", "variant", "decorative"]);
15002
15103
  var _a2, _b2;
15003
15104
  const selectedIcons = iconsByVariant[variant];
15004
15105
  const regularIcons = iconsByVariant.regular;
15005
15106
  const boldIcons = iconsByVariant.bold;
15107
+ const resolvedA11yProps = resolveA11yProps(name, variant, decorative, props);
15006
15108
  const Component = (_b2 = (_a2 = selectedIcons[name]) != null ? _a2 : regularIcons[name]) != null ? _b2 : boldIcons[name];
15007
15109
  if (!Component) {
15008
15110
  warnMissingIcon(name, variant, regularIcons, boldIcons);
15009
15111
  return null;
15010
15112
  }
15011
- return /* @__PURE__ */ React578.createElement(Component, __spreadValues({}, props));
15113
+ return /* @__PURE__ */ React580.createElement(Component, __spreadValues({}, resolvedA11yProps));
15012
15114
  }
15013
15115
  // Annotate the CommonJS export names for ESM import in node:
15014
15116
  0 && (module.exports = {
@@ -15104,12 +15206,14 @@ function Icon(_a) {
15104
15206
  CalendarEditRegular,
15105
15207
  CalendarForwardBold,
15106
15208
  CalendarHourglassRegular,
15209
+ CalendarPinRegular,
15107
15210
  CalendarRegular,
15108
15211
  CalendarSettingsRegular,
15109
15212
  CalendarTickRegular,
15110
15213
  CalendarTimeBold,
15111
15214
  CalendarTimeBoldRegular,
15112
15215
  CalendarTimeRegular,
15216
+ CalendarUsersRegular,
15113
15217
  CallBold,
15114
15218
  CallMissedBold,
15115
15219
  CallMissedRegular,