@sberbusiness/icons-next 1.26.0 → 1.27.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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BusinessguideStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BusinessguideStrokePrdIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BusinessguideStrokePrdIcon32 = 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: "BusinessguideStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 5a1 1 0 1 1 0 2H8.826c.11.313.174.649.174 1v17a1 1 0 1 0 2 0v-3a1 1 0 0 1 1-1h11v-1a1 1 0 1 1 2 0v1h1a1 1 0 0 1 1 1v3a3 3 0 0 1-3 3H10l-.154-.004A3 3 0 0 1 7 25V8a1 1 0 0 0-2 0v1a1 1 0 0 1-2 0V8a3 3 0 0 1 3-3zm1 20c0 .351-.063.687-.174 1H24a1 1 0 0 0 1-1v-2H13z", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M22 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16m-1.687 11c.13.586.294 1.11.485 1.556.24.559.5.948.737 1.182.233.23.389.262.465.262s.232-.032.465-.262c.237-.234.497-.623.737-1.182.191-.446.355-.97.485-1.556zm-3.508 0a6 6 0 0 0 2.062 2.118c-.25-.63-.45-1.345-.597-2.118zm8.925 0a11.6 11.6 0 0 1-.598 2.118A6 6 0 0 0 27.195 13zm-9.645-4q-.084.489-.085 1 .001.511.085 1h1.944a17 17 0 0 1 0-2zm3.951 0c-.021.325-.036.658-.036 1s.015.675.036 1h3.928c.021-.325.036-.658.036-1s-.015-.675-.036-1zm5.935 0a17 17 0 0 1 0 2h1.944q.084-.489.085-1-.001-.511-.085-1zm-7.104-4.12A6 6 0 0 0 16.805 7h1.465c.146-.773.347-1.488.597-2.12M22 4c-.076 0-.232.032-.465.262-.237.234-.497.623-.737 1.182-.191.446-.355.97-.485 1.556h3.375a9 9 0 0 0-.486-1.556c-.24-.559-.5-.948-.737-1.182C22.232 4.032 22.076 4 22 4m3.132.88c.25.632.452 1.347.598 2.12h1.465a6 6 0 0 0-2.063-2.12", clipRule: "evenodd" }));
9
+ });
10
+ export default BusinessguideStrokePrdIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const DocumentcrossStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DocumentcrossStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const DocumentcrossStrokeSrvIcon20 = 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: "DocumentcrossStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M10 0a1 1 0 1 1 0 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V8.5a1 1 0 1 1 2 0V17a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z" }),
8
+ React.createElement("path", { className: pathClassName, d: "M12 14a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM8 10a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM8 6a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2zM17.414.414a1 1 0 0 1 1.414 1.414l-1.415 1.414 1.415 1.415a1 1 0 1 1-1.414 1.414L16 4.656l-1.414 1.415a1 1 0 0 1-1.414-1.414l1.414-1.415-1.414-1.414A1 1 0 1 1 14.586.414L16 1.828z" }));
9
+ });
10
+ export default DocumentcrossStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const DocumentcrossStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DocumentcrossStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const DocumentcrossStrokeSrvIcon24 = 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: "DocumentcrossStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M12 2a1 1 0 1 1 0 2H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-8.5a1 1 0 1 1 2 0V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3z" }),
8
+ React.createElement("path", { className: pathClassName, d: "M14 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zM10 12a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zM10 8a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2zM19.414 2.414a1 1 0 0 1 1.414 1.414l-1.415 1.414 1.415 1.415a1 1 0 1 1-1.414 1.414L18 6.656l-1.414 1.415a1 1 0 0 1-1.414-1.414l1.414-1.415-1.414-1.414a1 1 0 1 1 1.414-1.414L18 3.828z" }));
9
+ });
10
+ export default DocumentcrossStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const DocumentcrossStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DocumentcrossStrokeSrvIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const DocumentcrossStrokeSrvIcon32 = 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: "DocumentcrossStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M16 4a1 1 0 1 1 0 2h-6a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-9a1 1 0 1 1 2 0v9a3 3 0 0 1-3 3H10a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z" }),
8
+ React.createElement("path", { className: pathClassName, d: "M20 20a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2zM15 16a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2zM15 12a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2zM26.121 4.621a1 1 0 0 1 1.414 1.414l-2.122 2.121 2.122 2.122a1 1 0 1 1-1.414 1.414L24 9.57l-2.121 2.122a1 1 0 0 1-1.414-1.414l2.12-2.122-2.12-2.12a1 1 0 1 1 1.414-1.415L24 6.742z" }));
9
+ });
10
+ export default DocumentcrossStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const DownloadStrokeSrvIcon16: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DownloadStrokeSrvIcon16;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const DownloadStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "DownloadStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M15 10a1 1 0 0 1 1 1v2a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-2a1 1 0 1 1 2 0v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1" }),
8
+ React.createElement("path", { className: pathClassName, d: "M8 0a1 1 0 0 1 1 1v7.586l2.793-2.793a1 1 0 1 1 1.414 1.414l-4.5 4.5a1 1 0 0 1-.242.179l-.032.014a1 1 0 0 1-.145.057l-.048.012q-.023.006-.045.01-.015.004-.03.005A1 1 0 0 1 8 12l-.103-.005q-.032-.004-.063-.01l-.031-.005-.034-.008-.062-.016a1 1 0 0 1-.414-.249l-4.5-4.5a1 1 0 1 1 1.414-1.414L7 8.586V1a1 1 0 0 1 1-1" }));
9
+ });
10
+ export default DownloadStrokeSrvIcon16;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const NotenoughbonusesMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default NotenoughbonusesMrkIcon128;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const NotenoughbonusesMrkIcon128 = 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: "NotenoughbonusesMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_notenoughbonuses128)", d: "M39 21a5 5 0 0 0 0 10v6.445c0 .915-.626 1.702-1.49 2.005C32.04 41.373 28 45.924 28 52v41c0 7.841 6.047 14.001 14 14.001h44c7.953 0 14-6.16 14-14.001V52c0-6.076-4.04-10.627-9.51-12.55-.864-.303-1.49-1.09-1.49-2.005V31A5 5 0 0 0 89 21z" }),
9
+ React.createElement("path", { fill: "#fff", fillOpacity: ".3", d: "M85 71c0 11.046-8.954 20-20 20H48.995A3.994 3.994 0 0 1 45 87.003V71c0-11.046 8.954-20 20-20s20 8.954 20 20" }),
10
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M69 61a2 2 0 1 1 0 4h-9v3h6a7 7 0 1 1 0 14h-8a2 2 0 0 1-2-2V64a3 3 0 0 1 3-3zm-9 17h6a3 3 0 1 0 0-6h-6z", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_notenoughbonuses128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -71 90.0076 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: "NotenoughbonusesMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "url(#a_notenoughbonuses128)", d: "M39 21a5 5 0 0 0 0 10v6.445c0 .915-.626 1.702-1.49 2.005C32.04 41.373 28 45.924 28 52v41c0 7.841 6.047 14.001 14 14.001h44c7.953 0 14-6.16 14-14.001V52c0-6.076-4.04-10.627-9.51-12.55-.864-.303-1.49-1.09-1.49-2.005V31A5 5 0 0 0 89 21z" }),
18
+ React.createElement("path", { fill: "#fff", fillOpacity: ".25", d: "M85 71c0 11.046-8.954 20-20 20H48.995A3.994 3.994 0 0 1 45 87.003V71c0-11.046 8.954-20 20-20s20 8.954 20 20" }),
19
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M69 61a2 2 0 1 1 0 4h-9v3h6a7 7 0 1 1 0 14h-8a2 2 0 0 1-2-2V64a3 3 0 0 1 3-3zm-9 17h6a3 3 0 1 0 0-6h-6z", clipRule: "evenodd" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_notenoughbonuses128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -71.5559 90.0076 0 64 92.22)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default NotenoughbonusesMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const NotenoughbonusesMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default NotenoughbonusesMrkIcon96;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const NotenoughbonusesMrkIcon96 = 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: "NotenoughbonusesMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_notenoughbonuses96)", d: "M29.5 16a3.5 3.5 0 0 0-3.5 3.5v.5a3 3 0 0 0 3 3v4.833c0 .686-.47 1.275-1.115 1.51C23.817 30.82 21 34.442 21 38.998v31c0 5.881 5.035 10 11 10h33c5.965 0 10-4.119 10-10V39c0-4.556-2.817-8.18-6.885-9.657-.645-.234-1.115-.823-1.115-1.51V23a3 3 0 0 0 3-3v-.5A3.5 3.5 0 0 0 66.5 16z" }),
9
+ React.createElement("path", { fill: "#fff", fillOpacity: ".3", d: "M64 53c0 8.284-6.716 15-15 15H36.997A2.995 2.995 0 0 1 34 65.002V53c0-8.284 6.716-15 15-15s15 6.716 15 15" }),
10
+ React.createElement("path", { fill: "#fff", d: "M52 56a2 2 0 0 0-2-2h-4.5v4H50a2 2 0 0 0 2-2m3 0a5 5 0 0 1-5 5h-6a1.5 1.5 0 0 1-1.5-1.5V48.25A2.25 2.25 0 0 1 44.75 46H52a1.5 1.5 0 0 1 0 3h-6.5v2H50a5 5 0 0 1 5 5" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("radialGradient", { id: "a_notenoughbonuses96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -53.25 67.5057 0 48 69)", 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: "NotenoughbonusesMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
17
+ React.createElement("path", { fill: "url(#a_notenoughbonuses96)", d: "M29.5 16a3.5 3.5 0 0 0-3.5 3.5v.5a3 3 0 0 0 3 3v4.833c0 .686-.47 1.275-1.115 1.51C23.817 30.82 21 34.442 21 38.998v31c0 5.881 5.035 10 11 10h33c5.965 0 10-4.119 10-10V39c0-4.556-2.817-8.18-6.885-9.657-.645-.234-1.115-.823-1.115-1.51V23a3 3 0 0 0 3-3v-.5A3.5 3.5 0 0 0 66.5 16z" }),
18
+ React.createElement("path", { fill: "#fff", fillOpacity: ".25", d: "M64 53c0 8.284-6.716 15-15 15H36.997A2.995 2.995 0 0 1 34 65.002V53c0-8.284 6.716-15 15-15s15 6.716 15 15" }),
19
+ React.createElement("path", { fill: "#fff", d: "M52 56a2 2 0 0 0-2-2h-4.5v4H50a2 2 0 0 0 2-2m3 0a5 5 0 0 1-5 5h-6a1.5 1.5 0 0 1-1.5-1.5V48.25A2.25 2.25 0 0 1 44.75 46H52a1.5 1.5 0 0 1 0 3h-6.5v2H50a5 5 0 0 1 5 5" }),
20
+ React.createElement("defs", null,
21
+ React.createElement("radialGradient", { id: "a_notenoughbonuses96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 -53.25 67.5057 0 48 69)", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#50BEB8" }),
23
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))));
24
+ }
25
+ });
26
+ export default NotenoughbonusesMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PollStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PollStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PollStrokeSrvIcon20 = 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: "PollStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3 11a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M19 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zM3 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6M19 5a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2z" }));
9
+ });
10
+ export default PollStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PollStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PollStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PollStrokeSrvIcon24 = 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: "PollStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M21 15a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2zM5 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6M21 7a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2z" }));
9
+ });
10
+ export default PollStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PollStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PollStrokeSrvIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PollStrokeSrvIcon32 = 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: "PollStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 17a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M26 20a1 1 0 1 1 0 2H16a1 1 0 1 1 0-2zM9 7a4 4 0 1 1 0 8 4 4 0 0 1 0-8M26 10a1 1 0 1 1 0 2H16a1 1 0 1 1 0-2z" }));
9
+ });
10
+ export default PollStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const SalaryprojectMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SalaryprojectMrkIcon128;
@@ -0,0 +1,57 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const SalaryprojectMrkIcon128 = 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: "SalaryprojectMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#43C4BD", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
9
+ React.createElement("path", { fill: "url(#a_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
10
+ React.createElement("path", { fill: "url(#b_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
11
+ React.createElement("path", { fill: "url(#c_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
12
+ React.createElement("path", { fill: "url(#d_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
13
+ React.createElement("path", { fill: "#fff", d: "M102 73a6 6 0 1 1-12 0 6 6 0 0 1 12 0" }),
14
+ React.createElement("path", { fill: "#21A19A", d: "M26 44h76l-3.925-14.393a8 8 0 0 0-9.71-5.643l-58.491 15.04A5.16 5.16 0 0 0 26 44" }),
15
+ React.createElement("defs", null,
16
+ React.createElement("linearGradient", { id: "a_salaryproject128", x1: "1.319", x2: "102.418", y1: "71.862", y2: "43.862", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { stopColor: "#97A4C1" }),
18
+ React.createElement("stop", { offset: ".376", stopColor: "#97A4C1", stopOpacity: ".435" }),
19
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
20
+ React.createElement("linearGradient", { id: "b_salaryproject128", x1: "36.703", x2: "57.429", y1: "34.362", y2: "81.862", gradientUnits: "userSpaceOnUse" },
21
+ React.createElement("stop", { stopColor: "#97A4C1", stopOpacity: ".122" }),
22
+ React.createElement("stop", { offset: ".543", stopColor: "#D6DEED", stopOpacity: "0" }),
23
+ React.createElement("stop", { offset: ".991", stopColor: "#D6DEED", stopOpacity: "0" })),
24
+ React.createElement("linearGradient", { id: "c_salaryproject128", x1: "104.44", x2: "84.22", y1: "97.862", y2: "37.862", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#D6DEED" }),
26
+ React.createElement("stop", { offset: ".493", stopColor: "#D6DEED", stopOpacity: "0" }),
27
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
28
+ React.createElement("linearGradient", { id: "d_salaryproject128", x1: "102.418", x2: "57.934", y1: "50.362", y2: "71.362", gradientUnits: "userSpaceOnUse" },
29
+ React.createElement("stop", { stopColor: "#D6DEED" }),
30
+ React.createElement("stop", { offset: ".989", stopColor: "#EEF3FC", stopOpacity: "0" }))));
31
+ case EIconsTheme.DARK:
32
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "SalaryprojectMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
33
+ React.createElement("path", { fill: "#43C4BD", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
34
+ React.createElement("path", { fill: "url(#a_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
35
+ React.createElement("path", { fill: "url(#b_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
36
+ React.createElement("path", { fill: "url(#c_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
37
+ React.createElement("path", { fill: "url(#d_salaryproject128)", d: "M110 95a8 8 0 0 1-8 8H26a8 8 0 0 1-8-8V39a8 8 0 0 1 8-8h76a8 8 0 0 1 8 8z" }),
38
+ React.createElement("path", { fill: "#fff", d: "M102 73a6 6 0 1 1-12 0 6 6 0 0 1 12 0" }),
39
+ React.createElement("path", { fill: "#21A19A", d: "M26 44h76l-3.925-14.393a8 8 0 0 0-9.71-5.643l-58.491 15.04A5.16 5.16 0 0 0 26 44" }),
40
+ React.createElement("defs", null,
41
+ React.createElement("linearGradient", { id: "a_salaryproject128", x1: "1.319", x2: "102.418", y1: "71.862", y2: "43.863", gradientUnits: "userSpaceOnUse" },
42
+ React.createElement("stop", { stopColor: "#373C49" }),
43
+ React.createElement("stop", { offset: ".376", stopColor: "#373C49", stopOpacity: ".549" }),
44
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
45
+ React.createElement("linearGradient", { id: "b_salaryproject128", x1: "36.703", x2: "57.429", y1: "34.362", y2: "81.862", gradientUnits: "userSpaceOnUse" },
46
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: ".902" }),
47
+ React.createElement("stop", { offset: ".991", stopColor: "#373C49", stopOpacity: "0" })),
48
+ React.createElement("linearGradient", { id: "c_salaryproject128", x1: "104.44", x2: "84.22", y1: "97.862", y2: "37.862", gradientUnits: "userSpaceOnUse" },
49
+ React.createElement("stop", { stopColor: "#373C49" }),
50
+ React.createElement("stop", { offset: ".493", stopColor: "#373C49", stopOpacity: "0" }),
51
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
52
+ React.createElement("linearGradient", { id: "d_salaryproject128", x1: "102.418", x2: "57.935", y1: "50.362", y2: "71.362", gradientUnits: "userSpaceOnUse" },
53
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: ".902" }),
54
+ React.createElement("stop", { offset: ".989", stopColor: "#373C49", stopOpacity: "0" }))));
55
+ }
56
+ });
57
+ export default SalaryprojectMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const SalaryprojectMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SalaryprojectMrkIcon96;
@@ -0,0 +1,57 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const SalaryprojectMrkIcon96 = 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: "SalaryprojectMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#43C4BD", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
9
+ React.createElement("path", { fill: "url(#a_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
10
+ React.createElement("path", { fill: "url(#b_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
11
+ React.createElement("path", { fill: "url(#c_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
12
+ React.createElement("path", { fill: "url(#d_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
13
+ React.createElement("path", { fill: "#fff", d: "M76.5 54.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0" }),
14
+ React.createElement("path", { fill: "#21A19A", d: "M19.5 33h57l-2.944-10.795a6 6 0 0 0-7.283-4.232l-43.867 11.28A3.87 3.87 0 0 0 19.5 33" }),
15
+ React.createElement("defs", null,
16
+ React.createElement("linearGradient", { id: "a_salaryproject96", x1: ".989", x2: "76.813", y1: "53.897", y2: "32.897", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { stopColor: "#97A4C1" }),
18
+ React.createElement("stop", { offset: ".376", stopColor: "#97A4C1", stopOpacity: ".435" }),
19
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
20
+ React.createElement("linearGradient", { id: "b_salaryproject96", x1: "27.527", x2: "43.071", y1: "25.772", y2: "61.397", gradientUnits: "userSpaceOnUse" },
21
+ React.createElement("stop", { stopColor: "#97A4C1", stopOpacity: ".122" }),
22
+ React.createElement("stop", { offset: ".543", stopColor: "#D6DEED", stopOpacity: "0" }),
23
+ React.createElement("stop", { offset: ".991", stopColor: "#D6DEED", stopOpacity: "0" })),
24
+ React.createElement("linearGradient", { id: "c_salaryproject96", x1: "78.33", x2: "63.165", y1: "73.397", y2: "28.397", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#D6DEED" }),
26
+ React.createElement("stop", { offset: ".493", stopColor: "#D6DEED", stopOpacity: "0" }),
27
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
28
+ React.createElement("linearGradient", { id: "d_salaryproject96", x1: "76.813", x2: "43.451", y1: "37.772", y2: "53.522", gradientUnits: "userSpaceOnUse" },
29
+ React.createElement("stop", { stopColor: "#D6DEED" }),
30
+ React.createElement("stop", { offset: ".989", stopColor: "#EEF3FC", stopOpacity: "0" }))));
31
+ case EIconsTheme.DARK:
32
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "SalaryprojectMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
33
+ React.createElement("path", { fill: "#43C4BD", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
34
+ React.createElement("path", { fill: "url(#a_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
35
+ React.createElement("path", { fill: "url(#b_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
36
+ React.createElement("path", { fill: "url(#c_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
37
+ React.createElement("path", { fill: "url(#d_salaryproject96)", d: "M82.5 71.25a6 6 0 0 1-6 6h-57a6 6 0 0 1-6-6v-42a6 6 0 0 1 6-6h57a6 6 0 0 1 6 6z" }),
38
+ React.createElement("path", { fill: "#fff", d: "M76.5 54.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0" }),
39
+ React.createElement("path", { fill: "#21A19A", d: "M19.5 33h57l-2.944-10.795a6 6 0 0 0-7.283-4.232l-43.867 11.28A3.87 3.87 0 0 0 19.5 33" }),
40
+ React.createElement("defs", null,
41
+ React.createElement("linearGradient", { id: "a_salaryproject96", x1: ".989", x2: "76.813", y1: "53.897", y2: "32.897", gradientUnits: "userSpaceOnUse" },
42
+ React.createElement("stop", { stopColor: "#373C49" }),
43
+ React.createElement("stop", { offset: ".376", stopColor: "#373C49", stopOpacity: ".549" }),
44
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
45
+ React.createElement("linearGradient", { id: "b_salaryproject96", x1: "27.527", x2: "43.071", y1: "25.772", y2: "61.397", gradientUnits: "userSpaceOnUse" },
46
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: ".902" }),
47
+ React.createElement("stop", { offset: ".991", stopColor: "#373C49", stopOpacity: "0" })),
48
+ React.createElement("linearGradient", { id: "c_salaryproject96", x1: "78.33", x2: "63.165", y1: "73.397", y2: "28.397", gradientUnits: "userSpaceOnUse" },
49
+ React.createElement("stop", { stopColor: "#373C49" }),
50
+ React.createElement("stop", { offset: ".493", stopColor: "#373C49", stopOpacity: "0" }),
51
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
52
+ React.createElement("linearGradient", { id: "d_salaryproject96", x1: "76.813", x2: "43.451", y1: "37.772", y2: "53.521", gradientUnits: "userSpaceOnUse" },
53
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: ".902" }),
54
+ React.createElement("stop", { offset: ".989", stopColor: "#373C49", stopOpacity: "0" }))));
55
+ }
56
+ });
57
+ export default SalaryprojectMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const SberbusinessspasiboStrokePrdIcon16: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SberbusinessspasiboStrokePrdIcon16;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const SberbusinessspasiboStrokePrdIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SberbusinessspasiboStrokePrdIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("g", { className: pathClassName, fillRule: "evenodd", clipPath: "url(#a_sberbusinessspasibo16)", clipRule: "evenodd" },
8
+ React.createElement("path", { d: "M9.5 4a1 1 0 0 1 0 2h-3v.5h2.25a2.75 2.75 0 0 1 0 5.5H5.5a1 1 0 0 1-1-1V6a2 2 0 0 1 2-2zm-3 6h2.25a.75.75 0 0 0 0-1.5H6.5z" }),
9
+ React.createElement("path", { d: "M8 0a8 8 0 1 1 0 16H1a1 1 0 0 1-1-1V8a8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6v6h6A6 6 0 0 0 8 2" })),
10
+ React.createElement("defs", null,
11
+ React.createElement("clipPath", { id: "a_sberbusinessspasibo16" },
12
+ React.createElement("path", { className: pathClassName, d: "M0 0H16V16H0z" }))));
13
+ });
14
+ export default SberbusinessspasiboStrokePrdIcon16;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const TrustStrokePrdIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default TrustStrokePrdIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const TrustStrokePrdIcon20 = 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: "TrustStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M17.796 13.29a1 1 0 0 1 1.408 1.42l-5 4.955a1 1 0 0 1-1.404.003l-2.5-2.454a1 1 0 0 1 1.4-1.428l1.796 1.764z" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16.5 0a1 1 0 0 1 1 1c0 .587-.138 1.781-.325 2.969-.189 1.193-.449 2.513-.727 3.347a1 1 0 0 1-.806.674l-2.366.337.686 2.399a1 1 0 0 1-.149.855c-1.044 1.462-4.422 3.806-10.386 3.913l-1.71 1.76a1 1 0 1 1-1.434-1.393l1.753-1.805c.275-2.965.946-6.405 2.972-9.15C7.167 1.981 10.742 0 16.5 0m-1.08 2.026c-4.57.227-7.208 1.907-8.803 4.068-1.546 2.094-2.205 4.761-2.51 7.377 4.407-.23 6.867-1.804 7.783-2.715l-.852-2.982a1 1 0 0 1 .82-1.264l2.86-.41c.17-.668.342-1.555.482-2.444.095-.598.17-1.163.22-1.63", clipRule: "evenodd" }));
9
+ });
10
+ export default TrustStrokePrdIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const TrustStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default TrustStrokePrdIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const TrustStrokePrdIcon32 = 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: "TrustStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M25.793 20.293a1 1 0 0 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414l2.793 2.793z" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M23.02 4.002a1 1 0 0 1 1 1c0 .644-.112 2.011-.291 3.41-.178 1.389-.438 2.937-.761 3.906a1 1 0 0 1-.838.678l-3.223.357 1.05 2.797a1 1 0 0 1-.124.933c-1.179 1.65-4.998 4.316-11.917 4.414l-2.209 2.21a1 1 0 1 1-1.414-1.414l2.266-2.267c.313-3.418 1.054-7.348 3.35-10.47 2.435-3.311 6.495-5.554 13.11-5.554m-1.056 2.021c-5.452.223-8.574 2.175-10.444 4.718-1.821 2.476-2.556 5.641-2.897 8.736 5.28-.231 8.18-2.086 9.253-3.176l-1.293-3.447a1 1 0 0 1 .826-1.346l3.83-.426c.191-.782.368-1.849.505-2.924.101-.788.174-1.54.22-2.135", clipRule: "evenodd" }));
9
+ });
10
+ export default TrustStrokePrdIcon32;
package/index.d.ts CHANGED
@@ -99,12 +99,16 @@ export { default as MpstatsMrkIcon128 } from "./MpstatsMrkIcon128";
99
99
  export { default as MpstatsMrkIcon96 } from "./MpstatsMrkIcon96";
100
100
  export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
101
101
  export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
102
+ export { default as NotenoughbonusesMrkIcon128 } from "./NotenoughbonusesMrkIcon128";
103
+ export { default as NotenoughbonusesMrkIcon96 } from "./NotenoughbonusesMrkIcon96";
102
104
  export { default as OnlinestoreMrkIcon128 } from "./OnlinestoreMrkIcon128";
103
105
  export { default as OnlinestoreMrkIcon96 } from "./OnlinestoreMrkIcon96";
104
106
  export { default as PaymentsMrkIcon128 } from "./PaymentsMrkIcon128";
105
107
  export { default as PaymentsMrkIcon96 } from "./PaymentsMrkIcon96";
106
108
  export { default as ProfileMrkIcon128 } from "./ProfileMrkIcon128";
107
109
  export { default as ProfileMrkIcon96 } from "./ProfileMrkIcon96";
110
+ export { default as SalaryprojectMrkIcon128 } from "./SalaryprojectMrkIcon128";
111
+ export { default as SalaryprojectMrkIcon96 } from "./SalaryprojectMrkIcon96";
108
112
  export { default as SberbusinessprimeMrkIcon128 } from "./SberbusinessprimeMrkIcon128";
109
113
  export { default as SberbusinessprimeMrkIcon96 } from "./SberbusinessprimeMrkIcon96";
110
114
  export { default as ScheduledstatementMrkIcon128 } from "./ScheduledstatementMrkIcon128";
@@ -201,6 +205,7 @@ export { default as BrokersStrokePrdIcon32 } from "./BrokersStrokePrdIcon32";
201
205
  export { default as BusinessenvironmentStrokePrdIcon20 } from "./BusinessenvironmentStrokePrdIcon20";
202
206
  export { default as BusinessenvironmentStrokePrdIcon32 } from "./BusinessenvironmentStrokePrdIcon32";
203
207
  export { default as BusinessguideStrokePrdIcon20 } from "./BusinessguideStrokePrdIcon20";
208
+ export { default as BusinessguideStrokePrdIcon32 } from "./BusinessguideStrokePrdIcon32";
204
209
  export { default as BusinessmissionStrokePrdIcon20 } from "./BusinessmissionStrokePrdIcon20";
205
210
  export { default as BusinessmissionStrokePrdIcon32 } from "./BusinessmissionStrokePrdIcon32";
206
211
  export { default as BusinesstravelStrokePrdIcon20 } from "./BusinesstravelStrokePrdIcon20";
@@ -519,6 +524,7 @@ export { default as SberbusinessbotStrokePrdIcon20 } from "./SberbusinessbotStro
519
524
  export { default as SberbusinessbotStrokePrdIcon32 } from "./SberbusinessbotStrokePrdIcon32";
520
525
  export { default as SberbusinessprimeStrokePrdIcon20 } from "./SberbusinessprimeStrokePrdIcon20";
521
526
  export { default as SberbusinessprimeStrokePrdIcon32 } from "./SberbusinessprimeStrokePrdIcon32";
527
+ export { default as SberbusinessspasiboStrokePrdIcon16 } from "./SberbusinessspasiboStrokePrdIcon16";
522
528
  export { default as SberbusinessspasiboStrokePrdIcon20 } from "./SberbusinessspasiboStrokePrdIcon20";
523
529
  export { default as SberbusinessspasiboStrokePrdIcon32 } from "./SberbusinessspasiboStrokePrdIcon32";
524
530
  export { default as SberbusinessspasibocashbackStrokePrdIcon32 } from "./SberbusinessspasibocashbackStrokePrdIcon32";
@@ -574,6 +580,8 @@ export { default as TeamhealthStrokePrdIcon20 } from "./TeamhealthStrokePrdIcon2
574
580
  export { default as TeamhealthStrokePrdIcon32 } from "./TeamhealthStrokePrdIcon32";
575
581
  export { default as TravellineStrokePrdIcon20 } from "./TravellineStrokePrdIcon20";
576
582
  export { default as TravellineStrokePrdIcon32 } from "./TravellineStrokePrdIcon32";
583
+ export { default as TrustStrokePrdIcon20 } from "./TrustStrokePrdIcon20";
584
+ export { default as TrustStrokePrdIcon32 } from "./TrustStrokePrdIcon32";
577
585
  export { default as TwogisStrokePrdIcon20 } from "./TwogisStrokePrdIcon20";
578
586
  export { default as TwogisStrokePrdIcon32 } from "./TwogisStrokePrdIcon32";
579
587
  export { default as UkassaStrokePrdIcon20 } from "./UkassaStrokePrdIcon20";
@@ -764,6 +772,9 @@ export { default as DislikeStrokeSrvIcon24 } from "./DislikeStrokeSrvIcon24";
764
772
  export { default as DocumentStrokeSrvIcon20 } from "./DocumentStrokeSrvIcon20";
765
773
  export { default as DocumentStrokeSrvIcon24 } from "./DocumentStrokeSrvIcon24";
766
774
  export { default as DocumentStrokeSrvIcon32 } from "./DocumentStrokeSrvIcon32";
775
+ export { default as DocumentcrossStrokeSrvIcon20 } from "./DocumentcrossStrokeSrvIcon20";
776
+ export { default as DocumentcrossStrokeSrvIcon24 } from "./DocumentcrossStrokeSrvIcon24";
777
+ export { default as DocumentcrossStrokeSrvIcon32 } from "./DocumentcrossStrokeSrvIcon32";
767
778
  export { default as DocumenteditStrokeSrvIcon20 } from "./DocumenteditStrokeSrvIcon20";
768
779
  export { default as DocumenteditStrokeSrvIcon24 } from "./DocumenteditStrokeSrvIcon24";
769
780
  export { default as DocumenteditStrokeSrvIcon32 } from "./DocumenteditStrokeSrvIcon32";
@@ -779,6 +790,7 @@ export { default as DotsverticalStrokeSrvIcon16 } from "./DotsverticalStrokeSrvI
779
790
  export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvIcon20";
780
791
  export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
781
792
  export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
793
+ export { default as DownloadStrokeSrvIcon16 } from "./DownloadStrokeSrvIcon16";
782
794
  export { default as DownloadStrokeSrvIcon20 } from "./DownloadStrokeSrvIcon20";
783
795
  export { default as DownloadStrokeSrvIcon24 } from "./DownloadStrokeSrvIcon24";
784
796
  export { default as DownloadStrokeSrvIcon32 } from "./DownloadStrokeSrvIcon32";
@@ -920,6 +932,9 @@ export { default as PluscircleFilledSrvIcon32 } from "./PluscircleFilledSrvIcon3
920
932
  export { default as PluscircleStrokeSrvIcon20 } from "./PluscircleStrokeSrvIcon20";
921
933
  export { default as PluscircleStrokeSrvIcon24 } from "./PluscircleStrokeSrvIcon24";
922
934
  export { default as PluscircleStrokeSrvIcon32 } from "./PluscircleStrokeSrvIcon32";
935
+ export { default as PollStrokeSrvIcon20 } from "./PollStrokeSrvIcon20";
936
+ export { default as PollStrokeSrvIcon24 } from "./PollStrokeSrvIcon24";
937
+ export { default as PollStrokeSrvIcon32 } from "./PollStrokeSrvIcon32";
923
938
  export { default as PrintStrokeSrvIcon16 } from "./PrintStrokeSrvIcon16";
924
939
  export { default as PrintStrokeSrvIcon20 } from "./PrintStrokeSrvIcon20";
925
940
  export { default as PrintStrokeSrvIcon24 } from "./PrintStrokeSrvIcon24";
package/index.js CHANGED
@@ -98,12 +98,16 @@ export { default as MpstatsMrkIcon128 } from "./MpstatsMrkIcon128";
98
98
  export { default as MpstatsMrkIcon96 } from "./MpstatsMrkIcon96";
99
99
  export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
100
100
  export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
101
+ export { default as NotenoughbonusesMrkIcon128 } from "./NotenoughbonusesMrkIcon128";
102
+ export { default as NotenoughbonusesMrkIcon96 } from "./NotenoughbonusesMrkIcon96";
101
103
  export { default as OnlinestoreMrkIcon128 } from "./OnlinestoreMrkIcon128";
102
104
  export { default as OnlinestoreMrkIcon96 } from "./OnlinestoreMrkIcon96";
103
105
  export { default as PaymentsMrkIcon128 } from "./PaymentsMrkIcon128";
104
106
  export { default as PaymentsMrkIcon96 } from "./PaymentsMrkIcon96";
105
107
  export { default as ProfileMrkIcon128 } from "./ProfileMrkIcon128";
106
108
  export { default as ProfileMrkIcon96 } from "./ProfileMrkIcon96";
109
+ export { default as SalaryprojectMrkIcon128 } from "./SalaryprojectMrkIcon128";
110
+ export { default as SalaryprojectMrkIcon96 } from "./SalaryprojectMrkIcon96";
107
111
  export { default as SberbusinessprimeMrkIcon128 } from "./SberbusinessprimeMrkIcon128";
108
112
  export { default as SberbusinessprimeMrkIcon96 } from "./SberbusinessprimeMrkIcon96";
109
113
  export { default as ScheduledstatementMrkIcon128 } from "./ScheduledstatementMrkIcon128";
@@ -200,6 +204,7 @@ export { default as BrokersStrokePrdIcon32 } from "./BrokersStrokePrdIcon32";
200
204
  export { default as BusinessenvironmentStrokePrdIcon20 } from "./BusinessenvironmentStrokePrdIcon20";
201
205
  export { default as BusinessenvironmentStrokePrdIcon32 } from "./BusinessenvironmentStrokePrdIcon32";
202
206
  export { default as BusinessguideStrokePrdIcon20 } from "./BusinessguideStrokePrdIcon20";
207
+ export { default as BusinessguideStrokePrdIcon32 } from "./BusinessguideStrokePrdIcon32";
203
208
  export { default as BusinessmissionStrokePrdIcon20 } from "./BusinessmissionStrokePrdIcon20";
204
209
  export { default as BusinessmissionStrokePrdIcon32 } from "./BusinessmissionStrokePrdIcon32";
205
210
  export { default as BusinesstravelStrokePrdIcon20 } from "./BusinesstravelStrokePrdIcon20";
@@ -518,6 +523,7 @@ export { default as SberbusinessbotStrokePrdIcon20 } from "./SberbusinessbotStro
518
523
  export { default as SberbusinessbotStrokePrdIcon32 } from "./SberbusinessbotStrokePrdIcon32";
519
524
  export { default as SberbusinessprimeStrokePrdIcon20 } from "./SberbusinessprimeStrokePrdIcon20";
520
525
  export { default as SberbusinessprimeStrokePrdIcon32 } from "./SberbusinessprimeStrokePrdIcon32";
526
+ export { default as SberbusinessspasiboStrokePrdIcon16 } from "./SberbusinessspasiboStrokePrdIcon16";
521
527
  export { default as SberbusinessspasiboStrokePrdIcon20 } from "./SberbusinessspasiboStrokePrdIcon20";
522
528
  export { default as SberbusinessspasiboStrokePrdIcon32 } from "./SberbusinessspasiboStrokePrdIcon32";
523
529
  export { default as SberbusinessspasibocashbackStrokePrdIcon32 } from "./SberbusinessspasibocashbackStrokePrdIcon32";
@@ -573,6 +579,8 @@ export { default as TeamhealthStrokePrdIcon20 } from "./TeamhealthStrokePrdIcon2
573
579
  export { default as TeamhealthStrokePrdIcon32 } from "./TeamhealthStrokePrdIcon32";
574
580
  export { default as TravellineStrokePrdIcon20 } from "./TravellineStrokePrdIcon20";
575
581
  export { default as TravellineStrokePrdIcon32 } from "./TravellineStrokePrdIcon32";
582
+ export { default as TrustStrokePrdIcon20 } from "./TrustStrokePrdIcon20";
583
+ export { default as TrustStrokePrdIcon32 } from "./TrustStrokePrdIcon32";
576
584
  export { default as TwogisStrokePrdIcon20 } from "./TwogisStrokePrdIcon20";
577
585
  export { default as TwogisStrokePrdIcon32 } from "./TwogisStrokePrdIcon32";
578
586
  export { default as UkassaStrokePrdIcon20 } from "./UkassaStrokePrdIcon20";
@@ -763,6 +771,9 @@ export { default as DislikeStrokeSrvIcon24 } from "./DislikeStrokeSrvIcon24";
763
771
  export { default as DocumentStrokeSrvIcon20 } from "./DocumentStrokeSrvIcon20";
764
772
  export { default as DocumentStrokeSrvIcon24 } from "./DocumentStrokeSrvIcon24";
765
773
  export { default as DocumentStrokeSrvIcon32 } from "./DocumentStrokeSrvIcon32";
774
+ export { default as DocumentcrossStrokeSrvIcon20 } from "./DocumentcrossStrokeSrvIcon20";
775
+ export { default as DocumentcrossStrokeSrvIcon24 } from "./DocumentcrossStrokeSrvIcon24";
776
+ export { default as DocumentcrossStrokeSrvIcon32 } from "./DocumentcrossStrokeSrvIcon32";
766
777
  export { default as DocumenteditStrokeSrvIcon20 } from "./DocumenteditStrokeSrvIcon20";
767
778
  export { default as DocumenteditStrokeSrvIcon24 } from "./DocumenteditStrokeSrvIcon24";
768
779
  export { default as DocumenteditStrokeSrvIcon32 } from "./DocumenteditStrokeSrvIcon32";
@@ -778,6 +789,7 @@ export { default as DotsverticalStrokeSrvIcon16 } from "./DotsverticalStrokeSrvI
778
789
  export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvIcon20";
779
790
  export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
780
791
  export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
792
+ export { default as DownloadStrokeSrvIcon16 } from "./DownloadStrokeSrvIcon16";
781
793
  export { default as DownloadStrokeSrvIcon20 } from "./DownloadStrokeSrvIcon20";
782
794
  export { default as DownloadStrokeSrvIcon24 } from "./DownloadStrokeSrvIcon24";
783
795
  export { default as DownloadStrokeSrvIcon32 } from "./DownloadStrokeSrvIcon32";
@@ -919,6 +931,9 @@ export { default as PluscircleFilledSrvIcon32 } from "./PluscircleFilledSrvIcon3
919
931
  export { default as PluscircleStrokeSrvIcon20 } from "./PluscircleStrokeSrvIcon20";
920
932
  export { default as PluscircleStrokeSrvIcon24 } from "./PluscircleStrokeSrvIcon24";
921
933
  export { default as PluscircleStrokeSrvIcon32 } from "./PluscircleStrokeSrvIcon32";
934
+ export { default as PollStrokeSrvIcon20 } from "./PollStrokeSrvIcon20";
935
+ export { default as PollStrokeSrvIcon24 } from "./PollStrokeSrvIcon24";
936
+ export { default as PollStrokeSrvIcon32 } from "./PollStrokeSrvIcon32";
922
937
  export { default as PrintStrokeSrvIcon16 } from "./PrintStrokeSrvIcon16";
923
938
  export { default as PrintStrokeSrvIcon20 } from "./PrintStrokeSrvIcon20";
924
939
  export { default as PrintStrokeSrvIcon24 } from "./PrintStrokeSrvIcon24";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "author": "СберБизнес",
5
5
  "description": "Иконки интернет-банка СберБизнес",
6
6
  "main": "./index.js",
package/styles/icons.css CHANGED
@@ -1 +1 @@
1
- ._blosxr { fill: #008985; } ._11j5e9o { fill: #19BDB0; } ._d4wgby { fill: #D10032; } ._vqk97n { fill: #F80C45; } ._i64xf4 { fill: #EF4C01; } ._ma2cya { fill: #FF7A17; } ._dak180 { fill: #0E57CC; } ._115gq2h { fill: #1297FE; } ._kd0uvw { fill: #697591; } ._z85r8z { fill: #95A3C1; } ._24zo4z { fill: #1F1F22; fill-opacity: .45; } ._1bb0h7j { fill: #FFFFFF; fill-opacity: .35; } ._udwad3 { fill: #FFFFFF; fill-opacity: 1; } ._lgmiaq { fill: #FFFFFF; fill-opacity: 1; } ._k2uny0 { fill: #FFB13B; } ._1y94wy5 { fill: #FFB13B; } ._p1433x { fill: #1F1F22; fill-opacity: 1; } ._1t4d7j0 { fill: #FFFFFF; fill-opacity: 1; } ._jlb2j9 { fill: #1F1F22; fill-opacity: 1; } ._18pqq5l { fill: #1F1F22; fill-opacity: .45; } ._tvd0xu { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._blosxr { fill: #21A19A; } .hoverable:hover ._11j5e9o { fill: #4BD9CF; } .hoverable:hover ._d4wgby { fill: #E60037; } .hoverable:hover ._vqk97n { fill: #FF5571; } .hoverable:hover ._i64xf4 { fill: #EF4C01; } .hoverable:hover ._ma2cya { fill: #FF7A17; } .hoverable:hover ._dak180 { fill: #0E57CC; } .hoverable:hover ._115gq2h { fill: #1297FE; } .hoverable:hover ._kd0uvw { fill: #697591; } .hoverable:hover ._z85r8z { fill: #95A3C1; } .hoverable:hover ._24zo4z { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1bb0h7j { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._udwad3 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._lgmiaq { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._k2uny0 { fill: #FFB13B; } .hoverable:hover ._1y94wy5 { fill: #FFB13B; } .hoverable:hover ._p1433x { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1t4d7j0 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._jlb2j9 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._18pqq5l { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._tvd0xu { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:active ._blosxr, .hoverable.active ._blosxr { fill: #007777; } .hoverable:active ._11j5e9o, .hoverable.active ._11j5e9o { fill: #008985; } .hoverable:active ._d4wgby, .hoverable.active ._d4wgby { fill: #BD002C; } .hoverable:active ._vqk97n, .hoverable.active ._vqk97n { fill: #D10032; } .hoverable:active ._i64xf4, .hoverable.active ._i64xf4 { fill: #D10032; } .hoverable:active ._ma2cya, .hoverable.active ._ma2cya { fill: #FF7A17; } .hoverable:active ._dak180, .hoverable.active ._dak180 { fill: #0E57CC; } .hoverable:active ._115gq2h, .hoverable.active ._115gq2h { fill: #1297FE; } .hoverable:active ._kd0uvw, .hoverable.active ._kd0uvw { fill: #697591; } .hoverable:active ._z85r8z, .hoverable.active ._z85r8z { fill: #95A3C1; } .hoverable:active ._24zo4z, .hoverable.active ._24zo4z { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._1bb0h7j, .hoverable.active ._1bb0h7j { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._udwad3, .hoverable.active ._udwad3 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._lgmiaq, .hoverable.active ._lgmiaq { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._k2uny0, .hoverable.active ._k2uny0 { fill: #FFB13B; } .hoverable:active ._1y94wy5, .hoverable.active ._1y94wy5 { fill: #FFB13B; } .hoverable:active ._p1433x, .hoverable.active ._p1433x { fill: #008985; } .hoverable:active ._1t4d7j0, .hoverable.active ._1t4d7j0 { fill: #19BDB0; } .hoverable:active ._jlb2j9, .hoverable.active ._jlb2j9 { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._18pqq5l, .hoverable.active ._18pqq5l { fill: #008985; } .hoverable:active ._tvd0xu, .hoverable.active ._tvd0xu { fill: #19BDB0; } .hoverable:disabled ._blosxr, .hoverable.disabled ._blosxr { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._11j5e9o, .hoverable.disabled ._11j5e9o { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._d4wgby, .hoverable.disabled ._d4wgby { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._vqk97n, .hoverable.disabled ._vqk97n { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._i64xf4, .hoverable.disabled ._i64xf4 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._ma2cya, .hoverable.disabled ._ma2cya { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._dak180, .hoverable.disabled ._dak180 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._115gq2h, .hoverable.disabled ._115gq2h { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kd0uvw, .hoverable.disabled ._kd0uvw { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._z85r8z, .hoverable.disabled ._z85r8z { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._24zo4z, .hoverable.disabled ._24zo4z { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1bb0h7j, .hoverable.disabled ._1bb0h7j { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._udwad3, .hoverable.disabled ._udwad3 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._lgmiaq, .hoverable.disabled ._lgmiaq { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._k2uny0, .hoverable.disabled ._k2uny0 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1y94wy5, .hoverable.disabled ._1y94wy5 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._p1433x, .hoverable.disabled ._p1433x { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1t4d7j0, .hoverable.disabled ._1t4d7j0 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._jlb2j9, .hoverable.disabled ._jlb2j9 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._18pqq5l, .hoverable.disabled ._18pqq5l { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._tvd0xu, .hoverable.disabled ._tvd0xu { fill: #FFFFFF; fill-opacity: .15; }
1
+ ._b49rgo { fill: #008985; } ._11bpxe3 { fill: #19BDB0; } ._cxbgd5 { fill: #D10032; } ._w2z638 { fill: #F80C45; } ._hypx53 { fill: #EF4C01; } ._mmn8rp { fill: #FF7A17; } ._ct52x3 { fill: #0E57CC; } ._10o24em { fill: #1297FE; } ._k5gui3 { fill: #697591; } ._zaqyh0 { fill: #95A3C1; } ._1sl7t0 { fill: #1F1F22; fill-opacity: .45; } ._1bnexig { fill: #FFFFFF; fill-opacity: .35; } ._u1bigw { fill: #FFFFFF; fill-opacity: 1; } ._l983dh { fill: #FFFFFF; fill-opacity: 1; } ._kfegzz { fill: #FFB13B; } ._1y6ksfu { fill: #FFB13B; } ._pij24q { fill: #1F1F22; fill-opacity: 1; } ._1tbskff { fill: #FFFFFF; fill-opacity: 1; } ._jsvfky { fill: #1F1F22; fill-opacity: 1; } ._18n5fq6 { fill: #1F1F22; fill-opacity: .45; } ._tiy4vp { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._b49rgo { fill: #21A19A; } .hoverable:hover ._11bpxe3 { fill: #4BD9CF; } .hoverable:hover ._cxbgd5 { fill: #E60037; } .hoverable:hover ._w2z638 { fill: #FF5571; } .hoverable:hover ._hypx53 { fill: #EF4C01; } .hoverable:hover ._mmn8rp { fill: #FF7A17; } .hoverable:hover ._ct52x3 { fill: #0E57CC; } .hoverable:hover ._10o24em { fill: #1297FE; } .hoverable:hover ._k5gui3 { fill: #697591; } .hoverable:hover ._zaqyh0 { fill: #95A3C1; } .hoverable:hover ._1sl7t0 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1bnexig { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._u1bigw { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._l983dh { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._kfegzz { fill: #FFB13B; } .hoverable:hover ._1y6ksfu { fill: #FFB13B; } .hoverable:hover ._pij24q { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1tbskff { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._jsvfky { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._18n5fq6 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._tiy4vp { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:active ._b49rgo, .hoverable.active ._b49rgo { fill: #007777; } .hoverable:active ._11bpxe3, .hoverable.active ._11bpxe3 { fill: #008985; } .hoverable:active ._cxbgd5, .hoverable.active ._cxbgd5 { fill: #BD002C; } .hoverable:active ._w2z638, .hoverable.active ._w2z638 { fill: #D10032; } .hoverable:active ._hypx53, .hoverable.active ._hypx53 { fill: #D10032; } .hoverable:active ._mmn8rp, .hoverable.active ._mmn8rp { fill: #FF7A17; } .hoverable:active ._ct52x3, .hoverable.active ._ct52x3 { fill: #0E57CC; } .hoverable:active ._10o24em, .hoverable.active ._10o24em { fill: #1297FE; } .hoverable:active ._k5gui3, .hoverable.active ._k5gui3 { fill: #697591; } .hoverable:active ._zaqyh0, .hoverable.active ._zaqyh0 { fill: #95A3C1; } .hoverable:active ._1sl7t0, .hoverable.active ._1sl7t0 { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._1bnexig, .hoverable.active ._1bnexig { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._u1bigw, .hoverable.active ._u1bigw { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._l983dh, .hoverable.active ._l983dh { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._kfegzz, .hoverable.active ._kfegzz { fill: #FFB13B; } .hoverable:active ._1y6ksfu, .hoverable.active ._1y6ksfu { fill: #FFB13B; } .hoverable:active ._pij24q, .hoverable.active ._pij24q { fill: #008985; } .hoverable:active ._1tbskff, .hoverable.active ._1tbskff { fill: #19BDB0; } .hoverable:active ._jsvfky, .hoverable.active ._jsvfky { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._18n5fq6, .hoverable.active ._18n5fq6 { fill: #008985; } .hoverable:active ._tiy4vp, .hoverable.active ._tiy4vp { fill: #19BDB0; } .hoverable:disabled ._b49rgo, .hoverable.disabled ._b49rgo { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._11bpxe3, .hoverable.disabled ._11bpxe3 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._cxbgd5, .hoverable.disabled ._cxbgd5 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._w2z638, .hoverable.disabled ._w2z638 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._hypx53, .hoverable.disabled ._hypx53 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._mmn8rp, .hoverable.disabled ._mmn8rp { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ct52x3, .hoverable.disabled ._ct52x3 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._10o24em, .hoverable.disabled ._10o24em { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._k5gui3, .hoverable.disabled ._k5gui3 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._zaqyh0, .hoverable.disabled ._zaqyh0 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1sl7t0, .hoverable.disabled ._1sl7t0 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1bnexig, .hoverable.disabled ._1bnexig { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._u1bigw, .hoverable.disabled ._u1bigw { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._l983dh, .hoverable.disabled ._l983dh { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kfegzz, .hoverable.disabled ._kfegzz { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1y6ksfu, .hoverable.disabled ._1y6ksfu { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._pij24q, .hoverable.disabled ._pij24q { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1tbskff, .hoverable.disabled ._1tbskff { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._jsvfky, .hoverable.disabled ._jsvfky { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._18n5fq6, .hoverable.disabled ._18n5fq6 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._tiy4vp, .hoverable.disabled ._tiy4vp { fill: #FFFFFF; fill-opacity: .15; }
@@ -1,52 +1,52 @@
1
1
  import { EIconsTheme } from "../ThemeProvider";
2
2
  const themeToClassNamePalettes = [
3
3
  {
4
- [EIconsTheme.LIGHT]: "_blosxr",
5
- [EIconsTheme.DARK]: "_11j5e9o",
4
+ [EIconsTheme.LIGHT]: "_b49rgo",
5
+ [EIconsTheme.DARK]: "_11bpxe3",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_d4wgby",
9
- [EIconsTheme.DARK]: "_vqk97n",
8
+ [EIconsTheme.LIGHT]: "_cxbgd5",
9
+ [EIconsTheme.DARK]: "_w2z638",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_i64xf4",
13
- [EIconsTheme.DARK]: "_ma2cya",
12
+ [EIconsTheme.LIGHT]: "_hypx53",
13
+ [EIconsTheme.DARK]: "_mmn8rp",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_dak180",
17
- [EIconsTheme.DARK]: "_115gq2h",
16
+ [EIconsTheme.LIGHT]: "_ct52x3",
17
+ [EIconsTheme.DARK]: "_10o24em",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_kd0uvw",
21
- [EIconsTheme.DARK]: "_z85r8z",
20
+ [EIconsTheme.LIGHT]: "_k5gui3",
21
+ [EIconsTheme.DARK]: "_zaqyh0",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_24zo4z",
25
- [EIconsTheme.DARK]: "_1bb0h7j",
24
+ [EIconsTheme.LIGHT]: "_1sl7t0",
25
+ [EIconsTheme.DARK]: "_1bnexig",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1bb0h7j",
29
- [EIconsTheme.DARK]: "_24zo4z",
28
+ [EIconsTheme.LIGHT]: "_1bnexig",
29
+ [EIconsTheme.DARK]: "_1sl7t0",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_udwad3",
33
- [EIconsTheme.DARK]: "_lgmiaq",
32
+ [EIconsTheme.LIGHT]: "_u1bigw",
33
+ [EIconsTheme.DARK]: "_l983dh",
34
34
  },
35
35
  {
36
- [EIconsTheme.LIGHT]: "_k2uny0",
37
- [EIconsTheme.DARK]: "_1y94wy5",
36
+ [EIconsTheme.LIGHT]: "_kfegzz",
37
+ [EIconsTheme.DARK]: "_1y6ksfu",
38
38
  },
39
39
  {
40
- [EIconsTheme.LIGHT]: "_p1433x",
41
- [EIconsTheme.DARK]: "_1t4d7j0",
40
+ [EIconsTheme.LIGHT]: "_pij24q",
41
+ [EIconsTheme.DARK]: "_1tbskff",
42
42
  },
43
43
  {
44
- [EIconsTheme.LIGHT]: "_udwad3",
45
- [EIconsTheme.DARK]: "_jlb2j9",
44
+ [EIconsTheme.LIGHT]: "_u1bigw",
45
+ [EIconsTheme.DARK]: "_jsvfky",
46
46
  },
47
47
  {
48
- [EIconsTheme.LIGHT]: "_18pqq5l",
49
- [EIconsTheme.DARK]: "_tvd0xu",
48
+ [EIconsTheme.LIGHT]: "_18n5fq6",
49
+ [EIconsTheme.DARK]: "_tiy4vp",
50
50
  },
51
51
  ];
52
52
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];