@sberbusiness/icons-next 1.0.0 → 1.1.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.
- package/ArrowleftStrokeSrvIcon24.js +1 -1
- package/ArrowrightStrokeSrvIcon24.js +1 -1
- package/BalanceStrokeNavIcon20.d.ts +4 -0
- package/BalanceStrokeNavIcon20.js +9 -0
- package/BalanceStrokeNavIcon24.d.ts +4 -0
- package/BalanceStrokeNavIcon24.js +9 -0
- package/BalanceStrokeNavIcon32.d.ts +4 -0
- package/BalanceStrokeNavIcon32.js +9 -0
- package/ConfirmloginMrkIcon128.d.ts +4 -0
- package/ConfirmloginMrkIcon128.js +57 -0
- package/DownloadStrokeSrvIcon20.d.ts +4 -0
- package/DownloadStrokeSrvIcon20.js +9 -0
- package/DownloadStrokeSrvIcon24.d.ts +4 -0
- package/DownloadStrokeSrvIcon24.js +9 -0
- package/DownloadStrokeSrvIcon32.d.ts +4 -0
- package/DownloadStrokeSrvIcon32.js +9 -0
- package/EmptytableSysIcon128.d.ts +4 -0
- package/EmptytableSysIcon128.js +47 -0
- package/EmptytableSysIcon96.d.ts +4 -0
- package/EmptytableSysIcon96.js +47 -0
- package/ErrorStsIcon84.js +5 -9
- package/ErrorStsIcon96.js +6 -10
- package/ErrorgradientStsIcon128.d.ts +4 -0
- package/ErrorgradientStsIcon128.js +27 -0
- package/ErrorgradientStsIcon96.d.ts +4 -0
- package/ErrorgradientStsIcon96.js +25 -0
- package/GotologinMrkIcon128.d.ts +4 -0
- package/GotologinMrkIcon128.js +60 -0
- package/HelpSysIcon128.d.ts +4 -0
- package/HelpSysIcon128.js +51 -0
- package/HelpSysIcon96.d.ts +4 -0
- package/HelpSysIcon96.js +51 -0
- package/MenuStrokeNavIcon20.d.ts +4 -0
- package/MenuStrokeNavIcon20.js +9 -0
- package/MenuStrokeNavIcon24.d.ts +4 -0
- package/MenuStrokeNavIcon24.js +9 -0
- package/MenuStrokeNavIcon32.d.ts +4 -0
- package/MenuStrokeNavIcon32.js +9 -0
- package/NodocumentsMrkIcon128.js +56 -16
- package/NodocumentsMrkIcon84.d.ts +1 -0
- package/NodocumentsMrkIcon84.js +1 -0
- package/NodocumentsMrkIcon96.js +57 -17
- package/NotfoundSysIcon128.d.ts +4 -0
- package/NotfoundSysIcon128.js +47 -0
- package/NotfoundSysIcon84.d.ts +5 -0
- package/NotfoundSysIcon84.js +38 -0
- package/NotfoundSysIcon96.d.ts +4 -0
- package/NotfoundSysIcon96.js +47 -0
- package/ServicesetupSysIcon128.d.ts +4 -0
- package/ServicesetupSysIcon128.js +51 -0
- package/ServicesetupSysIcon84.d.ts +5 -0
- package/ServicesetupSysIcon84.js +24 -0
- package/ServicesetupSysIcon96.d.ts +4 -0
- package/ServicesetupSysIcon96.js +51 -0
- package/SuccessStsIcon84.js +5 -9
- package/SuccessStsIcon96.js +6 -10
- package/SuccessgradientStsIcon128.d.ts +4 -0
- package/SuccessgradientStsIcon128.js +25 -0
- package/SuccessgradientStsIcon96.d.ts +4 -0
- package/SuccessgradientStsIcon96.js +25 -0
- package/WaitStsIcon84.js +5 -9
- package/WaitStsIcon96.js +6 -10
- package/WaitgradientStsIcon128.d.ts +4 -0
- package/WaitgradientStsIcon128.js +25 -0
- package/WaitgradientStsIcon96.d.ts +4 -0
- package/WaitgradientStsIcon96.js +25 -0
- package/WarningStsIcon84.js +5 -9
- package/WarningStsIcon96.js +6 -10
- package/WarninggradientStsIcon128.d.ts +4 -0
- package/WarninggradientStsIcon128.js +25 -0
- package/WarninggradientStsIcon96.d.ts +4 -0
- package/WarninggradientStsIcon96.js +25 -0
- package/index.d.ts +29 -0
- package/index.js +29 -0
- package/package.json +1 -1
- package/styles/icons.css +1 -1
- package/utils/getPathClassName.js +16 -16
package/WarningStsIcon96.js
CHANGED
|
@@ -4,36 +4,32 @@ const WarningStsIcon96 = React.forwardRef((props, ref) => {
|
|
|
4
4
|
React.createElement("defs", null,
|
|
5
5
|
React.createElement("filter", { id: "a_warning96", width: "96", height: "96", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
6
6
|
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
7
|
-
React.createElement("
|
|
8
|
-
React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
|
|
9
|
-
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
|
|
7
|
+
React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
10
8
|
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
11
9
|
React.createElement("feOffset", { dy: "3" }),
|
|
12
10
|
React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
|
|
13
11
|
React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
|
|
14
12
|
React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
|
|
15
|
-
React.createElement("feBlend", { in2: "shape", result: "
|
|
13
|
+
React.createElement("feBlend", { in2: "shape", result: "effect_innerShadow_1" })),
|
|
16
14
|
React.createElement("filter", { id: "b_warning96", width: "72", height: "72", x: "12", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
17
15
|
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
18
|
-
React.createElement("
|
|
19
|
-
React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
|
|
20
|
-
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
|
|
16
|
+
React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
21
17
|
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
22
18
|
React.createElement("feOffset", { dy: "3" }),
|
|
23
19
|
React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
|
|
24
20
|
React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
|
|
25
21
|
React.createElement("feColorMatrix", { values: "0 0 0 0 0.94902 0 0 0 0 0.95686 0 0 0 0 0.96863 0 0 0 1 0" }),
|
|
26
|
-
React.createElement("feBlend", { in2: "shape", result: "
|
|
22
|
+
React.createElement("feBlend", { in2: "shape", result: "effect_innerShadow_1" }),
|
|
27
23
|
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
28
24
|
React.createElement("feOffset", { dy: "-3" }),
|
|
29
25
|
React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
|
|
30
26
|
React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
|
|
31
27
|
React.createElement("feColorMatrix", { values: "0 0 0 0 0.94902 0 0 0 0 0.95686 0 0 0 0 0.96863 0 0 0 1 0" }),
|
|
32
|
-
React.createElement("feBlend", { in2: "
|
|
28
|
+
React.createElement("feBlend", { in2: "effect_innerShadow_1", result: "effect_innerShadow_2" }))),
|
|
33
29
|
React.createElement("g", { filter: "url(#a_warning96)" },
|
|
34
30
|
React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M48 0c18.71 0 28.06 0 34.89 4.29 3.56 2.23 6.58 5.25 8.81 8.81C96 19.93 96 29.28 96 48c0 18.71 0 28.06-4.3 34.89a27.9 27.9 0 0 1-8.81 8.81C76.06 96 66.71 96 48 96c-18.72 0-28.07 0-34.9-4.3a27.9 27.9 0 0 1-8.81-8.81C0 76.06 0 66.71 0 48c0-18.72 0-28.07 4.29-34.9 2.23-3.56 5.25-6.58 8.81-8.81C19.93 0 29.28 0 48 0" })),
|
|
35
31
|
React.createElement("g", { filter: "url(#b_warning96)" },
|
|
36
32
|
React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "M47 12h2c14.04 0 21.06 0 26.11 3.37 2.18 1.45 4.06 3.33 5.51 5.51C84 25.93 84 32.95 84 47v2c0 14.04 0 21.06-3.38 26.11a19.8 19.8 0 0 1-5.51 5.51C70.06 84 63.04 84 49 84h-2c-14.05 0-21.07 0-26.12-3.38a19.8 19.8 0 0 1-5.51-5.51C12 70.06 12 63.04 12 49v-2c0-14.05 0-21.07 3.37-26.12 1.45-2.18 3.33-4.06 5.51-5.51C25.93 12 32.95 12 47 12" })),
|
|
37
|
-
React.createElement("path", { fill: "#EF4C01", fillRule: "evenodd", d: "M48
|
|
33
|
+
React.createElement("path", { fill: "#EF4C01", fillRule: "evenodd", d: "M48 33c1.12 0 2 .88 2 2v18c0 1.12-.88 2-2 2-1.13 0-2-.88-2-2V35c0-1.12.87-2 2-2m0 26c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
38
34
|
});
|
|
39
35
|
export default WarningStsIcon96;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme, EIconsTheme } from "./ThemeProvider";
|
|
3
|
+
const WarninggradientStsIcon128 = React.forwardRef((props, ref) => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
switch (theme) {
|
|
6
|
+
case EIconsTheme.LIGHT:
|
|
7
|
+
break;
|
|
8
|
+
case EIconsTheme.DARK:
|
|
9
|
+
return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "WarninggradientStsIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
10
|
+
React.createElement("defs", null,
|
|
11
|
+
React.createElement("radialGradient", { id: "a_warninggradient128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 59.9117 -66.5175 0 64 85)", gradientUnits: "userSpaceOnUse" },
|
|
12
|
+
React.createElement("stop", { stopColor: "#FD6508" }),
|
|
13
|
+
React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))),
|
|
14
|
+
React.createElement("path", { fill: "url(#a_warninggradient128)", fillRule: "evenodd", d: "M64 22c16.37 0 24.55 0 30.53 3.75 3.12 1.96 5.75 4.59 7.71 7.71C106 39.44 106 47.62 106 64c0 16.37 0 24.55-3.76 30.53a24.5 24.5 0 0 1-7.71 7.71C88.55 106 80.37 106 64 106c-16.38 0-24.56 0-30.54-3.76a24.5 24.5 0 0 1-7.71-7.71C22 88.55 22 80.37 22 64c0-16.38 0-24.56 3.75-30.54 1.96-3.12 4.59-5.75 7.71-7.71C39.44 22 47.62 22 64 22" }),
|
|
15
|
+
React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M64 49c1.12 0 2 .88 2 2v18c0 1.12-.88 2-2 2-1.13 0-2-.88-2-2V51c0-1.12.87-2 2-2m0 26c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
16
|
+
}
|
|
17
|
+
return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "WarninggradientStsIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
18
|
+
React.createElement("defs", null,
|
|
19
|
+
React.createElement("radialGradient", { id: "a_warninggradient128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 59.9117 -66.5175 0 64 85)", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#FD6508" }),
|
|
21
|
+
React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))),
|
|
22
|
+
React.createElement("path", { fill: "url(#a_warninggradient128)", fillRule: "evenodd", d: "M64 22c16.37 0 24.55 0 30.53 3.75 3.12 1.96 5.75 4.59 7.71 7.71C106 39.44 106 47.62 106 64c0 16.37 0 24.55-3.76 30.53a24.5 24.5 0 0 1-7.71 7.71C88.55 106 80.37 106 64 106c-16.38 0-24.56 0-30.54-3.76a24.5 24.5 0 0 1-7.71-7.71C22 88.55 22 80.37 22 64c0-16.38 0-24.56 3.75-30.54 1.96-3.12 4.59-5.75 7.71-7.71C39.44 22 47.62 22 64 22" }),
|
|
23
|
+
React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M64 49c1.12 0 2 .88 2 2v18c0 1.12-.88 2-2 2-1.13 0-2-.88-2-2V51c0-1.12.87-2 2-2m0 26c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
24
|
+
});
|
|
25
|
+
export default WarninggradientStsIcon128;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme, EIconsTheme } from "./ThemeProvider";
|
|
3
|
+
const WarninggradientStsIcon96 = React.forwardRef((props, ref) => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
switch (theme) {
|
|
6
|
+
case EIconsTheme.LIGHT:
|
|
7
|
+
break;
|
|
8
|
+
case EIconsTheme.DARK:
|
|
9
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "WarninggradientStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
10
|
+
React.createElement("defs", null,
|
|
11
|
+
React.createElement("radialGradient", { id: "a_warninggradient96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 51.3529 -57.015 0 48 66)", gradientUnits: "userSpaceOnUse" },
|
|
12
|
+
React.createElement("stop", { stopColor: "#FD6508" }),
|
|
13
|
+
React.createElement("stop", { offset: ".861", stopColor: "#373C49" }))),
|
|
14
|
+
React.createElement("path", { fill: "url(#a_warninggradient96)", fillRule: "evenodd", d: "M48 12c12.6 0 18.9 0 23.71 2.45 4.23 2.15 7.68 5.6 9.83 9.83C84 29.09 84 35.39 84 48c0 12.6 0 18.9-2.46 23.71-2.15 4.23-5.6 7.68-9.83 9.83C66.9 84 60.6 84 48 84c-12.61 0-18.91 0-23.72-2.46-4.23-2.15-7.68-5.6-9.83-9.83C12 66.9 12 60.6 12 48c0-12.61 0-18.91 2.45-23.72 2.15-4.23 5.6-7.68 9.83-9.83C29.09 12 35.39 12 48 12" }),
|
|
15
|
+
React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M50 51V36c0-1.12-.88-2-2-2-1.13 0-2 .88-2 2v15c0 1.12.87 2 2 2 1.12 0 2-.88 2-2m-2 7c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
16
|
+
}
|
|
17
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "WarninggradientStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
18
|
+
React.createElement("defs", null,
|
|
19
|
+
React.createElement("radialGradient", { id: "a_warninggradient96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 51.3529 -57.015 0 48 66)", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#FD6508" }),
|
|
21
|
+
React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" }))),
|
|
22
|
+
React.createElement("path", { fill: "url(#a_warninggradient96)", fillRule: "evenodd", d: "M48 12c12.6 0 18.9 0 23.71 2.45 4.23 2.15 7.68 5.6 9.83 9.83C84 29.09 84 35.39 84 48c0 12.6 0 18.9-2.46 23.71-2.15 4.23-5.6 7.68-9.83 9.83C66.9 84 60.6 84 48 84c-12.61 0-18.91 0-23.72-2.46-4.23-2.15-7.68-5.6-9.83-9.83C12 66.9 12 60.6 12 48c0-12.61 0-18.91 2.45-23.72 2.15-4.23 5.6-7.68 9.83-9.83C29.09 12 35.39 12 48 12" }),
|
|
23
|
+
React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M50 51V36c0-1.12-.88-2-2-2-1.13 0-2 .88-2 2v15c0 1.12.87 2 2 2 1.12 0 2-.88 2-2m-2 7c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
24
|
+
});
|
|
25
|
+
export default WarninggradientStsIcon96;
|
package/index.d.ts
CHANGED
|
@@ -2,9 +2,14 @@ export { ISingleColorIconProps, IMultiColorIconProps } from "./types";
|
|
|
2
2
|
export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
|
|
3
3
|
export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
|
|
4
4
|
export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
|
|
5
|
+
export { default as ConfirmloginMrkIcon128 } from "./ConfirmloginMrkIcon128";
|
|
6
|
+
export { default as GotologinMrkIcon128 } from "./GotologinMrkIcon128";
|
|
5
7
|
export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
|
|
6
8
|
export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
|
|
7
9
|
export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
|
|
10
|
+
export { default as BalanceStrokeNavIcon20 } from "./BalanceStrokeNavIcon20";
|
|
11
|
+
export { default as BalanceStrokeNavIcon24 } from "./BalanceStrokeNavIcon24";
|
|
12
|
+
export { default as BalanceStrokeNavIcon32 } from "./BalanceStrokeNavIcon32";
|
|
8
13
|
export { default as BellStrokeNavIcon20 } from "./BellStrokeNavIcon20";
|
|
9
14
|
export { default as BellStrokeNavIcon24 } from "./BellStrokeNavIcon24";
|
|
10
15
|
export { default as BellStrokeNavIcon32 } from "./BellStrokeNavIcon32";
|
|
@@ -19,6 +24,9 @@ export { default as ExitStrokeNavIcon24 } from "./ExitStrokeNavIcon24";
|
|
|
19
24
|
export { default as ExitStrokeNavIcon32 } from "./ExitStrokeNavIcon32";
|
|
20
25
|
export { default as HomeFilledNavIcon24 } from "./HomeFilledNavIcon24";
|
|
21
26
|
export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIcon24";
|
|
27
|
+
export { default as MenuStrokeNavIcon20 } from "./MenuStrokeNavIcon20";
|
|
28
|
+
export { default as MenuStrokeNavIcon24 } from "./MenuStrokeNavIcon24";
|
|
29
|
+
export { default as MenuStrokeNavIcon32 } from "./MenuStrokeNavIcon32";
|
|
22
30
|
export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
|
|
23
31
|
export { default as ProfilecircleStrokeNavIcon20 } from "./ProfilecircleStrokeNavIcon20";
|
|
24
32
|
export { default as ProfilecircleStrokeNavIcon24 } from "./ProfilecircleStrokeNavIcon24";
|
|
@@ -82,6 +90,9 @@ export { default as DotsverticalStrokeSrvIcon16 } from "./DotsverticalStrokeSrvI
|
|
|
82
90
|
export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvIcon20";
|
|
83
91
|
export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
|
|
84
92
|
export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
|
|
93
|
+
export { default as DownloadStrokeSrvIcon20 } from "./DownloadStrokeSrvIcon20";
|
|
94
|
+
export { default as DownloadStrokeSrvIcon24 } from "./DownloadStrokeSrvIcon24";
|
|
95
|
+
export { default as DownloadStrokeSrvIcon32 } from "./DownloadStrokeSrvIcon32";
|
|
85
96
|
export { default as DragdotsStrokeSrvIcon24 } from "./DragdotsStrokeSrvIcon24";
|
|
86
97
|
export { default as EditStrokeSrvIcon16 } from "./EditStrokeSrvIcon16";
|
|
87
98
|
export { default as EditStrokeSrvIcon20 } from "./EditStrokeSrvIcon20";
|
|
@@ -125,12 +136,20 @@ export { default as TickStrokeSrvIcon32 } from "./TickStrokeSrvIcon32";
|
|
|
125
136
|
export { default as TouchidStrokeSrvIcon32 } from "./TouchidStrokeSrvIcon32";
|
|
126
137
|
export { default as ErrorStsIcon84 } from "./ErrorStsIcon84";
|
|
127
138
|
export { default as ErrorStsIcon96 } from "./ErrorStsIcon96";
|
|
139
|
+
export { default as ErrorgradientStsIcon128 } from "./ErrorgradientStsIcon128";
|
|
140
|
+
export { default as ErrorgradientStsIcon96 } from "./ErrorgradientStsIcon96";
|
|
128
141
|
export { default as SuccessStsIcon84 } from "./SuccessStsIcon84";
|
|
129
142
|
export { default as SuccessStsIcon96 } from "./SuccessStsIcon96";
|
|
143
|
+
export { default as SuccessgradientStsIcon128 } from "./SuccessgradientStsIcon128";
|
|
144
|
+
export { default as SuccessgradientStsIcon96 } from "./SuccessgradientStsIcon96";
|
|
130
145
|
export { default as WaitStsIcon84 } from "./WaitStsIcon84";
|
|
131
146
|
export { default as WaitStsIcon96 } from "./WaitStsIcon96";
|
|
147
|
+
export { default as WaitgradientStsIcon128 } from "./WaitgradientStsIcon128";
|
|
148
|
+
export { default as WaitgradientStsIcon96 } from "./WaitgradientStsIcon96";
|
|
132
149
|
export { default as WarningStsIcon84 } from "./WarningStsIcon84";
|
|
133
150
|
export { default as WarningStsIcon96 } from "./WarningStsIcon96";
|
|
151
|
+
export { default as WarninggradientStsIcon128 } from "./WarninggradientStsIcon128";
|
|
152
|
+
export { default as WarninggradientStsIcon96 } from "./WarninggradientStsIcon96";
|
|
134
153
|
export { default as EmergencymodeStrokeStsIcon24 } from "./EmergencymodeStrokeStsIcon24";
|
|
135
154
|
export { default as ErrorStrokeStsIcon16 } from "./ErrorStrokeStsIcon16";
|
|
136
155
|
export { default as ErrorStrokeStsIcon20 } from "./ErrorStrokeStsIcon20";
|
|
@@ -152,3 +171,13 @@ export { default as WaitStrokeStsIcon24 } from "./WaitStrokeStsIcon24";
|
|
|
152
171
|
export { default as WarningStrokeStsIcon16 } from "./WarningStrokeStsIcon16";
|
|
153
172
|
export { default as WarningStrokeStsIcon20 } from "./WarningStrokeStsIcon20";
|
|
154
173
|
export { default as WarningStrokeStsIcon24 } from "./WarningStrokeStsIcon24";
|
|
174
|
+
export { default as EmptytableSysIcon128 } from "./EmptytableSysIcon128";
|
|
175
|
+
export { default as EmptytableSysIcon96 } from "./EmptytableSysIcon96";
|
|
176
|
+
export { default as HelpSysIcon128 } from "./HelpSysIcon128";
|
|
177
|
+
export { default as HelpSysIcon96 } from "./HelpSysIcon96";
|
|
178
|
+
export { default as NotfoundSysIcon128 } from "./NotfoundSysIcon128";
|
|
179
|
+
export { default as NotfoundSysIcon84 } from "./NotfoundSysIcon84";
|
|
180
|
+
export { default as NotfoundSysIcon96 } from "./NotfoundSysIcon96";
|
|
181
|
+
export { default as ServicesetupSysIcon128 } from "./ServicesetupSysIcon128";
|
|
182
|
+
export { default as ServicesetupSysIcon84 } from "./ServicesetupSysIcon84";
|
|
183
|
+
export { default as ServicesetupSysIcon96 } from "./ServicesetupSysIcon96";
|
package/index.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
|
|
2
2
|
export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
|
|
3
3
|
export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
|
|
4
|
+
export { default as ConfirmloginMrkIcon128 } from "./ConfirmloginMrkIcon128";
|
|
5
|
+
export { default as GotologinMrkIcon128 } from "./GotologinMrkIcon128";
|
|
4
6
|
export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
|
|
5
7
|
export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
|
|
6
8
|
export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
|
|
9
|
+
export { default as BalanceStrokeNavIcon20 } from "./BalanceStrokeNavIcon20";
|
|
10
|
+
export { default as BalanceStrokeNavIcon24 } from "./BalanceStrokeNavIcon24";
|
|
11
|
+
export { default as BalanceStrokeNavIcon32 } from "./BalanceStrokeNavIcon32";
|
|
7
12
|
export { default as BellStrokeNavIcon20 } from "./BellStrokeNavIcon20";
|
|
8
13
|
export { default as BellStrokeNavIcon24 } from "./BellStrokeNavIcon24";
|
|
9
14
|
export { default as BellStrokeNavIcon32 } from "./BellStrokeNavIcon32";
|
|
@@ -18,6 +23,9 @@ export { default as ExitStrokeNavIcon24 } from "./ExitStrokeNavIcon24";
|
|
|
18
23
|
export { default as ExitStrokeNavIcon32 } from "./ExitStrokeNavIcon32";
|
|
19
24
|
export { default as HomeFilledNavIcon24 } from "./HomeFilledNavIcon24";
|
|
20
25
|
export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIcon24";
|
|
26
|
+
export { default as MenuStrokeNavIcon20 } from "./MenuStrokeNavIcon20";
|
|
27
|
+
export { default as MenuStrokeNavIcon24 } from "./MenuStrokeNavIcon24";
|
|
28
|
+
export { default as MenuStrokeNavIcon32 } from "./MenuStrokeNavIcon32";
|
|
21
29
|
export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
|
|
22
30
|
export { default as ProfilecircleStrokeNavIcon20 } from "./ProfilecircleStrokeNavIcon20";
|
|
23
31
|
export { default as ProfilecircleStrokeNavIcon24 } from "./ProfilecircleStrokeNavIcon24";
|
|
@@ -81,6 +89,9 @@ export { default as DotsverticalStrokeSrvIcon16 } from "./DotsverticalStrokeSrvI
|
|
|
81
89
|
export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvIcon20";
|
|
82
90
|
export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
|
|
83
91
|
export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
|
|
92
|
+
export { default as DownloadStrokeSrvIcon20 } from "./DownloadStrokeSrvIcon20";
|
|
93
|
+
export { default as DownloadStrokeSrvIcon24 } from "./DownloadStrokeSrvIcon24";
|
|
94
|
+
export { default as DownloadStrokeSrvIcon32 } from "./DownloadStrokeSrvIcon32";
|
|
84
95
|
export { default as DragdotsStrokeSrvIcon24 } from "./DragdotsStrokeSrvIcon24";
|
|
85
96
|
export { default as EditStrokeSrvIcon16 } from "./EditStrokeSrvIcon16";
|
|
86
97
|
export { default as EditStrokeSrvIcon20 } from "./EditStrokeSrvIcon20";
|
|
@@ -124,12 +135,20 @@ export { default as TickStrokeSrvIcon32 } from "./TickStrokeSrvIcon32";
|
|
|
124
135
|
export { default as TouchidStrokeSrvIcon32 } from "./TouchidStrokeSrvIcon32";
|
|
125
136
|
export { default as ErrorStsIcon84 } from "./ErrorStsIcon84";
|
|
126
137
|
export { default as ErrorStsIcon96 } from "./ErrorStsIcon96";
|
|
138
|
+
export { default as ErrorgradientStsIcon128 } from "./ErrorgradientStsIcon128";
|
|
139
|
+
export { default as ErrorgradientStsIcon96 } from "./ErrorgradientStsIcon96";
|
|
127
140
|
export { default as SuccessStsIcon84 } from "./SuccessStsIcon84";
|
|
128
141
|
export { default as SuccessStsIcon96 } from "./SuccessStsIcon96";
|
|
142
|
+
export { default as SuccessgradientStsIcon128 } from "./SuccessgradientStsIcon128";
|
|
143
|
+
export { default as SuccessgradientStsIcon96 } from "./SuccessgradientStsIcon96";
|
|
129
144
|
export { default as WaitStsIcon84 } from "./WaitStsIcon84";
|
|
130
145
|
export { default as WaitStsIcon96 } from "./WaitStsIcon96";
|
|
146
|
+
export { default as WaitgradientStsIcon128 } from "./WaitgradientStsIcon128";
|
|
147
|
+
export { default as WaitgradientStsIcon96 } from "./WaitgradientStsIcon96";
|
|
131
148
|
export { default as WarningStsIcon84 } from "./WarningStsIcon84";
|
|
132
149
|
export { default as WarningStsIcon96 } from "./WarningStsIcon96";
|
|
150
|
+
export { default as WarninggradientStsIcon128 } from "./WarninggradientStsIcon128";
|
|
151
|
+
export { default as WarninggradientStsIcon96 } from "./WarninggradientStsIcon96";
|
|
133
152
|
export { default as EmergencymodeStrokeStsIcon24 } from "./EmergencymodeStrokeStsIcon24";
|
|
134
153
|
export { default as ErrorStrokeStsIcon16 } from "./ErrorStrokeStsIcon16";
|
|
135
154
|
export { default as ErrorStrokeStsIcon20 } from "./ErrorStrokeStsIcon20";
|
|
@@ -151,3 +170,13 @@ export { default as WaitStrokeStsIcon24 } from "./WaitStrokeStsIcon24";
|
|
|
151
170
|
export { default as WarningStrokeStsIcon16 } from "./WarningStrokeStsIcon16";
|
|
152
171
|
export { default as WarningStrokeStsIcon20 } from "./WarningStrokeStsIcon20";
|
|
153
172
|
export { default as WarningStrokeStsIcon24 } from "./WarningStrokeStsIcon24";
|
|
173
|
+
export { default as EmptytableSysIcon128 } from "./EmptytableSysIcon128";
|
|
174
|
+
export { default as EmptytableSysIcon96 } from "./EmptytableSysIcon96";
|
|
175
|
+
export { default as HelpSysIcon128 } from "./HelpSysIcon128";
|
|
176
|
+
export { default as HelpSysIcon96 } from "./HelpSysIcon96";
|
|
177
|
+
export { default as NotfoundSysIcon128 } from "./NotfoundSysIcon128";
|
|
178
|
+
export { default as NotfoundSysIcon84 } from "./NotfoundSysIcon84";
|
|
179
|
+
export { default as NotfoundSysIcon96 } from "./NotfoundSysIcon96";
|
|
180
|
+
export { default as ServicesetupSysIcon128 } from "./ServicesetupSysIcon128";
|
|
181
|
+
export { default as ServicesetupSysIcon84 } from "./ServicesetupSysIcon84";
|
|
182
|
+
export { default as ServicesetupSysIcon96 } from "./ServicesetupSysIcon96";
|
package/package.json
CHANGED
package/styles/icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._yfk4r0 { fill: #008985; } ._g2blyc { fill: #19BDB0; } ._lk8qx5 { fill: #D10032; } ._4pqppv { fill: #F80C45; } ._3rk4pq { fill: #EF4C01; } ._gqt151 { fill: #FF7A17; } ._1vbqpu1 { fill: #0E57CC; } ._1w71uzr { fill: #1297FE; } ._z7kl1v { fill: #697591; } ._dtbp88 { fill: #95A3C1; } ._1c810mp { fill: #1F1F22; fill-opacity: .45; } ._bmtqz { fill: #FFFFFF; fill-opacity: .35; } ._c4xdnk { fill: #FFFFFF; fill-opacity: 1; } ._182gbo5 { fill: #FFFFFF; fill-opacity: 1; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._yfk4r0 { fill: #21A19A; } .hoverable:hover ._g2blyc { fill: #4BD9CF; } .hoverable:hover ._lk8qx5 { fill: #E60037; } .hoverable:hover ._4pqppv { fill: #FF5571; } .hoverable:hover ._3rk4pq { fill: #EF4C01; } .hoverable:hover ._gqt151 { fill: #FF7A17; } .hoverable:hover ._1vbqpu1 { fill: #0E57CC; } .hoverable:hover ._1w71uzr { fill: #1297FE; } .hoverable:hover ._z7kl1v { fill: #697591; } .hoverable:hover ._dtbp88 { fill: #95A3C1; } .hoverable:hover ._1c810mp { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._bmtqz { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._c4xdnk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._182gbo5 { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._yfk4r0, .hoverable.active ._yfk4r0 { fill: #007777; } .hoverable:not(:disabled):active ._g2blyc, .hoverable.active ._g2blyc { fill: #008985; } .hoverable:not(:disabled):active ._lk8qx5, .hoverable.active ._lk8qx5 { fill: #BD002C; } .hoverable:not(:disabled):active ._4pqppv, .hoverable.active ._4pqppv { fill: #D10032; } .hoverable:not(:disabled):active ._3rk4pq, .hoverable.active ._3rk4pq { fill: #D10032; } .hoverable:not(:disabled):active ._gqt151, .hoverable.active ._gqt151 { fill: #FF7A17; } .hoverable:not(:disabled):active ._1vbqpu1, .hoverable.active ._1vbqpu1 { fill: #0E57CC; } .hoverable:not(:disabled):active ._1w71uzr, .hoverable.active ._1w71uzr { fill: #1297FE; } .hoverable:not(:disabled):active ._z7kl1v, .hoverable.active ._z7kl1v { fill: #697591; } .hoverable:not(:disabled):active ._dtbp88, .hoverable.active ._dtbp88 { fill: #95A3C1; } .hoverable:not(:disabled):active ._1c810mp, .hoverable.active ._1c810mp { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._bmtqz, .hoverable.active ._bmtqz { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._c4xdnk, .hoverable.active ._c4xdnk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._182gbo5, .hoverable.active ._182gbo5 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:disabled ._yfk4r0, .hoverable.disabled ._yfk4r0 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._g2blyc, .hoverable.disabled ._g2blyc { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._lk8qx5, .hoverable.disabled ._lk8qx5 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._4pqppv, .hoverable.disabled ._4pqppv { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._3rk4pq, .hoverable.disabled ._3rk4pq { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._gqt151, .hoverable.disabled ._gqt151 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1vbqpu1, .hoverable.disabled ._1vbqpu1 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1w71uzr, .hoverable.disabled ._1w71uzr { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._z7kl1v, .hoverable.disabled ._z7kl1v { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._dtbp88, .hoverable.disabled ._dtbp88 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1c810mp, .hoverable.disabled ._1c810mp { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._bmtqz, .hoverable.disabled ._bmtqz { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._c4xdnk, .hoverable.disabled ._c4xdnk { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._182gbo5, .hoverable.disabled ._182gbo5 { fill: #FFFFFF; fill-opacity: .15; }
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { EIconsTheme } from "../ThemeProvider";
|
|
2
2
|
const themeToClassNamePalettes = [
|
|
3
3
|
{
|
|
4
|
-
[EIconsTheme.LIGHT]: "
|
|
5
|
-
[EIconsTheme.DARK]: "
|
|
4
|
+
[EIconsTheme.LIGHT]: "_yfk4r0",
|
|
5
|
+
[EIconsTheme.DARK]: "_g2blyc",
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
[EIconsTheme.LIGHT]: "
|
|
9
|
-
[EIconsTheme.DARK]: "
|
|
8
|
+
[EIconsTheme.LIGHT]: "_lk8qx5",
|
|
9
|
+
[EIconsTheme.DARK]: "_4pqppv",
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
[EIconsTheme.LIGHT]: "
|
|
13
|
-
[EIconsTheme.DARK]: "
|
|
12
|
+
[EIconsTheme.LIGHT]: "_3rk4pq",
|
|
13
|
+
[EIconsTheme.DARK]: "_gqt151",
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
[EIconsTheme.LIGHT]: "
|
|
17
|
-
[EIconsTheme.DARK]: "
|
|
16
|
+
[EIconsTheme.LIGHT]: "_1vbqpu1",
|
|
17
|
+
[EIconsTheme.DARK]: "_1w71uzr",
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
[EIconsTheme.LIGHT]: "
|
|
21
|
-
[EIconsTheme.DARK]: "
|
|
20
|
+
[EIconsTheme.LIGHT]: "_z7kl1v",
|
|
21
|
+
[EIconsTheme.DARK]: "_dtbp88",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
[EIconsTheme.LIGHT]: "
|
|
25
|
-
[EIconsTheme.DARK]: "
|
|
24
|
+
[EIconsTheme.LIGHT]: "_1c810mp",
|
|
25
|
+
[EIconsTheme.DARK]: "_bmtqz",
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
[EIconsTheme.LIGHT]: "
|
|
29
|
-
[EIconsTheme.DARK]: "
|
|
28
|
+
[EIconsTheme.LIGHT]: "_bmtqz",
|
|
29
|
+
[EIconsTheme.DARK]: "_1c810mp",
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
[EIconsTheme.LIGHT]: "
|
|
33
|
-
[EIconsTheme.DARK]: "
|
|
32
|
+
[EIconsTheme.LIGHT]: "_c4xdnk",
|
|
33
|
+
[EIconsTheme.DARK]: "_182gbo5",
|
|
34
34
|
},
|
|
35
35
|
];
|
|
36
36
|
const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];
|