@livechat/design-system-icons 2.19.0 → 2.21.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/Slack.cjs.js +1 -0
  38. package/dist/Slack.d.ts +4 -0
  39. package/dist/Slack.es.js +34 -0
  40. package/dist/index.cjs.js +1 -1
  41. package/dist/index.d.ts +13 -0
  42. package/dist/index.es.js +1060 -1034
  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"),t=c=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 127 127",...c,children:[s.jsx("path",{fill:"#E01E5A",d:"M27.2 80c0 7.3-5.9 13.2-13.2 13.2S.8 87.3.8 80 6.7 66.8 14 66.8h13.2zm6.6 0c0-7.3 5.9-13.2 13.2-13.2S60.2 72.7 60.2 80v33c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2z"}),s.jsx("path",{fill:"#36C5F0",d:"M47 27c-7.3 0-13.2-5.9-13.2-13.2S39.7.6 47 .6s13.2 5.9 13.2 13.2V27zm0 6.7c7.3 0 13.2 5.9 13.2 13.2S54.3 60.1 47 60.1H13.9C6.6 60.1.7 54.2.7 46.9s5.9-13.2 13.2-13.2z"}),s.jsx("path",{fill:"#2EB67D",d:"M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2-5.9 13.2-13.2 13.2H99.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6s13.2 5.9 13.2 13.2z"}),s.jsx("path",{fill:"#ECB22E",d:"M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2-13.2-5.9-13.2-13.2V99.8zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2s5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2z"})]});module.exports=t;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgSlack: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgSlack;
@@ -0,0 +1,34 @@
1
+ import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
+ const h = (c) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 127 127", ...c, children: [
3
+ /* @__PURE__ */ s(
4
+ "path",
5
+ {
6
+ fill: "#E01E5A",
7
+ d: "M27.2 80c0 7.3-5.9 13.2-13.2 13.2S.8 87.3.8 80 6.7 66.8 14 66.8h13.2zm6.6 0c0-7.3 5.9-13.2 13.2-13.2S60.2 72.7 60.2 80v33c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2z"
8
+ }
9
+ ),
10
+ /* @__PURE__ */ s(
11
+ "path",
12
+ {
13
+ fill: "#36C5F0",
14
+ d: "M47 27c-7.3 0-13.2-5.9-13.2-13.2S39.7.6 47 .6s13.2 5.9 13.2 13.2V27zm0 6.7c7.3 0 13.2 5.9 13.2 13.2S54.3 60.1 47 60.1H13.9C6.6 60.1.7 54.2.7 46.9s5.9-13.2 13.2-13.2z"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ s(
18
+ "path",
19
+ {
20
+ fill: "#2EB67D",
21
+ d: "M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2-5.9 13.2-13.2 13.2H99.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6s13.2 5.9 13.2 13.2z"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ s(
25
+ "path",
26
+ {
27
+ fill: "#ECB22E",
28
+ d: "M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2-13.2-5.9-13.2-13.2V99.8zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2s5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2z"
29
+ }
30
+ )
31
+ ] });
32
+ export {
33
+ h as default
34
+ };