@bikdotai/bik-component-library 0.0.831 → 0.0.832-beta.1

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 (113) hide show
  1. package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
  2. package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
  3. package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
  4. package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/MentionPicker.js +11 -4
  6. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  8. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  9. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  10. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  12. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/utils/toolActions.js +1 -1
  14. package/dist/cjs/components/agent-builder/utils/toolActions.js.map +1 -1
  15. package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js +2 -0
  16. package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
  17. package/dist/cjs/icons/Social/Channels/EmailV2.js +2 -0
  18. package/dist/cjs/icons/Social/Channels/EmailV2.js.map +1 -0
  19. package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js +2 -0
  20. package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
  21. package/dist/cjs/icons/Social/Channels/FacebookV2.js +2 -0
  22. package/dist/cjs/icons/Social/Channels/FacebookV2.js.map +1 -0
  23. package/dist/cjs/icons/Social/Channels/GmailV2.js +2 -0
  24. package/dist/cjs/icons/Social/Channels/GmailV2.js.map +1 -0
  25. package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js +2 -0
  26. package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
  27. package/dist/cjs/icons/Social/Channels/InstagramV2.js +2 -0
  28. package/dist/cjs/icons/Social/Channels/InstagramV2.js.map +1 -0
  29. package/dist/cjs/icons/Social/Channels/MessengerV2.js +2 -0
  30. package/dist/cjs/icons/Social/Channels/MessengerV2.js.map +1 -0
  31. package/dist/cjs/icons/Social/Channels/PhoneV2.js +2 -0
  32. package/dist/cjs/icons/Social/Channels/PhoneV2.js.map +1 -0
  33. package/dist/cjs/icons/Social/Channels/RcsV2.js +2 -0
  34. package/dist/cjs/icons/Social/Channels/RcsV2.js.map +1 -0
  35. package/dist/cjs/icons/Social/Channels/SmsV2.js +2 -0
  36. package/dist/cjs/icons/Social/Channels/SmsV2.js.map +1 -0
  37. package/dist/cjs/icons/Social/Channels/TaskV2.js +2 -0
  38. package/dist/cjs/icons/Social/Channels/TaskV2.js.map +1 -0
  39. package/dist/cjs/icons/Social/Channels/WebpushV2.js +2 -0
  40. package/dist/cjs/icons/Social/Channels/WebpushV2.js.map +1 -0
  41. package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js +2 -0
  42. package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
  43. package/dist/cjs/icons/Social/Channels/WhatsAppV2.js +2 -0
  44. package/dist/cjs/icons/Social/Channels/WhatsAppV2.js.map +1 -0
  45. package/dist/cjs/icons/index.js +1 -1
  46. package/dist/esm/components/agent-builder/AgentBuilder.js +91 -87
  47. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  48. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +25 -1
  49. package/dist/esm/components/agent-builder/components/MentionField.js +56 -44
  50. package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
  51. package/dist/esm/components/agent-builder/components/MentionPicker.js +135 -116
  52. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  53. package/dist/esm/components/agent-builder/constants/tools.d.ts +25 -1
  54. package/dist/esm/components/agent-builder/constants/tools.js +20 -12
  55. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  56. package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +10 -0
  57. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +129 -123
  58. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  59. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +31 -28
  60. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  61. package/dist/esm/components/agent-builder/utils/toolActions.d.ts +1 -1
  62. package/dist/esm/components/agent-builder/utils/toolActions.js +13 -9
  63. package/dist/esm/components/agent-builder/utils/toolActions.js.map +1 -1
  64. package/dist/esm/icons/Social/Channels/EmailMarketingV2.d.ts +6 -0
  65. package/dist/esm/icons/Social/Channels/EmailMarketingV2.js +41 -0
  66. package/dist/esm/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
  67. package/dist/esm/icons/Social/Channels/EmailV2.d.ts +6 -0
  68. package/dist/esm/icons/Social/Channels/EmailV2.js +30 -0
  69. package/dist/esm/icons/Social/Channels/EmailV2.js.map +1 -0
  70. package/dist/esm/icons/Social/Channels/FacebookCommentV2.d.ts +6 -0
  71. package/dist/esm/icons/Social/Channels/FacebookCommentV2.js +53 -0
  72. package/dist/esm/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
  73. package/dist/esm/icons/Social/Channels/FacebookV2.d.ts +6 -0
  74. package/dist/esm/icons/Social/Channels/FacebookV2.js +28 -0
  75. package/dist/esm/icons/Social/Channels/FacebookV2.js.map +1 -0
  76. package/dist/esm/icons/Social/Channels/GmailV2.d.ts +6 -0
  77. package/dist/esm/icons/Social/Channels/GmailV2.js +30 -0
  78. package/dist/esm/icons/Social/Channels/GmailV2.js.map +1 -0
  79. package/dist/esm/icons/Social/Channels/InstagramCommentV2.d.ts +6 -0
  80. package/dist/esm/icons/Social/Channels/InstagramCommentV2.js +53 -0
  81. package/dist/esm/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
  82. package/dist/esm/icons/Social/Channels/InstagramV2.d.ts +6 -0
  83. package/dist/esm/icons/Social/Channels/InstagramV2.js +39 -0
  84. package/dist/esm/icons/Social/Channels/InstagramV2.js.map +1 -0
  85. package/dist/esm/icons/Social/Channels/MessengerV2.d.ts +6 -0
  86. package/dist/esm/icons/Social/Channels/MessengerV2.js +28 -0
  87. package/dist/esm/icons/Social/Channels/MessengerV2.js.map +1 -0
  88. package/dist/esm/icons/Social/Channels/PhoneV2.d.ts +6 -0
  89. package/dist/esm/icons/Social/Channels/PhoneV2.js +30 -0
  90. package/dist/esm/icons/Social/Channels/PhoneV2.js.map +1 -0
  91. package/dist/esm/icons/Social/Channels/RcsV2.d.ts +6 -0
  92. package/dist/esm/icons/Social/Channels/RcsV2.js +30 -0
  93. package/dist/esm/icons/Social/Channels/RcsV2.js.map +1 -0
  94. package/dist/esm/icons/Social/Channels/SmsV2.d.ts +6 -0
  95. package/dist/esm/icons/Social/Channels/SmsV2.js +30 -0
  96. package/dist/esm/icons/Social/Channels/SmsV2.js.map +1 -0
  97. package/dist/esm/icons/Social/Channels/TaskV2.d.ts +6 -0
  98. package/dist/esm/icons/Social/Channels/TaskV2.js +37 -0
  99. package/dist/esm/icons/Social/Channels/TaskV2.js.map +1 -0
  100. package/dist/esm/icons/Social/Channels/WebpushV2.d.ts +6 -0
  101. package/dist/esm/icons/Social/Channels/WebpushV2.js +39 -0
  102. package/dist/esm/icons/Social/Channels/WebpushV2.js.map +1 -0
  103. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.d.ts +6 -0
  104. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js +46 -0
  105. package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
  106. package/dist/esm/icons/Social/Channels/WhatsAppV2.d.ts +6 -0
  107. package/dist/esm/icons/Social/Channels/WhatsAppV2.js +30 -0
  108. package/dist/esm/icons/Social/Channels/WhatsAppV2.js.map +1 -0
  109. package/dist/esm/icons/Social/Channels/index.d.ts +15 -0
  110. package/dist/esm/icons/index.d.ts +25 -25
  111. package/dist/esm/icons/index.js +484 -454
  112. package/dist/esm/icons/index.js.map +1 -1
  113. package/package.json +1 -1
@@ -0,0 +1,53 @@
1
+ import { jsxs as o, jsx as C } from "react/jsx-runtime";
2
+ const V = ({ size: l = 24, ...t }) => {
3
+ const e = {
4
+ width: l,
5
+ height: l,
6
+ ...t
7
+ };
8
+ return /* @__PURE__ */ o(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...e,
15
+ children: [
16
+ /* @__PURE__ */ C(
17
+ "path",
18
+ {
19
+ d: "M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z",
20
+ fill: "white"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ C(
24
+ "path",
25
+ {
26
+ d: "M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22L15.7803 21.9999Z",
27
+ fill: "#0866FF"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ C(
31
+ "path",
32
+ {
33
+ d: "M2 15.9999C2 12.6862 4.68629 9.99991 8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999Z",
34
+ fill: "white"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ C(
38
+ "path",
39
+ {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999C2 12.6862 4.68629 9.99991 8 9.99991ZM7.84863 12.7694C7.25803 12.7695 6.73118 12.9112 6.26758 13.1942C5.80385 13.4752 5.43746 13.8781 5.16992 14.4042C4.90241 14.9281 4.76956 15.5559 4.76953 16.287C4.76953 17.016 4.90175 17.6437 5.16699 18.1698C5.43447 18.6959 5.8001 19.1006 6.26367 19.3837C6.72729 19.6645 7.25577 19.8055 7.84863 19.8056C8.2254 19.8056 8.57377 19.75 8.89258 19.6386C9.2114 19.5271 9.49471 19.3698 9.74219 19.1669C9.99187 18.9618 10.1952 18.7183 10.3535 18.4374C10.514 18.1543 10.623 17.8444 10.6787 17.5077L9.63477 17.5048C9.5924 17.7232 9.51573 17.9174 9.4043 18.0868C9.29507 18.254 9.16117 18.3957 9.00293 18.5116C8.84467 18.6275 8.66684 18.7151 8.4707 18.7753C8.27684 18.8332 8.0716 18.8622 7.85547 18.8622C7.46559 18.8622 7.11469 18.7643 6.80273 18.5683C6.4906 18.3721 6.24407 18.0816 6.06348 17.6982C5.88519 17.3147 5.7959 16.8443 5.7959 16.287C5.79593 15.7342 5.88515 15.2661 6.06348 14.8827C6.24405 14.4993 6.48896 14.2081 6.79883 14.0097C7.11096 13.8112 7.46475 13.7118 7.85938 13.7118C8.07769 13.7118 8.28371 13.7425 8.47754 13.8026C8.67373 13.8628 8.85147 13.9521 9.00977 14.0702C9.16796 14.1884 9.30194 14.3325 9.41113 14.5019C9.52018 14.6711 9.59465 14.8671 9.63477 15.0898H10.6787C10.6207 14.722 10.5087 14.3956 10.3438 14.1103C10.1788 13.8227 9.97068 13.5792 9.71875 13.3808C9.46697 13.1802 9.18257 13.0292 8.86621 12.9267C8.55185 12.8219 8.21204 12.7694 7.84863 12.7694Z",
43
+ fill: "#002E78"
44
+ }
45
+ )
46
+ ]
47
+ }
48
+ );
49
+ };
50
+ export {
51
+ V as default
52
+ };
53
+ //# sourceMappingURL=FacebookCommentV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookCommentV2.js","sources":["../../../../../src/icons/Social/Channels/FacebookCommentV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFacebookCommentV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22L15.7803 21.9999Z\"\n\t\t\t\tfill=\"#0866FF\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M2 15.9999C2 12.6862 4.68629 9.99991 8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999C2 12.6862 4.68629 9.99991 8 9.99991ZM7.84863 12.7694C7.25803 12.7695 6.73118 12.9112 6.26758 13.1942C5.80385 13.4752 5.43746 13.8781 5.16992 14.4042C4.90241 14.9281 4.76956 15.5559 4.76953 16.287C4.76953 17.016 4.90175 17.6437 5.16699 18.1698C5.43447 18.6959 5.8001 19.1006 6.26367 19.3837C6.72729 19.6645 7.25577 19.8055 7.84863 19.8056C8.2254 19.8056 8.57377 19.75 8.89258 19.6386C9.2114 19.5271 9.49471 19.3698 9.74219 19.1669C9.99187 18.9618 10.1952 18.7183 10.3535 18.4374C10.514 18.1543 10.623 17.8444 10.6787 17.5077L9.63477 17.5048C9.5924 17.7232 9.51573 17.9174 9.4043 18.0868C9.29507 18.254 9.16117 18.3957 9.00293 18.5116C8.84467 18.6275 8.66684 18.7151 8.4707 18.7753C8.27684 18.8332 8.0716 18.8622 7.85547 18.8622C7.46559 18.8622 7.11469 18.7643 6.80273 18.5683C6.4906 18.3721 6.24407 18.0816 6.06348 17.6982C5.88519 17.3147 5.7959 16.8443 5.7959 16.287C5.79593 15.7342 5.88515 15.2661 6.06348 14.8827C6.24405 14.4993 6.48896 14.2081 6.79883 14.0097C7.11096 13.8112 7.46475 13.7118 7.85938 13.7118C8.07769 13.7118 8.28371 13.7425 8.47754 13.8026C8.67373 13.8628 8.85147 13.9521 9.00977 14.0702C9.16796 14.1884 9.30194 14.3325 9.41113 14.5019C9.52018 14.6711 9.59465 14.8671 9.63477 15.0898H10.6787C10.6207 14.722 10.5087 14.3956 10.3438 14.1103C10.1788 13.8227 9.97068 13.5792 9.71875 13.3808C9.46697 13.1802 9.18257 13.0292 8.86621 12.9267C8.55185 12.8219 8.21204 12.7694 7.84863 12.7694Z\"\n\t\t\t\tfill=\"#002E78\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFacebookCommentV2;\n"],"names":["SvgFacebookCommentV2","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAuB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AAC/D,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgFacebookV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgFacebookV2;
@@ -0,0 +1,28 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const l = ({ size: o = 24, ...r }) => {
3
+ const V = {
4
+ width: o,
5
+ height: o,
6
+ ...r
7
+ };
8
+ return /* @__PURE__ */ t(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...V,
15
+ children: /* @__PURE__ */ t(
16
+ "path",
17
+ {
18
+ d: "M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999H4.00018C2.89563 21.9999 2.00021 21.1045 2.0002 19.9999L2.00002 4.00001C2.00001 2.89544 2.89544 2 4.00001 2L19.9999 2.00004C21.1044 2.00005 21.9999 2.89547 21.9999 4.00003V19.9999C21.9999 21.1044 21.1044 21.9999 19.9999 21.9999L15.7803 21.9999Z",
19
+ fill: "#0866FF"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ };
25
+ export {
26
+ l as default
27
+ };
28
+ //# sourceMappingURL=FacebookV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookV2.js","sources":["../../../../../src/icons/Social/Channels/FacebookV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFacebookV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999H4.00018C2.89563 21.9999 2.00021 21.1045 2.0002 19.9999L2.00002 4.00001C2.00001 2.89544 2.89544 2 4.00001 2L19.9999 2.00004C21.1044 2.00005 21.9999 2.89547 21.9999 4.00003V19.9999C21.9999 21.1044 21.1044 21.9999 19.9999 21.9999L15.7803 21.9999Z\"\n\t\t\t\tfill=\"#0866FF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFacebookV2;\n"],"names":["SvgFacebookV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAgB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACxD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgGmailV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgGmailV2;
@@ -0,0 +1,30 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const i = ({ size: l = 24, ...o }) => {
3
+ const t = {
4
+ width: l,
5
+ height: l,
6
+ ...o
7
+ };
8
+ return /* @__PURE__ */ e(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...t,
15
+ children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M20.75 4.18761C21.4403 4.18766 22 4.74729 22 5.43761V18.5626C22 19.2529 21.4403 19.8126 20.75 19.8126H3.25C2.55967 19.8126 2.00004 19.2529 2 18.5626V5.43761C2 4.74725 2.55965 4.18761 3.25 4.18761H20.75ZM20.75 6.70811C20.75 5.65627 19.5212 5.08343 18.7158 5.75987L12 11.4005L5.28418 5.75987L5.20703 5.7003C4.40271 5.11992 3.25 5.68916 3.25 6.70811V17.9376C3.25 18.4554 3.66974 18.8751 4.1875 18.8751C4.70524 18.8751 5.125 18.4554 5.125 17.9376V8.07433L12 13.8497L18.875 8.07433V17.9376C18.875 18.4554 19.2947 18.8751 19.8125 18.8751C20.3302 18.875 20.75 18.4553 20.75 17.9376V6.70811Z",
21
+ fill: "#EB4132"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ i as default
29
+ };
30
+ //# sourceMappingURL=GmailV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GmailV2.js","sources":["../../../../../src/icons/Social/Channels/GmailV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgGmailV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M20.75 4.18761C21.4403 4.18766 22 4.74729 22 5.43761V18.5626C22 19.2529 21.4403 19.8126 20.75 19.8126H3.25C2.55967 19.8126 2.00004 19.2529 2 18.5626V5.43761C2 4.74725 2.55965 4.18761 3.25 4.18761H20.75ZM20.75 6.70811C20.75 5.65627 19.5212 5.08343 18.7158 5.75987L12 11.4005L5.28418 5.75987L5.20703 5.7003C4.40271 5.11992 3.25 5.68916 3.25 6.70811V17.9376C3.25 18.4554 3.66974 18.8751 4.1875 18.8751C4.70524 18.8751 5.125 18.4554 5.125 17.9376V8.07433L12 13.8497L18.875 8.07433V17.9376C18.875 18.4554 19.2947 18.8751 19.8125 18.8751C20.3302 18.875 20.75 18.4553 20.75 17.9376V6.70811Z\"\n\t\t\t\tfill=\"#EB4132\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgGmailV2;\n"],"names":["SvgGmailV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAa,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACrD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgInstagramCommentV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgInstagramCommentV2;
@@ -0,0 +1,53 @@
1
+ import { jsxs as i, jsx as C } from "react/jsx-runtime";
2
+ const d = ({ size: l = 24, ...t }) => {
3
+ const e = {
4
+ width: l,
5
+ height: l,
6
+ ...t
7
+ };
8
+ return /* @__PURE__ */ i(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...e,
15
+ children: [
16
+ /* @__PURE__ */ C(
17
+ "path",
18
+ {
19
+ d: "M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z",
20
+ fill: "#D874B4"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ C(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z",
29
+ fill: "#D874B4"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ C(
33
+ "path",
34
+ {
35
+ d: "M2 16C2 12.6863 4.68629 10 8 10C11.3137 10 14 12.6863 14 16C14 19.3137 11.3137 22 8 22H3.71429C2.76751 22 2 21.2325 2 20.2857V16Z",
36
+ fill: "#610440"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ C(
40
+ "path",
41
+ {
42
+ d: "M10.6785 15.0901H9.63511C9.59498 14.8672 9.52029 14.671 9.41104 14.5015C9.3018 14.3321 9.16803 14.1883 9.00973 14.0701C8.85144 13.952 8.67419 13.8628 8.478 13.8026C8.28403 13.7424 8.0778 13.7123 7.85931 13.7123C7.46469 13.7123 7.11132 13.8115 6.79919 14.0099C6.48929 14.2084 6.24404 14.4993 6.06345 14.8828C5.88509 15.2663 5.79591 15.7345 5.79591 16.2874C5.79591 16.8448 5.88509 17.3152 6.06345 17.6986C6.24404 18.0821 6.4904 18.372 6.80253 18.5682C7.11466 18.7643 7.46581 18.8624 7.85597 18.8624C8.07223 18.8624 8.27734 18.8335 8.47131 18.7755C8.6675 18.7153 8.84475 18.6272 9.00304 18.5113C9.16134 18.3954 9.29511 18.2538 9.40435 18.0866C9.51583 17.9171 9.59275 17.7232 9.63511 17.5047L10.6785 17.508C10.6228 17.8447 10.5146 18.1546 10.3541 18.4377C10.1958 18.7186 9.99183 18.9617 9.74212 19.1668C9.49465 19.3697 9.2115 19.5268 8.89268 19.6383C8.57387 19.7498 8.22606 19.8055 7.84928 19.8055C7.25623 19.8055 6.72784 19.6651 6.26411 19.3841C5.80037 19.101 5.43474 18.6963 5.1672 18.1702C4.90189 17.644 4.76923 17.0164 4.76923 16.2874C4.76923 15.5561 4.903 14.9285 5.17054 14.4046C5.43808 13.8784 5.80372 13.4749 6.26745 13.1939C6.73119 12.9108 7.25846 12.7692 7.84928 12.7692C8.21269 12.7692 8.55157 12.8216 8.86593 12.9264C9.18252 13.029 9.46678 13.1806 9.71871 13.3812C9.97065 13.5797 10.1791 13.8227 10.3441 14.1103C10.5091 14.3956 10.6205 14.7223 10.6785 15.0901Z",
43
+ fill: "white"
44
+ }
45
+ )
46
+ ]
47
+ }
48
+ );
49
+ };
50
+ export {
51
+ d as default
52
+ };
53
+ //# sourceMappingURL=InstagramCommentV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstagramCommentV2.js","sources":["../../../../../src/icons/Social/Channels/InstagramCommentV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgInstagramCommentV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M2 16C2 12.6863 4.68629 10 8 10C11.3137 10 14 12.6863 14 16C14 19.3137 11.3137 22 8 22H3.71429C2.76751 22 2 21.2325 2 20.2857V16Z\"\n\t\t\t\tfill=\"#610440\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M10.6785 15.0901H9.63511C9.59498 14.8672 9.52029 14.671 9.41104 14.5015C9.3018 14.3321 9.16803 14.1883 9.00973 14.0701C8.85144 13.952 8.67419 13.8628 8.478 13.8026C8.28403 13.7424 8.0778 13.7123 7.85931 13.7123C7.46469 13.7123 7.11132 13.8115 6.79919 14.0099C6.48929 14.2084 6.24404 14.4993 6.06345 14.8828C5.88509 15.2663 5.79591 15.7345 5.79591 16.2874C5.79591 16.8448 5.88509 17.3152 6.06345 17.6986C6.24404 18.0821 6.4904 18.372 6.80253 18.5682C7.11466 18.7643 7.46581 18.8624 7.85597 18.8624C8.07223 18.8624 8.27734 18.8335 8.47131 18.7755C8.6675 18.7153 8.84475 18.6272 9.00304 18.5113C9.16134 18.3954 9.29511 18.2538 9.40435 18.0866C9.51583 17.9171 9.59275 17.7232 9.63511 17.5047L10.6785 17.508C10.6228 17.8447 10.5146 18.1546 10.3541 18.4377C10.1958 18.7186 9.99183 18.9617 9.74212 19.1668C9.49465 19.3697 9.2115 19.5268 8.89268 19.6383C8.57387 19.7498 8.22606 19.8055 7.84928 19.8055C7.25623 19.8055 6.72784 19.6651 6.26411 19.3841C5.80037 19.101 5.43474 18.6963 5.1672 18.1702C4.90189 17.644 4.76923 17.0164 4.76923 16.2874C4.76923 15.5561 4.903 14.9285 5.17054 14.4046C5.43808 13.8784 5.80372 13.4749 6.26745 13.1939C6.73119 12.9108 7.25846 12.7692 7.84928 12.7692C8.21269 12.7692 8.55157 12.8216 8.86593 12.9264C9.18252 13.029 9.46678 13.1806 9.71871 13.3812C9.97065 13.5797 10.1791 13.8227 10.3441 14.1103C10.5091 14.3956 10.6205 14.7223 10.6785 15.0901Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgInstagramCommentV2;\n"],"names":["SvgInstagramCommentV2","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAwB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AAChE,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgInstagramV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgInstagramV2;
@@ -0,0 +1,39 @@
1
+ import { jsxs as o, jsx as l } from "react/jsx-runtime";
2
+ const s = ({ size: C = 24, ...t }) => {
3
+ const e = {
4
+ width: C,
5
+ height: C,
6
+ ...t
7
+ };
8
+ return /* @__PURE__ */ o(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...e,
15
+ children: [
16
+ /* @__PURE__ */ l(
17
+ "path",
18
+ {
19
+ d: "M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z",
20
+ fill: "#D874B4"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ l(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z",
29
+ fill: "#D874B4"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ };
36
+ export {
37
+ s as default
38
+ };
39
+ //# sourceMappingURL=InstagramV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstagramV2.js","sources":["../../../../../src/icons/Social/Channels/InstagramV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgInstagramV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgInstagramV2;\n"],"names":["SvgInstagramV2","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAiB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACzD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgMessengerV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgMessengerV2;
@@ -0,0 +1,28 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const s = ({ size: C = 24, ...e }) => {
3
+ const o = {
4
+ width: C,
5
+ height: C,
6
+ ...e
7
+ };
8
+ return /* @__PURE__ */ t(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...o,
15
+ children: /* @__PURE__ */ t(
16
+ "path",
17
+ {
18
+ d: "M12 2C17.6333 2 21.9998 6.12635 21.9999 11.6997C21.9999 17.2732 17.6334 21.4002 12 21.4002C11.0223 21.4025 10.0485 21.2728 9.10527 21.0153C8.92793 20.9666 8.73886 20.981 8.57061 21.0551L6.58657 21.9308C6.3432 22.0383 6.06222 22.0179 5.83706 21.8763C5.61186 21.7344 5.47163 21.4896 5.46352 21.2236L5.409 19.4446C5.40159 19.2258 5.30444 19.0193 5.14045 18.8742C3.19506 17.1342 2 14.6151 2 11.6997C2.00015 6.12635 6.36656 2.00001 12 2ZM18.28 8.15233C18.0719 7.96511 17.7631 7.94399 17.5313 8.10106L13.7179 10.6857C13.6194 10.7525 13.4906 10.7544 13.3907 10.6898L10.0533 8.52587C9.77871 8.34786 9.41104 8.42622 9.23304 8.70083L5.61408 14.2884C5.45225 14.5382 5.49618 14.8689 5.71743 15.068C5.92629 15.2559 6.23697 15.2754 6.46775 15.1152L10.2788 12.4671C10.3787 12.3977 10.5112 12.3963 10.6124 12.4638L13.9449 14.6855C14.2198 14.8686 14.5914 14.7918 14.7709 14.5146L18.3842 8.93602C18.5468 8.68478 18.5025 8.35255 18.28 8.15233Z",
19
+ fill: "#0967FF"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ };
25
+ export {
26
+ s as default
27
+ };
28
+ //# sourceMappingURL=MessengerV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessengerV2.js","sources":["../../../../../src/icons/Social/Channels/MessengerV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgMessengerV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 2C17.6333 2 21.9998 6.12635 21.9999 11.6997C21.9999 17.2732 17.6334 21.4002 12 21.4002C11.0223 21.4025 10.0485 21.2728 9.10527 21.0153C8.92793 20.9666 8.73886 20.981 8.57061 21.0551L6.58657 21.9308C6.3432 22.0383 6.06222 22.0179 5.83706 21.8763C5.61186 21.7344 5.47163 21.4896 5.46352 21.2236L5.409 19.4446C5.40159 19.2258 5.30444 19.0193 5.14045 18.8742C3.19506 17.1342 2 14.6151 2 11.6997C2.00015 6.12635 6.36656 2.00001 12 2ZM18.28 8.15233C18.0719 7.96511 17.7631 7.94399 17.5313 8.10106L13.7179 10.6857C13.6194 10.7525 13.4906 10.7544 13.3907 10.6898L10.0533 8.52587C9.77871 8.34786 9.41104 8.42622 9.23304 8.70083L5.61408 14.2884C5.45225 14.5382 5.49618 14.8689 5.71743 15.068C5.92629 15.2559 6.23697 15.2754 6.46775 15.1152L10.2788 12.4671C10.3787 12.3977 10.5112 12.3963 10.6124 12.4638L13.9449 14.6855C14.2198 14.8686 14.5914 14.7918 14.7709 14.5146L18.3842 8.93602C18.5468 8.68478 18.5025 8.35255 18.28 8.15233Z\"\n\t\t\t\tfill=\"#0967FF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgMessengerV2;\n"],"names":["SvgMessengerV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAiB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACzD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgPhoneV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgPhoneV2;
@@ -0,0 +1,30 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const n = ({ size: C = 24, ...l }) => {
3
+ const o = {
4
+ width: C,
5
+ height: C,
6
+ ...l
7
+ };
8
+ return /* @__PURE__ */ e(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...o,
15
+ children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM7.20605 6.00195C7.03853 6.00211 6.87199 6.0368 6.71875 6.10449C6.56557 6.17218 6.42833 6.27182 6.31543 6.39551C6.20267 6.51909 6.11693 6.66472 6.06348 6.82324C6.01 6.98201 5.98981 7.15053 6.00488 7.31738C6.20293 9.18235 6.83774 10.9748 7.85742 12.5488C8.78375 14.0065 10.0198 15.2427 11.4775 16.1689C13.0444 17.185 14.8281 17.8188 16.6846 18.0205C16.8519 18.0356 17.0206 18.0157 17.1797 17.9619C17.3388 17.9081 17.4846 17.8215 17.6084 17.708C17.7322 17.5945 17.8311 17.4566 17.8984 17.3027C17.9657 17.1489 18.0006 16.9824 18 16.8145V15.0039C18.0073 14.7081 17.9051 14.4201 17.7139 14.1943C17.5225 13.9685 17.255 13.8207 16.9619 13.7793C16.3828 13.7029 15.8139 13.5616 15.2666 13.3574C15.0506 13.2762 14.8155 13.2585 14.5898 13.3066C14.3643 13.3548 14.1571 13.4668 13.9932 13.6289L13.2275 14.3945C11.717 13.5356 10.4663 12.2849 9.60742 10.7744L10.373 10.0088C10.5353 9.84474 10.6472 9.63677 10.6953 9.41113C10.7433 9.18563 10.7257 8.95118 10.6445 8.73535C10.4403 8.18802 10.2991 7.61921 10.2227 7.04004C10.1817 6.75015 10.0364 6.48487 9.81445 6.29395C9.59244 6.10301 9.30844 5.99907 9.01562 6.00195H7.20605Z",
21
+ fill: "#455A64"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ n as default
29
+ };
30
+ //# sourceMappingURL=PhoneV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PhoneV2.js","sources":["../../../../../src/icons/Social/Channels/PhoneV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgPhoneV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM7.20605 6.00195C7.03853 6.00211 6.87199 6.0368 6.71875 6.10449C6.56557 6.17218 6.42833 6.27182 6.31543 6.39551C6.20267 6.51909 6.11693 6.66472 6.06348 6.82324C6.01 6.98201 5.98981 7.15053 6.00488 7.31738C6.20293 9.18235 6.83774 10.9748 7.85742 12.5488C8.78375 14.0065 10.0198 15.2427 11.4775 16.1689C13.0444 17.185 14.8281 17.8188 16.6846 18.0205C16.8519 18.0356 17.0206 18.0157 17.1797 17.9619C17.3388 17.9081 17.4846 17.8215 17.6084 17.708C17.7322 17.5945 17.8311 17.4566 17.8984 17.3027C17.9657 17.1489 18.0006 16.9824 18 16.8145V15.0039C18.0073 14.7081 17.9051 14.4201 17.7139 14.1943C17.5225 13.9685 17.255 13.8207 16.9619 13.7793C16.3828 13.7029 15.8139 13.5616 15.2666 13.3574C15.0506 13.2762 14.8155 13.2585 14.5898 13.3066C14.3643 13.3548 14.1571 13.4668 13.9932 13.6289L13.2275 14.3945C11.717 13.5356 10.4663 12.2849 9.60742 10.7744L10.373 10.0088C10.5353 9.84474 10.6472 9.63677 10.6953 9.41113C10.7433 9.18563 10.7257 8.95118 10.6445 8.73535C10.4403 8.18802 10.2991 7.61921 10.2227 7.04004C10.1817 6.75015 10.0364 6.48487 9.81445 6.29395C9.59244 6.10301 9.30844 5.99907 9.01562 6.00195H7.20605Z\"\n\t\t\t\tfill=\"#455A64\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgPhoneV2;\n"],"names":["SvgPhoneV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAa,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACrD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgRcsV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgRcsV2;
@@ -0,0 +1,30 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const n = ({ size: C = 24, ...l }) => {
3
+ const o = {
4
+ width: C,
5
+ height: C,
6
+ ...l
7
+ };
8
+ return /* @__PURE__ */ e(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...o,
15
+ children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M16.6143 3C19.5882 3 21.9999 5.41083 22 8.38477V14.1533C22 17.1273 19.5883 19.5381 16.6143 19.5381H15.6475C15.0355 19.5382 14.4483 19.7821 14.0156 20.2148L12.1592 22.0713C11.8588 22.3717 11.3717 22.3717 11.0713 22.0713L9.21387 20.2148C8.78106 19.782 8.19411 19.5381 7.58203 19.5381H7.38477C4.41074 19.5381 2 17.1273 2 14.1533V8.38477C2.0001 5.41083 4.4108 3 7.38477 3H16.6143ZM7.00195 12.001C6.44962 12.001 6.00195 12.4486 6.00195 13.001C6.00195 13.5533 6.44962 14.001 7.00195 14.001H12.002C12.5543 14.001 13.002 13.5533 13.002 13.001C13.002 12.4486 12.5543 12.001 12.002 12.001H7.00195ZM7.00195 8.00098C6.44962 8.00098 6.00195 8.44865 6.00195 9.00098C6.00207 9.55321 6.44969 10.001 7.00195 10.001H17.0029C17.5551 10.0008 18.0028 9.55311 18.0029 9.00098C18.0029 8.44874 17.5551 8.00113 17.0029 8.00098H7.00195Z",
21
+ fill: "#FF8D8B"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ n as default
29
+ };
30
+ //# sourceMappingURL=RcsV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RcsV2.js","sources":["../../../../../src/icons/Social/Channels/RcsV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgRcsV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M16.6143 3C19.5882 3 21.9999 5.41083 22 8.38477V14.1533C22 17.1273 19.5883 19.5381 16.6143 19.5381H15.6475C15.0355 19.5382 14.4483 19.7821 14.0156 20.2148L12.1592 22.0713C11.8588 22.3717 11.3717 22.3717 11.0713 22.0713L9.21387 20.2148C8.78106 19.782 8.19411 19.5381 7.58203 19.5381H7.38477C4.41074 19.5381 2 17.1273 2 14.1533V8.38477C2.0001 5.41083 4.4108 3 7.38477 3H16.6143ZM7.00195 12.001C6.44962 12.001 6.00195 12.4486 6.00195 13.001C6.00195 13.5533 6.44962 14.001 7.00195 14.001H12.002C12.5543 14.001 13.002 13.5533 13.002 13.001C13.002 12.4486 12.5543 12.001 12.002 12.001H7.00195ZM7.00195 8.00098C6.44962 8.00098 6.00195 8.44865 6.00195 9.00098C6.00207 9.55321 6.44969 10.001 7.00195 10.001H17.0029C17.5551 10.0008 18.0028 9.55311 18.0029 9.00098C18.0029 8.44874 17.5551 8.00113 17.0029 8.00098H7.00195Z\"\n\t\t\t\tfill=\"#FF8D8B\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgRcsV2;\n"],"names":["SvgRcsV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAW,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACnD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgSmsV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgSmsV2;
@@ -0,0 +1,30 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const n = ({ size: C = 24, ...l }) => {
3
+ const o = {
4
+ width: C,
5
+ height: C,
6
+ ...l
7
+ };
8
+ return /* @__PURE__ */ e(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...o,
15
+ children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M17.8857 3C20.1579 3 22 4.84213 22 7.11426V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135V7.11426C2 4.84213 3.84213 3 6.11426 3H17.8857ZM6.81445 8.00391C6.52872 8.00391 6.26625 8.0413 6.02734 8.11621C5.79304 8.1865 5.58843 8.28891 5.41504 8.4248C5.24634 8.5607 5.11521 8.72271 5.02148 8.91016C4.92776 9.09761 4.88086 9.3065 4.88086 9.53613C4.88091 9.90154 4.98859 10.197 5.2041 10.4219C5.42428 10.6421 5.75717 10.7988 6.20215 10.8926L6.97559 11.0547C7.26614 11.1156 7.47073 11.1924 7.58789 11.2861C7.70957 11.3798 7.77051 11.5089 7.77051 11.6729C7.77051 11.8696 7.6862 12.0317 7.51758 12.1582C7.34891 12.28 7.07908 12.3408 6.70898 12.3408C6.45592 12.3408 6.214 12.3121 5.98438 12.2559C5.75494 12.1996 5.5371 12.111 5.33105 11.9893C5.24203 11.933 5.15993 11.9117 5.08496 11.9258C5.01012 11.9398 4.947 11.9774 4.89551 12.0381C4.84865 12.0943 4.81777 12.1625 4.80371 12.2422C4.79434 12.3172 4.80606 12.3949 4.83887 12.4746C4.87168 12.5541 4.93049 12.6216 5.01465 12.6777C5.15992 12.7715 5.32407 12.8514 5.50684 12.917C5.68949 12.9779 5.88379 13.0227 6.08984 13.0508C6.29604 13.0836 6.50279 13.0996 6.70898 13.0996C7.00881 13.0996 7.27864 13.0644 7.51758 12.9941C7.75637 12.9239 7.96031 12.8235 8.12891 12.6924C8.3023 12.5612 8.43342 12.4035 8.52246 12.2207C8.61605 12.038 8.66309 11.8342 8.66309 11.6094C8.66304 11.258 8.54794 10.9765 8.31836 10.7656C8.09341 10.5549 7.74891 10.4001 7.28516 10.3018L6.51855 10.1406C6.24693 10.0844 6.05481 10.0066 5.94238 9.9082C5.8301 9.80518 5.77349 9.66947 5.77344 9.50098C5.77344 9.35101 5.81389 9.22204 5.89355 9.11426C5.9779 9.00181 6.09734 8.91541 6.25195 8.85449C6.4066 8.79357 6.59205 8.7627 6.80762 8.7627C7.01364 8.76273 7.20584 8.78403 7.38379 8.82617C7.56178 8.86836 7.73783 8.93875 7.91113 9.03711C8.00937 9.09318 8.09602 9.11678 8.1709 9.10742C8.25057 9.09805 8.31661 9.06717 8.36816 9.01562C8.41953 8.96416 8.45177 8.90313 8.46582 8.83301C8.47985 8.75818 8.47329 8.68323 8.44531 8.6084C8.4219 8.53348 8.37272 8.46949 8.29785 8.41797C8.09634 8.28207 7.8683 8.17967 7.61523 8.10938C7.3623 8.03913 7.09547 8.00393 6.81445 8.00391ZM17.3506 8.00391C17.0648 8.00393 16.8024 8.04125 16.5635 8.11621C16.3294 8.18646 16.1254 8.28905 15.9521 8.4248C15.7835 8.56066 15.6523 8.72279 15.5586 8.91016C15.4649 9.09761 15.418 9.3065 15.418 9.53613C15.418 9.90155 15.5257 10.197 15.7412 10.4219C15.9615 10.642 16.2942 10.7989 16.7393 10.8926L17.5127 11.0547C17.803 11.1156 18.0069 11.1925 18.124 11.2861C18.2459 11.3799 18.3066 11.5088 18.3066 11.6729C18.3066 11.8697 18.2224 12.0317 18.0537 12.1582C17.885 12.28 17.6152 12.3408 17.2451 12.3408C16.9922 12.3408 16.751 12.3121 16.5215 12.2559C16.2919 12.1996 16.0734 12.1111 15.8672 11.9893C15.7782 11.9331 15.696 11.9117 15.6211 11.9258C15.5463 11.9399 15.4831 11.9773 15.4316 12.0381C15.3848 12.0943 15.3549 12.1626 15.3408 12.2422C15.3314 12.3172 15.3432 12.3949 15.376 12.4746C15.4088 12.5541 15.4676 12.6216 15.5518 12.6777C15.6969 12.7713 15.8604 12.8514 16.043 12.917C16.2257 12.9779 16.4208 13.0227 16.627 13.0508C16.833 13.0836 17.0391 13.0996 17.2451 13.0996C17.545 13.0996 17.8147 13.0644 18.0537 12.9941C18.2926 12.9239 18.4964 12.8235 18.665 12.6924C18.8384 12.5612 18.9696 12.4035 19.0586 12.2207C19.1523 12.038 19.1992 11.8342 19.1992 11.6094C19.1992 11.258 19.0851 10.9765 18.8555 10.7656C18.6306 10.5548 18.286 10.4002 17.8223 10.3018L17.0557 10.1406C16.7839 10.0844 16.592 10.0066 16.4795 9.9082C16.3671 9.80515 16.3106 9.66957 16.3105 9.50098C16.3105 9.35112 16.3501 9.222 16.4297 9.11426C16.514 9.0019 16.6337 8.9154 16.7881 8.85449C16.9427 8.79357 17.1282 8.7627 17.3438 8.7627C17.5499 8.7627 17.7419 8.78403 17.9199 8.82617C18.098 8.86835 18.2739 8.9387 18.4473 9.03711C18.5454 9.09321 18.6322 9.11662 18.707 9.10742C18.7867 9.09805 18.8527 9.06717 18.9043 9.01562C18.9558 8.96409 18.9889 8.90328 19.0029 8.83301C19.017 8.75812 19.0095 8.68328 18.9814 8.6084C18.958 8.53342 18.909 8.46952 18.834 8.41797C18.6326 8.28216 18.4052 8.17965 18.1523 8.10938C17.8993 8.03908 17.6318 8.00391 17.3506 8.00391ZM14.0391 8.01758C13.922 8.01759 13.8302 8.04104 13.7646 8.08789C13.6992 8.13009 13.6382 8.20494 13.582 8.3125L11.958 11.3164L10.335 8.3125C10.2787 8.20476 10.2148 8.13006 10.1445 8.08789C10.079 8.04117 9.98796 8.01763 9.87109 8.01758C9.73994 8.01758 9.6365 8.05498 9.56152 8.12988C9.48654 8.20018 9.44922 8.30355 9.44922 8.43945V12.6641C9.44923 12.7953 9.4844 12.8987 9.55469 12.9736C9.62493 13.0484 9.72552 13.0859 9.85645 13.0859C9.99231 13.0859 10.0936 13.0486 10.1592 12.9736C10.2295 12.8987 10.2646 12.7953 10.2646 12.6641V9.70801L11.5859 12.1016C11.6281 12.1765 11.6772 12.2352 11.7334 12.2773C11.7896 12.3148 11.8623 12.3339 11.9512 12.334C12.0401 12.334 12.1106 12.3148 12.1621 12.2773C12.2136 12.2399 12.2627 12.1812 12.3096 12.1016L13.6318 9.69043V12.6641C13.6318 12.7953 13.667 12.8987 13.7373 12.9736C13.8076 13.0483 13.9081 13.0859 14.0391 13.0859C14.175 13.0859 14.2762 13.0486 14.3418 12.9736C14.4121 12.8987 14.4473 12.7953 14.4473 12.6641V8.43945C14.4473 8.30362 14.412 8.20017 14.3418 8.12988C14.2715 8.0549 14.1703 8.01758 14.0391 8.01758Z",
21
+ fill: "#438BFF"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ n as default
29
+ };
30
+ //# sourceMappingURL=SmsV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SmsV2.js","sources":["../../../../../src/icons/Social/Channels/SmsV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgSmsV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M17.8857 3C20.1579 3 22 4.84213 22 7.11426V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135V7.11426C2 4.84213 3.84213 3 6.11426 3H17.8857ZM6.81445 8.00391C6.52872 8.00391 6.26625 8.0413 6.02734 8.11621C5.79304 8.1865 5.58843 8.28891 5.41504 8.4248C5.24634 8.5607 5.11521 8.72271 5.02148 8.91016C4.92776 9.09761 4.88086 9.3065 4.88086 9.53613C4.88091 9.90154 4.98859 10.197 5.2041 10.4219C5.42428 10.6421 5.75717 10.7988 6.20215 10.8926L6.97559 11.0547C7.26614 11.1156 7.47073 11.1924 7.58789 11.2861C7.70957 11.3798 7.77051 11.5089 7.77051 11.6729C7.77051 11.8696 7.6862 12.0317 7.51758 12.1582C7.34891 12.28 7.07908 12.3408 6.70898 12.3408C6.45592 12.3408 6.214 12.3121 5.98438 12.2559C5.75494 12.1996 5.5371 12.111 5.33105 11.9893C5.24203 11.933 5.15993 11.9117 5.08496 11.9258C5.01012 11.9398 4.947 11.9774 4.89551 12.0381C4.84865 12.0943 4.81777 12.1625 4.80371 12.2422C4.79434 12.3172 4.80606 12.3949 4.83887 12.4746C4.87168 12.5541 4.93049 12.6216 5.01465 12.6777C5.15992 12.7715 5.32407 12.8514 5.50684 12.917C5.68949 12.9779 5.88379 13.0227 6.08984 13.0508C6.29604 13.0836 6.50279 13.0996 6.70898 13.0996C7.00881 13.0996 7.27864 13.0644 7.51758 12.9941C7.75637 12.9239 7.96031 12.8235 8.12891 12.6924C8.3023 12.5612 8.43342 12.4035 8.52246 12.2207C8.61605 12.038 8.66309 11.8342 8.66309 11.6094C8.66304 11.258 8.54794 10.9765 8.31836 10.7656C8.09341 10.5549 7.74891 10.4001 7.28516 10.3018L6.51855 10.1406C6.24693 10.0844 6.05481 10.0066 5.94238 9.9082C5.8301 9.80518 5.77349 9.66947 5.77344 9.50098C5.77344 9.35101 5.81389 9.22204 5.89355 9.11426C5.9779 9.00181 6.09734 8.91541 6.25195 8.85449C6.4066 8.79357 6.59205 8.7627 6.80762 8.7627C7.01364 8.76273 7.20584 8.78403 7.38379 8.82617C7.56178 8.86836 7.73783 8.93875 7.91113 9.03711C8.00937 9.09318 8.09602 9.11678 8.1709 9.10742C8.25057 9.09805 8.31661 9.06717 8.36816 9.01562C8.41953 8.96416 8.45177 8.90313 8.46582 8.83301C8.47985 8.75818 8.47329 8.68323 8.44531 8.6084C8.4219 8.53348 8.37272 8.46949 8.29785 8.41797C8.09634 8.28207 7.8683 8.17967 7.61523 8.10938C7.3623 8.03913 7.09547 8.00393 6.81445 8.00391ZM17.3506 8.00391C17.0648 8.00393 16.8024 8.04125 16.5635 8.11621C16.3294 8.18646 16.1254 8.28905 15.9521 8.4248C15.7835 8.56066 15.6523 8.72279 15.5586 8.91016C15.4649 9.09761 15.418 9.3065 15.418 9.53613C15.418 9.90155 15.5257 10.197 15.7412 10.4219C15.9615 10.642 16.2942 10.7989 16.7393 10.8926L17.5127 11.0547C17.803 11.1156 18.0069 11.1925 18.124 11.2861C18.2459 11.3799 18.3066 11.5088 18.3066 11.6729C18.3066 11.8697 18.2224 12.0317 18.0537 12.1582C17.885 12.28 17.6152 12.3408 17.2451 12.3408C16.9922 12.3408 16.751 12.3121 16.5215 12.2559C16.2919 12.1996 16.0734 12.1111 15.8672 11.9893C15.7782 11.9331 15.696 11.9117 15.6211 11.9258C15.5463 11.9399 15.4831 11.9773 15.4316 12.0381C15.3848 12.0943 15.3549 12.1626 15.3408 12.2422C15.3314 12.3172 15.3432 12.3949 15.376 12.4746C15.4088 12.5541 15.4676 12.6216 15.5518 12.6777C15.6969 12.7713 15.8604 12.8514 16.043 12.917C16.2257 12.9779 16.4208 13.0227 16.627 13.0508C16.833 13.0836 17.0391 13.0996 17.2451 13.0996C17.545 13.0996 17.8147 13.0644 18.0537 12.9941C18.2926 12.9239 18.4964 12.8235 18.665 12.6924C18.8384 12.5612 18.9696 12.4035 19.0586 12.2207C19.1523 12.038 19.1992 11.8342 19.1992 11.6094C19.1992 11.258 19.0851 10.9765 18.8555 10.7656C18.6306 10.5548 18.286 10.4002 17.8223 10.3018L17.0557 10.1406C16.7839 10.0844 16.592 10.0066 16.4795 9.9082C16.3671 9.80515 16.3106 9.66957 16.3105 9.50098C16.3105 9.35112 16.3501 9.222 16.4297 9.11426C16.514 9.0019 16.6337 8.9154 16.7881 8.85449C16.9427 8.79357 17.1282 8.7627 17.3438 8.7627C17.5499 8.7627 17.7419 8.78403 17.9199 8.82617C18.098 8.86835 18.2739 8.9387 18.4473 9.03711C18.5454 9.09321 18.6322 9.11662 18.707 9.10742C18.7867 9.09805 18.8527 9.06717 18.9043 9.01562C18.9558 8.96409 18.9889 8.90328 19.0029 8.83301C19.017 8.75812 19.0095 8.68328 18.9814 8.6084C18.958 8.53342 18.909 8.46952 18.834 8.41797C18.6326 8.28216 18.4052 8.17965 18.1523 8.10938C17.8993 8.03908 17.6318 8.00391 17.3506 8.00391ZM14.0391 8.01758C13.922 8.01759 13.8302 8.04104 13.7646 8.08789C13.6992 8.13009 13.6382 8.20494 13.582 8.3125L11.958 11.3164L10.335 8.3125C10.2787 8.20476 10.2148 8.13006 10.1445 8.08789C10.079 8.04117 9.98796 8.01763 9.87109 8.01758C9.73994 8.01758 9.6365 8.05498 9.56152 8.12988C9.48654 8.20018 9.44922 8.30355 9.44922 8.43945V12.6641C9.44923 12.7953 9.4844 12.8987 9.55469 12.9736C9.62493 13.0484 9.72552 13.0859 9.85645 13.0859C9.99231 13.0859 10.0936 13.0486 10.1592 12.9736C10.2295 12.8987 10.2646 12.7953 10.2646 12.6641V9.70801L11.5859 12.1016C11.6281 12.1765 11.6772 12.2352 11.7334 12.2773C11.7896 12.3148 11.8623 12.3339 11.9512 12.334C12.0401 12.334 12.1106 12.3148 12.1621 12.2773C12.2136 12.2399 12.2627 12.1812 12.3096 12.1016L13.6318 9.69043V12.6641C13.6318 12.7953 13.667 12.8987 13.7373 12.9736C13.8076 13.0483 13.9081 13.0859 14.0391 13.0859C14.175 13.0859 14.2762 13.0486 14.3418 12.9736C14.4121 12.8987 14.4473 12.7953 14.4473 12.6641V8.43945C14.4473 8.30362 14.412 8.20017 14.3418 8.12988C14.2715 8.0549 14.1703 8.01758 14.0391 8.01758Z\"\n\t\t\t\tfill=\"#438BFF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgSmsV2;\n"],"names":["SvgSmsV2","size","rest","props","jsx"],"mappings":";AAKA,MAAMA,IAAW,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACnD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgTaskV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgTaskV2;
@@ -0,0 +1,37 @@
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ const r = ({ size: C = 24, ...s }) => {
3
+ const l = {
4
+ width: C,
5
+ height: C,
6
+ ...s
7
+ };
8
+ return /* @__PURE__ */ o(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...l,
15
+ children: [
16
+ /* @__PURE__ */ t(
17
+ "path",
18
+ {
19
+ d: "M18.0001 2C20.2092 2 22.0001 3.79086 22.0001 6V18C22.0001 20.2091 20.2092 22 18.0001 22H10.0313L15.4786 15.9482L15.6065 15.7988C16.8774 14.2338 16.7103 11.9292 15.1954 10.5654L15.046 10.4385C13.5316 9.20895 11.3252 9.32493 9.9483 10.707L9.81354 10.8496L6.34674 14.7002C5.12838 13.6127 3.38151 13.4445 2.00006 14.1904V6C2.00006 3.79086 3.79092 2 6.00006 2H18.0001Z",
20
+ fill: "#A481C8"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ t(
24
+ "path",
25
+ {
26
+ d: "M11.2999 12.1875C11.9689 11.4442 13.1141 11.3839 13.8575 12.0527C14.6007 12.7218 14.6612 13.867 13.9922 14.6104L7.87799 21.4033C7.48242 21.8426 6.92088 22.0408 6.37408 21.9932C6.34408 21.9912 6.31414 21.9888 6.28424 21.9854C6.28165 21.985 6.27902 21.9847 6.27643 21.9844C5.89197 21.9384 5.51896 21.7712 5.22174 21.4785L2.5401 18.8359C1.82778 18.134 1.81881 16.9868 2.52057 16.2744C3.2226 15.5621 4.3697 15.5539 5.08209 16.2559L6.43658 17.5908L11.2999 12.1875Z",
27
+ fill: "#A481C8"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ };
34
+ export {
35
+ r as default
36
+ };
37
+ //# sourceMappingURL=TaskV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskV2.js","sources":["../../../../../src/icons/Social/Channels/TaskV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgTaskV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M18.0001 2C20.2092 2 22.0001 3.79086 22.0001 6V18C22.0001 20.2091 20.2092 22 18.0001 22H10.0313L15.4786 15.9482L15.6065 15.7988C16.8774 14.2338 16.7103 11.9292 15.1954 10.5654L15.046 10.4385C13.5316 9.20895 11.3252 9.32493 9.9483 10.707L9.81354 10.8496L6.34674 14.7002C5.12838 13.6127 3.38151 13.4445 2.00006 14.1904V6C2.00006 3.79086 3.79092 2 6.00006 2H18.0001Z\"\n\t\t\t\tfill=\"#A481C8\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M11.2999 12.1875C11.9689 11.4442 13.1141 11.3839 13.8575 12.0527C14.6007 12.7218 14.6612 13.867 13.9922 14.6104L7.87799 21.4033C7.48242 21.8426 6.92088 22.0408 6.37408 21.9932C6.34408 21.9912 6.31414 21.9888 6.28424 21.9854C6.28165 21.985 6.27902 21.9847 6.27643 21.9844C5.89197 21.9384 5.51896 21.7712 5.22174 21.4785L2.5401 18.8359C1.82778 18.134 1.81881 16.9868 2.52057 16.2744C3.2226 15.5621 4.3697 15.5539 5.08209 16.2559L6.43658 17.5908L11.2999 12.1875Z\"\n\t\t\t\tfill=\"#A481C8\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgTaskV2;\n"],"names":["SvgTaskV2","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAY,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACpD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgWebpushV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgWebpushV2;
@@ -0,0 +1,39 @@
1
+ import { jsxs as o, jsx as l } from "react/jsx-runtime";
2
+ const s = ({ size: C = 24, ...e }) => {
3
+ const t = {
4
+ width: C,
5
+ height: C,
6
+ ...e
7
+ };
8
+ return /* @__PURE__ */ o(
9
+ "svg",
10
+ {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...t,
15
+ children: [
16
+ /* @__PURE__ */ l(
17
+ "path",
18
+ {
19
+ d: "M10.207 5C10.1217 5.4016 10.0762 5.81361 10.0762 6.23047C10.0762 7.03585 9.98144 7.7377 9.86133 8.27637C9.80133 8.54542 9.73664 8.76556 9.67871 8.93066C9.64991 9.01272 9.62484 9.07672 9.60449 9.12305C9.58789 9.16084 9.57777 9.18072 9.5752 9.18555C9.37925 9.52235 9.2632 9.89887 9.23633 10.2861L9.23047 10.4531C9.22894 10.8995 9.34518 11.3385 9.56738 11.7256C9.78957 12.1127 10.1099 12.4344 10.4961 12.6582C10.8823 12.882 11.3212 12.9997 11.7676 13H12.8379C13.0461 13.3111 13.2976 13.5938 13.5918 13.834C14.2715 14.3888 15.1216 14.6923 15.999 14.6924C16.8765 14.6924 17.7274 14.3889 18.4072 13.834C18.7014 13.5938 18.953 13.3111 19.1611 13H20.2324C20.6787 12.9994 21.1169 12.8812 21.5029 12.6572C21.6846 12.5518 21.8507 12.4236 22 12.2783V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135L2 9.11426C2 6.84213 3.84213 5 6.11426 5H10.207Z",
20
+ fill: "#748FD3"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ l(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M15.999 2C17.1211 2 18.1978 2.4458 18.9912 3.23926C19.7785 4.02661 20.2227 5.09234 20.2295 6.20508C20.2296 6.21354 20.2305 6.222 20.2305 6.23047L20.2354 6.57617C20.2469 6.97501 20.2791 7.35097 20.3232 7.69922C20.4624 8.79747 20.7333 9.61752 20.9414 9.99805L21.0098 10.1348C21.024 10.1688 21.0362 10.2037 21.0459 10.2393C21.0556 10.2748 21.0624 10.3111 21.0674 10.3477C21.0724 10.3845 21.0751 10.4217 21.0752 10.459C21.0755 10.5335 21.0658 10.6073 21.0469 10.6787C21.028 10.7498 20.9998 10.8184 20.9629 10.8828C20.9443 10.9151 20.9239 10.9462 20.9014 10.9756C20.8343 11.0634 20.7505 11.1375 20.6543 11.1934L20.5547 11.2432C20.4863 11.2717 20.4143 11.291 20.3408 11.3008L20.2305 11.3076H18.0723C18.0479 11.4268 18.0136 11.5432 17.9697 11.6553C17.8598 11.9364 17.6902 12.1912 17.4727 12.4023C17.4293 12.4445 17.3841 12.485 17.3369 12.5234C17.2897 12.5619 17.2414 12.5987 17.1914 12.6328C16.8413 12.8715 16.4256 13 15.999 13C15.61 12.9999 15.2317 12.8905 14.9023 12.6904C14.8193 12.6399 14.7382 12.5855 14.6621 12.5234C14.6462 12.5104 14.6317 12.4958 14.6162 12.4824C14.3097 12.2171 14.0852 11.8715 13.9707 11.4844L13.9268 11.3076H11.7686L11.6572 11.3008C11.6239 11.2963 11.5911 11.2896 11.5586 11.2812C11.5484 11.2786 11.5384 11.2755 11.5283 11.2725C11.5054 11.2657 11.4832 11.2568 11.4609 11.248C11.4526 11.2448 11.4438 11.2428 11.4355 11.2393C11.4046 11.226 11.3741 11.2113 11.3447 11.1943C11.3127 11.1758 11.282 11.1553 11.2529 11.1328C11.2234 11.1101 11.1961 11.0849 11.1699 11.0586C11.1179 11.0062 11.0722 10.9474 11.0352 10.8828C10.9982 10.8184 10.9701 10.7498 10.9512 10.6787C10.9322 10.6073 10.9226 10.5335 10.9229 10.459C10.9231 10.3845 10.9327 10.3105 10.9521 10.2393C10.9618 10.2037 10.974 10.1688 10.9883 10.1348L11.0566 9.99805C11.2628 9.62128 11.5305 8.81372 11.6709 7.73145C11.7173 7.37422 11.7518 6.98741 11.7637 6.57617L11.7686 6.23047C11.7686 6.222 11.7695 6.21354 11.7695 6.20508C11.7701 6.11618 11.7732 6.02763 11.7793 5.93945C11.7805 5.92251 11.7818 5.90559 11.7832 5.88867C11.7989 5.69464 11.8283 5.50294 11.8701 5.31445C11.8724 5.30436 11.8746 5.29426 11.877 5.28418C12.0534 4.516 12.4416 3.80552 13.0078 3.23926C13.8012 2.44592 14.8771 2.00009 15.999 2ZM14.8027 11.3076C14.8902 11.5549 15.0525 11.7694 15.2666 11.9209C15.4274 12.0346 15.6119 12.1087 15.8047 12.1387C15.8687 12.1487 15.9336 12.1543 15.999 12.1543C16.1302 12.1543 16.26 12.1341 16.3838 12.0947C16.5074 12.0554 16.6253 11.9967 16.7324 11.9209C16.863 11.8284 16.9709 11.7105 17.0576 11.5781C17.1129 11.4935 17.1612 11.404 17.1953 11.3076H14.8027Z",
29
+ fill: "#748FD3"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ };
36
+ export {
37
+ s as default
38
+ };
39
+ //# sourceMappingURL=WebpushV2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebpushV2.js","sources":["../../../../../src/icons/Social/Channels/WebpushV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgWebpushV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M10.207 5C10.1217 5.4016 10.0762 5.81361 10.0762 6.23047C10.0762 7.03585 9.98144 7.7377 9.86133 8.27637C9.80133 8.54542 9.73664 8.76556 9.67871 8.93066C9.64991 9.01272 9.62484 9.07672 9.60449 9.12305C9.58789 9.16084 9.57777 9.18072 9.5752 9.18555C9.37925 9.52235 9.2632 9.89887 9.23633 10.2861L9.23047 10.4531C9.22894 10.8995 9.34518 11.3385 9.56738 11.7256C9.78957 12.1127 10.1099 12.4344 10.4961 12.6582C10.8823 12.882 11.3212 12.9997 11.7676 13H12.8379C13.0461 13.3111 13.2976 13.5938 13.5918 13.834C14.2715 14.3888 15.1216 14.6923 15.999 14.6924C16.8765 14.6924 17.7274 14.3889 18.4072 13.834C18.7014 13.5938 18.953 13.3111 19.1611 13H20.2324C20.6787 12.9994 21.1169 12.8812 21.5029 12.6572C21.6846 12.5518 21.8507 12.4236 22 12.2783V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135L2 9.11426C2 6.84213 3.84213 5 6.11426 5H10.207Z\"\n\t\t\t\tfill=\"#748FD3\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15.999 2C17.1211 2 18.1978 2.4458 18.9912 3.23926C19.7785 4.02661 20.2227 5.09234 20.2295 6.20508C20.2296 6.21354 20.2305 6.222 20.2305 6.23047L20.2354 6.57617C20.2469 6.97501 20.2791 7.35097 20.3232 7.69922C20.4624 8.79747 20.7333 9.61752 20.9414 9.99805L21.0098 10.1348C21.024 10.1688 21.0362 10.2037 21.0459 10.2393C21.0556 10.2748 21.0624 10.3111 21.0674 10.3477C21.0724 10.3845 21.0751 10.4217 21.0752 10.459C21.0755 10.5335 21.0658 10.6073 21.0469 10.6787C21.028 10.7498 20.9998 10.8184 20.9629 10.8828C20.9443 10.9151 20.9239 10.9462 20.9014 10.9756C20.8343 11.0634 20.7505 11.1375 20.6543 11.1934L20.5547 11.2432C20.4863 11.2717 20.4143 11.291 20.3408 11.3008L20.2305 11.3076H18.0723C18.0479 11.4268 18.0136 11.5432 17.9697 11.6553C17.8598 11.9364 17.6902 12.1912 17.4727 12.4023C17.4293 12.4445 17.3841 12.485 17.3369 12.5234C17.2897 12.5619 17.2414 12.5987 17.1914 12.6328C16.8413 12.8715 16.4256 13 15.999 13C15.61 12.9999 15.2317 12.8905 14.9023 12.6904C14.8193 12.6399 14.7382 12.5855 14.6621 12.5234C14.6462 12.5104 14.6317 12.4958 14.6162 12.4824C14.3097 12.2171 14.0852 11.8715 13.9707 11.4844L13.9268 11.3076H11.7686L11.6572 11.3008C11.6239 11.2963 11.5911 11.2896 11.5586 11.2812C11.5484 11.2786 11.5384 11.2755 11.5283 11.2725C11.5054 11.2657 11.4832 11.2568 11.4609 11.248C11.4526 11.2448 11.4438 11.2428 11.4355 11.2393C11.4046 11.226 11.3741 11.2113 11.3447 11.1943C11.3127 11.1758 11.282 11.1553 11.2529 11.1328C11.2234 11.1101 11.1961 11.0849 11.1699 11.0586C11.1179 11.0062 11.0722 10.9474 11.0352 10.8828C10.9982 10.8184 10.9701 10.7498 10.9512 10.6787C10.9322 10.6073 10.9226 10.5335 10.9229 10.459C10.9231 10.3845 10.9327 10.3105 10.9521 10.2393C10.9618 10.2037 10.974 10.1688 10.9883 10.1348L11.0566 9.99805C11.2628 9.62128 11.5305 8.81372 11.6709 7.73145C11.7173 7.37422 11.7518 6.98741 11.7637 6.57617L11.7686 6.23047C11.7686 6.222 11.7695 6.21354 11.7695 6.20508C11.7701 6.11618 11.7732 6.02763 11.7793 5.93945C11.7805 5.92251 11.7818 5.90559 11.7832 5.88867C11.7989 5.69464 11.8283 5.50294 11.8701 5.31445C11.8724 5.30436 11.8746 5.29426 11.877 5.28418C12.0534 4.516 12.4416 3.80552 13.0078 3.23926C13.8012 2.44592 14.8771 2.00009 15.999 2ZM14.8027 11.3076C14.8902 11.5549 15.0525 11.7694 15.2666 11.9209C15.4274 12.0346 15.6119 12.1087 15.8047 12.1387C15.8687 12.1487 15.9336 12.1543 15.999 12.1543C16.1302 12.1543 16.26 12.1341 16.3838 12.0947C16.5074 12.0554 16.6253 11.9967 16.7324 11.9209C16.863 11.8284 16.9709 11.7105 17.0576 11.5781C17.1129 11.4935 17.1612 11.404 17.1953 11.3076H14.8027Z\"\n\t\t\t\tfill=\"#748FD3\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgWebpushV2;\n"],"names":["SvgWebpushV2","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAe,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACvD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SvgWhatsAppCallV2: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgWhatsAppCallV2;