trinil-react 1.0.2 → 1.0.4

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +54 -54
  2. package/dist/index.js +233 -233
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -411,7 +411,7 @@ var Ambulance = React15.memo((props) => {
411
411
  className,
412
412
  role: "img",
413
413
  "aria-label": ariaLabel,
414
- dangerouslySetInnerHTML: { __html: `<path d="M9.5 17.25a1.75 1.75 0 1 1-3.5 0m3.5 0a1.75 1.75 0 1 0-3.5 0m3.5 0h7m-10.5 0H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5a1 1 0 0 0 1 1h1.51a1 1 0 0 1 .79.386l2.99 3.843a1 1 0 0 1 .21.614v3.907a1 1 0 0 1-1 1H20m0 0a1.75 1.75 0 1 1-3.5 0m3.5 0a1.75 1.75 0 1 0-3.5 0M8.1 7.5h2.3a.1.1 0 0 1 .1.1v1.3a.1.1 0 0 0 .1.1h1.3a.1.1 0 0 1 .1.1v2.3a.1.1 0 0 1-.1.1h-1.3a.1.1 0 0 0-.1.1v1.3a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 1-.1-.1v-1.3a.1.1 0 0 0-.1-.1H6.6a.1.1 0 0 1-.1-.1V9.1a.1.1 0 0 1 .1-.1h1.3a.1.1 0 0 0 .1-.1V7.6a.1.1 0 0 1 .1-.1Z"/>` },
414
+ dangerouslySetInnerHTML: { __html: `<path d="M9.5 17.25a1.75 1.75 0 1 1-3.5 0m3.5 0a1.75 1.75 0 1 0-3.5 0m3.5 0h7m-10.5 0H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1.4a.1.1 0 0 0 .1.1h2.41a1 1 0 0 1 .79.386l2.99 3.843a1 1 0 0 1 .21.614v3.907a1 1 0 0 1-1 1H20m0 0a1.75 1.75 0 1 1-3.5 0m3.5 0a1.75 1.75 0 1 0-3.5 0M8.1 7.5h2.3a.1.1 0 0 1 .1.1v1.3a.1.1 0 0 0 .1.1h1.3a.1.1 0 0 1 .1.1v2.3a.1.1 0 0 1-.1.1h-1.3a.1.1 0 0 0-.1.1v1.3a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 1-.1-.1v-1.3a.1.1 0 0 0-.1-.1H6.6a.1.1 0 0 1-.1-.1V9.1a.1.1 0 0 1 .1-.1h1.3a.1.1 0 0 0 .1-.1V7.6a.1.1 0 0 1 .1-.1Z"/>` },
415
415
  children: title && /* @__PURE__ */ jsx15("title", { children: title })
416
416
  }
417
417
  );
@@ -1867,7 +1867,7 @@ var Bandage = React67.memo((props) => {
1867
1867
  className,
1868
1868
  role: "img",
1869
1869
  "aria-label": ariaLabel,
1870
- dangerouslySetInnerHTML: { __html: `<path d="M4.5 13.5a4.243 4.243 0 0 0 6 6l9-9a4.243 4.243 0 0 0-6-6z"/>` },
1870
+ dangerouslySetInnerHTML: { __html: `<path d="M4.5 19.5a4.243 4.243 0 0 0 6 0l9-9a4.243 4.243 0 0 0-6-6l-9 9a4.243 4.243 0 0 0 0 6Zm10.793-9.207-1.586-1.586a1 1 0 0 0-1.415 0l-3.585 3.585a1 1 0 0 0 0 1.415l1.586 1.586a1 1 0 0 0 1.414 0l3.586-3.586a1 1 0 0 0 0-1.414Z" clip-rule="evenodd"/>` },
1871
1871
  children: title && /* @__PURE__ */ jsx67("title", { children: title })
1872
1872
  }
1873
1873
  );
@@ -2910,10 +2910,10 @@ var Bottle = React104.memo((props) => {
2910
2910
  });
2911
2911
  Bottle.displayName = "Bottle";
2912
2912
 
2913
- // src/icons/BoundingBox.tsx
2913
+ // src/icons/Boundingbox.tsx
2914
2914
  import React105 from "react";
2915
2915
  import { jsx as jsx105 } from "react/jsx-runtime";
2916
- var BoundingBox = React105.memo((props) => {
2916
+ var Boundingbox = React105.memo((props) => {
2917
2917
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
2918
2918
  return /* @__PURE__ */ jsx105(
2919
2919
  "svg",
@@ -2936,7 +2936,7 @@ var BoundingBox = React105.memo((props) => {
2936
2936
  }
2937
2937
  );
2938
2938
  });
2939
- BoundingBox.displayName = "BoundingBox";
2939
+ Boundingbox.displayName = "Boundingbox";
2940
2940
 
2941
2941
  // src/icons/Box.tsx
2942
2942
  import React106 from "react";
@@ -3855,7 +3855,7 @@ var Camera = React138.memo((props) => {
3855
3855
  className,
3856
3856
  role: "img",
3857
3857
  "aria-label": ariaLabel,
3858
- dangerouslySetInnerHTML: { __html: `<path d="M20 19H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.882c.685 0 1.312-.387 1.618-1s.933-1 1.618-1h3.764c.685 0 1.312.387 1.618 1s.933 1 1.618 1H20a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Z"/>` },
3858
+ dangerouslySetInnerHTML: { __html: `<path d="M20 19H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.882c.685 0 1.312-.387 1.618-1s.933-1 1.618-1h3.764c.685 0 1.312.387 1.618 1s.933 1 1.618 1H20a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Z"/><path d="M16 13a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/>` },
3859
3859
  children: title && /* @__PURE__ */ jsx138("title", { children: title })
3860
3860
  }
3861
3861
  );
@@ -4023,7 +4023,7 @@ var Capsules = React144.memo((props) => {
4023
4023
  className,
4024
4024
  role: "img",
4025
4025
  "aria-label": ariaLabel,
4026
- dangerouslySetInnerHTML: { __html: `<path d="M5 4v16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Z"/>` },
4026
+ dangerouslySetInnerHTML: { __html: `<path d="M5 20V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm5-2H8.5a1 1 0 1 1 0-2H10a1 1 0 1 1 0 2Zm5.5 0H14a1 1 0 1 1 0-2h1.5a1 1 0 1 1 0 2ZM10 13H8.5a1 1 0 1 1 0-2H10a1 1 0 1 1 0 2Zm5.5 0H14a1 1 0 1 1 0-2h1.5a1 1 0 1 1 0 2ZM10 8H8.5a1 1 0 1 1 0-2H10a1 1 0 1 1 0 2Zm5.5 0H14a1 1 0 1 1 0-2h1.5a1 1 0 1 1 0 2Z" clip-rule="evenodd"/>` },
4027
4027
  children: title && /* @__PURE__ */ jsx144("title", { children: title })
4028
4028
  }
4029
4029
  );
@@ -4219,7 +4219,7 @@ var Cash = React151.memo((props) => {
4219
4219
  className,
4220
4220
  role: "img",
4221
4221
  "aria-label": ariaLabel,
4222
- dangerouslySetInnerHTML: { __html: `<path d="M3 16.5v-9a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/>` },
4222
+ dangerouslySetInnerHTML: { __html: `<path d="M3 7.5v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1ZM14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Zm3.25-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-11.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z" clip-rule="evenodd"/>` },
4223
4223
  children: title && /* @__PURE__ */ jsx151("title", { children: title })
4224
4224
  }
4225
4225
  );
@@ -5899,7 +5899,7 @@ var Crown = React211.memo((props) => {
5899
5899
  className,
5900
5900
  role: "img",
5901
5901
  "aria-label": ariaLabel,
5902
- dangerouslySetInnerHTML: { __html: `<path d="M3 17v-6.958a.1.1 0 0 1 .03-.071l2.9-2.9a.1.1 0 0 1 .14 0L8.93 9.93a.1.1 0 0 0 .14 0l2.86-2.86a.1.1 0 0 1 .14 0l2.86 2.86a.1.1 0 0 0 .14 0l2.86-2.86a.1.1 0 0 1 .14 0l2.9 2.9a.1.1 0 0 1 .03.072V17a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/>` },
5902
+ dangerouslySetInnerHTML: { __html: `<path d="M3 10.042V17a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6.958a.1.1 0 0 0-.03-.071l-2.9-2.9a.1.1 0 0 0-.14 0L15.07 9.93a.1.1 0 0 1-.14 0l-2.86-2.86a.1.1 0 0 0-.14 0L9.07 9.93a.1.1 0 0 1-.14 0L6.07 7.07a.1.1 0 0 0-.14 0l-2.9 2.9a.1.1 0 0 0-.03.072Zm7.25 3.708a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z" clip-rule="evenodd"/>` },
5903
5903
  children: title && /* @__PURE__ */ jsx211("title", { children: title })
5904
5904
  }
5905
5905
  );
@@ -7579,7 +7579,7 @@ var EyeOpen = React271.memo((props) => {
7579
7579
  className,
7580
7580
  role: "img",
7581
7581
  "aria-label": ariaLabel,
7582
- dangerouslySetInnerHTML: { __html: `<path d="M3.363 12.531c4.252 5.843 13.022 5.843 17.274 0a.9.9 0 0 0 0-1.062c-4.252-5.843-13.022-5.843-17.274 0a.9.9 0 0 0 0 1.062Z"/>` },
7582
+ dangerouslySetInnerHTML: { __html: `<path d="M20.637 12.531c-4.252 5.843-13.022 5.843-17.274 0a.9.9 0 0 1 0-1.062c4.252-5.843 13.022-5.843 17.274 0 .23.317.23.745 0 1.062ZM8 12a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z" clip-rule="evenodd"/>` },
7583
7583
  children: title && /* @__PURE__ */ jsx271("title", { children: title })
7584
7584
  }
7585
7585
  );
@@ -8923,7 +8923,7 @@ var Gear = React319.memo((props) => {
8923
8923
  className,
8924
8924
  role: "img",
8925
8925
  "aria-label": ariaLabel,
8926
- dangerouslySetInnerHTML: { __html: `<path d="m13.112 4.397-.133-.643c-.219-1.064-1.74-1.064-1.958 0l-.133.643a1 1 0 0 1-1.727.463l-.436-.49c-.722-.813-2.038-.053-1.696.979l.207.623A1 1 0 0 1 5.97 7.236l-.622-.207c-1.032-.342-1.792.974-.98 1.696l.49.437a1 1 0 0 1-.462 1.726l-.643.133c-1.064.219-1.064 1.74 0 1.959l.643.132a1 1 0 0 1 .463 1.727l-.49.436c-.813.722-.053 2.039.979 1.696l.622-.206a1 1 0 0 1 1.265 1.264l-.207.623c-.342 1.03.974 1.791 1.696.979l.436-.49a1 1 0 0 1 1.727.462l.133.643c.219 1.064 1.74 1.064 1.958 0l.133-.643a1 1 0 0 1 1.727-.463l.436.491c.722.812 2.038.052 1.696-.98l-.207-.622a1 1 0 0 1 1.265-1.264l.622.206c1.032.343 1.792-.974.98-1.696l-.49-.436a1 1 0 0 1 .462-1.727l.643-.132c1.064-.22 1.064-1.74 0-1.96l-.643-.132a1 1 0 0 1-.463-1.726l.49-.437c.813-.722.053-2.038-.979-1.696l-.622.207a1 1 0 0 1-1.265-1.264l.207-.623c.342-1.032-.974-1.792-1.696-.98l-.436.49a1 1 0 0 1-1.727-.462Z"/>` },
8926
+ dangerouslySetInnerHTML: { __html: `<path d="m12.98 3.754.132.643a1 1 0 0 0 1.727.463l.436-.49c.722-.813 2.038-.053 1.696.979l-.207.623a1 1 0 0 0 1.265 1.264l.622-.207c1.032-.342 1.792.974.98 1.696l-.49.437a1 1 0 0 0 .462 1.726l.643.133c1.064.219 1.064 1.74 0 1.959l-.643.132a1 1 0 0 0-.463 1.727l.49.436c.813.722.053 2.039-.979 1.696l-.622-.206a1 1 0 0 0-1.265 1.264l.207.623c.342 1.03-.974 1.791-1.696.979l-.436-.49a1 1 0 0 0-1.727.462l-.133.643c-.219 1.064-1.74 1.064-1.958 0l-.133-.643a1 1 0 0 0-1.727-.463l-.436.491c-.722.812-2.038.052-1.696-.98l.207-.622a1 1 0 0 0-1.265-1.264l-.622.206c-1.032.343-1.792-.974-.98-1.696l.49-.436a1 1 0 0 0-.462-1.727l-.643-.132c-1.064-.22-1.064-1.74 0-1.96l.643-.132a1 1 0 0 0 .463-1.726l-.49-.437c-.813-.722-.053-2.038.979-1.696l.622.207a1 1 0 0 0 1.265-1.264l-.207-.623c-.342-1.032.974-1.792 1.696-.98l.436.49a1 1 0 0 0 1.727-.462l.133-.643c.219-1.064 1.74-1.064 1.958 0ZM8 12a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z" clip-rule="evenodd"/>` },
8927
8927
  children: title && /* @__PURE__ */ jsx319("title", { children: title })
8928
8928
  }
8929
8929
  );
@@ -9959,7 +9959,7 @@ var HourglassEnd = React356.memo((props) => {
9959
9959
  className,
9960
9960
  role: "img",
9961
9961
  "aria-label": ariaLabel,
9962
- dangerouslySetInnerHTML: { __html: `<path d="M5 5.324V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1.324a5 5 0 0 1-2.227 4.16l-1.277.852a2 2 0 0 0 0 3.328l1.277.852A5 5 0 0 1 19 18.676V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1.324a5 5 0 0 1 2.226-4.16l1.278-.852a2 2 0 0 0 0-3.328l-1.277-.852A5 5 0 0 1 5 5.324Z"/>` },
9962
+ dangerouslySetInnerHTML: { __html: `<path d="M5 4v1.324a5 5 0 0 0 2.226 4.16l1.278.852a2 2 0 0 1 0 3.328l-1.277.852A5 5 0 0 0 5 18.676V20a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1.324a5 5 0 0 0-2.227-4.16l-1.277-.852a2 2 0 0 1 0-3.328l1.277-.852A5 5 0 0 0 19 5.324V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Zm11.409 15H7.225A.225.225 0 0 1 7 18.775c0-.163.108-.306.264-.35l2.257-.645a3.9 3.9 0 0 0 1.699-1l.402-.402c.7-.7 1.871-.556 2.38.293.324.54.807.965 1.383 1.218l1.265.557a.21.21 0 0 1 .123.189.365.365 0 0 1-.364.365Z" clip-rule="evenodd"/>` },
9963
9963
  children: title && /* @__PURE__ */ jsx356("title", { children: title })
9964
9964
  }
9965
9965
  );
@@ -9987,7 +9987,7 @@ var HourglassStart = React357.memo((props) => {
9987
9987
  className,
9988
9988
  role: "img",
9989
9989
  "aria-label": ariaLabel,
9990
- dangerouslySetInnerHTML: { __html: `<path d="M5 18.676V20a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1.324a5 5 0 0 0-2.227-4.16l-1.277-.852a2 2 0 0 1 0-3.328l1.277-.852A5 5 0 0 0 19 5.324V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v1.324a5 5 0 0 0 2.226 4.16l1.278.852a2 2 0 0 1 0 3.328l-1.277.852A5 5 0 0 0 5 18.676Z"/>` },
9990
+ dangerouslySetInnerHTML: { __html: `<path d="M5 20v-1.324a5 5 0 0 1 2.226-4.16l1.278-.852a2 2 0 0 0 0-3.328l-1.277-.852A5 5 0 0 1 5 5.324V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1.324a5 5 0 0 1-2.227 4.16l-1.277.852a2 2 0 0 0 0 3.328l1.277.852A5 5 0 0 1 19 18.676V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1ZM16.409 6H7.225C7.101 6 7 6.1 7 6.225c0 .15.091.283.228.338q.036.014.07.03c.814.417 1.713.689 2.453 1.226q.25.181.469.4l.402.403c.7.7 2.486.556 2.995-.293.324-.54.807-.965 1.383-1.218l1.65-.557a.21.21 0 0 0 .123-.189A.365.365 0 0 0 16.41 6Z" clip-rule="evenodd"/>` },
9991
9991
  children: title && /* @__PURE__ */ jsx357("title", { children: title })
9992
9992
  }
9993
9993
  );
@@ -11667,7 +11667,7 @@ var Location = React417.memo((props) => {
11667
11667
  className,
11668
11668
  role: "img",
11669
11669
  "aria-label": ariaLabel,
11670
- dangerouslySetInnerHTML: { __html: `<path d="m6.967 15.248 4.958 5.666a.1.1 0 0 0 .15 0l4.958-5.666a7.39 7.39 0 0 0 1.818-5.232l-.026-.524a6.833 6.833 0 0 0-13.65 0l-.026.524a7.39 7.39 0 0 0 1.818 5.232Z"/>` },
11670
+ dangerouslySetInnerHTML: { __html: `<path d="m11.925 20.914-4.958-5.666a7.39 7.39 0 0 1-1.818-5.232l.026-.524a6.833 6.833 0 0 1 13.65 0l.026.524a7.39 7.39 0 0 1-1.818 5.232l-4.958 5.666a.1.1 0 0 1-.15 0ZM12 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" clip-rule="evenodd"/>` },
11671
11671
  children: title && /* @__PURE__ */ jsx417("title", { children: title })
11672
11672
  }
11673
11673
  );
@@ -14327,7 +14327,7 @@ var Pills = React512.memo((props) => {
14327
14327
  className,
14328
14328
  role: "img",
14329
14329
  "aria-label": ariaLabel,
14330
- dangerouslySetInnerHTML: { __html: `<path d="M6 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z"/>` },
14330
+ dangerouslySetInnerHTML: { __html: `<path d="M5 20V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm4.25-4.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm5.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-5.5-4.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM16 12a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0ZM9.25 6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm5.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z" clip-rule="evenodd"/>` },
14331
14331
  children: title && /* @__PURE__ */ jsx512("title", { children: title })
14332
14332
  }
14333
14333
  );
@@ -14894,10 +14894,10 @@ var Pulse = React532.memo((props) => {
14894
14894
  });
14895
14895
  Pulse.displayName = "Pulse";
14896
14896
 
14897
- // src/icons/QrCode.tsx
14897
+ // src/icons/PulseCircle.tsx
14898
14898
  import React533 from "react";
14899
14899
  import { jsx as jsx533 } from "react/jsx-runtime";
14900
- var QrCode = React533.memo((props) => {
14900
+ var PulseCircle = React533.memo((props) => {
14901
14901
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
14902
14902
  return /* @__PURE__ */ jsx533(
14903
14903
  "svg",
@@ -14915,17 +14915,17 @@ var QrCode = React533.memo((props) => {
14915
14915
  className,
14916
14916
  role: "img",
14917
14917
  "aria-label": ariaLabel,
14918
- dangerouslySetInnerHTML: { __html: `<path d="M20.5 6.5v-2a1 1 0 0 0-1-1h-2m-11 0h-2a1 1 0 0 0-1 1v2m17 11v2a1 1 0 0 1-1 1h-2m-11 0h-2a1 1 0 0 1-1-1v-2m7.5-6h-.9a.1.1 0 0 0-.1.1v.8a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 0-.1.1V15m10-6h-2.9a.1.1 0 0 1-.1-.1V6m3 3V7a1 1 0 0 0-1-1h-2m3 3v3m-3-6h-3.5M6 9V7a1 1 0 0 1 1-1h2M6 9v6m0-6h2m-2 6v2a1 1 0 0 0 1 1h2m-3-3h2m1 3v-2.9a.1.1 0 0 0-.1-.1H8m1 3h2.5M9 6v2.9a.1.1 0 0 1-.1.1H8m1-3h2.5m0 0v2m0 0H13m-1.5 0v1m-.5 5.5v.5m.5 3v-1m0 1h4m0 0H17a1 1 0 0 0 1-1v-2m-2.5 3v-1M13 10.5h.5M18 12v3m0-3h-2.5m2.5 3h-1.5m-1-4v1m0 0v.9a.1.1 0 0 1-.1.1h-2.3a.1.1 0 0 0-.1.1v1.8a.1.1 0 0 0 .1.1h.9M8 9v1"/>` },
14918
+ dangerouslySetInnerHTML: { __html: `<path d="M7 12.25h1.996a.525.525 0 0 0 .496-.334l1.414-3.806A.17.17 0 0 1 11.07 8c.082 0 .153.054.17.13l1.783 7.742a.17.17 0 0 0 .167.128.17.17 0 0 0 .163-.114l1.163-3.535a.52.52 0 0 1 .502-.351H17m4 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/>` },
14919
14919
  children: title && /* @__PURE__ */ jsx533("title", { children: title })
14920
14920
  }
14921
14921
  );
14922
14922
  });
14923
- QrCode.displayName = "QrCode";
14923
+ PulseCircle.displayName = "PulseCircle";
14924
14924
 
14925
- // src/icons/Question.tsx
14925
+ // src/icons/QrCode.tsx
14926
14926
  import React534 from "react";
14927
14927
  import { jsx as jsx534 } from "react/jsx-runtime";
14928
- var Question = React534.memo((props) => {
14928
+ var QrCode = React534.memo((props) => {
14929
14929
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
14930
14930
  return /* @__PURE__ */ jsx534(
14931
14931
  "svg",
@@ -14943,17 +14943,17 @@ var Question = React534.memo((props) => {
14943
14943
  className,
14944
14944
  role: "img",
14945
14945
  "aria-label": ariaLabel,
14946
- dangerouslySetInnerHTML: { __html: `<path d="M9 10.5V10a3 3 0 0 1 3-3h.394a2.606 2.606 0 0 1 1.446 4.774L13.5 12c-.937.625-1.5 1.374-1.5 2.5m0 2v.5m0 4a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z"/>` },
14946
+ dangerouslySetInnerHTML: { __html: `<path d="M20.5 6.5v-2a1 1 0 0 0-1-1h-2m-11 0h-2a1 1 0 0 0-1 1v2m17 11v2a1 1 0 0 1-1 1h-2m-11 0h-2a1 1 0 0 1-1-1v-2m7.5-6h-.9a.1.1 0 0 0-.1.1v.8a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 0-.1.1V15m10-6h-2.9a.1.1 0 0 1-.1-.1V6m3 3V7a1 1 0 0 0-1-1h-2m3 3v3m-3-6h-3.5M6 9V7a1 1 0 0 1 1-1h2M6 9v6m0-6h2m-2 6v2a1 1 0 0 0 1 1h2m-3-3h2m1 3v-2.9a.1.1 0 0 0-.1-.1H8m1 3h2.5M9 6v2.9a.1.1 0 0 1-.1.1H8m1-3h2.5m0 0v2m0 0H13m-1.5 0v1m-.5 5.5v.5m.5 3v-1m0 1h4m0 0H17a1 1 0 0 0 1-1v-2m-2.5 3v-1M13 10.5h.5M18 12v3m0-3h-2.5m2.5 3h-1.5m-1-4v1m0 0v.9a.1.1 0 0 1-.1.1h-2.3a.1.1 0 0 0-.1.1v1.8a.1.1 0 0 0 .1.1h.9M8 9v1"/>` },
14947
14947
  children: title && /* @__PURE__ */ jsx534("title", { children: title })
14948
14948
  }
14949
14949
  );
14950
14950
  });
14951
- Question.displayName = "Question";
14951
+ QrCode.displayName = "QrCode";
14952
14952
 
14953
- // src/icons/Quote.tsx
14953
+ // src/icons/Question.tsx
14954
14954
  import React535 from "react";
14955
14955
  import { jsx as jsx535 } from "react/jsx-runtime";
14956
- var Quote = React535.memo((props) => {
14956
+ var Question = React535.memo((props) => {
14957
14957
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
14958
14958
  return /* @__PURE__ */ jsx535(
14959
14959
  "svg",
@@ -14971,17 +14971,17 @@ var Quote = React535.memo((props) => {
14971
14971
  className,
14972
14972
  role: "img",
14973
14973
  "aria-label": ariaLabel,
14974
- dangerouslySetInnerHTML: { __html: `<path d="M10 7c0 9-5.5 13-5.5 13M10 7a3 3 0 1 0-6 0 3 3 0 0 0 6 0Zm10 0c0 9-5.5 13-5.5 13M20 7a3 3 0 1 0-6 0 3 3 0 0 0 6 0Z"/>` },
14974
+ dangerouslySetInnerHTML: { __html: `<path d="M9 10.5V10a3 3 0 0 1 3-3h.394a2.606 2.606 0 0 1 1.446 4.774L13.5 12c-.937.625-1.5 1.374-1.5 2.5m0 2v.5m0 4a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z"/>` },
14975
14975
  children: title && /* @__PURE__ */ jsx535("title", { children: title })
14976
14976
  }
14977
14977
  );
14978
14978
  });
14979
- Quote.displayName = "Quote";
14979
+ Question.displayName = "Question";
14980
14980
 
14981
- // src/icons/Radar.tsx
14981
+ // src/icons/Quote.tsx
14982
14982
  import React536 from "react";
14983
14983
  import { jsx as jsx536 } from "react/jsx-runtime";
14984
- var Radar = React536.memo((props) => {
14984
+ var Quote = React536.memo((props) => {
14985
14985
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
14986
14986
  return /* @__PURE__ */ jsx536(
14987
14987
  "svg",
@@ -14999,17 +14999,17 @@ var Radar = React536.memo((props) => {
14999
14999
  className,
15000
15000
  role: "img",
15001
15001
  "aria-label": ariaLabel,
15002
- dangerouslySetInnerHTML: { __html: `<path d="M12 13a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0 0v8m2.5-6.169a5 5 0 1 0-5 0m6.258 2.16a7.5 7.5 0 1 0-7.48.021"/>` },
15002
+ dangerouslySetInnerHTML: { __html: `<path d="M10 7c0 9-5.5 13-5.5 13M10 7a3 3 0 1 0-6 0 3 3 0 0 0 6 0Zm10 0c0 9-5.5 13-5.5 13M20 7a3 3 0 1 0-6 0 3 3 0 0 0 6 0Z"/>` },
15003
15003
  children: title && /* @__PURE__ */ jsx536("title", { children: title })
15004
15004
  }
15005
15005
  );
15006
15006
  });
15007
- Radar.displayName = "Radar";
15007
+ Quote.displayName = "Quote";
15008
15008
 
15009
- // src/icons/Radio.tsx
15009
+ // src/icons/Radar.tsx
15010
15010
  import React537 from "react";
15011
15011
  import { jsx as jsx537 } from "react/jsx-runtime";
15012
- var Radio = React537.memo((props) => {
15012
+ var Radar = React537.memo((props) => {
15013
15013
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15014
15014
  return /* @__PURE__ */ jsx537(
15015
15015
  "svg",
@@ -15027,17 +15027,17 @@ var Radio = React537.memo((props) => {
15027
15027
  className,
15028
15028
  role: "img",
15029
15029
  "aria-label": ariaLabel,
15030
- dangerouslySetInnerHTML: { __html: `<path d="M12 12a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0 0v9.5m2.5-7.669a5 5 0 0 0 2.5-4.33 5 5 0 0 0-2.5-4.332m-5 8.662A5 5 0 0 1 7 9.501a5 5 0 0 1 2.5-4.332m6.258-2.16A7.5 7.5 0 0 1 19.5 9.5a7.5 7.5 0 0 1-3.742 6.492m-7.516 0A7.5 7.5 0 0 1 4.5 9.5a7.5 7.5 0 0 1 3.742-6.492"/>` },
15030
+ dangerouslySetInnerHTML: { __html: `<path d="M12 13a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0 0v8m2.5-6.169a5 5 0 1 0-5 0m6.258 2.16a7.5 7.5 0 1 0-7.48.021"/>` },
15031
15031
  children: title && /* @__PURE__ */ jsx537("title", { children: title })
15032
15032
  }
15033
15033
  );
15034
15034
  });
15035
- Radio.displayName = "Radio";
15035
+ Radar.displayName = "Radar";
15036
15036
 
15037
- // src/icons/RadioAlt.tsx
15037
+ // src/icons/Radio.tsx
15038
15038
  import React538 from "react";
15039
15039
  import { jsx as jsx538 } from "react/jsx-runtime";
15040
- var RadioAlt = React538.memo((props) => {
15040
+ var Radio = React538.memo((props) => {
15041
15041
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15042
15042
  return /* @__PURE__ */ jsx538(
15043
15043
  "svg",
@@ -15055,17 +15055,17 @@ var RadioAlt = React538.memo((props) => {
15055
15055
  className,
15056
15056
  role: "img",
15057
15057
  "aria-label": ariaLabel,
15058
- dangerouslySetInnerHTML: { __html: `<path d="M16.5 8.5H4a1 1 0 0 0-1 1V18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9.5a1 1 0 0 0-1-1zm0 0 4-4m-4 4-4-4m1.5 11h3.5m0 0h1m-1 0V14m0 1.5V17m-6-3.25a3.25 3.25 0 1 0-6.5 0 3.25 3.25 0 0 0 6.5 0Z"/>` },
15058
+ dangerouslySetInnerHTML: { __html: `<path d="M12 12a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0 0v9.5m2.5-7.669a5 5 0 0 0 2.5-4.33 5 5 0 0 0-2.5-4.332m-5 8.662A5 5 0 0 1 7 9.501a5 5 0 0 1 2.5-4.332m6.258-2.16A7.5 7.5 0 0 1 19.5 9.5a7.5 7.5 0 0 1-3.742 6.492m-7.516 0A7.5 7.5 0 0 1 4.5 9.5a7.5 7.5 0 0 1 3.742-6.492"/>` },
15059
15059
  children: title && /* @__PURE__ */ jsx538("title", { children: title })
15060
15060
  }
15061
15061
  );
15062
15062
  });
15063
- RadioAlt.displayName = "RadioAlt";
15063
+ Radio.displayName = "Radio";
15064
15064
 
15065
- // src/icons/Radioactive.tsx
15065
+ // src/icons/RadioAlt.tsx
15066
15066
  import React539 from "react";
15067
15067
  import { jsx as jsx539 } from "react/jsx-runtime";
15068
- var Radioactive = React539.memo((props) => {
15068
+ var RadioAlt = React539.memo((props) => {
15069
15069
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15070
15070
  return /* @__PURE__ */ jsx539(
15071
15071
  "svg",
@@ -15083,17 +15083,17 @@ var Radioactive = React539.memo((props) => {
15083
15083
  className,
15084
15084
  role: "img",
15085
15085
  "aria-label": ariaLabel,
15086
- dangerouslySetInnerHTML: { __html: `<path d="M16 18.428c.276.478.114 1.096-.392 1.317a9 9 0 0 1-7.216 0c-.506-.221-.668-.839-.392-1.317l1.5-2.598c.276-.479.888-.628 1.42-.478a4 4 0 0 0 2.16 0c.531-.15 1.143 0 1.42.478zM9.5 7.171c.276.478.101 1.082-.294 1.468a4 4 0 0 0-1.083 1.871c-.136.536-.57.99-1.123.99H4c-.552 0-1.006-.449-.944-.998a9 9 0 0 1 3.607-6.249c.445-.327 1.06-.16 1.337.32zM16 4.572c.276-.478.892-.646 1.336-.319a9 9 0 0 1 3.609 6.25c.06.548-.393.997-.945.997h-3c-.552 0-.987-.454-1.124-.99a4 4 0 0 0-1.083-1.871c-.395-.386-.57-.99-.294-1.468zM10.5 11.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Z"/>` },
15086
+ dangerouslySetInnerHTML: { __html: `<path d="M16.5 8.5H4a1 1 0 0 0-1 1V18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9.5a1 1 0 0 0-1-1zm0 0 4-4m-4 4-4-4m1.5 11h3.5m0 0h1m-1 0V14m0 1.5V17m-6-3.25a3.25 3.25 0 1 0-6.5 0 3.25 3.25 0 0 0 6.5 0Z"/>` },
15087
15087
  children: title && /* @__PURE__ */ jsx539("title", { children: title })
15088
15088
  }
15089
15089
  );
15090
15090
  });
15091
- Radioactive.displayName = "Radioactive";
15091
+ RadioAlt.displayName = "RadioAlt";
15092
15092
 
15093
- // src/icons/Ram.tsx
15093
+ // src/icons/Radioactive.tsx
15094
15094
  import React540 from "react";
15095
15095
  import { jsx as jsx540 } from "react/jsx-runtime";
15096
- var Ram = React540.memo((props) => {
15096
+ var Radioactive = React540.memo((props) => {
15097
15097
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15098
15098
  return /* @__PURE__ */ jsx540(
15099
15099
  "svg",
@@ -15111,17 +15111,17 @@ var Ram = React540.memo((props) => {
15111
15111
  className,
15112
15112
  role: "img",
15113
15113
  "aria-label": ariaLabel,
15114
- dangerouslySetInnerHTML: { __html: `<path d="M4 14v1.9a.1.1 0 0 0 .1.1h5.8a.1.1 0 0 0 .1-.1V14m-6 0h6m-6 0a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1m-10 0h2m8 0v1.9a.1.1 0 0 1-.1.1h-7.8a.1.1 0 0 1-.1-.1V14m8 0h-8"/>` },
15114
+ dangerouslySetInnerHTML: { __html: `<path d="M16 18.428c.276.478.114 1.096-.392 1.317a9 9 0 0 1-7.216 0c-.506-.221-.668-.839-.392-1.317l1.5-2.598c.276-.479.888-.628 1.42-.478a4 4 0 0 0 2.16 0c.531-.15 1.143 0 1.42.478zM9.5 7.171c.276.478.101 1.082-.294 1.468a4 4 0 0 0-1.083 1.871c-.136.536-.57.99-1.123.99H4c-.552 0-1.006-.449-.944-.998a9 9 0 0 1 3.607-6.249c.445-.327 1.06-.16 1.337.32zM16 4.572c.276-.478.892-.646 1.336-.319a9 9 0 0 1 3.609 6.25c.06.548-.393.997-.945.997h-3c-.552 0-.987-.454-1.124-.99a4 4 0 0 0-1.083-1.871c-.395-.386-.57-.99-.294-1.468zM10.5 11.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Z"/>` },
15115
15115
  children: title && /* @__PURE__ */ jsx540("title", { children: title })
15116
15116
  }
15117
15117
  );
15118
15118
  });
15119
- Ram.displayName = "Ram";
15119
+ Radioactive.displayName = "Radioactive";
15120
15120
 
15121
- // src/icons/RamStrips.tsx
15121
+ // src/icons/Ram.tsx
15122
15122
  import React541 from "react";
15123
15123
  import { jsx as jsx541 } from "react/jsx-runtime";
15124
- var RamStrips = React541.memo((props) => {
15124
+ var Ram = React541.memo((props) => {
15125
15125
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15126
15126
  return /* @__PURE__ */ jsx541(
15127
15127
  "svg",
@@ -15139,17 +15139,17 @@ var RamStrips = React541.memo((props) => {
15139
15139
  className,
15140
15140
  role: "img",
15141
15141
  "aria-label": ariaLabel,
15142
- dangerouslySetInnerHTML: { __html: `<path d="M3.5 15.5v1.9a.1.1 0 0 0 .1.1h4.3a.1.1 0 0 0 .1-.1v-1.9m-4.5 0H8m-4.5 0A.5.5 0 0 1 3 15v-3.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1V15a.5.5 0 0 1-.5.5m0 0v1.9a.1.1 0 0 1-.1.1h-6.3a.1.1 0 0 1-.1-.1v-1.9m6.5 0H10m0 0H8M19.5 14h.65a.1.1 0 0 0 .1-.1v-1.525c0-.207.168-.375.375-.375a.375.375 0 0 0 .375-.375V8a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1"/>` },
15142
+ dangerouslySetInnerHTML: { __html: `<path d="M4 14v1.9a.1.1 0 0 0 .1.1h5.8a.1.1 0 0 0 .1-.1V14m-6 0h6m-6 0a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1m-10 0h2m8 0v1.9a.1.1 0 0 1-.1.1h-7.8a.1.1 0 0 1-.1-.1V14m8 0h-8"/>` },
15143
15143
  children: title && /* @__PURE__ */ jsx541("title", { children: title })
15144
15144
  }
15145
15145
  );
15146
15146
  });
15147
- RamStrips.displayName = "RamStrips";
15147
+ Ram.displayName = "Ram";
15148
15148
 
15149
- // src/icons/Receipt.tsx
15149
+ // src/icons/RamStrips.tsx
15150
15150
  import React542 from "react";
15151
15151
  import { jsx as jsx542 } from "react/jsx-runtime";
15152
- var Receipt = React542.memo((props) => {
15152
+ var RamStrips = React542.memo((props) => {
15153
15153
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15154
15154
  return /* @__PURE__ */ jsx542(
15155
15155
  "svg",
@@ -15167,17 +15167,17 @@ var Receipt = React542.memo((props) => {
15167
15167
  className,
15168
15168
  role: "img",
15169
15169
  "aria-label": ariaLabel,
15170
- dangerouslySetInnerHTML: { __html: `<path d="M8.5 7h4m3 0h-1m-6 3h4m3 0h-1m-6 3h4m3 0h-1M6 3.139V20.86a.1.1 0 0 0 .132.095l1.336-.445a.1.1 0 0 1 .064 0l1.436.478a.1.1 0 0 0 .064 0l1.436-.479a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l1.336.446a.1.1 0 0 0 .132-.095V3.14a.1.1 0 0 0-.132-.095l-1.336.445a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.336-.445A.1.1 0 0 0 6 3.139Z"/>` },
15170
+ dangerouslySetInnerHTML: { __html: `<path d="M3.5 15.5v1.9a.1.1 0 0 0 .1.1h4.3a.1.1 0 0 0 .1-.1v-1.9m-4.5 0H8m-4.5 0A.5.5 0 0 1 3 15v-3.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1V15a.5.5 0 0 1-.5.5m0 0v1.9a.1.1 0 0 1-.1.1h-6.3a.1.1 0 0 1-.1-.1v-1.9m6.5 0H10m0 0H8M19.5 14h.65a.1.1 0 0 0 .1-.1v-1.525c0-.207.168-.375.375-.375a.375.375 0 0 0 .375-.375V8a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1"/>` },
15171
15171
  children: title && /* @__PURE__ */ jsx542("title", { children: title })
15172
15172
  }
15173
15173
  );
15174
15174
  });
15175
- Receipt.displayName = "Receipt";
15175
+ RamStrips.displayName = "RamStrips";
15176
15176
 
15177
- // src/icons/ReceiptCheck.tsx
15177
+ // src/icons/Receipt.tsx
15178
15178
  import React543 from "react";
15179
15179
  import { jsx as jsx543 } from "react/jsx-runtime";
15180
- var ReceiptCheck = React543.memo((props) => {
15180
+ var Receipt = React543.memo((props) => {
15181
15181
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15182
15182
  return /* @__PURE__ */ jsx543(
15183
15183
  "svg",
@@ -15195,17 +15195,17 @@ var ReceiptCheck = React543.memo((props) => {
15195
15195
  className,
15196
15196
  role: "img",
15197
15197
  "aria-label": ariaLabel,
15198
- dangerouslySetInnerHTML: { __html: `<path d="M8.5 7h4m3 0h-1m-6 3h4m3 0h-1m-6 3h4m3 0h-1m3.5 0a5 5 0 0 0-4.29 7.57M18 13a5 5 0 1 1-4.29 7.57M18 13V3.139a.1.1 0 0 0-.132-.095l-1.336.445a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.336-.445A.1.1 0 0 0 6 3.139V20.86a.1.1 0 0 0 .132.095l1.336-.445a.1.1 0 0 1 .064 0l1.436.478a.1.1 0 0 0 .064 0l1.436-.479a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l.178.06M16 18l1.43 1.43a.1.1 0 0 0 .14 0L20 17"/>` },
15198
+ dangerouslySetInnerHTML: { __html: `<path d="M8.5 7h4m3 0h-1m-6 3h4m3 0h-1m-6 3h4m3 0h-1M6 3.139V20.86a.1.1 0 0 0 .132.095l1.336-.445a.1.1 0 0 1 .064 0l1.436.478a.1.1 0 0 0 .064 0l1.436-.479a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l1.336.446a.1.1 0 0 0 .132-.095V3.14a.1.1 0 0 0-.132-.095l-1.336.445a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.336-.445A.1.1 0 0 0 6 3.139Z"/>` },
15199
15199
  children: title && /* @__PURE__ */ jsx543("title", { children: title })
15200
15200
  }
15201
15201
  );
15202
15202
  });
15203
- ReceiptCheck.displayName = "ReceiptCheck";
15203
+ Receipt.displayName = "Receipt";
15204
15204
 
15205
- // src/icons/Record.tsx
15205
+ // src/icons/ReceiptCheck.tsx
15206
15206
  import React544 from "react";
15207
15207
  import { jsx as jsx544 } from "react/jsx-runtime";
15208
- var Record = React544.memo((props) => {
15208
+ var ReceiptCheck = React544.memo((props) => {
15209
15209
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15210
15210
  return /* @__PURE__ */ jsx544(
15211
15211
  "svg",
@@ -15223,17 +15223,17 @@ var Record = React544.memo((props) => {
15223
15223
  className,
15224
15224
  role: "img",
15225
15225
  "aria-label": ariaLabel,
15226
- dangerouslySetInnerHTML: { __html: `<path d="M6.5 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 0h11m0 0a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"/>` },
15226
+ dangerouslySetInnerHTML: { __html: `<path d="M8.5 7h4m3 0h-1m-6 3h4m3 0h-1m-6 3h4m3 0h-1m3.5 0a5 5 0 0 0-4.29 7.57M18 13a5 5 0 1 1-4.29 7.57M18 13V3.139a.1.1 0 0 0-.132-.095l-1.336.445a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.436-.478a.1.1 0 0 0-.064 0l-1.436.478a.1.1 0 0 1-.064 0l-1.336-.445A.1.1 0 0 0 6 3.139V20.86a.1.1 0 0 0 .132.095l1.336-.445a.1.1 0 0 1 .064 0l1.436.478a.1.1 0 0 0 .064 0l1.436-.479a.1.1 0 0 1 .064 0l1.436.48a.1.1 0 0 0 .064 0l1.436-.48a.1.1 0 0 1 .064 0l.178.06M16 18l1.43 1.43a.1.1 0 0 0 .14 0L20 17"/>` },
15227
15227
  children: title && /* @__PURE__ */ jsx544("title", { children: title })
15228
15228
  }
15229
15229
  );
15230
15230
  });
15231
- Record.displayName = "Record";
15231
+ ReceiptCheck.displayName = "ReceiptCheck";
15232
15232
 
15233
- // src/icons/RectangleHorizontal.tsx
15233
+ // src/icons/Record.tsx
15234
15234
  import React545 from "react";
15235
15235
  import { jsx as jsx545 } from "react/jsx-runtime";
15236
- var RectangleHorizontal = React545.memo((props) => {
15236
+ var Record = React545.memo((props) => {
15237
15237
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15238
15238
  return /* @__PURE__ */ jsx545(
15239
15239
  "svg",
@@ -15251,17 +15251,17 @@ var RectangleHorizontal = React545.memo((props) => {
15251
15251
  className,
15252
15252
  role: "img",
15253
15253
  "aria-label": ariaLabel,
15254
- dangerouslySetInnerHTML: { __html: `<path d="M20 5.5H4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1Z"/>` },
15254
+ dangerouslySetInnerHTML: { __html: `<path d="M6.5 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 0h11m0 0a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"/>` },
15255
15255
  children: title && /* @__PURE__ */ jsx545("title", { children: title })
15256
15256
  }
15257
15257
  );
15258
15258
  });
15259
- RectangleHorizontal.displayName = "RectangleHorizontal";
15259
+ Record.displayName = "Record";
15260
15260
 
15261
- // src/icons/RectangleVertical.tsx
15261
+ // src/icons/RectangleHorizontal.tsx
15262
15262
  import React546 from "react";
15263
15263
  import { jsx as jsx546 } from "react/jsx-runtime";
15264
- var RectangleVertical = React546.memo((props) => {
15264
+ var RectangleHorizontal = React546.memo((props) => {
15265
15265
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15266
15266
  return /* @__PURE__ */ jsx546(
15267
15267
  "svg",
@@ -15279,17 +15279,17 @@ var RectangleVertical = React546.memo((props) => {
15279
15279
  className,
15280
15280
  role: "img",
15281
15281
  "aria-label": ariaLabel,
15282
- dangerouslySetInnerHTML: { __html: `<path d="M18.5 20V4a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1Z"/>` },
15282
+ dangerouslySetInnerHTML: { __html: `<path d="M20 5.5H4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1Z"/>` },
15283
15283
  children: title && /* @__PURE__ */ jsx546("title", { children: title })
15284
15284
  }
15285
15285
  );
15286
15286
  });
15287
- RectangleVertical.displayName = "RectangleVertical";
15287
+ RectangleHorizontal.displayName = "RectangleHorizontal";
15288
15288
 
15289
- // src/icons/Recycle.tsx
15289
+ // src/icons/RectangleVertical.tsx
15290
15290
  import React547 from "react";
15291
15291
  import { jsx as jsx547 } from "react/jsx-runtime";
15292
- var Recycle = React547.memo((props) => {
15292
+ var RectangleVertical = React547.memo((props) => {
15293
15293
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15294
15294
  return /* @__PURE__ */ jsx547(
15295
15295
  "svg",
@@ -15307,17 +15307,17 @@ var Recycle = React547.memo((props) => {
15307
15307
  className,
15308
15308
  role: "img",
15309
15309
  "aria-label": ariaLabel,
15310
- dangerouslySetInnerHTML: { __html: `<path d="M7 18H4.766a1 1 0 0 1-.857-1.514l4.716-7.86m0 0-3.978.994m3.978-.995.994 3.978m8.006-.228.994-3.977m-.994 3.977-3.977-.994m3.977.994L12.857 4.43a1 1 0 0 0-1.715 0L10.2 6l-.2.333M9.75 18h9.484a1 1 0 0 0 .857-1.514l-.966-1.61M9.75 18l2.983 2.983M9.75 18l2.983-2.983"/>` },
15310
+ dangerouslySetInnerHTML: { __html: `<path d="M18.5 20V4a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1Z"/>` },
15311
15311
  children: title && /* @__PURE__ */ jsx547("title", { children: title })
15312
15312
  }
15313
15313
  );
15314
15314
  });
15315
- Recycle.displayName = "Recycle";
15315
+ RectangleVertical.displayName = "RectangleVertical";
15316
15316
 
15317
- // src/icons/Refresh.tsx
15317
+ // src/icons/Recycle.tsx
15318
15318
  import React548 from "react";
15319
15319
  import { jsx as jsx548 } from "react/jsx-runtime";
15320
- var Refresh = React548.memo((props) => {
15320
+ var Recycle = React548.memo((props) => {
15321
15321
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15322
15322
  return /* @__PURE__ */ jsx548(
15323
15323
  "svg",
@@ -15335,17 +15335,17 @@ var Refresh = React548.memo((props) => {
15335
15335
  className,
15336
15336
  role: "img",
15337
15337
  "aria-label": ariaLabel,
15338
- dangerouslySetInnerHTML: { __html: `<path d="M7.23 18.423A8 8 0 1 1 12 20m-4.77-1.577L3 18.5m4.23-.077V14"/>` },
15338
+ dangerouslySetInnerHTML: { __html: `<path d="M7 18H4.766a1 1 0 0 1-.857-1.514l4.716-7.86m0 0-3.978.994m3.978-.995.994 3.978m8.006-.228.994-3.977m-.994 3.977-3.977-.994m3.977.994L12.857 4.43a1 1 0 0 0-1.715 0L10.2 6l-.2.333M9.75 18h9.484a1 1 0 0 0 .857-1.514l-.966-1.61M9.75 18l2.983 2.983M9.75 18l2.983-2.983"/>` },
15339
15339
  children: title && /* @__PURE__ */ jsx548("title", { children: title })
15340
15340
  }
15341
15341
  );
15342
15342
  });
15343
- Refresh.displayName = "Refresh";
15343
+ Recycle.displayName = "Recycle";
15344
15344
 
15345
- // src/icons/Reload.tsx
15345
+ // src/icons/Refresh.tsx
15346
15346
  import React549 from "react";
15347
15347
  import { jsx as jsx549 } from "react/jsx-runtime";
15348
- var Reload = React549.memo((props) => {
15348
+ var Refresh = React549.memo((props) => {
15349
15349
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15350
15350
  return /* @__PURE__ */ jsx549(
15351
15351
  "svg",
@@ -15363,17 +15363,17 @@ var Reload = React549.memo((props) => {
15363
15363
  className,
15364
15364
  role: "img",
15365
15365
  "aria-label": ariaLabel,
15366
- dangerouslySetInnerHTML: { __html: `<path d="M16.77 18.423A8 8 0 1 0 12 20m4.77-1.577L21 18.5m-4.23-.077V14"/>` },
15366
+ dangerouslySetInnerHTML: { __html: `<path d="M7.23 18.423A8 8 0 1 1 12 20m-4.77-1.577L3 18.5m4.23-.077V14"/>` },
15367
15367
  children: title && /* @__PURE__ */ jsx549("title", { children: title })
15368
15368
  }
15369
15369
  );
15370
15370
  });
15371
- Reload.displayName = "Reload";
15371
+ Refresh.displayName = "Refresh";
15372
15372
 
15373
- // src/icons/Render.tsx
15373
+ // src/icons/Reload.tsx
15374
15374
  import React550 from "react";
15375
15375
  import { jsx as jsx550 } from "react/jsx-runtime";
15376
- var Render = React550.memo((props) => {
15376
+ var Reload = React550.memo((props) => {
15377
15377
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15378
15378
  return /* @__PURE__ */ jsx550(
15379
15379
  "svg",
@@ -15391,17 +15391,17 @@ var Render = React550.memo((props) => {
15391
15391
  className,
15392
15392
  role: "img",
15393
15393
  "aria-label": ariaLabel,
15394
- dangerouslySetInnerHTML: { __html: `<path d="M12 11 7.509 9.004M12 11l4.491-1.996M12 11v4.995m8.982-8.987a.1.1 0 0 0-.041-.035l-4.45-1.977m4.491 2.012a.1.1 0 0 1 .018.057V12m-.018-4.992-4.49 1.996M3.017 7.008a.1.1 0 0 1 .041-.035l4.45-1.977 4.45-1.978a.1.1 0 0 1 .082 0l4.45 1.978M3.018 7.008A.1.1 0 0 0 3 7.065v9.87a.1.1 0 0 0 .06.091l4.45 1.978M3.017 7.008l4.49 1.996M12 20.99a.1.1 0 0 1-.04-.008l-4.45-1.978M12 20.99a.1.1 0 0 0 .04-.008l4.45-1.978M12 20.99v-4.995m4.49-11L12 7M7.509 9.004 11.999 7M7.51 9.004v5m0 5v-5M12 7l4.492 2.004m0 0v5m0 5 4.45-1.978a.1.1 0 0 0 .059-.091V12m-4.51 7.004v-5M12 15.995l-4.49-1.991M12 15.995l4.49-1.991m0 0L21 12"/>` },
15394
+ dangerouslySetInnerHTML: { __html: `<path d="M16.77 18.423A8 8 0 1 0 12 20m4.77-1.577L21 18.5m-4.23-.077V14"/>` },
15395
15395
  children: title && /* @__PURE__ */ jsx550("title", { children: title })
15396
15396
  }
15397
15397
  );
15398
15398
  });
15399
- Render.displayName = "Render";
15399
+ Reload.displayName = "Reload";
15400
15400
 
15401
- // src/icons/RenderPreview.tsx
15401
+ // src/icons/Render.tsx
15402
15402
  import React551 from "react";
15403
15403
  import { jsx as jsx551 } from "react/jsx-runtime";
15404
- var RenderPreview = React551.memo((props) => {
15404
+ var Render = React551.memo((props) => {
15405
15405
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15406
15406
  return /* @__PURE__ */ jsx551(
15407
15407
  "svg",
@@ -15419,17 +15419,17 @@ var RenderPreview = React551.memo((props) => {
15419
15419
  className,
15420
15420
  role: "img",
15421
15421
  "aria-label": ariaLabel,
15422
- dangerouslySetInnerHTML: { __html: `<path d="M20.982 7.008a.1.1 0 0 0-.041-.035l-4.45-1.977m4.491 2.012a.1.1 0 0 1 .018.057V12m-.018-4.992-4.49 1.996M3.017 7.008a.1.1 0 0 1 .041-.035l8.9-3.955a.1.1 0 0 1 .082 0l4.45 1.978M3.018 7.008A.1.1 0 0 0 3 7.065v9.87a.1.1 0 0 0 .06.091l4.45 1.978M3.017 7.008l4.49 1.996M12 20.99a.1.1 0 0 1-.04-.008l-4.45-1.978M12 20.99a.1.1 0 0 0 .04-.008l1.522-.676M12 20.99v-4.995m4.49-11L12 7m0 4L7.509 9.004M12 11l4.491-1.996M12 11v4.995M7.509 9.004 11.999 7M7.51 9.004v5m0 5v-5M12 7l4.492 2.004m0 0v4.228M12 15.995l-4.49-1.991M12 15.995l1.885-.835M21 12l-2.346 1.042M21 12v2m-2.086 4.914a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828Zm0 0L20 20m-1.346-6.958a5.05 5.05 0 0 0-2.163.19m2.163-.19A5 5 0 0 1 21 14m0 0a5 5 0 1 1-7.438 6.306m.323-5.147A4.98 4.98 0 0 0 13 18c0 .832.203 1.616.562 2.306m.323-5.147a5 5 0 0 1 2.606-1.927"/>` },
15422
+ dangerouslySetInnerHTML: { __html: `<path d="M12 11 7.509 9.004M12 11l4.491-1.996M12 11v4.995m8.982-8.987a.1.1 0 0 0-.041-.035l-4.45-1.977m4.491 2.012a.1.1 0 0 1 .018.057V12m-.018-4.992-4.49 1.996M3.017 7.008a.1.1 0 0 1 .041-.035l4.45-1.977 4.45-1.978a.1.1 0 0 1 .082 0l4.45 1.978M3.018 7.008A.1.1 0 0 0 3 7.065v9.87a.1.1 0 0 0 .06.091l4.45 1.978M3.017 7.008l4.49 1.996M12 20.99a.1.1 0 0 1-.04-.008l-4.45-1.978M12 20.99a.1.1 0 0 0 .04-.008l4.45-1.978M12 20.99v-4.995m4.49-11L12 7M7.509 9.004 11.999 7M7.51 9.004v5m0 5v-5M12 7l4.492 2.004m0 0v5m0 5 4.45-1.978a.1.1 0 0 0 .059-.091V12m-4.51 7.004v-5M12 15.995l-4.49-1.991M12 15.995l4.49-1.991m0 0L21 12"/>` },
15423
15423
  children: title && /* @__PURE__ */ jsx551("title", { children: title })
15424
15424
  }
15425
15425
  );
15426
15426
  });
15427
- RenderPreview.displayName = "RenderPreview";
15427
+ Render.displayName = "Render";
15428
15428
 
15429
- // src/icons/RenderRegion.tsx
15429
+ // src/icons/RenderPreview.tsx
15430
15430
  import React552 from "react";
15431
15431
  import { jsx as jsx552 } from "react/jsx-runtime";
15432
- var RenderRegion = React552.memo((props) => {
15432
+ var RenderPreview = React552.memo((props) => {
15433
15433
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15434
15434
  return /* @__PURE__ */ jsx552(
15435
15435
  "svg",
@@ -15447,17 +15447,17 @@ var RenderRegion = React552.memo((props) => {
15447
15447
  className,
15448
15448
  role: "img",
15449
15449
  "aria-label": ariaLabel,
15450
- dangerouslySetInnerHTML: { __html: `<path d="M18.5 9.5V16m0-6.5-6.47-1.99a.1.1 0 0 0-.06 0L5.5 9.5m13 0-6.5 2m-6.5-2V16m0-6.5 6.5 2m0 0V16m0 0v1.125M12 16h6.5M12 16H5.5m13 0h2.4a.1.1 0 0 0 .1-.1V4.6a.1.1 0 0 0-.1-.1H3.1a.1.1 0 0 0-.1.1v11.3a.1.1 0 0 0 .1.1h2.4m.813 2.75-.742-.228a.1.1 0 0 1-.071-.096v-.488m5.688 2.312.783.241q.015.004.029.004m.813-.245-.784.241a.1.1 0 0 1-.029.004m5.688-1.745.741-.228a.1.1 0 0 0 .071-.096v-.488M8.14 19.313l1.22.375m5.28 0 1.22-.375m-3.86.062v1.12"/>` },
15450
+ dangerouslySetInnerHTML: { __html: `<path d="M20.982 7.008a.1.1 0 0 0-.041-.035l-4.45-1.977m4.491 2.012a.1.1 0 0 1 .018.057V12m-.018-4.992-4.49 1.996M3.017 7.008a.1.1 0 0 1 .041-.035l8.9-3.955a.1.1 0 0 1 .082 0l4.45 1.978M3.018 7.008A.1.1 0 0 0 3 7.065v9.87a.1.1 0 0 0 .06.091l4.45 1.978M3.017 7.008l4.49 1.996M12 20.99a.1.1 0 0 1-.04-.008l-4.45-1.978M12 20.99a.1.1 0 0 0 .04-.008l1.522-.676M12 20.99v-4.995m4.49-11L12 7m0 4L7.509 9.004M12 11l4.491-1.996M12 11v4.995M7.509 9.004 11.999 7M7.51 9.004v5m0 5v-5M12 7l4.492 2.004m0 0v4.228M12 15.995l-4.49-1.991M12 15.995l1.885-.835M21 12l-2.346 1.042M21 12v2m-2.086 4.914a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828Zm0 0L20 20m-1.346-6.958a5.05 5.05 0 0 0-2.163.19m2.163-.19A5 5 0 0 1 21 14m0 0a5 5 0 1 1-7.438 6.306m.323-5.147A4.98 4.98 0 0 0 13 18c0 .832.203 1.616.562 2.306m.323-5.147a5 5 0 0 1 2.606-1.927"/>` },
15451
15451
  children: title && /* @__PURE__ */ jsx552("title", { children: title })
15452
15452
  }
15453
15453
  );
15454
15454
  });
15455
- RenderRegion.displayName = "RenderRegion";
15455
+ RenderPreview.displayName = "RenderPreview";
15456
15456
 
15457
- // src/icons/Reply.tsx
15457
+ // src/icons/RenderRegion.tsx
15458
15458
  import React553 from "react";
15459
15459
  import { jsx as jsx553 } from "react/jsx-runtime";
15460
- var Reply = React553.memo((props) => {
15460
+ var RenderRegion = React553.memo((props) => {
15461
15461
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15462
15462
  return /* @__PURE__ */ jsx553(
15463
15463
  "svg",
@@ -15475,17 +15475,17 @@ var Reply = React553.memo((props) => {
15475
15475
  className,
15476
15476
  role: "img",
15477
15477
  "aria-label": ariaLabel,
15478
- dangerouslySetInnerHTML: { __html: `<path d="M16 13a3 3 0 0 0-3-3H8m0 0 2.5-2.5M8 10l2.5 2.5M9 4.5h6a6 6 0 0 1 2.651 11.384c-.38.188-.652.559-.588.978.09.59.307 1.432.837 2.031.062.07.1.16.1.253a.34.34 0 0 1-.354.346c-2.565-.118-3.805-1.506-4.325-2.35-.226-.366-.611-.642-1.042-.642H9a6 6 0 0 1 0-12Z"/>` },
15478
+ dangerouslySetInnerHTML: { __html: `<path d="M18.5 9.5V16m0-6.5-6.47-1.99a.1.1 0 0 0-.06 0L5.5 9.5m13 0-6.5 2m-6.5-2V16m0-6.5 6.5 2m0 0V16m0 0v1.125M12 16h6.5M12 16H5.5m13 0h2.4a.1.1 0 0 0 .1-.1V4.6a.1.1 0 0 0-.1-.1H3.1a.1.1 0 0 0-.1.1v11.3a.1.1 0 0 0 .1.1h2.4m.813 2.75-.742-.228a.1.1 0 0 1-.071-.096v-.488m5.688 2.312.783.241q.015.004.029.004m.813-.245-.784.241a.1.1 0 0 1-.029.004m5.688-1.745.741-.228a.1.1 0 0 0 .071-.096v-.488M8.14 19.313l1.22.375m5.28 0 1.22-.375m-3.86.062v1.12"/>` },
15479
15479
  children: title && /* @__PURE__ */ jsx553("title", { children: title })
15480
15480
  }
15481
15481
  );
15482
15482
  });
15483
- Reply.displayName = "Reply";
15483
+ RenderRegion.displayName = "RenderRegion";
15484
15484
 
15485
- // src/icons/Restart.tsx
15485
+ // src/icons/Reply.tsx
15486
15486
  import React554 from "react";
15487
15487
  import { jsx as jsx554 } from "react/jsx-runtime";
15488
- var Restart = React554.memo((props) => {
15488
+ var Reply = React554.memo((props) => {
15489
15489
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15490
15490
  return /* @__PURE__ */ jsx554(
15491
15491
  "svg",
@@ -15503,17 +15503,17 @@ var Restart = React554.memo((props) => {
15503
15503
  className,
15504
15504
  role: "img",
15505
15505
  "aria-label": ariaLabel,
15506
- dangerouslySetInnerHTML: { __html: `<path d="M15 5.582A8.003 8.003 0 0 1 12 21 8 8 0 0 1 9 5.582m6 0 .5 3.918M15 5.582 19 5m-7-2.5V12"/>` },
15506
+ dangerouslySetInnerHTML: { __html: `<path d="M16 13a3 3 0 0 0-3-3H8m0 0 2.5-2.5M8 10l2.5 2.5M9 4.5h6a6 6 0 0 1 2.651 11.384c-.38.188-.652.559-.588.978.09.59.307 1.432.837 2.031.062.07.1.16.1.253a.34.34 0 0 1-.354.346c-2.565-.118-3.805-1.506-4.325-2.35-.226-.366-.611-.642-1.042-.642H9a6 6 0 0 1 0-12Z"/>` },
15507
15507
  children: title && /* @__PURE__ */ jsx554("title", { children: title })
15508
15508
  }
15509
15509
  );
15510
15510
  });
15511
- Restart.displayName = "Restart";
15511
+ Reply.displayName = "Reply";
15512
15512
 
15513
- // src/icons/Resurect.tsx
15513
+ // src/icons/Restart.tsx
15514
15514
  import React555 from "react";
15515
15515
  import { jsx as jsx555 } from "react/jsx-runtime";
15516
- var Resurect = React555.memo((props) => {
15516
+ var Restart = React555.memo((props) => {
15517
15517
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
15518
15518
  return /* @__PURE__ */ jsx555(
15519
15519
  "svg",
@@ -15531,12 +15531,12 @@ var Resurect = React555.memo((props) => {
15531
15531
  className,
15532
15532
  role: "img",
15533
15533
  "aria-label": ariaLabel,
15534
- dangerouslySetInnerHTML: { __html: `<path d="M7 12.25h1.996a.525.525 0 0 0 .496-.334l1.414-3.806A.17.17 0 0 1 11.07 8c.082 0 .153.054.17.13l1.783 7.742a.17.17 0 0 0 .167.128.17.17 0 0 0 .163-.114l1.163-3.535a.52.52 0 0 1 .502-.351H17m4 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/>` },
15534
+ dangerouslySetInnerHTML: { __html: `<path d="M15 5.582A8.003 8.003 0 0 1 12 21 8 8 0 0 1 9 5.582m6 0 .5 3.918M15 5.582 19 5m-7-2.5V12"/>` },
15535
15535
  children: title && /* @__PURE__ */ jsx555("title", { children: title })
15536
15536
  }
15537
15537
  );
15538
15538
  });
15539
- Resurect.displayName = "Resurect";
15539
+ Restart.displayName = "Restart";
15540
15540
 
15541
15541
  // src/icons/RigidBody.tsx
15542
15542
  import React556 from "react";
@@ -16294,10 +16294,10 @@ var Shader = React582.memo((props) => {
16294
16294
  });
16295
16295
  Shader.displayName = "Shader";
16296
16296
 
16297
- // src/icons/Shadow.tsx
16297
+ // src/icons/ShadowHard.tsx
16298
16298
  import React583 from "react";
16299
16299
  import { jsx as jsx583 } from "react/jsx-runtime";
16300
- var Shadow = React583.memo((props) => {
16300
+ var ShadowHard = React583.memo((props) => {
16301
16301
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16302
16302
  return /* @__PURE__ */ jsx583(
16303
16303
  "svg",
@@ -16320,12 +16320,12 @@ var Shadow = React583.memo((props) => {
16320
16320
  }
16321
16321
  );
16322
16322
  });
16323
- Shadow.displayName = "Shadow";
16323
+ ShadowHard.displayName = "ShadowHard";
16324
16324
 
16325
- // src/icons/Share.tsx
16325
+ // src/icons/ShadowSoft.tsx
16326
16326
  import React584 from "react";
16327
16327
  import { jsx as jsx584 } from "react/jsx-runtime";
16328
- var Share = React584.memo((props) => {
16328
+ var ShadowSoft = React584.memo((props) => {
16329
16329
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16330
16330
  return /* @__PURE__ */ jsx584(
16331
16331
  "svg",
@@ -16343,17 +16343,17 @@ var Share = React584.memo((props) => {
16343
16343
  className,
16344
16344
  role: "img",
16345
16345
  "aria-label": ariaLabel,
16346
- dangerouslySetInnerHTML: { __html: `<path d="M9.146 5a.35.35 0 0 0-.25.104l-5.189 5.189a1 1 0 0 0 0 1.414l5.19 5.19a.353.353 0 0 0 .603-.25V15a1 1 0 0 1 1-1h1.377a9 9 0 0 1 7.204 3.605l1.319 1.761a.333.333 0 0 0 .6-.2V17a9 9 0 0 0-9-9h-1.5a1 1 0 0 1-1-1V5.354A.354.354 0 0 0 9.146 5Z"/>` },
16346
+ dangerouslySetInnerHTML: { __html: `<path d="m14.914 15.086-5.581 5.581m8.927-4.927L13 21m7.749-3.749-3.223 3.223m-11.188-.812 2.724-2.724m0 0q.46.061.938.062c1.867 0 3.563-.73 4.818-1.922a7 7 0 1 0-5.756 1.86Z"/>` },
16347
16347
  children: title && /* @__PURE__ */ jsx584("title", { children: title })
16348
16348
  }
16349
16349
  );
16350
16350
  });
16351
- Share.displayName = "Share";
16351
+ ShadowSoft.displayName = "ShadowSoft";
16352
16352
 
16353
- // src/icons/SheetsDrying.tsx
16353
+ // src/icons/Share.tsx
16354
16354
  import React585 from "react";
16355
16355
  import { jsx as jsx585 } from "react/jsx-runtime";
16356
- var SheetsDrying = React585.memo((props) => {
16356
+ var Share = React585.memo((props) => {
16357
16357
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16358
16358
  return /* @__PURE__ */ jsx585(
16359
16359
  "svg",
@@ -16371,17 +16371,17 @@ var SheetsDrying = React585.memo((props) => {
16371
16371
  className,
16372
16372
  role: "img",
16373
16373
  "aria-label": ariaLabel,
16374
- dangerouslySetInnerHTML: { __html: `<path d="M2.5 5C4 6 7.2 7.5 12 7.5S20 6 21.5 5M19 3.5l-1.5 4.282m0 0V9.5m0-1.718C18.64 7.507 20 8 20 9v8.882a.93.93 0 0 1-.562.873C18.175 19.28 15.737 20 12 20s-6.175-.721-7.438-1.245A.93.93 0 0 1 4 17.882V9c0-1 1.36-1.493 2.5-1.218m11 0C16.5 8 15.5 8.5 14 10m3.5-2.218L16 3.5M14 10c-1.5 1.5-3.5 2.5-6 2.5m6-2.5c-3.6 0-6.5-1.977-7.5-2.218M5 3.5l1.5 4.282m0 0V9.5m0-1.718L8 3.5"/>` },
16374
+ dangerouslySetInnerHTML: { __html: `<path d="M9.146 5a.35.35 0 0 0-.25.104l-5.189 5.189a1 1 0 0 0 0 1.414l5.19 5.19a.353.353 0 0 0 .603-.25V15a1 1 0 0 1 1-1h1.377a9 9 0 0 1 7.204 3.605l1.319 1.761a.333.333 0 0 0 .6-.2V17a9 9 0 0 0-9-9h-1.5a1 1 0 0 1-1-1V5.354A.354.354 0 0 0 9.146 5Z"/>` },
16375
16375
  children: title && /* @__PURE__ */ jsx585("title", { children: title })
16376
16376
  }
16377
16377
  );
16378
16378
  });
16379
- SheetsDrying.displayName = "SheetsDrying";
16379
+ Share.displayName = "Share";
16380
16380
 
16381
- // src/icons/Shield.tsx
16381
+ // src/icons/SheetsDrying.tsx
16382
16382
  import React586 from "react";
16383
16383
  import { jsx as jsx586 } from "react/jsx-runtime";
16384
- var Shield = React586.memo((props) => {
16384
+ var SheetsDrying = React586.memo((props) => {
16385
16385
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16386
16386
  return /* @__PURE__ */ jsx586(
16387
16387
  "svg",
@@ -16399,17 +16399,17 @@ var Shield = React586.memo((props) => {
16399
16399
  className,
16400
16400
  role: "img",
16401
16401
  "aria-label": ariaLabel,
16402
- dangerouslySetInnerHTML: { __html: `<path d="M19 4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493A9 9 0 0 0 19 12.065z"/>` },
16402
+ dangerouslySetInnerHTML: { __html: `<path d="M2.5 5C4 6 7.2 7.5 12 7.5S20 6 21.5 5M19 3.5l-1.5 4.282m0 0V9.5m0-1.718C18.64 7.507 20 8 20 9v8.882a.93.93 0 0 1-.562.873C18.175 19.28 15.737 20 12 20s-6.175-.721-7.438-1.245A.93.93 0 0 1 4 17.882V9c0-1 1.36-1.493 2.5-1.218m11 0C16.5 8 15.5 8.5 14 10m3.5-2.218L16 3.5M14 10c-1.5 1.5-3.5 2.5-6 2.5m6-2.5c-3.6 0-6.5-1.977-7.5-2.218M5 3.5l1.5 4.282m0 0V9.5m0-1.718L8 3.5"/>` },
16403
16403
  children: title && /* @__PURE__ */ jsx586("title", { children: title })
16404
16404
  }
16405
16405
  );
16406
16406
  });
16407
- Shield.displayName = "Shield";
16407
+ SheetsDrying.displayName = "SheetsDrying";
16408
16408
 
16409
- // src/icons/ShieldCheck.tsx
16409
+ // src/icons/Shield.tsx
16410
16410
  import React587 from "react";
16411
16411
  import { jsx as jsx587 } from "react/jsx-runtime";
16412
- var ShieldCheck = React587.memo((props) => {
16412
+ var Shield = React587.memo((props) => {
16413
16413
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16414
16414
  return /* @__PURE__ */ jsx587(
16415
16415
  "svg",
@@ -16427,17 +16427,17 @@ var ShieldCheck = React587.memo((props) => {
16427
16427
  className,
16428
16428
  role: "img",
16429
16429
  "aria-label": ariaLabel,
16430
- dangerouslySetInnerHTML: { __html: `<path d="m16 18 1.43 1.43a.1.1 0 0 0 .14 0L20 17m-1.058-3.911a5 5 0 0 0-5.37 7.237m5.37-7.237A5.002 5.002 0 0 1 18 23a5 5 0 0 1-4.427-2.674m5.369-7.237q.058-.506.058-1.024V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493.028-.012"/>` },
16430
+ dangerouslySetInnerHTML: { __html: `<path d="M19 4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493A9 9 0 0 0 19 12.065z"/>` },
16431
16431
  children: title && /* @__PURE__ */ jsx587("title", { children: title })
16432
16432
  }
16433
16433
  );
16434
16434
  });
16435
- ShieldCheck.displayName = "ShieldCheck";
16435
+ Shield.displayName = "Shield";
16436
16436
 
16437
- // src/icons/ShieldCross.tsx
16437
+ // src/icons/ShieldCheck.tsx
16438
16438
  import React588 from "react";
16439
16439
  import { jsx as jsx588 } from "react/jsx-runtime";
16440
- var ShieldCross = React588.memo((props) => {
16440
+ var ShieldCheck = React588.memo((props) => {
16441
16441
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16442
16442
  return /* @__PURE__ */ jsx588(
16443
16443
  "svg",
@@ -16455,17 +16455,17 @@ var ShieldCross = React588.memo((props) => {
16455
16455
  className,
16456
16456
  role: "img",
16457
16457
  "aria-label": ariaLabel,
16458
- dangerouslySetInnerHTML: { __html: `<path d="m18 18 1.5-1.5M18 18l1.5 1.5M18 18l-1.5 1.5M18 18l-1.5-1.5m2.442-3.411a5 5 0 0 0-5.37 7.237m5.37-7.237A5.002 5.002 0 0 1 18 23a5 5 0 0 1-4.427-2.674m5.369-7.237q.058-.506.058-1.024V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493.028-.012"/>` },
16458
+ dangerouslySetInnerHTML: { __html: `<path d="m16 18 1.43 1.43a.1.1 0 0 0 .14 0L20 17m-1.058-3.911a5 5 0 0 0-5.37 7.237m5.37-7.237A5.002 5.002 0 0 1 18 23a5 5 0 0 1-4.427-2.674m5.369-7.237q.058-.506.058-1.024V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493.028-.012"/>` },
16459
16459
  children: title && /* @__PURE__ */ jsx588("title", { children: title })
16460
16460
  }
16461
16461
  );
16462
16462
  });
16463
- ShieldCross.displayName = "ShieldCross";
16463
+ ShieldCheck.displayName = "ShieldCheck";
16464
16464
 
16465
- // src/icons/ShoppingBag.tsx
16465
+ // src/icons/ShieldCross.tsx
16466
16466
  import React589 from "react";
16467
16467
  import { jsx as jsx589 } from "react/jsx-runtime";
16468
- var ShoppingBag = React589.memo((props) => {
16468
+ var ShieldCross = React589.memo((props) => {
16469
16469
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16470
16470
  return /* @__PURE__ */ jsx589(
16471
16471
  "svg",
@@ -16483,17 +16483,17 @@ var ShoppingBag = React589.memo((props) => {
16483
16483
  className,
16484
16484
  role: "img",
16485
16485
  "aria-label": ariaLabel,
16486
- dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21h13.84a1 1 0 0 0 .997-1.077l-.846-11A1 1 0 0 0 18.074 8H16M8 8V7a4 4 0 0 1 8 0v1M8 8h8m-8 2.5v.5a4 4 0 0 0 8 0v-.5"/>` },
16486
+ dangerouslySetInnerHTML: { __html: `<path d="m18 18 1.5-1.5M18 18l1.5 1.5M18 18l-1.5 1.5M18 18l-1.5-1.5m2.442-3.411a5 5 0 0 0-5.37 7.237m5.37-7.237A5.002 5.002 0 0 1 18 23a5 5 0 0 1-4.427-2.674m5.369-7.237q.058-.506.058-1.024V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8.065a9 9 0 0 0 5.455 8.273l1.151.493a1 1 0 0 0 .788 0l1.151-.493.028-.012"/>` },
16487
16487
  children: title && /* @__PURE__ */ jsx589("title", { children: title })
16488
16488
  }
16489
16489
  );
16490
16490
  });
16491
- ShoppingBag.displayName = "ShoppingBag";
16491
+ ShieldCross.displayName = "ShieldCross";
16492
16492
 
16493
- // src/icons/ShoppingBagCheck.tsx
16493
+ // src/icons/ShoppingBag.tsx
16494
16494
  import React590 from "react";
16495
16495
  import { jsx as jsx590 } from "react/jsx-runtime";
16496
- var ShoppingBagCheck = React590.memo((props) => {
16496
+ var ShoppingBag = React590.memo((props) => {
16497
16497
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16498
16498
  return /* @__PURE__ */ jsx590(
16499
16499
  "svg",
@@ -16511,17 +16511,17 @@ var ShoppingBagCheck = React590.memo((props) => {
16511
16511
  className,
16512
16512
  role: "img",
16513
16513
  "aria-label": ariaLabel,
16514
- dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m2-3 1.43 1.43a.1.1 0 0 0 .14 0L20 17"/>` },
16514
+ dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21h13.84a1 1 0 0 0 .997-1.077l-.846-11A1 1 0 0 0 18.074 8H16M8 8V7a4 4 0 0 1 8 0v1M8 8h8m-8 2.5v.5a4 4 0 0 0 8 0v-.5"/>` },
16515
16515
  children: title && /* @__PURE__ */ jsx590("title", { children: title })
16516
16516
  }
16517
16517
  );
16518
16518
  });
16519
- ShoppingBagCheck.displayName = "ShoppingBagCheck";
16519
+ ShoppingBag.displayName = "ShoppingBag";
16520
16520
 
16521
- // src/icons/ShoppingBagCross.tsx
16521
+ // src/icons/ShoppingBagCheck.tsx
16522
16522
  import React591 from "react";
16523
16523
  import { jsx as jsx591 } from "react/jsx-runtime";
16524
- var ShoppingBagCross = React591.memo((props) => {
16524
+ var ShoppingBagCheck = React591.memo((props) => {
16525
16525
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16526
16526
  return /* @__PURE__ */ jsx591(
16527
16527
  "svg",
@@ -16539,17 +16539,17 @@ var ShoppingBagCross = React591.memo((props) => {
16539
16539
  className,
16540
16540
  role: "img",
16541
16541
  "aria-label": ariaLabel,
16542
- dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m4-3 1.5-1.5M18 18l1.5 1.5M18 18l-1.5 1.5M18 18l-1.5-1.5"/>` },
16542
+ dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m2-3 1.43 1.43a.1.1 0 0 0 .14 0L20 17"/>` },
16543
16543
  children: title && /* @__PURE__ */ jsx591("title", { children: title })
16544
16544
  }
16545
16545
  );
16546
16546
  });
16547
- ShoppingBagCross.displayName = "ShoppingBagCross";
16547
+ ShoppingBagCheck.displayName = "ShoppingBagCheck";
16548
16548
 
16549
- // src/icons/ShoppingBagMinus.tsx
16549
+ // src/icons/ShoppingBagCross.tsx
16550
16550
  import React592 from "react";
16551
16551
  import { jsx as jsx592 } from "react/jsx-runtime";
16552
- var ShoppingBagMinus = React592.memo((props) => {
16552
+ var ShoppingBagCross = React592.memo((props) => {
16553
16553
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16554
16554
  return /* @__PURE__ */ jsx592(
16555
16555
  "svg",
@@ -16567,17 +16567,17 @@ var ShoppingBagMinus = React592.memo((props) => {
16567
16567
  className,
16568
16568
  role: "img",
16569
16569
  "aria-label": ariaLabel,
16570
- dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m1.5-3h5"/>` },
16570
+ dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m4-3 1.5-1.5M18 18l1.5 1.5M18 18l-1.5 1.5M18 18l-1.5-1.5"/>` },
16571
16571
  children: title && /* @__PURE__ */ jsx592("title", { children: title })
16572
16572
  }
16573
16573
  );
16574
16574
  });
16575
- ShoppingBagMinus.displayName = "ShoppingBagMinus";
16575
+ ShoppingBagCross.displayName = "ShoppingBagCross";
16576
16576
 
16577
- // src/icons/ShoppingBagPlus.tsx
16577
+ // src/icons/ShoppingBagMinus.tsx
16578
16578
  import React593 from "react";
16579
16579
  import { jsx as jsx593 } from "react/jsx-runtime";
16580
- var ShoppingBagPlus = React593.memo((props) => {
16580
+ var ShoppingBagMinus = React593.memo((props) => {
16581
16581
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16582
16582
  return /* @__PURE__ */ jsx593(
16583
16583
  "svg",
@@ -16595,17 +16595,17 @@ var ShoppingBagPlus = React593.memo((props) => {
16595
16595
  className,
16596
16596
  role: "img",
16597
16597
  "aria-label": ariaLabel,
16598
- dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 0 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m2 7.5v-2.5m0 2.5h2.5M18 18v2.5m0-2.5h-2.5m3.9-4.801A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21"/>` },
16598
+ dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 1 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m3.4 2.699A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21m1.5-3h5"/>` },
16599
16599
  children: title && /* @__PURE__ */ jsx593("title", { children: title })
16600
16600
  }
16601
16601
  );
16602
16602
  });
16603
- ShoppingBagPlus.displayName = "ShoppingBagPlus";
16603
+ ShoppingBagMinus.displayName = "ShoppingBagMinus";
16604
16604
 
16605
- // src/icons/Shuffle.tsx
16605
+ // src/icons/ShoppingBagPlus.tsx
16606
16606
  import React594 from "react";
16607
16607
  import { jsx as jsx594 } from "react/jsx-runtime";
16608
- var Shuffle = React594.memo((props) => {
16608
+ var ShoppingBagPlus = React594.memo((props) => {
16609
16609
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16610
16610
  return /* @__PURE__ */ jsx594(
16611
16611
  "svg",
@@ -16623,17 +16623,17 @@ var Shuffle = React594.memo((props) => {
16623
16623
  className,
16624
16624
  role: "img",
16625
16625
  "aria-label": ariaLabel,
16626
- dangerouslySetInnerHTML: { __html: `<path d="M20 17h-2.658a6 6 0 0 1-5.101-2.842L10.905 12M20 17l-3-3m3 3-3 3m-6.095-8L9.342 9.476A6.28 6.28 0 0 0 4 6.5m6.905 5.5 1.336-2.158A6 6 0 0 1 17.342 7H20m-9.095 5-1.563 2.524A6.28 6.28 0 0 1 4 17.5M20 7l-3 3m3-3-3-3"/>` },
16626
+ dangerouslySetInnerHTML: { __html: `<path d="M8 8H5.926a1 1 0 0 0-.997.923l-.846 11A1 1 0 0 0 5.08 21H14M8 8V7a4 4 0 0 1 8 0v1M8 8h8m0 0h2.074a1 1 0 0 1 .997.923L19.4 13.2M8 10.5v.5a4 4 0 0 0 8 0v-.5m2 7.5v-2.5m0 2.5h2.5M18 18v2.5m0-2.5h-2.5m3.9-4.801A5 5 0 0 0 14 21m5.4-7.801A5 5 0 1 1 14 21"/>` },
16627
16627
  children: title && /* @__PURE__ */ jsx594("title", { children: title })
16628
16628
  }
16629
16629
  );
16630
16630
  });
16631
- Shuffle.displayName = "Shuffle";
16631
+ ShoppingBagPlus.displayName = "ShoppingBagPlus";
16632
16632
 
16633
- // src/icons/Signal.tsx
16633
+ // src/icons/Shuffle.tsx
16634
16634
  import React595 from "react";
16635
16635
  import { jsx as jsx595 } from "react/jsx-runtime";
16636
- var Signal = React595.memo((props) => {
16636
+ var Shuffle = React595.memo((props) => {
16637
16637
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16638
16638
  return /* @__PURE__ */ jsx595(
16639
16639
  "svg",
@@ -16651,17 +16651,17 @@ var Signal = React595.memo((props) => {
16651
16651
  className,
16652
16652
  role: "img",
16653
16653
  "aria-label": ariaLabel,
16654
- dangerouslySetInnerHTML: { __html: `<path d="M9.172 9.172a4 4 0 0 0 0 5.656m5.656-5.656a4 4 0 0 1 0 5.656M7.404 7.404a6.5 6.5 0 0 0 0 9.192m9.192-9.192a6.5 6.5 0 0 1 0 9.192m1.768-10.96a9 9 0 0 1 0 12.728M5.636 5.636a9 9 0 0 0 0 12.728m7.425-7.425a1.5 1.5 0 1 0-2.122 2.122 1.5 1.5 0 0 0 2.122-2.122Z"/>` },
16654
+ dangerouslySetInnerHTML: { __html: `<path d="M20 17h-2.658a6 6 0 0 1-5.101-2.842L10.905 12M20 17l-3-3m3 3-3 3m-6.095-8L9.342 9.476A6.28 6.28 0 0 0 4 6.5m6.905 5.5 1.336-2.158A6 6 0 0 1 17.342 7H20m-9.095 5-1.563 2.524A6.28 6.28 0 0 1 4 17.5M20 7l-3 3m3-3-3-3"/>` },
16655
16655
  children: title && /* @__PURE__ */ jsx595("title", { children: title })
16656
16656
  }
16657
16657
  );
16658
16658
  });
16659
- Signal.displayName = "Signal";
16659
+ Shuffle.displayName = "Shuffle";
16660
16660
 
16661
- // src/icons/Signpost.tsx
16661
+ // src/icons/Signal.tsx
16662
16662
  import React596 from "react";
16663
16663
  import { jsx as jsx596 } from "react/jsx-runtime";
16664
- var Signpost = React596.memo((props) => {
16664
+ var Signal = React596.memo((props) => {
16665
16665
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16666
16666
  return /* @__PURE__ */ jsx596(
16667
16667
  "svg",
@@ -16679,17 +16679,17 @@ var Signpost = React596.memo((props) => {
16679
16679
  className,
16680
16680
  role: "img",
16681
16681
  "aria-label": ariaLabel,
16682
- dangerouslySetInnerHTML: { __html: `<path d="M11 21v-9m0 0h5.586a1 1 0 0 0 .707-.293l2-2a1 1 0 0 0 0-1.414l-2-2A1 1 0 0 0 16.586 6H11m0 6H6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5m0 0V3"/>` },
16682
+ dangerouslySetInnerHTML: { __html: `<path d="M9.172 9.172a4 4 0 0 0 0 5.656m5.656-5.656a4 4 0 0 1 0 5.656M7.404 7.404a6.5 6.5 0 0 0 0 9.192m9.192-9.192a6.5 6.5 0 0 1 0 9.192m1.768-10.96a9 9 0 0 1 0 12.728M5.636 5.636a9 9 0 0 0 0 12.728m7.425-7.425a1.5 1.5 0 1 0-2.122 2.122 1.5 1.5 0 0 0 2.122-2.122Z"/>` },
16683
16683
  children: title && /* @__PURE__ */ jsx596("title", { children: title })
16684
16684
  }
16685
16685
  );
16686
16686
  });
16687
- Signpost.displayName = "Signpost";
16687
+ Signal.displayName = "Signal";
16688
16688
 
16689
- // src/icons/SignpostAlt.tsx
16689
+ // src/icons/Signpost.tsx
16690
16690
  import React597 from "react";
16691
16691
  import { jsx as jsx597 } from "react/jsx-runtime";
16692
- var SignpostAlt = React597.memo((props) => {
16692
+ var Signpost = React597.memo((props) => {
16693
16693
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16694
16694
  return /* @__PURE__ */ jsx597(
16695
16695
  "svg",
@@ -16707,17 +16707,17 @@ var SignpostAlt = React597.memo((props) => {
16707
16707
  className,
16708
16708
  role: "img",
16709
16709
  "aria-label": ariaLabel,
16710
- dangerouslySetInnerHTML: { __html: `<path d="M12 5h5.586a1 1 0 0 1 .707.293l1.5 1.5a1 1 0 0 1 0 1.414l-1.5 1.5a1 1 0 0 1-.707.293H12m0-5H7a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5m0-5V3m0 14h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5m0 5H6.414a1 1 0 0 1-.707-.293l-1.5-1.5a1 1 0 0 1 0-1.414l1.5-1.5A1 1 0 0 1 6.414 12H12m0 5v4m0-9v-2"/>` },
16710
+ dangerouslySetInnerHTML: { __html: `<path d="M11 21v-9m0 0h5.586a1 1 0 0 0 .707-.293l2-2a1 1 0 0 0 0-1.414l-2-2A1 1 0 0 0 16.586 6H11m0 6H6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5m0 0V3"/>` },
16711
16711
  children: title && /* @__PURE__ */ jsx597("title", { children: title })
16712
16712
  }
16713
16713
  );
16714
16714
  });
16715
- SignpostAlt.displayName = "SignpostAlt";
16715
+ Signpost.displayName = "Signpost";
16716
16716
 
16717
- // src/icons/Skull.tsx
16717
+ // src/icons/SignpostAlt.tsx
16718
16718
  import React598 from "react";
16719
16719
  import { jsx as jsx598 } from "react/jsx-runtime";
16720
- var Skull = React598.memo((props) => {
16720
+ var SignpostAlt = React598.memo((props) => {
16721
16721
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16722
16722
  return /* @__PURE__ */ jsx598(
16723
16723
  "svg",
@@ -16735,17 +16735,17 @@ var Skull = React598.memo((props) => {
16735
16735
  className,
16736
16736
  role: "img",
16737
16737
  "aria-label": ariaLabel,
16738
- dangerouslySetInnerHTML: { __html: `<path d="M10 21H9a1 1 0 0 1-1-1 1 1 0 0 0-1-1h-.882a1 1 0 0 1-.894-1.447 1 1 0 0 0-.095-1.047l-.603-.805A2.63 2.63 0 0 1 4 14.124v-.434c0-.776.23-1.534.66-2.18.215-.322.263-.724.164-1.098C3.365 4.869 8.617 3 12 3s8.635 1.869 7.176 7.412c-.099.374-.05.776.164 1.098.43.646.66 1.404.66 2.18v.434c0 .569-.184 1.122-.526 1.577l-.603.805a1 1 0 0 0-.095 1.047A1 1 0 0 1 17.882 19H17a1 1 0 0 0-1 1 1 1 0 0 1-1 1h-1m-4 0v-1.5m0 1.5h2m2 0v-1.5m0 1.5h-2m0 0v-1.5m1-2-.5-.5a.707.707 0 0 0-1 0l-.5.5m-4.5-3.765v.203a2 2 0 0 0 1.515 1.94l.265.067a2 2 0 0 0 2.473-1.72l.026-.237a2 2 0 0 0-1.767-2.209l-.291-.032A2 2 0 0 0 6.5 13.735Zm6.72.253.027.238a2 2 0 0 0 2.473 1.719l.265-.066a2 2 0 0 0 1.515-1.94v-.204a2 2 0 0 0-2.22-1.988l-.292.032a2 2 0 0 0-1.767 2.209Z"/>` },
16738
+ dangerouslySetInnerHTML: { __html: `<path d="M12 5h5.586a1 1 0 0 1 .707.293l1.5 1.5a1 1 0 0 1 0 1.414l-1.5 1.5a1 1 0 0 1-.707.293H12m0-5H7a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5m0-5V3m0 14h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5m0 5H6.414a1 1 0 0 1-.707-.293l-1.5-1.5a1 1 0 0 1 0-1.414l1.5-1.5A1 1 0 0 1 6.414 12H12m0 5v4m0-9v-2"/>` },
16739
16739
  children: title && /* @__PURE__ */ jsx598("title", { children: title })
16740
16740
  }
16741
16741
  );
16742
16742
  });
16743
- Skull.displayName = "Skull";
16743
+ SignpostAlt.displayName = "SignpostAlt";
16744
16744
 
16745
- // src/icons/Slice.tsx
16745
+ // src/icons/Skull.tsx
16746
16746
  import React599 from "react";
16747
16747
  import { jsx as jsx599 } from "react/jsx-runtime";
16748
- var Slice = React599.memo((props) => {
16748
+ var Skull = React599.memo((props) => {
16749
16749
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16750
16750
  return /* @__PURE__ */ jsx599(
16751
16751
  "svg",
@@ -16763,17 +16763,17 @@ var Slice = React599.memo((props) => {
16763
16763
  className,
16764
16764
  role: "img",
16765
16765
  "aria-label": ariaLabel,
16766
- dangerouslySetInnerHTML: { __html: `<path d="m6.15 13.75-2.993-1.662a.1.1 0 0 1 0-.175L6.15 10.25m0 3.5 5.801 3.223a.1.1 0 0 0 .098 0l5.801-3.223m-11.7 0-2.993 1.663a.1.1 0 0 0 0 .175l8.794 4.885a.1.1 0 0 0 .098 0l8.794-4.885a.1.1 0 0 0 0-.175L17.85 13.75m0 0 2.993-1.662a.1.1 0 0 0 0-.175L17.85 10.25m0 0-5.802 3.223a.1.1 0 0 1-.097 0L6.15 10.25m11.7 0 2.993-1.662a.1.1 0 0 0 0-.175l-8.794-4.886a.1.1 0 0 0-.098 0L3.157 8.413a.1.1 0 0 0 0 .175L6.15 10.25"/>` },
16766
+ dangerouslySetInnerHTML: { __html: `<path d="M10 21H9a1 1 0 0 1-1-1 1 1 0 0 0-1-1h-.882a1 1 0 0 1-.894-1.447 1 1 0 0 0-.095-1.047l-.603-.805A2.63 2.63 0 0 1 4 14.124v-.434c0-.776.23-1.534.66-2.18.215-.322.263-.724.164-1.098C3.365 4.869 8.617 3 12 3s8.635 1.869 7.176 7.412c-.099.374-.05.776.164 1.098.43.646.66 1.404.66 2.18v.434c0 .569-.184 1.122-.526 1.577l-.603.805a1 1 0 0 0-.095 1.047A1 1 0 0 1 17.882 19H17a1 1 0 0 0-1 1 1 1 0 0 1-1 1h-1m-4 0v-1.5m0 1.5h2m2 0v-1.5m0 1.5h-2m0 0v-1.5m1-2-.5-.5a.707.707 0 0 0-1 0l-.5.5m-4.5-3.765v.203a2 2 0 0 0 1.515 1.94l.265.067a2 2 0 0 0 2.473-1.72l.026-.237a2 2 0 0 0-1.767-2.209l-.291-.032A2 2 0 0 0 6.5 13.735Zm6.72.253.027.238a2 2 0 0 0 2.473 1.719l.265-.066a2 2 0 0 0 1.515-1.94v-.204a2 2 0 0 0-2.22-1.988l-.292.032a2 2 0 0 0-1.767 2.209Z"/>` },
16767
16767
  children: title && /* @__PURE__ */ jsx599("title", { children: title })
16768
16768
  }
16769
16769
  );
16770
16770
  });
16771
- Slice.displayName = "Slice";
16771
+ Skull.displayName = "Skull";
16772
16772
 
16773
- // src/icons/Slider.tsx
16773
+ // src/icons/Slice.tsx
16774
16774
  import React600 from "react";
16775
16775
  import { jsx as jsx600 } from "react/jsx-runtime";
16776
- var Slider = React600.memo((props) => {
16776
+ var Slice = React600.memo((props) => {
16777
16777
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16778
16778
  return /* @__PURE__ */ jsx600(
16779
16779
  "svg",
@@ -16791,17 +16791,17 @@ var Slider = React600.memo((props) => {
16791
16791
  className,
16792
16792
  role: "img",
16793
16793
  "aria-label": ariaLabel,
16794
- dangerouslySetInnerHTML: { __html: `<path d="M17 12V9a2 2 0 1 0-4 0v3m4 0v3a2 2 0 1 1-4 0v-3m4 0h5m-9 0H2"/>` },
16794
+ dangerouslySetInnerHTML: { __html: `<path d="m6.15 13.75-2.993-1.662a.1.1 0 0 1 0-.175L6.15 10.25m0 3.5 5.801 3.223a.1.1 0 0 0 .098 0l5.801-3.223m-11.7 0-2.993 1.663a.1.1 0 0 0 0 .175l8.794 4.885a.1.1 0 0 0 .098 0l8.794-4.885a.1.1 0 0 0 0-.175L17.85 13.75m0 0 2.993-1.662a.1.1 0 0 0 0-.175L17.85 10.25m0 0-5.802 3.223a.1.1 0 0 1-.097 0L6.15 10.25m11.7 0 2.993-1.662a.1.1 0 0 0 0-.175l-8.794-4.886a.1.1 0 0 0-.098 0L3.157 8.413a.1.1 0 0 0 0 .175L6.15 10.25"/>` },
16795
16795
  children: title && /* @__PURE__ */ jsx600("title", { children: title })
16796
16796
  }
16797
16797
  );
16798
16798
  });
16799
- Slider.displayName = "Slider";
16799
+ Slice.displayName = "Slice";
16800
16800
 
16801
- // src/icons/SmileyNeutral.tsx
16801
+ // src/icons/Slider.tsx
16802
16802
  import React601 from "react";
16803
16803
  import { jsx as jsx601 } from "react/jsx-runtime";
16804
- var SmileyNeutral = React601.memo((props) => {
16804
+ var Slider = React601.memo((props) => {
16805
16805
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16806
16806
  return /* @__PURE__ */ jsx601(
16807
16807
  "svg",
@@ -16819,17 +16819,17 @@ var SmileyNeutral = React601.memo((props) => {
16819
16819
  className,
16820
16820
  role: "img",
16821
16821
  "aria-label": ariaLabel,
16822
- dangerouslySetInnerHTML: { __html: `<path d="M15 15H9m3 6a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16822
+ dangerouslySetInnerHTML: { __html: `<path d="M17 12V9a2 2 0 1 0-4 0v3m4 0v3a2 2 0 1 1-4 0v-3m4 0h5m-9 0H2"/>` },
16823
16823
  children: title && /* @__PURE__ */ jsx601("title", { children: title })
16824
16824
  }
16825
16825
  );
16826
16826
  });
16827
- SmileyNeutral.displayName = "SmileyNeutral";
16827
+ Slider.displayName = "Slider";
16828
16828
 
16829
- // src/icons/SmileySad.tsx
16829
+ // src/icons/SmileyNeutral.tsx
16830
16830
  import React602 from "react";
16831
16831
  import { jsx as jsx602 } from "react/jsx-runtime";
16832
- var SmileySad = React602.memo((props) => {
16832
+ var SmileyNeutral = React602.memo((props) => {
16833
16833
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16834
16834
  return /* @__PURE__ */ jsx602(
16835
16835
  "svg",
@@ -16847,17 +16847,17 @@ var SmileySad = React602.memo((props) => {
16847
16847
  className,
16848
16848
  role: "img",
16849
16849
  "aria-label": ariaLabel,
16850
- dangerouslySetInnerHTML: { __html: `<path d="m9.5 16 .168-.252a2.803 2.803 0 0 1 4.664 0L14.5 16M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16850
+ dangerouslySetInnerHTML: { __html: `<path d="M15 15H9m3 6a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16851
16851
  children: title && /* @__PURE__ */ jsx602("title", { children: title })
16852
16852
  }
16853
16853
  );
16854
16854
  });
16855
- SmileySad.displayName = "SmileySad";
16855
+ SmileyNeutral.displayName = "SmileyNeutral";
16856
16856
 
16857
- // src/icons/SmileySmile.tsx
16857
+ // src/icons/SmileySad.tsx
16858
16858
  import React603 from "react";
16859
16859
  import { jsx as jsx603 } from "react/jsx-runtime";
16860
- var SmileySmile = React603.memo((props) => {
16860
+ var SmileySad = React603.memo((props) => {
16861
16861
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16862
16862
  return /* @__PURE__ */ jsx603(
16863
16863
  "svg",
@@ -16875,17 +16875,17 @@ var SmileySmile = React603.memo((props) => {
16875
16875
  className,
16876
16876
  role: "img",
16877
16877
  "aria-label": ariaLabel,
16878
- dangerouslySetInnerHTML: { __html: `<path d="m9.5 14.5.168.252a2.803 2.803 0 0 0 4.664 0l.168-.252M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16878
+ dangerouslySetInnerHTML: { __html: `<path d="m9.5 16 .168-.252a2.803 2.803 0 0 1 4.664 0L14.5 16M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16879
16879
  children: title && /* @__PURE__ */ jsx603("title", { children: title })
16880
16880
  }
16881
16881
  );
16882
16882
  });
16883
- SmileySmile.displayName = "SmileySmile";
16883
+ SmileySad.displayName = "SmileySad";
16884
16884
 
16885
- // src/icons/SnapGrid.tsx
16885
+ // src/icons/SmileySmile.tsx
16886
16886
  import React604 from "react";
16887
16887
  import { jsx as jsx604 } from "react/jsx-runtime";
16888
- var SnapGrid = React604.memo((props) => {
16888
+ var SmileySmile = React604.memo((props) => {
16889
16889
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16890
16890
  return /* @__PURE__ */ jsx604(
16891
16891
  "svg",
@@ -16903,17 +16903,17 @@ var SnapGrid = React604.memo((props) => {
16903
16903
  className,
16904
16904
  role: "img",
16905
16905
  "aria-label": ariaLabel,
16906
- dangerouslySetInnerHTML: { __html: `<path d="m14.94 10.475-1.698 1.697a.1.1 0 0 0 0 .141L15.93 15a.1.1 0 0 0 .142 0l1.697-1.697m-2.829-2.828 1.415-1.414a1 1 0 0 0-1.415-1.415l-1.414 1.415m1.414 1.414 2.829 2.828m0 0 1.767-1.767a5 5 0 1 0-7.07-7.072l-1.768 1.768m2.828 2.829-1.697 1.697a.1.1 0 0 1-.141 0L9 8.07a.1.1 0 0 1 0-.142l1.697-1.697m2.828 2.829-2.828-2.829M3 17v3a1 1 0 0 0 1 1h3m-4-4v-3a1 1 0 0 1 1-1h3m-4 4h8m0 0v-3a1 1 0 0 0-1-1H7m4 4v3a1 1 0 0 1-1 1H7m0-8v8"/>` },
16906
+ dangerouslySetInnerHTML: { __html: `<path d="m9.5 14.5.168.252a2.803 2.803 0 0 0 4.664 0l.168-.252M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm-5-9.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"/>` },
16907
16907
  children: title && /* @__PURE__ */ jsx604("title", { children: title })
16908
16908
  }
16909
16909
  );
16910
16910
  });
16911
- SnapGrid.displayName = "SnapGrid";
16911
+ SmileySmile.displayName = "SmileySmile";
16912
16912
 
16913
- // src/icons/SnapVertex.tsx
16913
+ // src/icons/SnapGrid.tsx
16914
16914
  import React605 from "react";
16915
16915
  import { jsx as jsx605 } from "react/jsx-runtime";
16916
- var SnapVertex = React605.memo((props) => {
16916
+ var SnapGrid = React605.memo((props) => {
16917
16917
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16918
16918
  return /* @__PURE__ */ jsx605(
16919
16919
  "svg",
@@ -16931,17 +16931,17 @@ var SnapVertex = React605.memo((props) => {
16931
16931
  className,
16932
16932
  role: "img",
16933
16933
  "aria-label": ariaLabel,
16934
- dangerouslySetInnerHTML: { __html: `<path d="M6 19.5A1.5 1.5 0 1 1 4.5 18M6 19.5A1.5 1.5 0 0 0 4.5 18M6 19.5h5.5m-7-1.5v-5.5m7 7a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm-7-7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm10.44-2.025-1.698 1.697a.1.1 0 0 0 0 .141L15.93 15a.1.1 0 0 0 .142 0l1.697-1.697m-2.829-2.828 1.415-1.414a1 1 0 0 0-1.415-1.415l-1.414 1.415m1.414 1.414 2.829 2.828m0 0 1.767-1.767a5 5 0 1 0-7.07-7.072l-1.768 1.768m2.828 2.829-1.697 1.697a.1.1 0 0 1-.141 0L9 8.07a.1.1 0 0 1 0-.142l1.697-1.697m2.828 2.829-2.828-2.829"/>` },
16934
+ dangerouslySetInnerHTML: { __html: `<path d="m14.94 10.475-1.698 1.697a.1.1 0 0 0 0 .141L15.93 15a.1.1 0 0 0 .142 0l1.697-1.697m-2.829-2.828 1.415-1.414a1 1 0 0 0-1.415-1.415l-1.414 1.415m1.414 1.414 2.829 2.828m0 0 1.767-1.767a5 5 0 1 0-7.07-7.072l-1.768 1.768m2.828 2.829-1.697 1.697a.1.1 0 0 1-.141 0L9 8.07a.1.1 0 0 1 0-.142l1.697-1.697m2.828 2.829-2.828-2.829M3 17v3a1 1 0 0 0 1 1h3m-4-4v-3a1 1 0 0 1 1-1h3m-4 4h8m0 0v-3a1 1 0 0 0-1-1H7m4 4v3a1 1 0 0 1-1 1H7m0-8v8"/>` },
16935
16935
  children: title && /* @__PURE__ */ jsx605("title", { children: title })
16936
16936
  }
16937
16937
  );
16938
16938
  });
16939
- SnapVertex.displayName = "SnapVertex";
16939
+ SnapGrid.displayName = "SnapGrid";
16940
16940
 
16941
- // src/icons/Snowflake.tsx
16941
+ // src/icons/SnapVertex.tsx
16942
16942
  import React606 from "react";
16943
16943
  import { jsx as jsx606 } from "react/jsx-runtime";
16944
- var Snowflake = React606.memo((props) => {
16944
+ var SnapVertex = React606.memo((props) => {
16945
16945
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16946
16946
  return /* @__PURE__ */ jsx606(
16947
16947
  "svg",
@@ -16959,17 +16959,17 @@ var Snowflake = React606.memo((props) => {
16959
16959
  className,
16960
16960
  role: "img",
16961
16961
  "aria-label": ariaLabel,
16962
- dangerouslySetInnerHTML: { __html: `<path d="M12 17.5V21m0-3.5L9.5 20m2.5-2.5 2.5 2.5M12 17.5v-11m0 0V3m0 3.5L14.5 4M12 6.5 9.5 4M7.237 14.75 4.206 16.5m3.03-1.75-3.414-.915m3.415.915-.915 3.415m.915-3.415 9.526-5.5m0 0 3.031-1.75m-3.03 1.75 3.414.915m-3.415-.915.915-3.415M7.237 9.25 4.206 7.5m3.03 1.75-.914-3.415m.915 3.415-3.415.915m3.415-.915L12 12l4.763 2.75m0 0 3.031 1.75m-3.03-1.75.914 3.415m-.915-3.415 3.415-.915"/>` },
16962
+ dangerouslySetInnerHTML: { __html: `<path d="M6 19.5A1.5 1.5 0 1 1 4.5 18M6 19.5A1.5 1.5 0 0 0 4.5 18M6 19.5h5.5m-7-1.5v-5.5m7 7a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm-7-7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm10.44-2.025-1.698 1.697a.1.1 0 0 0 0 .141L15.93 15a.1.1 0 0 0 .142 0l1.697-1.697m-2.829-2.828 1.415-1.414a1 1 0 0 0-1.415-1.415l-1.414 1.415m1.414 1.414 2.829 2.828m0 0 1.767-1.767a5 5 0 1 0-7.07-7.072l-1.768 1.768m2.828 2.829-1.697 1.697a.1.1 0 0 1-.141 0L9 8.07a.1.1 0 0 1 0-.142l1.697-1.697m2.828 2.829-2.828-2.829"/>` },
16963
16963
  children: title && /* @__PURE__ */ jsx606("title", { children: title })
16964
16964
  }
16965
16965
  );
16966
16966
  });
16967
- Snowflake.displayName = "Snowflake";
16967
+ SnapVertex.displayName = "SnapVertex";
16968
16968
 
16969
- // src/icons/Sofa.tsx
16969
+ // src/icons/Snowflake.tsx
16970
16970
  import React607 from "react";
16971
16971
  import { jsx as jsx607 } from "react/jsx-runtime";
16972
- var Sofa = React607.memo((props) => {
16972
+ var Snowflake = React607.memo((props) => {
16973
16973
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
16974
16974
  return /* @__PURE__ */ jsx607(
16975
16975
  "svg",
@@ -16987,17 +16987,17 @@ var Sofa = React607.memo((props) => {
16987
16987
  className,
16988
16988
  role: "img",
16989
16989
  "aria-label": ariaLabel,
16990
- dangerouslySetInnerHTML: { __html: `<path d="M5.5 10.5H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.25m1.25-6V14m0-3.5v-2a1 1 0 0 1 1-1h5.75m6.75 3h1.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-.25m-1.25-6V14m0-3.5v-2a1 1 0 0 0-1-1h-5.75m-6.75 9H19m-13.5 0V14m0 2.5H4.25m14.75 0V14m0 2.5h1.25M5.5 14h6.75M19 14h-6.75m8 2.5V18m-16-1.5V18m8-10.5V14"/>` },
16990
+ dangerouslySetInnerHTML: { __html: `<path d="M12 17.5V21m0-3.5L9.5 20m2.5-2.5 2.5 2.5M12 17.5v-11m0 0V3m0 3.5L14.5 4M12 6.5 9.5 4M7.237 14.75 4.206 16.5m3.03-1.75-3.414-.915m3.415.915-.915 3.415m.915-3.415 9.526-5.5m0 0 3.031-1.75m-3.03 1.75 3.414.915m-3.415-.915.915-3.415M7.237 9.25 4.206 7.5m3.03 1.75-.914-3.415m.915 3.415-3.415.915m3.415-.915L12 12l4.763 2.75m0 0 3.031 1.75m-3.03-1.75.914 3.415m-.915-3.415 3.415-.915"/>` },
16991
16991
  children: title && /* @__PURE__ */ jsx607("title", { children: title })
16992
16992
  }
16993
16993
  );
16994
16994
  });
16995
- Sofa.displayName = "Sofa";
16995
+ Snowflake.displayName = "Snowflake";
16996
16996
 
16997
- // src/icons/SoftBody.tsx
16997
+ // src/icons/Sofa.tsx
16998
16998
  import React608 from "react";
16999
16999
  import { jsx as jsx608 } from "react/jsx-runtime";
17000
- var SoftBody = React608.memo((props) => {
17000
+ var Sofa = React608.memo((props) => {
17001
17001
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
17002
17002
  return /* @__PURE__ */ jsx608(
17003
17003
  "svg",
@@ -17015,17 +17015,17 @@ var SoftBody = React608.memo((props) => {
17015
17015
  className,
17016
17016
  role: "img",
17017
17017
  "aria-label": ariaLabel,
17018
- dangerouslySetInnerHTML: { __html: `<path d="M5.5 16.323c1.4.422 3.486.793 6.5.793s5.1-.371 6.5-.793M12 3.5V8m0 0-2-2m2 2 2-2M3.39 17.908c.863.555 3.295 1.708 8.61 1.708s7.747-1.153 8.61-1.708c.26-.167.368-.471.33-.778l-.765-6.112c-.085-.684-.85-1.142-1.523-.988-1.205.275-3.307.586-6.652.586s-5.447-.311-6.652-.586c-.673-.154-1.438.304-1.523.988L3.06 17.13c-.039.307.069.61.328.778Z"/>` },
17018
+ dangerouslySetInnerHTML: { __html: `<path d="M5.5 10.5H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.25m1.25-6V14m0-3.5v-2a1 1 0 0 1 1-1h5.75m6.75 3h1.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-.25m-1.25-6V14m0-3.5v-2a1 1 0 0 0-1-1h-5.75m-6.75 9H19m-13.5 0V14m0 2.5H4.25m14.75 0V14m0 2.5h1.25M5.5 14h6.75M19 14h-6.75m8 2.5V18m-16-1.5V18m8-10.5V14"/>` },
17019
17019
  children: title && /* @__PURE__ */ jsx608("title", { children: title })
17020
17020
  }
17021
17021
  );
17022
17022
  });
17023
- SoftBody.displayName = "SoftBody";
17023
+ Sofa.displayName = "Sofa";
17024
17024
 
17025
- // src/icons/SoftShadow.tsx
17025
+ // src/icons/SoftBody.tsx
17026
17026
  import React609 from "react";
17027
17027
  import { jsx as jsx609 } from "react/jsx-runtime";
17028
- var SoftShadow = React609.memo((props) => {
17028
+ var SoftBody = React609.memo((props) => {
17029
17029
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
17030
17030
  return /* @__PURE__ */ jsx609(
17031
17031
  "svg",
@@ -17043,12 +17043,12 @@ var SoftShadow = React609.memo((props) => {
17043
17043
  className,
17044
17044
  role: "img",
17045
17045
  "aria-label": ariaLabel,
17046
- dangerouslySetInnerHTML: { __html: `<path d="m14.914 15.086-5.581 5.581m8.927-4.927L13 21m7.749-3.749-3.223 3.223m-11.188-.812 2.724-2.724m0 0q.46.061.938.062c1.867 0 3.563-.73 4.818-1.922a7 7 0 1 0-5.756 1.86Z"/>` },
17046
+ dangerouslySetInnerHTML: { __html: `<path d="M5.5 16.323c1.4.422 3.486.793 6.5.793s5.1-.371 6.5-.793M12 3.5V8m0 0-2-2m2 2 2-2M3.39 17.908c.863.555 3.295 1.708 8.61 1.708s7.747-1.153 8.61-1.708c.26-.167.368-.471.33-.778l-.765-6.112c-.085-.684-.85-1.142-1.523-.988-1.205.275-3.307.586-6.652.586s-5.447-.311-6.652-.586c-.673-.154-1.438.304-1.523.988L3.06 17.13c-.039.307.069.61.328.778Z"/>` },
17047
17047
  children: title && /* @__PURE__ */ jsx609("title", { children: title })
17048
17048
  }
17049
17049
  );
17050
17050
  });
17051
- SoftShadow.displayName = "SoftShadow";
17051
+ SoftBody.displayName = "SoftBody";
17052
17052
 
17053
17053
  // src/icons/Solidify.tsx
17054
17054
  import React610 from "react";
@@ -17239,7 +17239,7 @@ var Speaker = React616.memo((props) => {
17239
17239
  className,
17240
17240
  role: "img",
17241
17241
  "aria-label": ariaLabel,
17242
- dangerouslySetInnerHTML: { __html: `<path d="M15.5 5h-7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/>` },
17242
+ dangerouslySetInnerHTML: { __html: `<path d="M15.5 5h-7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/><path d="M12 7.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM10 14.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"/>` },
17243
17243
  children: title && /* @__PURE__ */ jsx616("title", { children: title })
17244
17244
  }
17245
17245
  );
@@ -18275,17 +18275,17 @@ var Tag = React653.memo((props) => {
18275
18275
  className,
18276
18276
  role: "img",
18277
18277
  "aria-label": ariaLabel,
18278
- dangerouslySetInnerHTML: { __html: `<path d="M11.793 19.793a1 1 0 0 0 1.414 0l6.586-6.586a1 1 0 0 0 0-1.414l-7.5-7.5A1 1 0 0 0 11.586 4H7a3 3 0 0 0-3 3v4.586a1 1 0 0 0 .293.707z"/>` },
18278
+ dangerouslySetInnerHTML: { __html: `<path d="m19.793 13.207-6.586 6.586a1 1 0 0 1-1.414 0l-7.5-7.5A1 1 0 0 1 4 11.586V7a3 3 0 0 1 3-3h4.586a1 1 0 0 1 .707.293l7.5 7.5a1 1 0 0 1 0 1.414ZM8.5 7a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" clip-rule="evenodd"/><path d="M10 8.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"/>` },
18279
18279
  children: title && /* @__PURE__ */ jsx653("title", { children: title })
18280
18280
  }
18281
18281
  );
18282
18282
  });
18283
18283
  Tag.displayName = "Tag";
18284
18284
 
18285
- // src/icons/Target.tsx
18285
+ // src/icons/Target1.tsx
18286
18286
  import React654 from "react";
18287
18287
  import { jsx as jsx654 } from "react/jsx-runtime";
18288
- var Target = React654.memo((props) => {
18288
+ var Target1 = React654.memo((props) => {
18289
18289
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
18290
18290
  return /* @__PURE__ */ jsx654(
18291
18291
  "svg",
@@ -18303,17 +18303,17 @@ var Target = React654.memo((props) => {
18303
18303
  className,
18304
18304
  role: "img",
18305
18305
  "aria-label": ariaLabel,
18306
- dangerouslySetInnerHTML: { __html: `<path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z"/>` },
18306
+ dangerouslySetInnerHTML: { __html: `<path d="M12 2v3m0 0a7 7 0 0 1 7 7m-7-7a7 7 0 0 0-7 7m17 0h-3m0 0a7 7 0 0 1-7 7m0 3v-3m0 0a7 7 0 0 1-7-7m-3 0h3m10.5 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0Z"/>` },
18307
18307
  children: title && /* @__PURE__ */ jsx654("title", { children: title })
18308
18308
  }
18309
18309
  );
18310
18310
  });
18311
- Target.displayName = "Target";
18311
+ Target1.displayName = "Target1";
18312
18312
 
18313
- // src/icons/Target1.tsx
18313
+ // src/icons/TargetBow.tsx
18314
18314
  import React655 from "react";
18315
18315
  import { jsx as jsx655 } from "react/jsx-runtime";
18316
- var Target1 = React655.memo((props) => {
18316
+ var TargetBow = React655.memo((props) => {
18317
18317
  const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
18318
18318
  return /* @__PURE__ */ jsx655(
18319
18319
  "svg",
@@ -18331,12 +18331,12 @@ var Target1 = React655.memo((props) => {
18331
18331
  className,
18332
18332
  role: "img",
18333
18333
  "aria-label": ariaLabel,
18334
- dangerouslySetInnerHTML: { __html: `<path d="M12 2v3m0 0a7 7 0 0 1 7 7m-7-7a7 7 0 0 0-7 7m17 0h-3m0 0a7 7 0 0 1-7 7m0 3v-3m0 0a7 7 0 0 1-7-7m-3 0h3m10.5 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0Z"/>` },
18334
+ dangerouslySetInnerHTML: { __html: `<path d="M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm9-5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z" clip-rule="evenodd"/><path d="M7 12a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" clip-rule="evenodd"/><path d="M13 12a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"/>` },
18335
18335
  children: title && /* @__PURE__ */ jsx655("title", { children: title })
18336
18336
  }
18337
18337
  );
18338
18338
  });
18339
- Target1.displayName = "Target1";
18339
+ TargetBow.displayName = "TargetBow";
18340
18340
 
18341
18341
  // src/icons/Teepee.tsx
18342
18342
  import React656 from "react";
@@ -18611,7 +18611,7 @@ var TextBolt = React665.memo((props) => {
18611
18611
  className,
18612
18612
  role: "img",
18613
18613
  "aria-label": ariaLabel,
18614
- dangerouslySetInnerHTML: { __html: `<path d="M13.5 20H7.1a.1.1 0 0 1-.1-.1V4.6a.1.1 0 0 1 .1-.1H13a4 4 0 0 1 1.866 7.54c-.083.043-.074.172.013.204A4.002 4.002 0 0 1 13.5 20Z"/>` },
18614
+ dangerouslySetInnerHTML: { __html: `<path fill-rule="evenodd" d="M7.1 20h6.4a4 4 0 0 0 1.38-7.756c-.088-.032-.097-.161-.014-.205A4 4 0 0 0 13 4.5H7.1a.1.1 0 0 0-.1.1v15.3a.1.1 0 0 0 .1.1Zm6.4-7.5H7.6a.1.1 0 0 0-.1.1v6.8a.1.1 0 0 0 .1.1h5.9a3.5 3.5 0 1 0 0-7ZM13 5H7.6a.1.1 0 0 0-.1.1v6.8a.1.1 0 0 0 .1.1H13a3.5 3.5 0 1 0 0-7Z" clip-rule="evenodd"/>` },
18615
18615
  children: title && /* @__PURE__ */ jsx665("title", { children: title })
18616
18616
  }
18617
18617
  );
@@ -18919,7 +18919,7 @@ var ToggleOff = React676.memo((props) => {
18919
18919
  className,
18920
18920
  role: "img",
18921
18921
  "aria-label": ariaLabel,
18922
- dangerouslySetInnerHTML: { __html: `<path d="M15 18H9A6 6 0 0 1 9 6h6a6 6 0 0 1 0 12Z"/>` },
18922
+ dangerouslySetInnerHTML: { __html: `<path d="M9 18h6a6 6 0 0 0 0-12H9a6 6 0 1 0 0 12Zm0-9.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Z" clip-rule="evenodd"/>` },
18923
18923
  children: title && /* @__PURE__ */ jsx676("title", { children: title })
18924
18924
  }
18925
18925
  );
@@ -18947,7 +18947,7 @@ var ToggleOn = React677.memo((props) => {
18947
18947
  className,
18948
18948
  role: "img",
18949
18949
  "aria-label": ariaLabel,
18950
- dangerouslySetInnerHTML: { __html: `<path d="M9 18h6a6 6 0 0 0 0-12H9a6 6 0 1 0 0 12Z"/>` },
18950
+ dangerouslySetInnerHTML: { __html: `<path d="M15 18H9A6 6 0 0 1 9 6h6a6 6 0 0 1 0 12Zm0-9.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z" clip-rule="evenodd"/>` },
18951
18951
  children: title && /* @__PURE__ */ jsx677("title", { children: title })
18952
18952
  }
18953
18953
  );
@@ -20711,7 +20711,7 @@ var Wallet = React740.memo((props) => {
20711
20711
  className,
20712
20712
  role: "img",
20713
20713
  "aria-label": ariaLabel,
20714
- dangerouslySetInnerHTML: { __html: `<path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2Z"/>` },
20714
+ dangerouslySetInnerHTML: { __html: `<path d="M3 17V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Zm2.5-7v.5a1 1 0 0 0 1 1h3.36c.084 0 .158.053.184.133A2 2 0 0 0 11.941 13h.117a2 2 0 0 0 1.898-1.367c.026-.08.1-.133.184-.133h3.36a1 1 0 0 0 1-1V10a2 2 0 0 0-2-2h-9a2 2 0 0 0-2 2Z" clip-rule="evenodd"/>` },
20715
20715
  children: title && /* @__PURE__ */ jsx740("title", { children: title })
20716
20716
  }
20717
20717
  );
@@ -21522,7 +21522,7 @@ export {
21522
21522
  BookPageTurn,
21523
21523
  Bookmark,
21524
21524
  Bottle,
21525
- BoundingBox,
21525
+ Boundingbox,
21526
21526
  Box,
21527
21527
  BoxExpedition,
21528
21528
  BoxOpen,
@@ -21950,6 +21950,7 @@ export {
21950
21950
  Proxy3d,
21951
21951
  Psu,
21952
21952
  Pulse,
21953
+ PulseCircle,
21953
21954
  QrCode,
21954
21955
  Question,
21955
21956
  Quote,
@@ -21972,7 +21973,6 @@ export {
21972
21973
  RenderRegion,
21973
21974
  Reply,
21974
21975
  Restart,
21975
- Resurect,
21976
21976
  RigidBody,
21977
21977
  Road,
21978
21978
  Rotate,
@@ -22000,7 +22000,8 @@ export {
22000
22000
  SettingsHorizontal,
22001
22001
  SettingsVertical,
22002
22002
  Shader,
22003
- Shadow,
22003
+ ShadowHard,
22004
+ ShadowSoft,
22004
22005
  Share,
22005
22006
  SheetsDrying,
22006
22007
  Shield,
@@ -22026,7 +22027,6 @@ export {
22026
22027
  Snowflake,
22027
22028
  Sofa,
22028
22029
  SoftBody,
22029
- SoftShadow,
22030
22030
  Solidify,
22031
22031
  Sort,
22032
22032
  SortAscending,
@@ -22071,8 +22071,8 @@ export {
22071
22071
  Syringe,
22072
22072
  Tablet,
22073
22073
  Tag,
22074
- Target,
22075
22074
  Target1,
22075
+ TargetBow,
22076
22076
  Teepee,
22077
22077
  Telescope,
22078
22078
  Terminal,