@sberbusiness/icons-next 1.27.0 → 1.29.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 { IMultiColorIconProps } from "./types";
3
+ declare const AiMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AiMrkIcon128;
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const AiMrkIcon128 = 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: "AiMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_ai128)", d: "M64 24c1.8 0 3.145 1.255 3.363 3.055C71.381 53.818 74.727 57.163 100.8 60.6c1.945.29 3.2 1.636 3.2 3.345 0 1.8-1.255 3.219-3.2 3.437C74.51 70.89 72.127 74.4 67.363 101c-.309 1.727-1.563 3-3.363 3-1.782 0-3.127-1.272-3.346-3.072-4.018-26.764-7.364-29.819-33.436-33.546C25.273 67.163 24 65.745 24 63.945c0-1.709 1.273-3.054 3.218-3.345 26.218-3.51 28.818-6.927 33.436-33.545C60.964 25.255 62.291 24 64 24" }),
9
+ React.createElement("path", { fill: "url(#b_ai128)", d: "M93.5 21c.597 0 1.052.427 1.123 1.023 1.364 9.038 2.487 10.16 11.283 11.326.654.1 1.094.554 1.094 1.136 0 .597-.44 1.08-1.094 1.152-8.867 1.18-9.677 2.373-11.283 11.354-.1.569-.526 1.009-1.123 1.009-.611 0-1.066-.44-1.137-1.037C91 37.925 89.876 36.9 81.08 35.637c-.654-.071-1.08-.555-1.08-1.152 0-.582.427-1.037 1.08-1.136 8.839-1.18 9.72-2.345 11.283-11.326.1-.596.554-1.023 1.137-1.023" }),
10
+ React.createElement("defs", null,
11
+ React.createElement("linearGradient", { id: "a_ai128", x1: "54.345", x2: "87.226", y1: "59.862", y2: "95.613", gradientUnits: "userSpaceOnUse" },
12
+ React.createElement("stop", { stopColor: "#21A19A" }),
13
+ React.createElement("stop", { offset: ".364", stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: "1", stopColor: "#A7B7DA" })),
15
+ React.createElement("linearGradient", { id: "b_ai128", x1: "90.904", x2: "105.442", y1: "34.5", y2: "34.5", gradientUnits: "userSpaceOnUse" },
16
+ React.createElement("stop", { stopColor: "#21A19A" }),
17
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8" }))));
18
+ case EIconsTheme.DARK:
19
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "AiMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
20
+ React.createElement("path", { fill: "url(#a_ai128)", d: "M64 24c1.8 0 3.145 1.255 3.363 3.055C71.381 53.818 74.727 57.163 100.8 60.6c1.945.29 3.2 1.636 3.2 3.345 0 1.8-1.255 3.219-3.2 3.437C74.51 70.89 72.127 74.4 67.363 101c-.309 1.727-1.563 3-3.363 3-1.782 0-3.127-1.272-3.346-3.072-4.018-26.764-7.364-29.819-33.436-33.546C25.273 67.163 24 65.745 24 63.945c0-1.709 1.273-3.054 3.218-3.345 26.218-3.51 28.818-6.927 33.436-33.545C60.964 25.255 62.291 24 64 24" }),
21
+ React.createElement("path", { fill: "url(#b_ai128)", d: "M93.5 21c.597 0 1.052.427 1.123 1.023 1.364 9.038 2.487 10.16 11.283 11.326.654.1 1.094.554 1.094 1.136 0 .597-.44 1.08-1.094 1.152-8.867 1.18-9.677 2.373-11.283 11.354-.1.569-.526 1.009-1.123 1.009-.611 0-1.066-.44-1.137-1.037C91 37.925 89.876 36.9 81.08 35.637c-.654-.071-1.08-.555-1.08-1.152 0-.582.427-1.037 1.08-1.136 8.839-1.18 9.72-2.345 11.283-11.326.1-.596.554-1.023 1.137-1.023" }),
22
+ React.createElement("defs", null,
23
+ React.createElement("linearGradient", { id: "a_ai128", x1: "54.345", x2: "123.5", y1: "59.862", y2: "137", gradientUnits: "userSpaceOnUse" },
24
+ React.createElement("stop", { stopColor: "#21818A" }),
25
+ React.createElement("stop", { offset: ".364", stopColor: "#21A19A" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" })),
27
+ React.createElement("linearGradient", { id: "b_ai128", x1: "90.904", x2: "119", y1: "34.5", y2: "33.5", gradientUnits: "userSpaceOnUse" },
28
+ React.createElement("stop", { stopColor: "#21818A" }),
29
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" }))));
30
+ }
31
+ });
32
+ export default AiMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const AiMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default AiMrkIcon96;
package/AiMrkIcon96.js ADDED
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const AiMrkIcon96 = 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: "AiMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_ai96)", d: "M48 18c1.35 0 2.359.941 2.523 2.291 3.013 20.073 5.522 22.582 25.077 25.16 1.459.217 2.4 1.226 2.4 2.508 0 1.35-.941 2.413-2.4 2.577C55.882 53.168 54.095 55.8 50.523 75.75 50.29 77.045 49.35 78 48 78c-1.336 0-2.345-.955-2.509-2.305-3.013-20.072-5.523-22.363-25.077-25.159C18.955 50.373 18 49.31 18 47.96c0-1.282.955-2.29 2.414-2.509 19.663-2.632 21.614-5.196 25.077-25.159C45.723 18.941 46.718 18 48 18" }),
9
+ React.createElement("path", { fill: "url(#b_ai96)", d: "M70 16c.442 0 .78.316.832.758 1.01 6.695 1.842 7.526 8.358 8.39.484.073.81.41.81.841 0 .442-.326.8-.81.853-6.569.874-7.168 1.758-8.358 8.41-.074.422-.39.748-.832.748-.453 0-.79-.326-.842-.769-1.01-6.694-1.842-7.452-8.358-8.39-.484-.052-.8-.41-.8-.852 0-.431.316-.768.8-.841 6.547-.874 7.2-1.738 8.358-8.39.074-.442.41-.758.842-.758" }),
10
+ React.createElement("defs", null,
11
+ React.createElement("linearGradient", { id: "a_ai96", x1: "40.759", x2: "65.419", y1: "44.897", y2: "71.71", gradientUnits: "userSpaceOnUse" },
12
+ React.createElement("stop", { stopColor: "#21A19A" }),
13
+ React.createElement("stop", { offset: ".364", stopColor: "#50BEB8" }),
14
+ React.createElement("stop", { offset: "1", stopColor: "#A7B7DA" })),
15
+ React.createElement("linearGradient", { id: "b_ai96", x1: "68.077", x2: "78.846", y1: "26", y2: "26", gradientUnits: "userSpaceOnUse" },
16
+ React.createElement("stop", { stopColor: "#21A19A" }),
17
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8" }))));
18
+ case EIconsTheme.DARK:
19
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "AiMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
20
+ React.createElement("path", { fill: "url(#a_ai96)", d: "M48 18c1.35 0 2.359.941 2.523 2.291 3.013 20.073 5.522 22.582 25.077 25.16 1.459.217 2.4 1.226 2.4 2.508 0 1.35-.941 2.413-2.4 2.577C55.882 53.168 54.095 55.8 50.523 75.75 50.29 77.045 49.35 78 48 78c-1.336 0-2.345-.955-2.509-2.305-3.013-20.072-5.523-22.363-25.077-25.159C18.955 50.373 18 49.31 18 47.96c0-1.282.955-2.29 2.414-2.509 19.663-2.632 21.614-5.196 25.077-25.159C45.723 18.941 46.718 18 48 18" }),
21
+ React.createElement("path", { fill: "url(#b_ai96)", d: "M70 16c.442 0 .78.316.832.758 1.01 6.695 1.842 7.526 8.358 8.39.484.073.81.41.81.841 0 .442-.326.8-.81.853-6.569.874-7.168 1.758-8.358 8.41-.074.422-.39.748-.832.748-.453 0-.79-.326-.842-.769-1.01-6.694-1.842-7.452-8.358-8.39-.484-.052-.8-.41-.8-.852 0-.431.316-.768.8-.841 6.547-.874 7.2-1.738 8.358-8.39.074-.442.41-.758.842-.758" }),
22
+ React.createElement("defs", null,
23
+ React.createElement("linearGradient", { id: "a_ai96", x1: "40.759", x2: "92.625", y1: "44.897", y2: "102.75", gradientUnits: "userSpaceOnUse" },
24
+ React.createElement("stop", { stopColor: "#21818A" }),
25
+ React.createElement("stop", { offset: ".364", stopColor: "#21A19A" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" })),
27
+ React.createElement("linearGradient", { id: "b_ai96", x1: "68.077", x2: "88.889", y1: "26", y2: "25.259", gradientUnits: "userSpaceOnUse" },
28
+ React.createElement("stop", { stopColor: "#21818A" }),
29
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" }))));
30
+ }
31
+ });
32
+ export default AiMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const GearsStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default GearsStrokeSrvIcon32;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const GearsStrokeSrvIcon32 = 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: "GearsStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M22.175 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M21.223 13.687a1.5 1.5 0 0 1 1.592-.71l1.728.35a1.5 1.5 0 0 1 1.2 1.412l.06 1.575 1.618-.072h.118a1.5 1.5 0 0 1 1.288.824l.049.108.696 1.705a1.5 1.5 0 0 1-.561 1.817l-1.381.914.871 1.317a1.5 1.5 0 0 1-.129 1.82l-1.258 1.422a1.5 1.5 0 0 1-1.797.347l-1.453-.73-.675 1.414a1.5 1.5 0 0 1-1.652.823l-1.712-.348a1.5 1.5 0 0 1-1.199-1.402l-.071-1.587-1.623.072a1.5 1.5 0 0 1-1.456-.933l-.696-1.705a1.5 1.5 0 0 1 .562-1.817l1.379-.913-.913-1.38a1.5 1.5 0 0 1 .194-1.892l1.306-1.298.087-.08a1.5 1.5 0 0 1 1.508-.256l.109.047 1.467.7.684-1.432zm1.06 2.407a2 2 0 0 1-2.667.942l-1.15-.549-.765.76.688 1.04a2 2 0 0 1-.564 2.77l-1.039.687.408 1 1.273-.056a2 2 0 0 1 2.086 1.91l.053 1.195.947.192.507-1.061a2 2 0 0 1 2.703-.925l1.108.556.75-.846-.66-.996a2 2 0 0 1 .565-2.77l1.04-.69-.409-.998-1.265.056a2 2 0 0 1-2.088-1.92l-.045-1.182-.96-.195z", clipRule: "evenodd" }),
9
+ React.createElement("path", { className: pathClassName, d: "M14.594 2a1 1 0 0 1 .872.512l.065.14.647 1.742 1.598-.791a1 1 0 0 1 1.146.183l2.273 2.24a1 1 0 0 1 .2 1.146l-.81 1.68.336.116a1 1 0 1 1-.647 1.891l-.335-.114a2 2 0 0 1-1.156-2.76l.5-1.037-1.257-1.238-.96.477a2 2 0 0 1-2.762-1.097L13.898 4h-1.796l-.406 1.09a2 2 0 0 1-2.761 1.097l-.961-.477-1.257 1.238.499 1.036a2 2 0 0 1-1.154 2.761L5 11.107v1.758l1.025.359a2 2 0 0 1 1.165 2.71l-.488 1.08 1.263 1.254 1.021-.493a2 2 0 0 1 2.751 1.124l.4 1.11A1 1 0 0 1 12 22h-.57a1 1 0 0 1-.94-.661l-.635-1.762-1.657.8a1 1 0 0 1-1.138-.191l-2.258-2.24a1 1 0 0 1-.207-1.123l.772-1.71-1.696-.592A1 1 0 0 1 3 13.576v-3.182a1 1 0 0 1 .677-.947l1.737-.594-.81-1.681a1 1 0 0 1 .2-1.147l2.274-2.239a1 1 0 0 1 1.146-.183l1.598.79.647-1.742.065-.14A1 1 0 0 1 11.406 2z" }),
10
+ React.createElement("path", { className: pathClassName, d: "M9.076 11.242a4 4 0 0 1 7.713-.473 1 1 0 1 1-1.895.637A2 2 0 1 0 12.598 14a1 1 0 1 1-.4 1.96 4 4 0 0 1-2.655-1.901 4 4 0 0 1-.467-2.817" }));
11
+ });
12
+ export default GearsStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const GigaassistaintOtherBrdIcon16: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default GigaassistaintOtherBrdIcon16;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const GigaassistaintOtherBrdIcon16 = 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: "GigaassistaintOtherBrdIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.681 5.563a7.9 7.9 0 0 0-2.463-3.67c-.592-.456-1.352-.648-2.08-.68h-.424C8.74 1.317 6.867 2.245 5.3 3.42c.64.704 1.256 1.496 1.848 2.255 1.272-.903 2.623-1.735 4.047-2.39.456.87-1.016 2.302-1.624 2.806-1.383 1.12-2.951 2.216-4.775 2.36a3.1 3.1 0 0 1-.983-.096c-.848-.216-1.504-.92-1.776-1.728a2.7 2.7 0 0 1-.048-1.287c.144-.768.536-1.512 1.072-2.168C4.29 1.565 6.483.493 8.987.493c1.903 0 2.415.296 2.623.416.072.04.112.064.152.048C10.706.413 9.538.053 8.347.005h-.192a5 5 0 0 0-.576.008C3.332.23-.14 3.868.004 8.115c0 .04 0 .104.008.144v.088c0 .063.008.135.008.2 0 .015.008.08.016.095.12 2.128 1.288 3.967 3.52 4.303a9 9 0 0 0 1.591.032c2.848-.2 5.831-1.696 7.623-3.903.816-1.015 1.408-2.255 1.488-3.559.008-.088 0-.175.008-.263.903 1 1.535 2.31 1.663 3.646.136-1.12.088-2.247-.248-3.335M1.82 13.233a9.5 9.5 0 0 0 5.47 1.703c3.688 0 6.88-2.055 8.407-5.038A8.036 8.036 0 0 1 7.891 16a8 8 0 0 1-6.071-2.767", clipRule: "evenodd" }));
8
+ });
9
+ export default GigaassistaintOtherBrdIcon16;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const StaffStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default StaffStrokeSrvIcon32;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const StaffStrokeSrvIcon32 = 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: "StaffStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M18 21a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2z" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M17.731 16.674c.617-.43 1.506-.555 2.241.057h.001C21.873 18.32 23 20.523 23 22.984c0 .323.012.987-.161 1.568-.091.304-.256.67-.574.967a1.82 1.82 0 0 1-1.267.482H7.002c-.487 0-.927-.164-1.268-.482a2.14 2.14 0 0 1-.573-.967C4.987 23.971 5 23.306 5 22.983c0-2.46 1.126-4.663 3.026-6.251l.001-.001c.735-.612 1.624-.487 2.241-.057l.12.091.002.001C11.304 17.51 12.714 18 14 18s2.696-.49 3.61-1.234h.001zm1.076 1.693C17.516 19.39 15.686 20 14 20s-3.517-.61-4.808-1.633C7.777 19.6 7 21.217 7 22.983c0 .19 0 .374.011.558q.019.28.066.438l.008.02h13.83l.008-.02q.046-.158.065-.437c.012-.185.012-.369.012-.56 0-1.764-.777-3.382-2.193-4.615", clipRule: "evenodd" }),
9
+ React.createElement("path", { className: pathClassName, d: "M23.281 17.073a1 1 0 0 1 1.414-.024c1.625 1.57 2.555 3.695 2.555 5.935 0 .499-.049 1.007-.144 1.508a1 1 0 0 1-1.965-.372c.073-.382.109-.765.109-1.136 0-1.678-.696-3.29-1.946-4.497a1 1 0 0 1-.023-1.414" }),
10
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14 6a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6", clipRule: "evenodd" }),
11
+ React.createElement("path", { className: pathClassName, d: "M20.641 6.01C23.023 6.35 25 8.5 25 11c0 .994-.315 1.922-.77 2.671-.451.74-1.08 1.372-1.783 1.723a1 1 0 0 1-.895-1.789c.297-.149.669-.481.968-.974.294-.483.48-1.056.48-1.632 0-1.466-1.207-2.804-2.642-3.01a1 1 0 0 1 .283-1.98" }));
12
+ });
13
+ export default StaffStrokeSrvIcon32;
package/index.d.ts CHANGED
@@ -10,6 +10,7 @@ export { default as DigitalrubleOtherBrdIcon16 } from "./DigitalrubleOtherBrdIco
10
10
  export { default as DigitalrubleOtherBrdIcon20 } from "./DigitalrubleOtherBrdIcon20";
11
11
  export { default as DigitalrubleOtherBrdIcon24 } from "./DigitalrubleOtherBrdIcon24";
12
12
  export { default as DigitalrubleOtherBrdIcon32 } from "./DigitalrubleOtherBrdIcon32";
13
+ export { default as GigaassistaintOtherBrdIcon16 } from "./GigaassistaintOtherBrdIcon16";
13
14
  export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
14
15
  export { default as GigaassistaintOtherBrdIcon24 } from "./GigaassistaintOtherBrdIcon24";
15
16
  export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
@@ -69,6 +70,8 @@ export { default as MarkercStrokeMkrIcon32 } from "./MarkercStrokeMkrIcon32";
69
70
  export { default as MarkerdStrokeMkrIcon32 } from "./MarkerdStrokeMkrIcon32";
70
71
  export { default as RubleStrokeMkrIcon20 } from "./RubleStrokeMkrIcon20";
71
72
  export { default as RubleStrokeMkrIcon32 } from "./RubleStrokeMkrIcon32";
73
+ export { default as AiMrkIcon128 } from "./AiMrkIcon128";
74
+ export { default as AiMrkIcon96 } from "./AiMrkIcon96";
72
75
  export { default as ApisandboxMrkIcon128 } from "./ApisandboxMrkIcon128";
73
76
  export { default as ApisandboxMrkIcon96 } from "./ApisandboxMrkIcon96";
74
77
  export { default as BellMrkIcon128 } from "./BellMrkIcon128";
@@ -810,6 +813,7 @@ export { default as FeedbackbankStrokeSrvIcon24 } from "./FeedbackbankStrokeSrvI
810
813
  export { default as FeedbackbankStrokeSrvIcon32 } from "./FeedbackbankStrokeSrvIcon32";
811
814
  export { default as GasstationStrokeSrvIcon20 } from "./GasstationStrokeSrvIcon20";
812
815
  export { default as GasstationStrokeSrvIcon32 } from "./GasstationStrokeSrvIcon32";
816
+ export { default as GearsStrokeSrvIcon32 } from "./GearsStrokeSrvIcon32";
813
817
  export { default as GiftStrokeSrvIcon20 } from "./GiftStrokeSrvIcon20";
814
818
  export { default as GiftStrokeSrvIcon32 } from "./GiftStrokeSrvIcon32";
815
819
  export { default as HamburgerStrokeSrvIcon20 } from "./HamburgerStrokeSrvIcon20";
@@ -1013,6 +1017,7 @@ export { default as SpeakerStrokeSrvIcon20 } from "./SpeakerStrokeSrvIcon20";
1013
1017
  export { default as SpeakerStrokeSrvIcon32 } from "./SpeakerStrokeSrvIcon32";
1014
1018
  export { default as SpecialequipmentStrokeSrvIcon20 } from "./SpecialequipmentStrokeSrvIcon20";
1015
1019
  export { default as SpecialequipmentStrokeSrvIcon32 } from "./SpecialequipmentStrokeSrvIcon32";
1020
+ export { default as StaffStrokeSrvIcon32 } from "./StaffStrokeSrvIcon32";
1016
1021
  export { default as StarFilledSrvIcon20 } from "./StarFilledSrvIcon20";
1017
1022
  export { default as StarFilledSrvIcon24 } from "./StarFilledSrvIcon24";
1018
1023
  export { default as StarFilledSrvIcon32 } from "./StarFilledSrvIcon32";
package/index.js CHANGED
@@ -9,6 +9,7 @@ export { default as DigitalrubleOtherBrdIcon16 } from "./DigitalrubleOtherBrdIco
9
9
  export { default as DigitalrubleOtherBrdIcon20 } from "./DigitalrubleOtherBrdIcon20";
10
10
  export { default as DigitalrubleOtherBrdIcon24 } from "./DigitalrubleOtherBrdIcon24";
11
11
  export { default as DigitalrubleOtherBrdIcon32 } from "./DigitalrubleOtherBrdIcon32";
12
+ export { default as GigaassistaintOtherBrdIcon16 } from "./GigaassistaintOtherBrdIcon16";
12
13
  export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
13
14
  export { default as GigaassistaintOtherBrdIcon24 } from "./GigaassistaintOtherBrdIcon24";
14
15
  export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
@@ -68,6 +69,8 @@ export { default as MarkercStrokeMkrIcon32 } from "./MarkercStrokeMkrIcon32";
68
69
  export { default as MarkerdStrokeMkrIcon32 } from "./MarkerdStrokeMkrIcon32";
69
70
  export { default as RubleStrokeMkrIcon20 } from "./RubleStrokeMkrIcon20";
70
71
  export { default as RubleStrokeMkrIcon32 } from "./RubleStrokeMkrIcon32";
72
+ export { default as AiMrkIcon128 } from "./AiMrkIcon128";
73
+ export { default as AiMrkIcon96 } from "./AiMrkIcon96";
71
74
  export { default as ApisandboxMrkIcon128 } from "./ApisandboxMrkIcon128";
72
75
  export { default as ApisandboxMrkIcon96 } from "./ApisandboxMrkIcon96";
73
76
  export { default as BellMrkIcon128 } from "./BellMrkIcon128";
@@ -809,6 +812,7 @@ export { default as FeedbackbankStrokeSrvIcon24 } from "./FeedbackbankStrokeSrvI
809
812
  export { default as FeedbackbankStrokeSrvIcon32 } from "./FeedbackbankStrokeSrvIcon32";
810
813
  export { default as GasstationStrokeSrvIcon20 } from "./GasstationStrokeSrvIcon20";
811
814
  export { default as GasstationStrokeSrvIcon32 } from "./GasstationStrokeSrvIcon32";
815
+ export { default as GearsStrokeSrvIcon32 } from "./GearsStrokeSrvIcon32";
812
816
  export { default as GiftStrokeSrvIcon20 } from "./GiftStrokeSrvIcon20";
813
817
  export { default as GiftStrokeSrvIcon32 } from "./GiftStrokeSrvIcon32";
814
818
  export { default as HamburgerStrokeSrvIcon20 } from "./HamburgerStrokeSrvIcon20";
@@ -1012,6 +1016,7 @@ export { default as SpeakerStrokeSrvIcon20 } from "./SpeakerStrokeSrvIcon20";
1012
1016
  export { default as SpeakerStrokeSrvIcon32 } from "./SpeakerStrokeSrvIcon32";
1013
1017
  export { default as SpecialequipmentStrokeSrvIcon20 } from "./SpecialequipmentStrokeSrvIcon20";
1014
1018
  export { default as SpecialequipmentStrokeSrvIcon32 } from "./SpecialequipmentStrokeSrvIcon32";
1019
+ export { default as StaffStrokeSrvIcon32 } from "./StaffStrokeSrvIcon32";
1015
1020
  export { default as StarFilledSrvIcon20 } from "./StarFilledSrvIcon20";
1016
1021
  export { default as StarFilledSrvIcon24 } from "./StarFilledSrvIcon24";
1017
1022
  export { default as StarFilledSrvIcon32 } from "./StarFilledSrvIcon32";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.27.0",
3
+ "version": "1.29.0",
4
4
  "author": "СберБизнес",
5
5
  "description": "Иконки интернет-банка СберБизнес",
6
6
  "main": "./index.js",
package/styles/icons.css CHANGED
@@ -1 +1 @@
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
+ ._9l3sxu { fill: #008985; } ._12vd6ip { fill: #19BDB0; } ._a01tw3 { fill: #D10032; } ._xn382m { fill: #F80C45; } ._kkfqbx { fill: #EF4C01; } ._p9m04v { fill: #FF7A17; } ._a6n4st { fill: #0E57CC; } ._13lmy84 { fill: #1297FE; } ._idpie9 { fill: #697591; } ._wnazny { fill: #95A3C1; } ._3kz2ku { fill: #1F1F22; fill-opacity: .45; } ._18piiw2 { fill: #FFFFFF; fill-opacity: .35; } ._sjk18q { fill: #FFFFFF; fill-opacity: 1; } ._jffq5b { fill: #FFFFFF; fill-opacity: 1; } ._ilb345 { fill: #FFB13B; } ._1wdkfe8 { fill: #FFB13B; } ._ml9474 { fill: #1F1F22; fill-opacity: 1; } ._1qotgf5 { fill: #FFFFFF; fill-opacity: 1; } ._lkmgmg { fill: #1F1F22; fill-opacity: 1; } ._1bawo9g { fill: #1F1F22; fill-opacity: .45; } ._qwfxa7 { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._9l3sxu { fill: #21A19A; } .hoverable:hover ._12vd6ip { fill: #4BD9CF; } .hoverable:hover ._a01tw3 { fill: #E60037; } .hoverable:hover ._xn382m { fill: #FF5571; } .hoverable:hover ._kkfqbx { fill: #EF4C01; } .hoverable:hover ._p9m04v { fill: #FF7A17; } .hoverable:hover ._a6n4st { fill: #0E57CC; } .hoverable:hover ._13lmy84 { fill: #1297FE; } .hoverable:hover ._idpie9 { fill: #697591; } .hoverable:hover ._wnazny { fill: #95A3C1; } .hoverable:hover ._3kz2ku { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._18piiw2 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._sjk18q { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._jffq5b { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._ilb345 { fill: #FFB13B; } .hoverable:hover ._1wdkfe8 { fill: #FFB13B; } .hoverable:hover ._ml9474 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1qotgf5 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._lkmgmg { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1bawo9g { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._qwfxa7 { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:active ._9l3sxu, .hoverable.active ._9l3sxu { fill: #007777; } .hoverable:active ._12vd6ip, .hoverable.active ._12vd6ip { fill: #008985; } .hoverable:active ._a01tw3, .hoverable.active ._a01tw3 { fill: #BD002C; } .hoverable:active ._xn382m, .hoverable.active ._xn382m { fill: #D10032; } .hoverable:active ._kkfqbx, .hoverable.active ._kkfqbx { fill: #D10032; } .hoverable:active ._p9m04v, .hoverable.active ._p9m04v { fill: #FF7A17; } .hoverable:active ._a6n4st, .hoverable.active ._a6n4st { fill: #0E57CC; } .hoverable:active ._13lmy84, .hoverable.active ._13lmy84 { fill: #1297FE; } .hoverable:active ._idpie9, .hoverable.active ._idpie9 { fill: #697591; } .hoverable:active ._wnazny, .hoverable.active ._wnazny { fill: #95A3C1; } .hoverable:active ._3kz2ku, .hoverable.active ._3kz2ku { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._18piiw2, .hoverable.active ._18piiw2 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._sjk18q, .hoverable.active ._sjk18q { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._jffq5b, .hoverable.active ._jffq5b { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._ilb345, .hoverable.active ._ilb345 { fill: #FFB13B; } .hoverable:active ._1wdkfe8, .hoverable.active ._1wdkfe8 { fill: #FFB13B; } .hoverable:active ._ml9474, .hoverable.active ._ml9474 { fill: #008985; } .hoverable:active ._1qotgf5, .hoverable.active ._1qotgf5 { fill: #19BDB0; } .hoverable:active ._lkmgmg, .hoverable.active ._lkmgmg { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._1bawo9g, .hoverable.active ._1bawo9g { fill: #008985; } .hoverable:active ._qwfxa7, .hoverable.active ._qwfxa7 { fill: #19BDB0; } .hoverable:disabled ._9l3sxu, .hoverable.disabled ._9l3sxu { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._12vd6ip, .hoverable.disabled ._12vd6ip { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._a01tw3, .hoverable.disabled ._a01tw3 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._xn382m, .hoverable.disabled ._xn382m { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kkfqbx, .hoverable.disabled ._kkfqbx { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._p9m04v, .hoverable.disabled ._p9m04v { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._a6n4st, .hoverable.disabled ._a6n4st { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._13lmy84, .hoverable.disabled ._13lmy84 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._idpie9, .hoverable.disabled ._idpie9 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._wnazny, .hoverable.disabled ._wnazny { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._3kz2ku, .hoverable.disabled ._3kz2ku { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._18piiw2, .hoverable.disabled ._18piiw2 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._sjk18q, .hoverable.disabled ._sjk18q { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._jffq5b, .hoverable.disabled ._jffq5b { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ilb345, .hoverable.disabled ._ilb345 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1wdkfe8, .hoverable.disabled ._1wdkfe8 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ml9474, .hoverable.disabled ._ml9474 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1qotgf5, .hoverable.disabled ._1qotgf5 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._lkmgmg, .hoverable.disabled ._lkmgmg { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1bawo9g, .hoverable.disabled ._1bawo9g { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._qwfxa7, .hoverable.disabled ._qwfxa7 { fill: #FFFFFF; fill-opacity: .15; }
@@ -1,52 +1,52 @@
1
1
  import { EIconsTheme } from "../ThemeProvider";
2
2
  const themeToClassNamePalettes = [
3
3
  {
4
- [EIconsTheme.LIGHT]: "_b49rgo",
5
- [EIconsTheme.DARK]: "_11bpxe3",
4
+ [EIconsTheme.LIGHT]: "_9l3sxu",
5
+ [EIconsTheme.DARK]: "_12vd6ip",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_cxbgd5",
9
- [EIconsTheme.DARK]: "_w2z638",
8
+ [EIconsTheme.LIGHT]: "_a01tw3",
9
+ [EIconsTheme.DARK]: "_xn382m",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_hypx53",
13
- [EIconsTheme.DARK]: "_mmn8rp",
12
+ [EIconsTheme.LIGHT]: "_kkfqbx",
13
+ [EIconsTheme.DARK]: "_p9m04v",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_ct52x3",
17
- [EIconsTheme.DARK]: "_10o24em",
16
+ [EIconsTheme.LIGHT]: "_a6n4st",
17
+ [EIconsTheme.DARK]: "_13lmy84",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_k5gui3",
21
- [EIconsTheme.DARK]: "_zaqyh0",
20
+ [EIconsTheme.LIGHT]: "_idpie9",
21
+ [EIconsTheme.DARK]: "_wnazny",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_1sl7t0",
25
- [EIconsTheme.DARK]: "_1bnexig",
24
+ [EIconsTheme.LIGHT]: "_3kz2ku",
25
+ [EIconsTheme.DARK]: "_18piiw2",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1bnexig",
29
- [EIconsTheme.DARK]: "_1sl7t0",
28
+ [EIconsTheme.LIGHT]: "_18piiw2",
29
+ [EIconsTheme.DARK]: "_3kz2ku",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_u1bigw",
33
- [EIconsTheme.DARK]: "_l983dh",
32
+ [EIconsTheme.LIGHT]: "_sjk18q",
33
+ [EIconsTheme.DARK]: "_jffq5b",
34
34
  },
35
35
  {
36
- [EIconsTheme.LIGHT]: "_kfegzz",
37
- [EIconsTheme.DARK]: "_1y6ksfu",
36
+ [EIconsTheme.LIGHT]: "_ilb345",
37
+ [EIconsTheme.DARK]: "_1wdkfe8",
38
38
  },
39
39
  {
40
- [EIconsTheme.LIGHT]: "_pij24q",
41
- [EIconsTheme.DARK]: "_1tbskff",
40
+ [EIconsTheme.LIGHT]: "_ml9474",
41
+ [EIconsTheme.DARK]: "_1qotgf5",
42
42
  },
43
43
  {
44
- [EIconsTheme.LIGHT]: "_u1bigw",
45
- [EIconsTheme.DARK]: "_jsvfky",
44
+ [EIconsTheme.LIGHT]: "_sjk18q",
45
+ [EIconsTheme.DARK]: "_lkmgmg",
46
46
  },
47
47
  {
48
- [EIconsTheme.LIGHT]: "_18n5fq6",
49
- [EIconsTheme.DARK]: "_tiy4vp",
48
+ [EIconsTheme.LIGHT]: "_1bawo9g",
49
+ [EIconsTheme.DARK]: "_qwfxa7",
50
50
  },
51
51
  ];
52
52
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];