@sberbusiness/icons-next 1.0.0-alpha.0 → 1.0.0-alpha.1

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 (86) hide show
  1. package/CaretdownSrvxIcon16.d.ts +3 -2
  2. package/CaretdownSrvxIcon16.js +4 -3
  3. package/CaretdownSrvxIcon20.d.ts +4 -0
  4. package/CaretdownSrvxIcon20.js +13 -0
  5. package/CaretdownSrvxIcon24.d.ts +3 -2
  6. package/CaretdownSrvxIcon24.js +4 -3
  7. package/CaretdownwhiteSrvxIcon16.d.ts +3 -2
  8. package/CaretdownwhiteSrvxIcon16.js +4 -3
  9. package/CaretdownwhiteSrvxIcon20.d.ts +3 -2
  10. package/CaretdownwhiteSrvxIcon20.js +4 -3
  11. package/CaretdownwhiteSrvxIcon24.d.ts +3 -2
  12. package/CaretdownwhiteSrvxIcon24.js +4 -3
  13. package/CaretleftSrvxIcon24.d.ts +4 -0
  14. package/CaretleftSrvxIcon24.js +13 -0
  15. package/CaretleftSrvxIcon32.d.ts +4 -0
  16. package/CaretleftSrvxIcon32.js +13 -0
  17. package/CaretrightSrvxIcon24.d.ts +4 -0
  18. package/CaretrightSrvxIcon24.js +13 -0
  19. package/CaretrightSrvxIcon32.d.ts +4 -0
  20. package/CaretrightSrvxIcon32.js +13 -0
  21. package/CaretupSrvxIcon16.d.ts +3 -2
  22. package/CaretupSrvxIcon16.js +4 -3
  23. package/CaretupSrvxIcon24.d.ts +3 -2
  24. package/CaretupSrvxIcon24.js +4 -3
  25. package/CaretupwhiteSrvxIcon16.d.ts +3 -2
  26. package/CaretupwhiteSrvxIcon16.js +4 -3
  27. package/CaretupwhiteSrvxIcon20.d.ts +3 -2
  28. package/CaretupwhiteSrvxIcon20.js +4 -3
  29. package/CaretupwhiteSrvxIcon24.d.ts +3 -2
  30. package/CaretupwhiteSrvxIcon24.js +4 -3
  31. package/CheckboxbulkNavIcon24.d.ts +4 -0
  32. package/CheckboxbulkNavIcon24.js +13 -0
  33. package/CheckboxtickNavIcon24.d.ts +4 -0
  34. package/CheckboxtickNavIcon24.js +13 -0
  35. package/CloseSrvxIcon16.d.ts +3 -2
  36. package/CloseSrvxIcon16.js +4 -3
  37. package/CloseSrvxIcon24.d.ts +3 -2
  38. package/CloseSrvxIcon24.js +4 -3
  39. package/CloseinversionSrvxIcon16.d.ts +3 -2
  40. package/CloseinversionSrvxIcon16.js +4 -3
  41. package/CloseinversionSrvxIcon24.d.ts +3 -2
  42. package/CloseinversionSrvxIcon24.js +4 -3
  43. package/ClosewhiteSrvxIcon16.d.ts +3 -2
  44. package/ClosewhiteSrvxIcon16.js +4 -3
  45. package/ClosewhiteSrvxIcon24.d.ts +3 -2
  46. package/ClosewhiteSrvxIcon24.js +4 -3
  47. package/DefaulticonPrdIcon20.d.ts +3 -2
  48. package/DefaulticonPrdIcon20.js +4 -3
  49. package/DefaulticonPrdIcon24.d.ts +3 -2
  50. package/DefaulticonPrdIcon24.js +4 -3
  51. package/DefaulticonPrdIcon32.d.ts +3 -2
  52. package/DefaulticonPrdIcon32.js +4 -3
  53. package/ErrorStsIcon16.d.ts +3 -2
  54. package/ErrorStsIcon16.js +2 -1
  55. package/ErrorStsIcon20.d.ts +3 -2
  56. package/ErrorStsIcon20.js +2 -1
  57. package/HintSrvIcon16.d.ts +3 -2
  58. package/HintSrvIcon16.js +4 -3
  59. package/InfoStsIcon16.d.ts +3 -2
  60. package/InfoStsIcon16.js +2 -1
  61. package/InfoStsIcon20.d.ts +3 -2
  62. package/InfoStsIcon20.js +2 -1
  63. package/RubStsIcon20.d.ts +3 -2
  64. package/RubStsIcon20.js +2 -1
  65. package/SuccessStsIcon16.d.ts +3 -2
  66. package/SuccessStsIcon16.js +2 -1
  67. package/SuccessStsIcon20.d.ts +3 -2
  68. package/SuccessStsIcon20.js +2 -1
  69. package/SystemStsIcon16.d.ts +3 -2
  70. package/SystemStsIcon16.js +2 -1
  71. package/SystemStsIcon20.d.ts +3 -2
  72. package/SystemStsIcon20.js +2 -1
  73. package/ThemeProvider.d.ts +2 -2
  74. package/WaitStsIcon16.d.ts +3 -2
  75. package/WaitStsIcon16.js +2 -1
  76. package/WaitStsIcon20.d.ts +3 -2
  77. package/WaitStsIcon20.js +2 -1
  78. package/WarningStsIcon16.d.ts +3 -2
  79. package/WarningStsIcon16.js +2 -1
  80. package/WarningStsIcon20.d.ts +3 -2
  81. package/WarningStsIcon20.js +2 -1
  82. package/index.d.ts +42 -0
  83. package/index.js +41 -0
  84. package/package.json +6 -4
  85. package/styles/icons.css +1 -1
  86. /package/{models.d.ts → types.d.ts} +0 -0
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const ClosewhiteSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const ClosewhiteSrvxIcon24 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ClosewhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", fillRule: "evenodd", d: "m11.99 10.58 3.79-3.79c.4-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41l-3.79 3.79 3.79 3.79c.4.4.4 1.02 0 1.41-.39.4-1.01.4-1.41 0l-3.79-3.79-3.79 3.79c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41l3.79-3.79L6.79 8.2a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0z" }));
7
+ React.createElement("path", { className: "_jxm4go", fillRule: "evenodd", d: "m11.99 10.58 3.79-3.79c.4-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41l-3.79 3.79 3.79 3.79c.4.4.4 1.02 0 1.41-.39.4-1.01.4-1.41 0l-3.79-3.79-3.79 3.79c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41l3.79-3.79L6.79 8.2a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ClosewhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", fillRule: "evenodd", d: "m11.99 10.58 3.79-3.79c.4-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41l-3.79 3.79 3.79 3.79c.4.4.4 1.02 0 1.41-.39.4-1.01.4-1.41 0l-3.79-3.79-3.79 3.79c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41l3.79-3.79L6.79 8.2a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0z" }));
10
+ React.createElement("path", { className: "_14ebzwb", fillRule: "evenodd", d: "m11.99 10.58 3.79-3.79c.4-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41l-3.79 3.79 3.79 3.79c.4.4.4 1.02 0 1.41-.39.4-1.01.4-1.41 0l-3.79-3.79-3.79 3.79c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41l3.79-3.79L6.79 8.2a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0z" }));
11
11
  }
12
12
  });
13
+ export default ClosewhiteSrvxIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const DefaulticonPrdIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const DefaulticonPrdIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DefaulticonPrdIcon20;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const DefaulticonPrdIcon20 = React.forwardRef((props, ref) => {
3
+ const DefaulticonPrdIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DefaulticonPrdIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", fillRule: "evenodd", d: "M2 9.5C2 5.35 5.35 2 9.5 2c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 9.5 0C4.25 0 0 4.25 0 9.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C4.66 16.25 2 13.18 2 9.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09a1 1 0 0 0 1.08-.91c.03-.29.05-.58.05-.87 0-.38-.03-.75-.07-1.12M14.5 9.81c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
7
+ React.createElement("path", { className: "_r8pegr", fillRule: "evenodd", d: "M2 9.5C2 5.35 5.35 2 9.5 2c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 9.5 0C4.25 0 0 4.25 0 9.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C4.66 16.25 2 13.18 2 9.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09a1 1 0 0 0 1.08-.91c.03-.29.05-.58.05-.87 0-.38-.03-.75-.07-1.12M14.5 9.81c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DefaulticonPrdIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", fillRule: "evenodd", d: "M2 9.5C2 5.35 5.35 2 9.5 2c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 9.5 0C4.25 0 0 4.25 0 9.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C4.66 16.25 2 13.18 2 9.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09a1 1 0 0 0 1.08-.91c.03-.29.05-.58.05-.87 0-.38-.03-.75-.07-1.12M14.5 9.81c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
10
+ React.createElement("path", { className: "_131x31p", fillRule: "evenodd", d: "M2 9.5C2 5.35 5.35 2 9.5 2c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 9.5 0C4.25 0 0 4.25 0 9.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C4.66 16.25 2 13.18 2 9.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09a1 1 0 0 0 1.08-.91c.03-.29.05-.58.05-.87 0-.38-.03-.75-.07-1.12M14.5 9.81c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
11
11
  }
12
12
  });
13
+ export default DefaulticonPrdIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const DefaulticonPrdIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const DefaulticonPrdIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DefaulticonPrdIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const DefaulticonPrdIcon24 = React.forwardRef((props, ref) => {
3
+ const DefaulticonPrdIcon24 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DefaulticonPrdIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", fillRule: "evenodd", d: "M4 11.5C4 7.35 7.35 4 11.5 4c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 11.5 2C6.25 2 2 6.25 2 11.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C6.66 18.25 4 15.18 4 11.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09s1.03-.36 1.09-.91c.02-.29.04-.58.04-.87 0-.38-.03-.75-.07-1.12m-4.43 1.43c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
7
+ React.createElement("path", { className: "_r8pegr", fillRule: "evenodd", d: "M4 11.5C4 7.35 7.35 4 11.5 4c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 11.5 2C6.25 2 2 6.25 2 11.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C6.66 18.25 4 15.18 4 11.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09s1.03-.36 1.09-.91c.02-.29.04-.58.04-.87 0-.38-.03-.75-.07-1.12m-4.43 1.43c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DefaulticonPrdIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", fillRule: "evenodd", d: "M4 11.5C4 7.35 7.35 4 11.5 4c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 11.5 2C6.25 2 2 6.25 2 11.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C6.66 18.25 4 15.18 4 11.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09s1.03-.36 1.09-.91c.02-.29.04-.58.04-.87 0-.38-.03-.75-.07-1.12m-4.43 1.43c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
10
+ React.createElement("path", { className: "_131x31p", fillRule: "evenodd", d: "M4 11.5C4 7.35 7.35 4 11.5 4c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 11.5 2C6.25 2 2 6.25 2 11.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C6.66 18.25 4 15.18 4 11.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09s1.03-.36 1.09-.91c.02-.29.04-.58.04-.87 0-.38-.03-.75-.07-1.12m-4.43 1.43c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08l-2.17-1.15-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
11
11
  }
12
12
  });
13
+ export default DefaulticonPrdIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const DefaulticonPrdIcon32: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const DefaulticonPrdIcon32: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default DefaulticonPrdIcon32;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const DefaulticonPrdIcon32 = React.forwardRef((props, ref) => {
3
+ const DefaulticonPrdIcon32 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DefaulticonPrdIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", fillRule: "evenodd", d: "M6 16.5c0-5.53 4.47-10 10-10 1.93 0 3.74.54 5.26 1.49.47.3 1.09.15 1.38-.32a.99.99 0 0 0-.32-1.37C20.48 5.15 18.31 4.5 16 4.5c-6.63 0-12 5.37-12 12 0 6.07 4.51 11.09 10.36 11.88.55.08 1.05-.3 1.13-.85a1.01 1.01 0 0 0-.86-1.13A9.99 9.99 0 0 1 6 16.5m20.78-7.13c.34.43.27 1.06-.16 1.41l-10 8c-.36.28-.87.29-1.24 0l-4.5-3.5a.998.998 0 0 1 1.23-1.57l3.88 3.01 9.38-7.51c.43-.34 1.06-.27 1.41.16m1.18 6.23c-.04-.55-.52-.97-1.07-.93s-.96.52-.92 1.07c.02.25.03.5.03.76 0 .46-.04.91-.1 1.36-.07.55.31 1.05.86 1.13a.995.995 0 0 0 1.12-.86c.08-.53.12-1.08.12-1.63 0-.31-.02-.61-.04-.9M22 17c.38 0 .72.21.89.55l1.53 3.1 3.43.5c.37.06.68.32.8.68s.02.76-.25 1.03l-2.48 2.41.59 3.41c.06.38-.09.75-.4.98-.31.22-.72.25-1.05.07L22 28.12l-3.07 1.61c-.33.18-.74.15-1.05-.07-.31-.23-.46-.6-.4-.98l.59-3.41-2.48-2.41a1.01 1.01 0 0 1-.25-1.03c.12-.36.43-.62.8-.68l3.43-.5 1.53-3.1c.17-.34.51-.55.9-.55m0 3.25-.87 1.76c-.15.3-.43.5-.75.55l-1.94.28 1.4 1.37a1 1 0 0 1 .29.88l-.33 1.93 1.73-.91c.29-.15.64-.15.93 0l1.73.91-.33-1.93a1 1 0 0 1 .29-.88l1.4-1.37-1.94-.28c-.32-.05-.6-.25-.75-.55z" }));
7
+ React.createElement("path", { className: "_r8pegr", fillRule: "evenodd", d: "M6 16.5c0-5.53 4.47-10 10-10 1.93 0 3.74.54 5.26 1.49.47.3 1.09.15 1.38-.32a.99.99 0 0 0-.32-1.37C20.48 5.15 18.31 4.5 16 4.5c-6.63 0-12 5.37-12 12 0 6.07 4.51 11.09 10.36 11.88.55.08 1.05-.3 1.13-.85a1.01 1.01 0 0 0-.86-1.13A9.99 9.99 0 0 1 6 16.5m20.78-7.13c.34.43.27 1.06-.16 1.41l-10 8c-.36.28-.87.29-1.24 0l-4.5-3.5a.998.998 0 0 1 1.23-1.57l3.88 3.01 9.38-7.51c.43-.34 1.06-.27 1.41.16m1.18 6.23c-.04-.55-.52-.97-1.07-.93s-.96.52-.92 1.07c.02.25.03.5.03.76 0 .46-.04.91-.1 1.36-.07.55.31 1.05.86 1.13a.995.995 0 0 0 1.12-.86c.08-.53.12-1.08.12-1.63 0-.31-.02-.61-.04-.9M22 17c.38 0 .72.21.89.55l1.53 3.1 3.43.5c.37.06.68.32.8.68s.02.76-.25 1.03l-2.48 2.41.59 3.41c.06.38-.09.75-.4.98-.31.22-.72.25-1.05.07L22 28.12l-3.07 1.61c-.33.18-.74.15-1.05-.07-.31-.23-.46-.6-.4-.98l.59-3.41-2.48-2.41a1.01 1.01 0 0 1-.25-1.03c.12-.36.43-.62.8-.68l3.43-.5 1.53-3.1c.17-.34.51-.55.9-.55m0 3.25-.87 1.76c-.15.3-.43.5-.75.55l-1.94.28 1.4 1.37a1 1 0 0 1 .29.88l-.33 1.93 1.73-.91c.29-.15.64-.15.93 0l1.73.91-.33-1.93a1 1 0 0 1 .29-.88l1.4-1.37-1.94-.28c-.32-.05-.6-.25-.75-.55z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DefaulticonPrdIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", fillRule: "evenodd", d: "M6 16.5c0-5.53 4.47-10 10-10 1.93 0 3.74.54 5.26 1.49.47.3 1.09.15 1.38-.32a.99.99 0 0 0-.32-1.37C20.48 5.15 18.31 4.5 16 4.5c-6.63 0-12 5.37-12 12 0 6.07 4.51 11.09 10.36 11.88.55.08 1.05-.3 1.13-.85a1.01 1.01 0 0 0-.86-1.13A9.99 9.99 0 0 1 6 16.5m20.78-7.13c.34.43.27 1.06-.16 1.41l-10 8c-.36.28-.87.29-1.24 0l-4.5-3.5a.998.998 0 0 1 1.23-1.57l3.88 3.01 9.38-7.51c.43-.34 1.06-.27 1.41.16m1.18 6.23c-.04-.55-.52-.97-1.07-.93s-.96.52-.92 1.07c.02.25.03.5.03.76 0 .46-.04.91-.1 1.36-.07.55.31 1.05.86 1.13a.995.995 0 0 0 1.12-.86c.08-.53.12-1.08.12-1.63 0-.31-.02-.61-.04-.9M22 17c.38 0 .72.21.89.55l1.53 3.1 3.43.5c.37.06.68.32.8.68s.02.76-.25 1.03l-2.48 2.41.59 3.41c.06.38-.09.75-.4.98-.31.22-.72.25-1.05.07L22 28.12l-3.07 1.61c-.33.18-.74.15-1.05-.07-.31-.23-.46-.6-.4-.98l.59-3.41-2.48-2.41a1.01 1.01 0 0 1-.25-1.03c.12-.36.43-.62.8-.68l3.43-.5 1.53-3.1c.17-.34.51-.55.9-.55m0 3.25-.87 1.76c-.15.3-.43.5-.75.55l-1.94.28 1.4 1.37a1 1 0 0 1 .29.88l-.33 1.93 1.73-.91c.29-.15.64-.15.93 0l1.73.91-.33-1.93a1 1 0 0 1 .29-.88l1.4-1.37-1.94-.28c-.32-.05-.6-.25-.75-.55z" }));
10
+ React.createElement("path", { className: "_131x31p", fillRule: "evenodd", d: "M6 16.5c0-5.53 4.47-10 10-10 1.93 0 3.74.54 5.26 1.49.47.3 1.09.15 1.38-.32a.99.99 0 0 0-.32-1.37C20.48 5.15 18.31 4.5 16 4.5c-6.63 0-12 5.37-12 12 0 6.07 4.51 11.09 10.36 11.88.55.08 1.05-.3 1.13-.85a1.01 1.01 0 0 0-.86-1.13A9.99 9.99 0 0 1 6 16.5m20.78-7.13c.34.43.27 1.06-.16 1.41l-10 8c-.36.28-.87.29-1.24 0l-4.5-3.5a.998.998 0 0 1 1.23-1.57l3.88 3.01 9.38-7.51c.43-.34 1.06-.27 1.41.16m1.18 6.23c-.04-.55-.52-.97-1.07-.93s-.96.52-.92 1.07c.02.25.03.5.03.76 0 .46-.04.91-.1 1.36-.07.55.31 1.05.86 1.13a.995.995 0 0 0 1.12-.86c.08-.53.12-1.08.12-1.63 0-.31-.02-.61-.04-.9M22 17c.38 0 .72.21.89.55l1.53 3.1 3.43.5c.37.06.68.32.8.68s.02.76-.25 1.03l-2.48 2.41.59 3.41c.06.38-.09.75-.4.98-.31.22-.72.25-1.05.07L22 28.12l-3.07 1.61c-.33.18-.74.15-1.05-.07-.31-.23-.46-.6-.4-.98l.59-3.41-2.48-2.41a1.01 1.01 0 0 1-.25-1.03c.12-.36.43-.62.8-.68l3.43-.5 1.53-3.1c.17-.34.51-.55.9-.55m0 3.25-.87 1.76c-.15.3-.43.5-.75.55l-1.94.28 1.4 1.37a1 1 0 0 1 .29.88l-.33 1.93 1.73-.91c.29-.15.64-.15.93 0l1.73.91-.33-1.93a1 1 0 0 1 .29-.88l1.4-1.37-1.94-.28c-.32-.05-.6-.25-.75-.55z" }));
11
11
  }
12
12
  });
13
+ export default DefaulticonPrdIcon32;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const ErrorStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const ErrorStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ErrorStsIcon16;
package/ErrorStsIcon16.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const ErrorStsIcon16 = React.forwardRef((props, ref) => {
3
+ const ErrorStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "ErrorStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const ErrorStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#F80C45", fillRule: "evenodd", d: "M12.99 16 3 15.99c-.54 0-1.04-.13-1.5-.4q-.645-.375-1.05-1.02-.21-.345-.33-.72c-.06-.22-.1-.45-.12-.68a2.907 2.907 0 0 1 .32-1.52l4.99-9.99c.15-.3.34-.57.57-.79.17-.18.37-.33.58-.45Q7.165 0 7.99 0q.45 0 .87.12c.23.07.45.17.67.3.21.12.41.27.58.45.23.22.42.49.57.79l4.99 9.99c.24.49.35 1 .31 1.53-.03.5-.18.96-.44 1.39-.27.43-.62.77-1.05 1.03-.21.11-.42.21-.64.27-.27.08-.56.13-.86.13M3 13.99l9.99.01q.18 0 .34-.06.08-.03.16-.08c.14-.08.26-.19.35-.34a.97.97 0 0 0 .04-.97l-4.99-10a.95.95 0 0 0-.38-.41C8.35 2.05 8.18 2 7.99 2c-.18 0-.35.05-.51.14s-.29.23-.38.41l-4.99 10c-.08.16-.12.33-.11.5a1 1 0 0 0 .5.81c.15.09.32.13.5.13M7 6v3c0 .56.44 1 1 1s1-.44 1-1V6c0-.56-.44-1-1-1s-1 .44-1 1m0 6c0-.56.44-1 1-1 .55 0 1 .44 1 1 0 .55-.45 1-1 1-.56 0-1-.45-1-1" }));
11
11
  }
12
12
  });
13
+ export default ErrorStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const ErrorStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const ErrorStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ErrorStsIcon20;
package/ErrorStsIcon20.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const ErrorStsIcon20 = React.forwardRef((props, ref) => {
3
+ const ErrorStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ErrorStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const ErrorStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#F80C45", fillRule: "evenodd", d: "M1.55 19.64c.43.24.92.36 1.48.36h13.93c.56 0 1.05-.12 1.48-.36.42-.24.78-.59 1.08-1.07.29-.47.45-.95.47-1.44.02-.48-.09-.97-.34-1.47l-6.97-14c-.28-.55-.64-.97-1.09-1.24-.44-.28-.98-.42-1.6-.42-.61 0-1.15.14-1.6.42-.44.27-.81.69-1.08 1.24l-6.97 14c-.25.5-.36.99-.34 1.47.02.49.18.97.47 1.44.3.48.66.83 1.08 1.07M16.96 18H3.03c-.19 0-.35-.04-.5-.12a.93.93 0 0 1-.35-.36.9.9 0 0 1-.16-.48c-.01-.16.03-.32.11-.49L9.1 2.56a.94.94 0 0 1 .36-.42c.15-.09.33-.14.53-.14.21 0 .39.05.54.14q.225.135.36.42l6.97 13.99c.08.17.12.33.11.49 0 .16-.06.32-.16.48-.09.16-.21.28-.35.36-.15.08-.31.12-.5.12M9 7c0-.56.44-1 1-1s1 .44 1 1v5c0 .56-.44 1-1 1s-1-.44-1-1zm1 9c.55 0 1-.45 1-1 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 .55.44 1 1 1" }));
11
11
  }
12
12
  });
13
+ export default ErrorStsIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const HintSrvIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const HintSrvIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default HintSrvIcon16;
package/HintSrvIcon16.js CHANGED
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const HintSrvIcon16 = React.forwardRef((props, ref) => {
3
+ const HintSrvIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "HintSrvIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", fillRule: "evenodd", d: "M1 8c0 3.86 3.13 7 7 7 1.85 0 3.63-.74 4.94-2.06A6.96 6.96 0 0 0 15 8c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7m7-4.38c-.94 0-1.81.5-2.28 1.31-.17.27-.18.62-.03.9.16.28.46.45.78.45.32-.01.61-.19.76-.47.16-.27.45-.44.77-.44.48 0 .87.39.87.88 0 .48-.39.87-.87.87-.49 0-.88.39-.88.88v.87c0 .48.39.88.88.88.48 0 .87-.4.87-.88v-.16a2.62 2.62 0 0 0 1.69-2.91A2.616 2.616 0 0 0 8 3.62m0 8.75c.48 0 .87-.39.87-.87a.88.88 0 0 0-.87-.88c-.49 0-.88.4-.88.88s.39.87.88.87" }));
7
+ React.createElement("path", { className: "_vcyzgo", fillRule: "evenodd", d: "M1 8c0 3.86 3.13 7 7 7 1.85 0 3.63-.74 4.94-2.06A6.96 6.96 0 0 0 15 8c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7m7-4.38c-.94 0-1.81.5-2.28 1.31-.17.27-.18.62-.03.9.16.28.46.45.78.45.32-.01.61-.19.76-.47.16-.27.45-.44.77-.44.48 0 .87.39.87.88 0 .48-.39.87-.87.87-.49 0-.88.39-.88.88v.87c0 .48.39.88.88.88.48 0 .87-.4.87-.88v-.16a2.62 2.62 0 0 0 1.69-2.91A2.616 2.616 0 0 0 8 3.62m0 8.75c.48 0 .87-.39.87-.87a.88.88 0 0 0-.87-.88c-.49 0-.88.4-.88.88s.39.87.88.87" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "HintSrvIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", fillRule: "evenodd", d: "M1 8c0 3.86 3.13 7 7 7 1.85 0 3.63-.74 4.94-2.06A6.96 6.96 0 0 0 15 8c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7m7-4.38c-.94 0-1.81.5-2.28 1.31-.17.27-.18.62-.03.9.16.28.46.45.78.45.32-.01.61-.19.76-.47.16-.27.45-.44.77-.44.48 0 .87.39.87.88 0 .48-.39.87-.87.87-.49 0-.88.39-.88.88v.87c0 .48.39.88.88.88.48 0 .87-.4.87-.88v-.16a2.62 2.62 0 0 0 1.69-2.91A2.616 2.616 0 0 0 8 3.62m0 8.75c.48 0 .87-.39.87-.87a.88.88 0 0 0-.87-.88c-.49 0-.88.4-.88.88s.39.87.88.87" }));
10
+ React.createElement("path", { className: "_13fkqdm", fillRule: "evenodd", d: "M1 8c0 3.86 3.13 7 7 7 1.85 0 3.63-.74 4.94-2.06A6.96 6.96 0 0 0 15 8c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7m7-4.38c-.94 0-1.81.5-2.28 1.31-.17.27-.18.62-.03.9.16.28.46.45.78.45.32-.01.61-.19.76-.47.16-.27.45-.44.77-.44.48 0 .87.39.87.88 0 .48-.39.87-.87.87-.49 0-.88.39-.88.88v.87c0 .48.39.88.88.88.48 0 .87-.4.87-.88v-.16a2.62 2.62 0 0 0 1.69-2.91A2.616 2.616 0 0 0 8 3.62m0 8.75c.48 0 .87-.39.87-.87a.88.88 0 0 0-.87-.88c-.49 0-.88.4-.88.88s.39.87.88.87" }));
11
11
  }
12
12
  });
13
+ export default HintSrvIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const InfoStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const InfoStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default InfoStsIcon16;
package/InfoStsIcon16.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const InfoStsIcon16 = React.forwardRef((props, ref) => {
3
+ const InfoStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "InfoStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const InfoStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#1297FE", fillRule: "evenodd", d: "M4.7.14c-.36.07-.7.18-1.04.33-.34.14-.66.31-.97.51-.33.23-.65.48-.94.77s-.54.61-.77.94c-.2.31-.37.63-.51.97C.32 4 .21 4.34.14 4.7.04 5.12 0 5.55 0 6v4c0 .44.04.87.14 1.29.07.36.18.7.33 1.04.14.34.31.66.51.97.23.33.48.65.77.94s.61.54.94.77c.31.2.63.37.97.51.34.15.68.26 1.04.34.42.09.85.14 1.3.14h4c.44 0 .87-.05 1.29-.14.36-.08.7-.19 1.04-.34.34-.14.66-.31.97-.51.33-.23.65-.48.94-.77s.54-.61.77-.94c.2-.31.37-.63.51-.97.15-.34.26-.68.34-1.04.09-.42.14-.85.14-1.29V6c0-.45-.05-.88-.14-1.3a5.5 5.5 0 0 0-.34-1.04c-.14-.34-.31-.66-.51-.97-.23-.33-.48-.65-.77-.94s-.61-.54-.94-.77c-.31-.2-.63-.37-.97-.51-.34-.15-.68-.26-1.04-.33C10.87.04 10.44 0 10 0H6c-.45 0-.88.04-1.3.14M6 2h4a3.9 3.9 0 0 1 1.55.31q.33.135.63.33c.23.15.44.33.64.53s.38.41.53.64q.195.3.33.63c.09.21.16.43.21.65.07.3.11.6.11.91v4c0 .3-.04.6-.11.9-.05.22-.12.44-.21.65q-.135.33-.33.63c-.15.23-.33.44-.53.64s-.41.38-.64.53q-.3.195-.63.33c-.21.09-.43.16-.65.21-.3.07-.6.11-.9.11H6c-.31 0-.61-.04-.91-.11-.22-.05-.44-.12-.65-.21q-.33-.135-.63-.33c-.23-.15-.44-.33-.64-.53s-.38-.41-.53-.64q-.195-.3-.33-.63A3.942 3.942 0 0 1 2 10V6a4 4 0 0 1 .31-1.56q.135-.33.33-.63c.15-.23.33-.44.53-.64s.41-.38.64-.53q.3-.195.63-.33A3.966 3.966 0 0 1 6 2m2 2c-.56 0-1 .44-1 1 0 .55.44 1 1 1 .55 0 1-.45 1-1 0-.56-.45-1-1-1M6 8c0-.56.43-1 1-1h1c.56 0 1 .44 1 1v3c0 .56-.44 1-1 1-.57 0-1-.44-1-1V9c-.57 0-1-.44-1-1" }));
11
11
  }
12
12
  });
13
+ export default InfoStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const InfoStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const InfoStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default InfoStsIcon20;
package/InfoStsIcon20.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const InfoStsIcon20 = React.forwardRef((props, ref) => {
3
+ const InfoStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "InfoStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const InfoStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#1297FE", fillRule: "evenodd", d: "M13 0c.51 0 1.02.05 1.51.16.41.09.82.22 1.21.39.4.16.77.36 1.13.6.39.26.75.56 1.09.9s.64.7.9 1.09c.24.36.44.73.6 1.13.17.39.3.8.39 1.21.11.49.17 1 .17 1.52v6c0 .51-.06 1.02-.17 1.51-.09.41-.22.82-.39 1.21-.16.4-.36.77-.6 1.13-.26.39-.56.76-.9 1.09-.34.34-.7.64-1.09.9-.36.24-.73.44-1.13.6-.39.17-.8.3-1.21.39-.49.11-1 .17-1.51.17H7c-.52 0-1.03-.06-1.52-.17-.41-.09-.82-.22-1.21-.39-.4-.16-.77-.36-1.13-.6-.39-.26-.75-.56-1.09-.9s-.64-.7-.9-1.09c-.24-.36-.44-.73-.6-1.13-.17-.39-.3-.8-.39-1.21-.11-.49-.16-1-.16-1.51V7c0-.52.05-1.03.16-1.52.09-.41.22-.82.39-1.21.16-.4.36-.77.6-1.13.26-.39.56-.75.9-1.09s.7-.64 1.09-.9c.36-.24.73-.44 1.13-.6.39-.17.8-.3 1.21-.39C5.97.05 6.48 0 7 0zm0 2H7c-.39 0-.76.04-1.13.12-.28.06-.55.15-.82.27-.28.11-.54.25-.79.42-.28.18-.55.4-.8.65s-.47.51-.65.8c-.17.25-.31.51-.42.79-.12.27-.21.54-.27.82C2.04 6.24 2 6.61 2 7v6c0 .38.04.75.12 1.12.06.28.15.55.27.82.11.28.25.54.42.79.18.29.4.55.65.8s.51.47.8.65c.25.17.51.31.79.42.27.12.54.21.82.27.37.08.74.13 1.13.13h6c.38 0 .75-.05 1.11-.13.29-.06.56-.15.83-.27.28-.11.54-.25.79-.42.29-.18.55-.4.8-.65s.47-.51.65-.8c.17-.25.31-.51.42-.79.12-.27.21-.54.27-.82.08-.37.13-.74.13-1.12V7c0-.39-.05-.76-.13-1.12-.06-.29-.15-.56-.27-.83-.11-.28-.25-.54-.42-.79-.18-.29-.4-.55-.65-.8s-.51-.47-.8-.65c-.25-.17-.51-.31-.79-.42-.27-.12-.54-.21-.82-.27C13.75 2.04 13.38 2 13 2m-3 3c-.56 0-1 .44-1 1 0 .55.44 1 1 1 .55 0 1-.45 1-1 0-.56-.45-1-1-1M8 9c0-.57.43-1 1-1h1c.56 0 1 .43 1 1v5c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-4c-.57 0-1-.44-1-1" }));
11
11
  }
12
12
  });
13
+ export default InfoStsIcon20;
package/RubStsIcon20.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const RubStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const RubStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default RubStsIcon20;
package/RubStsIcon20.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const RubStsIcon20 = React.forwardRef((props, ref) => {
3
+ const RubStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "RubStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const RubStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#19BDB0", fillRule: "evenodd", d: "M13 0c.51 0 1.02.05 1.51.16.41.09.82.22 1.21.39.4.16.77.36 1.13.6.39.26.75.56 1.09.9s.64.7.9 1.09c.24.36.44.73.6 1.13.17.39.3.8.39 1.21.11.49.17 1 .17 1.52v6c0 .51-.06 1.02-.17 1.51-.09.41-.22.82-.39 1.21-.16.4-.36.77-.6 1.13-.26.39-.56.75-.9 1.09s-.7.64-1.09.9c-.36.24-.73.44-1.13.6-.39.17-.8.3-1.21.39-.49.11-1 .17-1.51.17H7c-.52 0-1.03-.06-1.52-.17-.41-.09-.82-.22-1.21-.39-.4-.16-.77-.36-1.13-.6-.39-.26-.75-.56-1.09-.9s-.64-.7-.9-1.09c-.24-.36-.44-.73-.6-1.13-.17-.39-.3-.8-.39-1.21-.11-.49-.16-1-.16-1.51V7c0-.52.05-1.03.16-1.52.09-.41.22-.82.39-1.21.16-.4.36-.77.6-1.13.26-.39.56-.75.9-1.09s.7-.64 1.09-.9c.36-.24.73-.44 1.13-.6.39-.17.8-.3 1.21-.39C5.97.05 6.48 0 7 0zm0 2H7c-.39 0-.76.04-1.13.12-.28.06-.55.15-.82.27-.28.11-.54.25-.79.42-.29.18-.55.4-.8.65s-.47.51-.65.8c-.17.25-.31.51-.42.79-.12.27-.21.54-.27.82C2.04 6.24 2 6.61 2 7v6c0 .38.04.75.12 1.12.06.28.15.55.27.82.11.28.25.54.42.79.18.29.4.55.65.8s.51.47.8.65c.25.17.51.31.79.42.27.12.54.21.82.27.37.08.74.13 1.13.13h6c.38 0 .75-.05 1.12-.13.28-.06.55-.15.82-.27.28-.11.54-.25.79-.42.29-.18.55-.4.8-.65s.47-.51.65-.8c.17-.25.31-.51.42-.79.12-.27.21-.54.27-.82.08-.37.13-.74.13-1.12V7c0-.39-.05-.76-.13-1.13-.06-.28-.15-.55-.27-.82-.11-.28-.25-.54-.42-.79-.18-.29-.4-.55-.65-.8s-.51-.47-.8-.65c-.25-.17-.51-.31-.79-.42-.27-.12-.54-.21-.82-.27C13.75 2.04 13.38 2 13 2M8.61 5h2.72c1.16 0 2.02.4 2.56 1.09.5.65.61 1.4.61 1.91v.13c0 .57-.18 1.3-.71 1.89-.55.62-1.38.98-2.46.98H9.5v1h.88c.55 0 1 .44 1 1 0 .55-.45 1-1 1H9.5v1c0 .55-.45 1-1 1-.56 0-1-.45-1-1v-1h-1c-.56 0-1-.45-1-1 0-.56.44-1 1-1h1v-1h-1c-.56 0-1-.45-1-1 0-.56.44-1 1-1h1V6c0-.56.44-1 1-1zm.89 2v2h1.83c.62 0 .86-.19.97-.31.13-.15.2-.36.2-.56V8c0-.28-.07-.53-.19-.69C12.22 7.2 12 7 11.33 7z" }));
11
11
  }
12
12
  });
13
+ export default RubStsIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const SuccessStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const SuccessStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SuccessStsIcon16;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const SuccessStsIcon16 = React.forwardRef((props, ref) => {
3
+ const SuccessStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SuccessStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const SuccessStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#19BDB0", fillRule: "evenodd", d: "M10 0c.44 0 .87.04 1.29.14.36.07.7.18 1.04.33.34.14.66.31.97.51.33.23.65.48.94.77s.54.61.77.94c.2.31.37.63.51.97.15.34.26.68.34 1.04.09.42.14.85.14 1.3v4c0 .44-.05.87-.14 1.29-.08.36-.19.7-.34 1.04-.14.34-.31.66-.51.97-.23.33-.48.65-.77.94s-.61.54-.94.77c-.31.2-.63.37-.97.51a5.5 5.5 0 0 1-1.04.34c-.42.09-.85.14-1.29.14H6c-.45 0-.88-.05-1.3-.14a5.5 5.5 0 0 1-1.04-.34c-.34-.14-.66-.31-.97-.51-.33-.23-.65-.48-.94-.77s-.54-.61-.77-.94c-.2-.31-.37-.63-.51-.97-.15-.34-.26-.68-.33-1.04C.04 10.87 0 10.44 0 10V6c0-.45.04-.88.14-1.3.07-.36.18-.7.33-1.04.14-.34.31-.66.51-.97.23-.33.48-.65.77-.94s.61-.54.94-.77c.31-.2.63-.37.97-.51C4 .32 4.34.21 4.7.14 5.12.04 5.55 0 6 0zm0 2H6c-.31 0-.61.03-.91.1q-.33.07-.65.21-.33.135-.63.33c-.23.15-.44.33-.64.53s-.38.41-.53.64q-.195.3-.33.63A3.966 3.966 0 0 0 2 6v4a3.9 3.9 0 0 0 .31 1.55q.135.33.33.63c.15.23.33.44.53.64s.41.38.64.53q.3.195.63.33c.21.09.43.16.65.21.3.07.6.11.91.11h4c.3 0 .6-.04.9-.11q.33-.07.65-.21.33-.135.63-.33c.23-.15.44-.33.64-.53s.38-.41.53-.64q.195-.3.33-.63c.09-.21.16-.43.21-.65.07-.3.11-.6.11-.9V6c0-.31-.04-.61-.11-.91-.05-.22-.12-.44-.21-.65q-.135-.33-.33-.63c-.15-.23-.33-.44-.53-.64s-.41-.38-.64-.53q-.3-.195-.63-.33A3.942 3.942 0 0 0 10 2m-1.74 8.14 2.5-3c.36-.44.31-1.05-.12-1.41a.99.99 0 0 0-1.41.12l-1.8 2.16-.73-.72a.98.98 0 0 0-1.41 0c-.4.39-.4 1.02 0 1.41l1.5 1.5c.23.24.47.36.71.36.23 0 .53-.19.76-.42" }));
11
11
  }
12
12
  });
13
+ export default SuccessStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const SuccessStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const SuccessStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SuccessStsIcon20;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const SuccessStsIcon20 = React.forwardRef((props, ref) => {
3
+ const SuccessStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SuccessStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const SuccessStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#19BDB0", fillRule: "evenodd", d: "M14.51.16C14.02.05 13.51 0 13 0H7c-.52 0-1.03.05-1.52.16-.41.09-.82.22-1.21.39-.4.16-.77.36-1.13.6-.39.26-.75.56-1.09.9s-.64.7-.9 1.09c-.24.36-.44.73-.6 1.13-.17.39-.3.8-.39 1.21C.05 5.97 0 6.48 0 7v6c0 .51.05 1.02.16 1.51.09.41.22.82.39 1.21.16.4.36.77.6 1.13.26.39.56.75.9 1.09s.7.64 1.09.9c.36.24.73.44 1.13.6.39.17.8.3 1.21.39.49.11 1 .17 1.52.17h6c.51 0 1.02-.06 1.51-.17.41-.09.82-.22 1.21-.39.4-.16.77-.36 1.13-.6.39-.26.75-.56 1.09-.9s.64-.7.9-1.09c.24-.36.44-.73.6-1.13.17-.39.3-.8.39-1.21.11-.49.17-1 .17-1.51V7c0-.52-.06-1.03-.17-1.52-.09-.41-.22-.82-.39-1.21-.16-.4-.36-.77-.6-1.13-.26-.39-.56-.75-.9-1.09s-.7-.64-1.09-.9c-.36-.24-.73-.44-1.13-.6-.39-.17-.8-.3-1.21-.39M7 2h6c.38 0 .75.04 1.12.12.28.06.55.15.82.27.28.11.54.25.79.42.29.18.55.4.8.65s.47.51.65.8c.17.25.31.51.42.79.12.27.21.54.27.82.08.37.13.74.13 1.13v6c0 .38-.05.75-.13 1.12-.06.28-.15.55-.27.82-.11.28-.25.54-.42.79-.18.29-.4.55-.65.8s-.51.47-.8.65c-.25.17-.51.31-.79.42-.27.12-.54.21-.82.27-.37.08-.74.13-1.12.13H7c-.39 0-.76-.05-1.13-.13-.28-.06-.55-.15-.82-.27-.28-.11-.54-.25-.79-.42-.29-.18-.55-.4-.8-.65s-.47-.51-.65-.8c-.17-.25-.31-.51-.42-.79-.12-.27-.21-.54-.27-.82C2.04 13.75 2 13.38 2 13V7c0-.39.04-.76.12-1.13.06-.28.15-.55.27-.82.11-.28.25-.54.42-.79.18-.29.4-.55.65-.8s.51-.47.8-.65c.25-.17.51-.31.79-.42.27-.12.54-.21.82-.27C6.24 2.04 6.61 2 7 2m3.24 11.16 4-4.5a.99.99 0 0 0-.08-1.41.99.99 0 0 0-1.42.08l-3.29 3.71L7.7 9.29a.98.98 0 0 0-1.41 0c-.4.39-.4 1.02 0 1.41l2.5 2.5c.47.47.98.43 1.45-.04" }));
11
11
  }
12
12
  });
13
+ export default SuccessStsIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const SystemStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const SystemStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SystemStsIcon16;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const SystemStsIcon16 = React.forwardRef((props, ref) => {
3
+ const SystemStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SystemStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const SystemStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#A6ACBA", fillRule: "evenodd", d: "M10 0c.44 0 .87.04 1.29.14.36.07.7.18 1.04.33.34.14.66.31.97.51.33.23.65.48.94.77s.54.61.77.94c.2.31.37.63.51.97.15.34.26.68.34 1.04.09.42.14.85.14 1.3v4c0 .44-.05.87-.14 1.29-.08.36-.19.7-.34 1.04-.14.34-.31.66-.51.97-.23.33-.48.65-.77.94s-.61.54-.94.77c-.31.2-.63.37-.97.51a5.5 5.5 0 0 1-1.04.34c-.42.09-.85.14-1.29.14H6c-.45 0-.88-.05-1.3-.14a5.5 5.5 0 0 1-1.04-.34c-.34-.14-.66-.31-.97-.51-.33-.23-.65-.48-.94-.77s-.54-.61-.77-.94c-.2-.31-.37-.63-.51-.97-.15-.34-.26-.68-.33-1.04C.04 10.87 0 10.44 0 10V6c0-.45.04-.88.14-1.3.07-.36.18-.7.33-1.04.14-.34.31-.66.51-.97.23-.33.48-.65.77-.94s.61-.54.94-.77c.31-.2.63-.37.97-.51C4 .32 4.34.21 4.7.14 5.12.04 5.55 0 6 0zm0 2H6a4 4 0 0 0-1.56.31q-.33.135-.63.33c-.23.15-.44.33-.64.53s-.38.41-.53.64q-.195.3-.33.63A3.966 3.966 0 0 0 2 6v4a3.9 3.9 0 0 0 .31 1.55q.135.33.33.63c.15.23.33.44.53.64s.41.38.64.53q.3.195.63.33c.21.09.43.16.65.21.3.07.6.11.91.11h4c.3 0 .6-.04.9-.11.22-.05.44-.12.65-.21q.33-.135.63-.33c.23-.15.44-.33.64-.53s.38-.41.53-.64q.195-.3.33-.63c.09-.21.16-.43.21-.65.07-.3.11-.6.11-.9V6c0-.31-.04-.61-.11-.91-.05-.22-.12-.44-.21-.65q-.135-.33-.33-.63c-.15-.23-.33-.44-.53-.64s-.41-.38-.64-.53q-.3-.195-.63-.33A3.942 3.942 0 0 0 10 2M8.89 5.44 8.11 7H9.5c.33 0 .58.08.75.25.16.16.25.41.25.75 0 .15-.04.3-.11.44l-1.5 3c-.25.5-.84.7-1.34.45a.99.99 0 0 1-.45-1.34L7.88 9H6.5c-.16 0-.31-.04-.45-.11-.6-.3-.75-.75-.45-1.34l1.5-3c.25-.5.84-.7 1.34-.45s.7.84.45 1.34" }));
11
11
  }
12
12
  });
13
+ export default SystemStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const SystemStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const SystemStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SystemStsIcon20;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const SystemStsIcon20 = React.forwardRef((props, ref) => {
3
+ const SystemStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SystemStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const SystemStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#A6ACBA", fillRule: "evenodd", d: "M14.51.16C14.02.05 13.51 0 13 0H7c-.52 0-1.03.05-1.52.16-.41.09-.82.22-1.21.39-.4.16-.77.36-1.13.6-.39.26-.75.56-1.09.9s-.64.7-.9 1.09c-.24.36-.44.73-.6 1.13-.17.39-.3.8-.39 1.21C.05 5.97 0 6.48 0 7v6c0 .51.05 1.02.16 1.51.09.41.22.82.39 1.21.16.4.36.77.6 1.13.26.39.56.75.9 1.09s.7.64 1.09.9c.36.24.73.44 1.13.6.39.17.8.3 1.21.39.49.11 1 .17 1.52.17h6c.51 0 1.02-.06 1.51-.17.41-.09.82-.22 1.21-.39.4-.16.77-.36 1.13-.6.39-.26.75-.56 1.09-.9s.64-.7.9-1.09c.24-.36.44-.73.6-1.13.17-.39.3-.8.39-1.21.11-.49.17-1 .17-1.51V7c0-.52-.06-1.03-.17-1.52-.09-.41-.22-.82-.39-1.21-.16-.4-.36-.77-.6-1.13-.26-.39-.56-.75-.9-1.09s-.7-.64-1.09-.9c-.36-.24-.73-.44-1.13-.6-.39-.17-.8-.3-1.21-.39M7 2h6c.38 0 .75.04 1.12.12.28.06.55.15.82.27.28.11.54.25.79.42.29.18.55.4.8.65s.47.51.65.8c.17.25.31.51.42.79.12.27.21.54.27.82.08.37.13.74.13 1.13v6c0 .38-.05.75-.13 1.12-.06.28-.15.55-.27.82-.11.28-.25.54-.42.79-.18.29-.4.55-.65.8s-.51.47-.8.65c-.25.17-.51.31-.79.42-.27.12-.54.21-.82.27-.37.08-.74.13-1.12.13H7c-.39 0-.76-.05-1.13-.13-.28-.06-.55-.15-.82-.27-.28-.11-.54-.25-.79-.42-.29-.18-.55-.4-.8-.65s-.47-.51-.65-.8c-.17-.25-.31-.51-.42-.79-.12-.27-.21-.54-.27-.82C2.04 13.75 2 13.38 2 13V7c0-.39.04-.76.12-1.13.06-.28.15-.55.27-.82.11-.28.25-.54.42-.79.18-.29.4-.55.65-.8s.51-.47.8-.65c.25-.17.51-.31.79-.42.27-.12.54-.21.82-.27C6.24 2.04 6.61 2 7 2m2.11 7 1.78-3.56a.99.99 0 0 0-.45-1.34.99.99 0 0 0-1.34.45l-2.5 5c-.3.59-.15 1.04.45 1.34.14.07.29.11.45.11h3.38L9.1 14.55a.99.99 0 0 0 .45 1.34.99.99 0 0 0 1.34-.45l2.5-5c.07-.14.11-.29.11-.44 0-.67-.34-1-1-1z" }));
11
11
  }
12
12
  });
13
+ export default SystemStsIcon20;
@@ -3,10 +3,10 @@ export declare enum EIconsTheme {
3
3
  LIGHT = "LIGHT",
4
4
  DARK = "DARK"
5
5
  }
6
- interface IProps {
6
+ interface IThemeProviderProps {
7
7
  theme: EIconsTheme;
8
8
  scopeRef?: RefObject<HTMLElement>;
9
9
  }
10
10
  export declare const useTheme: () => EIconsTheme;
11
- export declare const ThemeProvider: React.FC<IProps>;
11
+ export declare const ThemeProvider: React.FC<IThemeProviderProps>;
12
12
  export {};
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const WaitStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const WaitStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WaitStsIcon16;
package/WaitStsIcon16.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const WaitStsIcon16 = React.forwardRef((props, ref) => {
3
+ const WaitStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "WaitStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const WaitStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#A6ACBA", fillRule: "evenodd", d: "M10 0c.44 0 .87.04 1.29.14.36.07.7.18 1.04.33.34.14.66.31.97.51.33.23.65.48.94.77s.54.61.77.94c.2.31.37.63.51.97.15.34.26.68.34 1.04.09.42.14.85.14 1.3v4c0 .44-.05.87-.14 1.29-.08.36-.19.7-.34 1.04-.14.34-.31.66-.51.97-.23.33-.48.65-.77.94s-.61.54-.94.77c-.31.2-.63.37-.97.51a5.5 5.5 0 0 1-1.04.34c-.42.09-.85.14-1.29.14H6c-.45 0-.88-.05-1.3-.14a5.5 5.5 0 0 1-1.04-.34c-.34-.14-.66-.31-.97-.51-.33-.23-.65-.48-.94-.77s-.54-.61-.77-.94c-.2-.31-.37-.63-.51-.97-.15-.34-.26-.68-.33-1.04C.04 10.87 0 10.44 0 10V6c0-.45.04-.88.14-1.3.07-.36.18-.7.33-1.04.14-.34.31-.66.51-.97.23-.33.48-.65.77-.94s.61-.54.94-.77c.31-.2.63-.37.97-.51C4 .32 4.34.21 4.7.14 5.12.04 5.55 0 6 0zm0 2H6a4 4 0 0 0-1.56.31q-.33.135-.63.33c-.23.15-.44.33-.64.53s-.38.41-.53.64q-.195.3-.33.63A3.966 3.966 0 0 0 2 6v4a3.9 3.9 0 0 0 .31 1.55q.135.33.33.63c.15.23.33.44.53.64s.41.38.64.53q.3.195.63.33c.21.09.43.16.65.21.3.07.6.11.91.11h4c.3 0 .6-.04.9-.11.22-.05.44-.12.65-.21q.33-.135.63-.33c.23-.15.44-.33.64-.53s.38-.41.53-.64q.195-.3.33-.63c.09-.21.16-.43.21-.65.07-.3.11-.6.11-.9V6c0-.31-.04-.61-.11-.91-.05-.22-.12-.44-.21-.65q-.135-.33-.33-.63c-.15-.23-.33-.44-.53-.64s-.41-.38-.64-.53q-.3-.195-.63-.33A3.942 3.942 0 0 0 10 2M9 6v1.58l1.2 1.21c.4.39.4 1.02 0 1.41-.39.4-1.02.4-1.41 0l-1.5-1.5A.93.93 0 0 1 7 8V6c0-.56.43-1 1-1 .56 0 1 .44 1 1" }));
11
11
  }
12
12
  });
13
+ export default WaitStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const WaitStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const WaitStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WaitStsIcon20;
package/WaitStsIcon20.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const WaitStsIcon20 = React.forwardRef((props, ref) => {
3
+ const WaitStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "WaitStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const WaitStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#A6ACBA", fillRule: "evenodd", d: "M13 0c.51 0 1.02.05 1.51.16.41.09.82.22 1.21.39.4.16.77.36 1.13.6.39.26.75.56 1.09.9s.64.7.9 1.09c.24.36.44.73.6 1.13.17.39.3.8.39 1.21.11.49.17 1 .17 1.52v6c0 .51-.06 1.02-.17 1.51-.09.41-.22.82-.39 1.21-.16.4-.36.77-.6 1.13-.26.39-.56.75-.9 1.09s-.7.64-1.09.9c-.36.24-.73.44-1.13.6-.39.17-.8.3-1.21.39-.49.11-1 .17-1.51.17H7c-.52 0-1.03-.06-1.52-.17-.41-.09-.82-.22-1.21-.39-.4-.16-.77-.36-1.13-.6-.39-.26-.75-.56-1.09-.9s-.64-.7-.9-1.09c-.24-.36-.44-.73-.6-1.13-.17-.39-.3-.8-.39-1.21-.11-.49-.16-1-.16-1.51V7c0-.52.05-1.03.16-1.52.09-.41.22-.82.39-1.21.16-.4.36-.77.6-1.13.26-.39.56-.75.9-1.09s.7-.64 1.09-.9c.36-.24.73-.44 1.13-.6.39-.17.8-.3 1.21-.39C5.97.05 6.48 0 7 0zm0 2H7c-.39 0-.76.04-1.13.12-.28.06-.55.15-.82.27-.28.11-.54.25-.79.42-.29.18-.55.4-.8.65s-.47.51-.65.8c-.17.25-.31.51-.42.79-.12.27-.21.54-.27.82C2.04 6.24 2 6.61 2 7v6c0 .38.04.75.12 1.12.06.28.15.55.27.82.11.28.25.54.42.79.18.29.4.55.65.8s.51.47.8.65c.25.17.51.31.79.42.27.12.54.21.82.27.37.08.74.13 1.13.13h6c.38 0 .75-.05 1.12-.13.28-.06.55-.15.82-.27.28-.11.54-.25.79-.42.29-.18.55-.4.8-.65s.47-.51.65-.8c.17-.25.31-.51.42-.79.12-.27.21-.54.27-.82.08-.37.13-.74.13-1.12V7c0-.39-.05-.76-.13-1.13-.06-.28-.15-.55-.27-.82-.11-.28-.25-.54-.42-.79-.18-.29-.4-.55-.65-.8s-.51-.47-.8-.65c-.25-.17-.51-.31-.79-.42-.27-.12-.54-.21-.82-.27C13.75 2.04 13.38 2 13 2m-2 5v3.43l2.01 1.21c.48.29.63.89.34 1.37s-.89.63-1.37.34l-2.5-1.5a.9.9 0 0 1-.36-.36A1 1 0 0 1 9 11V7c0-.56.43-1 1-1 .56 0 1 .44 1 1" }));
11
11
  }
12
12
  });
13
+ export default WaitStsIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const WarningStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const WarningStsIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WarningStsIcon16;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const WarningStsIcon16 = React.forwardRef((props, ref) => {
3
+ const WarningStsIcon16 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "WarningStsIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const WarningStsIcon16 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#FF7A17", fillRule: "evenodd", d: "M11.29.13C10.87.04 10.44 0 10 0H6c-.45 0-.88.04-1.3.14-.36.07-.7.18-1.04.33-.34.14-.66.31-.97.51-.33.23-.65.48-.94.77s-.54.61-.77.94c-.2.31-.37.63-.51.97C.32 4 .21 4.34.14 4.7.04 5.12 0 5.55 0 6v4c0 .44.04.87.14 1.29.07.36.18.7.33 1.04.14.34.31.66.51.97.23.33.48.65.77.94s.61.54.94.77c.31.2.63.37.97.51.34.15.68.26 1.04.34.42.09.85.14 1.3.14h4c.44 0 .87-.05 1.29-.14.36-.08.7-.19 1.04-.34.34-.14.66-.31.97-.51.33-.23.65-.48.94-.77s.54-.61.77-.94c.2-.31.37-.63.51-.97.15-.34.26-.68.34-1.04.09-.42.14-.85.14-1.29V6c0-.45-.05-.88-.14-1.3a5.5 5.5 0 0 0-.34-1.04c-.14-.34-.31-.66-.51-.97-.23-.33-.48-.65-.77-.94s-.61-.54-.94-.77c-.31-.2-.63-.37-.97-.51a5.5 5.5 0 0 0-1.04-.34M6 2h4a3.9 3.9 0 0 1 1.55.31q.33.135.63.33c.23.15.44.33.64.53s.38.41.53.64q.195.3.33.63c.09.21.16.43.21.65.07.3.11.6.11.91v4c0 .3-.04.6-.11.9-.05.22-.12.44-.21.65q-.135.33-.33.63c-.15.23-.33.44-.53.64s-.41.38-.64.53q-.3.195-.63.33c-.21.09-.43.16-.65.21-.3.07-.6.11-.9.11H6c-.31 0-.61-.04-.91-.11-.22-.05-.44-.12-.65-.21q-.33-.135-.63-.33c-.23-.15-.44-.33-.64-.53s-.38-.41-.53-.64q-.195-.3-.33-.63A3.942 3.942 0 0 1 2 10V6a4 4 0 0 1 .31-1.56q.135-.33.33-.63c.15-.23.33-.44.53-.64s.41-.38.64-.53q.3-.195.63-.33A3.966 3.966 0 0 1 6 2m1 3c0-.56.43-1 1-1 .56 0 1 .44 1 1v3c0 .56-.44 1-1 1-.57 0-1-.44-1-1zm1 7c.55 0 1-.45 1-1 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 .55.44 1 1 1" }));
11
11
  }
12
12
  });
13
+ export default WarningStsIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const WarningStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const WarningStsIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default WarningStsIcon20;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const WarningStsIcon20 = React.forwardRef((props, ref) => {
3
+ const WarningStsIcon20 = React.forwardRef((props, ref) => {
4
4
  switch (useTheme()) {
5
5
  case EIconsTheme.LIGHT:
6
6
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "WarningStsIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
@@ -10,3 +10,4 @@ export const WarningStsIcon20 = React.forwardRef((props, ref) => {
10
10
  React.createElement("path", { fill: "#FF7A17", fillRule: "evenodd", d: "M14.51.16C14.02.05 13.51 0 13 0H7c-.52 0-1.03.05-1.52.16-.41.09-.82.22-1.21.39-.4.16-.77.36-1.13.6-.39.26-.75.56-1.09.9s-.64.7-.9 1.09c-.24.36-.44.73-.6 1.13-.17.39-.3.8-.39 1.21C.05 5.97 0 6.48 0 7v6c0 .51.05 1.02.16 1.51.09.41.22.82.39 1.21.16.4.36.77.6 1.13.26.39.56.75.9 1.09s.7.64 1.09.9c.36.24.73.44 1.13.6.39.17.8.3 1.21.39.49.11 1 .17 1.52.17h6c.51 0 1.02-.06 1.51-.17.41-.09.82-.22 1.21-.39.4-.16.77-.36 1.13-.6.39-.26.75-.56 1.09-.9s.64-.7.9-1.09c.24-.36.44-.73.6-1.13.17-.39.3-.8.39-1.21.11-.49.17-1 .17-1.51V7c0-.52-.06-1.03-.17-1.52-.09-.41-.22-.82-.39-1.21-.16-.4-.36-.77-.6-1.13-.26-.39-.56-.75-.9-1.09s-.7-.64-1.09-.9c-.36-.24-.73-.44-1.13-.6-.39-.17-.8-.3-1.21-.39M7 2h6c.38 0 .75.04 1.12.12.28.06.55.15.82.27.28.11.54.25.79.42.29.18.55.4.8.65s.47.51.65.8c.17.25.31.51.42.79.12.27.21.54.27.82.08.37.13.74.13 1.13v6c0 .38-.05.75-.13 1.12-.06.28-.15.55-.27.82-.11.28-.25.54-.42.79-.18.29-.4.55-.65.8s-.51.47-.8.65c-.25.17-.51.31-.79.42-.27.12-.54.21-.82.27-.37.08-.74.13-1.12.13H7c-.39 0-.76-.05-1.13-.13-.28-.06-.55-.15-.82-.27-.28-.11-.54-.25-.79-.42-.29-.18-.55-.4-.8-.65s-.47-.51-.65-.8c-.17-.25-.31-.51-.42-.79-.12-.27-.21-.54-.27-.82C2.04 13.75 2 13.38 2 13V7c0-.39.04-.76.12-1.13.06-.28.15-.55.27-.82.11-.28.25-.54.42-.79.18-.29.4-.55.65-.8s.51-.47.8-.65c.25-.17.51-.31.79-.42.27-.12.54-.21.82-.27C6.24 2.04 6.61 2 7 2m4 4c0-.56-.44-1-1-1-.57 0-1 .44-1 1v5c0 .56.43 1 1 1 .56 0 1-.44 1-1zm0 8c0 .55-.45 1-1 1-.56 0-1-.45-1-1 0-.56.44-1 1-1 .55 0 1 .44 1 1" }));
11
11
  }
12
12
  });
13
+ export default WarningStsIcon20;
package/index.d.ts ADDED
@@ -0,0 +1,42 @@
1
+ export { IIconProps } from "./types";
2
+ export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
3
+ export { default as DefaulticonPrdIcon20 } from "./DefaulticonPrdIcon20";
4
+ export { default as DefaulticonPrdIcon24 } from "./DefaulticonPrdIcon24";
5
+ export { default as DefaulticonPrdIcon32 } from "./DefaulticonPrdIcon32";
6
+ export { default as CheckboxbulkNavIcon24 } from "./CheckboxbulkNavIcon24";
7
+ export { default as CheckboxtickNavIcon24 } from "./CheckboxtickNavIcon24";
8
+ export { default as HintSrvIcon16 } from "./HintSrvIcon16";
9
+ export { default as CaretdownSrvxIcon16 } from "./CaretdownSrvxIcon16";
10
+ export { default as CaretdownSrvxIcon20 } from "./CaretdownSrvxIcon20";
11
+ export { default as CaretdownSrvxIcon24 } from "./CaretdownSrvxIcon24";
12
+ export { default as CaretdownwhiteSrvxIcon16 } from "./CaretdownwhiteSrvxIcon16";
13
+ export { default as CaretdownwhiteSrvxIcon20 } from "./CaretdownwhiteSrvxIcon20";
14
+ export { default as CaretdownwhiteSrvxIcon24 } from "./CaretdownwhiteSrvxIcon24";
15
+ export { default as CaretleftSrvxIcon24 } from "./CaretleftSrvxIcon24";
16
+ export { default as CaretleftSrvxIcon32 } from "./CaretleftSrvxIcon32";
17
+ export { default as CaretrightSrvxIcon24 } from "./CaretrightSrvxIcon24";
18
+ export { default as CaretrightSrvxIcon32 } from "./CaretrightSrvxIcon32";
19
+ export { default as CaretupSrvxIcon16 } from "./CaretupSrvxIcon16";
20
+ export { default as CaretupSrvxIcon24 } from "./CaretupSrvxIcon24";
21
+ export { default as CaretupwhiteSrvxIcon16 } from "./CaretupwhiteSrvxIcon16";
22
+ export { default as CaretupwhiteSrvxIcon20 } from "./CaretupwhiteSrvxIcon20";
23
+ export { default as CaretupwhiteSrvxIcon24 } from "./CaretupwhiteSrvxIcon24";
24
+ export { default as CloseSrvxIcon16 } from "./CloseSrvxIcon16";
25
+ export { default as CloseSrvxIcon24 } from "./CloseSrvxIcon24";
26
+ export { default as CloseinversionSrvxIcon16 } from "./CloseinversionSrvxIcon16";
27
+ export { default as CloseinversionSrvxIcon24 } from "./CloseinversionSrvxIcon24";
28
+ export { default as ClosewhiteSrvxIcon16 } from "./ClosewhiteSrvxIcon16";
29
+ export { default as ClosewhiteSrvxIcon24 } from "./ClosewhiteSrvxIcon24";
30
+ export { default as ErrorStsIcon16 } from "./ErrorStsIcon16";
31
+ export { default as ErrorStsIcon20 } from "./ErrorStsIcon20";
32
+ export { default as InfoStsIcon16 } from "./InfoStsIcon16";
33
+ export { default as InfoStsIcon20 } from "./InfoStsIcon20";
34
+ export { default as RubStsIcon20 } from "./RubStsIcon20";
35
+ export { default as SuccessStsIcon16 } from "./SuccessStsIcon16";
36
+ export { default as SuccessStsIcon20 } from "./SuccessStsIcon20";
37
+ export { default as SystemStsIcon16 } from "./SystemStsIcon16";
38
+ export { default as SystemStsIcon20 } from "./SystemStsIcon20";
39
+ export { default as WaitStsIcon16 } from "./WaitStsIcon16";
40
+ export { default as WaitStsIcon20 } from "./WaitStsIcon20";
41
+ export { default as WarningStsIcon16 } from "./WarningStsIcon16";
42
+ export { default as WarningStsIcon20 } from "./WarningStsIcon20";
package/index.js ADDED
@@ -0,0 +1,41 @@
1
+ export { ThemeProvider, useTheme, EIconsTheme } from "./ThemeProvider";
2
+ export { default as DefaulticonPrdIcon20 } from "./DefaulticonPrdIcon20";
3
+ export { default as DefaulticonPrdIcon24 } from "./DefaulticonPrdIcon24";
4
+ export { default as DefaulticonPrdIcon32 } from "./DefaulticonPrdIcon32";
5
+ export { default as CheckboxbulkNavIcon24 } from "./CheckboxbulkNavIcon24";
6
+ export { default as CheckboxtickNavIcon24 } from "./CheckboxtickNavIcon24";
7
+ export { default as HintSrvIcon16 } from "./HintSrvIcon16";
8
+ export { default as CaretdownSrvxIcon16 } from "./CaretdownSrvxIcon16";
9
+ export { default as CaretdownSrvxIcon20 } from "./CaretdownSrvxIcon20";
10
+ export { default as CaretdownSrvxIcon24 } from "./CaretdownSrvxIcon24";
11
+ export { default as CaretdownwhiteSrvxIcon16 } from "./CaretdownwhiteSrvxIcon16";
12
+ export { default as CaretdownwhiteSrvxIcon20 } from "./CaretdownwhiteSrvxIcon20";
13
+ export { default as CaretdownwhiteSrvxIcon24 } from "./CaretdownwhiteSrvxIcon24";
14
+ export { default as CaretleftSrvxIcon24 } from "./CaretleftSrvxIcon24";
15
+ export { default as CaretleftSrvxIcon32 } from "./CaretleftSrvxIcon32";
16
+ export { default as CaretrightSrvxIcon24 } from "./CaretrightSrvxIcon24";
17
+ export { default as CaretrightSrvxIcon32 } from "./CaretrightSrvxIcon32";
18
+ export { default as CaretupSrvxIcon16 } from "./CaretupSrvxIcon16";
19
+ export { default as CaretupSrvxIcon24 } from "./CaretupSrvxIcon24";
20
+ export { default as CaretupwhiteSrvxIcon16 } from "./CaretupwhiteSrvxIcon16";
21
+ export { default as CaretupwhiteSrvxIcon20 } from "./CaretupwhiteSrvxIcon20";
22
+ export { default as CaretupwhiteSrvxIcon24 } from "./CaretupwhiteSrvxIcon24";
23
+ export { default as CloseSrvxIcon16 } from "./CloseSrvxIcon16";
24
+ export { default as CloseSrvxIcon24 } from "./CloseSrvxIcon24";
25
+ export { default as CloseinversionSrvxIcon16 } from "./CloseinversionSrvxIcon16";
26
+ export { default as CloseinversionSrvxIcon24 } from "./CloseinversionSrvxIcon24";
27
+ export { default as ClosewhiteSrvxIcon16 } from "./ClosewhiteSrvxIcon16";
28
+ export { default as ClosewhiteSrvxIcon24 } from "./ClosewhiteSrvxIcon24";
29
+ export { default as ErrorStsIcon16 } from "./ErrorStsIcon16";
30
+ export { default as ErrorStsIcon20 } from "./ErrorStsIcon20";
31
+ export { default as InfoStsIcon16 } from "./InfoStsIcon16";
32
+ export { default as InfoStsIcon20 } from "./InfoStsIcon20";
33
+ export { default as RubStsIcon20 } from "./RubStsIcon20";
34
+ export { default as SuccessStsIcon16 } from "./SuccessStsIcon16";
35
+ export { default as SuccessStsIcon20 } from "./SuccessStsIcon20";
36
+ export { default as SystemStsIcon16 } from "./SystemStsIcon16";
37
+ export { default as SystemStsIcon20 } from "./SystemStsIcon20";
38
+ export { default as WaitStsIcon16 } from "./WaitStsIcon16";
39
+ export { default as WaitStsIcon20 } from "./WaitStsIcon20";
40
+ export { default as WarningStsIcon16 } from "./WarningStsIcon16";
41
+ export { default as WarningStsIcon20 } from "./WarningStsIcon20";