@livechat/design-system-icons 1.3.0 → 1.15.0

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 (43) hide show
  1. package/dist/ArrowBarLeft.cjs.js +1 -0
  2. package/dist/ArrowBarLeft.d.ts +3 -0
  3. package/dist/ArrowBarLeft.es.js +23 -0
  4. package/dist/ArrowBarRight.cjs.js +1 -0
  5. package/dist/ArrowBarRight.d.ts +3 -0
  6. package/dist/ArrowBarRight.es.js +23 -0
  7. package/dist/ArrowFork.cjs.js +1 -0
  8. package/dist/ArrowFork.d.ts +3 -0
  9. package/dist/ArrowFork.es.js +23 -0
  10. package/dist/Book.cjs.js +1 -0
  11. package/dist/Book.d.ts +3 -0
  12. package/dist/Book.es.js +23 -0
  13. package/dist/CircleMinus.cjs.js +1 -0
  14. package/dist/CircleMinus.d.ts +3 -0
  15. package/dist/CircleMinus.es.js +23 -0
  16. package/dist/ClipboardCheck.cjs.js +1 -0
  17. package/dist/ClipboardCheck.d.ts +3 -0
  18. package/dist/ClipboardCheck.es.js +23 -0
  19. package/dist/ClipboardX.cjs.js +1 -0
  20. package/dist/ClipboardX.d.ts +3 -0
  21. package/dist/ClipboardX.es.js +23 -0
  22. package/dist/CurrencyDollar.cjs.js +1 -0
  23. package/dist/CurrencyDollar.d.ts +3 -0
  24. package/dist/CurrencyDollar.es.js +23 -0
  25. package/dist/GoogleDarkModeColored.cjs.js +1 -1
  26. package/dist/GoogleDarkModeColored.es.js +4 -4
  27. package/dist/Rocket.cjs.js +1 -0
  28. package/dist/Rocket.d.ts +3 -0
  29. package/dist/Rocket.es.js +23 -0
  30. package/dist/SafariColored.cjs.js +1 -1
  31. package/dist/SafariColored.es.js +2 -2
  32. package/dist/TextLogo.cjs.js +1 -1
  33. package/dist/TextLogo.es.js +6 -8
  34. package/dist/TextLogoFilled.cjs.js +1 -0
  35. package/dist/TextLogoFilled.d.ts +3 -0
  36. package/dist/TextLogoFilled.es.js +22 -0
  37. package/dist/Webhook.cjs.js +1 -0
  38. package/dist/Webhook.d.ts +3 -0
  39. package/dist/Webhook.es.js +23 -0
  40. package/dist/index.cjs.js +1 -1
  41. package/dist/index.d.ts +11 -0
  42. package/dist/index.es.js +812 -790
  43. package/package.json +58 -3
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),o=e=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M20 4v16M4 12h10M4 12l4 4m-4-4 4-4"})});module.exports=o;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowBarLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgArrowBarLeft;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M20 4v16M4 12h10M4 12l4 4m-4-4 4-4"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),t=o=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m20 12-4-4m4 4H10m10 0-4 4M4 4v16"})});module.exports=t;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowBarRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgArrowBarRight;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "m20 12-4-4m4 4H10m10 0-4 4M4 4v16"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),e=o=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 3H3m0 0v5m0-5 7.536 7.536A5 5 0 0 1 12 14.07m0 0V15m0-.93a5 5 0 0 1 1.464-3.534L21 3m-9 11.07V21m9-18h-5m5 0v5"})});module.exports=e;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowFork: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgArrowFork;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M8 3H3m0 0v5m0-5 7.536 7.536A5 5 0 0 1 12 14.07m0 0V15m0-.93a5 5 0 0 1 1.464-3.534L21 3m-9 11.07V21m9-18h-5m5 0v5"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),r=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 6a9 9 0 0 0-9 0v13a9 9 0 0 1 9 0m0-13a9 9 0 0 1 9 0v13a9 9 0 0 0-9 0m0-13v13"})});module.exports=r;
package/dist/Book.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgBook: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgBook;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M12 6a9 9 0 0 0-9 0v13a9 9 0 0 1 9 0m0-13a9 9 0 0 1 9 0v13a9 9 0 0 0-9 0m0-13v13"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),s=r=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...r,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12h6m6 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"})});module.exports=s;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCircleMinus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgCircleMinus;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M9 12h6m6 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=o=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2m6 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2m6 0h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m0 9 2 2 4-4"})});module.exports=r;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgClipboardCheck: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgClipboardCheck;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M15 5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2m6 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2m6 0h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m0 9 2 2 4-4"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),e=r=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...r,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2m6 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2m6 0h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m1 7 4 4m0-4-4 4"})});module.exports=e;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgClipboardX: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgClipboardX;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M15 5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2m6 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2m6 0h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m1 7 4 4m0-4-4 4"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),o=e=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 3v3m0 12v3m4.7-13A3 3 0 0 0 14 6h-4a3 3 0 1 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1-2.7-2"})});module.exports=o;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCurrencyDollar: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgCurrencyDollar;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M12 3v3m0 12v3m4.7-13A3 3 0 0 0 14 6h-4a3 3 0 1 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1-2.7-2"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),o=l=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...l,children:e.jsx("path",{fill:"#000",fillOpacity:.4,fillRule:"evenodd",d:"M11.991 14.56v-3.347h8.424c.126.567.225 1.098.225 1.845 0 5.139-3.447 8.793-8.64 8.793-4.968 0-9-4.032-9-9s4.032-9 9-9c2.43 0 4.464.89 6.021 2.349l-2.556 2.484c-.648-.612-1.782-1.332-3.465-1.332-2.979 0-5.409 2.475-5.409 5.508s2.43 5.508 5.409 5.508c3.447 0 4.716-2.385 4.95-3.798h-4.959v-.01Z",clipRule:"evenodd"})});module.exports=o;
1
+ "use strict";const e=require("react/jsx-runtime"),o=l=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...l,children:e.jsx("path",{fill:"currentcolor",fillOpacity:.4,fillRule:"evenodd",d:"M11.991 14.56v-3.347h8.424c.126.567.225 1.098.225 1.845 0 5.139-3.447 8.793-8.64 8.793-4.968 0-9-4.032-9-9s4.032-9 9-9c2.43 0 4.464.89 6.021 2.349l-2.556 2.484c-.648-.612-1.782-1.332-3.465-1.332-2.979 0-5.409 2.475-5.409 5.508s2.43 5.508 5.409 5.508c3.447 0 4.716-2.385 4.95-3.798h-4.959v-.01Z",clipRule:"evenodd"})});module.exports=o;
@@ -1,15 +1,15 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- const d = (e) => /* @__PURE__ */ l(
2
+ const c = (o) => /* @__PURE__ */ l(
3
3
  "svg",
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  fill: "none",
7
7
  viewBox: "0 0 24 25",
8
- ...e,
8
+ ...o,
9
9
  children: /* @__PURE__ */ l(
10
10
  "path",
11
11
  {
12
- fill: "#000",
12
+ fill: "currentcolor",
13
13
  fillOpacity: 0.4,
14
14
  fillRule: "evenodd",
15
15
  d: "M11.991 14.56v-3.347h8.424c.126.567.225 1.098.225 1.845 0 5.139-3.447 8.793-8.64 8.793-4.968 0-9-4.032-9-9s4.032-9 9-9c2.43 0 4.464.89 6.021 2.349l-2.556 2.484c-.648-.612-1.782-1.332-3.465-1.332-2.979 0-5.409 2.475-5.409 5.508s2.43 5.508 5.409 5.508c3.447 0 4.716-2.385 4.95-3.798h-4.959v-.01Z",
@@ -19,5 +19,5 @@ const d = (e) => /* @__PURE__ */ l(
19
19
  }
20
20
  );
21
21
  export {
22
- d as default
22
+ c as default
23
23
  };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),t=o=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M7 14a6 6 0 0 0-3 6 6 6 0 0 0 6-3m6-8a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM4 13a8 8 0 0 1 7 7 6 6 0 0 0 3-5 9 9 0 0 0 6-8 3 3 0 0 0-3-3 9 9 0 0 0-8 6 6 6 0 0 0-5 3Z"})});module.exports=t;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgRocket: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgRocket;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M7 14a6 6 0 0 0-3 6 6 6 0 0 0 6-3m6-8a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM4 13a8 8 0 0 1 7 7 6 6 0 0 0 3-5 9 9 0 0 0 6-8 3 3 0 0 0-3-3 9 9 0 0 0-8 6 6 6 0 0 0-5 3Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -1 +1 @@
1
- "use strict";const a=require("react/jsx-runtime"),s=l=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[a.jsxs("g",{clipPath:"url(#safari-colored_svg__a)",children:[a.jsx("path",{fill:"url(#safari-colored_svg__b)",d:"M24 12A12 12 0 1 1-.002 12 12 12 0 0 1 24 12Z"}),a.jsx("path",{fill:"url(#safari-colored_svg__c)",d:"M23.06 12A11.06 11.06 0 1 1 .94 12a11.06 11.06 0 0 1 22.12 0Z"}),a.jsx("path",{fill:"#F4F2F3",d:"M12 1.516a.16.16 0 0 0-.161.162v1.86a.16.16 0 1 0 .322 0v-1.86a.16.16 0 0 0-.16-.162Zm-1.055.067a.16.16 0 0 0-.176.177l.081.778a.16.16 0 1 0 .32-.033l-.08-.778a.161.161 0 0 0-.145-.144Zm2.117 0a.16.16 0 0 0-.144.145l-.082.778a.16.16 0 1 0 .32.033l.083-.778a.161.161 0 0 0-.177-.177Zm-3.2.157a.16.16 0 0 0-.157.195l.385 1.82a.161.161 0 1 0 .316-.067l-.386-1.82a.16.16 0 0 0-.158-.128Zm4.284.002a.16.16 0 0 0-.159.127l-.386 1.82a.16.16 0 1 0 .315.067l.387-1.82a.16.16 0 0 0-.157-.194Zm-5.318.29a.16.16 0 0 0-.167.21l.241.744a.16.16 0 1 0 .307-.1l-.242-.743a.16.16 0 0 0-.14-.111Zm6.346 0a.16.16 0 0 0-.14.111l-.241.744a.161.161 0 1 0 .307.1l.241-.744a.161.161 0 0 0-.167-.21Zm-7.37.374a.161.161 0 0 0-.144.227l.756 1.7a.16.16 0 1 0 .295-.131l-.756-1.7a.16.16 0 0 0-.15-.096Zm8.404.006a.161.161 0 0 0-.15.095L15.3 4.206a.16.16 0 1 0 .295.131l.758-1.698a.16.16 0 0 0-.145-.227Zm-9.352.496a.16.16 0 0 0-.15.242l.39.677a.16.16 0 1 0 .28-.16l-.392-.678a.16.16 0 0 0-.128-.08Zm10.289 0a.16.16 0 0 0-.129.08l-.39.678a.16.16 0 0 0 .058.22.16.16 0 0 0 .22-.059l.392-.677a.16.16 0 0 0-.151-.242Zm-11.211.575a.162.162 0 0 0-.125.256L6.9 5.245a.161.161 0 1 0 .261-.19L6.07 3.55a.16.16 0 0 0-.136-.067Zm12.144.008a.16.16 0 0 0-.136.067l-1.094 1.504a.16.16 0 1 0 .26.19l1.095-1.504a.161.161 0 0 0-.125-.257ZM5.11 4.174a.16.16 0 0 0-.128.269l.523.582a.16.16 0 1 0 .24-.216l-.524-.582a.16.16 0 0 0-.111-.053Zm13.782.001a.161.161 0 0 0-.112.054l-.523.58a.16.16 0 1 0 .24.217l.523-.582a.161.161 0 0 0-.128-.269ZM4.32 4.933a.161.161 0 0 0-.1.28l1.383 1.245a.16.16 0 1 0 .216-.24L4.437 4.974a.16.16 0 0 0-.117-.041Zm15.365.005a.16.16 0 0 0-.116.041l-1.384 1.244a.16.16 0 1 0 .216.24l1.383-1.244a.16.16 0 0 0-.099-.281Zm-16.021.839a.16.16 0 0 0-.1.292l.632.46a.16.16 0 1 0 .19-.26l-.633-.461a.161.161 0 0 0-.09-.031Zm16.677.006a.161.161 0 0 0-.09.03l-.632.46a.161.161 0 1 0 .189.261l.633-.46a.16.16 0 0 0-.1-.291ZM3.05 6.678a.16.16 0 0 0-.07.3l1.611.93a.16.16 0 1 0 .162-.279l-1.611-.93a.161.161 0 0 0-.092-.021Zm17.9 0a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .16.28l1.612-.93a.161.161 0 0 0-.07-.301Zm-18.364.96a.16.16 0 0 0-.069.309l.715.318a.16.16 0 1 0 .131-.295l-.714-.318a.16.16 0 0 0-.063-.014Zm18.831.006a.162.162 0 0 0-.062.014l-.715.319a.16.16 0 1 0 .131.295l.715-.32a.16.16 0 0 0-.069-.308Zm-19.244.997a.16.16 0 0 0-.036.314l1.768.576a.16.16 0 1 0 .1-.306l-1.769-.576a.161.161 0 0 0-.063-.008Zm19.657.007a.156.156 0 0 0-.063.007l-1.77.575a.16.16 0 1 0 .1.307l1.77-.575a.16.16 0 0 0-.037-.314ZM1.915 9.694a.16.16 0 0 0-.035.32l.766.162a.161.161 0 1 0 .067-.315l-.766-.163a.158.158 0 0 0-.032-.003Zm20.17.002a.196.196 0 0 0-.032.003l-.765.163a.16.16 0 1 0 .067.315l.765-.162a.16.16 0 0 0-.034-.32ZM1.72 10.754a.16.16 0 0 0-.001.32l1.85.196a.16.16 0 1 0 .033-.32l-1.85-.196a.17.17 0 0 0-.032 0Zm20.562.014a.156.156 0 0 0-.033 0l-1.85.193a.16.16 0 1 0 .034.32l1.85-.192a.161.161 0 0 0 0-.321ZM1.69 11.838a.16.16 0 1 0 0 .323h.782a.16.16 0 1 0 0-.323h-.782Zm19.84 0a.16.16 0 1 0 0 .323h.783a.16.16 0 1 0 0-.323h-.783Zm-17.929.88a.15.15 0 0 0-.033 0l-1.85.193a.16.16 0 1 0 .034.32l1.85-.193a.16.16 0 0 0 0-.32Zm16.8.01a.161.161 0 0 0-.002.322l1.85.195a.16.16 0 1 0 .034-.32l-1.85-.196a.156.156 0 0 0-.033 0Zm-17.722 1.09a.165.165 0 0 0-.033.004l-.765.162a.16.16 0 1 0 .067.316l.765-.163a.16.16 0 0 0-.034-.319Zm18.644.002a.16.16 0 0 0-.034.319l.765.162a.16.16 0 1 0 .067-.315l-.765-.163a.158.158 0 0 0-.033-.003Zm-17.355.635a.157.157 0 0 0-.064.007l-1.769.575a.16.16 0 1 0 .1.307l1.769-.575a.16.16 0 0 0-.036-.314Zm16.065.005a.16.16 0 0 0-.036.314l1.768.577a.16.16 0 1 0 .1-.307l-1.768-.576a.163.163 0 0 0-.064-.008Zm-16.74 1.254a.16.16 0 0 0-.063.014l-.715.318a.16.16 0 1 0 .131.295l.715-.318a.16.16 0 0 0-.068-.309Zm17.414.006a.16.16 0 0 0-.069.309l.715.319a.16.16 0 0 0 .213-.082.16.16 0 0 0-.082-.213l-.714-.319a.16.16 0 0 0-.063-.014Zm-16.023.35a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .16.28l1.612-.93a.161.161 0 0 0-.07-.301Zm14.634 0a.161.161 0 0 0-.07.3l1.611.93a.161.161 0 1 0 .162-.28l-1.611-.93a.16.16 0 0 0-.092-.02ZM4.282 17.434a.16.16 0 0 0-.09.031l-.633.46a.16.16 0 1 0 .19.26l.633-.459a.16.16 0 0 0-.1-.292Zm15.433.006a.16.16 0 0 0-.1.291l.633.46a.16.16 0 1 0 .19-.26l-.634-.46a.161.161 0 0 0-.09-.031Zm-14 .055a.16.16 0 0 0-.116.042L4.216 18.78a.16.16 0 1 0 .216.24l1.383-1.244a.16.16 0 0 0-.1-.28Zm12.566.005a.162.162 0 0 0-.1.28l1.383 1.245a.16.16 0 1 0 .215-.24l-1.382-1.244a.16.16 0 0 0-.116-.041ZM7.028 18.68a.16.16 0 0 0-.136.066l-1.094 1.505a.161.161 0 1 0 .26.19l1.095-1.505a.16.16 0 0 0-.125-.256Zm9.935.007a.161.161 0 0 0-.125.256l1.092 1.505a.161.161 0 1 0 .261-.19L17.1 18.755a.16.16 0 0 0-.136-.066Zm-11.347.232a.161.161 0 0 0-.112.053l-.523.582a.161.161 0 1 0 .24.216l.523-.582a.161.161 0 0 0-.128-.269Zm12.768 0a.16.16 0 0 0-.128.269l.523.582a.161.161 0 1 0 .24-.216l-.524-.58a.16.16 0 0 0-.111-.054Zm-9.828.646a.16.16 0 0 0-.15.096l-.758 1.698a.16.16 0 1 0 .294.131l.758-1.698a.16.16 0 0 0-.144-.227Zm6.878.005a.161.161 0 0 0-.144.226l.755 1.7a.16.16 0 0 0 .213.082.16.16 0 0 0 .082-.213l-.755-1.7a.161.161 0 0 0-.15-.096Zm-8.21.52a.16.16 0 0 0-.128.08l-.391.678a.16.16 0 1 0 .279.161l.391-.677a.16.16 0 0 0-.15-.242Zm9.552 0a.16.16 0 0 0-.15.242l.39.677a.16.16 0 1 0 .28-.161l-.392-.678a.161.161 0 0 0-.128-.08Zm-6.533.024a.16.16 0 0 0-.159.128l-.386 1.82a.161.161 0 1 0 .315.066l.387-1.819a.16.16 0 0 0-.157-.195Zm3.509.002a.16.16 0 0 0-.157.195l.385 1.819a.161.161 0 1 0 .316-.067l-.386-1.82a.16.16 0 0 0-.158-.128ZM12 20.3a.16.16 0 0 0-.161.161v1.86a.16.16 0 1 0 .322 0v-1.86a.16.16 0 0 0-.16-.161Zm-2.96.601a.16.16 0 0 0-.14.11l-.241.745a.16.16 0 1 0 .307.1l.241-.744a.16.16 0 0 0-.167-.211Zm5.919 0a.161.161 0 0 0-.167.21l.241.745a.16.16 0 1 0 .307-.1l-.242-.744a.16.16 0 0 0-.14-.11Zm-3.971.415a.16.16 0 0 0-.144.143l-.082.779a.16.16 0 1 0 .32.033l.082-.778a.16.16 0 0 0-.176-.177Zm2.018 0a.16.16 0 0 0-.176.177l.08.779a.16.16 0 1 0 .32-.034l-.08-.778a.161.161 0 0 0-.144-.143Z"}),a.jsx("g",{filter:"url(#safari-colored_svg__d)",opacity:.409,children:a.jsx("path",{fill:"#000",d:"m19.558 5.55-8.822 5.126-5.578 8.781 8.16-6.044 6.24-7.863Z"})}),a.jsx("path",{fill:"#FF5150",d:"m13.264 13.324-2.528-2.648 8.97-6.034-6.442 8.682Z"}),a.jsx("path",{fill:"#F1F1F1",d:"m13.264 13.324-2.528-2.648-6.442 8.682 8.97-6.034Z"}),a.jsx("path",{fill:"#000",d:"m4.294 19.358 8.97-6.034 6.442-8.683L4.294 19.358Z",opacity:.243})]}),a.jsxs("defs",{children:[a.jsxs("radialGradient",{id:"safari-colored_svg__c",cx:0,cy:0,r:1,gradientTransform:"matrix(12.0001 0 0 12 12.05 10.388)",gradientUnits:"userSpaceOnUse",children:[a.jsx("stop",{stopColor:"#06C2E7"}),a.jsx("stop",{offset:.25,stopColor:"#0DB8EC"}),a.jsx("stop",{offset:.5,stopColor:"#12AEF1"}),a.jsx("stop",{offset:.75,stopColor:"#1F86F9"}),a.jsx("stop",{offset:1,stopColor:"#107DDD"})]}),a.jsxs("linearGradient",{id:"safari-colored_svg__b",x1:12,x2:12,y1:24,y2:0,gradientUnits:"userSpaceOnUse",children:[a.jsx("stop",{stopColor:"#BDBDBD"}),a.jsx("stop",{offset:1,stopColor:"#fff"})]}),a.jsx("clipPath",{id:"safari-colored_svg__a",children:a.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})}),a.jsxs("filter",{id:"safari-colored_svg__d",width:15.747,height:15.254,x:4.484,y:4.877,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[a.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_17205_8696",stdDeviation:.337})]})]})]});module.exports=s;
1
+ "use strict";const a=require("react/jsx-runtime"),s=l=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[a.jsxs("g",{clipPath:"url(#safari-colored_svg__a)",children:[a.jsx("path",{fill:"url(#safari-colored_svg__b)",d:"M24 12A12 12 0 1 1-.002 12 12 12 0 0 1 24 12Z"}),a.jsx("path",{fill:"url(#safari-colored_svg__c)",d:"M23.06 12A11.06 11.06 0 1 1 .94 12a11.06 11.06 0 0 1 22.12 0Z"}),a.jsx("path",{fill:"#F4F2F3",d:"M12 1.516a.16.16 0 0 0-.161.162v1.86a.16.16 0 1 0 .322 0v-1.86a.16.16 0 0 0-.16-.162Zm-1.055.067a.16.16 0 0 0-.176.177l.081.778a.16.16 0 1 0 .32-.033l-.08-.778a.161.161 0 0 0-.145-.144Zm2.117 0a.16.16 0 0 0-.144.145l-.082.778a.16.16 0 1 0 .32.033l.083-.778a.161.161 0 0 0-.177-.177Zm-3.2.157a.16.16 0 0 0-.157.195l.385 1.82a.161.161 0 1 0 .316-.067l-.386-1.82a.16.16 0 0 0-.158-.128Zm4.284.002a.16.16 0 0 0-.159.127l-.386 1.82a.16.16 0 1 0 .315.067l.387-1.82a.16.16 0 0 0-.157-.194Zm-5.318.29a.16.16 0 0 0-.167.21l.241.744a.16.16 0 1 0 .307-.1l-.242-.743a.16.16 0 0 0-.14-.111Zm6.346 0a.16.16 0 0 0-.14.111l-.241.744a.161.161 0 1 0 .307.1l.241-.744a.161.161 0 0 0-.167-.21Zm-7.37.374a.161.161 0 0 0-.144.227l.756 1.7a.16.16 0 1 0 .295-.131l-.756-1.7a.16.16 0 0 0-.15-.096Zm8.404.006a.161.161 0 0 0-.15.095L15.3 4.206a.16.16 0 1 0 .295.131l.758-1.698a.16.16 0 0 0-.145-.227Zm-9.352.496a.16.16 0 0 0-.15.242l.39.677a.16.16 0 1 0 .28-.16l-.392-.678a.16.16 0 0 0-.128-.08Zm10.289 0a.16.16 0 0 0-.129.08l-.39.678a.16.16 0 0 0 .058.22.16.16 0 0 0 .22-.059l.392-.677a.16.16 0 0 0-.151-.242Zm-11.211.575a.162.162 0 0 0-.125.256L6.9 5.245a.161.161 0 1 0 .261-.19L6.07 3.55a.16.16 0 0 0-.136-.067Zm12.144.008a.16.16 0 0 0-.136.067l-1.094 1.504a.16.16 0 1 0 .26.19l1.095-1.504a.161.161 0 0 0-.125-.257ZM5.11 4.174a.16.16 0 0 0-.128.269l.523.582a.16.16 0 1 0 .24-.216l-.524-.582a.16.16 0 0 0-.111-.053Zm13.782.001a.161.161 0 0 0-.112.054l-.523.58a.16.16 0 1 0 .24.217l.523-.582a.161.161 0 0 0-.128-.269ZM4.32 4.933a.161.161 0 0 0-.1.28l1.383 1.245a.16.16 0 1 0 .216-.24L4.437 4.974a.16.16 0 0 0-.117-.041Zm15.365.005a.16.16 0 0 0-.116.041l-1.384 1.244a.16.16 0 1 0 .216.24l1.383-1.244a.16.16 0 0 0-.099-.281Zm-16.021.839a.16.16 0 0 0-.1.292l.632.46a.16.16 0 1 0 .19-.26l-.633-.461a.161.161 0 0 0-.09-.031Zm16.677.006a.161.161 0 0 0-.09.03l-.632.46a.161.161 0 1 0 .189.261l.633-.46a.16.16 0 0 0-.1-.291ZM3.05 6.678a.16.16 0 0 0-.07.3l1.611.93a.16.16 0 1 0 .162-.279l-1.611-.93a.161.161 0 0 0-.092-.021Zm17.9 0a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .16.28l1.612-.93a.161.161 0 0 0-.07-.301Zm-18.364.96a.16.16 0 0 0-.069.309l.715.318a.16.16 0 1 0 .131-.295l-.714-.318a.16.16 0 0 0-.063-.014Zm18.831.006a.162.162 0 0 0-.062.014l-.715.319a.16.16 0 1 0 .131.295l.715-.32a.16.16 0 0 0-.069-.308Zm-19.244.997a.16.16 0 0 0-.036.314l1.768.576a.16.16 0 1 0 .1-.306l-1.769-.576a.161.161 0 0 0-.063-.008Zm19.657.007a.156.156 0 0 0-.063.007l-1.77.575a.16.16 0 1 0 .1.307l1.77-.575a.16.16 0 0 0-.037-.314ZM1.915 9.694a.16.16 0 0 0-.035.32l.766.162a.161.161 0 1 0 .067-.315l-.766-.163a.158.158 0 0 0-.032-.003Zm20.17.002a.196.196 0 0 0-.032.003l-.765.163a.16.16 0 1 0 .067.315l.765-.162a.16.16 0 0 0-.034-.32ZM1.72 10.754a.16.16 0 0 0-.001.32l1.85.196a.16.16 0 1 0 .033-.32l-1.85-.196a.17.17 0 0 0-.032 0Zm20.562.014a.156.156 0 0 0-.033 0l-1.85.193a.16.16 0 1 0 .034.32l1.85-.192a.161.161 0 0 0 0-.321ZM1.69 11.838a.16.16 0 1 0 0 .323h.782a.16.16 0 1 0 0-.323h-.782Zm19.84 0a.16.16 0 1 0 0 .323h.783a.16.16 0 1 0 0-.323h-.783Zm-17.929.88a.15.15 0 0 0-.033 0l-1.85.193a.16.16 0 1 0 .034.32l1.85-.193a.16.16 0 0 0 0-.32Zm16.8.01a.161.161 0 0 0-.002.322l1.85.195a.16.16 0 1 0 .034-.32l-1.85-.196a.156.156 0 0 0-.033 0Zm-17.722 1.09a.165.165 0 0 0-.033.004l-.765.162a.16.16 0 1 0 .067.316l.765-.163a.16.16 0 0 0-.034-.319Zm18.644.002a.16.16 0 0 0-.034.319l.765.162a.16.16 0 1 0 .067-.315l-.765-.163a.158.158 0 0 0-.033-.003Zm-17.355.635a.157.157 0 0 0-.064.007l-1.769.575a.16.16 0 1 0 .1.307l1.769-.575a.16.16 0 0 0-.036-.314Zm16.065.005a.16.16 0 0 0-.036.314l1.768.577a.16.16 0 1 0 .1-.307l-1.768-.576a.163.163 0 0 0-.064-.008Zm-16.74 1.254a.16.16 0 0 0-.063.014l-.715.318a.16.16 0 1 0 .131.295l.715-.318a.16.16 0 0 0-.068-.309Zm17.414.006a.16.16 0 0 0-.069.309l.715.319a.16.16 0 0 0 .213-.082.16.16 0 0 0-.082-.213l-.714-.319a.16.16 0 0 0-.063-.014Zm-16.023.35a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .16.28l1.612-.93a.161.161 0 0 0-.07-.301Zm14.634 0a.161.161 0 0 0-.07.3l1.611.93a.161.161 0 1 0 .162-.28l-1.611-.93a.16.16 0 0 0-.092-.02ZM4.282 17.434a.16.16 0 0 0-.09.031l-.633.46a.16.16 0 1 0 .19.26l.633-.459a.16.16 0 0 0-.1-.292Zm15.433.006a.16.16 0 0 0-.1.291l.633.46a.16.16 0 1 0 .19-.26l-.634-.46a.161.161 0 0 0-.09-.031Zm-14 .055a.16.16 0 0 0-.116.042L4.216 18.78a.16.16 0 1 0 .216.24l1.383-1.244a.16.16 0 0 0-.1-.28Zm12.566.005a.162.162 0 0 0-.1.28l1.383 1.245a.16.16 0 1 0 .215-.24l-1.382-1.244a.16.16 0 0 0-.116-.041ZM7.028 18.68a.16.16 0 0 0-.136.066l-1.094 1.505a.161.161 0 1 0 .26.19l1.095-1.505a.16.16 0 0 0-.125-.256Zm9.935.007a.161.161 0 0 0-.125.256l1.092 1.505a.161.161 0 1 0 .261-.19L17.1 18.755a.16.16 0 0 0-.136-.066Zm-11.347.232a.161.161 0 0 0-.112.053l-.523.582a.161.161 0 1 0 .24.216l.523-.582a.161.161 0 0 0-.128-.269Zm12.768 0a.16.16 0 0 0-.128.269l.523.582a.161.161 0 1 0 .24-.216l-.524-.58a.16.16 0 0 0-.111-.054Zm-9.828.646a.16.16 0 0 0-.15.096l-.758 1.698a.16.16 0 1 0 .294.131l.758-1.698a.16.16 0 0 0-.144-.227Zm6.878.005a.161.161 0 0 0-.144.226l.755 1.7a.16.16 0 0 0 .213.082.16.16 0 0 0 .082-.213l-.755-1.7a.161.161 0 0 0-.15-.096Zm-8.21.52a.16.16 0 0 0-.128.08l-.391.678a.16.16 0 1 0 .279.161l.391-.677a.16.16 0 0 0-.15-.242Zm9.552 0a.16.16 0 0 0-.15.242l.39.677a.16.16 0 1 0 .28-.161l-.392-.678a.161.161 0 0 0-.128-.08Zm-6.533.024a.16.16 0 0 0-.159.128l-.386 1.82a.161.161 0 1 0 .315.066l.387-1.819a.16.16 0 0 0-.157-.195Zm3.509.002a.16.16 0 0 0-.157.195l.385 1.819a.161.161 0 1 0 .316-.067l-.386-1.82a.16.16 0 0 0-.158-.128ZM12 20.3a.16.16 0 0 0-.161.161v1.86a.16.16 0 1 0 .322 0v-1.86a.16.16 0 0 0-.16-.161Zm-2.96.601a.16.16 0 0 0-.14.11l-.241.745a.16.16 0 1 0 .307.1l.241-.744a.16.16 0 0 0-.167-.211Zm5.919 0a.161.161 0 0 0-.167.21l.241.745a.16.16 0 1 0 .307-.1l-.242-.744a.16.16 0 0 0-.14-.11Zm-3.971.415a.16.16 0 0 0-.144.143l-.082.779a.16.16 0 1 0 .32.033l.082-.778a.16.16 0 0 0-.176-.177Zm2.018 0a.16.16 0 0 0-.176.177l.08.779a.16.16 0 1 0 .32-.034l-.08-.778a.161.161 0 0 0-.144-.143Z"}),a.jsx("g",{filter:"url(#safari-colored_svg__d)",opacity:.409,children:a.jsx("path",{fill:"currentcolor",d:"m19.558 5.55-8.822 5.126-5.578 8.781 8.16-6.044 6.24-7.863Z"})}),a.jsx("path",{fill:"#FF5150",d:"m13.264 13.324-2.528-2.648 8.97-6.034-6.442 8.682Z"}),a.jsx("path",{fill:"#F1F1F1",d:"m13.264 13.324-2.528-2.648-6.442 8.682 8.97-6.034Z"}),a.jsx("path",{fill:"currentcolor",d:"m4.294 19.358 8.97-6.034 6.442-8.683L4.294 19.358Z",opacity:.243})]}),a.jsxs("defs",{children:[a.jsxs("radialGradient",{id:"safari-colored_svg__c",cx:0,cy:0,r:1,gradientTransform:"matrix(12.0001 0 0 12 12.05 10.388)",gradientUnits:"userSpaceOnUse",children:[a.jsx("stop",{stopColor:"#06C2E7"}),a.jsx("stop",{offset:.25,stopColor:"#0DB8EC"}),a.jsx("stop",{offset:.5,stopColor:"#12AEF1"}),a.jsx("stop",{offset:.75,stopColor:"#1F86F9"}),a.jsx("stop",{offset:1,stopColor:"#107DDD"})]}),a.jsxs("linearGradient",{id:"safari-colored_svg__b",x1:12,x2:12,y1:24,y2:0,gradientUnits:"userSpaceOnUse",children:[a.jsx("stop",{stopColor:"#BDBDBD"}),a.jsx("stop",{offset:1,stopColor:"#fff"})]}),a.jsx("clipPath",{id:"safari-colored_svg__a",children:a.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})}),a.jsxs("filter",{id:"safari-colored_svg__d",width:15.747,height:15.254,x:4.484,y:4.877,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[a.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_17205_8696",stdDeviation:.337})]})]})]});module.exports=s;
@@ -32,7 +32,7 @@ const Z = (o) => /* @__PURE__ */ l(
32
32
  /* @__PURE__ */ a("g", { filter: "url(#safari-colored_svg__d)", opacity: 0.409, children: /* @__PURE__ */ a(
33
33
  "path",
34
34
  {
35
- fill: "#000",
35
+ fill: "currentcolor",
36
36
  d: "m19.558 5.55-8.822 5.126-5.578 8.781 8.16-6.044 6.24-7.863Z"
37
37
  }
38
38
  ) }),
@@ -53,7 +53,7 @@ const Z = (o) => /* @__PURE__ */ l(
53
53
  /* @__PURE__ */ a(
54
54
  "path",
55
55
  {
56
- fill: "#000",
56
+ fill: "currentcolor",
57
57
  d: "m4.294 19.358 8.97-6.034 6.442-8.683L4.294 19.358Z",
58
58
  opacity: 0.243
59
59
  }
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),l=h=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...h,children:e.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm10.269 16.137h-1.515V5.734h1.515v12.403Zm-3.41-1.958h-1.227c-1.305 0-1.919-.731-1.919-1.933v-3.42h-.966V9.39h.966V7.536h1.789V9.39h1.449v1.436H10.5v3.29c0 .444.17.627.64.627h.719v1.436Z",clipRule:"evenodd"})});module.exports=l;
1
+ "use strict";const s=require("react/jsx-runtime"),v=t=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:s.jsx("path",{fill:"currentcolor",d:"M17.158 21.4h-2.246V3h2.246v18.4ZM12.101 18.495h-1.82c-1.937 0-2.848-1.085-2.848-2.867v-5.074H6v-2.13h1.433V5.672h2.654v2.75h2.15v2.13h-2.15v4.881c0 .66.252.93.949.93H12.1v2.13Z"})});module.exports=v;
@@ -1,22 +1,20 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- const h = (l) => /* @__PURE__ */ e(
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (v) => /* @__PURE__ */ o(
3
3
  "svg",
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  fill: "none",
7
7
  viewBox: "0 0 24 24",
8
- ...l,
9
- children: /* @__PURE__ */ e(
8
+ ...v,
9
+ children: /* @__PURE__ */ o(
10
10
  "path",
11
11
  {
12
12
  fill: "currentcolor",
13
- fillRule: "evenodd",
14
- d: "M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm10.269 16.137h-1.515V5.734h1.515v12.403Zm-3.41-1.958h-1.227c-1.305 0-1.919-.731-1.919-1.933v-3.42h-.966V9.39h.966V7.536h1.789V9.39h1.449v1.436H10.5v3.29c0 .444.17.627.64.627h.719v1.436Z",
15
- clipRule: "evenodd"
13
+ d: "M17.158 21.4h-2.246V3h2.246v18.4ZM12.101 18.495h-1.82c-1.937 0-2.848-1.085-2.848-2.867v-5.074H6v-2.13h1.433V5.672h2.654v2.75h2.15v2.13h-2.15v4.881c0 .66.252.93.949.93H12.1v2.13Z"
16
14
  }
17
15
  )
18
16
  }
19
17
  );
20
18
  export {
21
- h as default
19
+ t as default
22
20
  };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),o=l=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:e.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5Zm12.407 14.914h1.939V4.04h-1.939v15.874Zm-3.995-2.506h1.57V15.57h-.918c-.602 0-.82-.234-.82-.802v-4.211H12.1V8.719h-1.855V6.346h-2.29V8.72H6.72v1.838h1.237v4.378c0 1.537.785 2.473 2.456 2.473Z",clipRule:"evenodd"})});module.exports=o;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgTextLogoFilled: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgTextLogoFilled;
@@ -0,0 +1,22 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const h = (e) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...e,
9
+ children: /* @__PURE__ */ l(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ fillRule: "evenodd",
14
+ d: "M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5Zm12.407 14.914h1.939V4.04h-1.939v15.874Zm-3.995-2.506h1.57V15.57h-.918c-.602 0-.82-.234-.82-.802v-4.211H12.1V8.719h-1.855V6.346h-2.29V8.72H6.72v1.838h1.237v4.378c0 1.537.785 2.473 2.456 2.473Z",
15
+ clipRule: "evenodd"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ h as default
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),r=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15.066 20.502A4 4 0 1 0 17 13c-.706 0-1.424.179-2 .5L12 8m4 0a4 4 0 1 0-8 0c0 1.506.77 2.818 2 3.5L7 17m-2.124-3.39A4 4 0 1 0 11 17h6"})});module.exports=r;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgWebhook: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgWebhook;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M15.066 20.502A4 4 0 1 0 17 13c-.706 0-1.424.179-2 .5L12 8m4 0a4 4 0 1 0-8 0c0 1.506.77 2.818 2 3.5L7 17m-2.124-3.39A4 4 0 1 0 11 17h6"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };