@sberbusiness/icons-next 1.27.0 → 1.28.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 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;
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";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.27.0",
3
+ "version": "1.28.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
+ ._9sofhx { fill: #008985; } ._13cxf92 { fill: #19BDB0; } ._ahgjhg { fill: #D10032; } ._xki0tl { fill: #F80C45; } ._l20e2i { fill: #EF4C01; } ._p76rrs { fill: #FF7A17; } ._ae7uii { fill: #0E57CC; } ._13t80kz { fill: #1297FE; } ._iv3rdi { fill: #697591; } ._waw2t5 { fill: #95A3C1; } ._3njabd { fill: #1F1F22; fill-opacity: .45; } ._18myb6d { fill: #FFFFFF; fill-opacity: .35; } ._slzbzx { fill: #FFFFFF; fill-opacity: 1; } ._jwzm7c { fill: #FFFFFF; fill-opacity: 1; } ._iiw88i { fill: #FFB13B; } ._1wpyytj { fill: #FFB13B; } ._mdodrr { fill: #1F1F22; fill-opacity: 1; } ._1q795cm { fill: #FFFFFF; fill-opacity: 1; } ._l38k9r { fill: #1F1F22; fill-opacity: 1; } ._1bnbi03 { fill: #1F1F22; fill-opacity: .45; } ._qz13pk { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._9sofhx { fill: #21A19A; } .hoverable:hover ._13cxf92 { fill: #4BD9CF; } .hoverable:hover ._ahgjhg { fill: #E60037; } .hoverable:hover ._xki0tl { fill: #FF5571; } .hoverable:hover ._l20e2i { fill: #EF4C01; } .hoverable:hover ._p76rrs { fill: #FF7A17; } .hoverable:hover ._ae7uii { fill: #0E57CC; } .hoverable:hover ._13t80kz { fill: #1297FE; } .hoverable:hover ._iv3rdi { fill: #697591; } .hoverable:hover ._waw2t5 { fill: #95A3C1; } .hoverable:hover ._3njabd { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._18myb6d { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._slzbzx { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._jwzm7c { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._iiw88i { fill: #FFB13B; } .hoverable:hover ._1wpyytj { fill: #FFB13B; } .hoverable:hover ._mdodrr { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1q795cm { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._l38k9r { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1bnbi03 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._qz13pk { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:active ._9sofhx, .hoverable.active ._9sofhx { fill: #007777; } .hoverable:active ._13cxf92, .hoverable.active ._13cxf92 { fill: #008985; } .hoverable:active ._ahgjhg, .hoverable.active ._ahgjhg { fill: #BD002C; } .hoverable:active ._xki0tl, .hoverable.active ._xki0tl { fill: #D10032; } .hoverable:active ._l20e2i, .hoverable.active ._l20e2i { fill: #D10032; } .hoverable:active ._p76rrs, .hoverable.active ._p76rrs { fill: #FF7A17; } .hoverable:active ._ae7uii, .hoverable.active ._ae7uii { fill: #0E57CC; } .hoverable:active ._13t80kz, .hoverable.active ._13t80kz { fill: #1297FE; } .hoverable:active ._iv3rdi, .hoverable.active ._iv3rdi { fill: #697591; } .hoverable:active ._waw2t5, .hoverable.active ._waw2t5 { fill: #95A3C1; } .hoverable:active ._3njabd, .hoverable.active ._3njabd { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._18myb6d, .hoverable.active ._18myb6d { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._slzbzx, .hoverable.active ._slzbzx { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._jwzm7c, .hoverable.active ._jwzm7c { fill: #FFFFFF; fill-opacity: 1; } .hoverable:active ._iiw88i, .hoverable.active ._iiw88i { fill: #FFB13B; } .hoverable:active ._1wpyytj, .hoverable.active ._1wpyytj { fill: #FFB13B; } .hoverable:active ._mdodrr, .hoverable.active ._mdodrr { fill: #008985; } .hoverable:active ._1q795cm, .hoverable.active ._1q795cm { fill: #19BDB0; } .hoverable:active ._l38k9r, .hoverable.active ._l38k9r { fill: #1F1F22; fill-opacity: 1; } .hoverable:active ._1bnbi03, .hoverable.active ._1bnbi03 { fill: #008985; } .hoverable:active ._qz13pk, .hoverable.active ._qz13pk { fill: #19BDB0; } .hoverable:disabled ._9sofhx, .hoverable.disabled ._9sofhx { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._13cxf92, .hoverable.disabled ._13cxf92 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ahgjhg, .hoverable.disabled ._ahgjhg { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._xki0tl, .hoverable.disabled ._xki0tl { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._l20e2i, .hoverable.disabled ._l20e2i { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._p76rrs, .hoverable.disabled ._p76rrs { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ae7uii, .hoverable.disabled ._ae7uii { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._13t80kz, .hoverable.disabled ._13t80kz { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._iv3rdi, .hoverable.disabled ._iv3rdi { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._waw2t5, .hoverable.disabled ._waw2t5 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._3njabd, .hoverable.disabled ._3njabd { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._18myb6d, .hoverable.disabled ._18myb6d { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._slzbzx, .hoverable.disabled ._slzbzx { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._jwzm7c, .hoverable.disabled ._jwzm7c { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._iiw88i, .hoverable.disabled ._iiw88i { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1wpyytj, .hoverable.disabled ._1wpyytj { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._mdodrr, .hoverable.disabled ._mdodrr { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1q795cm, .hoverable.disabled ._1q795cm { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._l38k9r, .hoverable.disabled ._l38k9r { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1bnbi03, .hoverable.disabled ._1bnbi03 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._qz13pk, .hoverable.disabled ._qz13pk { 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]: "_9sofhx",
5
+ [EIconsTheme.DARK]: "_13cxf92",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_cxbgd5",
9
- [EIconsTheme.DARK]: "_w2z638",
8
+ [EIconsTheme.LIGHT]: "_ahgjhg",
9
+ [EIconsTheme.DARK]: "_xki0tl",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_hypx53",
13
- [EIconsTheme.DARK]: "_mmn8rp",
12
+ [EIconsTheme.LIGHT]: "_l20e2i",
13
+ [EIconsTheme.DARK]: "_p76rrs",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_ct52x3",
17
- [EIconsTheme.DARK]: "_10o24em",
16
+ [EIconsTheme.LIGHT]: "_ae7uii",
17
+ [EIconsTheme.DARK]: "_13t80kz",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_k5gui3",
21
- [EIconsTheme.DARK]: "_zaqyh0",
20
+ [EIconsTheme.LIGHT]: "_iv3rdi",
21
+ [EIconsTheme.DARK]: "_waw2t5",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_1sl7t0",
25
- [EIconsTheme.DARK]: "_1bnexig",
24
+ [EIconsTheme.LIGHT]: "_3njabd",
25
+ [EIconsTheme.DARK]: "_18myb6d",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1bnexig",
29
- [EIconsTheme.DARK]: "_1sl7t0",
28
+ [EIconsTheme.LIGHT]: "_18myb6d",
29
+ [EIconsTheme.DARK]: "_3njabd",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_u1bigw",
33
- [EIconsTheme.DARK]: "_l983dh",
32
+ [EIconsTheme.LIGHT]: "_slzbzx",
33
+ [EIconsTheme.DARK]: "_jwzm7c",
34
34
  },
35
35
  {
36
- [EIconsTheme.LIGHT]: "_kfegzz",
37
- [EIconsTheme.DARK]: "_1y6ksfu",
36
+ [EIconsTheme.LIGHT]: "_iiw88i",
37
+ [EIconsTheme.DARK]: "_1wpyytj",
38
38
  },
39
39
  {
40
- [EIconsTheme.LIGHT]: "_pij24q",
41
- [EIconsTheme.DARK]: "_1tbskff",
40
+ [EIconsTheme.LIGHT]: "_mdodrr",
41
+ [EIconsTheme.DARK]: "_1q795cm",
42
42
  },
43
43
  {
44
- [EIconsTheme.LIGHT]: "_u1bigw",
45
- [EIconsTheme.DARK]: "_jsvfky",
44
+ [EIconsTheme.LIGHT]: "_slzbzx",
45
+ [EIconsTheme.DARK]: "_l38k9r",
46
46
  },
47
47
  {
48
- [EIconsTheme.LIGHT]: "_18n5fq6",
49
- [EIconsTheme.DARK]: "_tiy4vp",
48
+ [EIconsTheme.LIGHT]: "_1bnbi03",
49
+ [EIconsTheme.DARK]: "_qz13pk",
50
50
  },
51
51
  ];
52
52
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];