@sberbusiness/icons-next 1.13.0 → 1.14.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/CancelStrokeSrvIcon20.d.ts +4 -0
- package/CancelStrokeSrvIcon20.js +9 -0
- package/CancelStrokeSrvIcon24.d.ts +4 -0
- package/CancelStrokeSrvIcon24.js +9 -0
- package/CancelStrokeSrvIcon32.d.ts +4 -0
- package/CancelStrokeSrvIcon32.js +9 -0
- package/ChatentrypointStrokeSrvIcon32.d.ts +4 -0
- package/ChatentrypointStrokeSrvIcon32.js +10 -0
- package/DialognewStrokeSrvIcon20.js +1 -1
- package/DialognewStrokeSrvIcon32.js +1 -1
- package/EasybankMrkIcon96.d.ts +4 -0
- package/EasybankMrkIcon96.js +48 -0
- package/EasybankStrokePrdIcon32.d.ts +4 -0
- package/EasybankStrokePrdIcon32.js +11 -0
- package/EasybankdisconnectMrkIcon96.d.ts +4 -0
- package/EasybankdisconnectMrkIcon96.js +46 -0
- package/MakesiteStrokePrdIcon20.d.ts +4 -0
- package/MakesiteStrokePrdIcon20.js +10 -0
- package/MakesiteStrokePrdIcon32.d.ts +4 -0
- package/MakesiteStrokePrdIcon32.js +10 -0
- package/StickerStrokeSrvIcon20.d.ts +4 -0
- package/StickerStrokeSrvIcon20.js +9 -0
- package/StickerStrokeSrvIcon24.d.ts +4 -0
- package/StickerStrokeSrvIcon24.js +9 -0
- package/index.d.ts +11 -2
- package/index.js +11 -2
- package/package.json +1 -1
- package/styles/icons.css +1 -1
- package/utils/getPathClassName.js +20 -20
- package/CrmStrokeSrvIcon20.d.ts +0 -4
- package/CrmStrokeSrvIcon20.js +0 -10
- package/CrmStrokeSrvIcon32.d.ts +0 -4
- package/CrmStrokeSrvIcon32.js +0 -10
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CancelStrokeSrvIcon20 = 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: "CancelStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0M3.682 5.096a8 8 0 0 0 11.222 11.223zM10 2c-1.849 0-3.55.629-4.904 1.682l11.221 11.221A7.96 7.96 0 0 0 18 10a8 8 0 0 0-8-8", clipRule: "evenodd" }));
|
|
8
|
+
});
|
|
9
|
+
export default CancelStrokeSrvIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CancelStrokeSrvIcon24 = 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: "CancelStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2M5.682 7.096a8 8 0 0 0 11.222 11.223zM12 4c-1.849 0-3.55.629-4.904 1.682l11.221 11.221A7.96 7.96 0 0 0 20 12a8 8 0 0 0-8-8", clipRule: "evenodd" }));
|
|
8
|
+
});
|
|
9
|
+
export default CancelStrokeSrvIcon24;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const CancelStrokeSrvIcon32 = 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: "CancelStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3M7.547 8.96A10.96 10.96 0 0 0 5 16c0 6.075 4.925 11 11 11 2.677 0 5.13-.958 7.038-2.548zM16 5c-2.677 0-5.132.957-7.04 2.547l15.492 15.491A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11", clipRule: "evenodd" }));
|
|
8
|
+
});
|
|
9
|
+
export default CancelStrokeSrvIcon32;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const ChatentrypointStrokeSrvIcon32 = 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: "ChatentrypointStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M20 6a1 1 0 1 1 0 2H8a2 2 0 0 0-2 2v15.13l3.69-2.458A4 4 0 0 1 11.907 22H24a2 2 0 0 0 2-2v-3a1 1 0 1 1 2 0v3a4 4 0 0 1-4 4H11.908a2 2 0 0 0-1.11.336l-5.243 3.496A1 1 0 0 1 4 27V10a4 4 0 0 1 4-4z" }),
|
|
8
|
+
React.createElement("path", { className: pathClassName, d: "M16 16a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2zM20 12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2zM26.938 11a1 1 0 1 1-.001 2 1 1 0 0 1 0-2M26.937 3a2.997 2.997 0 0 1 1 5.825V9a1 1 0 0 1-2 0V8a1 1 0 0 1 .897-.995l.205-.01a1 1 0 1 0-1.07-1.246 1 1 0 0 1-1.938-.498A3 3 0 0 1 26.937 3" }));
|
|
9
|
+
});
|
|
10
|
+
export default ChatentrypointStrokeSrvIcon32;
|
|
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
|
|
|
4
4
|
const DialognewStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
5
|
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DialognewStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, d: "M9 3.5a1 1 0 1 1 0 2H4a2 2 0 0 0-2 2v9.195l1.497-.935a5 5 0 0 1 2.65-.76H13a2 2 0 0 0 2-2v-1.5a1 1 0 1 1 2 0V13a4 4 0 0 1-4 4H6.147a3 3 0 0 0-1.59.456L1.53 19.348A1 1 0 0 1 0 18.5v-11a4 4 0 0 1 4-
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M9 3.5a1 1 0 1 1 0 2H4a2 2 0 0 0-2 2v9.195l1.497-.935a5 5 0 0 1 2.65-.76H13a2 2 0 0 0 2-2v-1.5a1 1 0 1 1 2 0V13a4 4 0 0 1-4 4H6.147a3 3 0 0 0-1.59.456L1.53 19.348A1 1 0 0 1 0 18.5v-11a4 4 0 0 1 4-4zM16 .5a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1" }));
|
|
8
8
|
});
|
|
9
9
|
export default DialognewStrokeSrvIcon20;
|
|
@@ -4,6 +4,6 @@ import getPathClassName from "./utils/getPathClassName";
|
|
|
4
4
|
const DialognewStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
5
|
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DialognewStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, d: "M18 6a1 1 0 1 1 0 2H8a2 2 0 0 0-2 2v15.13l3.69-2.458A4 4 0 0 1 11.907 22H24a2 2 0 0 0 2-2v-4a1 1 0 1 1 2 0v4a4 4 0 0 1-4 4H11.908a2 2 0 0 0-1.11.336l-5.243 3.496A1 1 0 0 1 4 27V10a4 4 0 0 1 4-
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M18 6a1 1 0 1 1 0 2H8a2 2 0 0 0-2 2v15.13l3.69-2.458A4 4 0 0 1 11.907 22H24a2 2 0 0 0 2-2v-4a1 1 0 1 1 2 0v4a4 4 0 0 1-4 4H11.908a2 2 0 0 0-1.11.336l-5.243 3.496A1 1 0 0 1 4 27V10a4 4 0 0 1 4-4zM27 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0V8h-3a1 1 0 1 1 0-2h3V3a1 1 0 0 1 1-1" }));
|
|
8
8
|
});
|
|
9
9
|
export default DialognewStrokeSrvIcon32;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme, EIconsTheme } from "./ThemeProvider";
|
|
3
|
+
const EasybankMrkIcon96 = React.forwardRef((props, ref) => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
switch (theme) {
|
|
6
|
+
case EIconsTheme.LIGHT:
|
|
7
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EasybankMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
8
|
+
React.createElement("path", { fill: "url(#a_easybank96)", d: "M19 20a8 8 0 0 1 8-8h42a8 8 0 0 1 8 8v52a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8z" }),
|
|
9
|
+
React.createElement("path", { fill: "url(#b_easybank96)", d: "M77 72a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8V20a8 8 0 0 1 8-8h42a8 8 0 0 1 8 8z" }),
|
|
10
|
+
React.createElement("path", { fill: "url(#c_easybank96)", fillRule: "evenodd", d: "M43 85c-1.292 0-2.267-.923-2.425-2.228-2.914-19.403-5.34-21.618-24.242-24.32C14.923 58.294 14 57.266 14 55.96c0-1.24.923-2.215 2.333-2.426 19.008-2.544 20.893-5.022 24.242-24.32C40.799 27.91 41.76 27 43 27c1.305 0 2.28.91 2.439 2.215 2.913 19.403 5.338 21.829 24.241 24.32 1.41.21 2.32 1.186 2.32 2.426 0 1.305-.91 2.333-2.32 2.49-19.06 2.545-20.788 5.089-24.241 24.374C45.215 84.077 44.305 85 43 85", clipRule: "evenodd" }),
|
|
11
|
+
React.createElement("path", { fill: "url(#d_easybank96)", d: "M69 43c-.588 0-1.026-.424-1.095-.999-1.313-8.703-2.395-9.688-10.865-10.906-.63-.069-1.04-.534-1.04-1.109 0-.56.41-.999 1.04-1.094 8.512-1.136 9.36-2.258 10.865-10.907C68.001 17.41 68.44 17 69 17c.575 0 1.013.41 1.081.985 1.314 8.703 2.395 9.785 10.865 10.907.63.095 1.054.533 1.054 1.094 0 .575-.424 1.04-1.054 1.109-8.539 1.136-9.319 2.285-10.865 10.933-.096.548-.506.972-1.081.972" }),
|
|
12
|
+
React.createElement("defs", null,
|
|
13
|
+
React.createElement("linearGradient", { id: "a_easybank96", x1: "19", x2: "46.485", y1: "90.5", y2: "58.691", gradientUnits: "userSpaceOnUse" },
|
|
14
|
+
React.createElement("stop", { stopColor: "#7BC8C9" }),
|
|
15
|
+
React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
|
|
16
|
+
React.createElement("linearGradient", { id: "b_easybank96", x1: "87.15", x2: "46.563", y1: "12", y2: "52.105", gradientUnits: "userSpaceOnUse" },
|
|
17
|
+
React.createElement("stop", { stopColor: "#7BC8C9" }),
|
|
18
|
+
React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
|
|
19
|
+
React.createElement("linearGradient", { id: "c_easybank96", x1: "36", x2: "59.839", y1: "53", y2: "78.919", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#21A19A" }),
|
|
21
|
+
React.createElement("stop", { offset: ".364", stopColor: "#50BEB8" }),
|
|
22
|
+
React.createElement("stop", { offset: "1", stopColor: "#A7B7DA" })),
|
|
23
|
+
React.createElement("linearGradient", { id: "d_easybank96", x1: "66.5", x2: "80.5", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
|
|
24
|
+
React.createElement("stop", { stopColor: "#21A19A" }),
|
|
25
|
+
React.createElement("stop", { offset: "1", stopColor: "#50BEB8" }))));
|
|
26
|
+
case EIconsTheme.DARK:
|
|
27
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EasybankMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
28
|
+
React.createElement("path", { fill: "url(#a_easybank96)", d: "M19 20a8 8 0 0 1 8-8h42a8 8 0 0 1 8 8v52a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8z" }),
|
|
29
|
+
React.createElement("path", { fill: "url(#b_easybank96)", d: "M77 72a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8V20a8 8 0 0 1 8-8h42a8 8 0 0 1 8 8z" }),
|
|
30
|
+
React.createElement("path", { fill: "url(#c_easybank96)", fillRule: "evenodd", d: "M43 85c-1.292 0-2.267-.923-2.425-2.228-2.914-19.403-5.34-21.618-24.242-24.32C14.923 58.294 14 57.266 14 55.96c0-1.24.923-2.215 2.333-2.426 19.008-2.544 20.893-5.022 24.242-24.32C40.799 27.91 41.76 27 43 27c1.305 0 2.28.91 2.439 2.215 2.913 19.403 5.338 21.829 24.241 24.32 1.41.21 2.32 1.186 2.32 2.426 0 1.305-.91 2.333-2.32 2.49-19.06 2.545-20.788 5.089-24.241 24.374C45.215 84.077 44.305 85 43 85", clipRule: "evenodd" }),
|
|
31
|
+
React.createElement("path", { fill: "url(#d_easybank96)", d: "M69 43c-.588 0-1.026-.424-1.095-.999-1.313-8.703-2.395-9.688-10.865-10.906-.63-.069-1.04-.534-1.04-1.109 0-.56.41-.999 1.04-1.094 8.512-1.136 9.36-2.258 10.865-10.907C68.001 17.41 68.44 17 69 17c.575 0 1.013.41 1.081.985 1.314 8.703 2.395 9.785 10.865 10.907.63.095 1.054.533 1.054 1.094 0 .575-.424 1.04-1.054 1.109-8.539 1.136-9.319 2.285-10.865 10.933-.096.548-.506.972-1.081.972" }),
|
|
32
|
+
React.createElement("defs", null,
|
|
33
|
+
React.createElement("linearGradient", { id: "a_easybank96", x1: "19", x2: "46.485", y1: "90.5", y2: "58.691", gradientUnits: "userSpaceOnUse" },
|
|
34
|
+
React.createElement("stop", { stopColor: "#40676E" }),
|
|
35
|
+
React.createElement("stop", { offset: "1", stopColor: "#373C49" })),
|
|
36
|
+
React.createElement("linearGradient", { id: "b_easybank96", x1: "87.15", x2: "46.563", y1: "12", y2: "52.105", gradientUnits: "userSpaceOnUse" },
|
|
37
|
+
React.createElement("stop", { stopColor: "#40676E" }),
|
|
38
|
+
React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
|
|
39
|
+
React.createElement("linearGradient", { id: "c_easybank96", x1: "36", x2: "59.839", y1: "53", y2: "78.919", gradientUnits: "userSpaceOnUse" },
|
|
40
|
+
React.createElement("stop", { stopColor: "#21818A" }),
|
|
41
|
+
React.createElement("stop", { offset: ".364", stopColor: "#21A19A" }),
|
|
42
|
+
React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" })),
|
|
43
|
+
React.createElement("linearGradient", { id: "d_easybank96", x1: "66.5", x2: "80.5", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
|
|
44
|
+
React.createElement("stop", { stopColor: "#21818A" }),
|
|
45
|
+
React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" }))));
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
export default EasybankMrkIcon96;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const EasybankStrokePrdIcon32 = 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: "EasybankStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M6 22a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3h.167a1 1 0 0 1 0 2H10a5 5 0 0 1-5-5v-1a1 1 0 0 1 1-1M26 15a1 1 0 0 1 1 1v8a5 5 0 0 1-5 5h-4a1 1 0 1 1 0-2h4a3 3 0 0 0 3-3v-8a1 1 0 0 1 1-1" }),
|
|
8
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14 8c.866 0 1.542.634 1.65 1.46.202 1.334.387 2.313.62 3.06.23.735.488 1.177.794 1.484.305.305.735.554 1.446.768.543.163 1.213.295 2.062.423l.91.128.013.001.013.002c.78.123 1.492.74 1.492 1.666 0 .892-.67 1.57-1.517 1.676h.001c-2.693.36-3.753.697-4.368 1.333-.3.31-.552.758-.789 1.504-.238.75-.438 1.725-.677 3.046h.001C15.534 25.306 14.917 26 14 26c-.882 0-1.552-.65-1.66-1.469-.2-1.333-.385-2.307-.617-3.049-.23-.73-.486-1.167-.792-1.471s-.737-.552-1.452-.769c-.727-.22-1.678-.39-2.979-.574-.856-.112-1.5-.802-1.5-1.676 0-.912.69-1.541 1.485-1.666l.011-.002h.012c2.688-.36 3.757-.693 4.378-1.329.301-.309.555-.754.79-1.495.179-.564.335-1.255.5-2.128l.169-.934C12.473 8.649 13.123 8 14 8m-.023 3.552a17 17 0 0 1-.395 1.553c-.287.904-.665 1.672-1.265 2.287-.858.88-2.048 1.309-3.613 1.61.495.097.947.202 1.356.326.903.274 1.667.653 2.282 1.265.614.61 1.002 1.377 1.289 2.29.148.47.272.999.388 1.586.124-.58.254-1.103.402-1.569.286-.903.66-1.671 1.256-2.288.847-.878 2.02-1.312 3.57-1.614a13 13 0 0 1-1.312-.31c-.906-.273-1.671-.655-2.287-1.271-.613-.614-1-1.386-1.287-2.302-.145-.465-.27-.985-.384-1.563M23 4a1.32 1.32 0 0 1 1.316 1.154h.002c.1.666.186 1.123.29 1.456.1.323.196.462.273.538.075.075.206.166.513.257.24.072.546.133.958.195l.448.062.025.003.025.005c.527.096 1.15.536 1.15 1.321 0 .747-.574 1.252-1.193 1.337l-.005.001c-1.374.182-1.718.343-1.885.516-.077.08-.173.225-.28.558-.108.343-.204.805-.325 1.473v-.001C24.216 13.419 23.758 14 23 14a1.33 1.33 0 0 1-1.326-1.164h-.001c-.1-.664-.187-1.118-.29-1.448-.1-.318-.194-.454-.27-.529-.075-.074-.208-.165-.518-.26-.324-.098-.767-.178-1.417-.27v-.003c-.611-.086-1.112-.559-1.172-1.203L18 8.991l.007-.137c.065-.673.606-1.088 1.135-1.184l.023-.005.024-.003c1.378-.182 1.727-.342 1.896-.516.076-.078.171-.22.275-.55.108-.34.2-.798.317-1.465A1.336 1.336 0 0 1 23 4m-.019 3.897a2.8 2.8 0 0 1-.463.645c-.178.182-.377.33-.594.454a2.7 2.7 0 0 1 .599.444c.203.202.36.428.489.67a2.644 2.644 0 0 1 1.046-1.104 2.7 2.7 0 0 1-.592-.445c-.2-.2-.358-.424-.485-.664", clipRule: "evenodd" }),
|
|
9
|
+
React.createElement("path", { className: pathClassName, d: "M18 3a1 1 0 1 1 0 2h-8a3 3 0 0 0-3 3v3a1 1 0 1 1-2 0V8a5 5 0 0 1 5-5z" }));
|
|
10
|
+
});
|
|
11
|
+
export default EasybankStrokePrdIcon32;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme, EIconsTheme } from "./ThemeProvider";
|
|
3
|
+
const EasybankdisconnectMrkIcon96 = React.forwardRef((props, ref) => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
switch (theme) {
|
|
6
|
+
case EIconsTheme.LIGHT:
|
|
7
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EasybankdisconnectMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
8
|
+
React.createElement("rect", { width: "58", height: "68", x: "19", y: "12", fill: "url(#a_easybankdisconnect96)", rx: "8" }),
|
|
9
|
+
React.createElement("rect", { width: "58", height: "68", x: "77", y: "80", fill: "url(#b_easybankdisconnect96)", rx: "8", transform: "rotate(-180 77 80)" }),
|
|
10
|
+
React.createElement("path", { fill: "url(#c_easybankdisconnect96)", fillRule: "evenodd", d: "M43 85c-1.292 0-2.267-.923-2.425-2.228-2.914-19.403-5.34-21.618-24.242-24.32C14.923 58.294 14 57.266 14 55.96c0-1.24.923-2.215 2.333-2.426 19.008-2.544 20.893-5.022 24.242-24.32C40.799 27.91 41.76 27 43 27c1.305 0 2.28.91 2.439 2.215 2.913 19.403 5.338 21.829 24.241 24.32 1.41.21 2.32 1.186 2.32 2.426 0 1.305-.91 2.333-2.32 2.49-19.06 2.545-20.788 5.089-24.241 24.374C45.215 84.077 44.305 85 43 85", clipRule: "evenodd" }),
|
|
11
|
+
React.createElement("path", { fill: "url(#d_easybankdisconnect96)", d: "M69 43c-.588 0-1.026-.424-1.095-.999-1.313-8.703-2.395-9.688-10.865-10.906-.63-.069-1.04-.534-1.04-1.109 0-.56.41-.999 1.04-1.094 8.512-1.136 9.36-2.258 10.865-10.907C68.001 17.41 68.44 17 69 17c.575 0 1.013.41 1.081.985 1.314 8.703 2.395 9.785 10.865 10.907.63.095 1.054.533 1.054 1.094 0 .575-.424 1.04-1.054 1.109-8.539 1.136-9.319 2.285-10.865 10.933-.096.548-.506.972-1.081.972" }),
|
|
12
|
+
React.createElement("defs", null,
|
|
13
|
+
React.createElement("linearGradient", { id: "a_easybankdisconnect96", x1: "19", x2: "46.485", y1: "90.5", y2: "58.691", gradientUnits: "userSpaceOnUse" },
|
|
14
|
+
React.createElement("stop", { stopColor: "#B6C1D7" }),
|
|
15
|
+
React.createElement("stop", { offset: "1", stopColor: "#D6DEED" })),
|
|
16
|
+
React.createElement("linearGradient", { id: "b_easybankdisconnect96", x1: "66.85", x2: "107.437", y1: "148", y2: "107.895", gradientUnits: "userSpaceOnUse" },
|
|
17
|
+
React.createElement("stop", { stopColor: "#B6C1D7" }),
|
|
18
|
+
React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
|
|
19
|
+
React.createElement("linearGradient", { id: "c_easybankdisconnect96", x1: "40", x2: "57.5", y1: "56", y2: "76.5", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#8392B5" }),
|
|
21
|
+
React.createElement("stop", { offset: "1", stopColor: "#C1CADD" })),
|
|
22
|
+
React.createElement("linearGradient", { id: "d_easybankdisconnect96", x1: "68", x2: "82", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
|
|
23
|
+
React.createElement("stop", { stopColor: "#7C8CB1" }),
|
|
24
|
+
React.createElement("stop", { offset: "1", stopColor: "#AEBAD2" }))));
|
|
25
|
+
case EIconsTheme.DARK:
|
|
26
|
+
return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "EasybankdisconnectMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
|
|
27
|
+
React.createElement("rect", { width: "58", height: "68", x: "19", y: "12", fill: "url(#a_easybankdisconnect96)", rx: "8" }),
|
|
28
|
+
React.createElement("rect", { width: "58", height: "68", x: "77", y: "80", fill: "url(#b_easybankdisconnect96)", rx: "8", transform: "rotate(-180 77 80)" }),
|
|
29
|
+
React.createElement("path", { fill: "url(#c_easybankdisconnect96)", fillRule: "evenodd", d: "M43 85c-1.292 0-2.267-.923-2.425-2.228-2.914-19.403-5.34-21.618-24.242-24.32C14.923 58.294 14 57.266 14 55.96c0-1.24.923-2.215 2.333-2.426 19.008-2.544 20.893-5.022 24.242-24.32C40.799 27.91 41.76 27 43 27c1.305 0 2.28.91 2.439 2.215 2.913 19.403 5.338 21.829 24.241 24.32 1.41.21 2.32 1.186 2.32 2.426 0 1.305-.91 2.333-2.32 2.49-19.06 2.545-20.788 5.089-24.241 24.374C45.215 84.077 44.305 85 43 85", clipRule: "evenodd" }),
|
|
30
|
+
React.createElement("path", { fill: "url(#d_easybankdisconnect96)", d: "M69 43c-.588 0-1.026-.424-1.095-.999-1.313-8.703-2.395-9.688-10.865-10.906-.63-.069-1.04-.534-1.04-1.109 0-.56.41-.999 1.04-1.094 8.512-1.136 9.36-2.258 10.865-10.907C68.001 17.41 68.44 17 69 17c.575 0 1.013.41 1.081.985 1.314 8.703 2.395 9.785 10.865 10.907.63.095 1.054.533 1.054 1.094 0 .575-.424 1.04-1.054 1.109-8.539 1.136-9.319 2.285-10.865 10.933-.096.548-.506.972-1.081.972" }),
|
|
31
|
+
React.createElement("defs", null,
|
|
32
|
+
React.createElement("linearGradient", { id: "a_easybankdisconnect96", x1: "19", x2: "46.485", y1: "90.5", y2: "58.691", gradientUnits: "userSpaceOnUse" },
|
|
33
|
+
React.createElement("stop", { stopColor: "#303541" }),
|
|
34
|
+
React.createElement("stop", { offset: "1", stopColor: "#414757" })),
|
|
35
|
+
React.createElement("linearGradient", { id: "b_easybankdisconnect96", x1: "66.85", x2: "107.437", y1: "148", y2: "107.895", gradientUnits: "userSpaceOnUse" },
|
|
36
|
+
React.createElement("stop", { stopColor: "#303541" }),
|
|
37
|
+
React.createElement("stop", { offset: "1", stopColor: "#303541", stopOpacity: "0" })),
|
|
38
|
+
React.createElement("linearGradient", { id: "c_easybankdisconnect96", x1: "40", x2: "57.5", y1: "56", y2: "76.5", gradientUnits: "userSpaceOnUse" },
|
|
39
|
+
React.createElement("stop", { stopColor: "#5A6783" }),
|
|
40
|
+
React.createElement("stop", { offset: "1", stopColor: "#8594B0" })),
|
|
41
|
+
React.createElement("linearGradient", { id: "d_easybankdisconnect96", x1: "68", x2: "82", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
|
|
42
|
+
React.createElement("stop", { stopColor: "#5A6783" }),
|
|
43
|
+
React.createElement("stop", { offset: "1", stopColor: "#8594B0" }))));
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
export default EasybankdisconnectMrkIcon96;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const MakesiteStrokePrdIcon20 = 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: "MakesiteStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M15 18a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zM6.168 8.445a1 1 0 0 1 1.664 1.11l-2 3a1 1 0 1 1-1.664-1.11zM10.8 7.934a1.5 1.5 0 0 1 2.281-.141l.12.14L15.8 11.4a1 1 0 1 1-1.6 1.2L12 9.667 9.8 12.6a1 1 0 1 1-1.6-1.2zM5.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" }),
|
|
8
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 0a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zM4 2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z", clipRule: "evenodd" }));
|
|
9
|
+
});
|
|
10
|
+
export default MakesiteStrokePrdIcon20;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const MakesiteStrokePrdIcon32 = 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: "MakesiteStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, d: "M22 27a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2zM11.71 12.886a1 1 0 0 1 1.58 1.228l-3.5 4.5a1 1 0 0 1-1.58-1.228zM16.93 11.269a1.5 1.5 0 0 1 2.14 0l.119.136 4.604 5.986a1 1 0 0 1-1.586 1.218L18 13.14l-4.207 5.47a1 1 0 0 1-1.586-1.218l4.604-5.986zM9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" }),
|
|
8
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M25 3a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zM7 5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z", clipRule: "evenodd" }));
|
|
9
|
+
});
|
|
10
|
+
export default MakesiteStrokePrdIcon32;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const StickerStrokeSrvIcon20 = 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: "StickerStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9.54.01A1.95 1.95 0 0 1 11 .587L19.414 9c.369.369.601.89.575 1.46C19.75 15.77 15.37 20 10 20 4.477 20 0 15.523 0 10 0 4.631 4.23.252 9.54.01M9 2.065A8 8 0 1 0 17.934 11H12a3 3 0 0 1-3-3zM11 8a1 1 0 0 0 1 1h4.586L11 3.414z", clipRule: "evenodd" }));
|
|
8
|
+
});
|
|
9
|
+
export default StickerStrokeSrvIcon20;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useTheme } from "./ThemeProvider";
|
|
3
|
+
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
+
const StickerStrokeSrvIcon24 = 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: "StickerStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
+
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11.54 2.01a1.95 1.95 0 0 1 1.46.576L21.414 11c.369.369.601.89.575 1.46C21.75 17.77 17.37 22 12 22 6.477 22 2 17.523 2 12c0-5.369 4.23-9.748 9.54-9.99M11 4.065A8 8 0 1 0 19.934 13H14a3 3 0 0 1-3-3zM13 10a1 1 0 0 0 1 1h4.586L13 5.414z", clipRule: "evenodd" }));
|
|
8
|
+
});
|
|
9
|
+
export default StickerStrokeSrvIcon24;
|
package/index.d.ts
CHANGED
|
@@ -48,6 +48,8 @@ export { default as RubleStrokeMkrIcon32 } from "./RubleStrokeMkrIcon32";
|
|
|
48
48
|
export { default as CommunityentrepreneurMrkIcon128 } from "./CommunityentrepreneurMrkIcon128";
|
|
49
49
|
export { default as CommunityentrepreneurMrkIcon96 } from "./CommunityentrepreneurMrkIcon96";
|
|
50
50
|
export { default as ConfirmloginMrkIcon128 } from "./ConfirmloginMrkIcon128";
|
|
51
|
+
export { default as EasybankMrkIcon96 } from "./EasybankMrkIcon96";
|
|
52
|
+
export { default as EasybankdisconnectMrkIcon96 } from "./EasybankdisconnectMrkIcon96";
|
|
51
53
|
export { default as FaceidMrkIcon96 } from "./FaceidMrkIcon96";
|
|
52
54
|
export { default as GotologinMrkIcon128 } from "./GotologinMrkIcon128";
|
|
53
55
|
export { default as InsalesMrkIcon128 } from "./InsalesMrkIcon128";
|
|
@@ -239,6 +241,7 @@ export { default as DistressedassetsStrokePrdIcon20 } from "./DistressedassetsSt
|
|
|
239
241
|
export { default as DistressedassetsStrokePrdIcon32 } from "./DistressedassetsStrokePrdIcon32";
|
|
240
242
|
export { default as DocumentconstructorStrokePrdIcon20 } from "./DocumentconstructorStrokePrdIcon20";
|
|
241
243
|
export { default as DocumentconstructorStrokePrdIcon32 } from "./DocumentconstructorStrokePrdIcon32";
|
|
244
|
+
export { default as EasybankStrokePrdIcon32 } from "./EasybankStrokePrdIcon32";
|
|
242
245
|
export { default as EncashmentStrokePrdIcon20 } from "./EncashmentStrokePrdIcon20";
|
|
243
246
|
export { default as EncashmentStrokePrdIcon32 } from "./EncashmentStrokePrdIcon32";
|
|
244
247
|
export { default as EscrowStrokePrdIcon20 } from "./EscrowStrokePrdIcon20";
|
|
@@ -319,6 +322,8 @@ export { default as LegaldossiereditStrokePrdIcon20 } from "./LegaldossiereditSt
|
|
|
319
322
|
export { default as LegaldossiereditStrokePrdIcon32 } from "./LegaldossiereditStrokePrdIcon32";
|
|
320
323
|
export { default as LimitsStrokePrdIcon20 } from "./LimitsStrokePrdIcon20";
|
|
321
324
|
export { default as LimitsStrokePrdIcon32 } from "./LimitsStrokePrdIcon32";
|
|
325
|
+
export { default as MakesiteStrokePrdIcon20 } from "./MakesiteStrokePrdIcon20";
|
|
326
|
+
export { default as MakesiteStrokePrdIcon32 } from "./MakesiteStrokePrdIcon32";
|
|
322
327
|
export { default as MarketplacesStrokePrdIcon20 } from "./MarketplacesStrokePrdIcon20";
|
|
323
328
|
export { default as MarketplacesStrokePrdIcon32 } from "./MarketplacesStrokePrdIcon32";
|
|
324
329
|
export { default as MoneyboxStrokePrdIcon20 } from "./MoneyboxStrokePrdIcon20";
|
|
@@ -487,8 +492,6 @@ export { default as WaybillStrokePrdIcon20 } from "./WaybillStrokePrdIcon20";
|
|
|
487
492
|
export { default as WaybillStrokePrdIcon32 } from "./WaybillStrokePrdIcon32";
|
|
488
493
|
export { default as YandexkassaStrokePrdIcon20 } from "./YandexkassaStrokePrdIcon20";
|
|
489
494
|
export { default as YandexkassaStrokePrdIcon32 } from "./YandexkassaStrokePrdIcon32";
|
|
490
|
-
export { default as CrmStrokeSrvIcon20 } from "./CrmStrokeSrvIcon20";
|
|
491
|
-
export { default as CrmStrokeSrvIcon32 } from "./CrmStrokeSrvIcon32";
|
|
492
495
|
export { default as ArrowanticlockwiseStrokeSrvIcon20 } from "./ArrowanticlockwiseStrokeSrvIcon20";
|
|
493
496
|
export { default as ArrowanticlockwiseStrokeSrvIcon24 } from "./ArrowanticlockwiseStrokeSrvIcon24";
|
|
494
497
|
export { default as ArrowanticlockwiseStrokeSrvIcon32 } from "./ArrowanticlockwiseStrokeSrvIcon32";
|
|
@@ -535,6 +538,9 @@ export { default as CallcenterStrokeSrvIcon32 } from "./CallcenterStrokeSrvIcon3
|
|
|
535
538
|
export { default as CallcheckinStrokeSrvIcon32 } from "./CallcheckinStrokeSrvIcon32";
|
|
536
539
|
export { default as CameraphotoStrokeSrvIcon32 } from "./CameraphotoStrokeSrvIcon32";
|
|
537
540
|
export { default as CameravideoStrokeSrvIcon32 } from "./CameravideoStrokeSrvIcon32";
|
|
541
|
+
export { default as CancelStrokeSrvIcon20 } from "./CancelStrokeSrvIcon20";
|
|
542
|
+
export { default as CancelStrokeSrvIcon24 } from "./CancelStrokeSrvIcon24";
|
|
543
|
+
export { default as CancelStrokeSrvIcon32 } from "./CancelStrokeSrvIcon32";
|
|
538
544
|
export { default as CaretdownStrokeSrvIcon16 } from "./CaretdownStrokeSrvIcon16";
|
|
539
545
|
export { default as CaretdownStrokeSrvIcon20 } from "./CaretdownStrokeSrvIcon20";
|
|
540
546
|
export { default as CaretdownStrokeSrvIcon24 } from "./CaretdownStrokeSrvIcon24";
|
|
@@ -556,6 +562,7 @@ export { default as ChatStrokeSrvIcon20 } from "./ChatStrokeSrvIcon20";
|
|
|
556
562
|
export { default as ChatStrokeSrvIcon24 } from "./ChatStrokeSrvIcon24";
|
|
557
563
|
export { default as ChatStrokeSrvIcon32 } from "./ChatStrokeSrvIcon32";
|
|
558
564
|
export { default as ChatcommunityStrokeSrvIcon32 } from "./ChatcommunityStrokeSrvIcon32";
|
|
565
|
+
export { default as ChatentrypointStrokeSrvIcon32 } from "./ChatentrypointStrokeSrvIcon32";
|
|
559
566
|
export { default as CheckboxbulkStrokeSrvIcon16 } from "./CheckboxbulkStrokeSrvIcon16";
|
|
560
567
|
export { default as CheckboxbulkStrokeSrvIcon20 } from "./CheckboxbulkStrokeSrvIcon20";
|
|
561
568
|
export { default as CheckboxbulkStrokeSrvIcon24 } from "./CheckboxbulkStrokeSrvIcon24";
|
|
@@ -778,6 +785,8 @@ export { default as StarStrokeSrvIcon32 } from "./StarStrokeSrvIcon32";
|
|
|
778
785
|
export { default as StarsmallFilledSrvIcon16 } from "./StarsmallFilledSrvIcon16";
|
|
779
786
|
export { default as StarsmallFilledSrvIcon20 } from "./StarsmallFilledSrvIcon20";
|
|
780
787
|
export { default as StarsmallFilledSrvIcon24 } from "./StarsmallFilledSrvIcon24";
|
|
788
|
+
export { default as StickerStrokeSrvIcon20 } from "./StickerStrokeSrvIcon20";
|
|
789
|
+
export { default as StickerStrokeSrvIcon24 } from "./StickerStrokeSrvIcon24";
|
|
781
790
|
export { default as StickerStrokeSrvIcon32 } from "./StickerStrokeSrvIcon32";
|
|
782
791
|
export { default as TabletmenuStrokeSrvIcon20 } from "./TabletmenuStrokeSrvIcon20";
|
|
783
792
|
export { default as TabletmenuStrokeSrvIcon24 } from "./TabletmenuStrokeSrvIcon24";
|
package/index.js
CHANGED
|
@@ -47,6 +47,8 @@ export { default as RubleStrokeMkrIcon32 } from "./RubleStrokeMkrIcon32";
|
|
|
47
47
|
export { default as CommunityentrepreneurMrkIcon128 } from "./CommunityentrepreneurMrkIcon128";
|
|
48
48
|
export { default as CommunityentrepreneurMrkIcon96 } from "./CommunityentrepreneurMrkIcon96";
|
|
49
49
|
export { default as ConfirmloginMrkIcon128 } from "./ConfirmloginMrkIcon128";
|
|
50
|
+
export { default as EasybankMrkIcon96 } from "./EasybankMrkIcon96";
|
|
51
|
+
export { default as EasybankdisconnectMrkIcon96 } from "./EasybankdisconnectMrkIcon96";
|
|
50
52
|
export { default as FaceidMrkIcon96 } from "./FaceidMrkIcon96";
|
|
51
53
|
export { default as GotologinMrkIcon128 } from "./GotologinMrkIcon128";
|
|
52
54
|
export { default as InsalesMrkIcon128 } from "./InsalesMrkIcon128";
|
|
@@ -238,6 +240,7 @@ export { default as DistressedassetsStrokePrdIcon20 } from "./DistressedassetsSt
|
|
|
238
240
|
export { default as DistressedassetsStrokePrdIcon32 } from "./DistressedassetsStrokePrdIcon32";
|
|
239
241
|
export { default as DocumentconstructorStrokePrdIcon20 } from "./DocumentconstructorStrokePrdIcon20";
|
|
240
242
|
export { default as DocumentconstructorStrokePrdIcon32 } from "./DocumentconstructorStrokePrdIcon32";
|
|
243
|
+
export { default as EasybankStrokePrdIcon32 } from "./EasybankStrokePrdIcon32";
|
|
241
244
|
export { default as EncashmentStrokePrdIcon20 } from "./EncashmentStrokePrdIcon20";
|
|
242
245
|
export { default as EncashmentStrokePrdIcon32 } from "./EncashmentStrokePrdIcon32";
|
|
243
246
|
export { default as EscrowStrokePrdIcon20 } from "./EscrowStrokePrdIcon20";
|
|
@@ -318,6 +321,8 @@ export { default as LegaldossiereditStrokePrdIcon20 } from "./LegaldossiereditSt
|
|
|
318
321
|
export { default as LegaldossiereditStrokePrdIcon32 } from "./LegaldossiereditStrokePrdIcon32";
|
|
319
322
|
export { default as LimitsStrokePrdIcon20 } from "./LimitsStrokePrdIcon20";
|
|
320
323
|
export { default as LimitsStrokePrdIcon32 } from "./LimitsStrokePrdIcon32";
|
|
324
|
+
export { default as MakesiteStrokePrdIcon20 } from "./MakesiteStrokePrdIcon20";
|
|
325
|
+
export { default as MakesiteStrokePrdIcon32 } from "./MakesiteStrokePrdIcon32";
|
|
321
326
|
export { default as MarketplacesStrokePrdIcon20 } from "./MarketplacesStrokePrdIcon20";
|
|
322
327
|
export { default as MarketplacesStrokePrdIcon32 } from "./MarketplacesStrokePrdIcon32";
|
|
323
328
|
export { default as MoneyboxStrokePrdIcon20 } from "./MoneyboxStrokePrdIcon20";
|
|
@@ -486,8 +491,6 @@ export { default as WaybillStrokePrdIcon20 } from "./WaybillStrokePrdIcon20";
|
|
|
486
491
|
export { default as WaybillStrokePrdIcon32 } from "./WaybillStrokePrdIcon32";
|
|
487
492
|
export { default as YandexkassaStrokePrdIcon20 } from "./YandexkassaStrokePrdIcon20";
|
|
488
493
|
export { default as YandexkassaStrokePrdIcon32 } from "./YandexkassaStrokePrdIcon32";
|
|
489
|
-
export { default as CrmStrokeSrvIcon20 } from "./CrmStrokeSrvIcon20";
|
|
490
|
-
export { default as CrmStrokeSrvIcon32 } from "./CrmStrokeSrvIcon32";
|
|
491
494
|
export { default as ArrowanticlockwiseStrokeSrvIcon20 } from "./ArrowanticlockwiseStrokeSrvIcon20";
|
|
492
495
|
export { default as ArrowanticlockwiseStrokeSrvIcon24 } from "./ArrowanticlockwiseStrokeSrvIcon24";
|
|
493
496
|
export { default as ArrowanticlockwiseStrokeSrvIcon32 } from "./ArrowanticlockwiseStrokeSrvIcon32";
|
|
@@ -534,6 +537,9 @@ export { default as CallcenterStrokeSrvIcon32 } from "./CallcenterStrokeSrvIcon3
|
|
|
534
537
|
export { default as CallcheckinStrokeSrvIcon32 } from "./CallcheckinStrokeSrvIcon32";
|
|
535
538
|
export { default as CameraphotoStrokeSrvIcon32 } from "./CameraphotoStrokeSrvIcon32";
|
|
536
539
|
export { default as CameravideoStrokeSrvIcon32 } from "./CameravideoStrokeSrvIcon32";
|
|
540
|
+
export { default as CancelStrokeSrvIcon20 } from "./CancelStrokeSrvIcon20";
|
|
541
|
+
export { default as CancelStrokeSrvIcon24 } from "./CancelStrokeSrvIcon24";
|
|
542
|
+
export { default as CancelStrokeSrvIcon32 } from "./CancelStrokeSrvIcon32";
|
|
537
543
|
export { default as CaretdownStrokeSrvIcon16 } from "./CaretdownStrokeSrvIcon16";
|
|
538
544
|
export { default as CaretdownStrokeSrvIcon20 } from "./CaretdownStrokeSrvIcon20";
|
|
539
545
|
export { default as CaretdownStrokeSrvIcon24 } from "./CaretdownStrokeSrvIcon24";
|
|
@@ -555,6 +561,7 @@ export { default as ChatStrokeSrvIcon20 } from "./ChatStrokeSrvIcon20";
|
|
|
555
561
|
export { default as ChatStrokeSrvIcon24 } from "./ChatStrokeSrvIcon24";
|
|
556
562
|
export { default as ChatStrokeSrvIcon32 } from "./ChatStrokeSrvIcon32";
|
|
557
563
|
export { default as ChatcommunityStrokeSrvIcon32 } from "./ChatcommunityStrokeSrvIcon32";
|
|
564
|
+
export { default as ChatentrypointStrokeSrvIcon32 } from "./ChatentrypointStrokeSrvIcon32";
|
|
558
565
|
export { default as CheckboxbulkStrokeSrvIcon16 } from "./CheckboxbulkStrokeSrvIcon16";
|
|
559
566
|
export { default as CheckboxbulkStrokeSrvIcon20 } from "./CheckboxbulkStrokeSrvIcon20";
|
|
560
567
|
export { default as CheckboxbulkStrokeSrvIcon24 } from "./CheckboxbulkStrokeSrvIcon24";
|
|
@@ -777,6 +784,8 @@ export { default as StarStrokeSrvIcon32 } from "./StarStrokeSrvIcon32";
|
|
|
777
784
|
export { default as StarsmallFilledSrvIcon16 } from "./StarsmallFilledSrvIcon16";
|
|
778
785
|
export { default as StarsmallFilledSrvIcon20 } from "./StarsmallFilledSrvIcon20";
|
|
779
786
|
export { default as StarsmallFilledSrvIcon24 } from "./StarsmallFilledSrvIcon24";
|
|
787
|
+
export { default as StickerStrokeSrvIcon20 } from "./StickerStrokeSrvIcon20";
|
|
788
|
+
export { default as StickerStrokeSrvIcon24 } from "./StickerStrokeSrvIcon24";
|
|
780
789
|
export { default as StickerStrokeSrvIcon32 } from "./StickerStrokeSrvIcon32";
|
|
781
790
|
export { default as TabletmenuStrokeSrvIcon20 } from "./TabletmenuStrokeSrvIcon20";
|
|
782
791
|
export { default as TabletmenuStrokeSrvIcon24 } from "./TabletmenuStrokeSrvIcon24";
|
package/package.json
CHANGED
package/styles/icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._fs648v { fill: #008985; } ._15qvh18 { fill: #19BDB0; } ._hbaur2 { fill: #D10032; } ._rk5l43 { fill: #F80C45; } ._ma4m9c { fill: #EF4C01; } ._i65s42 { fill: #FF7A17; } ._hfshio { fill: #0E57CC; } ._15amq2h { fill: #1297FE; } ._oia3mk { fill: #697591; } ._v0flir { fill: #95A3C1; } ._68wwab { fill: #1F1F22; fill-opacity: .45; } ._1fyz8v3 { fill: #FFFFFF; fill-opacity: .35; } ._yljtvb { fill: #FFFFFF; fill-opacity: 1; } ._pn2202 { fill: #FFFFFF; fill-opacity: 1; } ._ot8fg8 { fill: #FFB13B; } ._1thfnt9 { fill: #FFB13B; } ._ktgqbh { fill: #1F1F22; fill-opacity: 1; } ._1xsa198 { fill: #FFFFFF; fill-opacity: 1; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._fs648v { fill: #21A19A; } .hoverable:hover ._15qvh18 { fill: #4BD9CF; } .hoverable:hover ._hbaur2 { fill: #E60037; } .hoverable:hover ._rk5l43 { fill: #FF5571; } .hoverable:hover ._ma4m9c { fill: #EF4C01; } .hoverable:hover ._i65s42 { fill: #FF7A17; } .hoverable:hover ._hfshio { fill: #0E57CC; } .hoverable:hover ._15amq2h { fill: #1297FE; } .hoverable:hover ._oia3mk { fill: #697591; } .hoverable:hover ._v0flir { fill: #95A3C1; } .hoverable:hover ._68wwab { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1fyz8v3 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._yljtvb { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._pn2202 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._ot8fg8 { fill: #FFB13B; } .hoverable:hover ._1thfnt9 { fill: #FFB13B; } .hoverable:hover ._ktgqbh { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1xsa198 { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._fs648v, .hoverable.active ._fs648v { fill: #007777; } .hoverable:not(:disabled):active ._15qvh18, .hoverable.active ._15qvh18 { fill: #008985; } .hoverable:not(:disabled):active ._hbaur2, .hoverable.active ._hbaur2 { fill: #BD002C; } .hoverable:not(:disabled):active ._rk5l43, .hoverable.active ._rk5l43 { fill: #D10032; } .hoverable:not(:disabled):active ._ma4m9c, .hoverable.active ._ma4m9c { fill: #D10032; } .hoverable:not(:disabled):active ._i65s42, .hoverable.active ._i65s42 { fill: #FF7A17; } .hoverable:not(:disabled):active ._hfshio, .hoverable.active ._hfshio { fill: #0E57CC; } .hoverable:not(:disabled):active ._15amq2h, .hoverable.active ._15amq2h { fill: #1297FE; } .hoverable:not(:disabled):active ._oia3mk, .hoverable.active ._oia3mk { fill: #697591; } .hoverable:not(:disabled):active ._v0flir, .hoverable.active ._v0flir { fill: #95A3C1; } .hoverable:not(:disabled):active ._68wwab, .hoverable.active ._68wwab { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1fyz8v3, .hoverable.active ._1fyz8v3 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._yljtvb, .hoverable.active ._yljtvb { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._pn2202, .hoverable.active ._pn2202 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._ot8fg8, .hoverable.active ._ot8fg8 { fill: #FFB13B; } .hoverable:not(:disabled):active ._1thfnt9, .hoverable.active ._1thfnt9 { fill: #FFB13B; } .hoverable:not(:disabled):active ._ktgqbh, .hoverable.active ._ktgqbh { fill: #008985; } .hoverable:not(:disabled):active ._1xsa198, .hoverable.active ._1xsa198 { fill: #19BDB0; } .hoverable:disabled ._fs648v, .hoverable.disabled ._fs648v { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._15qvh18, .hoverable.disabled ._15qvh18 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._hbaur2, .hoverable.disabled ._hbaur2 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._rk5l43, .hoverable.disabled ._rk5l43 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ma4m9c, .hoverable.disabled ._ma4m9c { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._i65s42, .hoverable.disabled ._i65s42 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._hfshio, .hoverable.disabled ._hfshio { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._15amq2h, .hoverable.disabled ._15amq2h { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._oia3mk, .hoverable.disabled ._oia3mk { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._v0flir, .hoverable.disabled ._v0flir { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._68wwab, .hoverable.disabled ._68wwab { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1fyz8v3, .hoverable.disabled ._1fyz8v3 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._yljtvb, .hoverable.disabled ._yljtvb { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._pn2202, .hoverable.disabled ._pn2202 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ot8fg8, .hoverable.disabled ._ot8fg8 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1thfnt9, .hoverable.disabled ._1thfnt9 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ktgqbh, .hoverable.disabled ._ktgqbh { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1xsa198, .hoverable.disabled ._1xsa198 { fill: #FFFFFF; fill-opacity: .15; }
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { EIconsTheme } from "../ThemeProvider";
|
|
2
2
|
const themeToClassNamePalettes = [
|
|
3
3
|
{
|
|
4
|
-
[EIconsTheme.LIGHT]: "
|
|
5
|
-
[EIconsTheme.DARK]: "
|
|
4
|
+
[EIconsTheme.LIGHT]: "_fs648v",
|
|
5
|
+
[EIconsTheme.DARK]: "_15qvh18",
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
[EIconsTheme.LIGHT]: "
|
|
9
|
-
[EIconsTheme.DARK]: "
|
|
8
|
+
[EIconsTheme.LIGHT]: "_hbaur2",
|
|
9
|
+
[EIconsTheme.DARK]: "_rk5l43",
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
[EIconsTheme.LIGHT]: "
|
|
13
|
-
[EIconsTheme.DARK]: "
|
|
12
|
+
[EIconsTheme.LIGHT]: "_ma4m9c",
|
|
13
|
+
[EIconsTheme.DARK]: "_i65s42",
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
[EIconsTheme.LIGHT]: "
|
|
17
|
-
[EIconsTheme.DARK]: "
|
|
16
|
+
[EIconsTheme.LIGHT]: "_hfshio",
|
|
17
|
+
[EIconsTheme.DARK]: "_15amq2h",
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
[EIconsTheme.LIGHT]: "
|
|
21
|
-
[EIconsTheme.DARK]: "
|
|
20
|
+
[EIconsTheme.LIGHT]: "_oia3mk",
|
|
21
|
+
[EIconsTheme.DARK]: "_v0flir",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
[EIconsTheme.LIGHT]: "
|
|
25
|
-
[EIconsTheme.DARK]: "
|
|
24
|
+
[EIconsTheme.LIGHT]: "_68wwab",
|
|
25
|
+
[EIconsTheme.DARK]: "_1fyz8v3",
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
[EIconsTheme.LIGHT]: "
|
|
29
|
-
[EIconsTheme.DARK]: "
|
|
28
|
+
[EIconsTheme.LIGHT]: "_1fyz8v3",
|
|
29
|
+
[EIconsTheme.DARK]: "_68wwab",
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
[EIconsTheme.LIGHT]: "
|
|
33
|
-
[EIconsTheme.DARK]: "
|
|
32
|
+
[EIconsTheme.LIGHT]: "_yljtvb",
|
|
33
|
+
[EIconsTheme.DARK]: "_pn2202",
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
[EIconsTheme.LIGHT]: "
|
|
37
|
-
[EIconsTheme.DARK]: "
|
|
36
|
+
[EIconsTheme.LIGHT]: "_ot8fg8",
|
|
37
|
+
[EIconsTheme.DARK]: "_1thfnt9",
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
[EIconsTheme.LIGHT]: "
|
|
41
|
-
[EIconsTheme.DARK]: "
|
|
40
|
+
[EIconsTheme.LIGHT]: "_ktgqbh",
|
|
41
|
+
[EIconsTheme.DARK]: "_1xsa198",
|
|
42
42
|
},
|
|
43
43
|
];
|
|
44
44
|
const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];
|
package/CrmStrokeSrvIcon20.d.ts
DELETED
package/CrmStrokeSrvIcon20.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { useTheme } from "./ThemeProvider";
|
|
3
|
-
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
-
const CrmStrokeSrvIcon20 = 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: "CrmStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, d: "M15 14a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zM15 10.5a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zM15 7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zM4 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2M7 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2" }),
|
|
8
|
-
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M17 0a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zM3 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z", clipRule: "evenodd" }));
|
|
9
|
-
});
|
|
10
|
-
export default CrmStrokeSrvIcon20;
|
package/CrmStrokeSrvIcon32.d.ts
DELETED
package/CrmStrokeSrvIcon32.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { useTheme } from "./ThemeProvider";
|
|
3
|
-
import getPathClassName from "./utils/getPathClassName";
|
|
4
|
-
const CrmStrokeSrvIcon32 = 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: "CrmStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
|
-
React.createElement("path", { className: pathClassName, d: "M22 21a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2zM22 17a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2zM22 13a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2zM9 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2M13 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2" }),
|
|
8
|
-
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M25 4a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM7 6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z", clipRule: "evenodd" }));
|
|
9
|
-
});
|
|
10
|
-
export default CrmStrokeSrvIcon32;
|