@sberbusiness/icons-next 1.0.0-beta.2 → 1.0.0-beta.3

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.
Files changed (47) hide show
  1. package/CaretdownStrokeSrvIcon16.js +1 -1
  2. package/CaretdownStrokeSrvIcon20.js +1 -1
  3. package/CaretdownStrokeSrvIcon24.js +1 -1
  4. package/CaretleftStrokeSrvIcon16.js +1 -1
  5. package/CaretleftStrokeSrvIcon20.js +1 -1
  6. package/CaretleftStrokeSrvIcon24.js +1 -1
  7. package/CaretrightStrokeSrvIcon16.js +1 -1
  8. package/CaretrightStrokeSrvIcon20.js +1 -1
  9. package/CaretrightStrokeSrvIcon24.js +1 -1
  10. package/CaretupStrokeSrvIcon16.js +1 -1
  11. package/CaretupStrokeSrvIcon20.js +1 -1
  12. package/CaretupStrokeSrvIcon24.js +1 -1
  13. package/ErrorStsIcon84.d.ts +4 -0
  14. package/ErrorStsIcon84.js +39 -0
  15. package/ErrorStsIcon96.d.ts +4 -0
  16. package/ErrorStsIcon96.js +39 -0
  17. package/GigaassistaintOtherBrdIcon20.d.ts +4 -0
  18. package/GigaassistaintOtherBrdIcon20.js +9 -0
  19. package/GigaassistaintOtherBrdIcon32.d.ts +4 -0
  20. package/GigaassistaintOtherBrdIcon32.js +9 -0
  21. package/NodocumentsMrkIcon128.d.ts +4 -0
  22. package/NodocumentsMrkIcon128.js +24 -0
  23. package/NodocumentsMrkIcon84.d.ts +4 -0
  24. package/NodocumentsMrkIcon84.js +24 -0
  25. package/NodocumentsMrkIcon96.d.ts +4 -0
  26. package/NodocumentsMrkIcon96.js +24 -0
  27. package/SearchStrokeSrvIcon16.js +1 -1
  28. package/SearchStrokeSrvIcon20.js +1 -1
  29. package/SearchStrokeSrvIcon24.js +1 -1
  30. package/SearchStrokeSrvIcon32.js +1 -1
  31. package/SuccessStsIcon84.d.ts +4 -0
  32. package/SuccessStsIcon84.js +39 -0
  33. package/SuccessStsIcon96.d.ts +4 -0
  34. package/SuccessStsIcon96.js +39 -0
  35. package/WaitStsIcon84.d.ts +4 -0
  36. package/WaitStsIcon84.js +39 -0
  37. package/WaitStsIcon96.d.ts +4 -0
  38. package/WaitStsIcon96.js +39 -0
  39. package/WarningStsIcon84.d.ts +4 -0
  40. package/WarningStsIcon84.js +39 -0
  41. package/WarningStsIcon96.d.ts +4 -0
  42. package/WarningStsIcon96.js +39 -0
  43. package/index.d.ts +13 -0
  44. package/index.js +13 -0
  45. package/package.json +1 -1
  46. package/styles/icons.css +1 -1
  47. package/utils/getPathClassName.js +16 -16
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretdownStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretdownStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 5.33c.36-.41 1-.45 1.41-.08L8 8.66l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 5.83c.36-.41 1-.45 1.41-.08L8 9.16l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
8
8
  });
9
9
  export default CaretdownStrokeSrvIcon16;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretdownStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretdownStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.75 7.33c.36-.41 1-.45 1.41-.08L10 10.66l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.75 8.33c.36-.41 1-.45 1.41-.08L10 11.66l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
8
8
  });
9
9
  export default CaretdownStrokeSrvIcon20;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretdownStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretdownStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 8.76a.99.99 0 0 0-1.41.06.98.98 0 0 0 .07 1.41l5.49 4.96c.23.2.45.31.68.31.22 0 .44-.11.67-.31l5.49-4.96a.98.98 0 0 0 .07-1.41c-.38-.41-1-.44-1.41-.06L12 13.11z" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 9.76a.99.99 0 0 0-1.41.06.98.98 0 0 0 .07 1.41l5.49 4.96c.23.2.45.31.68.31.22 0 .44-.11.67-.31l5.49-4.96a.98.98 0 0 0 .07-1.41c-.38-.41-1-.44-1.41-.06L12 14.11z" }));
8
8
  });
9
9
  export default CaretdownStrokeSrvIcon24;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretleftStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretleftStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10.66 2.75c.41.36.45 1 .08 1.41L7.33 8l3.41 3.83c.37.41.33 1.05-.08 1.41a.997.997 0 0 1-1.41-.08l-4-4.5a.995.995 0 0 1 0-1.33l4-4.5c.36-.41 1-.45 1.41-.08" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10.16 2.75c.41.36.45 1 .08 1.41L6.83 8l3.41 3.83c.37.41.33 1.05-.08 1.41a.997.997 0 0 1-1.41-.08l-4-4.5a.995.995 0 0 1 0-1.33l4-4.5c.36-.41 1-.45 1.41-.08" }));
8
8
  });
9
9
  export default CaretleftStrokeSrvIcon16;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretleftStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretleftStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.66 4.75c.41.36.45 1 .08 1.41L9.33 9.99l3.41 3.84c.37.41.33 1.05-.08 1.41a.997.997 0 0 1-1.41-.08l-4-4.5a.995.995 0 0 1 0-1.33l4-4.5c.36-.41 1-.45 1.41-.08" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11.66 4.75c.41.36.45 1 .08 1.41L8.33 9.99l3.41 3.84c.37.41.33 1.05-.08 1.41a.997.997 0 0 1-1.41-.08l-4-4.5a.995.995 0 0 1 0-1.33l4-4.5c.36-.41 1-.45 1.41-.08" }));
8
8
  });
9
9
  export default CaretleftStrokeSrvIcon20;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretleftStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretleftStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.23 7.17a.99.99 0 0 0-.06-1.41.98.98 0 0 0-1.41.07L8.8 11.32c-.2.23-.3.45-.3.68 0 .22.1.44.3.67l4.96 5.49c.38.42.99.45 1.41.07.41-.38.44-1 .06-1.41L10.88 12z" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.23 7.17a.99.99 0 0 0-.06-1.41.98.98 0 0 0-1.41.07L7.8 11.32c-.2.23-.3.45-.3.68 0 .22.1.44.3.67l4.96 5.49c.38.42.99.45 1.41.07.41-.38.44-1 .06-1.41L9.88 12z" }));
8
8
  });
9
9
  export default CaretleftStrokeSrvIcon24;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretrightStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretrightStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5.33 2.75c-.41.36-.45 1-.08 1.41L8.66 8l-3.41 3.83a.997.997 0 0 0 .08 1.41c.41.37 1.05.33 1.41-.08l4-4.5c.34-.38.34-.95 0-1.33l-4-4.5c-.36-.41-1-.45-1.41-.08" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5.83 2.75c-.41.36-.45 1-.08 1.41L9.16 8l-3.41 3.83a.997.997 0 0 0 .08 1.41c.41.37 1.05.33 1.41-.08l4-4.5c.34-.38.34-.95 0-1.33l-4-4.5c-.36-.41-1-.45-1.41-.08" }));
8
8
  });
9
9
  export default CaretrightStrokeSrvIcon16;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretrightStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretrightStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.33 15.24c-.41-.36-.45-1-.08-1.41l3.41-3.84-3.41-3.83a.997.997 0 0 1 .08-1.41.997.997 0 0 1 1.41.08l4 4.5c.34.38.34.95 0 1.33l-4 4.5c-.36.41-1 .45-1.41.08" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M8.33 15.24c-.41-.36-.45-1-.08-1.41l3.41-3.84-3.41-3.83a.997.997 0 0 1 .08-1.41.997.997 0 0 1 1.41.08l4 4.5c.34.38.34.95 0 1.33l-4 4.5c-.36.41-1 .45-1.41.08" }));
8
8
  });
9
9
  export default CaretrightStrokeSrvIcon20;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretrightStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretrightStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M8.76 7.17a.99.99 0 0 1 .06-1.41.98.98 0 0 1 1.41.07l4.96 5.49c.2.23.31.45.31.68 0 .22-.11.44-.31.67l-4.96 5.49a.98.98 0 0 1-1.41.07c-.41-.38-.44-1-.06-1.41L13.11 12z" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9.76 7.17a.99.99 0 0 1 .06-1.41.98.98 0 0 1 1.41.07l4.96 5.49c.2.23.31.45.31.68 0 .22-.11.44-.31.67l-4.96 5.49a.98.98 0 0 1-1.41.07c-.41-.38-.44-1-.06-1.41L14.11 12z" }));
8
8
  });
9
9
  export default CaretrightStrokeSrvIcon24;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretupStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretupStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 10.66c.36.41 1 .45 1.41.08L8 7.33l3.83 3.41c.41.37 1.05.33 1.41-.08a.997.997 0 0 0-.08-1.41l-4.5-4a.995.995 0 0 0-1.33 0l-4.5 4c-.41.36-.45 1-.08 1.41" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 10.16c.36.41 1 .45 1.41.08L8 6.83l3.83 3.41c.41.37 1.05.33 1.41-.08a.997.997 0 0 0-.08-1.41l-4.5-4a.995.995 0 0 0-1.33 0l-4.5 4c-.41.36-.45 1-.08 1.41" }));
8
8
  });
9
9
  export default CaretupStrokeSrvIcon16;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretupStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretupStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.24 12.66c-.36.41-1 .45-1.41.08L10 9.33l-3.84 3.41a.997.997 0 0 1-1.41-.08.997.997 0 0 1 .08-1.41l4.5-4c.38-.34.95-.34 1.33 0l4.5 4c.41.36.45 1 .08 1.41" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.24 11.66c-.36.41-1 .45-1.41.08L10 8.33l-3.84 3.41a.997.997 0 0 1-1.41-.08.997.997 0 0 1 .08-1.41l4.5-4c.38-.34.95-.34 1.33 0l4.5 4c.41.36.45 1 .08 1.41" }));
8
8
  });
9
9
  export default CaretupStrokeSrvIcon20;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const CaretupStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretupStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 15.23a.99.99 0 0 1-1.41-.06.98.98 0 0 1 .07-1.41l5.49-4.96c.23-.2.45-.3.68-.3.22 0 .44.1.67.3l5.49 4.96c.42.38.45.99.07 1.41-.38.41-1 .44-1.41.06L12 10.88z" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 14.23a.99.99 0 0 1-1.41-.06.98.98 0 0 1 .07-1.41l5.49-4.96c.23-.2.45-.3.68-.3.22 0 .44.1.67.3l5.49 4.96c.42.38.45.99.07 1.41-.38.41-1 .44-1.41.06L12 9.88z" }));
8
8
  });
9
9
  export default CaretupStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ErrorStsIcon84: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ErrorStsIcon84;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const ErrorStsIcon84 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "84", height: "84", fill: "none", viewBox: "0 0 84 84", name: "ErrorStsIcon84", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_error84", width: "84", height: "84", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_error84", width: "64", height: "64", x: "10", y: "10", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_error84)" },
34
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M1.68 61.31 28.06 8.62c5.75-11.5 22.12-11.5 27.87 0l26.38 52.69C87.53 71.72 79.98 84 68.37 84H15.62C4.01 84-3.54 71.72 1.68 61.31" })),
35
+ React.createElement("g", { filter: "url(#b_error84)" },
36
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "M10.74 63.84 35.67 13.9c2.6-5.21 10.05-5.21 12.65 0l24.93 49.94C75.58 68.51 72.17 74 66.92 74H17.07c-5.25 0-8.66-5.49-6.33-10.16" })),
37
+ React.createElement("path", { fill: "#D10032", fillRule: "evenodd", d: "M44 48V33c0-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" }));
38
+ });
39
+ export default ErrorStsIcon84;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ErrorStsIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ErrorStsIcon96;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const ErrorStsIcon96 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "ErrorStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_error96", width: "96", height: "96", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_error96", width: "70", height: "72", x: "13", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_error96)" },
34
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M1.92 70.07 32.06 9.85c6.59-13.14 25.29-13.14 31.87 0l30.14 60.22C100.03 81.97 91.41 96 78.14 96H17.85C4.58 96-4.04 81.97 1.92 70.07" })),
35
+ React.createElement("g", { filter: "url(#b_error96)" },
36
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "m13.81 72.58 27.27-56.2c2.84-5.85 10.99-5.85 13.83 0l27.27 56.2C84.73 77.83 80.99 84 75.26 84H20.73c-5.73 0-9.47-6.17-6.92-11.42" })),
37
+ React.createElement("path", { fill: "#D10032", fillRule: "evenodd", d: "M50 56V38c0-1.12-.88-2-2-2-1.13 0-2 .88-2 2v18c0 1.12.87 2 2 2 1.12 0 2-.88 2-2m-2 6c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
38
+ });
39
+ export default ErrorStsIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const GigaassistaintOtherBrdIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default GigaassistaintOtherBrdIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const GigaassistaintOtherBrdIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
+ const pathClassName = getPathClassName(paletteIndex, useTheme());
6
+ return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "GigaassistaintOtherBrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M19.6 6.95c-.57-1.78-1.64-3.4-3.08-4.59-.74-.57-1.69-.81-2.6-.85h-.53c-2.47.13-4.81 1.29-6.77 2.76.8.88 1.57 1.87 2.31 2.82 1.59-1.13 3.28-2.17 5.06-2.99.57 1.09-1.27 2.88-2.03 3.51-1.73 1.4-3.69 2.77-5.97 2.95-.42.03-.84-.02-1.23-.12-1.06-.27-1.88-1.15-2.22-2.16-.16-.52-.16-1.08-.06-1.61.18-.96.67-1.89 1.34-2.71C5.36 1.95 8.1.61 11.23.61c2.38 0 3.02.37 3.28.52.09.05.14.08.19.06C13.38.51 11.92.06 10.43 0h-.24a6 6 0 0 0-.72.01C4.16.28-.18 4.83 0 10.14c0 .05 0 .13.01.18v.11c0 .08.01.17.01.25 0 .02.01.1.02.12.15 2.66 1.61 4.96 4.4 5.38.66.08 1.33.08 1.99.04 3.56-.25 7.29-2.12 9.53-4.88 1.02-1.27 1.76-2.82 1.86-4.45.01-.11 0-.22.01-.33 1.13 1.25 1.92 2.89 2.08 4.56.17-1.4.11-2.81-.31-4.17M2.27 16.54c1.91 1.34 4.28 2.13 6.84 2.13 4.61 0 8.6-2.57 10.51-6.3A10.05 10.05 0 0 1 9.86 20c-3.04 0-5.76-1.34-7.59-3.46" }));
8
+ });
9
+ export default GigaassistaintOtherBrdIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const GigaassistaintOtherBrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default GigaassistaintOtherBrdIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const GigaassistaintOtherBrdIcon32 = 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: "GigaassistaintOtherBrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M27.43 12.34c-.67-2.14-1.95-4.07-3.68-5.51-.88-.68-2.01-.96-3.1-1.01h-.62c-2.98.14-5.76 1.54-8.11 3.3.96 1.06 1.88 2.25 2.76 3.39 1.89-1.36 3.93-2.61 6.05-3.59.68 1.31-1.51 3.45-2.43 4.22-2.06 1.67-4.41 3.31-7.14 3.53-.49.04-1-.02-1.48-.14-1.25-.32-2.24-1.39-2.64-2.6-.2-.62-.2-1.29-.08-1.93.23-1.15.81-2.26 1.62-3.24 1.83-2.42 5.1-4.03 8.85-4.03 2.84 0 3.61.44 3.93.63.1.05.16.09.22.07C20 4.61 18.26 4.07 16.48 4h-.29c-.29-.01-.58-.01-.86.01C8.98 4.34 3.78 9.79 4 16.17c0 .06 0 .16.01.22v.12a3 3 0 0 0 .04.45c.18 3.19 1.92 5.96 5.26 6.45.79.11 1.59.1 2.38.06 4.26-.31 8.71-2.55 11.41-5.86 1.2-1.53 2.1-3.38 2.21-5.34.01-.13.01-.27.01-.39 1.36 1.49 2.3 3.46 2.49 5.47.21-1.69.14-3.38-.38-5.01M6.71 23.85c2.3 1.61 5.13 2.56 8.18 2.56 5.52 0 10.29-3.09 12.58-7.57C26.19 24.09 21.45 28 15.79 28c-3.62 0-6.88-1.61-9.08-4.15" }));
8
+ });
9
+ export default GigaassistaintOtherBrdIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const NodocumentsMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default NodocumentsMrkIcon128;
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ const NodocumentsMrkIcon128 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "NodocumentsMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "b_nodocuments128", width: "91", height: "72", x: "20", y: "33", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "2" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("clipPath", { id: "a_nodocuments128" },
17
+ React.createElement("path", { fill: "#fff", fillOpacity: "0", d: "M0 0H128V128H0z" }))),
18
+ React.createElement("g", { clipPath: "url(#a_nodocuments128)" },
19
+ React.createElement("rect", { width: "62", height: "52", x: "31.327", y: "44.909", fill: "#21A19A", rx: "6", transform: "rotate(-15 31.327 44.91)" }),
20
+ React.createElement("g", { filter: "url(#b_nodocuments128)" },
21
+ React.createElement("path", { fill: "#95A3C1", fillOpacity: ".4", fillRule: "evenodd", d: "M26 33h20.43c2.2 0 4.22 1.19 5.27 3.12l3.73 6.83c.35.65 1.02 1.05 1.75 1.05H105c3.31 0 6 2.68 6 6v49c0 3.31-2.69 6-6 6H26c-3.32 0-6-2.69-6-6V39c0-3.32 2.68-6 6-6" })),
22
+ React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M84 57c-6.63 0-12 5.37-12 12 0 6.62 5.37 12 12 12 2.59 0 4.99-.83 6.95-2.22l5.63 5.63c.79.79 2.04.79 2.83 0s.79-2.04 0-2.83l-5.63-5.63C95.17 73.99 96 71.59 96 69c0-6.63-5.38-12-12-12m0 4c-4.42 0-8 3.58-8 8 0 4.41 3.58 8 8 8 4.41 0 8-3.59 8-8 0-4.42-3.59-8-8-8" })));
23
+ });
24
+ export default NodocumentsMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const NodocumentsMrkIcon84: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default NodocumentsMrkIcon84;
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ const NodocumentsMrkIcon84 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "84", height: "84", fill: "none", viewBox: "0 0 84 84", name: "NodocumentsMrkIcon84", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "b_nodocuments84", width: "68", height: "54", x: "8", y: "17", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "2" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("clipPath", { id: "a_nodocuments84" },
17
+ React.createElement("path", { fill: "#fff", fillOpacity: "0", d: "M0 0H84V84H0z" }))),
18
+ React.createElement("g", { clipPath: "url(#a_nodocuments84)" },
19
+ React.createElement("rect", { width: "46", height: "39", x: "16.487", y: "25.906", fill: "#21A19A", rx: "6", transform: "rotate(-15 16.487 25.906)" }),
20
+ React.createElement("g", { filter: "url(#b_nodocuments84)" },
21
+ React.createElement("path", { fill: "#95A3C1", fillOpacity: ".4", fillRule: "evenodd", d: "M14 17h12.84c2.2 0 4.23 1.2 5.28 3.13l2.21 4.07c.35.64 1.02 1.05 1.76 1.05H70c3.31 0 6 2.68 6 6V65c0 3.31-2.69 6-6 6H14c-3.32 0-6-2.69-6-6V23c0-3.32 2.68-6 6-6" })),
22
+ React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M53 36.78c-5.25 0-9.5 4.26-9.5 9.5 0 5.25 4.25 9.5 9.5 9.5 2.08 0 4-.67 5.57-1.8l4.36 4.36c.6.6 1.53.6 2.13 0 .59-.59.59-1.52 0-2.12l-4.37-4.36a9.45 9.45 0 0 0 1.81-5.58c0-5.24-4.26-9.5-9.5-9.5m0 3a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13" })));
23
+ });
24
+ export default NodocumentsMrkIcon84;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const NodocumentsMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default NodocumentsMrkIcon96;
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ const NodocumentsMrkIcon96 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "NodocumentsMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "b_nodocuments96", width: "68", height: "54", x: "15", y: "25", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "2" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("clipPath", { id: "a_nodocuments96" },
17
+ React.createElement("path", { fill: "#fff", fillOpacity: "0", d: "M0 0H96V96H0z" }))),
18
+ React.createElement("g", { clipPath: "url(#a_nodocuments96)" },
19
+ React.createElement("rect", { width: "46", height: "39", x: "23.487", y: "33.617", fill: "#21A19A", rx: "6", transform: "rotate(-15 23.487 33.617)" }),
20
+ React.createElement("g", { filter: "url(#b_nodocuments96)" },
21
+ React.createElement("path", { fill: "#95A3C1", fillOpacity: ".4", fillRule: "evenodd", d: "M21 25h12.84c2.2 0 4.23 1.2 5.28 3.13l2.21 4.07c.35.64 1.02 1.05 1.76 1.05H77c3.31 0 6 2.68 6 6V73c0 3.31-2.69 6-6 6H21c-3.32 0-6-2.69-6-6V31c0-3.32 2.68-6 6-6" })),
22
+ React.createElement("path", { fill: "#FFFFFF", fillRule: "evenodd", d: "M60 44.5c-5.25 0-9.5 4.25-9.5 9.5 0 5.24 4.25 9.5 9.5 9.5 2.08 0 4-.67 5.57-1.81l4.36 4.37c.6.59 1.53.59 2.13 0 .59-.6.59-1.53 0-2.13l-4.37-4.36A9.44 9.44 0 0 0 69.5 54c0-5.25-4.26-9.5-9.5-9.5m0 3a6.5 6.5 0 1 0 0 13c3.58 0 6.5-2.92 6.5-6.5 0-3.59-2.92-6.5-6.5-6.5" })));
23
+ });
24
+ export default NodocumentsMrkIcon96;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const SearchStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SearchStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.5 1.5c-3.32 0-6 2.68-6 6 0 3.31 2.68 6 6 6 1.29 0 2.49-.42 3.47-1.11l1.82 1.81a.996.996 0 1 0 1.41-1.41l-1.81-1.82c.69-.98 1.11-2.18 1.11-3.47 0-3.32-2.69-6-6-6m-4 6a3.999 3.999 0 1 1 7.998-.002A3.999 3.999 0 0 1 3.5 7.5" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11.185 12.606a7 7 0 0 1-4.192 1.39C3.131 13.997 0 10.857 0 6.994A6.994 6.994 0 0 1 6.993 0c3.862 0 7.004 3.131 7.004 6.993 0 1.571-.52 3.022-1.391 4.192l3.101 3.102c.39.4.39 1.02 0 1.42-.4.39-1.02.39-1.42 0zm.81-5.613a5.004 5.004 0 0 1-5.002 5.003 5.004 5.004 0 0 1-5.002-5.003 5.01 5.01 0 0 1 5.002-5.002 5.01 5.01 0 0 1 5.003 5.002", clipRule: "evenodd" }));
8
8
  });
9
9
  export default SearchStrokeSrvIcon16;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const SearchStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SearchStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m16.01 14.63 3.7 3.68c.38.39.38 1 0 1.39-.18.19-.44.3-.71.3-.26 0-.52-.11-.71-.3l-3.67-3.68A8.996 8.996 0 0 1 2.29 15a9 9 0 0 1 .34-12.37C6.01-.75 11.44-.9 14.99 2.29c3.56 3.19 4 8.61 1.02 12.34m-14-5.61c0 3.86 3.14 7 7 7a7.001 7.001 0 1 0-7-7" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.9 14.31a8 8 0 0 1-4.91 1.68c-4.41 0-7.99-3.58-7.99-8C0 3.58 3.58 0 7.99 0c4.42 0 8 3.58 8 7.99 0 1.85-.63 3.55-1.68 4.91l5.39 5.38c.39.4.39 1.02 0 1.42-.4.39-1.02.39-1.42 0zm1.09-6.32c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6 6 2.69 6 6" }));
8
8
  });
9
9
  export default SearchStrokeSrvIcon20;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const SearchStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "SearchStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m18.01 16.63 3.7 3.68c.38.39.38 1 0 1.39-.18.19-.44.3-.71.3-.26 0-.52-.11-.71-.3l-3.67-3.68A8.996 8.996 0 0 1 4.29 17a9 9 0 0 1 .34-12.37c3.38-3.38 8.81-3.53 12.36-.34 3.56 3.19 4 8.61 1.02 12.34m-14-5.61c0 3.86 3.14 7 7 7a7.001 7.001 0 1 0-7-7" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.9 16.31A7.95 7.95 0 0 1 10 18c-4.42 0-8-3.59-8-8 0-4.42 3.58-8 8-8 4.41 0 8 3.58 8 8 0 1.84-.63 3.54-1.69 4.9l5.39 5.39c.4.39.4 1.02 0 1.41-.39.4-1.02.4-1.41 0zM16 10c0 3.31-2.69 6-6 6-3.32 0-6-2.69-6-6 0-3.32 2.68-6 6-6 3.31 0 6 2.68 6 6" }));
8
8
  });
9
9
  export default SearchStrokeSrvIcon24;
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
4
4
  const SearchStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
5
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
6
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "SearchStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
- React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m25.293 26.707-5.678-5.678a8.99 8.99 0 0 1-12.319-1.02 9.006 9.006 0 0 1 .339-12.373 8.99 8.99 0 0 1 12.362-.338 9.006 9.006 0 0 1 1.03 12.315l5.68 5.68a.99.99 0 0 1 0 1.414.99.99 0 0 1-1.414 0m-11.277-5.684a7 7 0 0 1-6.996-7 7 7 0 0 1 6.996-7.002 7.004 7.004 0 0 1 4.947 11.952 7 7 0 0 1-4.948 2.05", clipRule: "evenodd" }));
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m25.293 26.707-5.678-5.678a8.99 8.99 0 0 1-12.319-1.02 9.006 9.006 0 0 1 .339-12.373 8.99 8.99 0 0 1 12.362-.339 9.006 9.006 0 0 1 1.03 12.316l5.68 5.68a.99.99 0 0 1 0 1.414.99.99 0 0 1-1.414 0m-11.277-5.684a7 7 0 0 1-6.996-7.001 7 7 0 0 1 6.996-7.001 7.004 7.004 0 0 1 4.947 11.952 7 7 0 0 1-4.947 2.05", clipRule: "evenodd" }));
8
8
  });
9
9
  export default SearchStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const SuccessStsIcon84: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SuccessStsIcon84;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const SuccessStsIcon84 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "84", height: "84", fill: "none", viewBox: "0 0 84 84", name: "SuccessStsIcon84", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_success84", width: "84", height: "84", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_success84", width: "64", height: "64", x: "10", y: "10", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_success84)" },
34
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M42 0c13.04 0 19.56 0 24.71 2.13a27.98 27.98 0 0 1 15.15 15.15C84 22.43 84 28.95 84 42c0 13.04 0 19.56-2.14 24.71a27.98 27.98 0 0 1-15.15 15.15C61.56 84 55.04 84 42 84c-13.05 0-19.57 0-24.72-2.14A27.98 27.98 0 0 1 2.13 66.71C0 61.56 0 55.04 0 42c0-13.05 0-19.57 2.13-24.72A27.98 27.98 0 0 1 17.28 2.13C22.43 0 28.95 0 42 0" })),
35
+ React.createElement("g", { filter: "url(#b_success84)" },
36
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "M42 10c11.2 0 16.8 0 21.07 2.17a20 20 0 0 1 8.75 8.75C74 25.19 74 30.79 74 42c0 11.2 0 16.8-2.18 21.07a20 20 0 0 1-8.75 8.75C58.8 74 53.2 74 42 74c-11.21 0-16.81 0-21.08-2.18a20 20 0 0 1-8.75-8.75C10 58.8 10 53.2 10 42c0-11.21 0-16.81 2.17-21.08a20 20 0 0 1 8.75-8.75C25.19 10 30.79 10 42 10" })),
37
+ React.createElement("path", { fill: "#008985", fillRule: "evenodd", d: "m52.46 37.35-10.99 12c-.39.39-.92.65-1.47.65-.56 0-1.03-.2-1.42-.59l-6.99-7c-.79-.79-.79-2.03 0-2.82.79-.8 2.03-.8 2.82 0l5.52 5.52 9.59-10.46c.75-.82 1.99-.88 2.82-.12.82.76.88 2 .12 2.82" }));
38
+ });
39
+ export default SuccessStsIcon84;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const SuccessStsIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SuccessStsIcon96;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const SuccessStsIcon96 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "SuccessStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_success96", width: "96", height: "96", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_success96", width: "72", height: "72", x: "12", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_success96)" },
34
+ 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
+ React.createElement("g", { filter: "url(#b_success96)" },
36
+ 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: "#008985", fillRule: "evenodd", d: "m61.41 42.41-14 14c-.47.47-.94.71-1.42.71-.47 0-.94-.24-1.41-.71l-8-8c-.79-.79-.79-2.04 0-2.83s2.04-.79 2.83 0l6.58 6.59 12.59-12.59c.79-.79 2.04-.79 2.83 0s.79 2.04 0 2.83" }));
38
+ });
39
+ export default SuccessStsIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const WaitStsIcon84: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WaitStsIcon84;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const WaitStsIcon84 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "84", height: "84", fill: "none", viewBox: "0 0 84 84", name: "WaitStsIcon84", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_wait84", width: "84", height: "84", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_wait84", width: "64", height: "64", x: "10", y: "10", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_wait84)" },
34
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M42 0c13.04 0 19.56 0 24.71 2.13a27.98 27.98 0 0 1 15.15 15.15C84 22.43 84 28.95 84 42c0 13.04 0 19.56-2.14 24.71a27.98 27.98 0 0 1-15.15 15.15C61.56 84 55.04 84 42 84c-13.05 0-19.57 0-24.72-2.14A27.98 27.98 0 0 1 2.13 66.71C0 61.56 0 55.04 0 42c0-13.05 0-19.57 2.13-24.72A27.98 27.98 0 0 1 17.28 2.13C22.43 0 28.95 0 42 0" })),
35
+ React.createElement("g", { filter: "url(#b_wait84)" },
36
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "M42 10c11.2 0 16.8 0 21.07 2.17a20 20 0 0 1 8.75 8.75C74 25.19 74 30.79 74 42c0 11.2 0 16.8-2.18 21.07a20 20 0 0 1-8.75 8.75C58.8 74 53.2 74 42 74c-11.21 0-16.81 0-21.08-2.18a20 20 0 0 1-8.75-8.75C10 58.8 10 53.2 10 42c0-11.21 0-16.81 2.17-21.08a20 20 0 0 1 8.75-8.75C25.19 10 30.79 10 42 10" })),
37
+ React.createElement("path", { fill: "#697591", fillRule: "evenodd", d: "M43.99 31.99v12.93l8.11 5.4c.93.63 1.17 1.85.55 2.78s-1.84 1.17-2.77.55l-8.99-6c-.3-.19-.52-.43-.67-.71a1.96 1.96 0 0 1-.22-.95v-14c0-1.12.87-1.99 1.99-1.99s2 .87 2 1.99" }));
38
+ });
39
+ export default WaitStsIcon84;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const WaitStsIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WaitStsIcon96;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const WaitStsIcon96 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "WaitStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_wait96", width: "96", height: "96", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_wait96", width: "72", height: "72", x: "12", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_wait96)" },
34
+ 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
+ React.createElement("g", { filter: "url(#b_wait96)" },
36
+ 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: "#697591", fillRule: "evenodd", d: "M50 37v14.92l9.6 6.41c.94.62 1.18 1.84.56 2.77-.62.94-1.84 1.18-2.77.56l-10.5-7c-.6-.4-.89-.95-.89-1.66V37c0-1.12.88-2 2-2s2 .88 2 2" }));
38
+ });
39
+ export default WaitStsIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const WarningStsIcon84: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WarningStsIcon84;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const WarningStsIcon84 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "84", height: "84", fill: "none", viewBox: "0 0 84 84", name: "WarningStsIcon84", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_warning84", width: "84", height: "84", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_warning84", width: "64", height: "64", x: "10", y: "10", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_warning84)" },
34
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".4", fillRule: "evenodd", d: "M42 0c13.04 0 19.56 0 24.71 2.13a27.98 27.98 0 0 1 15.15 15.15C84 22.43 84 28.95 84 42c0 13.04 0 19.56-2.14 24.71a27.98 27.98 0 0 1-15.15 15.15C61.56 84 55.04 84 42 84c-13.05 0-19.57 0-24.72-2.14A27.98 27.98 0 0 1 2.13 66.71C0 61.56 0 55.04 0 42c0-13.05 0-19.57 2.13-24.72A27.98 27.98 0 0 1 17.28 2.13C22.43 0 28.95 0 42 0" })),
35
+ React.createElement("g", { filter: "url(#b_warning84)" },
36
+ React.createElement("path", { fill: "#FFFFFF", fillOpacity: ".75", fillRule: "evenodd", d: "M42 10c11.2 0 16.8 0 21.07 2.17a20 20 0 0 1 8.75 8.75C74 25.19 74 30.79 74 42c0 11.2 0 16.8-2.18 21.07a20 20 0 0 1-8.75 8.75C58.8 74 53.2 74 42 74c-11.21 0-16.81 0-21.08-2.18a20 20 0 0 1-8.75-8.75C10 58.8 10 53.2 10 42c0-11.21 0-16.81 2.17-21.08a20 20 0 0 1 8.75-8.75C25.19 10 30.79 10 42 10" })),
37
+ React.createElement("path", { fill: "#EF4C01", fillRule: "evenodd", d: "M44 45V30c0-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" }));
38
+ });
39
+ export default WarningStsIcon84;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const WarningStsIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WarningStsIcon96;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ const WarningStsIcon96 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "WarningStsIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("defs", null,
5
+ React.createElement("filter", { id: "a_warning96", width: "96", height: "96", x: "0", y: "0", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
6
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
7
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "6.667" }),
8
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
9
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
10
+ 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
+ React.createElement("feOffset", { dy: "3" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
14
+ 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: "effect_innerShadow_2" })),
16
+ React.createElement("filter", { id: "b_warning96", width: "72", height: "72", x: "12", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
17
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
18
+ React.createElement("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "4.667" }),
19
+ React.createElement("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect_backgroundBlur_1" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect_backgroundBlur_1", result: "shape" }),
21
+ 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
+ React.createElement("feOffset", { dy: "3" }),
23
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
24
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
25
+ 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: "effect_innerShadow_2" }),
27
+ 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
+ React.createElement("feOffset", { dy: "-3" }),
29
+ React.createElement("feGaussianBlur", { stdDeviation: ".333" }),
30
+ React.createElement("feComposite", { in2: "hardAlpha", k2: "-1", k3: "1", operator: "arithmetic" }),
31
+ 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: "effect_innerShadow_2", result: "effect_innerShadow_3" }))),
33
+ React.createElement("g", { filter: "url(#a_warning96)" },
34
+ 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
+ React.createElement("g", { filter: "url(#b_warning96)" },
36
+ 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 32c1.12 0 2 .88 2 2v18c0 1.12-.88 2-2 2-1.13 0-2-.88-2-2V34c0-1.12.87-2 2-2m0 26c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
38
+ });
39
+ export default WarningStsIcon96;
package/index.d.ts CHANGED
@@ -1,5 +1,10 @@
1
1
  export { ISingleColorIconProps, IMultiColorIconProps } from "./types";
2
2
  export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
3
+ export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
4
+ export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
5
+ export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
6
+ export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
7
+ export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
3
8
  export { default as ChangeaccountFilledNavIcon24 } from "./ChangeaccountFilledNavIcon24";
4
9
  export { default as ChangeaccountStrokeNavIcon20 } from "./ChangeaccountStrokeNavIcon20";
5
10
  export { default as ChangeaccountStrokeNavIcon24 } from "./ChangeaccountStrokeNavIcon24";
@@ -98,6 +103,14 @@ export { default as TickStrokeSrvIcon20 } from "./TickStrokeSrvIcon20";
98
103
  export { default as TickStrokeSrvIcon24 } from "./TickStrokeSrvIcon24";
99
104
  export { default as TickStrokeSrvIcon32 } from "./TickStrokeSrvIcon32";
100
105
  export { default as TouchidStrokeSrvIcon32 } from "./TouchidStrokeSrvIcon32";
106
+ export { default as ErrorStsIcon84 } from "./ErrorStsIcon84";
107
+ export { default as ErrorStsIcon96 } from "./ErrorStsIcon96";
108
+ export { default as SuccessStsIcon84 } from "./SuccessStsIcon84";
109
+ export { default as SuccessStsIcon96 } from "./SuccessStsIcon96";
110
+ export { default as WaitStsIcon84 } from "./WaitStsIcon84";
111
+ export { default as WaitStsIcon96 } from "./WaitStsIcon96";
112
+ export { default as WarningStsIcon84 } from "./WarningStsIcon84";
113
+ export { default as WarningStsIcon96 } from "./WarningStsIcon96";
101
114
  export { default as EmergencymodeStrokeStsIcon24 } from "./EmergencymodeStrokeStsIcon24";
102
115
  export { default as ErrorStrokeStsIcon16 } from "./ErrorStrokeStsIcon16";
103
116
  export { default as ErrorStrokeStsIcon20 } from "./ErrorStrokeStsIcon20";
package/index.js CHANGED
@@ -1,4 +1,9 @@
1
1
  export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
2
+ export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
3
+ export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
4
+ export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
5
+ export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
6
+ export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
2
7
  export { default as ChangeaccountFilledNavIcon24 } from "./ChangeaccountFilledNavIcon24";
3
8
  export { default as ChangeaccountStrokeNavIcon20 } from "./ChangeaccountStrokeNavIcon20";
4
9
  export { default as ChangeaccountStrokeNavIcon24 } from "./ChangeaccountStrokeNavIcon24";
@@ -97,6 +102,14 @@ export { default as TickStrokeSrvIcon20 } from "./TickStrokeSrvIcon20";
97
102
  export { default as TickStrokeSrvIcon24 } from "./TickStrokeSrvIcon24";
98
103
  export { default as TickStrokeSrvIcon32 } from "./TickStrokeSrvIcon32";
99
104
  export { default as TouchidStrokeSrvIcon32 } from "./TouchidStrokeSrvIcon32";
105
+ export { default as ErrorStsIcon84 } from "./ErrorStsIcon84";
106
+ export { default as ErrorStsIcon96 } from "./ErrorStsIcon96";
107
+ export { default as SuccessStsIcon84 } from "./SuccessStsIcon84";
108
+ export { default as SuccessStsIcon96 } from "./SuccessStsIcon96";
109
+ export { default as WaitStsIcon84 } from "./WaitStsIcon84";
110
+ export { default as WaitStsIcon96 } from "./WaitStsIcon96";
111
+ export { default as WarningStsIcon84 } from "./WarningStsIcon84";
112
+ export { default as WarningStsIcon96 } from "./WarningStsIcon96";
100
113
  export { default as EmergencymodeStrokeStsIcon24 } from "./EmergencymodeStrokeStsIcon24";
101
114
  export { default as ErrorStrokeStsIcon16 } from "./ErrorStrokeStsIcon16";
102
115
  export { default as ErrorStrokeStsIcon20 } from "./ErrorStrokeStsIcon20";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "author": "СберБизнес",
5
5
  "description": "Иконки интернет-банка СберБизнес",
6
6
  "main": "./index.js",
package/styles/icons.css CHANGED
@@ -1 +1 @@
1
- ._xlm1f4 { fill: #008985; } ._ysxwg7 { fill: #19BDB0; } ._1i6mrh5 { fill: #D10032; } ._19hp9gs { fill: #F80C45; } ._tiivvf { fill: #EF4C01; } ._a8do0r { fill: #FF7A17; } ._11b2er8 { fill: #0E57CC; } ._tlws5z { fill: #1297FE; } ._1ykvh06 { fill: #697591; } ._14u5kib { fill: #95A3C1; } ._k3njre { fill: #1F1F22; fill-opacity: .45; } ._1jcqk20 { fill: #FFFFFF; fill-opacity: .35; } ._zazuvx { fill: #FFFFFF; } ._171ux23 { fill: #FFFFFF; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._xlm1f4 { fill: #21A19A; } .hoverable:hover ._ysxwg7 { fill: #4BD9CF; } .hoverable:hover ._1i6mrh5 { fill: #E60037; } .hoverable:hover ._19hp9gs { fill: #FF5571; } .hoverable:hover ._tiivvf { fill: #EF4C01; } .hoverable:hover ._a8do0r { fill: #FF7A17; } .hoverable:hover ._11b2er8 { fill: #0E57CC; } .hoverable:hover ._tlws5z { fill: #1297FE; } .hoverable:hover ._1ykvh06 { fill: #697591; } .hoverable:hover ._14u5kib { fill: #95A3C1; } .hoverable:hover ._k3njre { fill: #1F1F22; } .hoverable:hover ._1jcqk20 { fill: #FFFFFF; } .hoverable:hover ._zazuvx { fill: #FFFFFF; } .hoverable:hover ._171ux23 { fill: #FFFFFF; } } .hoverable:not(:disabled):active ._xlm1f4, .hoverable.active ._xlm1f4 { fill: #007777; } .hoverable:not(:disabled):active ._ysxwg7, .hoverable.active ._ysxwg7 { fill: #008985; } .hoverable:not(:disabled):active ._1i6mrh5, .hoverable.active ._1i6mrh5 { fill: #BD002C; } .hoverable:not(:disabled):active ._19hp9gs, .hoverable.active ._19hp9gs { fill: #D10032; } .hoverable:not(:disabled):active ._tiivvf, .hoverable.active ._tiivvf { fill: #D10032; } .hoverable:not(:disabled):active ._a8do0r, .hoverable.active ._a8do0r { fill: #FF7A17; } .hoverable:not(:disabled):active ._11b2er8, .hoverable.active ._11b2er8 { fill: #0E57CC; } .hoverable:not(:disabled):active ._tlws5z, .hoverable.active ._tlws5z { fill: #1297FE; } .hoverable:not(:disabled):active ._1ykvh06, .hoverable.active ._1ykvh06 { fill: #697591; } .hoverable:not(:disabled):active ._14u5kib, .hoverable.active ._14u5kib { fill: #95A3C1; } .hoverable:not(:disabled):active ._k3njre, .hoverable.active ._k3njre { fill: #1F1F22; } .hoverable:not(:disabled):active ._1jcqk20, .hoverable.active ._1jcqk20 { fill: #FFFFFF; } .hoverable:not(:disabled):active ._zazuvx, .hoverable.active ._zazuvx { fill: #FFFFFF; } .hoverable:not(:disabled):active ._171ux23, .hoverable.active ._171ux23 { fill: #FFFFFF; } .hoverable:disabled ._xlm1f4, .hoverable.disabled ._xlm1f4 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._ysxwg7, .hoverable.disabled ._ysxwg7 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1i6mrh5, .hoverable.disabled ._1i6mrh5 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._19hp9gs, .hoverable.disabled ._19hp9gs { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._tiivvf, .hoverable.disabled ._tiivvf { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._a8do0r, .hoverable.disabled ._a8do0r { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._11b2er8, .hoverable.disabled ._11b2er8 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._tlws5z, .hoverable.disabled ._tlws5z { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1ykvh06, .hoverable.disabled ._1ykvh06 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._14u5kib, .hoverable.disabled ._14u5kib { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._k3njre, .hoverable.disabled ._k3njre { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1jcqk20, .hoverable.disabled ._1jcqk20 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._zazuvx, .hoverable.disabled ._zazuvx { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._171ux23, .hoverable.disabled ._171ux23 { fill: #FFFFFF; fill-opacity: .15; }
1
+ ._3x0rom { fill: #008985; } ._2vz0up { fill: #19BDB0; } ._1e12rrj { fill: #D10032; } ._1n3488q { fill: #F80C45; } ._854eh9 { fill: #EF4C01; } ._na1ikt { fill: #FF7A17; } ._1uzqu8y { fill: #0E57CC; } ._88l3wh { fill: #1297FE; } ._123x8ao { fill: #697591; } ._1rb1e9x { fill: #95A3C1; } ._1phuohi { fill: #1F1F22; fill-opacity: .45; } ._1t58yhj { fill: #FFFFFF; fill-opacity: .35; } ._1l52yq0 { fill: #FFFFFF; fill-opacity: 1; } ._1h0m4tb { fill: #FFFFFF; fill-opacity: 1; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._3x0rom { fill: #21A19A; } .hoverable:hover ._2vz0up { fill: #4BD9CF; } .hoverable:hover ._1e12rrj { fill: #E60037; } .hoverable:hover ._1n3488q { fill: #FF5571; } .hoverable:hover ._854eh9 { fill: #EF4C01; } .hoverable:hover ._na1ikt { fill: #FF7A17; } .hoverable:hover ._1uzqu8y { fill: #0E57CC; } .hoverable:hover ._88l3wh { fill: #1297FE; } .hoverable:hover ._123x8ao { fill: #697591; } .hoverable:hover ._1rb1e9x { fill: #95A3C1; } .hoverable:hover ._1phuohi { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1t58yhj { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._1l52yq0 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._1h0m4tb { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._3x0rom, .hoverable.active ._3x0rom { fill: #007777; } .hoverable:not(:disabled):active ._2vz0up, .hoverable.active ._2vz0up { fill: #008985; } .hoverable:not(:disabled):active ._1e12rrj, .hoverable.active ._1e12rrj { fill: #BD002C; } .hoverable:not(:disabled):active ._1n3488q, .hoverable.active ._1n3488q { fill: #D10032; } .hoverable:not(:disabled):active ._854eh9, .hoverable.active ._854eh9 { fill: #D10032; } .hoverable:not(:disabled):active ._na1ikt, .hoverable.active ._na1ikt { fill: #FF7A17; } .hoverable:not(:disabled):active ._1uzqu8y, .hoverable.active ._1uzqu8y { fill: #0E57CC; } .hoverable:not(:disabled):active ._88l3wh, .hoverable.active ._88l3wh { fill: #1297FE; } .hoverable:not(:disabled):active ._123x8ao, .hoverable.active ._123x8ao { fill: #697591; } .hoverable:not(:disabled):active ._1rb1e9x, .hoverable.active ._1rb1e9x { fill: #95A3C1; } .hoverable:not(:disabled):active ._1phuohi, .hoverable.active ._1phuohi { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1t58yhj, .hoverable.active ._1t58yhj { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._1l52yq0, .hoverable.active ._1l52yq0 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._1h0m4tb, .hoverable.active ._1h0m4tb { fill: #FFFFFF; fill-opacity: 1; } .hoverable:disabled ._3x0rom, .hoverable.disabled ._3x0rom { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._2vz0up, .hoverable.disabled ._2vz0up { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1e12rrj, .hoverable.disabled ._1e12rrj { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1n3488q, .hoverable.disabled ._1n3488q { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._854eh9, .hoverable.disabled ._854eh9 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._na1ikt, .hoverable.disabled ._na1ikt { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1uzqu8y, .hoverable.disabled ._1uzqu8y { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._88l3wh, .hoverable.disabled ._88l3wh { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._123x8ao, .hoverable.disabled ._123x8ao { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1rb1e9x, .hoverable.disabled ._1rb1e9x { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1phuohi, .hoverable.disabled ._1phuohi { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1t58yhj, .hoverable.disabled ._1t58yhj { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1l52yq0, .hoverable.disabled ._1l52yq0 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1h0m4tb, .hoverable.disabled ._1h0m4tb { fill: #FFFFFF; fill-opacity: .15; }
@@ -1,36 +1,36 @@
1
1
  import { EIconsTheme } from "../ThemeProvider";
2
2
  const themeToClassNamePalettes = [
3
3
  {
4
- [EIconsTheme.LIGHT]: "_xlm1f4",
5
- [EIconsTheme.DARK]: "_ysxwg7",
4
+ [EIconsTheme.LIGHT]: "_3x0rom",
5
+ [EIconsTheme.DARK]: "_2vz0up",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_1i6mrh5",
9
- [EIconsTheme.DARK]: "_19hp9gs",
8
+ [EIconsTheme.LIGHT]: "_1e12rrj",
9
+ [EIconsTheme.DARK]: "_1n3488q",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_tiivvf",
13
- [EIconsTheme.DARK]: "_a8do0r",
12
+ [EIconsTheme.LIGHT]: "_854eh9",
13
+ [EIconsTheme.DARK]: "_na1ikt",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_11b2er8",
17
- [EIconsTheme.DARK]: "_tlws5z",
16
+ [EIconsTheme.LIGHT]: "_1uzqu8y",
17
+ [EIconsTheme.DARK]: "_88l3wh",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_1ykvh06",
21
- [EIconsTheme.DARK]: "_14u5kib",
20
+ [EIconsTheme.LIGHT]: "_123x8ao",
21
+ [EIconsTheme.DARK]: "_1rb1e9x",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_k3njre",
25
- [EIconsTheme.DARK]: "_1jcqk20",
24
+ [EIconsTheme.LIGHT]: "_1phuohi",
25
+ [EIconsTheme.DARK]: "_1t58yhj",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1jcqk20",
29
- [EIconsTheme.DARK]: "_k3njre",
28
+ [EIconsTheme.LIGHT]: "_1t58yhj",
29
+ [EIconsTheme.DARK]: "_1phuohi",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_zazuvx",
33
- [EIconsTheme.DARK]: "_171ux23",
32
+ [EIconsTheme.LIGHT]: "_1l52yq0",
33
+ [EIconsTheme.DARK]: "_1h0m4tb",
34
34
  },
35
35
  ];
36
36
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];