@livechat/design-system-icons 2.15.0 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/ShortcutArrowBack.cjs.js +1 -0
  2. package/dist/ShortcutArrowBack.d.ts +4 -0
  3. package/dist/ShortcutArrowBack.es.js +20 -0
  4. package/dist/ShortcutArrowDown.cjs.js +1 -0
  5. package/dist/ShortcutArrowDown.d.ts +4 -0
  6. package/dist/ShortcutArrowDown.es.js +20 -0
  7. package/dist/ShortcutArrowRight.cjs.js +1 -0
  8. package/dist/ShortcutArrowRight.d.ts +4 -0
  9. package/dist/ShortcutArrowRight.es.js +20 -0
  10. package/dist/ShortcutArrowUp.cjs.js +1 -0
  11. package/dist/ShortcutArrowUp.d.ts +4 -0
  12. package/dist/ShortcutArrowUp.es.js +20 -0
  13. package/dist/ShortcutCapsLock.cjs.js +1 -0
  14. package/dist/ShortcutCapsLock.d.ts +4 -0
  15. package/dist/ShortcutCapsLock.es.js +23 -0
  16. package/dist/ShortcutCommand.cjs.js +1 -0
  17. package/dist/ShortcutCommand.d.ts +4 -0
  18. package/dist/ShortcutCommand.es.js +23 -0
  19. package/dist/ShortcutControl.cjs.js +1 -0
  20. package/dist/ShortcutControl.d.ts +4 -0
  21. package/dist/ShortcutControl.es.js +23 -0
  22. package/dist/ShortcutDelete.cjs.js +1 -0
  23. package/dist/ShortcutDelete.d.ts +4 -0
  24. package/dist/ShortcutDelete.es.js +23 -0
  25. package/dist/ShortcutEnter.cjs.js +1 -0
  26. package/dist/ShortcutEnter.d.ts +4 -0
  27. package/dist/ShortcutEnter.es.js +23 -0
  28. package/dist/ShortcutOption.cjs.js +1 -0
  29. package/dist/ShortcutOption.d.ts +4 -0
  30. package/dist/ShortcutOption.es.js +23 -0
  31. package/dist/ShortcutShift.cjs.js +1 -0
  32. package/dist/ShortcutShift.d.ts +4 -0
  33. package/dist/ShortcutShift.es.js +23 -0
  34. package/dist/ShortcutTab.cjs.js +1 -0
  35. package/dist/ShortcutTab.d.ts +4 -0
  36. package/dist/ShortcutTab.es.js +23 -0
  37. package/dist/WhatsAppColored.cjs.js +1 -0
  38. package/dist/WhatsAppColored.d.ts +4 -0
  39. package/dist/WhatsAppColored.es.js +98 -0
  40. package/dist/index.cjs.js +1 -1
  41. package/dist/index.d.ts +13 -0
  42. package/dist/index.es.js +1058 -1032
  43. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),s=t=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:r.jsx("path",{fill:"currentcolor",d:"M16.636 16.405a.6.6 0 0 1-.904.518l-7.49-4.406a.6.6 0 0 1 0-1.034l7.49-4.406a.6.6 0 0 1 .904.517z"})});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutArrowBack: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutArrowBack;
@@ -0,0 +1,20 @@
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
+ d: "M16.636 16.405a.6.6 0 0 1-.904.518l-7.49-4.406a.6.6 0 0 1 0-1.034l7.49-4.406a.6.6 0 0 1 .904.517z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ t as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),o=t=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...t,children:r.jsx("path",{fill:"currentcolor",d:"M16.405 7.564a.6.6 0 0 1 .518.904l-4.406 7.49a.6.6 0 0 1-1.034 0l-4.406-7.49a.6.6 0 0 1 .517-.904z"})});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutArrowDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutArrowDown;
@@ -0,0 +1,20 @@
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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M16.405 7.564a.6.6 0 0 1 .518.904l-4.406 7.49a.6.6 0 0 1-1.034 0l-4.406-7.49a.6.6 0 0 1 .517-.904z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ t as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),s=r=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...r,children:t.jsx("path",{fill:"currentcolor",d:"M8.242 8.007a.6.6 0 0 1 .905-.517l7.489 4.405a.6.6 0 0 1 0 1.034l-7.49 4.406a.6.6 0 0 1-.904-.517z"})});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutArrowRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutArrowRight;
@@ -0,0 +1,20 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const l = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M8.242 8.007a.6.6 0 0 1 .905-.517l7.489 4.405a.6.6 0 0 1 0 1.034l-7.49 4.406a.6.6 0 0 1-.904-.517z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),s=t=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...t,children:r.jsx("path",{fill:"currentcolor",d:"M7.595 17.237a.6.6 0 0 1-.518-.905l4.406-7.49a.6.6 0 0 1 1.034 0l4.406 7.49a.6.6 0 0 1-.517.904z"})});module.exports=s;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutArrowUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutArrowUp;
@@ -0,0 +1,20 @@
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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M7.595 17.237a.6.6 0 0 1-.518-.905l4.406-7.49a.6.6 0 0 1 1.034 0l4.406 7.49a.6.6 0 0 1-.517.904z"
14
+ }
15
+ )
16
+ }
17
+ );
18
+ export {
19
+ t as default
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),r=t=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...t,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15 19.867H9v-2.74h6zM15 14.133H9v-3H5.4l6.6-6.6 6.6 6.6H15z"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutCapsLock: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutCapsLock;
@@ -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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "M15 19.867H9v-2.74h6zM15 14.133H9v-3H5.4l6.6-6.6 6.6 6.6H15z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),r=t=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M7.12 9.337A2.219 2.219 0 1 1 9.337 7.12v9.762a2.219 2.219 0 1 1-2.219-2.219h9.763a2.219 2.219 0 1 1-2.22 2.22V7.118a2.219 2.219 0 1 1 2.22 2.218z"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutCommand: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutCommand;
@@ -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: 1.5,
16
+ d: "M7.12 9.337A2.219 2.219 0 1 1 9.337 7.12v9.762a2.219 2.219 0 1 1-2.219-2.219h9.763a2.219 2.219 0 1 1-2.22 2.22V7.118a2.219 2.219 0 1 1 2.22 2.218z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const o=require("react/jsx-runtime"),r=t=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...t,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.56,d:"m7.19 11.964 4.832-4.832 4.832 4.832"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutControl: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutControl;
@@ -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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.56,
16
+ d: "m7.19 11.964 4.832-4.832 4.832 4.832"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -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 25",...t,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.155 9.979 4.842 4.842m0-4.842-4.842 4.842m8.013-8.013a.93.93 0 0 1 .932.932v9.32a.93.93 0 0 1-.932.932H9.413a1.2 1.2 0 0 1-.849-.351l-4.308-4.309a1.4 1.4 0 0 1 0-1.864L8.564 7.16a1.2 1.2 0 0 1 .849-.352z"})});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutDelete: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutDelete;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const r = (t) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 25",
8
+ ...t,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "m11.155 9.979 4.842 4.842m0-4.842-4.842 4.842m8.013-8.013a.93.93 0 0 1 .932.932v9.32a.93.93 0 0 1-.932.932H9.413a1.2 1.2 0 0 1-.849-.351l-4.308-4.309a1.4 1.4 0 0 1 0-1.864L8.564 7.16a1.2 1.2 0 0 1 .849-.352z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ r as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),e=r=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...r,children:t.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.4 6.7v4.8a3 3 0 0 1-3 3H5.6m0 0 4-4m-4 4 4 4"})});module.exports=e;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutEnter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutEnter;
@@ -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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "M18.4 6.7v4.8a3 3 0 0 1-3 3H5.6m0 0 4-4m-4 4 4 4"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),r=o=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...o,children:t.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.99 6.767h4.57l4.592 11.402h4.706M14.04 6.631h4.637"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutOption: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutOption;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (t) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 25",
8
+ ...t,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "M4.99 6.767h4.57l4.592 11.402h4.706M14.04 6.631h4.637"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),r=o=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...o,children:t.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15 18.2H9v-5.4H5.4L12 6.2l6.6 6.6H15z"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutShift: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutShift;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (t) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 25",
8
+ ...t,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "M15 18.2H9v-5.4H5.4L12 6.2l6.6 6.6H15z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),r=o=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 25",...o,children:t.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.9 8.2v8m-3.8-4h-10m10 0-4-4m4 4-4 4"})});module.exports=r;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgShortcutTab: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgShortcutTab;
@@ -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 25",
8
+ ...r,
9
+ children: /* @__PURE__ */ o(
10
+ "path",
11
+ {
12
+ stroke: "currentcolor",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeWidth: 1.5,
16
+ d: "M18.9 8.2v8m-3.8-4h-10m10 0-4-4m4 4-4 4"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +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("rect",{width:20,height:20,x:2,y:2,fill:"url(#whats-app-colored_svg__a)",rx:5}),s.jsx("g",{filter:"url(#whats-app-colored_svg__b)",children:s.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M17.29 6.68a7.38 7.38 0 0 0-5.258-2.18c-4.098 0-7.432 3.334-7.433 7.432-.001 1.31.341 2.59.992 3.716L4.536 19.5l3.94-1.034a7.4 7.4 0 0 0 3.552.905h.003c4.097 0 7.432-3.334 7.433-7.433A7.39 7.39 0 0 0 17.29 6.68m-5.258 11.436h-.003a6.17 6.17 0 0 1-3.144-.861l-.226-.134-2.338.613.624-2.28-.147-.234a6.16 6.16 0 0 1-.945-3.287 6.187 6.187 0 0 1 6.181-6.178c1.65 0 3.201.644 4.368 1.812a6.14 6.14 0 0 1 1.807 4.37 6.187 6.187 0 0 1-6.177 6.178m3.388-4.627c-.186-.093-1.099-.542-1.269-.604s-.294-.093-.418.093a11 11 0 0 1-.588.728c-.108.124-.216.14-.402.046-.186-.093-.784-.289-1.494-.921a5.6 5.6 0 0 1-1.033-1.287c-.108-.186-.011-.286.081-.379.084-.083.186-.217.279-.325s.124-.186.186-.31.03-.232-.016-.325-.417-1.007-.572-1.38c-.151-.361-.304-.312-.418-.318a8 8 0 0 0-.356-.006.68.68 0 0 0-.496.232c-.17.186-.65.635-.65 1.55 0 .913.666 1.797.759 1.92.093.125 1.31 2 3.172 2.805.444.191.79.306 1.06.391.444.142.849.122 1.169.074.357-.053 1.099-.45 1.254-.883.154-.434.154-.806.108-.883-.046-.078-.17-.124-.356-.217z",clipRule:"evenodd"})}),s.jsxs("defs",{children:[s.jsxs("linearGradient",{id:"whats-app-colored_svg__a",x1:12,x2:12,y1:2,y2:22,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#00FF6B"}),s.jsx("stop",{offset:.218,stopColor:"#01F255"}),s.jsx("stop",{offset:.49,stopColor:"#00E12D"}),s.jsx("stop",{offset:.745,stopColor:"#02CC04"}),s.jsx("stop",{offset:.945,stopColor:"#00BD00"}),s.jsx("stop",{offset:1,stopColor:"#0EAE06"})]}),s.jsxs("filter",{id:"whats-app-colored_svg__b",width:15.989,height:16.061,x:4.006,y:3.969,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[s.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.jsx("feOffset",{}),s.jsx("feGaussianBlur",{stdDeviation:.265}),s.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),s.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"}),s.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_28410_47032"}),s.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_28410_47032",result:"shape"})]})]})]});module.exports=o;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgWhatsAppColored: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgWhatsAppColored;
@@ -0,0 +1,98 @@
1
+ import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
+ const l = (t) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ ...t,
9
+ children: [
10
+ /* @__PURE__ */ o(
11
+ "rect",
12
+ {
13
+ width: 20,
14
+ height: 20,
15
+ x: 2,
16
+ y: 2,
17
+ fill: "url(#whats-app-colored_svg__a)",
18
+ rx: 5
19
+ }
20
+ ),
21
+ /* @__PURE__ */ o("g", { filter: "url(#whats-app-colored_svg__b)", children: /* @__PURE__ */ o(
22
+ "path",
23
+ {
24
+ fill: "#fff",
25
+ fillRule: "evenodd",
26
+ d: "M17.29 6.68a7.38 7.38 0 0 0-5.258-2.18c-4.098 0-7.432 3.334-7.433 7.432-.001 1.31.341 2.59.992 3.716L4.536 19.5l3.94-1.034a7.4 7.4 0 0 0 3.552.905h.003c4.097 0 7.432-3.334 7.433-7.433A7.39 7.39 0 0 0 17.29 6.68m-5.258 11.436h-.003a6.17 6.17 0 0 1-3.144-.861l-.226-.134-2.338.613.624-2.28-.147-.234a6.16 6.16 0 0 1-.945-3.287 6.187 6.187 0 0 1 6.181-6.178c1.65 0 3.201.644 4.368 1.812a6.14 6.14 0 0 1 1.807 4.37 6.187 6.187 0 0 1-6.177 6.178m3.388-4.627c-.186-.093-1.099-.542-1.269-.604s-.294-.093-.418.093a11 11 0 0 1-.588.728c-.108.124-.216.14-.402.046-.186-.093-.784-.289-1.494-.921a5.6 5.6 0 0 1-1.033-1.287c-.108-.186-.011-.286.081-.379.084-.083.186-.217.279-.325s.124-.186.186-.31.03-.232-.016-.325-.417-1.007-.572-1.38c-.151-.361-.304-.312-.418-.318a8 8 0 0 0-.356-.006.68.68 0 0 0-.496.232c-.17.186-.65.635-.65 1.55 0 .913.666 1.797.759 1.92.093.125 1.31 2 3.172 2.805.444.191.79.306 1.06.391.444.142.849.122 1.169.074.357-.053 1.099-.45 1.254-.883.154-.434.154-.806.108-.883-.046-.078-.17-.124-.356-.217z",
27
+ clipRule: "evenodd"
28
+ }
29
+ ) }),
30
+ /* @__PURE__ */ e("defs", { children: [
31
+ /* @__PURE__ */ e(
32
+ "linearGradient",
33
+ {
34
+ id: "whats-app-colored_svg__a",
35
+ x1: 12,
36
+ x2: 12,
37
+ y1: 2,
38
+ y2: 22,
39
+ gradientUnits: "userSpaceOnUse",
40
+ children: [
41
+ /* @__PURE__ */ o("stop", { stopColor: "#00FF6B" }),
42
+ /* @__PURE__ */ o("stop", { offset: 0.218, stopColor: "#01F255" }),
43
+ /* @__PURE__ */ o("stop", { offset: 0.49, stopColor: "#00E12D" }),
44
+ /* @__PURE__ */ o("stop", { offset: 0.745, stopColor: "#02CC04" }),
45
+ /* @__PURE__ */ o("stop", { offset: 0.945, stopColor: "#00BD00" }),
46
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#0EAE06" })
47
+ ]
48
+ }
49
+ ),
50
+ /* @__PURE__ */ e(
51
+ "filter",
52
+ {
53
+ id: "whats-app-colored_svg__b",
54
+ width: 15.989,
55
+ height: 16.061,
56
+ x: 4.006,
57
+ y: 3.969,
58
+ colorInterpolationFilters: "sRGB",
59
+ filterUnits: "userSpaceOnUse",
60
+ children: [
61
+ /* @__PURE__ */ o("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
62
+ /* @__PURE__ */ o(
63
+ "feColorMatrix",
64
+ {
65
+ in: "SourceAlpha",
66
+ result: "hardAlpha",
67
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
68
+ }
69
+ ),
70
+ /* @__PURE__ */ o("feOffset", {}),
71
+ /* @__PURE__ */ o("feGaussianBlur", { stdDeviation: 0.265 }),
72
+ /* @__PURE__ */ o("feComposite", { in2: "hardAlpha", operator: "out" }),
73
+ /* @__PURE__ */ o("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" }),
74
+ /* @__PURE__ */ o(
75
+ "feBlend",
76
+ {
77
+ in2: "BackgroundImageFix",
78
+ result: "effect1_dropShadow_28410_47032"
79
+ }
80
+ ),
81
+ /* @__PURE__ */ o(
82
+ "feBlend",
83
+ {
84
+ in: "SourceGraphic",
85
+ in2: "effect1_dropShadow_28410_47032",
86
+ result: "shape"
87
+ }
88
+ )
89
+ ]
90
+ }
91
+ )
92
+ ] })
93
+ ]
94
+ }
95
+ );
96
+ export {
97
+ l as default
98
+ };