@sberbusiness/icons-next 1.23.0 → 1.25.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 (69) hide show
  1. package/AccountblockedSysIcon128.d.ts +4 -0
  2. package/AccountblockedSysIcon128.js +44 -0
  3. package/AccountblockedSysIcon96.d.ts +4 -0
  4. package/AccountblockedSysIcon96.js +44 -0
  5. package/AtStrokeSrvIcon20.d.ts +4 -0
  6. package/AtStrokeSrvIcon20.js +9 -0
  7. package/AtStrokeSrvIcon24.d.ts +4 -0
  8. package/AtStrokeSrvIcon24.js +9 -0
  9. package/AtStrokeSrvIcon32.d.ts +4 -0
  10. package/AtStrokeSrvIcon32.js +9 -0
  11. package/BellMrkIcon128.d.ts +4 -0
  12. package/BellMrkIcon128.js +29 -0
  13. package/BellMrkIcon96.d.ts +4 -0
  14. package/BellMrkIcon96.js +32 -0
  15. package/DigitalrubleOtherBrdIcon32.d.ts +4 -0
  16. package/DigitalrubleOtherBrdIcon32.js +9 -0
  17. package/EncashmentmobileMrkIcon128.d.ts +4 -0
  18. package/EncashmentmobileMrkIcon128.js +59 -0
  19. package/EncashmentmobileMrkIcon96.d.ts +4 -0
  20. package/EncashmentmobileMrkIcon96.js +60 -0
  21. package/GovernmentcontractsStrokePrdIcon20.d.ts +1 -0
  22. package/GovernmentcontractsStrokePrdIcon20.js +1 -0
  23. package/GovernmentcontractsStrokePrdIcon32.d.ts +1 -0
  24. package/GovernmentcontractsStrokePrdIcon32.js +1 -0
  25. package/OnlineseminarStrokePrdIcon32.d.ts +4 -0
  26. package/OnlineseminarStrokePrdIcon32.js +10 -0
  27. package/PaymentsMrkIcon128.js +36 -26
  28. package/PaymentsMrkIcon96.js +36 -26
  29. package/PlanetStrokePrdIcon20.js +1 -3
  30. package/PlanetStrokePrdIcon32.js +1 -2
  31. package/ProfileMrkIcon128.d.ts +4 -0
  32. package/ProfileMrkIcon128.js +32 -0
  33. package/ProfileMrkIcon96.d.ts +4 -0
  34. package/ProfileMrkIcon96.js +32 -0
  35. package/SendStrokeSrvIcon20.d.ts +4 -0
  36. package/SendStrokeSrvIcon20.js +9 -0
  37. package/SendStrokeSrvIcon24.d.ts +4 -0
  38. package/SendStrokeSrvIcon24.js +9 -0
  39. package/SendStrokeSrvIcon32.d.ts +4 -0
  40. package/SendStrokeSrvIcon32.js +9 -0
  41. package/ServiceMrkIcon128.d.ts +4 -0
  42. package/ServiceMrkIcon128.js +26 -0
  43. package/ServiceMrkIcon96.d.ts +4 -0
  44. package/ServiceMrkIcon96.js +26 -0
  45. package/ServicepackageMrkIcon128.d.ts +4 -0
  46. package/ServicepackageMrkIcon128.js +26 -0
  47. package/ServicepackageMrkIcon96.d.ts +4 -0
  48. package/ServicepackageMrkIcon96.js +26 -0
  49. package/SignatureremoveStrokeSrvIcon32.js +2 -2
  50. package/StatoscopeStrokeSrvIcon20.d.ts +1 -0
  51. package/StatoscopeStrokeSrvIcon20.js +1 -0
  52. package/StatoscopeStrokeSrvIcon32.d.ts +1 -0
  53. package/StatoscopeStrokeSrvIcon32.js +1 -0
  54. package/StethoscopeStrokeSrvIcon20.d.ts +4 -0
  55. package/StethoscopeStrokeSrvIcon20.js +9 -0
  56. package/StethoscopeStrokeSrvIcon32.d.ts +4 -0
  57. package/StethoscopeStrokeSrvIcon32.js +9 -0
  58. package/VisibilitysettingsStrokeSrvIcon20.d.ts +4 -0
  59. package/VisibilitysettingsStrokeSrvIcon20.js +11 -0
  60. package/VisibilitysettingsStrokeSrvIcon24.d.ts +4 -0
  61. package/VisibilitysettingsStrokeSrvIcon24.js +11 -0
  62. package/VisibilitysettingsStrokeSrvIcon32.d.ts +4 -0
  63. package/VisibilitysettingsStrokeSrvIcon32.js +11 -0
  64. package/VulnerabilitycheckMrkIcon96.js +2 -2
  65. package/index.d.ts +25 -0
  66. package/index.js +25 -0
  67. package/package.json +1 -1
  68. package/styles/icons.css +1 -1
  69. package/utils/getPathClassName.js +24 -24
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const AccountblockedSysIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AccountblockedSysIcon128;
@@ -0,0 +1,44 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const AccountblockedSysIcon128 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "AccountblockedSysIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#8291B3", d: "M51.071 59.012c-3.905-3.905-3.905-10.237 0-14.142l19.8-19.799c3.904-3.905 10.236-3.905 14.141 0l19.799 19.8c3.905 3.904 3.905 10.236 0 14.141l-19.799 19.8c-3.905 3.904-10.237 3.904-14.142 0z" }),
9
+ React.createElement("path", { fill: "url(#a_accountblocked128)", d: "M21.071 71.276c-3.905-3.906-3.905-10.237 0-14.142L57.134 21.07c3.905-3.905 10.236-3.905 14.142 0l36.062 36.063c3.905 3.905 3.905 10.236 0 14.142l-36.062 36.062c-3.906 3.905-10.237 3.905-14.142 0z" }),
10
+ React.createElement("path", { fill: "url(#b_accountblocked128)", d: "M21.071 71.276c-3.905-3.905-3.905-10.237 0-14.142l36.063-36.062c3.905-3.906 10.236-3.906 14.142 0l36.062 36.062c3.905 3.905 3.905 10.237 0 14.142L71.276 107.34c-3.906 3.905-10.237 3.905-14.142 0z" }),
11
+ React.createElement("path", { fill: "#fff", d: "M64 62a4 4 0 0 1 2.006 7.46L66 72.005a2 2 0 0 1-4-.01l.006-2.528A4 4 0 0 1 64 62" }),
12
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M64 43c5.04 0 9 4.217 9 9.263V53a8 8 0 0 1 8 8v14a8 8 0 0 1-8 8H55a8 8 0 0 1-8-8V61a8 8 0 0 1 8-8v-.737C55 47.217 58.96 43 64 43m-9 14a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h18a4 4 0 0 0 4-4V61a4 4 0 0 0-4-4zm9-10c-2.692 0-5 2.286-5 5.263V53h10v-.737C69 49.286 66.692 47 64 47", clipRule: "evenodd" }),
13
+ React.createElement("defs", null,
14
+ React.createElement("linearGradient", { id: "a_accountblocked128", x1: "39.102", x2: "89.5", y1: "39.102", y2: "88.999", gradientUnits: "userSpaceOnUse" },
15
+ React.createElement("stop", { stopColor: "#D6DEED" }),
16
+ React.createElement("stop", { offset: ".145", stopColor: "#BBC5DA" }),
17
+ React.createElement("stop", { offset: ".351", stopColor: "#909EBD" }),
18
+ React.createElement("stop", { offset: ".661", stopColor: "#909EBD" }),
19
+ React.createElement("stop", { offset: ".882", stopColor: "#BBC5DA" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
21
+ React.createElement("linearGradient", { id: "b_accountblocked128", x1: "89.5", x2: "39", y1: "39.5", y2: "88.5", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" }))));
24
+ case EIconsTheme.DARK:
25
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "AccountblockedSysIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
26
+ React.createElement("path", { fill: "#697591", d: "M51.071 59.012c-3.905-3.905-3.905-10.237 0-14.142l19.8-19.799c3.904-3.905 10.236-3.905 14.141 0l19.799 19.8c3.905 3.904 3.905 10.236 0 14.141l-19.799 19.8c-3.905 3.904-10.237 3.904-14.142 0z" }),
27
+ React.createElement("path", { fill: "url(#a_accountblocked128)", d: "M21.071 71.276c-3.905-3.906-3.905-10.237 0-14.142L57.134 21.07c3.905-3.905 10.236-3.905 14.142 0l36.062 36.063c3.905 3.905 3.905 10.236 0 14.142l-36.062 36.062c-3.906 3.905-10.237 3.905-14.142 0z" }),
28
+ React.createElement("path", { fill: "url(#b_accountblocked128)", d: "M21.071 71.276c-3.905-3.905-3.905-10.237 0-14.142l36.063-36.062c3.905-3.906 10.236-3.906 14.142 0l36.062 36.062c3.905 3.905 3.905 10.237 0 14.142L71.276 107.34c-3.906 3.905-10.237 3.905-14.142 0z" }),
29
+ React.createElement("path", { fill: "#fff", d: "M64 62a4 4 0 0 1 2.006 7.46L66 72.005a2 2 0 0 1-4-.01l.006-2.528A4 4 0 0 1 64 62" }),
30
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M64 43c5.04 0 9 4.217 9 9.263V53a8 8 0 0 1 8 8v14a8 8 0 0 1-8 8H55a8 8 0 0 1-8-8V61a8 8 0 0 1 8-8v-.737C55 47.217 58.96 43 64 43m-9 14a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h18a4 4 0 0 0 4-4V61a4 4 0 0 0-4-4zm9-10c-2.692 0-5 2.286-5 5.263V53h10v-.737C69 49.286 66.692 47 64 47", clipRule: "evenodd" }),
31
+ React.createElement("defs", null,
32
+ React.createElement("linearGradient", { id: "a_accountblocked128", x1: "39.102", x2: "89.5", y1: "39.102", y2: "88.999", gradientUnits: "userSpaceOnUse" },
33
+ React.createElement("stop", { stopColor: "#414757" }),
34
+ React.createElement("stop", { offset: ".145", stopColor: "#414757" }),
35
+ React.createElement("stop", { offset: ".351", stopColor: "#5A647C" }),
36
+ React.createElement("stop", { offset: ".661", stopColor: "#5A647C" }),
37
+ React.createElement("stop", { offset: ".882", stopColor: "#414757" }),
38
+ React.createElement("stop", { offset: "1", stopColor: "#414757" })),
39
+ React.createElement("linearGradient", { id: "b_accountblocked128", x1: "89.5", x2: "39", y1: "39.5", y2: "88.5", gradientUnits: "userSpaceOnUse" },
40
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
41
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
42
+ }
43
+ });
44
+ export default AccountblockedSysIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const AccountblockedSysIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AccountblockedSysIcon96;
@@ -0,0 +1,44 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const AccountblockedSysIcon96 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "AccountblockedSysIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#8291B3", d: "M38.657 44.613a8 8 0 0 1 0-11.314l14.142-14.142a8 8 0 0 1 11.314 0L78.255 33.3a8 8 0 0 1 0 11.314L64.113 58.755a8 8 0 0 1-11.314 0z" }),
9
+ React.createElement("path", { fill: "url(#a_accountblocked96)", d: "M17.571 55.225c-3.905-3.905-3.905-10.237 0-14.142L41.082 17.57c3.906-3.905 10.237-3.905 14.142 0l23.512 23.512c3.905 3.905 3.905 10.237 0 14.142L55.224 78.736c-3.905 3.905-10.236 3.905-14.142 0z" }),
10
+ React.createElement("path", { fill: "url(#b_accountblocked96)", d: "M17.571 55.225c-3.905-3.905-3.905-10.237 0-14.142L41.082 17.57c3.906-3.905 10.237-3.905 14.142 0l23.512 23.512c3.905 3.905 3.905 10.237 0 14.142L55.224 78.736c-3.905 3.905-10.236 3.905-14.142 0z" }),
11
+ React.createElement("path", { fill: "#fff", d: "M48 46.5a3 3 0 0 1 3 3 3 3 0 0 1-1.495 2.592l-.005 1.912a1.5 1.5 0 0 1-3-.008l.005-1.898A3 3 0 0 1 45 49.5a3 3 0 0 1 3-3" }),
12
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M48 33c3.533 0 6.424 2.622 6.496 6.5H55a5.5 5.5 0 0 1 5.5 5.5v12a5.5 5.5 0 0 1-5.5 5.5H41a5.5 5.5 0 0 1-5.5-5.5V45a5.5 5.5 0 0 1 5.5-5.5h.504C41.576 35.622 44.467 33 48 33m-7 9.5a2.5 2.5 0 0 0-2.5 2.5v12a2.5 2.5 0 0 0 2.5 2.5h14a2.5 2.5 0 0 0 2.5-2.5V45a2.5 2.5 0 0 0-2.5-2.5zm7-6.5c-1.902 0-3.43 1.31-3.496 3.5h6.992C51.43 37.31 49.902 36 48 36", clipRule: "evenodd" }),
13
+ React.createElement("defs", null,
14
+ React.createElement("linearGradient", { id: "a_accountblocked96", x1: "29.327", x2: "66.5", y1: "29.327", y2: "66.999", gradientUnits: "userSpaceOnUse" },
15
+ React.createElement("stop", { stopColor: "#D6DEED" }),
16
+ React.createElement("stop", { offset: ".153", stopColor: "#BBC5DA" }),
17
+ React.createElement("stop", { offset: ".351", stopColor: "#909EBD" }),
18
+ React.createElement("stop", { offset: ".661", stopColor: "#909EBD" }),
19
+ React.createElement("stop", { offset: ".882", stopColor: "#BBC5DA" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
21
+ React.createElement("linearGradient", { id: "b_accountblocked96", x1: "67.125", x2: "29.25", y1: "29.625", y2: "66.375", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" }))));
24
+ case EIconsTheme.DARK:
25
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "AccountblockedSysIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
26
+ React.createElement("path", { fill: "#697591", d: "M38.657 44.613a8 8 0 0 1 0-11.314l14.142-14.142a8 8 0 0 1 11.314 0L78.255 33.3a8 8 0 0 1 0 11.314L64.113 58.755a8 8 0 0 1-11.314 0z" }),
27
+ React.createElement("path", { fill: "url(#a_accountblocked96)", d: "M17.571 55.225c-3.905-3.905-3.905-10.237 0-14.142L41.082 17.57c3.906-3.905 10.237-3.905 14.142 0l23.512 23.512c3.905 3.905 3.905 10.237 0 14.142L55.224 78.736c-3.905 3.905-10.236 3.905-14.142 0z" }),
28
+ React.createElement("path", { fill: "url(#b_accountblocked96)", d: "M17.571 55.225c-3.905-3.905-3.905-10.237 0-14.142L41.082 17.57c3.906-3.905 10.237-3.905 14.142 0l23.512 23.512c3.905 3.905 3.905 10.237 0 14.142L55.224 78.736c-3.905 3.905-10.236 3.905-14.142 0z" }),
29
+ React.createElement("path", { fill: "#fff", d: "M48 46.5a3 3 0 0 1 3 3 3 3 0 0 1-1.495 2.592l-.005 1.912a1.5 1.5 0 0 1-3-.008l.005-1.898A3 3 0 0 1 45 49.5a3 3 0 0 1 3-3" }),
30
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M48 33c3.533 0 6.424 2.622 6.496 6.5H55a5.5 5.5 0 0 1 5.5 5.5v12a5.5 5.5 0 0 1-5.5 5.5H41a5.5 5.5 0 0 1-5.5-5.5V45a5.5 5.5 0 0 1 5.5-5.5h.504C41.576 35.622 44.467 33 48 33m-7 9.5a2.5 2.5 0 0 0-2.5 2.5v12a2.5 2.5 0 0 0 2.5 2.5h14a2.5 2.5 0 0 0 2.5-2.5V45a2.5 2.5 0 0 0-2.5-2.5zm7-6.5c-1.902 0-3.43 1.31-3.496 3.5h6.992C51.43 37.31 49.902 36 48 36", clipRule: "evenodd" }),
31
+ React.createElement("defs", null,
32
+ React.createElement("linearGradient", { id: "a_accountblocked96", x1: "29.327", x2: "67.125", y1: "29.327", y2: "66.75", gradientUnits: "userSpaceOnUse" },
33
+ React.createElement("stop", { stopColor: "#414757" }),
34
+ React.createElement("stop", { offset: ".145", stopColor: "#414757" }),
35
+ React.createElement("stop", { offset: ".351", stopColor: "#5A647C" }),
36
+ React.createElement("stop", { offset: ".661", stopColor: "#5A647C" }),
37
+ React.createElement("stop", { offset: ".882", stopColor: "#414757" }),
38
+ React.createElement("stop", { offset: "1", stopColor: "#414757" })),
39
+ React.createElement("linearGradient", { id: "b_accountblocked96", x1: "67.125", x2: "29.25", y1: "29.625", y2: "66.375", gradientUnits: "userSpaceOnUse" },
40
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
41
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
42
+ }
43
+ });
44
+ export default AccountblockedSysIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const AtStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AtStrokeSrvIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const AtStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "AtStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0c5.523 0 10 4.477 10 10v1a3.5 3.5 0 0 1-6.191 2.237A5 5 0 1 1 12.999 6 1 1 0 0 1 15 6v5a1.5 1.5 0 0 0 3 0v-1a8 8 0 1 0-4.445 7.169 1 1 0 0 1 .89 1.791A10 10 0 0 1 10 20C4.477 20 0 15.523 0 10S4.477 0 10 0m0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6", clipRule: "evenodd" }));
8
+ });
9
+ export default AtStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const AtStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AtStrokeSrvIcon24;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const AtStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "AtStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10v1a3.5 3.5 0 0 1-6.191 2.237A5 5 0 1 1 14.999 8 1 1 0 0 1 17 8v5a1.5 1.5 0 0 0 3 0v-1a8 8 0 1 0-4.445 7.169 1 1 0 0 1 .89 1.791A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6", clipRule: "evenodd" }));
8
+ });
9
+ export default AtStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const AtStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AtStrokeSrvIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const AtStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "AtStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16.042 3c7.18 0 13 5.82 13 13v1.667c0 2.438-2.062 4.333-4.5 4.333-1.65 0-3.129-.868-3.911-2.186a6 6 0 1 1-.589-8.25v-.564a1 1 0 1 1 2 0v6.667c0 1.243 1.073 2.333 2.5 2.333s2.5-1.09 2.5-2.333V16c0-6.075-4.925-11-11-11s-11 4.925-11 11 4.925 11 11 11c1.758 0 3.417-.411 4.889-1.143a1 1 0 0 1 .89 1.791A12.95 12.95 0 0 1 16.041 29c-7.18 0-13.001-5.82-13.001-13S8.862 3 16.042 3M16 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8", clipRule: "evenodd" }));
8
+ });
9
+ export default AtStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const BellMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BellMrkIcon128;
@@ -0,0 +1,29 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const BellMrkIcon128 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "BellMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#D6DEED", d: "M69 27a5 5 0 0 0-10 0v4h-8v-4c0-7.18 5.82-13 13-13s13 5.82 13 13v4h-8z" }),
9
+ React.createElement("circle", { cx: "64", cy: "97", r: "15", fill: "#21A19A" }),
10
+ React.createElement("path", { fill: "url(#a_bell128)", d: "M77 31c9.339 3.986 19 16.5 19 39 0 13 2.5 17 7 22 .626.61 1.237 1.28 1.744 2.002A5.47 5.47 0 0 1 106 97.5a5.47 5.47 0 0 1-.758 2.784c-.951 1.62-2.703 2.716-4.708 2.716H27.466c-2.005 0-3.757-1.096-4.708-2.716a5.47 5.47 0 0 1-.752-3.01c.05-1.24.51-2.375 1.25-3.272.507-.722 1.118-1.391 1.744-2.002 4.5-5 7-9 7-22 0-22.5 9.661-35.014 19-39z" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_bell128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -54.9472 62.1119 0 64 103)", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" }))));
15
+ case EIconsTheme.DARK:
16
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "BellMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "url(#a_bell128)", d: "M69 27a5 5 0 0 0-10 0v4h-8v-4c0-7.18 5.82-13 13-13s13 5.82 13 13v4h-8z" }),
18
+ React.createElement("circle", { cx: "64", cy: "97", r: "15", fill: "#21A19A" }),
19
+ React.createElement("path", { fill: "url(#b_bell128)", d: "M77 31c9.339 3.986 19 16.5 19 39 0 13 2.5 17 7 22 .626.61 1.237 1.28 1.744 2.002A5.47 5.47 0 0 1 106 97.5a5.47 5.47 0 0 1-.758 2.784c-.951 1.62-2.703 2.716-4.708 2.716H27.466c-2.005 0-3.757-1.096-4.708-2.716a5.47 5.47 0 0 1-.752-3.01c.05-1.24.51-2.375 1.25-3.272.507-.722 1.118-1.391 1.744-2.002 4.5-5 7-9 7-22 0-22.5 9.661-35.014 19-39z" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("linearGradient", { id: "a_bell128", x1: "64", x2: "64", y1: "18", y2: "70", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#373C49" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#66C3C0" })),
24
+ React.createElement("radialGradient", { id: "b_bell128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -62.9472 54.6542 0 64 111)", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#50BEB8" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
27
+ }
28
+ });
29
+ export default BellMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const BellMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BellMrkIcon96;
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const BellMrkIcon96 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "BellMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_bell96)", d: "M52 21a4 4 0 0 0-8 0v1h-6v-1c0-5.523 4.477-10 10-10s10 4.477 10 10v1h-6z" }),
9
+ React.createElement("circle", { cx: "48", cy: "71", r: "11", fill: "#21A19A" }),
10
+ React.createElement("path", { fill: "url(#b_bell96)", d: "M58 22c7.004 2.99 14.5 12.375 14.5 29.25 0 9.75 1.875 12.75 5.25 16.5.47.458.928.96 1.308 1.501A4.1 4.1 0 0 1 80 71.875c0 .762-.208 1.475-.569 2.088A4.1 4.1 0 0 1 75.901 76H20.098a4.1 4.1 0 0 1-3.53-2.037 4.1 4.1 0 0 1-.565-2.257c.038-.93.383-1.782.938-2.455.38-.541.838-1.043 1.308-1.501C21.625 64 23.5 61 23.5 51.25 23.5 34.375 30.996 24.99 38 22z" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("linearGradient", { id: "a_bell96", x1: "48", x2: "48", y1: "14", y2: "51.143", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#D6DEED" }),
14
+ React.createElement("stop", { offset: "1", stopColor: "#66C3C0" })),
15
+ React.createElement("radialGradient", { id: "b_bell96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -47.2104 41.6413 0 48 82)", gradientUnits: "userSpaceOnUse" },
16
+ React.createElement("stop", { stopColor: "#50BEB8" }),
17
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" }))));
18
+ case EIconsTheme.DARK:
19
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "BellMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
20
+ React.createElement("path", { fill: "url(#a_bell96)", d: "M52 21a4 4 0 0 0-8 0v1h-6v-1c0-5.523 4.477-10 10-10s10 4.477 10 10v1h-6z" }),
21
+ React.createElement("circle", { cx: "48", cy: "71", r: "11", fill: "#21A19A" }),
22
+ React.createElement("path", { fill: "url(#b_bell96)", d: "M58 22c7.004 2.99 14.5 12.375 14.5 29.25 0 9.75 1.875 12.75 5.25 16.5.47.458.928.96 1.308 1.501A4.1 4.1 0 0 1 80 71.875c0 .762-.208 1.475-.569 2.088A4.1 4.1 0 0 1 75.901 76H20.098a4.1 4.1 0 0 1-3.53-2.037 4.1 4.1 0 0 1-.565-2.257c.038-.93.383-1.782.938-2.455a11 11 0 0 1 1.308-1.501C21.625 64 23.5 61 23.5 51.25 23.5 34.375 30.996 24.99 38 22z" }),
23
+ React.createElement("defs", null,
24
+ React.createElement("linearGradient", { id: "a_bell96", x1: "48", x2: "48", y1: "14", y2: "51.143", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#373C49" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#66C3C0" })),
27
+ React.createElement("radialGradient", { id: "b_bell96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -47.2104 41.6413 0 48 82)", gradientUnits: "userSpaceOnUse" },
28
+ React.createElement("stop", { stopColor: "#50BEB8" }),
29
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
30
+ }
31
+ });
32
+ export default BellMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const DigitalrubleOtherBrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DigitalrubleOtherBrdIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const DigitalrubleOtherBrdIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DigitalrubleOtherBrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M24.475 7.51A11.92 11.92 0 0 0 16 4c-3.21 0-6.225 1.245-8.49 3.51A11.92 11.92 0 0 0 4 16c0 3.195 1.245 6.21 3.51 8.475A11.94 11.94 0 0 0 16 28c3.195 0 6.21-1.26 8.475-3.525A11.93 11.93 0 0 0 28 16c0-3.21-1.26-6.225-3.525-8.49m-14.55-.27v7.665h-4.53c.33-3.18 2.055-5.94 4.53-7.665m0 12.03H5.86a10.5 10.5 0 0 1-.465-2.19h4.53zM6.85 21.46h3.075v3.285A10.55 10.55 0 0 1 6.85 21.46M16 26.635c-1.38 0-2.685-.255-3.885-.72V21.46h4.98v-2.19h-4.98v-2.19l2.94.015c4.875 0 6.945-2.49 6.945-5.505 0-2.925-1.695-5.46-6.945-5.46l-3.135.015c1.26-.51 2.625-.795 4.065-.795 5.88 0 10.65 4.77 10.65 10.65S21.88 26.635 16 26.635m-3.87-11.73v-6.57l3.075-.015c3 0 4.32 1.23 4.32 3.345 0 2.13-1.515 3.24-4.515 3.24z" }));
8
+ });
9
+ export default DigitalrubleOtherBrdIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const EncashmentmobileMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default EncashmentmobileMrkIcon128;
@@ -0,0 +1,59 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const EncashmentmobileMrkIcon128 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "EncashmentmobileMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M64 59c0 10.493-8.507 19-19 19s-19-8.507-19-19 8.507-19 19-19 19 8.507 19 19M102 87c0 10.493-8.507 19-19 19s-19-8.507-19-19 8.507-19 19-19 19 8.507 19 19" }),
9
+ React.createElement("path", { fill: "#CFD8E8", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
10
+ React.createElement("path", { fill: "url(#a_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
11
+ React.createElement("path", { fill: "url(#b_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
12
+ React.createElement("path", { fill: "url(#c_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
13
+ React.createElement("path", { fill: "url(#d_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
14
+ React.createElement("path", { fill: "#fff", fillOpacity: ".65", fillRule: "evenodd", d: "M54.5 14h17c.82 0 1.5.67 1.5 1.5 0 .82-.68 1.5-1.5 1.5h-17c-.83 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5", clipRule: "evenodd" }),
15
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M66.5 62a9 9 0 1 1 0 18H61v2h6.195a2 2 0 1 1 0 4H61v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V64a2 2 0 0 1 2-2zM61 76h5.5a5 5 0 0 0 0-10H61z", clipRule: "evenodd" }),
16
+ React.createElement("defs", null,
17
+ React.createElement("radialGradient", { id: "a_encashmentmobile128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-55.8621 -.49074 .1992 -20.4122 94 87.5)", gradientUnits: "userSpaceOnUse" },
18
+ React.createElement("stop", { stopColor: "#50BEB8" }),
19
+ React.createElement("stop", { offset: ".498", stopColor: "#50BEB8", stopOpacity: ".8" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8", stopOpacity: "0" })),
21
+ React.createElement("linearGradient", { id: "b_encashmentmobile128", x1: "64", x2: "65.397", y1: "8", y2: "61.004", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#B6C0D7" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#CFD8E8", stopOpacity: "0" })),
24
+ React.createElement("radialGradient", { id: "c_encashmentmobile128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(56.8965 0 0 20.7903 34 60.019)", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#50BEB8" }),
26
+ React.createElement("stop", { offset: ".498", stopColor: "#50BEB8", stopOpacity: ".8" }),
27
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8", stopOpacity: "0" })),
28
+ React.createElement("linearGradient", { id: "d_encashmentmobile128", x1: "64", x2: "64", y1: "126.269", y2: "101.241", gradientUnits: "userSpaceOnUse" },
29
+ React.createElement("stop", { stopColor: "#B6C0D7" }),
30
+ React.createElement("stop", { offset: "1", stopColor: "#CFD8E8", stopOpacity: "0" }))));
31
+ case EIconsTheme.DARK:
32
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "EncashmentmobileMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
33
+ React.createElement("path", { fill: "#21A19A", d: "M64 59c0 10.493-8.507 19-19 19s-19-8.507-19-19 8.507-19 19-19 19 8.507 19 19M102 87c0 10.493-8.507 19-19 19s-19-8.507-19-19 8.507-19 19-19 19 8.507 19 19" }),
34
+ React.createElement("path", { fill: "#373C49", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
35
+ React.createElement("path", { fill: "url(#a_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
36
+ React.createElement("path", { fill: "url(#b_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
37
+ React.createElement("path", { fill: "url(#c_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
38
+ React.createElement("path", { fill: "url(#d_encashmentmobile128)", d: "M34 16a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v90a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
39
+ React.createElement("path", { fill: "#fff", fillOpacity: ".15", fillRule: "evenodd", d: "M54.5 14h17c.82 0 1.5.67 1.5 1.5 0 .82-.68 1.5-1.5 1.5h-17c-.83 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5", clipRule: "evenodd" }),
40
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M66.5 62a9 9 0 1 1 0 18H61v2h6.195a2 2 0 1 1 0 4H61v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V64a2 2 0 0 1 2-2zM61 76h5.5a5 5 0 0 0 0-10H61z", clipRule: "evenodd" }),
41
+ React.createElement("defs", null,
42
+ React.createElement("radialGradient", { id: "a_encashmentmobile128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-55.8621 -.49074 .1992 -20.4122 94 87.5)", gradientUnits: "userSpaceOnUse" },
43
+ React.createElement("stop", { stopColor: "#4CA5A1" }),
44
+ React.createElement("stop", { offset: ".498", stopColor: "#4CA5A1", stopOpacity: ".8" }),
45
+ React.createElement("stop", { offset: "1", stopColor: "#4CA5A1", stopOpacity: "0" })),
46
+ React.createElement("radialGradient", { id: "b_encashmentmobile128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(56.8965 0 0 20.7903 34 60.019)", gradientUnits: "userSpaceOnUse" },
47
+ React.createElement("stop", { stopColor: "#4CA5A1" }),
48
+ React.createElement("stop", { offset: ".498", stopColor: "#4CA5A1", stopOpacity: ".8" }),
49
+ React.createElement("stop", { offset: "1", stopColor: "#4CA5A1", stopOpacity: "0" })),
50
+ React.createElement("linearGradient", { id: "c_encashmentmobile128", x1: "64", x2: "64", y1: "126.269", y2: "101.241", gradientUnits: "userSpaceOnUse" },
51
+ React.createElement("stop", { stopColor: "#373C49" }),
52
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
53
+ React.createElement("linearGradient", { id: "d_encashmentmobile128", x1: "27.276", x2: "52.675", y1: "-38.62", y2: "41.195", gradientUnits: "userSpaceOnUse" },
54
+ React.createElement("stop", { stopColor: "#fff", stopOpacity: ".2" }),
55
+ React.createElement("stop", { offset: ".962", stopColor: "#fff", stopOpacity: "0" }),
56
+ React.createElement("stop", { offset: "1", stopColor: "#4A4F5C", stopOpacity: "0" }))));
57
+ }
58
+ });
59
+ export default EncashmentmobileMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const EncashmentmobileMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default EncashmentmobileMrkIcon96;
@@ -0,0 +1,60 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const EncashmentmobileMrkIcon96 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EncashmentmobileMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("circle", { cx: "33", cy: "46", r: "14", fill: "#21A19A" }),
9
+ React.createElement("circle", { cx: "63", cy: "67", r: "14", fill: "#21A19A" }),
10
+ React.createElement("path", { fill: "#CFD8E8", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
11
+ React.createElement("path", { fill: "url(#a_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
12
+ React.createElement("path", { fill: "url(#b_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
13
+ React.createElement("path", { fill: "url(#c_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
14
+ React.createElement("path", { fill: "url(#d_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
15
+ React.createElement("path", { fill: "#fff", fillOpacity: ".65", fillRule: "evenodd", d: "M40.5 12h15c.82 0 1.5.67 1.5 1.5 0 .82-.68 1.5-1.5 1.5h-15c-.83 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5", clipRule: "evenodd" }),
16
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M50.6 49.009a6.75 6.75 0 0 1 0 13.482l-.347.009H46V64h4.5a1.5 1.5 0 0 1 0 3H46v3a1.5 1.5 0 0 1-3 0v-3h-1.5a1.5 1.5 0 0 1 0-3H43v-1.5h-1.5a1.5 1.5 0 0 1 0-3H43v-9a1.5 1.5 0 0 1 1.5-1.5h5.753zM46 59.5h4.253a3.75 3.75 0 0 0 .193-7.495L50.253 52H46z", clipRule: "evenodd" }),
17
+ React.createElement("defs", null,
18
+ React.createElement("radialGradient", { id: "a_encashmentmobile96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-42.8276 -.37037 .15272 -15.4055 71 68)", gradientUnits: "userSpaceOnUse" },
19
+ React.createElement("stop", { stopColor: "#50BEB8" }),
20
+ React.createElement("stop", { offset: ".498", stopColor: "#50BEB8", stopOpacity: ".8" }),
21
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8", stopOpacity: "0" })),
22
+ React.createElement("linearGradient", { id: "b_encashmentmobile96", x1: "48", x2: "49.038", y1: "8", y2: "48.004", gradientUnits: "userSpaceOnUse" },
23
+ React.createElement("stop", { stopColor: "#B6C0D7" }),
24
+ React.createElement("stop", { offset: "1", stopColor: "#CFD8E8", stopOpacity: "0" })),
25
+ React.createElement("radialGradient", { id: "c_encashmentmobile96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(43.6207 0 0 15.6908 25 47.26)", gradientUnits: "userSpaceOnUse" },
26
+ React.createElement("stop", { stopColor: "#50BEB8" }),
27
+ React.createElement("stop", { offset: ".498", stopColor: "#50BEB8", stopOpacity: ".8" }),
28
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8", stopOpacity: "0" })),
29
+ React.createElement("linearGradient", { id: "d_encashmentmobile96", x1: "48", x2: "48", y1: "97.259", y2: "78.37", gradientUnits: "userSpaceOnUse" },
30
+ React.createElement("stop", { stopColor: "#B6C0D7" }),
31
+ React.createElement("stop", { offset: "1", stopColor: "#CFD8E8", stopOpacity: "0" }))));
32
+ case EIconsTheme.DARK:
33
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EncashmentmobileMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
34
+ React.createElement("path", { fill: "#21A19A", d: "M47 46c0 7.732-6.268 14-14 14s-14-6.268-14-14 6.268-14 14-14 14 6.268 14 14M77 67c0 7.732-6.268 14-14 14s-14-6.268-14-14 6.268-14 14-14 14 6.268 14 14" }),
35
+ React.createElement("path", { fill: "#373C49", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
36
+ React.createElement("path", { fill: "url(#a_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
37
+ React.createElement("path", { fill: "url(#b_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
38
+ React.createElement("path", { fill: "url(#c_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
39
+ React.createElement("path", { fill: "url(#d_encashmentmobile96)", d: "M25 14a6 6 0 0 1 6-6h34a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H31a6 6 0 0 1-6-6z" }),
40
+ React.createElement("path", { fill: "#fff", fillOpacity: ".15", fillRule: "evenodd", d: "M40.5 12h15c.82 0 1.5.67 1.5 1.5 0 .82-.68 1.5-1.5 1.5h-15c-.83 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5", clipRule: "evenodd" }),
41
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M50.6 49.009a6.75 6.75 0 0 1 0 13.482l-.347.009H46V64h4.5a1.5 1.5 0 0 1 0 3H46v3a1.5 1.5 0 0 1-3 0v-3h-1.5a1.5 1.5 0 0 1 0-3H43v-1.5h-1.5a1.5 1.5 0 0 1 0-3H43v-9a1.5 1.5 0 0 1 1.5-1.5h5.753zM46 59.5h4.253a3.75 3.75 0 0 0 .193-7.495L50.253 52H46z", clipRule: "evenodd" }),
42
+ React.createElement("defs", null,
43
+ React.createElement("radialGradient", { id: "a_encashmentmobile96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-42.8276 -.37037 .15272 -15.4055 71 68)", gradientUnits: "userSpaceOnUse" },
44
+ React.createElement("stop", { stopColor: "#4CA5A1" }),
45
+ React.createElement("stop", { offset: ".498", stopColor: "#4CA5A1", stopOpacity: ".8" }),
46
+ React.createElement("stop", { offset: "1", stopColor: "#4CA5A1", stopOpacity: "0" })),
47
+ React.createElement("radialGradient", { id: "b_encashmentmobile96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(43.6207 0 0 15.6908 25 47.26)", gradientUnits: "userSpaceOnUse" },
48
+ React.createElement("stop", { stopColor: "#4CA5A1" }),
49
+ React.createElement("stop", { offset: ".498", stopColor: "#4CA5A1", stopOpacity: ".8" }),
50
+ React.createElement("stop", { offset: "1", stopColor: "#4CA5A1", stopOpacity: "0" })),
51
+ React.createElement("linearGradient", { id: "c_encashmentmobile96", x1: "48", x2: "48", y1: "97.259", y2: "78.37", gradientUnits: "userSpaceOnUse" },
52
+ React.createElement("stop", { stopColor: "#373C49" }),
53
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
54
+ React.createElement("linearGradient", { id: "d_encashmentmobile96", x1: "19.845", x2: "38.769", y1: "-27.185", y2: "33.224", gradientUnits: "userSpaceOnUse" },
55
+ React.createElement("stop", { stopColor: "#fff", stopOpacity: ".2" }),
56
+ React.createElement("stop", { offset: ".962", stopColor: "#fff", stopOpacity: "0" }),
57
+ React.createElement("stop", { offset: "1", stopColor: "#4A4F5C", stopOpacity: "0" }))));
58
+ }
59
+ });
60
+ export default EncashmentmobileMrkIcon96;
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use StateStrokeSrvIcon20 instead. */
3
4
  declare const GovernmentcontractsStrokePrdIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default GovernmentcontractsStrokePrdIcon20;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use StateStrokeSrvIcon20 instead. */
4
5
  const GovernmentcontractsStrokePrdIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "GovernmentcontractsStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use StateStrokeSrvIcon32 instead. */
3
4
  declare const GovernmentcontractsStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default GovernmentcontractsStrokePrdIcon32;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use StateStrokeSrvIcon32 instead. */
4
5
  const GovernmentcontractsStrokePrdIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "GovernmentcontractsStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const OnlineseminarStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default OnlineseminarStrokePrdIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const OnlineseminarStrokePrdIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "OnlineseminarStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M16 3a13 13 0 0 1 3.791.562 1 1 0 0 1-.582 1.913A11 11 0 0 0 16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11c0-.951-.12-1.873-.347-2.751a1 1 0 0 1 1.938-.498c.267 1.04.409 2.128.409 3.249 0 7.18-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.5 12.338c0-1.585 1.756-2.54 3.087-1.679l5.66 3.662a2 2 0 0 1 0 3.358l-5.66 3.662c-1.33.86-3.087-.094-3.087-1.679zm2 7.324L20.16 16l-5.66-3.662z", clipRule: "evenodd" }));
9
+ });
10
+ export default OnlineseminarStrokePrdIcon32;
@@ -5,38 +5,48 @@ const PaymentsMrkIcon128 = React.forwardRef((props, ref) => {
5
5
  switch (theme) {
6
6
  case EIconsTheme.LIGHT:
7
7
  return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "PaymentsMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
- React.createElement("path", { fill: "#21A19A", d: "M45.163 22.766a8 8 0 0 1 9.95-5.385l42.956 12.788a8 8 0 0 1 5.384 9.95l-19.797 66.5a8 8 0 0 1-9.95 5.384L30.751 99.215a8 8 0 0 1-5.385-9.95z" }),
9
- React.createElement("path", { fill: "url(#a_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
10
- React.createElement("path", { fill: "url(#b_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
11
- React.createElement("path", { fill: "url(#c_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
12
- React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 46a9 9 0 1 1 0 18H62v2h6.195a2 2 0 1 1 0 4H62v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V48a2 2 0 0 1 2-2zM62 60h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
8
+ React.createElement("path", { fill: "#21A19A", fillRule: "evenodd", d: "m21.26 89.99 23.48-72.28a6.02 6.02 0 0 1 7.57-3.86l26.64 8.6A5.99 5.99 0 0 1 82.81 30l-23.49 72.28a6.007 6.007 0 0 1-7.56 3.86l-26.65-8.6a5.983 5.983 0 0 1-3.85-7.55", clipRule: "evenodd" }),
9
+ React.createElement("path", { fill: "#50BEB8", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
10
+ React.createElement("path", { fill: "url(#a_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
11
+ React.createElement("path", { fill: "url(#b_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
12
+ React.createElement("path", { fill: "url(#c_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
13
+ React.createElement("path", { fill: "url(#d_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
14
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 52a9 9 0 1 1 0 18H62v2h6.195a2 2 0 1 1 0 4H62v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V54a2 2 0 0 1 2-2zM62 66h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
13
15
  React.createElement("defs", null,
14
- React.createElement("linearGradient", { id: "a_payments128", x1: "75", x2: "37.144", y1: "104.5", y2: "28.426", gradientUnits: "userSpaceOnUse" },
15
- React.createElement("stop", { stopColor: "#50BEB8" }),
16
+ React.createElement("linearGradient", { id: "a_payments128", x1: "32", x2: "98", y1: "54.914", y2: "68.591", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: ".3" }),
16
18
  React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
17
- React.createElement("linearGradient", { id: "b_payments128", x1: "94", x2: "80.934", y1: "101.5", y2: "95.647", gradientUnits: "userSpaceOnUse" },
18
- React.createElement("stop", { stopColor: "#D6DEED" }),
19
- React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
20
- React.createElement("linearGradient", { id: "c_payments128", x1: "36.5", x2: "40", y1: "104", y2: "94", gradientUnits: "userSpaceOnUse" },
21
- React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: ".5" }),
22
- React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" }))));
19
+ React.createElement("linearGradient", { id: "b_payments128", x1: "76.562", x2: "98", y1: "60.414", y2: "68.591", gradientUnits: "userSpaceOnUse" },
20
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
21
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
22
+ React.createElement("linearGradient", { id: "c_payments128", x1: "38.898", x2: "36.001", y1: "101.516", y2: "111", gradientUnits: "userSpaceOnUse" },
23
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
24
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
25
+ React.createElement("linearGradient", { id: "d_payments128", x1: "83.23", x2: "89.121", y1: "33.269", y2: "16.363", gradientUnits: "userSpaceOnUse" },
26
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
27
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED" }))));
23
28
  case EIconsTheme.DARK:
24
29
  return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "PaymentsMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
25
- React.createElement("path", { fill: "#21A19A", d: "M45.163 22.766a8 8 0 0 1 9.95-5.385l42.956 12.788a8 8 0 0 1 5.384 9.95l-19.797 66.5a8 8 0 0 1-9.95 5.384L30.751 99.215a8 8 0 0 1-5.385-9.95z" }),
26
- React.createElement("path", { fill: "url(#a_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
27
- React.createElement("path", { fill: "url(#b_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
28
- React.createElement("path", { fill: "url(#c_payments128)", d: "M34 24a8 8 0 0 1 8-8h44a8 8 0 0 1 8 8v74a8 8 0 0 1-8 8H42a8 8 0 0 1-8-8z" }),
29
- React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 46a9 9 0 1 1 0 18H62v2h6.195a2 2 0 1 1 0 4H62v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V48a2 2 0 0 1 2-2zM62 60h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
30
+ React.createElement("path", { fill: "#21A19A", fillRule: "evenodd", d: "m21.26 89.99 23.48-72.28a6.02 6.02 0 0 1 7.57-3.86l26.64 8.6A5.99 5.99 0 0 1 82.81 30l-23.49 72.28a6.007 6.007 0 0 1-7.56 3.86l-26.65-8.6a5.983 5.983 0 0 1-3.85-7.55", clipRule: "evenodd" }),
31
+ React.createElement("path", { fill: "#50BEB8", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
32
+ React.createElement("path", { fill: "url(#a_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
33
+ React.createElement("path", { fill: "url(#b_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
34
+ React.createElement("path", { fill: "url(#c_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
35
+ React.createElement("path", { fill: "url(#d_payments128)", fillRule: "evenodd", d: "M42 21h46c5.52 0 10 4.47 10 10v70c0 5.52-4.48 10-10 10H42c-5.53 0-10-4.48-10-10V31c0-5.53 4.47-10 10-10", clipRule: "evenodd" }),
36
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 52a9 9 0 1 1 0 18H62v2h6.195a2 2 0 1 1 0 4H62v4a2 2 0 1 1-4 0v-4h-2a2 2 0 1 1 0-4h2v-2h-2a2 2 0 1 1 0-4h2V54a2 2 0 0 1 2-2zM62 66h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
30
37
  React.createElement("defs", null,
31
- React.createElement("linearGradient", { id: "a_payments128", x1: "75", x2: "37.144", y1: "104.5", y2: "28.426", gradientUnits: "userSpaceOnUse" },
32
- React.createElement("stop", { stopColor: "#50BEB8" }),
38
+ React.createElement("linearGradient", { id: "a_payments128", x1: "32", x2: "98", y1: "54.914", y2: "68.591", gradientUnits: "userSpaceOnUse" },
39
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: ".3" }),
40
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" })),
41
+ React.createElement("linearGradient", { id: "b_payments128", x1: "76.562", x2: "98", y1: "60.414", y2: "68.591", gradientUnits: "userSpaceOnUse" },
42
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
43
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" })),
44
+ React.createElement("linearGradient", { id: "c_payments128", x1: "38.898", x2: "36.001", y1: "101.516", y2: "111", gradientUnits: "userSpaceOnUse" },
45
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
33
46
  React.createElement("stop", { offset: "1", stopColor: "#373C49" })),
34
- React.createElement("linearGradient", { id: "b_payments128", x1: "94", x2: "80.934", y1: "101.5", y2: "95.647", gradientUnits: "userSpaceOnUse" },
35
- React.createElement("stop", { stopColor: "#384550", stopOpacity: ".5" }),
36
- React.createElement("stop", { offset: "1", stopColor: "#384550", stopOpacity: "0" })),
37
- React.createElement("linearGradient", { id: "c_payments128", x1: "36.5", x2: "41", y1: "104", y2: "92", gradientUnits: "userSpaceOnUse" },
38
- React.createElement("stop", { stopColor: "#384550", stopOpacity: ".3" }),
39
- React.createElement("stop", { offset: "1", stopColor: "#384550", stopOpacity: "0" }))));
47
+ React.createElement("linearGradient", { id: "d_payments128", x1: "83.23", x2: "89.121", y1: "33.269", y2: "16.363", gradientUnits: "userSpaceOnUse" },
48
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
49
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
40
50
  }
41
51
  });
42
52
  export default PaymentsMrkIcon128;