@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,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretdownSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretdownSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CaretdownSrvxIcon16 = 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: "CaretdownSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", 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: "_vcyzgo", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretdownSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", 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" }));
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretdownSrvxIcon16;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownSrvxIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownSrvxIcon20;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CaretdownSrvxIcon20 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretdownSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_vcyzgo", 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" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretdownSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
+ }
12
+ });
13
+ export default CaretdownSrvxIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretdownSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretdownSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CaretdownSrvxIcon24 = 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: "CaretdownSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", 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: "_vcyzgo", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretdownSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", 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" }));
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretdownSrvxIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretdownwhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownwhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownwhiteSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretdownwhiteSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CaretdownwhiteSrvxIcon16 = 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: "CaretdownwhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretdownwhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretdownwhiteSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretdownwhiteSrvxIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownwhiteSrvxIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownwhiteSrvxIcon20;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretdownwhiteSrvxIcon20 = React.forwardRef((props, ref) => {
3
+ const CaretdownwhiteSrvxIcon20 = 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: "CaretdownwhiteSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretdownwhiteSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretdownwhiteSrvxIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretdownwhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretdownwhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretdownwhiteSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretdownwhiteSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CaretdownwhiteSrvxIcon24 = 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: "CaretdownwhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretdownwhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretdownwhiteSrvxIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CaretleftSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretleftSrvxIcon24;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CaretleftSrvxIcon24 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretleftSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_vcyzgo", 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" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretleftSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
+ }
12
+ });
13
+ export default CaretleftSrvxIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CaretleftSrvxIcon32: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretleftSrvxIcon32;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CaretleftSrvxIcon32 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretleftSrvxIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_vcyzgo", fillRule: "evenodd", d: "M19.23 11.17a.99.99 0 0 0-.06-1.41.98.98 0 0 0-1.41.07l-4.96 5.49c-.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.41L14.88 16z" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretleftSrvxIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_13fkqdm", fillRule: "evenodd", d: "M19.23 11.17a.99.99 0 0 0-.06-1.41.98.98 0 0 0-1.41.07l-4.96 5.49c-.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.41L14.88 16z" }));
11
+ }
12
+ });
13
+ export default CaretleftSrvxIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CaretrightSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretrightSrvxIcon24;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CaretrightSrvxIcon24 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretrightSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_vcyzgo", 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" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretrightSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
+ }
12
+ });
13
+ export default CaretrightSrvxIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CaretrightSrvxIcon32: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretrightSrvxIcon32;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CaretrightSrvxIcon32 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretrightSrvxIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_vcyzgo", fillRule: "evenodd", d: "M12.76 11.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.41L17.11 16z" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretrightSrvxIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_13fkqdm", fillRule: "evenodd", d: "M12.76 11.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.41L17.11 16z" }));
11
+ }
12
+ });
13
+ export default CaretrightSrvxIcon32;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretupSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretupSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretupSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretupSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CaretupSrvxIcon16 = 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: "CaretupSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", 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: "_vcyzgo", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretupSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", 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" }));
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretupSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretupSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretupSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretupSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretupSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CaretupSrvxIcon24 = 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: "CaretupSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", 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: "_vcyzgo", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretupSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", 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" }));
10
+ React.createElement("path", { className: "_13fkqdm", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretupSrvxIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretupwhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretupwhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretupwhiteSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretupwhiteSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CaretupwhiteSrvxIcon16 = 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: "CaretupwhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretupwhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretupwhiteSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretupwhiteSrvxIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretupwhiteSrvxIcon20: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretupwhiteSrvxIcon20;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretupwhiteSrvxIcon20 = React.forwardRef((props, ref) => {
3
+ const CaretupwhiteSrvxIcon20 = 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: "CaretupwhiteSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretupwhiteSrvxIcon20", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretupwhiteSrvxIcon20;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CaretupwhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CaretupwhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CaretupwhiteSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CaretupwhiteSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CaretupwhiteSrvxIcon24 = 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: "CaretupwhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", 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: "_jxm4go", 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" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretupwhiteSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", 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" }));
10
+ React.createElement("path", { className: "_14ebzwb", 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" }));
11
11
  }
12
12
  });
13
+ export default CaretupwhiteSrvxIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CheckboxbulkNavIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CheckboxbulkNavIcon24;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CheckboxbulkNavIcon24 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxbulkNavIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_jxm4go", fillRule: "evenodd", d: "M7 11h10c.56 0 1 .44 1 1s-.44 1-1 1H7c-.56 0-1-.44-1-1s.44-1 1-1" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxbulkNavIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_14ebzwb", fillRule: "evenodd", d: "M7 11h10c.56 0 1 .44 1 1s-.44 1-1 1H7c-.57 0-1-.44-1-1s.43-1 1-1" }));
11
+ }
12
+ });
13
+ export default CheckboxbulkNavIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IIconProps } from "./types";
3
+ declare const CheckboxtickNavIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CheckboxtickNavIcon24;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { EIconsTheme, useTheme } from "./ThemeProvider";
3
+ const CheckboxtickNavIcon24 = React.forwardRef((props, ref) => {
4
+ switch (useTheme()) {
5
+ case EIconsTheme.LIGHT:
6
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxtickNavIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
+ React.createElement("path", { className: "_jxm4go", fillRule: "evenodd", d: "m17.73 9.67-5.5 6c-.23.24-.5.39-.73.39-.24 0-.48-.12-.71-.36l-3.5-3.5a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0l2.76 2.76 4.8-5.23c.38-.41 1-.44 1.41-.06s.44 1 .06 1.41" }));
8
+ case EIconsTheme.DARK:
9
+ return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxtickNavIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
+ React.createElement("path", { className: "_14ebzwb", fillRule: "evenodd", d: "m17.73 9.67-5.5 6c-.23.24-.5.39-.73.39-.24 0-.48-.12-.71-.36l-3.5-3.5a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0l2.76 2.76 4.8-5.23c.38-.41 1-.44 1.41-.06s.44 1 .06 1.41" }));
11
+ }
12
+ });
13
+ export default CheckboxtickNavIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CloseSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CloseSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CloseSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CloseSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CloseSrvxIcon16 = 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: "CloseSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
7
+ React.createElement("path", { className: "_vcyzgo", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CloseSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
10
+ React.createElement("path", { className: "_13fkqdm", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
11
11
  }
12
12
  });
13
+ export default CloseSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CloseSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CloseSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CloseSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CloseSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CloseSrvxIcon24 = 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: "CloseSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_5vdk31", 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: "_vcyzgo", 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: "CloseSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1xuxr97", 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: "_13fkqdm", 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 CloseSrvxIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CloseinversionSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CloseinversionSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CloseinversionSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CloseinversionSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const CloseinversionSrvxIcon16 = 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: "CloseinversionSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_cmt74o", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
7
+ React.createElement("path", { className: "_oi6pk9", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CloseinversionSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_2uihfb", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
10
+ React.createElement("path", { className: "_zeleyu", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
11
11
  }
12
12
  });
13
+ export default CloseinversionSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const CloseinversionSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const CloseinversionSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CloseinversionSrvxIcon24;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const CloseinversionSrvxIcon24 = React.forwardRef((props, ref) => {
3
+ const CloseinversionSrvxIcon24 = 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: "CloseinversionSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_cmt74o", 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: "_oi6pk9", 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: "CloseinversionSrvxIcon24", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_2uihfb", 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: "_zeleyu", 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 CloseinversionSrvxIcon24;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const ClosewhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const ClosewhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ClosewhiteSrvxIcon16;
@@ -1,12 +1,13 @@
1
1
  import React from "react";
2
2
  import { EIconsTheme, useTheme } from "./ThemeProvider";
3
- export const ClosewhiteSrvxIcon16 = React.forwardRef((props, ref) => {
3
+ const ClosewhiteSrvxIcon16 = 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: "ClosewhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
7
- React.createElement("path", { className: "_dw07mx", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
7
+ React.createElement("path", { className: "_jxm4go", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
8
8
  case EIconsTheme.DARK:
9
9
  return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "ClosewhiteSrvxIcon16", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
10
- React.createElement("path", { className: "_1rbzv7u", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
10
+ React.createElement("path", { className: "_14ebzwb", d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
11
11
  }
12
12
  });
13
+ export default ClosewhiteSrvxIcon16;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
- import { IIconProps } from "./models";
3
- export declare const ClosewhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
2
+ import { IIconProps } from "./types";
3
+ declare const ClosewhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ClosewhiteSrvxIcon24;