@livechat/design-system-icons 2.0.0-alpha.4 → 2.0.0-alpha.7

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 (64) 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/Language.cjs.js +1 -0
  30. package/dist/Language.d.ts +4 -0
  31. package/dist/Language.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/OpenWidgetColored.cjs.js +1 -1
  39. package/dist/OpenWidgetColored.es.js +91 -115
  40. package/dist/PlatformColored.cjs.js +1 -0
  41. package/dist/PlatformColored.d.ts +4 -0
  42. package/dist/PlatformColored.es.js +22 -0
  43. package/dist/PlugDisconnected.cjs.js +1 -0
  44. package/dist/PlugDisconnected.d.ts +4 -0
  45. package/dist/PlugDisconnected.es.js +22 -0
  46. package/dist/PlugDisconnectedFilled.cjs.js +1 -0
  47. package/dist/PlugDisconnectedFilled.d.ts +4 -0
  48. package/dist/PlugDisconnectedFilled.es.js +37 -0
  49. package/dist/SquareRoundedX.cjs.js +1 -0
  50. package/dist/SquareRoundedX.d.ts +4 -0
  51. package/dist/SquareRoundedX.es.js +27 -0
  52. package/dist/TextAccounts.cjs.js +1 -0
  53. package/dist/TextAccounts.d.ts +4 -0
  54. package/dist/TextAccounts.es.js +20 -0
  55. package/dist/TextLogoFull.cjs.js +1 -0
  56. package/dist/TextLogoFull.d.ts +4 -0
  57. package/dist/TextLogoFull.es.js +20 -0
  58. package/dist/TextPlatform.cjs.js +1 -0
  59. package/dist/TextPlatform.d.ts +4 -0
  60. package/dist/TextPlatform.es.js +22 -0
  61. package/dist/index.cjs.js +1 -1
  62. package/dist/index.d.ts +18 -0
  63. package/dist/index.es.js +914 -878
  64. 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"),n=s=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,className:"language_svg__icon language_svg__icon-tabler language_svg__icon-tabler-language",viewBox:"0 0 24 24",...s,children:[e.jsx("path",{stroke:"none",d:"M0 0h24v24H0z"}),e.jsx("path",{d:"M4 5h7M9 3v2c0 4.418-2.239 8-5 8"}),e.jsx("path",{d:"M5 9c0 2.144 2.952 3.908 6.7 4M12 20l4-9 4 9M19.1 18h-6.2"})]});module.exports=n;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgLanguage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgLanguage;
@@ -0,0 +1,23 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ const s = (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: "language_svg__icon language_svg__icon-tabler language_svg__icon-tabler-language",
12
+ viewBox: "0 0 24 24",
13
+ ...n,
14
+ children: [
15
+ /* @__PURE__ */ e("path", { stroke: "none", d: "M0 0h24v24H0z" }),
16
+ /* @__PURE__ */ e("path", { d: "M4 5h7M9 3v2c0 4.418-2.239 8-5 8" }),
17
+ /* @__PURE__ */ e("path", { d: "M5 9c0 2.144 2.952 3.908 6.7 4M12 20l4-9 4 9M19.1 18h-6.2" })
18
+ ]
19
+ }
20
+ );
21
+ export {
22
+ s 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
+ };
@@ -1 +1 @@
1
- "use strict";const s=require("react/jsx-runtime"),o=e=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[s.jsx("mask",{id:"open_widget_colored_svg__a",width:20,height:18,x:2,y:3,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:s.jsx("path",{fill:"#fff",d:"M12.052 3.286c1.851 0 3.77.067 5.49.202 2.248.202 4.1 1.956 4.299 4.316l.023.407.024.517q.036.852.072 3.864l-.013.651a75 75 0 0 1-.106 2.867c-.199 2.36-2.05 4.113-4.3 4.316-1.563.122-3.29.19-4.983.2l-.51.002c-1.853 0-3.77-.068-5.49-.203-2.25-.202-4.102-1.955-4.3-4.315l-.023-.408-.017-.346a100 100 0 0 1-.075-2.556v-1.687l.013-.646c.024-1.055.06-1.996.102-2.663.198-2.36 2.05-4.114 4.3-4.316 1.563-.122 3.29-.19 4.983-.2zm-.003 3.305-.605.002-.585.008c-1.365.024-2.72.088-4.037.191-.728.068-1.257.607-1.323 1.282l-.022.242c-.061.72-.1 1.731-.124 2.842v1.597l.015.61c.027.993.07 1.87.131 2.475.066.674.595 1.214 1.323 1.281 1.317.104 2.672.167 4.037.192l.585.007.645.003.566-.002a68 68 0 0 0 4.622-.2c.727-.067 1.257-.606 1.323-1.28l.022-.243c.075-.882.117-2.2.137-3.602l-.014-.838-.014-.61c-.028-.993-.07-1.87-.131-2.475-.066-.674-.596-1.213-1.323-1.28A67 67 0 0 0 13.24 6.6l-.585-.008z"})}),s.jsxs("g",{fillRule:"evenodd",clipRule:"evenodd",mask:"url(#open_widget_colored_svg__a)",children:[s.jsx("path",{fill:"url(#open_widget_colored_svg__b)",d:"M12.05-.43c3.296 0 6.542 1.527 8.767 3.628.044.041.007-.18.304.26l-9.071 8.499z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__c)",d:"M20.818 3.198c2.337 2.335 3.547 5.538 3.628 8.603l.003.71-12.4-.554z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__d)",d:"M24.45 11.957c0 3.257-1.26 6.221-3.318 8.433-.063.068-.337.26-.402.326l-8.68-8.76z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__e)",d:"M20.94 20.592c-2.333 2.331-5.651 3.66-8.72 3.749h-.99l.82-12.384z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__f)",d:"M12.05 24.344c-3.314 0-6.444-1.417-8.672-3.536-.032-.03-.508-.562-.54-.593l9.212-8.258z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__g)",d:"M3.282 20.716C.967 18.404-.242 15.239-.344 12.2c-.003-.081 0-.747 0-.828l12.393.584z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__h)",d:"M-.35 11.957c0-3.284 1.28-6.27 3.368-8.487.047-.05.515-.394.563-.443l8.469 8.93z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__i)",d:"M3.16 3.321C5.456 1.027 8.707-.296 11.734-.422c.105-.004.437-.007.542-.009l-.226 12.388z"})]}),s.jsxs("defs",{children:[s.jsxs("linearGradient",{id:"open_widget_colored_svg__b",x1:12.261,x2:17.277,y1:5.345,y2:5.607,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B349D9"}),s.jsx("stop",{offset:1,stopColor:"#F53547"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__c",x1:18.29,x2:18.591,y1:5.293,y2:11.501,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#F13354"}),s.jsx("stop",{offset:1,stopColor:"#FF4200"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__d",x1:20.545,x2:19.464,y1:12.371,y2:17.468,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FF4200"}),s.jsx("stop",{offset:1,stopColor:"#FFD000"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__e",x1:17.347,x2:12.495,y1:17.77,y2:17.62,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FFD000"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__f",x1:6.547,x2:12.01,y1:18.19,y2:18.307,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#02B296"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__g",x1:3.611,x2:5.12,y1:12.003,y2:17.641,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#2173DA"}),s.jsx("stop",{offset:1,stopColor:"#02B195"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__h",x1:6.717,x2:4.94,y1:7.492,y2:10.074,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#3750FF"}),s.jsx("stop",{offset:1,stopColor:"#2172D9"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__i",x1:11.58,x2:6.294,y1:4.978,y2:4.209,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B44ADA"}),s.jsx("stop",{offset:1,stopColor:"#364FFE"})]})]})]});module.exports=o;
1
+ "use strict";const s=require("react/jsx-runtime"),e=o=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:[s.jsx("path",{fill:"#fff",d:"M12 3c1.869 0 3.805.07 5.541.21 2.269.21 4.138 2.03 4.339 4.48l.023.422.024.536q.037.885.073 4.011l-.013.676a80 80 0 0 1-.107 2.976c-.2 2.45-2.069 4.269-4.34 4.48-1.577.126-3.32.197-5.029.207l-.514.002c-1.87 0-3.805-.07-5.541-.21-2.271-.21-4.14-2.03-4.34-4.48l-.023-.423-.017-.359A107 107 0 0 1 2 12.875v-1.751l.013-.67c.024-1.096.06-2.072.103-2.765.2-2.45 2.069-4.27 4.34-4.48a70 70 0 0 1 5.029-.207zm-.002 3.43-.611.002-.59.009a66 66 0 0 0-4.075.198c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v1.657l.015.633c.027 1.031.07 1.941.132 2.57.067.699.6 1.26 1.335 1.329 1.33.108 2.697.173 4.074.2l.59.007.652.003.571-.003a67 67 0 0 0 4.665-.207 1.46 1.46 0 0 0 1.335-1.329l.022-.252c.076-.915.118-2.283.138-3.738l-.014-.87-.014-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.335-1.328 66 66 0 0 0-4.075-.2l-.59-.009z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__a)",d:"M20.188 4.332a4.74 4.74 0 0 0-2.647-1.122A71 71 0 0 0 12.05 3v3.43l.56.001.59.009a66 66 0 0 1 4.074.2q.192.019.366.08z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__b)",d:"M19.907 4.108C21 4.91 21.757 6.181 21.88 7.69l.023.423.025.536q.034.847.07 3.754l-3.232-.145.004-.216-.014-.87-.015-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.248-1.317z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__c)",d:"m21.991 11.957.009.702-.013.676a80 80 0 0 1-.107 2.976c-.124 1.507-.879 2.776-1.97 3.578l-2.52-2.544a1.46 1.46 0 0 0 1.219-1.314l.022-.252c.076-.915.118-2.283.138-3.738l-.001-.085z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__d)",d:"M20.08 19.757a4.74 4.74 0 0 1-2.54 1.033c-1.577.127-3.32.198-5.029.208l-.515.002q-.271 0-.545-.002l.227-3.43.36.002.57-.003a67 67 0 0 0 4.666-.207 1.6 1.6 0 0 0 .283-.054z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__e)",d:"M12.05 21h-.053c-1.87 0-3.805-.07-5.541-.21a4.74 4.74 0 0 1-2.828-1.283L6.19 17.21q.242.122.532.15c1.33.108 2.697.173 4.075.2l.59.007.651.003h.012z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__f)",d:"M4.1 19.899c-1.1-.801-1.86-2.075-1.984-3.588l-.023-.424-.017-.359A107 107 0 0 1 2 12.875v-1.392l3.24.152v1.193l.015.633c.027 1.031.07 1.941.132 2.57a1.46 1.46 0 0 0 1.262 1.32z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__g)",d:"M2 11.957v-.833l.013-.67c.024-1.096.06-2.072.103-2.765.135-1.65 1.027-3.014 2.289-3.793l2.582 2.722-.265.021c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v.786z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__h)",d:"M12.213 3h-.212l-.516.002c-1.709.01-3.452.081-5.03.208-.9.083-1.738.42-2.433.949l2.572 2.498a2 2 0 0 1 .128-.018 66 66 0 0 1 4.075-.198l.59-.009.61-.002h.154z"}),s.jsxs("defs",{children:[s.jsxs("linearGradient",{id:"open_widget_colored_svg__a",x1:12.261,x2:17.277,y1:5.345,y2:5.607,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B349D9"}),s.jsx("stop",{offset:1,stopColor:"#F53547"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__b",x1:18.29,x2:18.591,y1:5.293,y2:11.501,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#F13354"}),s.jsx("stop",{offset:1,stopColor:"#FF4200"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__c",x1:20.545,x2:19.464,y1:12.371,y2:17.468,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FF4200"}),s.jsx("stop",{offset:1,stopColor:"#FFD000"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__d",x1:17.347,x2:12.495,y1:17.77,y2:17.62,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FFD000"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__e",x1:6.547,x2:12.01,y1:18.19,y2:18.307,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#02B296"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__f",x1:3.611,x2:5.12,y1:12.003,y2:17.641,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#2173DA"}),s.jsx("stop",{offset:1,stopColor:"#02B195"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__g",x1:6.717,x2:4.94,y1:7.492,y2:10.074,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#3750FF"}),s.jsx("stop",{offset:1,stopColor:"#2172D9"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__h",x1:11.58,x2:6.294,y1:4.978,y2:4.209,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B44ADA"}),s.jsx("stop",{offset:1,stopColor:"#364FFE"})]})]})]});module.exports=e;