huspy-icons 0.3.19 → 0.3.21

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.
@@ -4215,18 +4215,18 @@ var init_Lift = __esm({
4215
4215
  }
4216
4216
  });
4217
4217
 
4218
- // src/react/Loading.tsx
4219
- var Loading_exports = {};
4220
- __export(Loading_exports, {
4221
- default: () => Loading_default
4218
+ // src/react/Loader.tsx
4219
+ var Loader_exports = {};
4220
+ __export(Loader_exports, {
4221
+ default: () => Loader_default
4222
4222
  });
4223
4223
  import * as React76 from "react";
4224
- var SvgLoading, Loading_default;
4225
- var init_Loading = __esm({
4226
- "src/react/Loading.tsx"() {
4224
+ var SvgLoader, Loader_default;
4225
+ var init_Loader = __esm({
4226
+ "src/react/Loader.tsx"() {
4227
4227
  "use strict";
4228
4228
  init_types();
4229
- SvgLoading = ({ size = 16, ...props }) => {
4229
+ SvgLoader = ({ size = 16, ...props }) => {
4230
4230
  const sizeValue = resolveSize(size);
4231
4231
  return /* @__PURE__ */ React76.createElement(
4232
4232
  "svg",
@@ -4238,7 +4238,7 @@ var init_Loading = __esm({
4238
4238
  xmlns: "http://www.w3.org/2000/svg",
4239
4239
  ...props
4240
4240
  },
4241
- /* @__PURE__ */ React76.createElement("g", { clipPath: "url(#clip0_11835_31975)" }, /* @__PURE__ */ React76.createElement(
4241
+ /* @__PURE__ */ React76.createElement(
4242
4242
  "path",
4243
4243
  {
4244
4244
  fillRule: "evenodd",
@@ -4246,7 +4246,8 @@ var init_Loading = __esm({
4246
4246
  d: "M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1Z",
4247
4247
  fill: "currentColor"
4248
4248
  }
4249
- ), /* @__PURE__ */ React76.createElement(
4249
+ ),
4250
+ /* @__PURE__ */ React76.createElement(
4250
4251
  "path",
4251
4252
  {
4252
4253
  fillRule: "evenodd",
@@ -4254,7 +4255,8 @@ var init_Loading = __esm({
4254
4255
  d: "M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z",
4255
4256
  fill: "currentColor"
4256
4257
  }
4257
- ), /* @__PURE__ */ React76.createElement(
4258
+ ),
4259
+ /* @__PURE__ */ React76.createElement(
4258
4260
  "path",
4259
4261
  {
4260
4262
  fillRule: "evenodd",
@@ -4262,7 +4264,8 @@ var init_Loading = __esm({
4262
4264
  d: "M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L8.46711 7.05289C8.85763 7.44342 8.85763 8.07658 8.46711 8.46711C8.07658 8.85763 7.44342 8.85763 7.05289 8.46711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z",
4263
4265
  fill: "currentColor"
4264
4266
  }
4265
- ), /* @__PURE__ */ React76.createElement(
4267
+ ),
4268
+ /* @__PURE__ */ React76.createElement(
4266
4269
  "path",
4267
4270
  {
4268
4271
  fillRule: "evenodd",
@@ -4270,7 +4273,8 @@ var init_Loading = __esm({
4270
4273
  d: "M15.5329 15.5329C15.9234 15.1424 16.5566 15.1424 16.9471 15.5329L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L15.5329 16.9471C15.1424 16.5566 15.1424 15.9234 15.5329 15.5329Z",
4271
4274
  fill: "currentColor"
4272
4275
  }
4273
- ), /* @__PURE__ */ React76.createElement(
4276
+ ),
4277
+ /* @__PURE__ */ React76.createElement(
4274
4278
  "path",
4275
4279
  {
4276
4280
  fillRule: "evenodd",
@@ -4278,7 +4282,8 @@ var init_Loading = __esm({
4278
4282
  d: "M1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12Z",
4279
4283
  fill: "currentColor"
4280
4284
  }
4281
- ), /* @__PURE__ */ React76.createElement(
4285
+ ),
4286
+ /* @__PURE__ */ React76.createElement(
4282
4287
  "path",
4283
4288
  {
4284
4289
  fillRule: "evenodd",
@@ -4286,7 +4291,8 @@ var init_Loading = __esm({
4286
4291
  d: "M17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12Z",
4287
4292
  fill: "currentColor"
4288
4293
  }
4289
- ), /* @__PURE__ */ React76.createElement(
4294
+ ),
4295
+ /* @__PURE__ */ React76.createElement(
4290
4296
  "path",
4291
4297
  {
4292
4298
  fillRule: "evenodd",
@@ -4294,7 +4300,8 @@ var init_Loading = __esm({
4294
4300
  d: "M8.46711 15.5329C8.85763 15.9234 8.85763 16.5566 8.46711 16.9471L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L7.05289 15.5329C7.44342 15.1424 8.07658 15.1424 8.46711 15.5329Z",
4295
4301
  fill: "currentColor"
4296
4302
  }
4297
- ), /* @__PURE__ */ React76.createElement(
4303
+ ),
4304
+ /* @__PURE__ */ React76.createElement(
4298
4305
  "path",
4299
4306
  {
4300
4307
  fillRule: "evenodd",
@@ -4302,11 +4309,10 @@ var init_Loading = __esm({
4302
4309
  d: "M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L16.9471 8.46711C16.5566 8.85763 15.9234 8.85763 15.5329 8.46711C15.1424 8.07658 15.1424 7.44342 15.5329 7.05289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z",
4303
4310
  fill: "currentColor"
4304
4311
  }
4305
- )),
4306
- /* @__PURE__ */ React76.createElement("defs", null, /* @__PURE__ */ React76.createElement("clipPath", { id: "clip0_11835_31975" }, /* @__PURE__ */ React76.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
4312
+ )
4307
4313
  );
4308
4314
  };
4309
- Loading_default = SvgLoading;
4315
+ Loader_default = SvgLoader;
4310
4316
  }
4311
4317
  });
4312
4318
 
@@ -7089,7 +7095,7 @@ init_Keys01();
7089
7095
  init_LeadsFilled();
7090
7096
  init_LeadsLinear();
7091
7097
  init_Lift();
7092
- init_Loading();
7098
+ init_Loader();
7093
7099
  init_Lock();
7094
7100
  init_Loft();
7095
7101
  init_Logout();
@@ -7290,8 +7296,8 @@ function loadIcon(name) {
7290
7296
  return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
7291
7297
  case "lift":
7292
7298
  return Promise.resolve().then(() => (init_Lift(), Lift_exports)).then((m) => m.default);
7293
- case "loading":
7294
- return Promise.resolve().then(() => (init_Loading(), Loading_exports)).then((m) => m.default);
7299
+ case "loader":
7300
+ return Promise.resolve().then(() => (init_Loader(), Loader_exports)).then((m) => m.default);
7295
7301
  case "lock":
7296
7302
  return Promise.resolve().then(() => (init_Lock(), Lock_exports)).then((m) => m.default);
7297
7303
  case "loft":
@@ -7493,7 +7499,7 @@ export {
7493
7499
  LeadsFilled_default as LeadsFilled,
7494
7500
  LeadsLinear_default as LeadsLinear,
7495
7501
  Lift_default as Lift,
7496
- Loading_default as Loading,
7502
+ Loader_default as Loader,
7497
7503
  Lock_default as Lock,
7498
7504
  Loft_default as Loft,
7499
7505
  Logout_default as Logout,