@livechat/design-system-icons 2.0.0-alpha.3 → 2.0.0-alpha.5

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 (65) hide show
  1. package/dist/ArrowsMerge.cjs.js +1 -0
  2. package/dist/ArrowsMerge.d.ts +4 -0
  3. package/dist/ArrowsMerge.es.js +23 -0
  4. package/dist/ArrowsSort.cjs.js +1 -0
  5. package/dist/ArrowsSort.d.ts +4 -0
  6. package/dist/ArrowsSort.es.js +27 -0
  7. package/dist/Click.cjs.js +1 -0
  8. package/dist/Click.d.ts +4 -0
  9. package/dist/Click.es.js +39 -0
  10. package/dist/Flag.cjs.js +1 -0
  11. package/dist/Flag.d.ts +4 -0
  12. package/dist/Flag.es.js +26 -0
  13. package/dist/FlagFilled.cjs.js +1 -0
  14. package/dist/FlagFilled.d.ts +4 -0
  15. package/dist/FlagFilled.es.js +23 -0
  16. package/dist/FlagOff.cjs.js +1 -0
  17. package/dist/FlagOff.d.ts +4 -0
  18. package/dist/FlagOff.es.js +27 -0
  19. package/dist/HelloColored.cjs.js +1 -0
  20. package/dist/HelloColored.d.ts +4 -0
  21. package/dist/HelloColored.es.js +22 -0
  22. package/dist/HelloMono.cjs.js +1 -0
  23. package/dist/HelloMono.d.ts +4 -0
  24. package/dist/HelloMono.es.js +22 -0
  25. package/dist/Home.cjs.js +1 -1
  26. package/dist/Home.es.js +1 -1
  27. package/dist/HomeFilled.cjs.js +1 -1
  28. package/dist/HomeFilled.es.js +3 -3
  29. package/dist/LayoutSidebarLeft.cjs.js +1 -0
  30. package/dist/LayoutSidebarLeft.d.ts +4 -0
  31. package/dist/LayoutSidebarLeft.es.js +23 -0
  32. package/dist/LinkedinColored.cjs.js +1 -0
  33. package/dist/LinkedinColored.d.ts +4 -0
  34. package/dist/LinkedinColored.es.js +20 -0
  35. package/dist/LinkedinMono.cjs.js +1 -0
  36. package/dist/LinkedinMono.d.ts +4 -0
  37. package/dist/LinkedinMono.es.js +20 -0
  38. package/dist/PlatformColored.cjs.js +1 -0
  39. package/dist/PlatformColored.d.ts +4 -0
  40. package/dist/PlatformColored.es.js +22 -0
  41. package/dist/PlugConnected.cjs.js +1 -0
  42. package/dist/PlugConnected.d.ts +4 -0
  43. package/dist/PlugConnected.es.js +27 -0
  44. package/dist/PlugDisconnected.cjs.js +1 -0
  45. package/dist/PlugDisconnected.d.ts +4 -0
  46. package/dist/PlugDisconnected.es.js +22 -0
  47. package/dist/PlugDisconnectedFilled.cjs.js +1 -0
  48. package/dist/PlugDisconnectedFilled.d.ts +4 -0
  49. package/dist/PlugDisconnectedFilled.es.js +37 -0
  50. package/dist/SquareRoundedX.cjs.js +1 -0
  51. package/dist/SquareRoundedX.d.ts +4 -0
  52. package/dist/SquareRoundedX.es.js +27 -0
  53. package/dist/TextAccounts.cjs.js +1 -0
  54. package/dist/TextAccounts.d.ts +4 -0
  55. package/dist/TextAccounts.es.js +20 -0
  56. package/dist/TextLogoFull.cjs.js +1 -0
  57. package/dist/TextLogoFull.d.ts +4 -0
  58. package/dist/TextLogoFull.es.js +20 -0
  59. package/dist/TextPlatform.cjs.js +1 -0
  60. package/dist/TextPlatform.d.ts +4 -0
  61. package/dist/TextPlatform.es.js +22 -0
  62. package/dist/index.cjs.js +1 -1
  63. package/dist/index.d.ts +19 -0
  64. package/dist/index.es.js +912 -874
  65. package/package.json +2 -2
@@ -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:"m8 7 4-4 4 4m-4-4v5.394m0 0A6.74 6.74 0 0 1 9 14a6.74 6.74 0 0 0-3 5.606V21m6-12.606A6.74 6.74 0 0 0 15 14a6.74 6.74 0 0 1 3 5.606V21"})});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgArrowsMerge: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgArrowsMerge;
@@ -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: "m8 7 4-4 4 4m-4-4v5.394m0 0A6.74 6.74 0 0 1 9 14a6.74 6.74 0 0 0-3 5.606V21m6-12.606A6.74 6.74 0 0 0 15 14a6.74 6.74 0 0 1 3 5.606V21"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),o=s=>r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...s,children:[r.jsx("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#arrows-sort_svg__a)",children:r.jsx("path",{d:"m3 9 4-4m0 0 4 4M7 5v14M21 15l-4 4m0 0-4-4m4 4V5"})}),r.jsx("defs",{children:r.jsx("clipPath",{id:"arrows-sort_svg__a",children:r.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgArrowsSort: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgArrowsSort;
@@ -0,0 +1,27 @@
1
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
+ const e = (o) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...o,
9
+ children: [
10
+ /* @__PURE__ */ r(
11
+ "g",
12
+ {
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ clipPath: "url(#arrows-sort_svg__a)",
18
+ children: /* @__PURE__ */ r("path", { d: "m3 9 4-4m0 0 4 4M7 5v14M21 15l-4 4m0 0-4-4m4 4V5" })
19
+ }
20
+ ),
21
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "arrows-sort_svg__a", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ e as default
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";const l=require("react/jsx-runtime"),s=a=>l.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...a,children:[l.jsx("mask",{id:"click_svg__a",width:20,height:20,x:2,y:2,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:l.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M13 3a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zM3 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2zm1.893-6.107a1 1 0 0 1 1.414 0l2.2 2.2a1 1 0 1 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 0-1.414m14.214 1.414a1 1 0 0 0-1.414-1.414l-2.2 2.2a1 1 0 0 0 1.414 1.414zm-10.6 9.186a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.81-4.442a1 1 0 0 0-1.266 1.265l3 9a1 1 0 0 0 1.843.131l1.851-3.702 3.702-1.85a1 1 0 0 0-.13-1.844zm2.868 7.342-1.604-4.812 4.812 1.604-1.84.92a1 1 0 0 0-.447.448z",clipRule:"evenodd"})}),l.jsx("g",{mask:"url(#click_svg__a)",children:l.jsx("path",{fill:"currentcolor",d:"M0 0h24v24H0z"})})]});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgClick: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgClick;
@@ -0,0 +1,39 @@
1
+ import { jsxs as e, jsx as l } from "react/jsx-runtime";
2
+ const i = (a) => /* @__PURE__ */ e(
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__ */ l(
11
+ "mask",
12
+ {
13
+ id: "click_svg__a",
14
+ width: 20,
15
+ height: 20,
16
+ x: 2,
17
+ y: 2,
18
+ maskUnits: "userSpaceOnUse",
19
+ style: {
20
+ maskType: "alpha"
21
+ },
22
+ children: /* @__PURE__ */ l(
23
+ "path",
24
+ {
25
+ fill: "currentcolor",
26
+ fillRule: "evenodd",
27
+ d: "M13 3a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zM3 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2zm1.893-6.107a1 1 0 0 1 1.414 0l2.2 2.2a1 1 0 1 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 0-1.414m14.214 1.414a1 1 0 0 0-1.414-1.414l-2.2 2.2a1 1 0 0 0 1.414 1.414zm-10.6 9.186a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.81-4.442a1 1 0 0 0-1.266 1.265l3 9a1 1 0 0 0 1.843.131l1.851-3.702 3.702-1.85a1 1 0 0 0-.13-1.844zm2.868 7.342-1.604-4.812 4.812 1.604-1.84.92a1 1 0 0 0-.447.448z",
28
+ clipRule: "evenodd"
29
+ }
30
+ )
31
+ }
32
+ ),
33
+ /* @__PURE__ */ l("g", { mask: "url(#click_svg__a)", children: /* @__PURE__ */ l("path", { fill: "currentcolor", d: "M0 0h24v24H0z" }) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ i as default
39
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=require("react/jsx-runtime"),e=r=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...r,children:[s.jsx("g",{clipPath:"url(#flag_svg__a)",children:s.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,d:"M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"})}),s.jsx("defs",{children:s.jsx("clipPath",{id:"flag_svg__a",children:s.jsx("path",{fill:"currentcolor",d:"M0 0h20v20H0z"})})})]});module.exports=e;
package/dist/Flag.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgFlag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgFlag;
@@ -0,0 +1,26 @@
1
+ import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
+ const t = (l) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20",
8
+ ...l,
9
+ children: [
10
+ /* @__PURE__ */ r("g", { clipPath: "url(#flag_svg__a)", children: /* @__PURE__ */ r(
11
+ "path",
12
+ {
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 1.75,
17
+ d: "M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"
18
+ }
19
+ ) }),
20
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "flag_svg__a", children: /* @__PURE__ */ r("path", { fill: "currentcolor", d: "M0 0h20v20H0z" }) }) })
21
+ ]
22
+ }
23
+ );
24
+ export {
25
+ t as default
26
+ };
@@ -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:"currentcolor",viewBox:"0 0 20 20",...e,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,d:"M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"})});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgFlagFilled: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgFlagFilled;
@@ -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: "currentcolor",
7
+ viewBox: "0 0 20 20",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.75,
16
+ d: "M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=require("react/jsx-runtime"),r=e=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[s.jsx("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#flag_off_svg__a)",children:s.jsx("path",{d:"M5 14h9M5 5v16M3 3l18 18M19 14l-4.5-4.5L19 5H9"})}),s.jsx("defs",{children:s.jsx("clipPath",{id:"flag_off_svg__a",children:s.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgFlagOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgFlagOff;
@@ -0,0 +1,27 @@
1
+ import { jsxs as r, jsx as l } from "react/jsx-runtime";
2
+ const f = (o) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...o,
9
+ children: [
10
+ /* @__PURE__ */ l(
11
+ "g",
12
+ {
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ clipPath: "url(#flag_off_svg__a)",
18
+ children: /* @__PURE__ */ l("path", { d: "M5 14h9M5 5v16M3 3l18 18M19 14l-4.5-4.5L19 5H9" })
19
+ }
20
+ ),
21
+ /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "flag_off_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ f as default
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";const l=require("react/jsx-runtime"),e=c=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...c,children:l.jsx("path",{fill:"#FFD000",fillRule:"evenodd",d:"M5.72 20.215 2.514 21.6c-.115-3.399-.3-6.803-.34-10.204l.012-.646c.024-1.128.061-2.139.106-2.842.197-2.34 2.033-4.079 4.263-4.28a71 71 0 0 1 4.941-.199l.507-.001c1.836 0 3.738.067 5.443.2q.431.04.838.152l3.2-1.38.338 8.679.002.11v1.673l-.013.64a71 71 0 0 1-.102 2.642c-.196 2.34-2.033 4.079-4.263 4.28a71 71 0 0 1-4.941.198l-.507.002c-1.836 0-3.439-.068-5.13-.201-.371-.034-.806-.093-1.15-.208m6.282-2.868.6-.003.58-.008a66 66 0 0 0 4.003-.19c.721-.066 1.246-.601 1.312-1.27l.022-.24c.06-.714.1-1.717.122-2.818v-1.584l-.014-.604a37 37 0 0 0-.13-2.455c-.066-.668-.59-1.203-1.312-1.27a67 67 0 0 0-4.003-.19l-.58-.008-.64-.002-.56.002c-1.55.015-3.092.08-4.584.198-.721.067-1.246.602-1.311 1.27l-.023.24c-.074.875-.116 2.181-.135 3.572l.013.83.014.605c.028.985.07 1.854.13 2.454.066.67.59 1.204 1.312 1.27 1.306.103 2.65.166 4.003.19l.58.008z",clipRule:"evenodd"})});module.exports=e;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgHelloColored: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgHelloColored;
@@ -0,0 +1,22 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const o = (c) => /* @__PURE__ */ l(
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__ */ l(
10
+ "path",
11
+ {
12
+ fill: "#FFD000",
13
+ fillRule: "evenodd",
14
+ d: "M5.72 20.215 2.514 21.6c-.115-3.399-.3-6.803-.34-10.204l.012-.646c.024-1.128.061-2.139.106-2.842.197-2.34 2.033-4.079 4.263-4.28a71 71 0 0 1 4.941-.199l.507-.001c1.836 0 3.738.067 5.443.2q.431.04.838.152l3.2-1.38.338 8.679.002.11v1.673l-.013.64a71 71 0 0 1-.102 2.642c-.196 2.34-2.033 4.079-4.263 4.28a71 71 0 0 1-4.941.198l-.507.002c-1.836 0-3.439-.068-5.13-.201-.371-.034-.806-.093-1.15-.208m6.282-2.868.6-.003.58-.008a66 66 0 0 0 4.003-.19c.721-.066 1.246-.601 1.312-1.27l.022-.24c.06-.714.1-1.717.122-2.818v-1.584l-.014-.604a37 37 0 0 0-.13-2.455c-.066-.668-.59-1.203-1.312-1.27a67 67 0 0 0-4.003-.19l-.58-.008-.64-.002-.56.002c-1.55.015-3.092.08-4.584.198-.721.067-1.246.602-1.311 1.27l-.023.24c-.074.875-.116 2.181-.135 3.572l.013.83.014.605c.028.985.07 1.854.13 2.454.066.67.59 1.204 1.312 1.27 1.306.103 2.65.166 4.003.19l.58.008z",
15
+ clipRule: "evenodd"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ o as default
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";const l=require("react/jsx-runtime"),e=c=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...c,children:l.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M5.72 20.215 2.514 21.6c-.115-3.399-.3-6.803-.34-10.204l.012-.646c.024-1.128.061-2.139.106-2.842.197-2.34 2.033-4.079 4.263-4.28a71 71 0 0 1 4.941-.199l.507-.001c1.836 0 3.738.067 5.443.2q.431.04.838.152l3.2-1.38.338 8.679.002.11v1.673l-.013.64a71 71 0 0 1-.102 2.642c-.196 2.34-2.033 4.079-4.263 4.28a71 71 0 0 1-4.941.198l-.507.002c-1.836 0-3.439-.068-5.13-.201-.371-.034-.806-.093-1.15-.208m6.282-2.868.6-.003.58-.008a66 66 0 0 0 4.003-.19c.721-.066 1.246-.601 1.312-1.27l.022-.24c.06-.714.1-1.717.122-2.818v-1.584l-.014-.604a37 37 0 0 0-.13-2.455c-.066-.668-.59-1.203-1.312-1.27a67 67 0 0 0-4.003-.19l-.58-.008-.64-.002-.56.002c-1.55.015-3.092.08-4.584.198-.721.067-1.246.602-1.311 1.27l-.023.24c-.074.875-.116 2.181-.135 3.572l.013.83.014.605c.028.985.07 1.854.13 2.454.066.67.59 1.204 1.312 1.27 1.306.103 2.65.166 4.003.19l.58.008z",clipRule:"evenodd"})});module.exports=e;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgHelloMono: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgHelloMono;
@@ -0,0 +1,22 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const e = (c) => /* @__PURE__ */ l(
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__ */ l(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ fillRule: "evenodd",
14
+ d: "M5.72 20.215 2.514 21.6c-.115-3.399-.3-6.803-.34-10.204l.012-.646c.024-1.128.061-2.139.106-2.842.197-2.34 2.033-4.079 4.263-4.28a71 71 0 0 1 4.941-.199l.507-.001c1.836 0 3.738.067 5.443.2q.431.04.838.152l3.2-1.38.338 8.679.002.11v1.673l-.013.64a71 71 0 0 1-.102 2.642c-.196 2.34-2.033 4.079-4.263 4.28a71 71 0 0 1-4.941.198l-.507.002c-1.836 0-3.439-.068-5.13-.201-.371-.034-.806-.093-1.15-.208m6.282-2.868.6-.003.58-.008a66 66 0 0 0 4.003-.19c.721-.066 1.246-.601 1.312-1.27l.022-.24c.06-.714.1-1.717.122-2.818v-1.584l-.014-.604a37 37 0 0 0-.13-2.455c-.066-.668-.59-1.203-1.312-1.27a67 67 0 0 0-4.003-.19l-.58-.008-.64-.002-.56.002c-1.55.015-3.092.08-4.584.198-.721.067-1.246.602-1.311 1.27l-.023.24c-.074.875-.116 2.181-.135 3.572l.013.83.014.605c.028.985.07 1.854.13 2.454.066.67.59 1.204 1.312 1.27 1.306.103 2.65.166 4.003.19l.58.008z",
15
+ clipRule: "evenodd"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ e as default
22
+ };
package/dist/Home.cjs.js CHANGED
@@ -1 +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:"M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7h2l-9-9-9 9z"})});module.exports=r;
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:"M13.667 4.562 19 8.71a2.67 2.67 0 0 1 1.03 2.105v7.2a2 2 0 0 1-2 2H14.5v-5.007a1 1 0 0 0-1-1h-2.947a1 1 0 0 0-1 1v5.007H6.03a2 2 0 0 1-2-2v-7.2A2.67 2.67 0 0 1 5.059 8.71l5.334-4.148a2.666 2.666 0 0 1 3.274 0"})});module.exports=r;
package/dist/Home.es.js CHANGED
@@ -13,7 +13,7 @@ const t = (r) => /* @__PURE__ */ o(
13
13
  strokeLinecap: "round",
14
14
  strokeLinejoin: "round",
15
15
  strokeWidth: 2,
16
- d: "M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7h2l-9-9-9 9z"
16
+ d: "M13.667 4.562 19 8.71a2.67 2.67 0 0 1 1.03 2.105v7.2a2 2 0 0 1-2 2H14.5v-5.007a1 1 0 0 0-1-1h-2.947a1 1 0 0 0-1 1v5.007H6.03a2 2 0 0 1-2-2v-7.2A2.67 2.67 0 0 1 5.059 8.71l5.334-4.148a2.666 2.666 0 0 1 3.274 0"
17
17
  }
18
18
  )
19
19
  }
@@ -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 24",...l,children:e.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M12.707 2.293a1 1 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13h1v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6h1a1 1 0 0 0 .707-1.707zM14 15v5h-4v-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1",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 24",...l,children:e.jsx("path",{fill:"currentcolor",fillRule:"evenodd",d:"M9.75 3.765a3.666 3.666 0 0 1 4.5 0l5.334 4.148A3.67 3.67 0 0 1 21 10.807v7.2a3 3 0 0 1-3 3h-2.536a1 1 0 0 1-1-1v-4.006a1 1 0 0 0-1-1H10.42a1 1 0 0 0-1 1v4.006a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-7.2a3.67 3.67 0 0 1 1.415-2.894z",clipRule:"evenodd"})});module.exports=o;
@@ -1,5 +1,5 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- const v = (e) => /* @__PURE__ */ l(
2
+ const a = (e) => /* @__PURE__ */ l(
3
3
  "svg",
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
@@ -11,12 +11,12 @@ const v = (e) => /* @__PURE__ */ l(
11
11
  {
12
12
  fill: "currentcolor",
13
13
  fillRule: "evenodd",
14
- d: "M12.707 2.293a1 1 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13h1v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6h1a1 1 0 0 0 .707-1.707zM14 15v5h-4v-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1",
14
+ d: "M9.75 3.765a3.666 3.666 0 0 1 4.5 0l5.334 4.148A3.67 3.67 0 0 1 21 10.807v7.2a3 3 0 0 1-3 3h-2.536a1 1 0 0 1-1-1v-4.006a1 1 0 0 0-1-1H10.42a1 1 0 0 0-1 1v4.006a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-7.2a3.67 3.67 0 0 1 1.415-2.894z",
15
15
  clipRule: "evenodd"
16
16
  }
17
17
  )
18
18
  }
19
19
  );
20
20
  export {
21
- v as default
21
+ a as default
22
22
  };
@@ -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:"M9 4v16M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"})});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgLayoutSidebarLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgLayoutSidebarLeft;
@@ -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 4v16M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=require("react/jsx-runtime"),h=e=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:s.jsx("path",{fill:"#2C67BC",d:"M17.833 2H6.167A4.167 4.167 0 0 0 2 6.167v11.666C2 20.134 3.866 22 6.167 22h11.666A4.167 4.167 0 0 0 22 17.833V6.167C22 3.866 20.135 2 17.833 2M8.667 17.833h-2.5V8.667h2.5zM7.417 7.61a1.465 1.465 0 0 1-1.459-1.47c0-.812.654-1.47 1.459-1.47s1.458.658 1.458 1.47-.652 1.47-1.458 1.47m11.25 10.223h-2.5v-4.67c0-2.806-3.334-2.594-3.334 0v4.67h-2.5V8.667h2.5v1.47c1.164-2.155 5.834-2.314 5.834 2.064z"})});module.exports=h;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgLinkedinColored: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgLinkedinColored;
@@ -0,0 +1,20 @@
1
+ import { jsx as h } from "react/jsx-runtime";
2
+ const v = (o) => /* @__PURE__ */ h(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...o,
9
+ children: /* @__PURE__ */ h(
10
+ "path",
11
+ {
12
+ fill: "#2C67BC",
13
+ d: "M17.833 2H6.167A4.167 4.167 0 0 0 2 6.167v11.666C2 20.134 3.866 22 6.167 22h11.666A4.167 4.167 0 0 0 22 17.833V6.167C22 3.866 20.135 2 17.833 2M8.667 17.833h-2.5V8.667h2.5zM7.417 7.61a1.465 1.465 0 0 1-1.459-1.47c0-.812.654-1.47 1.459-1.47s1.458.658 1.458 1.47-.652 1.47-1.458 1.47m11.25 10.223h-2.5v-4.67c0-2.806-3.334-2.594-3.334 0v4.67h-2.5V8.667h2.5v1.47c1.164-2.155 5.834-2.314 5.834 2.064z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ v as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=require("react/jsx-runtime"),e=n=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...n,children:s.jsx("path",{fill:"currentcolor",d:"M17.833 2H6.167A4.167 4.167 0 0 0 2 6.167v11.666C2 20.134 3.866 22 6.167 22h11.666A4.167 4.167 0 0 0 22 17.833V6.167C22 3.866 20.135 2 17.833 2M8.667 17.833h-2.5V8.667h2.5zM7.417 7.61a1.465 1.465 0 0 1-1.459-1.47c0-.812.654-1.47 1.459-1.47s1.458.658 1.458 1.47-.652 1.47-1.458 1.47m11.25 10.223h-2.5v-4.67c0-2.806-3.334-2.594-3.334 0v4.67h-2.5V8.667h2.5v1.47c1.164-2.155 5.834-2.314 5.834 2.064z"})});module.exports=e;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgLinkedinMono: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgLinkedinMono;
@@ -0,0 +1,20 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const l = (h) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...h,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M17.833 2H6.167A4.167 4.167 0 0 0 2 6.167v11.666C2 20.134 3.866 22 6.167 22h11.666A4.167 4.167 0 0 0 22 17.833V6.167C22 3.866 20.135 2 17.833 2M8.667 17.833h-2.5V8.667h2.5zM7.417 7.61a1.465 1.465 0 0 1-1.459-1.47c0-.812.654-1.47 1.459-1.47s1.458.658 1.458 1.47-.652 1.47-1.458 1.47m11.25 10.223h-2.5v-4.67c0-2.806-3.334-2.594-3.334 0v4.67h-2.5V8.667h2.5v1.47c1.164-2.155 5.834-2.314 5.834 2.064z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const l=require("react/jsx-runtime"),e=c=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 80",...c,children:l.jsx("path",{fill:"#52F6BB",fillRule:"evenodd",d:"m50.48 61.467-32.248-.148c-2.077 0-4.7-2.369-4.7-4.463l-.44-33.1a2.07 2.07 0 0 0-2.056-2.073c-.546 0-1.07.211-1.448.613L.608 31.37c-.377.38-.608.91-.608 1.46v22.419c0 10.723 8.623 19.416 19.26 19.416h22.261c.546 0 1.07-.211 1.448-.613L51.949 65c.377-.38.608-.91.608-1.459 0-1.163-.923-2.094-2.056-2.094zM60.739 6.666h-22.26c-.547 0-1.07.212-1.449.614l-8.98 9.052c-.377.381-.608.91-.608 1.46 0 1.163.923 2.094 2.056 2.094l32.248.148c2.077 0 4.7 2.369 4.7 4.463l.44 33.1c0 1.143.923 2.073 2.056 2.073.546 0 1.07-.211 1.448-.613l9-9.074c.378-.38.61-.91.61-1.459v-22.42c0-10.723-8.624-19.416-19.261-19.416z",clipRule:"evenodd"})});module.exports=e;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgPlatformColored: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgPlatformColored;
@@ -0,0 +1,22 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const o = (c) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 80 80",
8
+ ...c,
9
+ children: /* @__PURE__ */ l(
10
+ "path",
11
+ {
12
+ fill: "#52F6BB",
13
+ fillRule: "evenodd",
14
+ d: "m50.48 61.467-32.248-.148c-2.077 0-4.7-2.369-4.7-4.463l-.44-33.1a2.07 2.07 0 0 0-2.056-2.073c-.546 0-1.07.211-1.448.613L.608 31.37c-.377.38-.608.91-.608 1.46v22.419c0 10.723 8.623 19.416 19.26 19.416h22.261c.546 0 1.07-.211 1.448-.613L51.949 65c.377-.38.608-.91.608-1.459 0-1.163-.923-2.094-2.056-2.094zM60.739 6.666h-22.26c-.547 0-1.07.212-1.449.614l-8.98 9.052c-.377.381-.608.91-.608 1.46 0 1.163.923 2.094 2.056 2.094l32.248.148c2.077 0 4.7 2.369 4.7 4.463l.44 33.1c0 1.143.923 2.073 2.056 2.073.546 0 1.07-.211 1.448-.613l9-9.074c.378-.38.61-.91.61-1.459v-22.42c0-10.723-8.624-19.416-19.261-19.416z",
15
+ clipRule: "evenodd"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ o as default
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),n=s=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...s,children:[e.jsx("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#plug_connected_svg__a)",children:e.jsx("path",{d:"m7 12 5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2"})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"plug_connected_svg__a",children:e.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=n;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgPlugConnected: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgPlugConnected;
@@ -0,0 +1,27 @@
1
+ import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
+ const t = (l) => /* @__PURE__ */ n(
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__ */ e(
11
+ "g",
12
+ {
13
+ stroke: "currentColor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ clipPath: "url(#plug_connected_svg__a)",
18
+ children: /* @__PURE__ */ e("path", { d: "m7 12 5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2" })
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "plug_connected_svg__a", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ t as default
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),s=n=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,className:"plug_disconnected_svg__icon plug_disconnected_svg__icon-tabler plug_disconnected_svg__icons-tabler-outline plug_disconnected_svg__icon-tabler-plug-connected-x",viewBox:"0 0 24 24",...n,children:[e.jsx("path",{stroke:"none",d:"M0 0h24v24H0z"}),e.jsx("path",{d:"m20 16-4 4M7 12l5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4"})]});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgPlugDisconnected: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgPlugDisconnected;
@@ -0,0 +1,22 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ const t = (n) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ stroke: "currentColor",
8
+ strokeLinecap: "round",
9
+ strokeLinejoin: "round",
10
+ strokeWidth: 2,
11
+ className: "plug_disconnected_svg__icon plug_disconnected_svg__icon-tabler plug_disconnected_svg__icons-tabler-outline plug_disconnected_svg__icon-tabler-plug-connected-x",
12
+ viewBox: "0 0 24 24",
13
+ ...n,
14
+ children: [
15
+ /* @__PURE__ */ e("path", { stroke: "none", d: "M0 0h24v24H0z" }),
16
+ /* @__PURE__ */ e("path", { d: "m20 16-4 4M7 12l5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4" })
17
+ ]
18
+ }
19
+ );
20
+ export {
21
+ t as default
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),s=l=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[e.jsxs("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#plug_disconnected_filled_svg__a)",children:[e.jsx("path",{d:"m20 16-4 4"}),e.jsx("path",{fill:"currentcolor",d:"m7 12 5 5-1.5 1.5a3.535 3.535 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5z"}),e.jsx("path",{d:"m3 21 2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4"})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"plug_disconnected_filled_svg__a",children:e.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgPlugDisconnectedFilled: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgPlugDisconnectedFilled;
@@ -0,0 +1,37 @@
1
+ import { jsxs as e, jsx as l } from "react/jsx-runtime";
2
+ const t = (d) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...d,
9
+ children: [
10
+ /* @__PURE__ */ e(
11
+ "g",
12
+ {
13
+ stroke: "currentcolor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ clipPath: "url(#plug_disconnected_filled_svg__a)",
18
+ children: [
19
+ /* @__PURE__ */ l("path", { d: "m20 16-4 4" }),
20
+ /* @__PURE__ */ l(
21
+ "path",
22
+ {
23
+ fill: "currentcolor",
24
+ d: "m7 12 5 5-1.5 1.5a3.535 3.535 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5z"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ l("path", { d: "m3 21 2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4" })
28
+ ]
29
+ }
30
+ ),
31
+ /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "plug_disconnected_filled_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ t as default
37
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),s=e=>r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r.jsx("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,clipPath:"url(#square_rounded_x_svg__a)",children:r.jsx("path",{d:"m8.334 8.333 3.333 3.334m0-3.334-3.333 3.334M10 2.5c6 0 7.5 1.5 7.5 7.5S16 17.5 10 17.5 2.5 16 2.5 10 4 2.5 10 2.5"})}),r.jsx("defs",{children:r.jsx("clipPath",{id:"square_rounded_x_svg__a",children:r.jsx("path",{fill:"currentcolor",d:"M0 0h20v20H0z"})})})]});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgSquareRoundedX: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgSquareRoundedX;