@livechat/design-system-icons 1.0.0 → 1.3.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 (63) hide show
  1. package/dist/AddEmoji.cjs.js +1 -0
  2. package/dist/AddEmoji.d.ts +3 -0
  3. package/dist/AddEmoji.es.js +23 -0
  4. package/dist/AiSummary.cjs.js +1 -0
  5. package/dist/AiSummary.d.ts +3 -0
  6. package/dist/AiSummary.es.js +23 -0
  7. package/dist/AiSummaryFilled.cjs.js +1 -0
  8. package/dist/AiSummaryFilled.d.ts +3 -0
  9. package/dist/AiSummaryFilled.es.js +31 -0
  10. package/dist/Cloud.cjs.js +1 -0
  11. package/dist/Cloud.d.ts +3 -0
  12. package/dist/Cloud.es.js +23 -0
  13. package/dist/CloudFilled.cjs.js +1 -0
  14. package/dist/CloudFilled.d.ts +3 -0
  15. package/dist/CloudFilled.es.js +24 -0
  16. package/dist/Instagram.cjs.js +1 -0
  17. package/dist/Instagram.d.ts +3 -0
  18. package/dist/Instagram.es.js +20 -0
  19. package/dist/InstagramColored.cjs.js +1 -0
  20. package/dist/InstagramColored.d.ts +3 -0
  21. package/dist/InstagramColored.es.js +64 -0
  22. package/dist/Key.cjs.js +1 -0
  23. package/dist/Key.d.ts +3 -0
  24. package/dist/Key.es.js +23 -0
  25. package/dist/Line.cjs.js +1 -0
  26. package/dist/Line.d.ts +3 -0
  27. package/dist/Line.es.js +22 -0
  28. package/dist/LineColored.cjs.js +1 -0
  29. package/dist/LineColored.d.ts +3 -0
  30. package/dist/LineColored.es.js +29 -0
  31. package/dist/PeopleFilled.cjs.js +1 -1
  32. package/dist/PeopleFilled.es.js +1 -1
  33. package/dist/Repeat.cjs.js +1 -0
  34. package/dist/Repeat.d.ts +3 -0
  35. package/dist/Repeat.es.js +23 -0
  36. package/dist/Replace.cjs.js +1 -0
  37. package/dist/Replace.d.ts +3 -0
  38. package/dist/Replace.es.js +23 -0
  39. package/dist/ReportFilled.cjs.js +1 -1
  40. package/dist/ReportFilled.es.js +15 -23
  41. package/dist/Settings.cjs.js +1 -1
  42. package/dist/Settings.es.js +7 -6
  43. package/dist/SettingsFilled.cjs.js +1 -1
  44. package/dist/SettingsFilled.es.js +12 -6
  45. package/dist/ShieldLock.cjs.js +1 -0
  46. package/dist/ShieldLock.d.ts +3 -0
  47. package/dist/ShieldLock.es.js +23 -0
  48. package/dist/ShieldLockFilled.cjs.js +1 -0
  49. package/dist/ShieldLockFilled.d.ts +3 -0
  50. package/dist/ShieldLockFilled.es.js +20 -0
  51. package/dist/SourceCode.cjs.js +1 -0
  52. package/dist/SourceCode.d.ts +3 -0
  53. package/dist/SourceCode.es.js +23 -0
  54. package/dist/TelegramColored.cjs.js +1 -0
  55. package/dist/TelegramColored.d.ts +3 -0
  56. package/dist/TelegramColored.es.js +46 -0
  57. package/dist/TelegramMono.cjs.js +1 -0
  58. package/dist/TelegramMono.d.ts +3 -0
  59. package/dist/TelegramMono.es.js +22 -0
  60. package/dist/index.cjs.js +1 -1
  61. package/dist/index.d.ts +17 -0
  62. package/dist/index.es.js +822 -788
  63. package/package.json +87 -2
@@ -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:"M9 10h.01M15 10h.01M9.5 15a3.5 3.5 0 0 0 5 0M17 4h6m-3-3v6m-6.988-3.944A9 9 0 1 0 21 12a8.923 8.923 0 0 0-.06-.998"})});module.exports=r;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAddEmoji: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgAddEmoji;
@@ -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: "M9 10h.01M15 10h.01M9.5 15a3.5 3.5 0 0 0 5 0M17 4h6m-3-3v6m-6.988-3.944A9 9 0 1 0 21 12a8.923 8.923 0 0 0-.06-.998"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e 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:"M7.728 8.464h5.982m-5.982 4h5.982m-5.982 4h5.982m3.938-2.864v4.864a2 2 0 0 1-2 2H5.663a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h5.09m9.338 6h2.4m-1.2-1.2v2.4m-3.6-9.6a2.4 2.4 0 0 0 2.4 2.4 2.4 2.4 0 0 0-2.4 2.4 2.4 2.4 0 0 0-2.4-2.4 2.4 2.4 0 0 0 2.4-2.4Z"})});module.exports=o;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAiSummary: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgAiSummary;
@@ -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.728 8.464h5.982m-5.982 4h5.982m-5.982 4h5.982m3.938-2.864v4.864a2 2 0 0 1-2 2H5.663a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h5.09m9.338 6h2.4m-1.2-1.2v2.4m-3.6-9.6a2.4 2.4 0 0 0 2.4 2.4 2.4 2.4 0 0 0-2.4 2.4 2.4 2.4 0 0 0-2.4-2.4 2.4 2.4 0 0 0 2.4-2.4Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const a=require("react/jsx-runtime"),l=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[a.jsx("path",{fill:"currentcolor",d:"M18.692 2.063a1 1 0 1 0-2 0 1.4 1.4 0 0 1-1.4 1.4 1 1 0 1 0 0 2 1.4 1.4 0 0 1 1.4 1.4 1 1 0 1 0 2 0 1.4 1.4 0 0 1 1.4-1.4 1 1 0 1 0 0-2 1.4 1.4 0 0 1-1.4-1.4ZM22.291 9.263a1 1 0 1 0-2 0v.2h-.2a1 1 0 1 0 0 2h.2v.2a1 1 0 1 0 2 0v-.2h.2a1 1 0 1 0 0-2h-.2v-.2Z"}),a.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M5.663 3.464h6.8a3.001 3.001 0 0 0 2.28 3.95 3.003 3.003 0 0 0 2.418 2.403 3.009 3.009 0 0 0 1.487 3.277v5.37a3 3 0 0 1-3 3H5.663a3 3 0 0 1-3-3v-12a3 3 0 0 1 3-3Zm2.065 4a1 1 0 1 0 0 2h2.982a1 1 0 1 0 0-2H7.728Zm0 4a1 1 0 1 0 0 2h5.982a1 1 0 1 0 0-2H7.728Zm0 4a1 1 0 1 0 0 2h5.982a1 1 0 1 0 0-2H7.728Z",clipRule:"evenodd"})]});module.exports=l;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAiSummaryFilled: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgAiSummaryFilled;
@@ -0,0 +1,31 @@
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
+ const h = (l) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...l,
9
+ children: [
10
+ /* @__PURE__ */ a(
11
+ "path",
12
+ {
13
+ fill: "currentcolor",
14
+ d: "M18.692 2.063a1 1 0 1 0-2 0 1.4 1.4 0 0 1-1.4 1.4 1 1 0 1 0 0 2 1.4 1.4 0 0 1 1.4 1.4 1 1 0 1 0 2 0 1.4 1.4 0 0 1 1.4-1.4 1 1 0 1 0 0-2 1.4 1.4 0 0 1-1.4-1.4ZM22.291 9.263a1 1 0 1 0-2 0v.2h-.2a1 1 0 1 0 0 2h.2v.2a1 1 0 1 0 2 0v-.2h.2a1 1 0 1 0 0-2h-.2v-.2Z"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ a(
18
+ "path",
19
+ {
20
+ fill: "currentcolor",
21
+ fillRule: "evenodd",
22
+ d: "M5.663 3.464h6.8a3.001 3.001 0 0 0 2.28 3.95 3.003 3.003 0 0 0 2.418 2.403 3.009 3.009 0 0 0 1.487 3.277v5.37a3 3 0 0 1-3 3H5.663a3 3 0 0 1-3-3v-12a3 3 0 0 1 3-3Zm2.065 4a1 1 0 1 0 0 2h2.982a1 1 0 1 0 0-2H7.728Zm0 4a1 1 0 1 0 0 2h5.982a1 1 0 1 0 0-2H7.728Zm0 4a1 1 0 1 0 0 2h5.982a1 1 0 1 0 0-2H7.728Z",
23
+ clipRule: "evenodd"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ h as default
31
+ };
@@ -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:"M2.024 14.049c0 2.476 2.085 4.483 4.657 4.483l11.878.004c1.914 0 3.465-1.56 3.465-3.487 0-1.926-1.55-3.486-3.464-3.486h-.99c.392-1.762-.282-3.58-1.77-4.77-1.488-1.192-3.564-1.571-5.444-1-1.88.574-3.282 2.012-3.675 3.774-2.572 0-4.657 2.007-4.657 4.482Z"})});module.exports=r;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCloud: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgCloud;
@@ -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: "M2.024 14.049c0 2.476 2.085 4.483 4.657 4.483l11.878.004c1.914 0 3.465-1.56 3.465-3.487 0-1.926-1.55-3.486-3.464-3.486h-.99c.392-1.762-.282-3.58-1.77-4.77-1.488-1.192-3.564-1.571-5.444-1-1.88.574-3.282 2.012-3.675 3.774-2.572 0-4.657 2.007-4.657 4.482Z"
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",{fill:"currentcolor",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M2.024 14.049c0 2.476 2.085 4.483 4.657 4.483l11.878.004c1.914 0 3.465-1.56 3.465-3.487 0-1.926-1.55-3.486-3.464-3.486h-.99c.392-1.762-.282-3.58-1.77-4.77-1.488-1.192-3.564-1.571-5.444-1-1.88.574-3.282 2.012-3.675 3.774-2.572 0-4.657 2.007-4.657 4.482Z"})});module.exports=e;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCloudFilled: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgCloudFilled;
@@ -0,0 +1,24 @@
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
+ fill: "currentcolor",
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ d: "M2.024 14.049c0 2.476 2.085 4.483 4.657 4.483l11.878.004c1.914 0 3.465-1.56 3.465-3.487 0-1.926-1.55-3.486-3.464-3.486h-.99c.392-1.762-.282-3.58-1.77-4.77-1.488-1.192-3.564-1.571-5.444-1-1.88.574-3.282 2.012-3.675 3.774-2.572 0-4.657 2.007-4.657 4.482Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ t as default
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";const c=require("react/jsx-runtime"),a=s=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...s,children:c.jsx("path",{fill:"currentcolor",d:"M8.666 12.006a3.333 3.333 0 1 1 6.667-.012 3.333 3.333 0 0 1-6.667.012Zm-1.8.004a5.134 5.134 0 1 0 10.267-.02 5.134 5.134 0 0 0-10.268.02Zm9.261-5.356a1.2 1.2 0 1 0 2.4-.005 1.2 1.2 0 0 0-2.4.005ZM7.975 20.147c-.975-.043-1.504-.205-1.857-.34-.467-.181-.8-.398-1.152-.746a3.108 3.108 0 0 1-.75-1.149c-.137-.352-.302-.881-.347-1.856-.05-1.054-.061-1.37-.066-4.04-.005-2.67.004-2.986.05-4.041.042-.975.205-1.505.34-1.857.181-.468.397-.8.746-1.152.35-.35.682-.567 1.149-.75.352-.137.881-.301 1.856-.347 1.054-.05 1.37-.06 4.04-.066 2.67-.005 2.986.004 4.041.05.974.043 1.504.204 1.857.34.467.181.8.397 1.151.746.35.35.568.682.75 1.15.138.35.302.88.348 1.855.05 1.054.061 1.37.066 4.04.005 2.67-.005 2.986-.05 4.04-.043.976-.205 1.505-.341 1.858-.18.467-.397.8-.746 1.152-.35.35-.682.567-1.149.75-.352.137-.881.301-1.855.347-1.055.05-1.37.061-4.04.066-2.67.005-2.986-.005-4.041-.05ZM7.858 2.069c-1.064.05-1.79.22-2.425.47-.658.256-1.215.6-1.77 1.156a4.9 4.9 0 0 0-1.15 1.773c-.246.637-.413 1.364-.46 2.429-.046 1.066-.057 1.407-.052 4.122.005 2.715.017 3.056.068 4.123.051 1.064.22 1.79.47 2.425.256.658.6 1.215 1.156 1.77a4.904 4.904 0 0 0 1.774 1.15c.636.245 1.363.413 2.428.46 1.066.047 1.407.057 4.121.052 2.716-.005 3.057-.017 4.124-.068 1.064-.05 1.79-.221 2.425-.47a4.903 4.903 0 0 0 1.77-1.156 4.904 4.904 0 0 0 1.149-1.774c.246-.636.414-1.363.46-2.427.047-1.067.058-1.408.052-4.123-.005-2.716-.017-3.056-.068-4.122-.05-1.065-.22-1.791-.469-2.427a4.906 4.906 0 0 0-1.156-1.769 4.895 4.895 0 0 0-1.774-1.15c-.636-.246-1.363-.413-2.428-.46-1.066-.047-1.407-.057-4.123-.052-2.715.005-3.055.017-4.122.068Z"})});module.exports=a;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgInstagram;
@@ -0,0 +1,20 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const r = (c) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...c,
9
+ children: /* @__PURE__ */ a(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M8.666 12.006a3.333 3.333 0 1 1 6.667-.012 3.333 3.333 0 0 1-6.667.012Zm-1.8.004a5.134 5.134 0 1 0 10.267-.02 5.134 5.134 0 0 0-10.268.02Zm9.261-5.356a1.2 1.2 0 1 0 2.4-.005 1.2 1.2 0 0 0-2.4.005ZM7.975 20.147c-.975-.043-1.504-.205-1.857-.34-.467-.181-.8-.398-1.152-.746a3.108 3.108 0 0 1-.75-1.149c-.137-.352-.302-.881-.347-1.856-.05-1.054-.061-1.37-.066-4.04-.005-2.67.004-2.986.05-4.041.042-.975.205-1.505.34-1.857.181-.468.397-.8.746-1.152.35-.35.682-.567 1.149-.75.352-.137.881-.301 1.856-.347 1.054-.05 1.37-.06 4.04-.066 2.67-.005 2.986.004 4.041.05.974.043 1.504.204 1.857.34.467.181.8.397 1.151.746.35.35.568.682.75 1.15.138.35.302.88.348 1.855.05 1.054.061 1.37.066 4.04.005 2.67-.005 2.986-.05 4.04-.043.976-.205 1.505-.341 1.858-.18.467-.397.8-.746 1.152-.35.35-.682.567-1.149.75-.352.137-.881.301-1.855.347-1.055.05-1.37.061-4.04.066-2.67.005-2.986-.005-4.041-.05ZM7.858 2.069c-1.064.05-1.79.22-2.425.47-.658.256-1.215.6-1.77 1.156a4.9 4.9 0 0 0-1.15 1.773c-.246.637-.413 1.364-.46 2.429-.046 1.066-.057 1.407-.052 4.122.005 2.715.017 3.056.068 4.123.051 1.064.22 1.79.47 2.425.256.658.6 1.215 1.156 1.77a4.904 4.904 0 0 0 1.774 1.15c.636.245 1.363.413 2.428.46 1.066.047 1.407.057 4.121.052 2.716-.005 3.057-.017 4.124-.068 1.064-.05 1.79-.221 2.425-.47a4.903 4.903 0 0 0 1.77-1.156 4.904 4.904 0 0 0 1.149-1.774c.246-.636.414-1.363.46-2.427.047-1.067.058-1.408.052-4.123-.005-2.716-.017-3.056-.068-4.122-.05-1.065-.22-1.791-.469-2.427a4.906 4.906 0 0 0-1.156-1.769 4.895 4.895 0 0 0-1.774-1.15c-.636-.246-1.363-.413-2.428-.46-1.066-.047-1.407-.057-4.123-.052-2.715.005-3.055.017-4.122.068Z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ r as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=require("react/jsx-runtime"),a=o=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:[s.jsx("path",{fill:"url(#instagram_colored_svg__a)",d:"M12 2c-2.715 0-3.056.012-4.123.06-1.064.05-1.79.218-2.427.465A4.896 4.896 0 0 0 3.68 3.678 4.909 4.909 0 0 0 2.525 5.45c-.248.636-.417 1.363-.465 2.427C2.013 8.943 2 9.284 2 12c0 2.716.012 3.056.06 4.122.05 1.065.218 1.791.465 2.427a4.9 4.9 0 0 0 1.153 1.772 4.896 4.896 0 0 0 1.771 1.154c.636.247 1.363.416 2.427.465 1.067.048 1.408.06 4.123.06 2.716 0 3.056-.012 4.123-.06 1.064-.05 1.792-.218 2.428-.465a4.891 4.891 0 0 0 1.77-1.154 4.909 4.909 0 0 0 1.154-1.771c.246-.637.415-1.363.465-2.428.048-1.066.06-1.406.06-4.122s-.012-3.057-.06-4.123c-.05-1.065-.219-1.792-.465-2.427a4.908 4.908 0 0 0-1.154-1.772 4.887 4.887 0 0 0-1.77-1.153c-.638-.247-1.365-.416-2.43-.465-1.067-.048-1.406-.06-4.123-.06h.004Zm-.896 1.802H12c2.67 0 2.986.01 4.04.058.975.044 1.504.207 1.857.344.466.181.8.398 1.149.748.35.35.567.683.748 1.15.137.352.3.881.345 1.856.048 1.054.058 1.371.058 4.04 0 2.668-.01 2.985-.058 4.04-.045.974-.208 1.503-.345 1.855a3.092 3.092 0 0 1-.748 1.15c-.35.35-.682.566-1.15.747-.351.138-.88.3-1.856.345-1.054.048-1.37.058-4.04.058s-2.987-.01-4.041-.058c-.975-.045-1.504-.208-1.857-.345a3.098 3.098 0 0 1-1.15-.748 3.1 3.1 0 0 1-.748-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.504.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.352-.138.882-.3 1.857-.345.922-.042 1.28-.054 3.144-.056v.002Zm6.234 1.66a1.2 1.2 0 1 0 0 2.401 1.2 1.2 0 0 0 0-2.4ZM12 6.866a5.136 5.136 0 1 0 .002 10.27A5.136 5.136 0 0 0 12 6.866Zm0 1.802a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666Z"}),s.jsx("path",{fill:"url(#instagram_colored_svg__b)",d:"M12 2c-2.715 0-3.056.012-4.123.06-1.064.05-1.79.218-2.427.465A4.896 4.896 0 0 0 3.68 3.678 4.909 4.909 0 0 0 2.525 5.45c-.248.636-.417 1.363-.465 2.427C2.013 8.943 2 9.284 2 12c0 2.716.012 3.056.06 4.122.05 1.065.218 1.791.465 2.427a4.9 4.9 0 0 0 1.153 1.772 4.896 4.896 0 0 0 1.771 1.154c.636.247 1.363.416 2.427.465 1.067.048 1.408.06 4.123.06 2.716 0 3.056-.012 4.123-.06 1.064-.05 1.792-.218 2.428-.465a4.891 4.891 0 0 0 1.77-1.154 4.909 4.909 0 0 0 1.154-1.771c.246-.637.415-1.363.465-2.428.048-1.066.06-1.406.06-4.122s-.012-3.057-.06-4.123c-.05-1.065-.219-1.792-.465-2.427a4.908 4.908 0 0 0-1.154-1.772 4.887 4.887 0 0 0-1.77-1.153c-.638-.247-1.365-.416-2.43-.465-1.067-.048-1.406-.06-4.123-.06h.004Zm-.896 1.802H12c2.67 0 2.986.01 4.04.058.975.044 1.504.207 1.857.344.466.181.8.398 1.149.748.35.35.567.683.748 1.15.137.352.3.881.345 1.856.048 1.054.058 1.371.058 4.04 0 2.668-.01 2.985-.058 4.04-.045.974-.208 1.503-.345 1.855a3.092 3.092 0 0 1-.748 1.15c-.35.35-.682.566-1.15.747-.351.138-.88.3-1.856.345-1.054.048-1.37.058-4.04.058s-2.987-.01-4.041-.058c-.975-.045-1.504-.208-1.857-.345a3.098 3.098 0 0 1-1.15-.748 3.1 3.1 0 0 1-.748-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.504.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.352-.138.882-.3 1.857-.345.922-.042 1.28-.054 3.144-.056v.002Zm6.234 1.66a1.2 1.2 0 1 0 0 2.401 1.2 1.2 0 0 0 0-2.4ZM12 6.866a5.136 5.136 0 1 0 .002 10.27A5.136 5.136 0 0 0 12 6.866Zm0 1.802a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666Z"}),s.jsxs("defs",{children:[s.jsxs("radialGradient",{id:"instagram_colored_svg__a",cx:0,cy:0,r:1,gradientTransform:"matrix(0 -19.8215 18.4348 0 7.312 23.54)",gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FD5"}),s.jsx("stop",{offset:.1,stopColor:"#FD5"}),s.jsx("stop",{offset:.5,stopColor:"#FF543E"}),s.jsx("stop",{offset:1,stopColor:"#C837AB"})]}),s.jsxs("radialGradient",{id:"instagram_colored_svg__b",cx:0,cy:0,r:1,gradientTransform:"matrix(1.739 8.68794 -35.81067 7.16796 -1.35 3.44)",gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#3771C8"}),s.jsx("stop",{offset:.128,stopColor:"#3771C8"}),s.jsx("stop",{offset:1,stopColor:"#60F",stopOpacity:0})]})]})]});module.exports=a;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgInstagramColored: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgInstagramColored;
@@ -0,0 +1,64 @@
1
+ import { jsxs as s, jsx as o } from "react/jsx-runtime";
2
+ const t = (a) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...a,
9
+ children: [
10
+ /* @__PURE__ */ o(
11
+ "path",
12
+ {
13
+ fill: "url(#instagram_colored_svg__a)",
14
+ d: "M12 2c-2.715 0-3.056.012-4.123.06-1.064.05-1.79.218-2.427.465A4.896 4.896 0 0 0 3.68 3.678 4.909 4.909 0 0 0 2.525 5.45c-.248.636-.417 1.363-.465 2.427C2.013 8.943 2 9.284 2 12c0 2.716.012 3.056.06 4.122.05 1.065.218 1.791.465 2.427a4.9 4.9 0 0 0 1.153 1.772 4.896 4.896 0 0 0 1.771 1.154c.636.247 1.363.416 2.427.465 1.067.048 1.408.06 4.123.06 2.716 0 3.056-.012 4.123-.06 1.064-.05 1.792-.218 2.428-.465a4.891 4.891 0 0 0 1.77-1.154 4.909 4.909 0 0 0 1.154-1.771c.246-.637.415-1.363.465-2.428.048-1.066.06-1.406.06-4.122s-.012-3.057-.06-4.123c-.05-1.065-.219-1.792-.465-2.427a4.908 4.908 0 0 0-1.154-1.772 4.887 4.887 0 0 0-1.77-1.153c-.638-.247-1.365-.416-2.43-.465-1.067-.048-1.406-.06-4.123-.06h.004Zm-.896 1.802H12c2.67 0 2.986.01 4.04.058.975.044 1.504.207 1.857.344.466.181.8.398 1.149.748.35.35.567.683.748 1.15.137.352.3.881.345 1.856.048 1.054.058 1.371.058 4.04 0 2.668-.01 2.985-.058 4.04-.045.974-.208 1.503-.345 1.855a3.092 3.092 0 0 1-.748 1.15c-.35.35-.682.566-1.15.747-.351.138-.88.3-1.856.345-1.054.048-1.37.058-4.04.058s-2.987-.01-4.041-.058c-.975-.045-1.504-.208-1.857-.345a3.098 3.098 0 0 1-1.15-.748 3.1 3.1 0 0 1-.748-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.504.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.352-.138.882-.3 1.857-.345.922-.042 1.28-.054 3.144-.056v.002Zm6.234 1.66a1.2 1.2 0 1 0 0 2.401 1.2 1.2 0 0 0 0-2.4ZM12 6.866a5.136 5.136 0 1 0 .002 10.27A5.136 5.136 0 0 0 12 6.866Zm0 1.802a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666Z"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ fill: "url(#instagram_colored_svg__b)",
21
+ d: "M12 2c-2.715 0-3.056.012-4.123.06-1.064.05-1.79.218-2.427.465A4.896 4.896 0 0 0 3.68 3.678 4.909 4.909 0 0 0 2.525 5.45c-.248.636-.417 1.363-.465 2.427C2.013 8.943 2 9.284 2 12c0 2.716.012 3.056.06 4.122.05 1.065.218 1.791.465 2.427a4.9 4.9 0 0 0 1.153 1.772 4.896 4.896 0 0 0 1.771 1.154c.636.247 1.363.416 2.427.465 1.067.048 1.408.06 4.123.06 2.716 0 3.056-.012 4.123-.06 1.064-.05 1.792-.218 2.428-.465a4.891 4.891 0 0 0 1.77-1.154 4.909 4.909 0 0 0 1.154-1.771c.246-.637.415-1.363.465-2.428.048-1.066.06-1.406.06-4.122s-.012-3.057-.06-4.123c-.05-1.065-.219-1.792-.465-2.427a4.908 4.908 0 0 0-1.154-1.772 4.887 4.887 0 0 0-1.77-1.153c-.638-.247-1.365-.416-2.43-.465-1.067-.048-1.406-.06-4.123-.06h.004Zm-.896 1.802H12c2.67 0 2.986.01 4.04.058.975.044 1.504.207 1.857.344.466.181.8.398 1.149.748.35.35.567.683.748 1.15.137.352.3.881.345 1.856.048 1.054.058 1.371.058 4.04 0 2.668-.01 2.985-.058 4.04-.045.974-.208 1.503-.345 1.855a3.092 3.092 0 0 1-.748 1.15c-.35.35-.682.566-1.15.747-.351.138-.88.3-1.856.345-1.054.048-1.37.058-4.04.058s-2.987-.01-4.041-.058c-.975-.045-1.504-.208-1.857-.345a3.098 3.098 0 0 1-1.15-.748 3.1 3.1 0 0 1-.748-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.504.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.352-.138.882-.3 1.857-.345.922-.042 1.28-.054 3.144-.056v.002Zm6.234 1.66a1.2 1.2 0 1 0 0 2.401 1.2 1.2 0 0 0 0-2.4ZM12 6.866a5.136 5.136 0 1 0 .002 10.27A5.136 5.136 0 0 0 12 6.866Zm0 1.802a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666Z"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ s("defs", { children: [
25
+ /* @__PURE__ */ s(
26
+ "radialGradient",
27
+ {
28
+ id: "instagram_colored_svg__a",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientTransform: "matrix(0 -19.8215 18.4348 0 7.312 23.54)",
33
+ gradientUnits: "userSpaceOnUse",
34
+ children: [
35
+ /* @__PURE__ */ o("stop", { stopColor: "#FD5" }),
36
+ /* @__PURE__ */ o("stop", { offset: 0.1, stopColor: "#FD5" }),
37
+ /* @__PURE__ */ o("stop", { offset: 0.5, stopColor: "#FF543E" }),
38
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#C837AB" })
39
+ ]
40
+ }
41
+ ),
42
+ /* @__PURE__ */ s(
43
+ "radialGradient",
44
+ {
45
+ id: "instagram_colored_svg__b",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientTransform: "matrix(1.739 8.68794 -35.81067 7.16796 -1.35 3.44)",
50
+ gradientUnits: "userSpaceOnUse",
51
+ children: [
52
+ /* @__PURE__ */ o("stop", { stopColor: "#3771C8" }),
53
+ /* @__PURE__ */ o("stop", { offset: 0.128, stopColor: "#3771C8" }),
54
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#60F", stopOpacity: 0 })
55
+ ]
56
+ }
57
+ )
58
+ ] })
59
+ ]
60
+ }
61
+ );
62
+ export {
63
+ t as default
64
+ };
@@ -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:"M10.85 12.15 19 4m-4 4 2 2m1-5 2 2m-8 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"})});module.exports=r;
package/dist/Key.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgKey: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgKey;
package/dist/Key.es.js ADDED
@@ -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: "M10.85 12.15 19 4m-4 4 2 2m1-5 2 2m-8 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const a=require("react/jsx-runtime"),h=l=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:a.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M12 2.474c5.514 0 10 3.64 10 8.116 0 1.79-.694 3.404-2.143 4.993-2.099 2.415-6.79 5.356-7.857 5.806-1.038.437-.918-.247-.87-.517a.936.936 0 0 0 .004-.022l.143-.857c.033-.255.068-.65-.033-.904-.112-.278-.555-.423-.88-.493C5.556 17.961 2 14.601 2 10.59c0-4.475 4.486-8.116 10-8.116Zm2.796 5.953h-.701a.195.195 0 0 0-.195.195v2.589l-2-2.697a.153.153 0 0 0-.015-.02l-.001-.001a.128.128 0 0 0-.012-.012l-.014-.013-.005-.003-.01-.007-.006-.004-.01-.006a.03.03 0 0 1-.007-.003l-.001-.001a.061.061 0 0 0-.01-.004l-.003-.002h-.003a.037.037 0 0 0-.008-.003h-.004l-.007-.003-.005-.001-.006-.001-.008-.002a.049.049 0 0 0-.01 0l-.01-.001h-.708a.195.195 0 0 0-.195.194v4.357a.194.194 0 0 0 .195.194h.701a.195.195 0 0 0 .195-.194v-2.587l2 2.7c.013.019.03.035.049.048l.014.01a.027.027 0 0 0 .005.002l.004.002.005.003c.004 0 .007.002.01.004l.019.007a.194.194 0 0 0 .052.007h.701a.194.194 0 0 0 .195-.194V8.625a.195.195 0 0 0-.195-.195l.004-.003Zm-4.828 0h-.702a.195.195 0 0 0-.194.195v4.357a.194.194 0 0 0 .194.194h.702a.194.194 0 0 0 .195-.194V8.625a.195.195 0 0 0-.195-.195v-.002Zm-3.597 3.656h1.906v.003c.107 0 .194.087.194.194v.702a.195.195 0 0 1-.194.195H5.474a.195.195 0 0 1-.134-.055l-.005-.005a.194.194 0 0 1-.055-.135V8.625c0-.107.087-.195.195-.195h.701c.107 0 .195.088.195.195v3.458ZM18.67 9.519a.195.195 0 0 0 .194-.195v-.699a.194.194 0 0 0-.194-.195h-2.803a.193.193 0 0 0-.14.061.187.187 0 0 0-.055.134v4.358c0 .05.02.098.055.134l.005.005a.194.194 0 0 0 .135.055h2.802a.195.195 0 0 0 .195-.195v-.702a.195.195 0 0 0-.195-.195h-1.906v-.736h1.906a.195.195 0 0 0 .18-.12.193.193 0 0 0 .015-.075v-.704a.195.195 0 0 0-.195-.195h-1.906V9.52h1.907Z",clipRule:"evenodd"})});module.exports=h;
package/dist/Line.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgLine;
@@ -0,0 +1,22 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const v = (l) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...l,
9
+ children: /* @__PURE__ */ a(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ fillRule: "evenodd",
14
+ d: "M12 2.474c5.514 0 10 3.64 10 8.116 0 1.79-.694 3.404-2.143 4.993-2.099 2.415-6.79 5.356-7.857 5.806-1.038.437-.918-.247-.87-.517a.936.936 0 0 0 .004-.022l.143-.857c.033-.255.068-.65-.033-.904-.112-.278-.555-.423-.88-.493C5.556 17.961 2 14.601 2 10.59c0-4.475 4.486-8.116 10-8.116Zm2.796 5.953h-.701a.195.195 0 0 0-.195.195v2.589l-2-2.697a.153.153 0 0 0-.015-.02l-.001-.001a.128.128 0 0 0-.012-.012l-.014-.013-.005-.003-.01-.007-.006-.004-.01-.006a.03.03 0 0 1-.007-.003l-.001-.001a.061.061 0 0 0-.01-.004l-.003-.002h-.003a.037.037 0 0 0-.008-.003h-.004l-.007-.003-.005-.001-.006-.001-.008-.002a.049.049 0 0 0-.01 0l-.01-.001h-.708a.195.195 0 0 0-.195.194v4.357a.194.194 0 0 0 .195.194h.701a.195.195 0 0 0 .195-.194v-2.587l2 2.7c.013.019.03.035.049.048l.014.01a.027.027 0 0 0 .005.002l.004.002.005.003c.004 0 .007.002.01.004l.019.007a.194.194 0 0 0 .052.007h.701a.194.194 0 0 0 .195-.194V8.625a.195.195 0 0 0-.195-.195l.004-.003Zm-4.828 0h-.702a.195.195 0 0 0-.194.195v4.357a.194.194 0 0 0 .194.194h.702a.194.194 0 0 0 .195-.194V8.625a.195.195 0 0 0-.195-.195v-.002Zm-3.597 3.656h1.906v.003c.107 0 .194.087.194.194v.702a.195.195 0 0 1-.194.195H5.474a.195.195 0 0 1-.134-.055l-.005-.005a.194.194 0 0 1-.055-.135V8.625c0-.107.087-.195.195-.195h.701c.107 0 .195.088.195.195v3.458ZM18.67 9.519a.195.195 0 0 0 .194-.195v-.699a.194.194 0 0 0-.194-.195h-2.803a.193.193 0 0 0-.14.061.187.187 0 0 0-.055.134v4.358c0 .05.02.098.055.134l.005.005a.194.194 0 0 0 .135.055h2.802a.195.195 0 0 0 .195-.195v-.702a.195.195 0 0 0-.195-.195h-1.906v-.736h1.906a.195.195 0 0 0 .18-.12.193.193 0 0 0 .015-.075v-.704a.195.195 0 0 0-.195-.195h-1.906V9.52h1.907Z",
15
+ clipRule: "evenodd"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ v as default
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";const a=require("react/jsx-runtime"),h=c=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...c,children:[a.jsx("path",{fill:"#00B900",d:"M22 10.59c0-4.475-4.486-8.116-10-8.116S2 6.115 2 10.59c0 4.011 3.558 7.371 8.363 8.006.326.07.769.215.881.493.101.253.066.649.033.905l-.143.856c-.044.253-.201.988.866.539 1.067-.45 5.759-3.391 7.857-5.806C21.307 13.993 22 12.38 22 10.59Z"}),a.jsx("path",{fill:"#fff",d:"M9.266 8.428h.702v.002c.107 0 .195.088.195.195v4.354a.194.194 0 0 1-.195.194h-.702a.194.194 0 0 1-.194-.194V8.622c0-.107.087-.194.194-.194ZM14.095 8.427h.701l-.004.003c.108 0 .195.088.195.195v4.355a.196.196 0 0 1-.057.137.193.193 0 0 1-.138.057h-.7a.194.194 0 0 1-.053-.007l-.02-.007-.008-.004a.057.057 0 0 1-.006-.003l-.004-.002a.027.027 0 0 1-.005-.003c-.005-.002-.009-.005-.014-.01a.195.195 0 0 1-.05-.047l-1.999-2.7v2.587a.195.195 0 0 1-.195.194h-.701a.195.195 0 0 1-.195-.194V8.621c0-.107.087-.195.195-.195h.708l.01.001.01.001.008.002.006.001.005.001.007.002.004.001c.003 0 .005.002.008.003h.002l.004.002a.061.061 0 0 1 .01.004h.001a.03.03 0 0 0 .006.004l.01.006.007.004.01.007.002.002.003.001.014.013a.13.13 0 0 1 .012.012v.001l.016.02 2 2.697V8.62c0-.106.087-.194.195-.194ZM6.37 12.083h1.907v.003c.107 0 .194.087.194.194v.702a.195.195 0 0 1-.194.195H5.474a.195.195 0 0 1-.134-.055l-.005-.005a.194.194 0 0 1-.055-.135V8.625c0-.107.087-.195.195-.195h.701c.107 0 .195.088.195.195v3.458ZM18.864 9.324a.195.195 0 0 1-.194.195h-1.907v.736h1.906c.108 0 .195.088.195.195v.704a.193.193 0 0 1-.195.195h-1.906v.736h1.906c.108 0 .195.088.195.195v.702a.195.195 0 0 1-.195.195h-2.803a.194.194 0 0 1-.134-.055l-.005-.005a.193.193 0 0 1-.055-.134V8.625a.187.187 0 0 1 .06-.14.193.193 0 0 1 .135-.055h2.803c.107 0 .194.088.194.195v.7Z"})]});module.exports=h;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLineColored: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgLineColored;
@@ -0,0 +1,29 @@
1
+ import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
+ const v = (l) => /* @__PURE__ */ h(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...l,
9
+ children: [
10
+ /* @__PURE__ */ a(
11
+ "path",
12
+ {
13
+ fill: "#00B900",
14
+ d: "M22 10.59c0-4.475-4.486-8.116-10-8.116S2 6.115 2 10.59c0 4.011 3.558 7.371 8.363 8.006.326.07.769.215.881.493.101.253.066.649.033.905l-.143.856c-.044.253-.201.988.866.539 1.067-.45 5.759-3.391 7.857-5.806C21.307 13.993 22 12.38 22 10.59Z"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ a(
18
+ "path",
19
+ {
20
+ fill: "#fff",
21
+ d: "M9.266 8.428h.702v.002c.107 0 .195.088.195.195v4.354a.194.194 0 0 1-.195.194h-.702a.194.194 0 0 1-.194-.194V8.622c0-.107.087-.194.194-.194ZM14.095 8.427h.701l-.004.003c.108 0 .195.088.195.195v4.355a.196.196 0 0 1-.057.137.193.193 0 0 1-.138.057h-.7a.194.194 0 0 1-.053-.007l-.02-.007-.008-.004a.057.057 0 0 1-.006-.003l-.004-.002a.027.027 0 0 1-.005-.003c-.005-.002-.009-.005-.014-.01a.195.195 0 0 1-.05-.047l-1.999-2.7v2.587a.195.195 0 0 1-.195.194h-.701a.195.195 0 0 1-.195-.194V8.621c0-.107.087-.195.195-.195h.708l.01.001.01.001.008.002.006.001.005.001.007.002.004.001c.003 0 .005.002.008.003h.002l.004.002a.061.061 0 0 1 .01.004h.001a.03.03 0 0 0 .006.004l.01.006.007.004.01.007.002.002.003.001.014.013a.13.13 0 0 1 .012.012v.001l.016.02 2 2.697V8.62c0-.106.087-.194.195-.194ZM6.37 12.083h1.907v.003c.107 0 .194.087.194.194v.702a.195.195 0 0 1-.194.195H5.474a.195.195 0 0 1-.134-.055l-.005-.005a.194.194 0 0 1-.055-.135V8.625c0-.107.087-.195.195-.195h.701c.107 0 .195.088.195.195v3.458ZM18.864 9.324a.195.195 0 0 1-.194.195h-1.907v.736h1.906c.108 0 .195.088.195.195v.704a.193.193 0 0 1-.195.195h-1.906v.736h1.906c.108 0 .195.088.195.195v.702a.195.195 0 0 1-.195.195h-2.803a.194.194 0 0 1-.134-.055l-.005-.005a.193.193 0 0 1-.055-.134V8.625a.187.187 0 0 1 .06-.14.193.193 0 0 1 .135-.055h2.803c.107 0 .194.088.194.195v.7Z"
22
+ }
23
+ )
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ v as default
29
+ };
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),a=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:"M9 2a5 5 0 1 0 0 10A5 5 0 0 0 9 2Zm7.25.159a1 1 0 0 0-1.133 1.437v.001l.005.01.025.049a9.354 9.354 0 0 1 .409.986C15.786 5.304 16 6.154 16 7c0 .846-.214 1.696-.444 2.358a9.36 9.36 0 0 1-.434 1.035l-.005.01a1 1 0 0 0 1.133 1.438 4.999 4.999 0 0 0 0-9.682ZM7 14a5 5 0 0 0-5 5v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2a5 5 0 0 0-5-5H7Zm11.447.105a1 1 0 0 0-1.341 1.342C17.982 17.2 18 19.664 18 21a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.006a5 5 0 0 0-1.056-3.044c-.525-.674-1.441-1.317-2.497-1.845Z",clipRule:"evenodd"})});module.exports=a;
1
+ "use strict";const e=require("react/jsx-runtime"),a=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:"M5.979 10.182a4.5 4.5 0 1 1 6.364-6.364 4.5 4.5 0 0 1-6.364 6.364Zm9.45-7.055a.8.8 0 0 0-.906 1.15v.001l.004.007.02.04a7.472 7.472 0 0 1 .327.79c.184.528.356 1.208.356 1.885 0 .676-.172 1.357-.356 1.886a7.472 7.472 0 0 1-.327.79l-.02.038-.003.008a.8.8 0 0 0 .906 1.15 4 4 0 0 0 0-7.745ZM2.662 18.017V19.5a2 2 0 0 0 2 1.999h9a2 2 0 0 0 2-2v-1.484a4.645 4.645 0 0 0-4.645-4.645h-3.71a4.645 4.645 0 0 0-4.645 4.645Zm15.414-4.412a1 1 0 0 0-1.341 1.342c.93 2.203 1.225 5.677 0 6.553h2.605a2 2 0 0 0 2-2v-1.006a5.222 5.222 0 0 0-1.199-3.339c-.737-.896-2.065-1.55-2.065-1.55Z",clipRule:"evenodd"})});module.exports=a;
@@ -11,7 +11,7 @@ const o = (a) => /* @__PURE__ */ l(
11
11
  {
12
12
  fill: "currentcolor",
13
13
  fillRule: "evenodd",
14
- d: "M9 2a5 5 0 1 0 0 10A5 5 0 0 0 9 2Zm7.25.159a1 1 0 0 0-1.133 1.437v.001l.005.01.025.049a9.354 9.354 0 0 1 .409.986C15.786 5.304 16 6.154 16 7c0 .846-.214 1.696-.444 2.358a9.36 9.36 0 0 1-.434 1.035l-.005.01a1 1 0 0 0 1.133 1.438 4.999 4.999 0 0 0 0-9.682ZM7 14a5 5 0 0 0-5 5v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2a5 5 0 0 0-5-5H7Zm11.447.105a1 1 0 0 0-1.341 1.342C17.982 17.2 18 19.664 18 21a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.006a5 5 0 0 0-1.056-3.044c-.525-.674-1.441-1.317-2.497-1.845Z",
14
+ d: "M5.979 10.182a4.5 4.5 0 1 1 6.364-6.364 4.5 4.5 0 0 1-6.364 6.364Zm9.45-7.055a.8.8 0 0 0-.906 1.15v.001l.004.007.02.04a7.472 7.472 0 0 1 .327.79c.184.528.356 1.208.356 1.885 0 .676-.172 1.357-.356 1.886a7.472 7.472 0 0 1-.327.79l-.02.038-.003.008a.8.8 0 0 0 .906 1.15 4 4 0 0 0 0-7.745ZM2.662 18.017V19.5a2 2 0 0 0 2 1.999h9a2 2 0 0 0 2-2v-1.484a4.645 4.645 0 0 0-4.645-4.645h-3.71a4.645 4.645 0 0 0-4.645 4.645Zm15.414-4.412a1 1 0 0 0-1.341 1.342c.93 2.203 1.225 5.677 0 6.553h2.605a2 2 0 0 0 2-2v-1.006a5.222 5.222 0 0 0-1.199-3.339c-.737-.896-2.065-1.55-2.065-1.55Z",
15
15
  clipRule: "evenodd"
16
16
  }
17
17
  )
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),o=t=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M20 12v3a3 3 0 0 1-3 3H4m0 0 3 3m-3-3 3-3m-3-3V9a3 3 0 0 1 3-3h13m0 0-3-3m3 3-3 3"})});module.exports=o;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgRepeat: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgRepeat;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (e) => /* @__PURE__ */ o(
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__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M20 12v3a3 3 0 0 1-3 3H4m0 0 3 3m-3-3 3-3m-3-3V9a3 3 0 0 1 3-3h13m0 0-3-3m3 3-3 3"
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:"M3 13v3a2 2 0 0 0 2 2h6m0 0-3-3m3 3-3 3m13-10V8a2 2 0 0 0-2-2h-6m0 0 3 3m-3-3 3-3M3 4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm12 12a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"})});module.exports=r;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgReplace: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgReplace;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const r = (a) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...a,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 2,
16
+ d: "M3 13v3a2 2 0 0 0 2 2h6m0 0-3-3m3 3-3 3m13-10V8a2 2 0 0 0-2-2h-6m0 0 3 3m-3-3 3-3M3 4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm12 12a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ r as default
23
+ };
@@ -1 +1 @@
1
- "use strict";const a=require("react/jsx-runtime"),e=r=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...r,children:[a.jsx("path",{fill:"currentcolor",d:"M9 9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9ZM15 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5ZM3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Z"}),a.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19V9a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v10m6 0a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1m6 0a1 1 0 0 0 1 1h4m-5-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1M9 19v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4m1-1a1 1 0 0 1-1 1m12 0H8"})]});module.exports=e;
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",{fill:"currentcolor",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M16.5 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3V5Zm-7 4a1 1 0 0 1 1-1h2v12h-3V9Zm-7 4a1 1 0 0 1 1-1h2v8h-2a1 1 0 0 1-1-1v-6Z"})});module.exports=o;
@@ -1,32 +1,24 @@
1
- import { jsxs as r, jsx as a } from "react/jsx-runtime";
2
- const e = (o) => /* @__PURE__ */ r(
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const t = (r) => /* @__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
- ...o,
9
- children: [
10
- /* @__PURE__ */ a(
11
- "path",
12
- {
13
- fill: "currentcolor",
14
- d: "M9 9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9ZM15 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5ZM3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Z"
15
- }
16
- ),
17
- /* @__PURE__ */ a(
18
- "path",
19
- {
20
- stroke: "currentcolor",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round",
23
- strokeWidth: 2,
24
- d: "M15 19V9a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v10m6 0a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1m6 0a1 1 0 0 0 1 1h4m-5-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1M9 19v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4m1-1a1 1 0 0 1-1 1m12 0H8"
25
- }
26
- )
27
- ]
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ d: "M16.5 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3V5Zm-7 4a1 1 0 0 1 1-1h2v12h-3V9Zm-7 4a1 1 0 0 1 1-1h2v8h-2a1 1 0 0 1-1-1v-6Z"
18
+ }
19
+ )
28
20
  }
29
21
  );
30
22
  export {
31
- e as default
23
+ t as default
32
24
  };
@@ -1 +1 @@
1
- "use strict";const o=require("react/jsx-runtime"),t=r=>o.jsxs("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:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.723 1.723 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37 1 .608 2.296.07 2.572-1.065Z"}),o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z"})]});module.exports=t;
1
+ "use strict";const e=require("react/jsx-runtime"),r=o=>e.jsxs("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:"M12.675 3a1.8 1.8 0 0 1 1.8 1.8v1.407c.462.197.9.45 1.305.753l1.218-.703a1.8 1.8 0 0 1 2.459.658l.675 1.17a1.8 1.8 0 0 1-.66 2.458l-1.217.704a6.315 6.315 0 0 1 0 1.507l1.218.703a1.8 1.8 0 0 1 .659 2.458l-.675 1.17a1.8 1.8 0 0 1-2.46.658l-1.217-.703a6.302 6.302 0 0 1-1.305.754V19.2a1.8 1.8 0 0 1-1.8 1.8h-1.35a1.8 1.8 0 0 1-1.8-1.8v-1.406a6.3 6.3 0 0 1-1.305-.754l-1.218.703a1.8 1.8 0 0 1-2.46-.658l-.674-1.17a1.8 1.8 0 0 1 .659-2.458l1.218-.704a6.302 6.302 0 0 1 0-1.506l-1.218-.704a1.8 1.8 0 0 1-.66-2.458l.676-1.17a1.8 1.8 0 0 1 2.459-.658l1.218.703a6.3 6.3 0 0 1 1.305-.753V4.8a1.8 1.8 0 0 1 1.8-1.8h1.35Z",clipRule:"evenodd"}),e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M14.696 12a2.696 2.696 0 1 1-5.392 0 2.696 2.696 0 0 1 5.392 0Z"})]});module.exports=r;
@@ -1,11 +1,11 @@
1
- import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
- const n = (r) => /* @__PURE__ */ t(
1
+ import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
+ const t = (a) => /* @__PURE__ */ e(
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
- ...r,
8
+ ...a,
9
9
  children: [
10
10
  /* @__PURE__ */ o(
11
11
  "path",
@@ -14,7 +14,8 @@ const n = (r) => /* @__PURE__ */ t(
14
14
  strokeLinecap: "round",
15
15
  strokeLinejoin: "round",
16
16
  strokeWidth: 2,
17
- d: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.723 1.723 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37 1 .608 2.296.07 2.572-1.065Z"
17
+ d: "M12.675 3a1.8 1.8 0 0 1 1.8 1.8v1.407c.462.197.9.45 1.305.753l1.218-.703a1.8 1.8 0 0 1 2.459.658l.675 1.17a1.8 1.8 0 0 1-.66 2.458l-1.217.704a6.315 6.315 0 0 1 0 1.507l1.218.703a1.8 1.8 0 0 1 .659 2.458l-.675 1.17a1.8 1.8 0 0 1-2.46.658l-1.217-.703a6.302 6.302 0 0 1-1.305.754V19.2a1.8 1.8 0 0 1-1.8 1.8h-1.35a1.8 1.8 0 0 1-1.8-1.8v-1.406a6.3 6.3 0 0 1-1.305-.754l-1.218.703a1.8 1.8 0 0 1-2.46-.658l-.674-1.17a1.8 1.8 0 0 1 .659-2.458l1.218-.704a6.302 6.302 0 0 1 0-1.506l-1.218-.704a1.8 1.8 0 0 1-.66-2.458l.676-1.17a1.8 1.8 0 0 1 2.459-.658l1.218.703a6.3 6.3 0 0 1 1.305-.753V4.8a1.8 1.8 0 0 1 1.8-1.8h1.35Z",
18
+ clipRule: "evenodd"
18
19
  }
19
20
  ),
20
21
  /* @__PURE__ */ o(
@@ -24,12 +25,12 @@ const n = (r) => /* @__PURE__ */ t(
24
25
  strokeLinecap: "round",
25
26
  strokeLinejoin: "round",
26
27
  strokeWidth: 2,
27
- d: "M9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z"
28
+ d: "M14.696 12a2.696 2.696 0 1 1-5.392 0 2.696 2.696 0 0 1 5.392 0Z"
28
29
  }
29
30
  )
30
31
  ]
31
32
  }
32
33
  );
33
34
  export {
34
- n as default
35
+ t as default
35
36
  };