@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.
- package/CaretdownSrvxIcon16.d.ts +3 -2
- package/CaretdownSrvxIcon16.js +4 -3
- package/CaretdownSrvxIcon20.d.ts +4 -0
- package/CaretdownSrvxIcon20.js +13 -0
- package/CaretdownSrvxIcon24.d.ts +3 -2
- package/CaretdownSrvxIcon24.js +4 -3
- package/CaretdownwhiteSrvxIcon16.d.ts +3 -2
- package/CaretdownwhiteSrvxIcon16.js +4 -3
- package/CaretdownwhiteSrvxIcon20.d.ts +3 -2
- package/CaretdownwhiteSrvxIcon20.js +4 -3
- package/CaretdownwhiteSrvxIcon24.d.ts +3 -2
- package/CaretdownwhiteSrvxIcon24.js +4 -3
- package/CaretleftSrvxIcon24.d.ts +4 -0
- package/CaretleftSrvxIcon24.js +13 -0
- package/CaretleftSrvxIcon32.d.ts +4 -0
- package/CaretleftSrvxIcon32.js +13 -0
- package/CaretrightSrvxIcon24.d.ts +4 -0
- package/CaretrightSrvxIcon24.js +13 -0
- package/CaretrightSrvxIcon32.d.ts +4 -0
- package/CaretrightSrvxIcon32.js +13 -0
- package/CaretupSrvxIcon16.d.ts +3 -2
- package/CaretupSrvxIcon16.js +4 -3
- package/CaretupSrvxIcon24.d.ts +3 -2
- package/CaretupSrvxIcon24.js +4 -3
- package/CaretupwhiteSrvxIcon16.d.ts +3 -2
- package/CaretupwhiteSrvxIcon16.js +4 -3
- package/CaretupwhiteSrvxIcon20.d.ts +3 -2
- package/CaretupwhiteSrvxIcon20.js +4 -3
- package/CaretupwhiteSrvxIcon24.d.ts +3 -2
- package/CaretupwhiteSrvxIcon24.js +4 -3
- package/CheckboxbulkNavIcon24.d.ts +4 -0
- package/CheckboxbulkNavIcon24.js +13 -0
- package/CheckboxtickNavIcon24.d.ts +4 -0
- package/CheckboxtickNavIcon24.js +13 -0
- package/CloseSrvxIcon16.d.ts +3 -2
- package/CloseSrvxIcon16.js +4 -3
- package/CloseSrvxIcon24.d.ts +3 -2
- package/CloseSrvxIcon24.js +4 -3
- package/CloseinversionSrvxIcon16.d.ts +3 -2
- package/CloseinversionSrvxIcon16.js +4 -3
- package/CloseinversionSrvxIcon24.d.ts +3 -2
- package/CloseinversionSrvxIcon24.js +4 -3
- package/ClosewhiteSrvxIcon16.d.ts +3 -2
- package/ClosewhiteSrvxIcon16.js +4 -3
- package/ClosewhiteSrvxIcon24.d.ts +3 -2
- package/ClosewhiteSrvxIcon24.js +4 -3
- package/DefaulticonPrdIcon20.d.ts +3 -2
- package/DefaulticonPrdIcon20.js +4 -3
- package/DefaulticonPrdIcon24.d.ts +3 -2
- package/DefaulticonPrdIcon24.js +4 -3
- package/DefaulticonPrdIcon32.d.ts +3 -2
- package/DefaulticonPrdIcon32.js +4 -3
- package/ErrorStsIcon16.d.ts +3 -2
- package/ErrorStsIcon16.js +2 -1
- package/ErrorStsIcon20.d.ts +3 -2
- package/ErrorStsIcon20.js +2 -1
- package/HintSrvIcon16.d.ts +3 -2
- package/HintSrvIcon16.js +4 -3
- package/InfoStsIcon16.d.ts +3 -2
- package/InfoStsIcon16.js +2 -1
- package/InfoStsIcon20.d.ts +3 -2
- package/InfoStsIcon20.js +2 -1
- package/RubStsIcon20.d.ts +3 -2
- package/RubStsIcon20.js +2 -1
- package/SuccessStsIcon16.d.ts +3 -2
- package/SuccessStsIcon16.js +2 -1
- package/SuccessStsIcon20.d.ts +3 -2
- package/SuccessStsIcon20.js +2 -1
- package/SystemStsIcon16.d.ts +3 -2
- package/SystemStsIcon16.js +2 -1
- package/SystemStsIcon20.d.ts +3 -2
- package/SystemStsIcon20.js +2 -1
- package/ThemeProvider.d.ts +2 -2
- package/WaitStsIcon16.d.ts +3 -2
- package/WaitStsIcon16.js +2 -1
- package/WaitStsIcon20.d.ts +3 -2
- package/WaitStsIcon20.js +2 -1
- package/WarningStsIcon16.d.ts +3 -2
- package/WarningStsIcon16.js +2 -1
- package/WarningStsIcon20.d.ts +3 -2
- package/WarningStsIcon20.js +2 -1
- package/index.d.ts +42 -0
- package/index.js +41 -0
- package/package.json +6 -4
- package/styles/icons.css +1 -1
- /package/{models.d.ts → types.d.ts} +0 -0
package/CaretdownSrvxIcon16.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CaretdownSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CaretdownSrvxIcon16;
|
package/CaretdownSrvxIcon16.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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,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;
|
package/CaretdownSrvxIcon24.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CaretdownSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CaretdownSrvxIcon24;
|
package/CaretdownSrvxIcon24.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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,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,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,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,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;
|
package/CaretupSrvxIcon16.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CaretupSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CaretupSrvxIcon16;
|
package/CaretupSrvxIcon16.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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;
|
package/CaretupSrvxIcon24.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CaretupSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CaretupSrvxIcon24;
|
package/CaretupSrvxIcon24.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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,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,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;
|
package/CloseSrvxIcon16.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CloseSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CloseSrvxIcon16;
|
package/CloseSrvxIcon16.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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;
|
package/CloseSrvxIcon24.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { IIconProps } from "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const CloseSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default CloseSrvxIcon24;
|
package/CloseSrvxIcon24.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const ClosewhiteSrvxIcon16: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default ClosewhiteSrvxIcon16;
|
package/ClosewhiteSrvxIcon16.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { EIconsTheme, useTheme } from "./ThemeProvider";
|
|
3
|
-
|
|
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: "
|
|
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: "
|
|
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 "./
|
|
3
|
-
|
|
2
|
+
import { IIconProps } from "./types";
|
|
3
|
+
declare const ClosewhiteSrvxIcon24: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default ClosewhiteSrvxIcon24;
|