@sberbusiness/icons-next 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ArrowleftStrokeSrvIcon24.d.ts +4 -0
- package/ArrowleftStrokeSrvIcon24.js +13 -0
- package/ArrowleftStrokeSrvIcon32.d.ts +4 -0
- package/ArrowleftStrokeSrvIcon32.js +9 -0
- package/ArrowrightStrokeSrvIcon24.d.ts +4 -0
- package/ArrowrightStrokeSrvIcon24.js +13 -0
- package/ArrowrightStrokeSrvIcon32.d.ts +4 -0
- package/ArrowrightStrokeSrvIcon32.js +9 -0
- package/BellStrokeNavIcon20.d.ts +4 -0
- package/BellStrokeNavIcon20.js +9 -0
- package/BellStrokeNavIcon24.d.ts +4 -0
- package/BellStrokeNavIcon24.js +9 -0
- package/BellStrokeNavIcon32.d.ts +4 -0
- package/BellStrokeNavIcon32.js +9 -0
- package/CalendarStrokeSrvIcon16.d.ts +4 -0
- package/CalendarStrokeSrvIcon16.js +9 -0
- package/CaretupdownStrokeSrvIcon16.d.ts +4 -0
- package/CaretupdownStrokeSrvIcon16.js +9 -0
- package/CaretupdownStrokeSrvIcon20.d.ts +4 -0
- package/CaretupdownStrokeSrvIcon20.js +9 -0
- package/CaretupdownStrokeSrvIcon24.d.ts +4 -0
- package/CaretupdownStrokeSrvIcon24.js +9 -0
- package/EditStrokeSrvIcon16.d.ts +4 -0
- package/EditStrokeSrvIcon16.js +9 -0
- package/EditStrokeSrvIcon20.d.ts +4 -0
- package/EditStrokeSrvIcon20.js +9 -0
- package/EditStrokeSrvIcon24.d.ts +4 -0
- package/EditStrokeSrvIcon24.js +9 -0
- package/EditStrokeSrvIcon32.d.ts +4 -0
- package/EditStrokeSrvIcon32.js +9 -0
- package/ErrorStrokeStsIcon16.js +1 -1
- package/ExitStrokeNavIcon20.d.ts +4 -0
- package/ExitStrokeNavIcon20.js +9 -0
- package/ExitStrokeNavIcon24.d.ts +4 -0
- package/ExitStrokeNavIcon24.js +9 -0
- package/ExitStrokeNavIcon32.d.ts +4 -0
- package/ExitStrokeNavIcon32.js +9 -0
- package/LinkStrokeSrvIcon16.js +1 -1
- package/LinkStrokeSrvIcon20.d.ts +4 -0
- package/LinkStrokeSrvIcon20.js +9 -0
- package/LinkStrokeSrvIcon24.d.ts +4 -0
- package/LinkStrokeSrvIcon24.js +9 -0
- package/index.d.ts +20 -0
- package/index.js +20 -0
- package/package.json +1 -1
- package/styles/icons.css +1 -1
- package/utils/getPathClassName.js +16 -16
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ArrowleftStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ArrowleftStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("clipPath", { id: "a_arrowleft24" },
|
|
9
|
+
React.createElement("path", { fill: "#fff", fillOpacity: "0", d: "M0 0H24V24H0z", transform: "matrix(1 0 0 -1 0 24)" }))),
|
|
10
|
+
React.createElement("g", { clipPath: "url(#a_arrowleft24)" },
|
|
11
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m7.27 10.99 3.96-4.32a.99.99 0 0 0-.06-1.41.99.99 0 0 0-1.41.06l-5.5 6c-.18.19-.26.42-.26.67 0 .26.08.49.26.68l5.5 6c.38.41 1 .44 1.41.06s.44-1 .06-1.41l-3.96-4.33H20c.56 0 1-.44 1-1s-.44-1-1-1z" })));
|
|
12
|
+
});
|
|
13
|
+
export default ArrowleftStrokeSrvIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ArrowleftStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "ArrowleftStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m10.29 14.99 4.94-5.31a1 1 0 0 0-.05-1.42 1 1 0 0 0-1.42.05l-6.5 7c-.18.2-.26.42-.26.68 0 .14.02.26.06.37.05.11.11.22.2.32l6.5 7a1 1 0 0 0 1.42.05 1 1 0 0 0 .05-1.42l-4.94-5.32H25c.56 0 1-.44 1-1s-.44-1-1-1z" }));
|
|
8
|
+
});
|
|
9
|
+
export default ArrowleftStrokeSrvIcon32;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ArrowrightStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ArrowrightStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("clipPath", { id: "a_arrowright24" },
|
|
9
|
+
React.createElement("path", { fill: "#fff", fillOpacity: "0", d: "M0 0H24V24H0z", transform: "matrix(1 0 0 -1 0 24)" }))),
|
|
10
|
+
React.createElement("g", { clipPath: "url(#a_arrowright24)" },
|
|
11
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m17.72 10.99-3.96-4.32a.99.99 0 0 1 .06-1.41.99.99 0 0 1 1.41.06l5.5 6c.18.19.27.42.27.67 0 .26-.09.49-.27.68l-5.5 6c-.38.41-1 .44-1.41.06s-.44-1-.06-1.41l3.96-4.33H5c-.57 0-1-.44-1-1s.43-1 1-1z" })));
|
|
12
|
+
});
|
|
13
|
+
export default ArrowrightStrokeSrvIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ArrowrightStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "ArrowrightStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m22.7 14.99-4.94-5.31a1 1 0 0 1 .05-1.42 1 1 0 0 1 1.42.05l6.5 7c.18.2.27.42.27.68 0 .14-.03.26-.07.37-.05.11-.11.22-.2.32l-6.5 7a1 1 0 0 1-1.42.05 1 1 0 0 1-.05-1.42l4.94-5.32H8c-.57 0-1-.44-1-1s.43-1 1-1z" }));
|
|
8
|
+
});
|
|
9
|
+
export default ArrowrightStrokeSrvIcon32;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const BellStrokeNavIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "BellStrokeNavIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 2.07a6.563 6.563 0 0 0-1.73.48c-.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.21C3.05 7.97 3 8.48 3 9v6H2c-.56 0-1 .43-1 1 0 .56.44 1 1 1h16c.56 0 1-.44 1-1 0-.57-.44-1-1-1h-1V9c0-.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-.6A6.6 6.6 0 0 0 11 2.07V1c0-.57-.44-1-1-1-.57 0-1 .43-1 1zM15 15V9c0-.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-.27a5.286 5.286 0 0 0-2.25 0c-.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.82C5.04 8.24 5 8.61 5 9v6zm-3 3H8c-.56 0-1 .43-1 1 0 .56.44 1 1 1h4c.56 0 1-.44 1-1 0-.57-.44-1-1-1" }));
|
|
8
|
+
});
|
|
9
|
+
export default BellStrokeNavIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const BellStrokeNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "BellStrokeNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11 4.07a6.563 6.563 0 0 0-1.73.48c-.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.52v6H4c-.56 0-1 .43-1 1 0 .56.44 1 1 1h16c.56 0 1-.44 1-1 0-.57-.44-1-1-1h-1v-6c0-.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-.6A6.6 6.6 0 0 0 13 4.07V3c0-.57-.44-1-1-1s-1 .43-1 1zM17 17v-6c0-.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-.27a5.286 5.286 0 0 0-2.25 0c-.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-.12.74-.12 1.13v6zm-3 3h-4c-.57 0-1 .43-1 1 0 .56.43 1 1 1h4c.56 0 1-.44 1-1 0-.57-.44-1-1-1" }));
|
|
8
|
+
});
|
|
9
|
+
export default BellStrokeNavIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const BellStrokeNavIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "BellStrokeNavIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15 6.06c-.25.03-.5.07-.74.12-.47.11-.93.25-1.38.44-.45.2-.88.42-1.28.69-.45.3-.87.64-1.26 1.03s-.73.81-1.03 1.26c-.27.4-.49.83-.69 1.28-.19.45-.33.91-.44 1.38Q8 13.1 8 14v7H7c-.56 0-1 .43-1 1 0 .56.44 1 1 1h18c.56 0 1-.44 1-1 0-.57-.44-1-1-1h-1v-7c0-.6-.07-1.18-.19-1.74-.11-.47-.25-.93-.44-1.38-.2-.45-.42-.88-.69-1.28-.3-.45-.64-.87-1.03-1.26a8.2 8.2 0 0 0-1.26-1.03c-.4-.27-.83-.49-1.28-.69-.45-.19-.91-.33-1.38-.44-.24-.05-.49-.09-.73-.12V5c0-.57-.44-1-1-1s-1 .43-1 1zM22 21v-7q0-.69-.15-1.35c-.08-.33-.19-.67-.33-.99-.14-.33-.3-.65-.5-.95-.22-.34-.49-.66-.78-.96-.3-.29-.62-.56-.96-.78-.3-.2-.62-.36-.95-.5-.32-.14-.66-.25-.99-.33C16.9 8.04 16.45 8 16 8c-.46 0-.91.04-1.35.14-.33.08-.67.19-.99.33-.33.14-.65.3-.95.5-.34.22-.66.49-.96.78-.29.3-.56.62-.78.96-.2.3-.36.62-.5.95-.14.32-.25.66-.33.99-.1.44-.14.89-.14 1.35v7zm-4 4h-4c-.56 0-1 .43-1 1 0 .56.44 1 1 1h4c.56 0 1-.44 1-1 0-.57-.44-1-1-1" }));
|
|
8
|
+
});
|
|
9
|
+
export default BellStrokeNavIcon32;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CalendarStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CalendarStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M6 1v1h4V1c0-.56.44-1 1-1s1 .44 1 1v1h1c.21 0 .43.02.63.06.18.04.36.1.53.17.18.07.34.16.49.26.17.11.32.24.47.38a3.1 3.1 0 0 1 .81 1.49c.04.2.07.42.07.64v8c0 .21-.03.43-.07.63-.04.18-.1.36-.17.53-.07.18-.16.34-.26.49-.11.17-.24.32-.38.47-.28.27-.6.49-.96.64-.37.16-.76.24-1.16.24H3c-.22 0-.44-.03-.64-.07-.18-.04-.36-.1-.53-.17-.18-.07-.34-.16-.49-.26-.17-.11-.32-.24-.47-.38a3.1 3.1 0 0 1-.81-1.49C.02 13.43 0 13.21 0 13V5c0-.22.02-.44.06-.64.04-.18.1-.36.17-.53.07-.18.16-.34.26-.49.11-.17.24-.32.38-.47.15-.14.3-.27.47-.38.15-.1.31-.19.49-.26.17-.07.35-.13.53-.17.2-.04.42-.06.64-.06h1V1c0-.56.44-1 1-1s1 .44 1 1m4 3v1c0 .56.44 1 1 1s1-.44 1-1V4h1c.13 0 .26.02.38.07.06.03.11.05.15.08a1.2 1.2 0 0 1 .31.31c.03.04.05.09.08.15.05.12.08.25.08.39v2H2V5c0-.09 0-.17.02-.25.02-.05.03-.1.05-.14.03-.06.05-.11.08-.15a1.2 1.2 0 0 1 .31-.31c.04-.03.09-.05.15-.08.04-.02.09-.03.14-.05C2.83 4 2.91 4 3 4h1v1c0 .56.44 1 1 1s1-.44 1-1V4zM2 9v4c0 .13.02.26.07.38.03.06.05.11.08.15.04.06.09.12.14.17.09.09.2.17.32.22.04.02.09.03.14.05.08.02.16.03.25.03h10c.13 0 .26-.03.38-.08.06-.03.11-.05.15-.08.06-.04.12-.09.17-.14a.995.995 0 0 0 .3-.7V9z" }));
|
|
8
|
+
});
|
|
9
|
+
export default CalendarStrokeSrvIcon16;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CaretupdownStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretupdownStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M13.24 5.66c-.36.41-1 .45-1.41.08L8 2.33 4.16 5.74a.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.41m-1.41 4.59a.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.36-.41 1-.45 1.41-.08L8 13.66z" }));
|
|
8
|
+
});
|
|
9
|
+
export default CaretupdownStrokeSrvIcon16;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CaretupdownStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretupdownStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.24 7.66c-.36.41-1 .45-1.41.08L10 4.33 6.16 7.74a.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.41m-1.41 4.59a.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.36-.41 1-.45 1.41-.08L10 15.66z" }));
|
|
8
|
+
});
|
|
9
|
+
export default CaretupdownStrokeSrvIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CaretupdownStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretupdownStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5.76 8.67c.38.41 1 .44 1.41.06L12 4.38l4.82 4.35c.41.38 1.03.35 1.41-.06a.98.98 0 0 0-.07-1.41L12.67 2.3c-.23-.2-.45-.3-.67-.3-.23 0-.45.1-.68.3L5.83 7.26a.98.98 0 0 0-.07 1.41m1.41 6.59a.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 19.61z" }));
|
|
8
|
+
});
|
|
9
|
+
export default CaretupdownStrokeSrvIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const EditStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "EditStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10.88.73a2 2 0 0 0-.33.26L1.97 9.58a2 2 0 0 0-.49.78l-.8 2.42c-.07.21-.11.42-.11.62 0 .17.02.34.07.51.04.17.1.32.18.46.09.17.2.32.34.46s.29.25.46.34c.14.08.29.14.46.18.38.1.75.09 1.13-.04l2.42-.81c.15-.04.29-.11.42-.19s.25-.18.36-.29L15 5.44c.19-.2.33-.42.43-.67q.15-.36.15-.75t-.15-.75c-.04-.12-.1-.23-.17-.34a2.6 2.6 0 0 0-.26-.32L13.38 1c-.19-.2-.41-.34-.66-.44q-.36-.15-.75-.15c-.14 0-.27.01-.4.04-.12.02-.24.06-.35.11-.12.04-.23.1-.34.17m.02 2.75 1.07-1.07 1.61 1.61-1.07 1.07zM9.48 4.9l-6.1 6.09-.8 2.42 2.42-.8 6.09-6.1z" }));
|
|
8
|
+
});
|
|
9
|
+
export default EditStrokeSrvIcon16;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const EditStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "EditStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M19.68 3.69a2.6 2.6 0 0 0-.26-.32l-2.8-2.8c-.1-.1-.21-.18-.32-.26-.11-.07-.22-.12-.34-.17-.11-.05-.23-.08-.35-.11a2.6 2.6 0 0 0-.78 0c-.12.03-.24.06-.35.11a2.1 2.1 0 0 0-.66.43L1.76 12.64c-.24.24-.41.52-.5.84L.08 17.45c-.11.37-.11.73-.01 1.09q.135.495.51.87c.13.14.27.25.43.33.14.08.29.14.44.18.36.1.73.1 1.09-.01l3.97-1.18c.33-.09.6-.26.84-.5L19.42 6.17a2.1 2.1 0 0 0 .43-.66c.05-.11.08-.23.11-.35.02-.13.04-.26.04-.39s-.02-.26-.04-.39c-.03-.12-.06-.24-.11-.35-.05-.12-.1-.23-.17-.34m-4.46-1.72 2.8 2.8-1.54 1.54-2.8-2.8zm-.14 5.74-2.8-2.8-9.13 9.13-1.17 3.97 3.97-1.17z" }));
|
|
8
|
+
});
|
|
9
|
+
export default EditStrokeSrvIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const EditStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "EditStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M21.68 5.69a2.6 2.6 0 0 0-.26-.32l-2.8-2.8c-.1-.1-.21-.18-.32-.26-.11-.07-.22-.12-.34-.17-.11-.05-.23-.08-.35-.11a2.6 2.6 0 0 0-.78 0c-.12.03-.24.06-.35.11a2.1 2.1 0 0 0-.66.43L3.76 14.64c-.24.24-.41.52-.5.84l-1.18 3.97c-.11.37-.11.73-.01 1.09q.135.495.51.87c.13.14.27.25.43.33.14.08.29.14.44.18.36.1.73.1 1.09-.01l3.97-1.18c.32-.09.6-.26.84-.5L21.42 8.17a2.1 2.1 0 0 0 .43-.66c.05-.11.08-.23.11-.35.02-.13.04-.26.04-.39s-.02-.26-.04-.39c-.03-.12-.06-.24-.11-.35-.05-.12-.1-.23-.17-.34m-4.46-1.72 2.8 2.8-1.54 1.54-2.8-2.8zm-.14 5.74-2.8-2.8-9.13 9.13-1.17 3.97 3.97-1.17z" }));
|
|
8
|
+
});
|
|
9
|
+
export default EditStrokeSrvIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const EditStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "EditStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M27.18 8.19a2.6 2.6 0 0 0-.26-.32l-2.8-2.8c-.1-.1-.21-.18-.32-.26-.11-.07-.22-.12-.34-.17-.11-.05-.23-.08-.35-.11a2.6 2.6 0 0 0-.78 0c-.12.03-.24.06-.35.11a2.1 2.1 0 0 0-.66.43L6.26 20.14c-.24.24-.41.52-.5.84l-1.18 3.97c-.11.36-.11.73-.01 1.09q.135.495.51.87c.13.14.27.25.43.33.14.08.29.14.44.18.36.1.73.1 1.09-.01l3.97-1.18c.33-.09.6-.26.84-.5l15.07-15.06a2.1 2.1 0 0 0 .43-.66c.05-.11.08-.23.11-.35.02-.13.04-.26.04-.39s-.02-.26-.04-.39c-.03-.12-.06-.24-.11-.35-.05-.12-.1-.23-.17-.34m-4.46-1.72 2.8 2.8-1.54 1.54-2.8-2.8zm-.14 5.74-2.8-2.8L7.65 21.54l-1.17 3.97 3.97-1.17z" }));
|
|
8
|
+
});
|
|
9
|
+
export default EditStrokeSrvIcon32;
|
package/ErrorStrokeStsIcon16.js
CHANGED
|
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
|
|
|
4
4
|
const ErrorStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
5
|
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "ErrorStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.99
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.99 15.99H3c-.54 0-1.04-.14-1.5-.4-.44-.25-.79-.6-1.05-1.03q-.225-.345-.33-.72c-.07-.22-.1-.44-.12-.67-.01-.24 0-.47.04-.69.05-.29.14-.56.27-.83l5-10A3 3 0 0 1 6.46.41C6.93.13 7.44 0 8 0c.3 0 .58.04.86.12a2.897 2.897 0 0 1 1.25.74c.23.23.42.49.57.79l5 10c.24.48.34.99.31 1.52-.03.5-.18.97-.45 1.4q-.39.645-1.05 1.02c-.2.12-.41.21-.63.28q-.42.12-.87.12m-9.99-2h9.99c.18 0 .35-.04.5-.13.14-.08.26-.2.35-.34a1.014 1.014 0 0 0 .05-.98l-5-9.99c-.09-.18-.22-.32-.38-.42A1 1 0 0 0 8 2c-.19 0-.36.04-.52.13-.16.1-.29.24-.38.42l-5 9.99a1 1 0 0 0 .05.97c.09.15.21.26.35.35.15.08.32.13.5.13m4-8v3c0 .56.44 1 1 1s1-.44 1-1v-3c0-.56-.44-1-1-1s-1 .44-1 1m0 6c0-.55.44-1 1-1 .55 0 1 .45 1 1s-.45 1-1 1c-.56 0-1-.45-1-1" }));
|
|
8
8
|
});
|
|
9
9
|
export default ErrorStrokeStsIcon16;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ExitStrokeNavIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ExitStrokeNavIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5 19c-.22 0-.44-.03-.64-.07-.18-.04-.36-.1-.53-.17s-.34-.16-.49-.26c-.17-.11-.32-.24-.47-.38-.14-.15-.27-.3-.38-.47-.1-.15-.19-.31-.26-.49-.07-.17-.13-.35-.17-.53-.04-.2-.06-.42-.06-.63V4c0-.22.02-.44.06-.64.04-.18.1-.36.17-.53.07-.18.16-.34.26-.49.11-.17.24-.32.38-.47.15-.14.3-.27.47-.38.15-.1.31-.19.49-.26.17-.07.35-.13.53-.17.2-.04.42-.06.64-.06h8c.56 0 1 .44 1 1s-.44 1-1 1H5c-.09 0-.17 0-.25.02-.05.02-.1.03-.14.05-.06.03-.11.05-.15.08a1.2 1.2 0 0 0-.31.31c-.03.04-.05.09-.08.15-.02.04-.03.09-.05.14C4 3.83 4 3.91 4 4v12c0 .13.02.26.07.38s.13.23.22.32.2.17.32.22c.04.02.09.03.14.05.08.02.16.03.25.03h8c.56 0 1 .44 1 1s-.44 1-1 1zm8.48-13.71a1.07 1.07 0 0 0-1.47 0 .96.96 0 0 0 0 1.41L14.39 9H8.03C7.45 9 7 9.44 7 10c0 .55.45.99 1.03.99h6.36l-2.38 2.3a.96.96 0 0 0 0 1.41c.41.39 1.05.39 1.47 0l4.15-4c.24-.23.37-.47.37-.7 0-.24-.13-.48-.37-.71z" }));
|
|
8
|
+
});
|
|
9
|
+
export default ExitStrokeNavIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ExitStrokeNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ExitStrokeNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7 21c-.22 0-.44-.03-.64-.07-.18-.04-.36-.1-.53-.17s-.34-.16-.49-.26c-.17-.11-.32-.24-.47-.38-.14-.15-.27-.3-.38-.47-.1-.15-.19-.31-.26-.49-.07-.17-.13-.35-.17-.53-.04-.2-.06-.42-.06-.63V6c0-.22.02-.44.06-.64.04-.18.1-.36.17-.53.07-.18.16-.34.26-.49.11-.17.24-.32.38-.47.15-.14.3-.27.47-.38.15-.1.31-.19.49-.26.17-.07.35-.13.53-.17.2-.04.42-.06.64-.06h8c.56 0 1 .44 1 1s-.44 1-1 1H7c-.09 0-.17 0-.25.02-.05.02-.1.03-.14.05-.06.03-.11.05-.15.08a1.2 1.2 0 0 0-.31.31c-.03.04-.05.09-.08.15-.02.04-.03.09-.05.14C6 5.83 6 5.91 6 6v12c0 .13.02.26.07.38s.13.23.22.32.2.17.32.22c.04.02.09.03.14.05.08.02.16.03.25.03h8c.56 0 1 .44 1 1s-.44 1-1 1zm8.48-13.71a1.07 1.07 0 0 0-1.47 0 .96.96 0 0 0 0 1.41l2.38 2.3h-6.36C9.45 11 9 11.44 9 12c0 .55.45.99 1.03.99h6.36l-2.38 2.3a.96.96 0 0 0 0 1.41c.41.39 1.05.39 1.47 0l4.15-4c.24-.23.37-.47.37-.7 0-.24-.13-.48-.37-.71z" }));
|
|
8
|
+
});
|
|
9
|
+
export default ExitStrokeNavIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ExitStrokeNavIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "ExitStrokeNavIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 27h10c.56 0 1-.44 1-1s-.44-1-1-1H9c-.09 0-.17-.01-.25-.03-.05-.02-.1-.03-.14-.05-.06-.03-.11-.05-.15-.08a1.2 1.2 0 0 1-.31-.31c-.03-.04-.05-.09-.08-.15A1 1 0 0 1 8 24V8c0-.09 0-.17.02-.25.02-.05.03-.1.05-.14.03-.06.05-.11.08-.15a1.2 1.2 0 0 1 .31-.31c.04-.03.09-.05.15-.08.04-.02.09-.03.14-.05C8.83 7 8.91 7 9 7h10c.56 0 1-.44 1-1s-.44-1-1-1H9c-.22 0-.44.02-.64.06-.18.04-.36.1-.53.17-.18.07-.34.16-.49.26-.17.11-.32.24-.47.38-.14.15-.27.3-.38.47-.1.15-.19.31-.26.49-.07.17-.13.34-.17.52-.04.21-.06.43-.06.65v16c0 .21.02.43.06.63a3.104 3.104 0 0 0 .81 1.49c.15.14.3.27.47.38.15.1.32.19.49.26s.35.13.53.17c.2.04.42.07.64.07m16.92-11.39q-.075-.18-.21-.33l-5-4.99c-.26-.25-.63-.35-.97-.26-.35.09-.62.36-.71.71-.1.34 0 .71.26.97l3.3 3.29H15c-.56 0-1 .44-1 .99 0 .56.44 1 1 1h7.59l-3.3 3.29a1 1 0 0 0-.3.71 1 1 0 0 0 .3.71c.18.19.44.3.71.3.26 0 .52-.11.71-.3l5-5q.135-.135.21-.33a1 1 0 0 0 0-.76" }));
|
|
8
|
+
});
|
|
9
|
+
export default ExitStrokeNavIcon32;
|
package/LinkStrokeSrvIcon16.js
CHANGED
|
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
|
|
|
4
4
|
const LinkStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
5
|
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "LinkStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3.99 3c-.55 0-1 .44-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-.5c0-.56.45-1 1-1s1 .44 1 1v.5c0 1.65-1.35 3-3 3h-8A3 3 0 0 1 1 12V4c0-1.66 1.34-3 2.99-3h.5c.55 0 1 .44 1 1 0 .55-.45 1-1 1zm11 4.5V2.09c.01-.14 0-.28-.05-.41-.05-.12-.14-.29-.24-.39q-.18-.165-.39-.24A.95.95 0 0 0 13.9 1H8.49c-.56 0-.99.44-.99 1s.43 1 .99 1h3.09L6.79 7.79a.99.99 0 0 0 0 1.42c.39.39 1.02.39 1.41 0l4.79-4.8V7.5c0 .56.44 1 1 1s1-.44 1-1" }));
|
|
8
8
|
});
|
|
9
9
|
export default LinkStrokeSrvIcon16;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const LinkStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "LinkStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5.99 5c-.55 0-1 .44-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-.5c0-.56.45-1 1-1s1 .44 1 1v.5c0 1.65-1.35 3-3 3h-8A3 3 0 0 1 3 14V6c0-1.66 1.34-3 2.99-3h.5c.55 0 1 .44 1 1 0 .55-.45 1-1 1zm11 4.5V4.09c.01-.14 0-.28-.05-.41-.05-.12-.14-.29-.24-.39q-.18-.165-.39-.24A.95.95 0 0 0 15.9 3h-5.41c-.56 0-.99.44-.99 1s.43 1 .99 1h3.09L8.79 9.79a.99.99 0 0 0 0 1.42c.39.39 1.02.39 1.41 0l4.79-4.8V9.5c0 .56.44 1 1 1s1-.44 1-1" }));
|
|
8
|
+
});
|
|
9
|
+
export default LinkStrokeSrvIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const LinkStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
+
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
|
+
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "LinkStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M6.99 6c-.55 0-1 .44-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.56.44-1 1-1 .55 0 1 .44 1 1v2c0 1.65-1.35 3-3 3h-10A3 3 0 0 1 4 17V7c0-1.66 1.34-3 2.99-3L9 4.02c.56 0 1 .45 1 1s-.44 1-1 1zm13 4.5V5.09c.01-.14 0-.28-.05-.41-.05-.12-.14-.29-.24-.39q-.18-.165-.39-.24c-.13-.05-.27-.06-.41-.05h-5.41c-.56 0-.99.44-.99 1s.43 1 .99 1h3.09l-4.79 4.79a.99.99 0 0 0 0 1.42c.39.39 1.02.39 1.41 0l4.79-4.8v3.09c0 .56.44 1 1 1s1-.44 1-1" }));
|
|
8
|
+
});
|
|
9
|
+
export default LinkStrokeSrvIcon24;
|
package/index.d.ts
CHANGED
|
@@ -5,12 +5,18 @@ export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBr
|
|
|
5
5
|
export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
|
|
6
6
|
export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
|
|
7
7
|
export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
|
|
8
|
+
export { default as BellStrokeNavIcon20 } from "./BellStrokeNavIcon20";
|
|
9
|
+
export { default as BellStrokeNavIcon24 } from "./BellStrokeNavIcon24";
|
|
10
|
+
export { default as BellStrokeNavIcon32 } from "./BellStrokeNavIcon32";
|
|
8
11
|
export { default as ChangeaccountFilledNavIcon24 } from "./ChangeaccountFilledNavIcon24";
|
|
9
12
|
export { default as ChangeaccountStrokeNavIcon20 } from "./ChangeaccountStrokeNavIcon20";
|
|
10
13
|
export { default as ChangeaccountStrokeNavIcon24 } from "./ChangeaccountStrokeNavIcon24";
|
|
11
14
|
export { default as ChangeaccountStrokeNavIcon32 } from "./ChangeaccountStrokeNavIcon32";
|
|
12
15
|
export { default as ChatFilledNavIcon24 } from "./ChatFilledNavIcon24";
|
|
13
16
|
export { default as CreateFilledNavIcon24 } from "./CreateFilledNavIcon24";
|
|
17
|
+
export { default as ExitStrokeNavIcon20 } from "./ExitStrokeNavIcon20";
|
|
18
|
+
export { default as ExitStrokeNavIcon24 } from "./ExitStrokeNavIcon24";
|
|
19
|
+
export { default as ExitStrokeNavIcon32 } from "./ExitStrokeNavIcon32";
|
|
14
20
|
export { default as HomeFilledNavIcon24 } from "./HomeFilledNavIcon24";
|
|
15
21
|
export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIcon24";
|
|
16
22
|
export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
|
|
@@ -24,13 +30,18 @@ export { default as DefaulticonStrokePrdIcon24 } from "./DefaulticonStrokePrdIco
|
|
|
24
30
|
export { default as DefaulticonStrokePrdIcon32 } from "./DefaulticonStrokePrdIcon32";
|
|
25
31
|
export { default as ArrowdownStrokeSrvIcon20 } from "./ArrowdownStrokeSrvIcon20";
|
|
26
32
|
export { default as ArrowleftStrokeSrvIcon20 } from "./ArrowleftStrokeSrvIcon20";
|
|
33
|
+
export { default as ArrowleftStrokeSrvIcon24 } from "./ArrowleftStrokeSrvIcon24";
|
|
34
|
+
export { default as ArrowleftStrokeSrvIcon32 } from "./ArrowleftStrokeSrvIcon32";
|
|
27
35
|
export { default as ArrowrightStrokeSrvIcon20 } from "./ArrowrightStrokeSrvIcon20";
|
|
36
|
+
export { default as ArrowrightStrokeSrvIcon24 } from "./ArrowrightStrokeSrvIcon24";
|
|
37
|
+
export { default as ArrowrightStrokeSrvIcon32 } from "./ArrowrightStrokeSrvIcon32";
|
|
28
38
|
export { default as ArrowupStrokeSrvIcon20 } from "./ArrowupStrokeSrvIcon20";
|
|
29
39
|
export { default as AttachmentStrokeSrvIcon16 } from "./AttachmentStrokeSrvIcon16";
|
|
30
40
|
export { default as AttachmentStrokeSrvIcon20 } from "./AttachmentStrokeSrvIcon20";
|
|
31
41
|
export { default as AttachmentStrokeSrvIcon24 } from "./AttachmentStrokeSrvIcon24";
|
|
32
42
|
export { default as AttachmentStrokeSrvIcon32 } from "./AttachmentStrokeSrvIcon32";
|
|
33
43
|
export { default as BackspaceStrokeSrvIcon32 } from "./BackspaceStrokeSrvIcon32";
|
|
44
|
+
export { default as CalendarStrokeSrvIcon16 } from "./CalendarStrokeSrvIcon16";
|
|
34
45
|
export { default as CalendarStrokeSrvIcon20 } from "./CalendarStrokeSrvIcon20";
|
|
35
46
|
export { default as CalendarStrokeSrvIcon24 } from "./CalendarStrokeSrvIcon24";
|
|
36
47
|
export { default as CalendarStrokeSrvIcon32 } from "./CalendarStrokeSrvIcon32";
|
|
@@ -48,6 +59,9 @@ export { default as CaretrightStrokeSrvIcon32 } from "./CaretrightStrokeSrvIcon3
|
|
|
48
59
|
export { default as CaretupStrokeSrvIcon16 } from "./CaretupStrokeSrvIcon16";
|
|
49
60
|
export { default as CaretupStrokeSrvIcon20 } from "./CaretupStrokeSrvIcon20";
|
|
50
61
|
export { default as CaretupStrokeSrvIcon24 } from "./CaretupStrokeSrvIcon24";
|
|
62
|
+
export { default as CaretupdownStrokeSrvIcon16 } from "./CaretupdownStrokeSrvIcon16";
|
|
63
|
+
export { default as CaretupdownStrokeSrvIcon20 } from "./CaretupdownStrokeSrvIcon20";
|
|
64
|
+
export { default as CaretupdownStrokeSrvIcon24 } from "./CaretupdownStrokeSrvIcon24";
|
|
51
65
|
export { default as CheckboxbulkStrokeSrvIcon24 } from "./CheckboxbulkStrokeSrvIcon24";
|
|
52
66
|
export { default as CheckboxtickStrokeSrvIcon24 } from "./CheckboxtickStrokeSrvIcon24";
|
|
53
67
|
export { default as ChevronrightStrokeSrvIcon20 } from "./ChevronrightStrokeSrvIcon20";
|
|
@@ -69,9 +83,15 @@ export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvI
|
|
|
69
83
|
export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
|
|
70
84
|
export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
|
|
71
85
|
export { default as DragdotsStrokeSrvIcon24 } from "./DragdotsStrokeSrvIcon24";
|
|
86
|
+
export { default as EditStrokeSrvIcon16 } from "./EditStrokeSrvIcon16";
|
|
87
|
+
export { default as EditStrokeSrvIcon20 } from "./EditStrokeSrvIcon20";
|
|
88
|
+
export { default as EditStrokeSrvIcon24 } from "./EditStrokeSrvIcon24";
|
|
89
|
+
export { default as EditStrokeSrvIcon32 } from "./EditStrokeSrvIcon32";
|
|
72
90
|
export { default as FaceidStrokeSrvIcon32 } from "./FaceidStrokeSrvIcon32";
|
|
73
91
|
export { default as HintFilledSrvIcon16 } from "./HintFilledSrvIcon16";
|
|
74
92
|
export { default as LinkStrokeSrvIcon16 } from "./LinkStrokeSrvIcon16";
|
|
93
|
+
export { default as LinkStrokeSrvIcon20 } from "./LinkStrokeSrvIcon20";
|
|
94
|
+
export { default as LinkStrokeSrvIcon24 } from "./LinkStrokeSrvIcon24";
|
|
75
95
|
export { default as MinusStrokeSrvIcon16 } from "./MinusStrokeSrvIcon16";
|
|
76
96
|
export { default as MinusStrokeSrvIcon20 } from "./MinusStrokeSrvIcon20";
|
|
77
97
|
export { default as MinusStrokeSrvIcon24 } from "./MinusStrokeSrvIcon24";
|
package/index.js
CHANGED
|
@@ -4,12 +4,18 @@ export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBr
|
|
|
4
4
|
export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
|
|
5
5
|
export { default as NodocumentsMrkIcon84 } from "./NodocumentsMrkIcon84";
|
|
6
6
|
export { default as NodocumentsMrkIcon96 } from "./NodocumentsMrkIcon96";
|
|
7
|
+
export { default as BellStrokeNavIcon20 } from "./BellStrokeNavIcon20";
|
|
8
|
+
export { default as BellStrokeNavIcon24 } from "./BellStrokeNavIcon24";
|
|
9
|
+
export { default as BellStrokeNavIcon32 } from "./BellStrokeNavIcon32";
|
|
7
10
|
export { default as ChangeaccountFilledNavIcon24 } from "./ChangeaccountFilledNavIcon24";
|
|
8
11
|
export { default as ChangeaccountStrokeNavIcon20 } from "./ChangeaccountStrokeNavIcon20";
|
|
9
12
|
export { default as ChangeaccountStrokeNavIcon24 } from "./ChangeaccountStrokeNavIcon24";
|
|
10
13
|
export { default as ChangeaccountStrokeNavIcon32 } from "./ChangeaccountStrokeNavIcon32";
|
|
11
14
|
export { default as ChatFilledNavIcon24 } from "./ChatFilledNavIcon24";
|
|
12
15
|
export { default as CreateFilledNavIcon24 } from "./CreateFilledNavIcon24";
|
|
16
|
+
export { default as ExitStrokeNavIcon20 } from "./ExitStrokeNavIcon20";
|
|
17
|
+
export { default as ExitStrokeNavIcon24 } from "./ExitStrokeNavIcon24";
|
|
18
|
+
export { default as ExitStrokeNavIcon32 } from "./ExitStrokeNavIcon32";
|
|
13
19
|
export { default as HomeFilledNavIcon24 } from "./HomeFilledNavIcon24";
|
|
14
20
|
export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIcon24";
|
|
15
21
|
export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
|
|
@@ -23,13 +29,18 @@ export { default as DefaulticonStrokePrdIcon24 } from "./DefaulticonStrokePrdIco
|
|
|
23
29
|
export { default as DefaulticonStrokePrdIcon32 } from "./DefaulticonStrokePrdIcon32";
|
|
24
30
|
export { default as ArrowdownStrokeSrvIcon20 } from "./ArrowdownStrokeSrvIcon20";
|
|
25
31
|
export { default as ArrowleftStrokeSrvIcon20 } from "./ArrowleftStrokeSrvIcon20";
|
|
32
|
+
export { default as ArrowleftStrokeSrvIcon24 } from "./ArrowleftStrokeSrvIcon24";
|
|
33
|
+
export { default as ArrowleftStrokeSrvIcon32 } from "./ArrowleftStrokeSrvIcon32";
|
|
26
34
|
export { default as ArrowrightStrokeSrvIcon20 } from "./ArrowrightStrokeSrvIcon20";
|
|
35
|
+
export { default as ArrowrightStrokeSrvIcon24 } from "./ArrowrightStrokeSrvIcon24";
|
|
36
|
+
export { default as ArrowrightStrokeSrvIcon32 } from "./ArrowrightStrokeSrvIcon32";
|
|
27
37
|
export { default as ArrowupStrokeSrvIcon20 } from "./ArrowupStrokeSrvIcon20";
|
|
28
38
|
export { default as AttachmentStrokeSrvIcon16 } from "./AttachmentStrokeSrvIcon16";
|
|
29
39
|
export { default as AttachmentStrokeSrvIcon20 } from "./AttachmentStrokeSrvIcon20";
|
|
30
40
|
export { default as AttachmentStrokeSrvIcon24 } from "./AttachmentStrokeSrvIcon24";
|
|
31
41
|
export { default as AttachmentStrokeSrvIcon32 } from "./AttachmentStrokeSrvIcon32";
|
|
32
42
|
export { default as BackspaceStrokeSrvIcon32 } from "./BackspaceStrokeSrvIcon32";
|
|
43
|
+
export { default as CalendarStrokeSrvIcon16 } from "./CalendarStrokeSrvIcon16";
|
|
33
44
|
export { default as CalendarStrokeSrvIcon20 } from "./CalendarStrokeSrvIcon20";
|
|
34
45
|
export { default as CalendarStrokeSrvIcon24 } from "./CalendarStrokeSrvIcon24";
|
|
35
46
|
export { default as CalendarStrokeSrvIcon32 } from "./CalendarStrokeSrvIcon32";
|
|
@@ -47,6 +58,9 @@ export { default as CaretrightStrokeSrvIcon32 } from "./CaretrightStrokeSrvIcon3
|
|
|
47
58
|
export { default as CaretupStrokeSrvIcon16 } from "./CaretupStrokeSrvIcon16";
|
|
48
59
|
export { default as CaretupStrokeSrvIcon20 } from "./CaretupStrokeSrvIcon20";
|
|
49
60
|
export { default as CaretupStrokeSrvIcon24 } from "./CaretupStrokeSrvIcon24";
|
|
61
|
+
export { default as CaretupdownStrokeSrvIcon16 } from "./CaretupdownStrokeSrvIcon16";
|
|
62
|
+
export { default as CaretupdownStrokeSrvIcon20 } from "./CaretupdownStrokeSrvIcon20";
|
|
63
|
+
export { default as CaretupdownStrokeSrvIcon24 } from "./CaretupdownStrokeSrvIcon24";
|
|
50
64
|
export { default as CheckboxbulkStrokeSrvIcon24 } from "./CheckboxbulkStrokeSrvIcon24";
|
|
51
65
|
export { default as CheckboxtickStrokeSrvIcon24 } from "./CheckboxtickStrokeSrvIcon24";
|
|
52
66
|
export { default as ChevronrightStrokeSrvIcon20 } from "./ChevronrightStrokeSrvIcon20";
|
|
@@ -68,9 +82,15 @@ export { default as DotsverticalStrokeSrvIcon20 } from "./DotsverticalStrokeSrvI
|
|
|
68
82
|
export { default as DotsverticalStrokeSrvIcon24 } from "./DotsverticalStrokeSrvIcon24";
|
|
69
83
|
export { default as DotsverticalStrokeSrvIcon32 } from "./DotsverticalStrokeSrvIcon32";
|
|
70
84
|
export { default as DragdotsStrokeSrvIcon24 } from "./DragdotsStrokeSrvIcon24";
|
|
85
|
+
export { default as EditStrokeSrvIcon16 } from "./EditStrokeSrvIcon16";
|
|
86
|
+
export { default as EditStrokeSrvIcon20 } from "./EditStrokeSrvIcon20";
|
|
87
|
+
export { default as EditStrokeSrvIcon24 } from "./EditStrokeSrvIcon24";
|
|
88
|
+
export { default as EditStrokeSrvIcon32 } from "./EditStrokeSrvIcon32";
|
|
71
89
|
export { default as FaceidStrokeSrvIcon32 } from "./FaceidStrokeSrvIcon32";
|
|
72
90
|
export { default as HintFilledSrvIcon16 } from "./HintFilledSrvIcon16";
|
|
73
91
|
export { default as LinkStrokeSrvIcon16 } from "./LinkStrokeSrvIcon16";
|
|
92
|
+
export { default as LinkStrokeSrvIcon20 } from "./LinkStrokeSrvIcon20";
|
|
93
|
+
export { default as LinkStrokeSrvIcon24 } from "./LinkStrokeSrvIcon24";
|
|
74
94
|
export { default as MinusStrokeSrvIcon16 } from "./MinusStrokeSrvIcon16";
|
|
75
95
|
export { default as MinusStrokeSrvIcon20 } from "./MinusStrokeSrvIcon20";
|
|
76
96
|
export { default as MinusStrokeSrvIcon24 } from "./MinusStrokeSrvIcon24";
|
package/package.json
CHANGED
package/styles/icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._yx4q4b { fill: #008985; } ._fkx0b7 { fill: #19BDB0; } ._l7oaym { fill: #D10032; } ._4s5ldw { fill: #F80C45; } ._3ezy7d { fill: #EF4C01; } ._h3d7oy { fill: #FF7A17; } ._1vjb0ji { fill: #0E57CC; } ._1vpn5e8 { fill: #1297FE; } ._z9z3c4 { fill: #697591; } ._dbwqxb { fill: #95A3C1; } ._1bqn492 { fill: #1F1F22; fill-opacity: .45; } ._928mk { fill: #FFFFFF; fill-opacity: .35; } ._bsi79z { fill: #FFFFFF; fill-opacity: 1; } ._184vztu { fill: #FFFFFF; fill-opacity: 1; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._yx4q4b { fill: #21A19A; } .hoverable:hover ._fkx0b7 { fill: #4BD9CF; } .hoverable:hover ._l7oaym { fill: #E60037; } .hoverable:hover ._4s5ldw { fill: #FF5571; } .hoverable:hover ._3ezy7d { fill: #EF4C01; } .hoverable:hover ._h3d7oy { fill: #FF7A17; } .hoverable:hover ._1vjb0ji { fill: #0E57CC; } .hoverable:hover ._1vpn5e8 { fill: #1297FE; } .hoverable:hover ._z9z3c4 { fill: #697591; } .hoverable:hover ._dbwqxb { fill: #95A3C1; } .hoverable:hover ._1bqn492 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._928mk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._bsi79z { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._184vztu { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._yx4q4b, .hoverable.active ._yx4q4b { fill: #007777; } .hoverable:not(:disabled):active ._fkx0b7, .hoverable.active ._fkx0b7 { fill: #008985; } .hoverable:not(:disabled):active ._l7oaym, .hoverable.active ._l7oaym { fill: #BD002C; } .hoverable:not(:disabled):active ._4s5ldw, .hoverable.active ._4s5ldw { fill: #D10032; } .hoverable:not(:disabled):active ._3ezy7d, .hoverable.active ._3ezy7d { fill: #D10032; } .hoverable:not(:disabled):active ._h3d7oy, .hoverable.active ._h3d7oy { fill: #FF7A17; } .hoverable:not(:disabled):active ._1vjb0ji, .hoverable.active ._1vjb0ji { fill: #0E57CC; } .hoverable:not(:disabled):active ._1vpn5e8, .hoverable.active ._1vpn5e8 { fill: #1297FE; } .hoverable:not(:disabled):active ._z9z3c4, .hoverable.active ._z9z3c4 { fill: #697591; } .hoverable:not(:disabled):active ._dbwqxb, .hoverable.active ._dbwqxb { fill: #95A3C1; } .hoverable:not(:disabled):active ._1bqn492, .hoverable.active ._1bqn492 { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._928mk, .hoverable.active ._928mk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._bsi79z, .hoverable.active ._bsi79z { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._184vztu, .hoverable.active ._184vztu { fill: #FFFFFF; fill-opacity: 1; } .hoverable:disabled ._yx4q4b, .hoverable.disabled ._yx4q4b { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._fkx0b7, .hoverable.disabled ._fkx0b7 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._l7oaym, .hoverable.disabled ._l7oaym { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._4s5ldw, .hoverable.disabled ._4s5ldw { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._3ezy7d, .hoverable.disabled ._3ezy7d { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._h3d7oy, .hoverable.disabled ._h3d7oy { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1vjb0ji, .hoverable.disabled ._1vjb0ji { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1vpn5e8, .hoverable.disabled ._1vpn5e8 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._z9z3c4, .hoverable.disabled ._z9z3c4 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._dbwqxb, .hoverable.disabled ._dbwqxb { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1bqn492, .hoverable.disabled ._1bqn492 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._928mk, .hoverable.disabled ._928mk { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._bsi79z, .hoverable.disabled ._bsi79z { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._184vztu, .hoverable.disabled ._184vztu { fill: #FFFFFF; fill-opacity: .15; }
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { EIconsTheme } from "../ThemeProvider";
|
|
2
2
|
const themeToClassNamePalettes = [
|
|
3
3
|
{
|
|
4
|
-
[EIconsTheme.LIGHT]: "
|
|
5
|
-
[EIconsTheme.DARK]: "
|
|
4
|
+
[EIconsTheme.LIGHT]: "_yx4q4b",
|
|
5
|
+
[EIconsTheme.DARK]: "_fkx0b7",
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
[EIconsTheme.LIGHT]: "
|
|
9
|
-
[EIconsTheme.DARK]: "
|
|
8
|
+
[EIconsTheme.LIGHT]: "_l7oaym",
|
|
9
|
+
[EIconsTheme.DARK]: "_4s5ldw",
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
[EIconsTheme.LIGHT]: "
|
|
13
|
-
[EIconsTheme.DARK]: "
|
|
12
|
+
[EIconsTheme.LIGHT]: "_3ezy7d",
|
|
13
|
+
[EIconsTheme.DARK]: "_h3d7oy",
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
[EIconsTheme.LIGHT]: "
|
|
17
|
-
[EIconsTheme.DARK]: "
|
|
16
|
+
[EIconsTheme.LIGHT]: "_1vjb0ji",
|
|
17
|
+
[EIconsTheme.DARK]: "_1vpn5e8",
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
[EIconsTheme.LIGHT]: "
|
|
21
|
-
[EIconsTheme.DARK]: "
|
|
20
|
+
[EIconsTheme.LIGHT]: "_z9z3c4",
|
|
21
|
+
[EIconsTheme.DARK]: "_dbwqxb",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
[EIconsTheme.LIGHT]: "
|
|
25
|
-
[EIconsTheme.DARK]: "
|
|
24
|
+
[EIconsTheme.LIGHT]: "_1bqn492",
|
|
25
|
+
[EIconsTheme.DARK]: "_928mk",
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
[EIconsTheme.LIGHT]: "
|
|
29
|
-
[EIconsTheme.DARK]: "
|
|
28
|
+
[EIconsTheme.LIGHT]: "_928mk",
|
|
29
|
+
[EIconsTheme.DARK]: "_1bqn492",
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
[EIconsTheme.LIGHT]: "
|
|
33
|
-
[EIconsTheme.DARK]: "
|
|
32
|
+
[EIconsTheme.LIGHT]: "_bsi79z",
|
|
33
|
+
[EIconsTheme.DARK]: "_184vztu",
|
|
34
34
|
},
|
|
35
35
|
];
|
|
36
36
|
const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];
|