@sberbusiness/icons-next 1.24.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.
@@ -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 { IMultiColorIconProps } from "./types";
3
+ declare const ServiceMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ServiceMrkIcon128;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ServiceMrkIcon128 = 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: "ServiceMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M64.5 13.5c7.167 0 13.063 5.163 14.604 11.946a2.5 2.5 0 1 1-4.875 1.108C73.165 21.87 69.155 18.5 64.5 18.5s-8.664 3.37-9.727 8.054a2.5 2.5 0 1 1-4.875-1.108C51.438 18.663 57.334 13.5 64.5 13.5" }),
9
+ React.createElement("path", { fill: "url(#a_service128)", d: "M33.024 41.015A10 10 0 0 1 42.976 32h42.048a10 10 0 0 1 9.951 9.015l5.938 60c.582 5.884-4.04 10.985-9.952 10.985H37.038c-5.912 0-10.533-5.101-9.951-10.985z" }),
10
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 61a9 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-4h2V63a2 2 0 0 1 2-2zM62 75h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_service128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 57.0588 -60.2358 0 64 92)", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))));
15
+ case EIconsTheme.DARK:
16
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "ServiceMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "#21A19A", d: "M64.5 13.5c7.167 0 13.063 5.163 14.604 11.946a2.5 2.5 0 1 1-4.875 1.108C73.165 21.87 69.155 18.5 64.5 18.5s-8.664 3.37-9.727 8.054a2.5 2.5 0 1 1-4.875-1.108C51.438 18.663 57.334 13.5 64.5 13.5" }),
18
+ React.createElement("path", { fill: "url(#a_service128)", d: "M33.024 41.015A10 10 0 0 1 42.976 32h42.048a10 10 0 0 1 9.951 9.015l5.938 60c.582 5.884-4.04 10.985-9.952 10.985H37.038c-5.912 0-10.533-5.101-9.951-10.985z" }),
19
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M67.5 61a9 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-4h2V63a2 2 0 0 1 2-2zM62 75h5.5a5 5 0 0 0 0-10H62z", clipRule: "evenodd" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_service128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 57.0588 -60.1825 0 64 92)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default ServiceMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ServiceMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ServiceMrkIcon96;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ServiceMrkIcon96 = 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: "ServiceMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M48 8c5.808 0 10.648 4.124 11.76 9.603a2 2 0 1 1-3.92.794 8.003 8.003 0 0 0-15.68 0 2 2 0 0 1-3.92-.794C37.353 12.124 42.194 8 48 8" }),
9
+ React.createElement("path", { fill: "url(#a_service96)", d: "M24.338 30.224A8 8 0 0 1 32.3 23h31.4a8 8 0 0 1 7.962 7.224l4.483 46C76.603 80.927 72.908 85 68.183 85H27.818c-4.725 0-8.42-4.073-7.963-8.776z" }),
10
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M50.253 47a6.75 6.75 0 1 1 0 13.5H46V62h4.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.5zM46 57.5h4.253a3.75 3.75 0 1 0 0-7.5H46z", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_service96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 44.2206 -45.9287 0 48 69.5)", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))));
15
+ case EIconsTheme.DARK:
16
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "ServiceMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "#21A19A", d: "M48 8c5.808 0 10.648 4.124 11.76 9.603a2 2 0 1 1-3.92.794 8.003 8.003 0 0 0-15.68 0 2 2 0 0 1-3.92-.794C37.353 12.124 42.194 8 48 8" }),
18
+ React.createElement("path", { fill: "url(#a_service96)", d: "M24.338 30.224A8 8 0 0 1 32.3 23h31.4a8 8 0 0 1 7.962 7.224l4.483 46C76.603 80.927 72.908 85 68.183 85H27.818c-4.725 0-8.42-4.073-7.963-8.776z" }),
19
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M50.753 47a6.75 6.75 0 1 1 0 13.5H46.5V62H51a1.5 1.5 0 0 1 0 3h-4.5v3a1.5 1.5 0 0 1-3 0v-3H42a1.5 1.5 0 0 1 0-3h1.5v-1.5H42a1.5 1.5 0 0 1 0-3h1.5v-9A1.5 1.5 0 0 1 45 47zM46.5 57.5h4.253a3.75 3.75 0 1 0 0-7.5H46.5z", clipRule: "evenodd" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_service96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 44.2206 -45.8881 0 48 69.5)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default ServiceMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ServicepackageMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ServicepackageMrkIcon128;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ServicepackageMrkIcon128 = 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: "ServicepackageMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M64.5 13.5c7.167 0 13.063 5.163 14.604 11.946a2.5 2.5 0 1 1-4.875 1.108C73.165 21.87 69.155 18.5 64.5 18.5s-8.664 3.37-9.727 8.054a2.5 2.5 0 1 1-4.875-1.108C51.438 18.663 57.334 13.5 64.5 13.5" }),
9
+ React.createElement("path", { fill: "url(#a_servicepackage128)", d: "M33.024 41.015A10 10 0 0 1 42.976 32h42.048a10 10 0 0 1 9.951 9.015l5.938 60c.582 5.884-4.04 10.985-9.952 10.985H37.038c-5.912 0-10.533-5.101-9.951-10.985z" }),
10
+ React.createElement("path", { fill: "#fff", fillOpacity: ".65", d: "M54 82a6 6 0 1 1 0 12 6 6 0 0 1 0-12M74 82a6 6 0 1 1 0 12 6 6 0 0 1 0-12M54 62a6 6 0 1 1 0 12 6 6 0 0 1 0-12M74 62a6 6 0 1 1 0 12 6 6 0 0 1 0-12" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_servicepackage128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 57.0588 -60.2358 0 64 92)", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))));
15
+ case EIconsTheme.DARK:
16
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "ServicepackageMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "#21A19A", d: "M64.5 13.5c7.167 0 13.063 5.163 14.604 11.946a2.5 2.5 0 1 1-4.875 1.108C73.165 21.87 69.155 18.5 64.5 18.5s-8.664 3.37-9.727 8.054a2.5 2.5 0 1 1-4.875-1.108C51.438 18.663 57.334 13.5 64.5 13.5" }),
18
+ React.createElement("path", { fill: "url(#a_servicepackage128)", d: "M33.024 41.015A10 10 0 0 1 42.976 32h42.048a10 10 0 0 1 9.951 9.015l5.938 60c.582 5.884-4.04 10.985-9.952 10.985H37.038c-5.912 0-10.533-5.101-9.951-10.985z" }),
19
+ React.createElement("path", { fill: "#fff", fillOpacity: ".55", d: "M54 82a6 6 0 1 1 0 12 6 6 0 0 1 0-12M74 82a6 6 0 1 1 0 12 6 6 0 0 1 0-12M54 62a6 6 0 1 1 0 12 6 6 0 0 1 0-12M74 62a6 6 0 1 1 0 12 6 6 0 0 1 0-12" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_servicepackage128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 57.0588 -60.1825 0 64 92)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default ServicepackageMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ServicepackageMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ServicepackageMrkIcon96;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ServicepackageMrkIcon96 = 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: "ServicepackageMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M48 8c5.808 0 10.648 4.124 11.76 9.603a2 2 0 1 1-3.92.794 8.003 8.003 0 0 0-15.68 0 2 2 0 0 1-3.92-.794C37.353 12.124 42.194 8 48 8" }),
9
+ React.createElement("path", { fill: "url(#a_servicepackage96)", d: "M24.338 30.224A8 8 0 0 1 32.3 23h31.4a8 8 0 0 1 7.962 7.224l4.483 46C76.603 80.927 72.908 85 68.183 85H27.818c-4.725 0-8.42-4.073-7.963-8.776z" }),
10
+ React.createElement("path", { fill: "#fff", fillOpacity: ".65", d: "M40.5 61.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M55.5 61.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M40.5 46.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M55.5 46.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_servicepackage96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 44.2206 -45.9287 0 48 69.5)", gradientUnits: "userSpaceOnUse" },
13
+ React.createElement("stop", { stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))));
15
+ case EIconsTheme.DARK:
16
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "ServicepackageMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "#21A19A", d: "M48 8c5.808 0 10.648 4.124 11.76 9.603a2 2 0 1 1-3.92.794 8.003 8.003 0 0 0-15.68 0 2 2 0 0 1-3.92-.794C37.353 12.124 42.194 8 48 8" }),
18
+ React.createElement("path", { fill: "url(#a_servicepackage96)", d: "M24.338 30.224A8 8 0 0 1 32.3 23h31.4a8 8 0 0 1 7.962 7.224l4.483 46C76.603 80.927 72.908 85 68.183 85H27.818c-4.725 0-8.42-4.073-7.963-8.776z" }),
19
+ React.createElement("path", { fill: "#fff", fillOpacity: ".55", d: "M40.5 61.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M55.5 61.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M40.5 46.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9M55.5 46.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_servicepackage96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 44.2206 -45.8881 0 48 69.5)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default ServicepackageMrkIcon96;
@@ -4,7 +4,7 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const SignatureremoveStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "SignatureremoveStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.552 4.105a1 1 0 0 1 1.342.447c.49.983 1.408 2.784 2.084 5.279q.158-.1.313-.193c.86-.508 1.776-.877 2.662-.917.943-.042 1.831.297 2.463 1.125.587.77.873 1.86.941 3.186q.012.223.014.459.167-.088.323-.16c.213-.096.419-.174.605-.23.166-.05.384-.101.6-.101.674 0 .984.532 1.065.687.103.2.166.428.206.572.1.369.16.633.274.873.102.212.168.228.177.231.035.01.286.065.932-.258a1 1 0 0 1 .894 1.79c-.854.426-1.668.606-2.406.382-.765-.232-1.178-.813-1.402-1.284a5 5 0 0 1-.277-.762c-.248.127-.527.3-.795.52a4 4 0 0 0-.356.334q-.118.974-.33 2.1c-.044.24-.132.508-.302.74-.163.223-.516.544-1.046.505s-.832-.407-.96-.654A1.7 1.7 0 0 1 21.4 18a4.6 4.6 0 0 1 .889-2.727 14.6 14.6 0 0 0 .072-2.138c-.059-1.146-.299-1.767-.534-2.076-.19-.25-.42-.356-.784-.34-.422.02-1.008.213-1.735.642q-.418.248-.859.573c.411 2.325.546 5.09.038 8.226-.764 4.718-3.236 7.165-5.855 6.937-1.272-.11-2.363-.88-2.958-2.06-.594-1.176-.674-2.696-.121-4.354.673-2.02 2.026-4.28 3.593-6.257.957-1.21 2.022-2.35 3.101-3.286-.628-2.703-1.618-4.646-2.142-5.693a1 1 0 0 1 .448-1.342m2.106 9.381a24 24 0 0 0-1.946 2.182c-1.477 1.865-2.687 3.92-3.263 5.648-.42 1.262-.297 2.214.009 2.82.304.601.808.922 1.346.97.998.086 2.998-.888 3.708-5.267.382-2.36.37-4.487.146-6.353", clipRule: "evenodd" }),
8
- React.createElement("path", { className: pathClassName, d: "M6 21a1 1 0 0 1 0 2H3a1 1 0 1 1 0-2zM29 21a1 1 0 0 1 0 2h-8a1 1 0 1 1 0-2zM7.778 10.115a1 1 0 0 1 1.414 1.414L7.07 13.65l2.122 2.122a1 1 0 0 1-1.415 1.414l-2.12-2.12-2.12 2.12a1 1 0 0 1-1.415-1.414l2.12-2.12-2.121-2.123a1 1 0 1 1 1.414-1.414l2.121 2.121z" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.552 4.105a1 1 0 0 1 1.342.447c.49.983 1.408 2.785 2.084 5.279q.158-.1.313-.193c.86-.508 1.776-.877 2.662-.917.943-.042 1.831.297 2.463 1.125.587.77.873 1.86.941 3.186q.012.223.014.459.167-.088.323-.16c.213-.096.419-.174.605-.23.166-.049.384-.101.6-.101.674 0 .984.532 1.065.687.103.2.166.428.206.572.1.369.16.633.274.873.102.212.168.228.177.231.035.01.286.065.932-.258a1 1 0 0 1 .894 1.79c-.854.426-1.668.606-2.406.382-.765-.232-1.178-.813-1.402-1.284a5 5 0 0 1-.277-.762c-.248.127-.527.3-.795.52a4 4 0 0 0-.356.334q-.118.974-.33 2.1c-.044.24-.132.508-.302.74-.163.223-.516.544-1.046.505-.53-.038-.832-.407-.96-.654A1.7 1.7 0 0 1 21.4 18a4.6 4.6 0 0 1 .889-2.727 14.6 14.6 0 0 0 .072-2.137c-.059-1.147-.299-1.768-.534-2.077-.19-.249-.42-.356-.784-.34-.422.02-1.008.213-1.735.642a10 10 0 0 0-.859.573c.411 2.325.546 5.09.038 8.226-.764 4.718-3.236 7.165-5.855 6.937-1.272-.11-2.363-.88-2.958-2.06-.594-1.176-.674-2.696-.121-4.354.673-2.02 2.026-4.28 3.593-6.257.957-1.21 2.022-2.349 3.101-3.286-.628-2.703-1.618-4.646-2.142-5.693a1 1 0 0 1 .448-1.342m2.106 9.381a24 24 0 0 0-1.946 2.182c-1.477 1.865-2.687 3.92-3.263 5.648-.42 1.262-.297 2.214.009 2.82.304.602.808.922 1.346.97.998.086 2.998-.888 3.708-5.266.382-2.36.37-4.488.146-6.354", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M6 21a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM29 21a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2zM7.778 10.115a1 1 0 0 1 1.414 1.414L7.07 13.65l2.122 2.122a1 1 0 0 1-1.415 1.414l-2.12-2.12-2.12 2.12a1 1 0 0 1-1.415-1.414l2.12-2.12-2.121-2.123a1 1 0 1 1 1.414-1.414l2.121 2.121z" }));
9
9
  });
10
10
  export default SignatureremoveStrokeSrvIcon32;
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use StethoscopeStrokeSrvIcon20 instead. */
3
4
  declare const StatoscopeStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default StatoscopeStrokeSrvIcon20;
@@ -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 StethoscopeStrokeSrvIcon20 instead. */
4
5
  const StatoscopeStrokeSrvIcon20 = 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: "StatoscopeStrokeSrvIcon20", 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 StethoscopeStrokeSrvIcon32 instead. */
3
4
  declare const StatoscopeStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default StatoscopeStrokeSrvIcon32;
@@ -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 StethoscopeStrokeSrvIcon32 instead. */
4
5
  const StatoscopeStrokeSrvIcon32 = 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: "StatoscopeStrokeSrvIcon32", 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 StethoscopeStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default StethoscopeStrokeSrvIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const StethoscopeStrokeSrvIcon20 = 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: "StethoscopeStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 0a1 1 0 0 1 1 1h.5A2.5 2.5 0 0 1 16 3.5V5a7 7 0 0 1-6 6.927V15.5a2.5 2.5 0 0 0 4.982.282A2.499 2.499 0 0 1 16 11a2.5 2.5 0 0 1 .988 4.795A4.498 4.498 0 0 1 8 15.5v-3.573A7 7 0 0 1 2 5V3.5A2.5 2.5 0 0 1 4.5 1H5a1 1 0 0 1 2 0v1.5a1 1 0 0 1-1.865.5H4.5a.5.5 0 0 0-.5.5V5a5 5 0 0 0 10 0V3.5a.5.5 0 0 0-.5-.5h-.635A.999.999 0 0 1 11 2.5V1a1 1 0 0 1 1-1m4 13a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1", clipRule: "evenodd" }));
8
+ });
9
+ export default StethoscopeStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const StethoscopeStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default StethoscopeStrokeSrvIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const StethoscopeStrokeSrvIcon32 = 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: "StethoscopeStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M17 4a1 1 0 0 1 1 1h1.167A2.833 2.833 0 0 1 22 7.833V10a8 8 0 0 1-7 7.936V23.5a3.5 3.5 0 0 0 6.983.32A2.998 2.998 0 0 1 23 18a2.998 2.998 0 0 1 .99 5.83A5.5 5.5 0 0 1 13 23.5v-5.564A8 8 0 0 1 6 10V7.833A2.833 2.833 0 0 1 8.833 5H10a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0H8.833A.833.833 0 0 0 8 7.833V10a6 6 0 0 0 12 0V7.833A.833.833 0 0 0 19.167 7H18a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1m6 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2", clipRule: "evenodd" }));
8
+ });
9
+ export default StethoscopeStrokeSrvIcon32;
package/index.d.ts CHANGED
@@ -111,6 +111,10 @@ export { default as ScheduledstatementMrkIcon128 } from "./ScheduledstatementMrk
111
111
  export { default as ScheduledstatementMrkIcon96 } from "./ScheduledstatementMrkIcon96";
112
112
  export { default as SendMrkIcon128 } from "./SendMrkIcon128";
113
113
  export { default as SendMrkIcon96 } from "./SendMrkIcon96";
114
+ export { default as ServiceMrkIcon128 } from "./ServiceMrkIcon128";
115
+ export { default as ServiceMrkIcon96 } from "./ServiceMrkIcon96";
116
+ export { default as ServicepackageMrkIcon128 } from "./ServicepackageMrkIcon128";
117
+ export { default as ServicepackageMrkIcon96 } from "./ServicepackageMrkIcon96";
114
118
  export { default as StateMrkIcon128 } from "./StateMrkIcon128";
115
119
  export { default as StateMrkIcon96 } from "./StateMrkIcon96";
116
120
  export { default as TouchidMrkIcon96 } from "./TouchidMrkIcon96";
@@ -975,6 +979,8 @@ export { default as StateStrokeSrvIcon20 } from "./StateStrokeSrvIcon20";
975
979
  export { default as StateStrokeSrvIcon32 } from "./StateStrokeSrvIcon32";
976
980
  export { default as StatoscopeStrokeSrvIcon20 } from "./StatoscopeStrokeSrvIcon20";
977
981
  export { default as StatoscopeStrokeSrvIcon32 } from "./StatoscopeStrokeSrvIcon32";
982
+ export { default as StethoscopeStrokeSrvIcon20 } from "./StethoscopeStrokeSrvIcon20";
983
+ export { default as StethoscopeStrokeSrvIcon32 } from "./StethoscopeStrokeSrvIcon32";
978
984
  export { default as StickerStrokeSrvIcon20 } from "./StickerStrokeSrvIcon20";
979
985
  export { default as StickerStrokeSrvIcon24 } from "./StickerStrokeSrvIcon24";
980
986
  export { default as StickerStrokeSrvIcon32 } from "./StickerStrokeSrvIcon32";
package/index.js CHANGED
@@ -110,6 +110,10 @@ export { default as ScheduledstatementMrkIcon128 } from "./ScheduledstatementMrk
110
110
  export { default as ScheduledstatementMrkIcon96 } from "./ScheduledstatementMrkIcon96";
111
111
  export { default as SendMrkIcon128 } from "./SendMrkIcon128";
112
112
  export { default as SendMrkIcon96 } from "./SendMrkIcon96";
113
+ export { default as ServiceMrkIcon128 } from "./ServiceMrkIcon128";
114
+ export { default as ServiceMrkIcon96 } from "./ServiceMrkIcon96";
115
+ export { default as ServicepackageMrkIcon128 } from "./ServicepackageMrkIcon128";
116
+ export { default as ServicepackageMrkIcon96 } from "./ServicepackageMrkIcon96";
113
117
  export { default as StateMrkIcon128 } from "./StateMrkIcon128";
114
118
  export { default as StateMrkIcon96 } from "./StateMrkIcon96";
115
119
  export { default as TouchidMrkIcon96 } from "./TouchidMrkIcon96";
@@ -974,6 +978,8 @@ export { default as StateStrokeSrvIcon20 } from "./StateStrokeSrvIcon20";
974
978
  export { default as StateStrokeSrvIcon32 } from "./StateStrokeSrvIcon32";
975
979
  export { default as StatoscopeStrokeSrvIcon20 } from "./StatoscopeStrokeSrvIcon20";
976
980
  export { default as StatoscopeStrokeSrvIcon32 } from "./StatoscopeStrokeSrvIcon32";
981
+ export { default as StethoscopeStrokeSrvIcon20 } from "./StethoscopeStrokeSrvIcon20";
982
+ export { default as StethoscopeStrokeSrvIcon32 } from "./StethoscopeStrokeSrvIcon32";
977
983
  export { default as StickerStrokeSrvIcon20 } from "./StickerStrokeSrvIcon20";
978
984
  export { default as StickerStrokeSrvIcon24 } from "./StickerStrokeSrvIcon24";
979
985
  export { default as StickerStrokeSrvIcon32 } from "./StickerStrokeSrvIcon32";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "author": "СберБизнес",
5
5
  "description": "Иконки интернет-банка СберБизнес",
6
6
  "main": "./index.js",
package/styles/icons.css CHANGED
@@ -1 +1 @@
1
- ._bqt9u9 { fill: #008985; } ._10u115e { fill: #19BDB0; } ._cfqqbk { fill: #D10032; } ._vlpu4t { fill: #F80C45; } ._ikxkym { fill: #EF4C01; } ._n8wb5o { fill: #FF7A17; } ._cbq4pq { fill: #0E57CC; } ._11a9yfr { fill: #1297FE; } ._ks5g6q { fill: #697591; } ._yt0gnx { fill: #95A3C1; } ._15wgil { fill: #1F1F22; fill-opacity: .45; } ._1b5vb01 { fill: #FFFFFF; fill-opacity: .35; } ._uj25uh { fill: #FFFFFF; fill-opacity: 1; } ._lvr9zg { fill: #FFFFFF; fill-opacity: 1; } ._l1mmza { fill: #FFB13B; } ._1yob34z { fill: #FFB13B; } ._ovydw3 { fill: #1F1F22; fill-opacity: 1; } ._1spj5f6 { fill: #FFFFFF; fill-opacity: 1; } ._j66iuz { fill: #1F1F22; fill-opacity: 1; } ._194jibr { fill: #1F1F22; fill-opacity: .45; } ._swkcq4 { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._bqt9u9 { fill: #21A19A; } .hoverable:hover ._10u115e { fill: #4BD9CF; } .hoverable:hover ._cfqqbk { fill: #E60037; } .hoverable:hover ._vlpu4t { fill: #FF5571; } .hoverable:hover ._ikxkym { fill: #EF4C01; } .hoverable:hover ._n8wb5o { fill: #FF7A17; } .hoverable:hover ._cbq4pq { fill: #0E57CC; } .hoverable:hover ._11a9yfr { fill: #1297FE; } .hoverable:hover ._ks5g6q { fill: #697591; } .hoverable:hover ._yt0gnx { fill: #95A3C1; } .hoverable:hover ._15wgil { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1b5vb01 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._uj25uh { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._lvr9zg { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._l1mmza { fill: #FFB13B; } .hoverable:hover ._1yob34z { fill: #FFB13B; } .hoverable:hover ._ovydw3 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1spj5f6 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._j66iuz { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._194jibr { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._swkcq4 { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._bqt9u9, .hoverable.active ._bqt9u9 { fill: #007777; } .hoverable:not(:disabled):active ._10u115e, .hoverable.active ._10u115e { fill: #008985; } .hoverable:not(:disabled):active ._cfqqbk, .hoverable.active ._cfqqbk { fill: #BD002C; } .hoverable:not(:disabled):active ._vlpu4t, .hoverable.active ._vlpu4t { fill: #D10032; } .hoverable:not(:disabled):active ._ikxkym, .hoverable.active ._ikxkym { fill: #D10032; } .hoverable:not(:disabled):active ._n8wb5o, .hoverable.active ._n8wb5o { fill: #FF7A17; } .hoverable:not(:disabled):active ._cbq4pq, .hoverable.active ._cbq4pq { fill: #0E57CC; } .hoverable:not(:disabled):active ._11a9yfr, .hoverable.active ._11a9yfr { fill: #1297FE; } .hoverable:not(:disabled):active ._ks5g6q, .hoverable.active ._ks5g6q { fill: #697591; } .hoverable:not(:disabled):active ._yt0gnx, .hoverable.active ._yt0gnx { fill: #95A3C1; } .hoverable:not(:disabled):active ._15wgil, .hoverable.active ._15wgil { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1b5vb01, .hoverable.active ._1b5vb01 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._uj25uh, .hoverable.active ._uj25uh { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._lvr9zg, .hoverable.active ._lvr9zg { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._l1mmza, .hoverable.active ._l1mmza { fill: #FFB13B; } .hoverable:not(:disabled):active ._1yob34z, .hoverable.active ._1yob34z { fill: #FFB13B; } .hoverable:not(:disabled):active ._ovydw3, .hoverable.active ._ovydw3 { fill: #008985; } .hoverable:not(:disabled):active ._1spj5f6, .hoverable.active ._1spj5f6 { fill: #19BDB0; } .hoverable:not(:disabled):active ._j66iuz, .hoverable.active ._j66iuz { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._194jibr, .hoverable.active ._194jibr { fill: #008985; } .hoverable:not(:disabled):active ._swkcq4, .hoverable.active ._swkcq4 { fill: #19BDB0; } .hoverable:disabled ._bqt9u9, .hoverable.disabled ._bqt9u9 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._10u115e, .hoverable.disabled ._10u115e { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._cfqqbk, .hoverable.disabled ._cfqqbk { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._vlpu4t, .hoverable.disabled ._vlpu4t { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ikxkym, .hoverable.disabled ._ikxkym { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._n8wb5o, .hoverable.disabled ._n8wb5o { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._cbq4pq, .hoverable.disabled ._cbq4pq { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._11a9yfr, .hoverable.disabled ._11a9yfr { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ks5g6q, .hoverable.disabled ._ks5g6q { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._yt0gnx, .hoverable.disabled ._yt0gnx { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._15wgil, .hoverable.disabled ._15wgil { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1b5vb01, .hoverable.disabled ._1b5vb01 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._uj25uh, .hoverable.disabled ._uj25uh { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._lvr9zg, .hoverable.disabled ._lvr9zg { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._l1mmza, .hoverable.disabled ._l1mmza { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1yob34z, .hoverable.disabled ._1yob34z { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ovydw3, .hoverable.disabled ._ovydw3 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1spj5f6, .hoverable.disabled ._1spj5f6 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._j66iuz, .hoverable.disabled ._j66iuz { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._194jibr, .hoverable.disabled ._194jibr { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._swkcq4, .hoverable.disabled ._swkcq4 { fill: #FFFFFF; fill-opacity: .15; }
1
+ ._c3dpuu { fill: #008985; } ._10wluzp { fill: #19BDB0; } ._ci612v { fill: #D10032; } ._v459mi { fill: #F80C45; } ._inive1 { fill: #EF4C01; } ._mrhphn { fill: #FF7A17; } ._coanvt { fill: #0E57CC; } ._11muu8w { fill: #1297FE; } ._kukbut { fill: #697591; } ._ylld9m { fill: #95A3C1; } ._1ng33e { fill: #1F1F22; fill-opacity: .45; } ._1aoboee { fill: #FFFFFF; fill-opacity: .35; } ._v0gvfy { fill: #FFFFFF; fill-opacity: 1; } ._lybr7f { fill: #FFFFFF; fill-opacity: 1; } ._kk8d7l { fill: #FFB13B; } ._1yvpuok { fill: #FFB13B; } ._ojdvj8 { fill: #1F1F22; fill-opacity: 1; } ._1smy7lx { fill: #FFFFFF; fill-opacity: 1; } ._j3rzrg { fill: #1F1F22; fill-opacity: 1; } ._19byils { fill: #1F1F22; fill-opacity: .45; } ._te4y1n { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._c3dpuu { fill: #21A19A; } .hoverable:hover ._10wluzp { fill: #4BD9CF; } .hoverable:hover ._ci612v { fill: #E60037; } .hoverable:hover ._v459mi { fill: #FF5571; } .hoverable:hover ._inive1 { fill: #EF4C01; } .hoverable:hover ._mrhphn { fill: #FF7A17; } .hoverable:hover ._coanvt { fill: #0E57CC; } .hoverable:hover ._11muu8w { fill: #1297FE; } .hoverable:hover ._kukbut { fill: #697591; } .hoverable:hover ._ylld9m { fill: #95A3C1; } .hoverable:hover ._1ng33e { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1aoboee { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._v0gvfy { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._lybr7f { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._kk8d7l { fill: #FFB13B; } .hoverable:hover ._1yvpuok { fill: #FFB13B; } .hoverable:hover ._ojdvj8 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1smy7lx { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._j3rzrg { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._19byils { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._te4y1n { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:active ._c3dpuu, .hoverable.active ._c3dpuu { fill: #007777; } .hoverable:active ._10wluzp, .hoverable.active ._10wluzp { fill: #008985; } .hoverable:active ._ci612v, .hoverable.active ._ci612v { fill: #BD002C; } .hoverable:active ._v459mi, .hoverable.active ._v459mi { fill: #D10032; } .hoverable:active ._inive1, .hoverable.active ._inive1 { fill: #D10032; } .hoverable:active ._mrhphn, .hoverable.active ._mrhphn { fill: #FF7A17; } .hoverable:active ._coanvt, .hoverable.active ._coanvt { fill: #0E57CC; } .hoverable:active ._11muu8w, .hoverable.active ._11muu8w { fill: #1297FE; } .hoverable:active ._kukbut, .hoverable.active ._kukbut { fill: #697591; } .hoverable:active ._ylld9m, .hoverable.active ._ylld9m { fill: #95A3C1; } .hoverable:active ._1ng33e, .hoverable.active ._1ng33e { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._1aoboee, .hoverable.active ._1aoboee { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._v0gvfy, .hoverable.active ._v0gvfy { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._lybr7f, .hoverable.active ._lybr7f { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._kk8d7l, .hoverable.active ._kk8d7l { fill: #FFB13B; } .hoverable:active ._1yvpuok, .hoverable.active ._1yvpuok { fill: #FFB13B; } .hoverable:active ._ojdvj8, .hoverable.active ._ojdvj8 { fill: #008985; } .hoverable:active ._1smy7lx, .hoverable.active ._1smy7lx { fill: #19BDB0; } .hoverable:active ._j3rzrg, .hoverable.active ._j3rzrg { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._19byils, .hoverable.active ._19byils { fill: #008985; } .hoverable:active ._te4y1n, .hoverable.active ._te4y1n { fill: #19BDB0; } .hoverable:disabled ._c3dpuu, .hoverable.disabled ._c3dpuu { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._10wluzp, .hoverable.disabled ._10wluzp { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ci612v, .hoverable.disabled ._ci612v { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._v459mi, .hoverable.disabled ._v459mi { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._inive1, .hoverable.disabled ._inive1 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._mrhphn, .hoverable.disabled ._mrhphn { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._coanvt, .hoverable.disabled ._coanvt { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._11muu8w, .hoverable.disabled ._11muu8w { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kukbut, .hoverable.disabled ._kukbut { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._ylld9m, .hoverable.disabled ._ylld9m { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1ng33e, .hoverable.disabled ._1ng33e { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1aoboee, .hoverable.disabled ._1aoboee { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._v0gvfy, .hoverable.disabled ._v0gvfy { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._lybr7f, .hoverable.disabled ._lybr7f { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kk8d7l, .hoverable.disabled ._kk8d7l { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1yvpuok, .hoverable.disabled ._1yvpuok { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ojdvj8, .hoverable.disabled ._ojdvj8 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1smy7lx, .hoverable.disabled ._1smy7lx { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._j3rzrg, .hoverable.disabled ._j3rzrg { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._19byils, .hoverable.disabled ._19byils { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._te4y1n, .hoverable.disabled ._te4y1n { fill: #FFFFFF; fill-opacity: .15; }
@@ -1,52 +1,52 @@
1
1
  import { EIconsTheme } from "../ThemeProvider";
2
2
  const themeToClassNamePalettes = [
3
3
  {
4
- [EIconsTheme.LIGHT]: "_bqt9u9",
5
- [EIconsTheme.DARK]: "_10u115e",
4
+ [EIconsTheme.LIGHT]: "_c3dpuu",
5
+ [EIconsTheme.DARK]: "_10wluzp",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_cfqqbk",
9
- [EIconsTheme.DARK]: "_vlpu4t",
8
+ [EIconsTheme.LIGHT]: "_ci612v",
9
+ [EIconsTheme.DARK]: "_v459mi",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_ikxkym",
13
- [EIconsTheme.DARK]: "_n8wb5o",
12
+ [EIconsTheme.LIGHT]: "_inive1",
13
+ [EIconsTheme.DARK]: "_mrhphn",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_cbq4pq",
17
- [EIconsTheme.DARK]: "_11a9yfr",
16
+ [EIconsTheme.LIGHT]: "_coanvt",
17
+ [EIconsTheme.DARK]: "_11muu8w",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_ks5g6q",
21
- [EIconsTheme.DARK]: "_yt0gnx",
20
+ [EIconsTheme.LIGHT]: "_kukbut",
21
+ [EIconsTheme.DARK]: "_ylld9m",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_15wgil",
25
- [EIconsTheme.DARK]: "_1b5vb01",
24
+ [EIconsTheme.LIGHT]: "_1ng33e",
25
+ [EIconsTheme.DARK]: "_1aoboee",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1b5vb01",
29
- [EIconsTheme.DARK]: "_15wgil",
28
+ [EIconsTheme.LIGHT]: "_1aoboee",
29
+ [EIconsTheme.DARK]: "_1ng33e",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_uj25uh",
33
- [EIconsTheme.DARK]: "_lvr9zg",
32
+ [EIconsTheme.LIGHT]: "_v0gvfy",
33
+ [EIconsTheme.DARK]: "_lybr7f",
34
34
  },
35
35
  {
36
- [EIconsTheme.LIGHT]: "_l1mmza",
37
- [EIconsTheme.DARK]: "_1yob34z",
36
+ [EIconsTheme.LIGHT]: "_kk8d7l",
37
+ [EIconsTheme.DARK]: "_1yvpuok",
38
38
  },
39
39
  {
40
- [EIconsTheme.LIGHT]: "_ovydw3",
41
- [EIconsTheme.DARK]: "_1spj5f6",
40
+ [EIconsTheme.LIGHT]: "_ojdvj8",
41
+ [EIconsTheme.DARK]: "_1smy7lx",
42
42
  },
43
43
  {
44
- [EIconsTheme.LIGHT]: "_uj25uh",
45
- [EIconsTheme.DARK]: "_j66iuz",
44
+ [EIconsTheme.LIGHT]: "_v0gvfy",
45
+ [EIconsTheme.DARK]: "_j3rzrg",
46
46
  },
47
47
  {
48
- [EIconsTheme.LIGHT]: "_194jibr",
49
- [EIconsTheme.DARK]: "_swkcq4",
48
+ [EIconsTheme.LIGHT]: "_19byils",
49
+ [EIconsTheme.DARK]: "_te4y1n",
50
50
  },
51
51
  ];
52
52
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];