@sberbusiness/icons-next 1.16.0 → 1.17.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.
Files changed (47) hide show
  1. package/CursorMapIcon48.d.ts +4 -0
  2. package/CursorMapIcon48.js +38 -0
  3. package/MarkMapIcon32.d.ts +4 -0
  4. package/MarkMapIcon32.js +18 -0
  5. package/MarkclosedMapIcon32.d.ts +4 -0
  6. package/MarkclosedMapIcon32.js +18 -0
  7. package/MarkcounterMapIcon48.d.ts +4 -0
  8. package/MarkcounterMapIcon48.js +18 -0
  9. package/MarkcounterclosedMapIcon48.d.ts +4 -0
  10. package/MarkcounterclosedMapIcon48.js +18 -0
  11. package/MenucloseStrokeNavIcon20.d.ts +4 -0
  12. package/MenucloseStrokeNavIcon20.js +9 -0
  13. package/MenucloseStrokeNavIcon24.d.ts +4 -0
  14. package/MenucloseStrokeNavIcon24.js +9 -0
  15. package/MinusMapIcon48.d.ts +4 -0
  16. package/MinusMapIcon48.js +38 -0
  17. package/MobileappnewMrkIcon96.d.ts +4 -0
  18. package/MobileappnewMrkIcon96.js +38 -0
  19. package/PinbankMapIcon32.d.ts +4 -0
  20. package/PinbankMapIcon32.js +20 -0
  21. package/PinbankclosedMapIcon32.d.ts +4 -0
  22. package/PinbankclosedMapIcon32.js +20 -0
  23. package/PinbankclosedselectedMapIcon48.d.ts +4 -0
  24. package/PinbankclosedselectedMapIcon48.js +20 -0
  25. package/PinbankselectedMapIcon48.d.ts +4 -0
  26. package/PinbankselectedMapIcon48.js +20 -0
  27. package/PlusMapIcon48.d.ts +4 -0
  28. package/PlusMapIcon48.js +38 -0
  29. package/SavedraftStrokeSrvIcon20.d.ts +4 -0
  30. package/SavedraftStrokeSrvIcon20.js +10 -0
  31. package/SavedraftStrokeSrvIcon24.d.ts +4 -0
  32. package/SavedraftStrokeSrvIcon24.js +10 -0
  33. package/ScanStrokeSrvIcon20.d.ts +4 -0
  34. package/ScanStrokeSrvIcon20.js +9 -0
  35. package/ScanStrokeSrvIcon24.d.ts +4 -0
  36. package/ScanStrokeSrvIcon24.js +9 -0
  37. package/ScanStrokeSrvIcon32.d.ts +4 -0
  38. package/ScanStrokeSrvIcon32.js +9 -0
  39. package/View2dMapIcon64.d.ts +4 -0
  40. package/View2dMapIcon64.js +50 -0
  41. package/View3dMapIcon64.d.ts +4 -0
  42. package/View3dMapIcon64.js +48 -0
  43. package/index.d.ts +21 -0
  44. package/index.js +21 -0
  45. package/package.json +1 -1
  46. package/styles/icons.css +1 -1
  47. package/utils/getPathClassName.js +24 -24
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const CursorMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CursorMapIcon48;
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const CursorMapIcon48 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "CursorMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("g", { filter: "url(#a_cursor48)" },
9
+ React.createElement("path", { fill: "#fff", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
10
+ React.createElement("path", { fill: "#1F1F22", fillRule: "evenodd", d: "m31.26 16.002.032.002q.036.003.07.01l.026.004.067.015.034.01q.025.007.051.017l.032.01.013.006.06.027.028.014.048.028.039.024.04.03.04.03.025.023q.023.02.045.041l.042.045.022.024.009.01.046.063.005.008a1 1 0 0 1 .075.134l.018.04.007.015.014.042.01.027.016.062.01.05q.004.013.006.028l.01.07.001.032.002.057q0 .025-.002.05a1 1 0 0 1-.053.276l-.014.042-6.01 15.203a1.002 1.002 0 0 1-1.869-.022l-2.315-6.285-6.285-2.315a1.002 1.002 0 0 1-.022-1.869l15.203-6.01.041-.014a1 1 0 0 1 .196-.047l.023-.002.057-.005.028-.002h.046z", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("filter", { id: "a_cursor48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
13
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
14
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
15
+ React.createElement("feOffset", { dy: "1" }),
16
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
17
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
18
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
19
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1279" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1279", result: "shape" }))));
21
+ case EIconsTheme.DARK:
22
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "CursorMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
23
+ React.createElement("g", { filter: "url(#a_cursor48)" },
24
+ React.createElement("path", { fill: "#171719", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
25
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", fillRule: "evenodd", d: "m31.26 16.002.032.002q.036.003.07.01l.026.004.067.015.034.01q.025.007.051.017l.032.01.013.006.06.027.028.014.048.028.039.024.04.03.04.03.025.023q.023.02.045.041l.042.045.022.024.009.01.046.063.005.008a1 1 0 0 1 .075.134l.018.04.007.015.014.042.01.027.016.062.01.05q.004.013.006.028l.01.07.001.032.002.057q0 .025-.002.05a1 1 0 0 1-.053.276l-.014.042-6.01 15.203a1.002 1.002 0 0 1-1.869-.022l-2.315-6.285-6.285-2.315a1.002 1.002 0 0 1-.022-1.869l15.203-6.01.041-.014a1 1 0 0 1 .196-.047l.023-.002.057-.005.028-.002h.046z", clipRule: "evenodd" }),
26
+ React.createElement("defs", null,
27
+ React.createElement("filter", { id: "a_cursor48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
28
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
29
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
30
+ React.createElement("feOffset", { dy: "1" }),
31
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
32
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
33
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
34
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1327" }),
35
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1327", result: "shape" }))));
36
+ }
37
+ });
38
+ export default CursorMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MarkMapIcon32: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MarkMapIcon32;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ const MarkMapIcon32 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "MarkMapIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_mark32)" },
5
+ React.createElement("circle", { cx: "16", cy: "16", r: "11", fill: "#21A19A" })),
6
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 5c6.075 0 11 4.925 11 11s-4.925 11-11 11S5 22.075 5 16 9.925 5 16 5m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18", clipRule: "evenodd" }),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "a_mark32", width: "28", height: "28", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
9
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
10
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
11
+ React.createElement("feOffset", { dy: "1" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
14
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
15
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1373" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1373", result: "shape" }))));
17
+ });
18
+ export default MarkMapIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MarkclosedMapIcon32: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MarkclosedMapIcon32;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ const MarkclosedMapIcon32 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "MarkclosedMapIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_markclosed32)" },
5
+ React.createElement("circle", { cx: "16", cy: "16", r: "11", fill: "#BFCADF" })),
6
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 5c6.075 0 11 4.925 11 11s-4.925 11-11 11S5 22.075 5 16 9.925 5 16 5m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18", clipRule: "evenodd" }),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "a_markclosed32", width: "28", height: "28", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
9
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
10
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
11
+ React.createElement("feOffset", { dy: "1" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
14
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
15
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1369" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1369", result: "shape" }))));
17
+ });
18
+ export default MarkclosedMapIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MarkcounterMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MarkcounterMapIcon48;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ const MarkcounterMapIcon48 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "MarkcounterMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_markcounter48)" },
5
+ React.createElement("path", { fill: "#21A19A", d: "M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24 12.954 4 24 4s20 8.954 20 20" })),
6
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20", clipRule: "evenodd" }),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "a_markcounter48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
9
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
10
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
11
+ React.createElement("feOffset", { dy: "1" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
14
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
15
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1375" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1375", result: "shape" }))));
17
+ });
18
+ export default MarkcounterMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MarkcounterclosedMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MarkcounterclosedMapIcon48;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ const MarkcounterclosedMapIcon48 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "MarkcounterclosedMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_markcounterclosed48)" },
5
+ React.createElement("path", { fill: "#BFCADF", d: "M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24 12.954 4 24 4s20 8.954 20 20" })),
6
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20", clipRule: "evenodd" }),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "a_markcounterclosed48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
9
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
10
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
11
+ React.createElement("feOffset", { dy: "1" }),
12
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
13
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
14
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
15
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1374" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1374", result: "shape" }))));
17
+ });
18
+ export default MarkcounterclosedMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const MenucloseStrokeNavIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MenucloseStrokeNavIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const MenucloseStrokeNavIcon20 = 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: "MenucloseStrokeNavIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m11.41 10 6.79 6.78c.39.4.39 1.02 0 1.42-.4.39-1.02.39-1.42 0L10 11.41 3.21 18.2c-.4.39-1.02.39-1.42 0-.39-.4-.39-1.02 0-1.42L8.58 10 1.79 3.21c-.39-.4-.39-1.02 0-1.42.4-.39 1.02-.39 1.42 0L10 8.58l6.78-6.79c.4-.39 1.02-.39 1.42 0 .39.4.39 1.02 0 1.42z", clipRule: "evenodd" }));
8
+ });
9
+ export default MenucloseStrokeNavIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const MenucloseStrokeNavIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MenucloseStrokeNavIcon24;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const MenucloseStrokeNavIcon24 = 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: "MenucloseStrokeNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m13.41 12 6.79 6.78c.39.4.39 1.02 0 1.42-.4.39-1.02.39-1.42 0L12 13.41 5.21 20.2c-.4.39-1.02.39-1.42 0-.39-.4-.39-1.02 0-1.42L10.58 12 3.79 5.21c-.39-.4-.39-1.02 0-1.42.4-.39 1.02-.39 1.42 0L12 10.58l6.78-6.79c.4-.39 1.02-.39 1.42 0 .39.4.39 1.02 0 1.42z", clipRule: "evenodd" }));
8
+ });
9
+ export default MenucloseStrokeNavIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MinusMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MinusMapIcon48;
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const MinusMapIcon48 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "MinusMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("g", { filter: "url(#a_minus48)" },
9
+ React.createElement("path", { fill: "#fff", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
10
+ React.createElement("path", { fill: "#1F1F22", fillRule: "evenodd", d: "M17 23h14c.56 0 1 .44 1 1s-.44 1-1 1H17c-.57 0-1-.44-1-1s.43-1 1-1", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("filter", { id: "a_minus48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
13
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
14
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
15
+ React.createElement("feOffset", { dy: "1" }),
16
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
17
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
18
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
19
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1273" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1273", result: "shape" }))));
21
+ case EIconsTheme.DARK:
22
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "MinusMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
23
+ React.createElement("g", { filter: "url(#a_minus48)" },
24
+ React.createElement("path", { fill: "#171719", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
25
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", fillRule: "evenodd", d: "M17 23h14c.56 0 1 .44 1 1s-.44 1-1 1H17c-.57 0-1-.44-1-1s.43-1 1-1", clipRule: "evenodd" }),
26
+ React.createElement("defs", null,
27
+ React.createElement("filter", { id: "a_minus48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
28
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
29
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
30
+ React.createElement("feOffset", { dy: "1" }),
31
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
32
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
33
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
34
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1321" }),
35
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1321", result: "shape" }))));
36
+ }
37
+ });
38
+ export default MinusMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const MobileappnewMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default MobileappnewMrkIcon96;
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const MobileappnewMrkIcon96 = 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: "MobileappnewMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M72 48H24a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V52a4 4 0 0 0-4-4" }),
9
+ React.createElement("path", { fill: "#D6DEED", fillRule: "evenodd", d: "M31 8h34c3.31 0 6 2.68 6 6v68c0 3.31-2.69 6-6 6H31c-3.32 0-6-2.69-6-6V14c0-3.32 2.68-6 6-6", clipRule: "evenodd" }),
10
+ React.createElement("path", { fill: "url(#a_mobileappnew96)", fillRule: "evenodd", d: "M31 8h34c3.31 0 6 2.68 6 6v68c0 3.31-2.69 6-6 6H31c-3.32 0-6-2.69-6-6V14c0-3.32 2.68-6 6-6", clipRule: "evenodd" }),
11
+ React.createElement("path", { fill: "#fff", fillOpacity: ".65", d: "M55.5 12h-15a1.5 1.5 0 0 0 0 3h15a1.5 1.5 0 0 0 0-3" }),
12
+ React.createElement("path", { fill: "#fff", d: "M31.395 56.504q.118-.008.236.002l.06.007.085.013.062.014a1.4 1.4 0 0 1 .213.066l.068.028.069.033.047.027q.042.022.082.049l.047.032a1.5 1.5 0 0 1 .172.142l.05.05.052.056.046.058.043.057.045.07q.012.017.024.036L37 64.45V58a1.5 1.5 0 0 1 3 0v12l-.002.03q0 .05-.005.098-.004.036-.009.07-.004.033-.01.066a2 2 0 0 1-.03.137l-.027.084a1.5 1.5 0 0 1-.248.452l-.024.03-.072.078-.03.03-.073.066-.05.04q-.027.022-.057.043-.036.026-.076.049-.015.011-.031.021-.009.005-.018.008-.04.023-.08.043l-.052.026q-.041.017-.084.033l-.06.021-.057.016q-.045.014-.093.024l-.054.01a1.5 1.5 0 0 1-.234.023l-.024.002q-.023-.001-.044-.003l-.086-.004-.061-.008-.086-.013-.062-.013a2 2 0 0 1-.213-.067l-.068-.028-.076-.037-.04-.023a1.5 1.5 0 0 1-.19-.127 2 2 0 0 1-.168-.153 1.6 1.6 0 0 1-.186-.246l-.016-.024L33 63.548v6.453a1.5 1.5 0 0 1-3 0V58l.001-.032q0-.05.005-.1l.009-.069q.003-.033.01-.067a1.5 1.5 0 0 1 .056-.218l.012-.034.025-.065.014-.03a1.5 1.5 0 0 1 .198-.325l.027-.032q.033-.04.069-.076l.03-.03q.037-.035.076-.069l.035-.028q.038-.03.08-.06l.043-.028q.027-.018.054-.034l.026-.014a1.6 1.6 0 0 1 .278-.12l.025-.008q.056-.017.113-.03l.055-.009q.033-.006.067-.01l.039-.006zM48.5 56.5a1.5 1.5 0 0 1 0 3H46v3h1.5a1.5 1.5 0 0 1 0 3H46v3h2.5a1.5 1.5 0 0 1 0 3h-4a1.5 1.5 0 0 1-1.492-1.346L43 70V58a1.5 1.5 0 0 1 1.5-1.5zM63.031 57.695a1.5 1.5 0 0 1 2.938.611l-2.5 12q-.005.023-.012.044a2 2 0 0 1-.048.157l-.018.051a1.4 1.4 0 0 1-.104.208 1.4 1.4 0 0 1-.264.33l-.063.054-.048.039-.071.052-.045.028q-.035.023-.071.043-.041.022-.082.041l-.04.019-.096.038q-.016.007-.032.013-.01.003-.02.005l-.081.023q-.033.009-.065.016l-.087.015a2 2 0 0 1-.162.015l-.038.002q-.05 0-.101-.002l-.05-.003-.1-.013-.044-.007q-.017-.002-.033-.005-.034-.008-.068-.018l-.045-.012-.09-.03q-.025-.007-.05-.018l-.093-.042-.033-.016a1.5 1.5 0 0 1-.212-.131l-.04-.032a1.5 1.5 0 0 1-.35-.402l-.018-.03a1.5 1.5 0 0 1-.106-.232l-.012-.03L59 65.743l-1.577 4.731q-.007.015-.013.031a1.6 1.6 0 0 1-.106.233l-.016.027a1.5 1.5 0 0 1-.351.404l-.041.032-.084.057-.034.022q-.045.028-.094.052l-.033.016q-.045.023-.093.042l-.05.019-.09.029-.045.012c-.022.005-.044.014-.067.018q-.017.003-.033.005l-.046.007-.1.013-.049.003-.1.002-.038-.002a2 2 0 0 1-.163-.015l-.087-.015q-.032-.007-.065-.016l-.08-.023q-.01-.002-.02-.005c-.01-.003-.022-.01-.033-.013l-.096-.038-.04-.019-.08-.041q-.037-.02-.072-.043l-.046-.028-.071-.052-.048-.04a1.5 1.5 0 0 1-.395-.51q-.019-.04-.036-.08l-.018-.053q-.016-.04-.028-.08l-.02-.076q-.007-.021-.01-.044l-2.5-12a1.5 1.5 0 0 1 2.937-.611l1.365 6.557 1.243-3.726.013-.035a2 2 0 0 1 .095-.21 1.4 1.4 0 0 1 .167-.245q.014-.02.032-.038l.02-.023.07-.07.015-.014q.031-.028.065-.054l.05-.039q.031-.023.066-.046l.049-.032a1.5 1.5 0 0 1 .285-.134l.021-.008.03-.01a1 1 0 0 1 .159-.04l.059-.01a1 1 0 0 1 .156-.016l.04-.002h.061l.04.002a2 2 0 0 1 .215.026 2 2 0 0 1 .16.04l.03.01.02.008a1.5 1.5 0 0 1 .285.134l.05.032.066.046.05.04q.032.025.064.053l.045.044.06.063.032.038a1.5 1.5 0 0 1 .14.196l.028.049a2 2 0 0 1 .07.148q.013.03.024.062l.014.035 1.242 3.726z" }),
13
+ React.createElement("defs", null,
14
+ React.createElement("linearGradient", { id: "a_mobileappnew96", x1: "48", x2: "48", y1: "8", y2: "92.516", gradientUnits: "userSpaceOnUse" },
15
+ React.createElement("stop", { stopColor: "#B6C0D7" }),
16
+ React.createElement("stop", { offset: ".15", stopColor: "#B6C0D7", stopOpacity: ".502" }),
17
+ React.createElement("stop", { offset: ".428", stopColor: "#B6C0D7", stopOpacity: "0" }),
18
+ React.createElement("stop", { offset: ".568", stopColor: "#50BEB8" }),
19
+ React.createElement("stop", { offset: ".8", stopColor: "#50BEB8" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#EEF3FC" }))));
21
+ case EIconsTheme.DARK:
22
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "MobileappnewMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
23
+ React.createElement("path", { fill: "#21A19A", d: "M72 48H24a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V52a4 4 0 0 0-4-4" }),
24
+ React.createElement("path", { fill: "#373C49", fillRule: "evenodd", d: "M31 8h34c3.31 0 6 2.68 6 6v68c0 3.31-2.69 6-6 6H31c-3.32 0-6-2.69-6-6V14c0-3.32 2.68-6 6-6", clipRule: "evenodd" }),
25
+ React.createElement("path", { fill: "url(#a_mobileappnew96)", fillRule: "evenodd", d: "M31 8h34c3.31 0 6 2.68 6 6v68c0 3.31-2.69 6-6 6H31c-3.32 0-6-2.69-6-6V14c0-3.32 2.68-6 6-6", clipRule: "evenodd" }),
26
+ React.createElement("path", { fill: "#fff", fillOpacity: ".15", d: "M55.5 12h-15a1.5 1.5 0 0 0 0 3h15a1.5 1.5 0 0 0 0-3" }),
27
+ React.createElement("path", { fill: "#fff", d: "M31.395 56.504q.118-.008.236.002l.06.007.085.013.062.014a1.4 1.4 0 0 1 .213.066l.068.028.069.033.047.027q.042.022.082.049l.047.032a1.5 1.5 0 0 1 .172.142l.05.05.052.056.046.058.043.057.045.07q.012.017.024.036L37 64.45V58a1.5 1.5 0 0 1 3 0v12l-.002.03q0 .05-.005.098-.004.036-.009.07-.004.033-.01.066a2 2 0 0 1-.03.137l-.027.084a1.5 1.5 0 0 1-.248.452l-.024.03-.072.078-.03.03-.073.066-.05.04q-.027.022-.057.043-.036.026-.076.049-.015.011-.031.021-.009.005-.018.008-.04.023-.08.043l-.052.026q-.041.017-.084.033l-.06.021-.057.016q-.045.014-.093.024l-.054.01a1.5 1.5 0 0 1-.234.023l-.024.002q-.023-.001-.044-.003l-.086-.004-.061-.008-.086-.013-.062-.013a2 2 0 0 1-.213-.067l-.068-.028-.076-.037-.04-.023a1.5 1.5 0 0 1-.19-.127 2 2 0 0 1-.168-.153 1.6 1.6 0 0 1-.186-.246l-.016-.024L33 63.548v6.453a1.5 1.5 0 0 1-3 0V58l.001-.032q0-.05.005-.1l.009-.069q.003-.033.01-.067a1.5 1.5 0 0 1 .056-.218l.012-.034.025-.065.014-.03a1.5 1.5 0 0 1 .198-.325l.027-.032q.033-.04.069-.076l.03-.03q.037-.035.076-.069l.035-.028q.038-.03.08-.06l.043-.028q.027-.018.054-.034l.026-.014a1.6 1.6 0 0 1 .278-.12l.025-.008q.056-.017.113-.03l.055-.009q.033-.006.067-.01l.039-.006zM48.5 56.5a1.5 1.5 0 0 1 0 3H46v3h1.5a1.5 1.5 0 0 1 0 3H46v3h2.5a1.5 1.5 0 0 1 0 3h-4a1.5 1.5 0 0 1-1.492-1.346L43 70V58a1.5 1.5 0 0 1 1.5-1.5zM63.031 57.695a1.5 1.5 0 0 1 2.938.611l-2.5 12q-.005.023-.012.044a2 2 0 0 1-.048.157l-.018.051a1.4 1.4 0 0 1-.104.208 1.4 1.4 0 0 1-.264.33l-.063.054-.048.039-.071.052-.045.028q-.035.023-.071.043-.041.022-.082.041l-.04.019-.096.038q-.016.007-.032.013-.01.003-.02.005l-.081.023q-.033.009-.065.016l-.087.015a2 2 0 0 1-.162.015l-.038.002q-.05 0-.101-.002l-.05-.003-.1-.013-.044-.007q-.017-.002-.033-.005-.034-.008-.068-.018l-.045-.012-.09-.03q-.025-.007-.05-.018l-.093-.042-.033-.016a1.5 1.5 0 0 1-.212-.131l-.04-.032a1.5 1.5 0 0 1-.35-.402l-.018-.03a1.5 1.5 0 0 1-.106-.232l-.012-.03L59 65.743l-1.577 4.731q-.007.015-.013.031a1.6 1.6 0 0 1-.106.233l-.016.027a1.5 1.5 0 0 1-.351.404l-.041.032-.084.057-.034.022q-.045.028-.094.052l-.033.016q-.045.023-.093.042l-.05.019-.09.029-.045.012c-.022.005-.044.014-.067.018q-.017.003-.033.005l-.046.007-.1.013-.049.003-.1.002-.038-.002a2 2 0 0 1-.163-.015l-.087-.015q-.032-.007-.065-.016l-.08-.023q-.01-.002-.02-.005c-.01-.003-.022-.01-.033-.013l-.096-.038-.04-.019-.08-.041q-.037-.02-.072-.043l-.046-.028-.071-.052-.048-.04a1.5 1.5 0 0 1-.395-.51q-.019-.04-.036-.08l-.018-.053q-.016-.04-.028-.08l-.02-.076q-.007-.021-.01-.044l-2.5-12a1.5 1.5 0 0 1 2.937-.611l1.365 6.557 1.243-3.726.013-.035a2 2 0 0 1 .095-.21 1.4 1.4 0 0 1 .167-.245q.014-.02.032-.038l.02-.023.07-.07.015-.014q.031-.028.065-.054l.05-.039q.031-.023.066-.046l.049-.032a1.5 1.5 0 0 1 .285-.134l.021-.008.03-.01a1 1 0 0 1 .159-.04l.059-.01a1 1 0 0 1 .156-.016l.04-.002h.061l.04.002a2 2 0 0 1 .215.026 2 2 0 0 1 .16.04l.03.01.02.008a1.5 1.5 0 0 1 .285.134l.05.032.066.046.05.04q.032.025.064.053l.045.044.06.063.032.038a1.5 1.5 0 0 1 .14.196l.028.049a2 2 0 0 1 .07.148q.013.03.024.062l.014.035 1.242 3.726z" }),
28
+ React.createElement("defs", null,
29
+ React.createElement("linearGradient", { id: "a_mobileappnew96", x1: "48", x2: "48", y1: "8", y2: "92.516", gradientUnits: "userSpaceOnUse" },
30
+ React.createElement("stop", { stopColor: "#464A56" }),
31
+ React.createElement("stop", { offset: ".15", stopColor: "#373C49", stopOpacity: ".502" }),
32
+ React.createElement("stop", { offset: ".428", stopColor: "#325A61", stopOpacity: "0" }),
33
+ React.createElement("stop", { offset: ".568", stopColor: "#2B7476" }),
34
+ React.createElement("stop", { offset: ".8", stopColor: "#2A7778" }),
35
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" }))));
36
+ }
37
+ });
38
+ export default MobileappnewMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const PinbankMapIcon32: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PinbankMapIcon32;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ const PinbankMapIcon32 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "PinbankMapIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_pinbank32)" },
5
+ React.createElement("path", { fill: "#21A19A", d: "M16 3c6.075 0 11 4.925 11 11 0 4.74-3 8.778-7.204 10.324a1.05 1.05 0 0 0-.433.295l-2.607 3.009a1 1 0 0 1-1.512 0l-2.608-3.01a1.05 1.05 0 0 0-.433-.294C8 22.777 5 18.74 5 14 5 7.925 9.925 3 16 3" })),
6
+ React.createElement("path", { fill: "#fff", d: "M16.032 8a6 6 0 0 1 3.738 1.332l-1.168.86A4.617 4.617 0 1 0 20.614 14v-.123l1.29-.951a6.01 6.01 0 0 1-4.578 6.926A6 6 0 1 1 16.032 8" }),
7
+ React.createElement("path", { fill: "#fff", d: "M20.748 10.333c.285.368.527.768.72 1.192L16 15.554l-2.283-1.432V12.4L16 13.827z" }),
8
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 3c6.075 0 11 4.925 11 11 0 4.74-3 8.777-7.204 10.323a1.05 1.05 0 0 0-.434.296l-2.606 3.009-.078.081a1 1 0 0 1-1.356 0l-.078-.081-2.607-3.009a1.06 1.06 0 0 0-.434-.296C8 22.777 5 18.74 5 14 5 7.925 9.925 3 16 3m0 2a9 9 0 0 0-3.106 17.446c.458.17.9.454 1.254.863l1.851 2.136 1.852-2.135.136-.148a3.1 3.1 0 0 1 1.119-.716l.32-.124A9 9 0 0 0 16 5", clipRule: "evenodd" }),
9
+ React.createElement("defs", null,
10
+ React.createElement("filter", { id: "a_pinbank32", width: "28", height: "30.973", x: "2", y: "1", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
11
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
12
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
13
+ React.createElement("feOffset", { dy: "1" }),
14
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
15
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
16
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
17
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1372" }),
18
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1372", result: "shape" }))));
19
+ });
20
+ export default PinbankMapIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const PinbankclosedMapIcon32: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PinbankclosedMapIcon32;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ const PinbankclosedMapIcon32 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "PinbankclosedMapIcon32", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_pinbankclosed32)" },
5
+ React.createElement("path", { fill: "#BFCADF", d: "M16 3c6.075 0 11 4.925 11 11 0 4.74-3 8.778-7.204 10.324a1.05 1.05 0 0 0-.433.295l-2.607 3.009a1 1 0 0 1-1.512 0l-2.608-3.01a1.05 1.05 0 0 0-.433-.294C8 22.777 5 18.74 5 14 5 7.925 9.925 3 16 3" })),
6
+ React.createElement("path", { fill: "#fff", d: "M16.032 8a6 6 0 0 1 3.738 1.332l-1.168.86A4.617 4.617 0 1 0 20.614 14v-.123l1.29-.951a6.01 6.01 0 0 1-4.578 6.926A6 6 0 1 1 16.032 8" }),
7
+ React.createElement("path", { fill: "#fff", d: "M20.748 10.333c.285.368.527.768.72 1.192L16 15.554l-2.283-1.432V12.4L16 13.827z" }),
8
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 3c6.075 0 11 4.925 11 11 0 4.74-3 8.777-7.204 10.323a1.05 1.05 0 0 0-.434.296l-2.606 3.009-.078.081a1 1 0 0 1-1.356 0l-.078-.081-2.607-3.009a1.06 1.06 0 0 0-.434-.296C8 22.777 5 18.74 5 14 5 7.925 9.925 3 16 3m0 2a9 9 0 0 0-3.106 17.446c.458.17.9.454 1.254.863l1.851 2.136 1.852-2.135.136-.148a3.1 3.1 0 0 1 1.119-.716l.32-.124A9 9 0 0 0 16 5", clipRule: "evenodd" }),
9
+ React.createElement("defs", null,
10
+ React.createElement("filter", { id: "a_pinbankclosed32", width: "28", height: "30.973", x: "2", y: "1", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
11
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
12
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
13
+ React.createElement("feOffset", { dy: "1" }),
14
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
15
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
16
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
17
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1368" }),
18
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1368", result: "shape" }))));
19
+ });
20
+ export default PinbankclosedMapIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const PinbankclosedselectedMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PinbankclosedselectedMapIcon48;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ const PinbankclosedselectedMapIcon48 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "PinbankclosedselectedMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_pinbankclosedselected48)" },
5
+ React.createElement("path", { fill: "#BFCADF", d: "M24 4c9.389 0 17 7.611 17 17 0 7.506-4.865 13.875-11.613 16.128-.2.067-.376.19-.502.358L24.8 42.933a1 1 0 0 1-1.6 0l-4.087-5.447a1.03 1.03 0 0 0-.5-.358C11.864 34.875 7 28.506 7 21c0-9.389 7.611-17 17-17" })),
6
+ React.createElement("path", { fill: "#fff", d: "M24.053 11c2.268.012 4.465.795 6.23 2.22l-1.946 1.433A7.696 7.696 0 1 0 31.69 21v-.204l2.15-1.587q.161.888.16 1.791a10 10 0 0 1-14.36 9 10.001 10.001 0 0 1 4.413-19" }),
7
+ React.createElement("path", { fill: "#fff", d: "M31.914 14.888c.476.613.878 1.28 1.198 1.987l-9.11 6.714-3.807-2.386v-2.87l3.807 2.379z" }),
8
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M24 4c9.389 0 17 7.611 17 17 0 7.506-4.865 13.875-11.613 16.128-.2.066-.375.19-.501.357L24.8 42.934l-.08.093a1 1 0 0 1-1.44 0l-.08-.093-4.087-5.449a1.03 1.03 0 0 0-.5-.357C11.863 34.875 7 28.506 7 21c0-9.389 7.611-17 17-17m0 2C15.716 6 9 12.716 9 21c0 6.62 4.29 12.243 10.246 14.231.494.165.954.459 1.318.87l.15.184 3.285 4.381 3.286-4.38.15-.184a3.04 3.04 0 0 1 1.318-.87l.554-.198C34.974 32.89 39 27.413 39 21c0-8.284-6.716-15-15-15", clipRule: "evenodd" }),
9
+ React.createElement("defs", null,
10
+ React.createElement("filter", { id: "a_pinbankclosedselected48", width: "40", height: "45.333", x: "4", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
11
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
12
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
13
+ React.createElement("feOffset", { dy: "1" }),
14
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
15
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
16
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
17
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1371" }),
18
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1371", result: "shape" }))));
19
+ });
20
+ export default PinbankclosedselectedMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const PinbankselectedMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PinbankselectedMapIcon48;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ const PinbankselectedMapIcon48 = React.forwardRef((props, ref) => {
3
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "PinbankselectedMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
4
+ React.createElement("g", { filter: "url(#a_pinbankselected48)" },
5
+ React.createElement("path", { fill: "#21A19A", d: "M24 4c9.389 0 17 7.611 17 17 0 7.506-4.865 13.875-11.613 16.128-.2.067-.376.19-.502.358L24.8 42.933a1 1 0 0 1-1.6 0l-4.087-5.447a1.03 1.03 0 0 0-.5-.358C11.864 34.875 7 28.506 7 21c0-9.389 7.611-17 17-17" })),
6
+ React.createElement("path", { fill: "#fff", d: "M24.053 11c2.268.012 4.465.795 6.23 2.22l-1.946 1.433A7.696 7.696 0 1 0 31.69 21v-.204l2.15-1.587q.161.888.16 1.791a10 10 0 0 1-14.36 9 10.001 10.001 0 0 1 4.413-19" }),
7
+ React.createElement("path", { fill: "#fff", d: "M31.914 14.888c.476.613.878 1.28 1.198 1.987l-9.11 6.714-3.807-2.386v-2.87l3.807 2.379z" }),
8
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M24 4c9.389 0 17 7.611 17 17 0 7.506-4.865 13.875-11.613 16.128-.2.066-.375.19-.501.357L24.8 42.934l-.08.093a1 1 0 0 1-1.44 0l-.08-.093-4.087-5.449a1.03 1.03 0 0 0-.5-.357C11.863 34.875 7 28.506 7 21c0-9.389 7.611-17 17-17m0 2C15.716 6 9 12.716 9 21c0 6.62 4.29 12.243 10.246 14.231.494.165.954.459 1.318.87l.15.184 3.285 4.381 3.286-4.38.15-.184a3.04 3.04 0 0 1 1.318-.87l.554-.198C34.974 32.89 39 27.413 39 21c0-8.284-6.716-15-15-15", clipRule: "evenodd" }),
9
+ React.createElement("defs", null,
10
+ React.createElement("filter", { id: "a_pinbankselected48", width: "40", height: "45.333", x: "4", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
11
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
12
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
13
+ React.createElement("feOffset", { dy: "1" }),
14
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
15
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
16
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
17
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1370" }),
18
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1370", result: "shape" }))));
19
+ });
20
+ export default PinbankselectedMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const PlusMapIcon48: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PlusMapIcon48;
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const PlusMapIcon48 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "PlusMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("g", { filter: "url(#a_plus48)" },
9
+ React.createElement("path", { fill: "#fff", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
10
+ React.createElement("path", { fill: "#1F1F22", fillRule: "evenodd", d: "M24 16c.56 0 1 .43 1 1v6h6c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-6v6c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-6h-6c-.57 0-1-.44-1-1 0-.57.43-1 1-1h6v-6c0-.57.43-1 1-1", clipRule: "evenodd" }),
11
+ React.createElement("defs", null,
12
+ React.createElement("filter", { id: "a_plus48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
13
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
14
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
15
+ React.createElement("feOffset", { dy: "1" }),
16
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
17
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
18
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
19
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1276" }),
20
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1276", result: "shape" }))));
21
+ case EIconsTheme.DARK:
22
+ return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "PlusMapIcon48", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
23
+ React.createElement("g", { filter: "url(#a_plus48)" },
24
+ React.createElement("path", { fill: "#171719", d: "M4 12a8 8 0 0 1 8-8h24a8 8 0 0 1 8 8v24a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8z" })),
25
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", fillRule: "evenodd", d: "M24 16c.56 0 1 .43 1 1v6h6c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-6v6c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-6h-6c-.57 0-1-.44-1-1 0-.57.43-1 1-1h6v-6c0-.57.43-1 1-1", clipRule: "evenodd" }),
26
+ React.createElement("defs", null,
27
+ React.createElement("filter", { id: "a_plus48", width: "46", height: "46", x: "1", y: "2", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
28
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
29
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
30
+ React.createElement("feOffset", { dy: "1" }),
31
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
32
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
33
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
34
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1251_1324" }),
35
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1251_1324", result: "shape" }))));
36
+ }
37
+ });
38
+ export default PlusMapIcon48;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const SavedraftStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SavedraftStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const SavedraftStrokeSrvIcon20 = 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: "SavedraftStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M13 13a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM13 9.5a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2z" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M13.972 1a3 3 0 0 1 2.12.879l2.03 2.028A3 3 0 0 1 19 6.028V16a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zM4 3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6.028a1 1 0 0 0-.293-.707l-2.028-2.028A1 1 0 0 0 14 3.001V5a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V3zm4 2h4V3H8z", clipRule: "evenodd" }));
9
+ });
10
+ export default SavedraftStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const SavedraftStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default SavedraftStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const SavedraftStrokeSrvIcon24 = 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: "SavedraftStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M15 15a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zM15 11.5a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2z" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.972 3a3 3 0 0 1 2.12.879l2.03 2.028A3 3 0 0 1 21 8.028V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V8.028a1 1 0 0 0-.293-.707l-2.028-2.028A1 1 0 0 0 16 5.001V7a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V5zm4 2h4V5h-4z", clipRule: "evenodd" }));
9
+ });
10
+ export default SavedraftStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const ScanStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ScanStrokeSrvIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const ScanStrokeSrvIcon20 = 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: "ScanStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M1 13a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3h2a1 1 0 1 1 0 2H5a5 5 0 0 1-5-5v-1a1 1 0 0 1 1-1M19 13a1 1 0 0 1 1 1v1a5 5 0 0 1-5 5h-2a1 1 0 1 1 0-2h2a3 3 0 0 0 3-3v-1a1 1 0 0 1 1-1M19 9a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zM7 0a1 1 0 0 1 0 2H5a3 3 0 0 0-3 3v1a1 1 0 0 1-2 0V5a5 5 0 0 1 5-5zM15 0a5 5 0 0 1 5 5v1a1 1 0 1 1-2 0V5a3 3 0 0 0-3-3h-2a1 1 0 1 1 0-2z" }));
8
+ });
9
+ export default ScanStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const ScanStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ScanStrokeSrvIcon24;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const ScanStrokeSrvIcon24 = 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: "ScanStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M3 15a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3h2a1 1 0 1 1 0 2H7a5 5 0 0 1-5-5v-1a1 1 0 0 1 1-1M21 15a1 1 0 0 1 1 1v1a5 5 0 0 1-5 5h-2a1 1 0 1 1 0-2h2a3 3 0 0 0 3-3v-1a1 1 0 0 1 1-1M21 11a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zM9 2a1 1 0 0 1 0 2H7a3 3 0 0 0-3 3v1a1 1 0 0 1-2 0V7a5 5 0 0 1 5-5zM17 2a5 5 0 0 1 5 5v1a1 1 0 1 1-2 0V7a3 3 0 0 0-3-3h-2a1 1 0 1 1 0-2z" }));
8
+ });
9
+ export default ScanStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const ScanStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ScanStrokeSrvIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const ScanStrokeSrvIcon32 = 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: "ScanStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M5 20a1 1 0 0 1 1 1v2a3 3 0 0 0 3 3h3a1 1 0 1 1 0 2H9a5 5 0 0 1-5-5v-2a1 1 0 0 1 1-1M27 20a1 1 0 0 1 1 1v2a5 5 0 0 1-5 5h-3a1 1 0 1 1 0-2h3a3 3 0 0 0 3-3v-2a1 1 0 0 1 1-1M27 15a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zM12 4a1 1 0 1 1 0 2H9a3 3 0 0 0-3 3v2a1 1 0 1 1-2 0V9a5 5 0 0 1 5-5zM23 4a5 5 0 0 1 5 5v2a1 1 0 1 1-2 0V9a3 3 0 0 0-3-3h-3a1 1 0 1 1 0-2z" }));
8
+ });
9
+ export default ScanStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const View2dMapIcon64: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default View2dMapIcon64;
@@ -0,0 +1,50 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const View2dMapIcon64 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "64", height: "64", fill: "none", viewBox: "0 0 64 64", name: "View2dMapIcon64", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("g", { filter: "url(#a_view2d64)" },
9
+ React.createElement("path", { fill: "#fff", d: "M32 5c14.912 0 27 12.088 27 27S46.912 59 32 59 5 46.912 5 32 17.088 5 32 5m0 10c-9.389 0-17 7.611-17 17s7.611 17 17 17 17-7.611 17-17-7.611-17-17-17" })),
10
+ React.createElement("path", { fill: "#8291B3", fillRule: "evenodd", d: "M32 42c8.284 0 15-4.477 15-10s-6.716-10-15-10-15 4.477-15 10 6.716 10 15 10", clipRule: "evenodd" }),
11
+ React.createElement("circle", { cx: "53", cy: "32", r: "2", fill: "#1F1F22", fillOpacity: ".15" }),
12
+ React.createElement("circle", { cx: "11", cy: "32", r: "2", fill: "#1F1F22", fillOpacity: ".15" }),
13
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", fillRule: "evenodd", d: "M35.562 28.063c2.871 0 4.078 1.246 4.078 4.35 0 3.091-1.388 4.525-4.163 4.525-1.085 0-2.422-.137-2.425-.137v-8.602c.008 0 1.343-.137 2.51-.137m.036 1.483c-.507 0-1.002.05-1.002.05v5.808s.446.05.917.05c1.725 0 2.534-.835 2.534-3.04 0-2.145-.7-2.868-2.45-2.868", clipRule: "evenodd" }),
14
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", d: "M28.567 27.984c2.181 0 2.93 1.047 2.93 2.605-.001 1.944-1.285 3.015-3.39 4.86h3.426v1.42h-5.681v-1.06c2.255-2.167 4-3.19 4-4.822 0-1.034-.5-1.52-1.57-1.52-.873 0-1.683.362-2.268.873v-1.782c.648-.337 1.557-.574 2.553-.574" }),
15
+ React.createElement("path", { fill: "#E60037", d: "M31.568 7.74a.5.5 0 0 1 .864 0l2.63 4.508a.5.5 0 0 1-.432.752h-5.26a.5.5 0 0 1-.431-.752z" }),
16
+ React.createElement("path", { fill: "#1F1F22", fillOpacity: ".45", d: "M31.568 56.26a.5.5 0 0 0 .864 0l2.63-4.508A.5.5 0 0 0 34.63 51h-5.26a.5.5 0 0 0-.431.752z" }),
17
+ React.createElement("defs", null,
18
+ React.createElement("filter", { id: "a_view2d64", width: "60", height: "60", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
19
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
20
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
21
+ React.createElement("feOffset", { dy: "1" }),
22
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
23
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
24
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
25
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1378" }),
26
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1378", result: "shape" }))));
27
+ case EIconsTheme.DARK:
28
+ return React.createElement("svg", { width: "64", height: "64", fill: "none", viewBox: "0 0 64 64", name: "View2dMapIcon64", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
29
+ React.createElement("g", { filter: "url(#a_view2d64)" },
30
+ React.createElement("path", { fill: "#171719", d: "M32 5c14.912 0 27 12.088 27 27S46.912 59 32 59 5 46.912 5 32 17.088 5 32 5m0 10c-9.389 0-17 7.611-17 17s7.611 17 17 17 17-7.611 17-17-7.611-17-17-17" })),
31
+ React.createElement("circle", { cx: "53", cy: "32", r: "2", fill: "#fff", fillOpacity: ".15" }),
32
+ React.createElement("circle", { cx: "11", cy: "32", r: "2", fill: "#fff", fillOpacity: ".15" }),
33
+ React.createElement("path", { fill: "#E60037", d: "M31.568 7.74a.5.5 0 0 1 .864 0l2.63 4.508a.5.5 0 0 1-.432.752h-5.26a.5.5 0 0 1-.431-.752z" }),
34
+ React.createElement("path", { fill: "#fff", fillOpacity: ".35", d: "M31.568 56.26a.5.5 0 0 0 .864 0l2.63-4.508A.5.5 0 0 0 34.63 51h-5.26a.5.5 0 0 0-.431.752z" }),
35
+ React.createElement("path", { fill: "#8291B3", fillRule: "evenodd", d: "M32 42c8.284 0 15-4.477 15-10s-6.716-10-15-10-15 4.477-15 10 6.716 10 15 10", clipRule: "evenodd" }),
36
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", fillRule: "evenodd", d: "M35.562 28.063c2.871 0 4.078 1.246 4.078 4.35 0 3.091-1.388 4.525-4.163 4.525-1.085 0-2.422-.137-2.425-.137v-8.602c.008 0 1.343-.137 2.51-.137m.036 1.483c-.507 0-1.002.05-1.002.05v5.808s.446.05.917.05c1.725 0 2.534-.835 2.534-3.04 0-2.145-.7-2.868-2.45-2.868", clipRule: "evenodd" }),
37
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", d: "M28.567 27.984c2.181 0 2.93 1.047 2.93 2.605-.001 1.944-1.285 3.015-3.39 4.86h3.426v1.42h-5.681v-1.06c2.255-2.167 4-3.19 4-4.822 0-1.034-.5-1.52-1.57-1.52-.873 0-1.683.362-2.268.873v-1.782c.648-.337 1.557-.574 2.553-.574" }),
38
+ React.createElement("defs", null,
39
+ React.createElement("filter", { id: "a_view2d64", width: "60", height: "60", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
40
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
41
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
42
+ React.createElement("feOffset", { dy: "1" }),
43
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
44
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
45
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
46
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1376" }),
47
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1376", result: "shape" }))));
48
+ }
49
+ });
50
+ export default View2dMapIcon64;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const View3dMapIcon64: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default View3dMapIcon64;
@@ -0,0 +1,48 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const View3dMapIcon64 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "64", height: "64", fill: "none", viewBox: "0 0 64 64", name: "View3dMapIcon64", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("g", { filter: "url(#a_view3d64)" },
9
+ React.createElement("path", { fill: "#fff", d: "M32 5c14.912 0 27 12.088 27 27S46.912 59 32 59 5 46.912 5 32 17.088 5 32 5m0 10c-9.389 0-17 7.611-17 17s7.611 17 17 17 17-7.611 17-17-7.611-17-17-17" })),
10
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M32 47c8.284 0 15-6.716 15-15s-6.716-15-15-15-15 6.716-15 15 6.716 15 15 15", clipRule: "evenodd" }),
11
+ React.createElement("circle", { cx: "53", cy: "32", r: "2", fill: "#1F1F22", fillOpacity: ".15" }),
12
+ React.createElement("circle", { cx: "11", cy: "32", r: "2", fill: "#1F1F22", fillOpacity: ".15" }),
13
+ React.createElement("path", { fill: "#1F1F22", d: "M27.112 33.086h.868c1.28 0 1.665.411 1.665 1.16 0 .81-.301 1.296-1.689 1.296-.88 0-1.761-.374-2.316-.81v1.72c.627.336 1.616.548 2.51.548 2.232 0 3.1-.96 3.1-2.605 0-1.184-.555-1.908-1.822-2.07 1.038-.299 1.569-.984 1.569-2.106 0-1.396-.604-2.219-2.69-2.219-.845 0-1.895.237-2.559.536v1.62c.543-.373 1.352-.71 2.184-.71 1.134 0 1.46.349 1.46 1.072 0 .835-.41 1.259-1.52 1.259h-.76zM35.477 36.938c2.775 0 4.163-1.434 4.163-4.525 0-3.104-1.207-4.35-4.079-4.35-1.17 0-2.51.136-2.51.136v8.602s1.34.137 2.426.137m2.57-4.525c0 2.206-.808 3.041-2.534 3.041-.47 0-.917-.05-.917-.05v-5.808s.495-.05 1.002-.05c1.75 0 2.449.723 2.449 2.867" }),
14
+ React.createElement("path", { fill: "#E60037", d: "M31.568 7.74a.5.5 0 0 1 .864 0l2.63 4.508a.5.5 0 0 1-.432.752h-5.26a.5.5 0 0 1-.431-.752z" }),
15
+ React.createElement("path", { fill: "#1F1F22", fillOpacity: ".45", d: "M31.568 56.26a.5.5 0 0 0 .864 0l2.63-4.508A.5.5 0 0 0 34.63 51h-5.26a.5.5 0 0 0-.431.752z" }),
16
+ React.createElement("defs", null,
17
+ React.createElement("filter", { id: "a_view3d64", width: "60", height: "60", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
18
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
19
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
20
+ React.createElement("feOffset", { dy: "1" }),
21
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
22
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
23
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
24
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1379" }),
25
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1379", result: "shape" }))));
26
+ case EIconsTheme.DARK:
27
+ return React.createElement("svg", { width: "64", height: "64", fill: "none", viewBox: "0 0 64 64", name: "View3dMapIcon64", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
28
+ React.createElement("g", { filter: "url(#a_view3d64)" },
29
+ React.createElement("path", { fill: "#171719", d: "M32 5c14.912 0 27 12.088 27 27S46.912 59 32 59 5 46.912 5 32 17.088 5 32 5m0 10c-9.389 0-17 7.611-17 17s7.611 17 17 17 17-7.611 17-17-7.611-17-17-17" })),
30
+ React.createElement("path", { fill: "#171719", fillRule: "evenodd", d: "M32 47c8.284 0 15-6.716 15-15s-6.716-15-15-15-15 6.716-15 15 6.716 15 15 15", clipRule: "evenodd" }),
31
+ React.createElement("circle", { cx: "53", cy: "32", r: "2", fill: "#fff", fillOpacity: ".15" }),
32
+ React.createElement("circle", { cx: "11", cy: "32", r: "2", fill: "#fff", fillOpacity: ".15" }),
33
+ React.createElement("path", { fill: "#fff", fillOpacity: ".85", d: "M27.112 33.086h.868c1.28 0 1.665.411 1.665 1.16 0 .81-.301 1.296-1.689 1.296-.88 0-1.761-.374-2.316-.81v1.72c.627.336 1.616.548 2.51.548 2.232 0 3.1-.96 3.1-2.605 0-1.184-.555-1.908-1.822-2.07 1.038-.299 1.569-.984 1.569-2.106 0-1.396-.604-2.219-2.69-2.219-.845 0-1.895.237-2.559.536v1.62c.543-.373 1.352-.71 2.184-.71 1.134 0 1.46.349 1.46 1.072 0 .835-.41 1.259-1.52 1.259h-.76zM35.477 36.938c2.775 0 4.163-1.434 4.163-4.525 0-3.104-1.207-4.35-4.079-4.35-1.17 0-2.51.136-2.51.136v8.602s1.34.137 2.426.137m2.57-4.525c0 2.206-.808 3.041-2.534 3.041-.47 0-.917-.05-.917-.05v-5.808s.495-.05 1.002-.05c1.75 0 2.449.723 2.449 2.867" }),
34
+ React.createElement("path", { fill: "#E60037", d: "M31.568 7.74a.5.5 0 0 1 .864 0l2.63 4.508a.5.5 0 0 1-.432.752h-5.26a.5.5 0 0 1-.431-.752z" }),
35
+ React.createElement("path", { fill: "#fff", fillOpacity: ".35", d: "M31.568 56.26a.5.5 0 0 0 .864 0l2.63-4.508A.5.5 0 0 0 34.63 51h-5.26a.5.5 0 0 0-.431.752z" }),
36
+ React.createElement("defs", null,
37
+ React.createElement("filter", { id: "a_view3d64", width: "60", height: "60", x: "2", y: "3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
38
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
39
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
40
+ React.createElement("feOffset", { dy: "1" }),
41
+ React.createElement("feGaussianBlur", { stdDeviation: "1.5" }),
42
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
43
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.121569 0 0 0 0 0.121569 0 0 0 0 0.133333 0 0 0 0.25 0" }),
44
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1252_1377" }),
45
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1252_1377", result: "shape" }))));
46
+ }
47
+ });
48
+ export default View3dMapIcon64;
package/index.d.ts CHANGED
@@ -8,6 +8,19 @@ export { default as DigitalrubleOtherBrdIcon24 } from "./DigitalrubleOtherBrdIco
8
8
  export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
9
9
  export { default as GigaassistaintOtherBrdIcon24 } from "./GigaassistaintOtherBrdIcon24";
10
10
  export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
11
+ export { default as CursorMapIcon48 } from "./CursorMapIcon48";
12
+ export { default as MarkMapIcon32 } from "./MarkMapIcon32";
13
+ export { default as MarkclosedMapIcon32 } from "./MarkclosedMapIcon32";
14
+ export { default as MarkcounterMapIcon48 } from "./MarkcounterMapIcon48";
15
+ export { default as MarkcounterclosedMapIcon48 } from "./MarkcounterclosedMapIcon48";
16
+ export { default as MinusMapIcon48 } from "./MinusMapIcon48";
17
+ export { default as PinbankMapIcon32 } from "./PinbankMapIcon32";
18
+ export { default as PinbankclosedMapIcon32 } from "./PinbankclosedMapIcon32";
19
+ export { default as PinbankclosedselectedMapIcon48 } from "./PinbankclosedselectedMapIcon48";
20
+ export { default as PinbankselectedMapIcon48 } from "./PinbankselectedMapIcon48";
21
+ export { default as PlusMapIcon48 } from "./PlusMapIcon48";
22
+ export { default as View2dMapIcon64 } from "./View2dMapIcon64";
23
+ export { default as View3dMapIcon64 } from "./View3dMapIcon64";
11
24
  export { default as CardbusinessMkrIcon32 } from "./CardbusinessMkrIcon32";
12
25
  export { default as CardbusinessmirMkrIcon32 } from "./CardbusinessmirMkrIcon32";
13
26
  export { default as CardcreditmastercardMkrIcon32 } from "./CardcreditmastercardMkrIcon32";
@@ -57,6 +70,7 @@ export { default as ImageaiMrkIcon128 } from "./ImageaiMrkIcon128";
57
70
  export { default as ImageaiMrkIcon96 } from "./ImageaiMrkIcon96";
58
71
  export { default as InsalesMrkIcon128 } from "./InsalesMrkIcon128";
59
72
  export { default as InsalesMrkIcon96 } from "./InsalesMrkIcon96";
73
+ export { default as MobileappnewMrkIcon96 } from "./MobileappnewMrkIcon96";
60
74
  export { default as MpstatsMrkIcon128 } from "./MpstatsMrkIcon128";
61
75
  export { default as MpstatsMrkIcon96 } from "./MpstatsMrkIcon96";
62
76
  export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
@@ -85,6 +99,8 @@ export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIco
85
99
  export { default as MenuStrokeNavIcon20 } from "./MenuStrokeNavIcon20";
86
100
  export { default as MenuStrokeNavIcon24 } from "./MenuStrokeNavIcon24";
87
101
  export { default as MenuStrokeNavIcon32 } from "./MenuStrokeNavIcon32";
102
+ export { default as MenucloseStrokeNavIcon20 } from "./MenucloseStrokeNavIcon20";
103
+ export { default as MenucloseStrokeNavIcon24 } from "./MenucloseStrokeNavIcon24";
88
104
  export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
89
105
  export { default as ProfileStrokeNavIcon20 } from "./ProfileStrokeNavIcon20";
90
106
  export { default as ProfileStrokeNavIcon24 } from "./ProfileStrokeNavIcon24";
@@ -768,6 +784,8 @@ export { default as RateStrokeSrvIcon32 } from "./RateStrokeSrvIcon32";
768
784
  export { default as ReportaiStrokeSrvIcon20 } from "./ReportaiStrokeSrvIcon20";
769
785
  export { default as ReportaiStrokeSrvIcon24 } from "./ReportaiStrokeSrvIcon24";
770
786
  export { default as ReportaiStrokeSrvIcon32 } from "./ReportaiStrokeSrvIcon32";
787
+ export { default as SavedraftStrokeSrvIcon20 } from "./SavedraftStrokeSrvIcon20";
788
+ export { default as SavedraftStrokeSrvIcon24 } from "./SavedraftStrokeSrvIcon24";
771
789
  export { default as SavedraftStrokeSrvIcon32 } from "./SavedraftStrokeSrvIcon32";
772
790
  export { default as SberbankidStrokeSrvIcon20 } from "./SberbankidStrokeSrvIcon20";
773
791
  export { default as SberbankidStrokeSrvIcon32 } from "./SberbankidStrokeSrvIcon32";
@@ -775,6 +793,9 @@ export { default as SberlogoStrokeSrvIcon20 } from "./SberlogoStrokeSrvIcon20";
775
793
  export { default as SberlogoStrokeSrvIcon32 } from "./SberlogoStrokeSrvIcon32";
776
794
  export { default as ScammerStrokeSrvIcon20 } from "./ScammerStrokeSrvIcon20";
777
795
  export { default as ScammerStrokeSrvIcon32 } from "./ScammerStrokeSrvIcon32";
796
+ export { default as ScanStrokeSrvIcon20 } from "./ScanStrokeSrvIcon20";
797
+ export { default as ScanStrokeSrvIcon24 } from "./ScanStrokeSrvIcon24";
798
+ export { default as ScanStrokeSrvIcon32 } from "./ScanStrokeSrvIcon32";
778
799
  export { default as ScanqrcodeStrokeSrvIcon32 } from "./ScanqrcodeStrokeSrvIcon32";
779
800
  export { default as SearchStrokeSrvIcon16 } from "./SearchStrokeSrvIcon16";
780
801
  export { default as SearchStrokeSrvIcon20 } from "./SearchStrokeSrvIcon20";
package/index.js CHANGED
@@ -7,6 +7,19 @@ export { default as DigitalrubleOtherBrdIcon24 } from "./DigitalrubleOtherBrdIco
7
7
  export { default as GigaassistaintOtherBrdIcon20 } from "./GigaassistaintOtherBrdIcon20";
8
8
  export { default as GigaassistaintOtherBrdIcon24 } from "./GigaassistaintOtherBrdIcon24";
9
9
  export { default as GigaassistaintOtherBrdIcon32 } from "./GigaassistaintOtherBrdIcon32";
10
+ export { default as CursorMapIcon48 } from "./CursorMapIcon48";
11
+ export { default as MarkMapIcon32 } from "./MarkMapIcon32";
12
+ export { default as MarkclosedMapIcon32 } from "./MarkclosedMapIcon32";
13
+ export { default as MarkcounterMapIcon48 } from "./MarkcounterMapIcon48";
14
+ export { default as MarkcounterclosedMapIcon48 } from "./MarkcounterclosedMapIcon48";
15
+ export { default as MinusMapIcon48 } from "./MinusMapIcon48";
16
+ export { default as PinbankMapIcon32 } from "./PinbankMapIcon32";
17
+ export { default as PinbankclosedMapIcon32 } from "./PinbankclosedMapIcon32";
18
+ export { default as PinbankclosedselectedMapIcon48 } from "./PinbankclosedselectedMapIcon48";
19
+ export { default as PinbankselectedMapIcon48 } from "./PinbankselectedMapIcon48";
20
+ export { default as PlusMapIcon48 } from "./PlusMapIcon48";
21
+ export { default as View2dMapIcon64 } from "./View2dMapIcon64";
22
+ export { default as View3dMapIcon64 } from "./View3dMapIcon64";
10
23
  export { default as CardbusinessMkrIcon32 } from "./CardbusinessMkrIcon32";
11
24
  export { default as CardbusinessmirMkrIcon32 } from "./CardbusinessmirMkrIcon32";
12
25
  export { default as CardcreditmastercardMkrIcon32 } from "./CardcreditmastercardMkrIcon32";
@@ -56,6 +69,7 @@ export { default as ImageaiMrkIcon128 } from "./ImageaiMrkIcon128";
56
69
  export { default as ImageaiMrkIcon96 } from "./ImageaiMrkIcon96";
57
70
  export { default as InsalesMrkIcon128 } from "./InsalesMrkIcon128";
58
71
  export { default as InsalesMrkIcon96 } from "./InsalesMrkIcon96";
72
+ export { default as MobileappnewMrkIcon96 } from "./MobileappnewMrkIcon96";
59
73
  export { default as MpstatsMrkIcon128 } from "./MpstatsMrkIcon128";
60
74
  export { default as MpstatsMrkIcon96 } from "./MpstatsMrkIcon96";
61
75
  export { default as NodocumentsMrkIcon128 } from "./NodocumentsMrkIcon128";
@@ -84,6 +98,8 @@ export { default as MarketplaceFilledNavIcon24 } from "./MarketplaceFilledNavIco
84
98
  export { default as MenuStrokeNavIcon20 } from "./MenuStrokeNavIcon20";
85
99
  export { default as MenuStrokeNavIcon24 } from "./MenuStrokeNavIcon24";
86
100
  export { default as MenuStrokeNavIcon32 } from "./MenuStrokeNavIcon32";
101
+ export { default as MenucloseStrokeNavIcon20 } from "./MenucloseStrokeNavIcon20";
102
+ export { default as MenucloseStrokeNavIcon24 } from "./MenucloseStrokeNavIcon24";
87
103
  export { default as PaymentsFilledNavIcon24 } from "./PaymentsFilledNavIcon24";
88
104
  export { default as ProfileStrokeNavIcon20 } from "./ProfileStrokeNavIcon20";
89
105
  export { default as ProfileStrokeNavIcon24 } from "./ProfileStrokeNavIcon24";
@@ -767,6 +783,8 @@ export { default as RateStrokeSrvIcon32 } from "./RateStrokeSrvIcon32";
767
783
  export { default as ReportaiStrokeSrvIcon20 } from "./ReportaiStrokeSrvIcon20";
768
784
  export { default as ReportaiStrokeSrvIcon24 } from "./ReportaiStrokeSrvIcon24";
769
785
  export { default as ReportaiStrokeSrvIcon32 } from "./ReportaiStrokeSrvIcon32";
786
+ export { default as SavedraftStrokeSrvIcon20 } from "./SavedraftStrokeSrvIcon20";
787
+ export { default as SavedraftStrokeSrvIcon24 } from "./SavedraftStrokeSrvIcon24";
770
788
  export { default as SavedraftStrokeSrvIcon32 } from "./SavedraftStrokeSrvIcon32";
771
789
  export { default as SberbankidStrokeSrvIcon20 } from "./SberbankidStrokeSrvIcon20";
772
790
  export { default as SberbankidStrokeSrvIcon32 } from "./SberbankidStrokeSrvIcon32";
@@ -774,6 +792,9 @@ export { default as SberlogoStrokeSrvIcon20 } from "./SberlogoStrokeSrvIcon20";
774
792
  export { default as SberlogoStrokeSrvIcon32 } from "./SberlogoStrokeSrvIcon32";
775
793
  export { default as ScammerStrokeSrvIcon20 } from "./ScammerStrokeSrvIcon20";
776
794
  export { default as ScammerStrokeSrvIcon32 } from "./ScammerStrokeSrvIcon32";
795
+ export { default as ScanStrokeSrvIcon20 } from "./ScanStrokeSrvIcon20";
796
+ export { default as ScanStrokeSrvIcon24 } from "./ScanStrokeSrvIcon24";
797
+ export { default as ScanStrokeSrvIcon32 } from "./ScanStrokeSrvIcon32";
777
798
  export { default as ScanqrcodeStrokeSrvIcon32 } from "./ScanqrcodeStrokeSrvIcon32";
778
799
  export { default as SearchStrokeSrvIcon16 } from "./SearchStrokeSrvIcon16";
779
800
  export { default as SearchStrokeSrvIcon20 } from "./SearchStrokeSrvIcon20";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/icons-next",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "author": "СберБизнес",
5
5
  "description": "Иконки интернет-банка СберБизнес",
6
6
  "main": "./index.js",
package/styles/icons.css CHANGED
@@ -1 +1 @@
1
- ._ghaavl { fill: #008985; } ._15lr6aa { fill: #19BDB0; } ._h65740 { fill: #D10032; } ._qvb3nx { fill: #F80C45; } ._n8xc66 { fill: #EF4C01; } ._il00l8 { fill: #FF7A17; } ._h0yaqm { fill: #0E57CC; } ._15zfo5z { fill: #1297FE; } ._phdcqa { fill: #697591; } ._u1a8kd { fill: #95A3C1; } ._5tscgt { fill: #1F1F22; fill-opacity: .45; } ._1f9vrht { fill: #FFFFFF; fill-opacity: .35; } ._zapf2x { fill: #FFFFFF; fill-opacity: 1; } ._qm54uk { fill: #FFFFFF; fill-opacity: 1; } ._p81qom { fill: #FFB13B; } ._1ugk55v { fill: #FFB13B; } ._k4ayqb { fill: #1F1F22; fill-opacity: 1; } ._1wtfws2 { fill: #FFFFFF; fill-opacity: 1; } ._ncoscb { fill: #1F1F22; fill-opacity: 1; } ._1dtor2f { fill: #1F1F22; fill-opacity: .45; } ._xlsyjw { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._ghaavl { fill: #21A19A; } .hoverable:hover ._15lr6aa { fill: #4BD9CF; } .hoverable:hover ._h65740 { fill: #E60037; } .hoverable:hover ._qvb3nx { fill: #FF5571; } .hoverable:hover ._n8xc66 { fill: #EF4C01; } .hoverable:hover ._il00l8 { fill: #FF7A17; } .hoverable:hover ._h0yaqm { fill: #0E57CC; } .hoverable:hover ._15zfo5z { fill: #1297FE; } .hoverable:hover ._phdcqa { fill: #697591; } .hoverable:hover ._u1a8kd { fill: #95A3C1; } .hoverable:hover ._5tscgt { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1f9vrht { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._zapf2x { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._qm54uk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._p81qom { fill: #FFB13B; } .hoverable:hover ._1ugk55v { fill: #FFB13B; } .hoverable:hover ._k4ayqb { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1wtfws2 { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._ncoscb { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1dtor2f { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._xlsyjw { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._ghaavl, .hoverable.active ._ghaavl { fill: #007777; } .hoverable:not(:disabled):active ._15lr6aa, .hoverable.active ._15lr6aa { fill: #008985; } .hoverable:not(:disabled):active ._h65740, .hoverable.active ._h65740 { fill: #BD002C; } .hoverable:not(:disabled):active ._qvb3nx, .hoverable.active ._qvb3nx { fill: #D10032; } .hoverable:not(:disabled):active ._n8xc66, .hoverable.active ._n8xc66 { fill: #D10032; } .hoverable:not(:disabled):active ._il00l8, .hoverable.active ._il00l8 { fill: #FF7A17; } .hoverable:not(:disabled):active ._h0yaqm, .hoverable.active ._h0yaqm { fill: #0E57CC; } .hoverable:not(:disabled):active ._15zfo5z, .hoverable.active ._15zfo5z { fill: #1297FE; } .hoverable:not(:disabled):active ._phdcqa, .hoverable.active ._phdcqa { fill: #697591; } .hoverable:not(:disabled):active ._u1a8kd, .hoverable.active ._u1a8kd { fill: #95A3C1; } .hoverable:not(:disabled):active ._5tscgt, .hoverable.active ._5tscgt { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1f9vrht, .hoverable.active ._1f9vrht { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._zapf2x, .hoverable.active ._zapf2x { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._qm54uk, .hoverable.active ._qm54uk { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._p81qom, .hoverable.active ._p81qom { fill: #FFB13B; } .hoverable:not(:disabled):active ._1ugk55v, .hoverable.active ._1ugk55v { fill: #FFB13B; } .hoverable:not(:disabled):active ._k4ayqb, .hoverable.active ._k4ayqb { fill: #008985; } .hoverable:not(:disabled):active ._1wtfws2, .hoverable.active ._1wtfws2 { fill: #19BDB0; } .hoverable:not(:disabled):active ._ncoscb, .hoverable.active ._ncoscb { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1dtor2f, .hoverable.active ._1dtor2f { fill: #008985; } .hoverable:not(:disabled):active ._xlsyjw, .hoverable.active ._xlsyjw { fill: #19BDB0; } .hoverable:disabled ._ghaavl, .hoverable.disabled ._ghaavl { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._15lr6aa, .hoverable.disabled ._15lr6aa { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._h65740, .hoverable.disabled ._h65740 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._qvb3nx, .hoverable.disabled ._qvb3nx { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._n8xc66, .hoverable.disabled ._n8xc66 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._il00l8, .hoverable.disabled ._il00l8 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._h0yaqm, .hoverable.disabled ._h0yaqm { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._15zfo5z, .hoverable.disabled ._15zfo5z { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._phdcqa, .hoverable.disabled ._phdcqa { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._u1a8kd, .hoverable.disabled ._u1a8kd { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._5tscgt, .hoverable.disabled ._5tscgt { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1f9vrht, .hoverable.disabled ._1f9vrht { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._zapf2x, .hoverable.disabled ._zapf2x { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._qm54uk, .hoverable.disabled ._qm54uk { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._p81qom, .hoverable.disabled ._p81qom { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1ugk55v, .hoverable.disabled ._1ugk55v { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._k4ayqb, .hoverable.disabled ._k4ayqb { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1wtfws2, .hoverable.disabled ._1wtfws2 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._ncoscb, .hoverable.disabled ._ncoscb { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1dtor2f, .hoverable.disabled ._1dtor2f { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._xlsyjw, .hoverable.disabled ._xlsyjw { fill: #FFFFFF; fill-opacity: .15; }
1
+ ._g9v9uu { fill: #008985; } ._154cko5 { fill: #19BDB0; } ._gokw3b { fill: #D10032; } ._qxqnwa { fill: #F80C45; } ._mri9yh { fill: #EF4C01; } ._inkudn { fill: #FF7A17; } ._gtj6jt { fill: #0E57CC; } ._15s07c0 { fill: #1297FE; } ._oztgn9 { fill: #697591; } ._uduqy2 { fill: #95A3C1; } ._5rdq96 { fill: #1F1F22; fill-opacity: .45; } ._1fcadom { fill: #FFFFFF; fill-opacity: .35; } ._z84hbi { fill: #FFFFFF; fill-opacity: 1; } ._q4qvwb { fill: #FFFFFF; fill-opacity: 1; } ._pam8o1 { fill: #FFB13B; } ._1u3zyms { fill: #FFB13B; } ._kbq25g { fill: #1F1F22; fill-opacity: 1; } ._1xaumbp { fill: #FFFFFF; fill-opacity: 1; } ._nu8bpo { fill: #1F1F22; fill-opacity: 1; } ._1dh4bw0 { fill: #1F1F22; fill-opacity: .45; } ._xjddjv { fill: #FFFFFF; fill-opacity: .35; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._g9v9uu { fill: #21A19A; } .hoverable:hover ._154cko5 { fill: #4BD9CF; } .hoverable:hover ._gokw3b { fill: #E60037; } .hoverable:hover ._qxqnwa { fill: #FF5571; } .hoverable:hover ._mri9yh { fill: #EF4C01; } .hoverable:hover ._inkudn { fill: #FF7A17; } .hoverable:hover ._gtj6jt { fill: #0E57CC; } .hoverable:hover ._15s07c0 { fill: #1297FE; } .hoverable:hover ._oztgn9 { fill: #697591; } .hoverable:hover ._uduqy2 { fill: #95A3C1; } .hoverable:hover ._5rdq96 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1fcadom { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._z84hbi { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._q4qvwb { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._pam8o1 { fill: #FFB13B; } .hoverable:hover ._1u3zyms { fill: #FFB13B; } .hoverable:hover ._kbq25g { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1xaumbp { fill: #FFFFFF; fill-opacity: 1; } .hoverable:hover ._nu8bpo { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._1dh4bw0 { fill: #1F1F22; fill-opacity: 1; } .hoverable:hover ._xjddjv { fill: #FFFFFF; fill-opacity: 1; } } .hoverable:not(:disabled):active ._g9v9uu, .hoverable.active ._g9v9uu { fill: #007777; } .hoverable:not(:disabled):active ._154cko5, .hoverable.active ._154cko5 { fill: #008985; } .hoverable:not(:disabled):active ._gokw3b, .hoverable.active ._gokw3b { fill: #BD002C; } .hoverable:not(:disabled):active ._qxqnwa, .hoverable.active ._qxqnwa { fill: #D10032; } .hoverable:not(:disabled):active ._mri9yh, .hoverable.active ._mri9yh { fill: #D10032; } .hoverable:not(:disabled):active ._inkudn, .hoverable.active ._inkudn { fill: #FF7A17; } .hoverable:not(:disabled):active ._gtj6jt, .hoverable.active ._gtj6jt { fill: #0E57CC; } .hoverable:not(:disabled):active ._15s07c0, .hoverable.active ._15s07c0 { fill: #1297FE; } .hoverable:not(:disabled):active ._oztgn9, .hoverable.active ._oztgn9 { fill: #697591; } .hoverable:not(:disabled):active ._uduqy2, .hoverable.active ._uduqy2 { fill: #95A3C1; } .hoverable:not(:disabled):active ._5rdq96, .hoverable.active ._5rdq96 { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1fcadom, .hoverable.active ._1fcadom { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._z84hbi, .hoverable.active ._z84hbi { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._q4qvwb, .hoverable.active ._q4qvwb { fill: #FFFFFF; fill-opacity: 1; } .hoverable:not(:disabled):active ._pam8o1, .hoverable.active ._pam8o1 { fill: #FFB13B; } .hoverable:not(:disabled):active ._1u3zyms, .hoverable.active ._1u3zyms { fill: #FFB13B; } .hoverable:not(:disabled):active ._kbq25g, .hoverable.active ._kbq25g { fill: #008985; } .hoverable:not(:disabled):active ._1xaumbp, .hoverable.active ._1xaumbp { fill: #19BDB0; } .hoverable:not(:disabled):active ._nu8bpo, .hoverable.active ._nu8bpo { fill: #1F1F22; fill-opacity: 1; } .hoverable:not(:disabled):active ._1dh4bw0, .hoverable.active ._1dh4bw0 { fill: #008985; } .hoverable:not(:disabled):active ._xjddjv, .hoverable.active ._xjddjv { fill: #19BDB0; } .hoverable:disabled ._g9v9uu, .hoverable.disabled ._g9v9uu { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._154cko5, .hoverable.disabled ._154cko5 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._gokw3b, .hoverable.disabled ._gokw3b { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._qxqnwa, .hoverable.disabled ._qxqnwa { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._mri9yh, .hoverable.disabled ._mri9yh { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._inkudn, .hoverable.disabled ._inkudn { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._gtj6jt, .hoverable.disabled ._gtj6jt { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._15s07c0, .hoverable.disabled ._15s07c0 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._oztgn9, .hoverable.disabled ._oztgn9 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._uduqy2, .hoverable.disabled ._uduqy2 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._5rdq96, .hoverable.disabled ._5rdq96 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1fcadom, .hoverable.disabled ._1fcadom { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._z84hbi, .hoverable.disabled ._z84hbi { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._q4qvwb, .hoverable.disabled ._q4qvwb { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._pam8o1, .hoverable.disabled ._pam8o1 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1u3zyms, .hoverable.disabled ._1u3zyms { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._kbq25g, .hoverable.disabled ._kbq25g { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1xaumbp, .hoverable.disabled ._1xaumbp { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._nu8bpo, .hoverable.disabled ._nu8bpo { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1dh4bw0, .hoverable.disabled ._1dh4bw0 { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._xjddjv, .hoverable.disabled ._xjddjv { fill: #FFFFFF; fill-opacity: .15; }
@@ -1,52 +1,52 @@
1
1
  import { EIconsTheme } from "../ThemeProvider";
2
2
  const themeToClassNamePalettes = [
3
3
  {
4
- [EIconsTheme.LIGHT]: "_ghaavl",
5
- [EIconsTheme.DARK]: "_15lr6aa",
4
+ [EIconsTheme.LIGHT]: "_g9v9uu",
5
+ [EIconsTheme.DARK]: "_154cko5",
6
6
  },
7
7
  {
8
- [EIconsTheme.LIGHT]: "_h65740",
9
- [EIconsTheme.DARK]: "_qvb3nx",
8
+ [EIconsTheme.LIGHT]: "_gokw3b",
9
+ [EIconsTheme.DARK]: "_qxqnwa",
10
10
  },
11
11
  {
12
- [EIconsTheme.LIGHT]: "_n8xc66",
13
- [EIconsTheme.DARK]: "_il00l8",
12
+ [EIconsTheme.LIGHT]: "_mri9yh",
13
+ [EIconsTheme.DARK]: "_inkudn",
14
14
  },
15
15
  {
16
- [EIconsTheme.LIGHT]: "_h0yaqm",
17
- [EIconsTheme.DARK]: "_15zfo5z",
16
+ [EIconsTheme.LIGHT]: "_gtj6jt",
17
+ [EIconsTheme.DARK]: "_15s07c0",
18
18
  },
19
19
  {
20
- [EIconsTheme.LIGHT]: "_phdcqa",
21
- [EIconsTheme.DARK]: "_u1a8kd",
20
+ [EIconsTheme.LIGHT]: "_oztgn9",
21
+ [EIconsTheme.DARK]: "_uduqy2",
22
22
  },
23
23
  {
24
- [EIconsTheme.LIGHT]: "_5tscgt",
25
- [EIconsTheme.DARK]: "_1f9vrht",
24
+ [EIconsTheme.LIGHT]: "_5rdq96",
25
+ [EIconsTheme.DARK]: "_1fcadom",
26
26
  },
27
27
  {
28
- [EIconsTheme.LIGHT]: "_1f9vrht",
29
- [EIconsTheme.DARK]: "_5tscgt",
28
+ [EIconsTheme.LIGHT]: "_1fcadom",
29
+ [EIconsTheme.DARK]: "_5rdq96",
30
30
  },
31
31
  {
32
- [EIconsTheme.LIGHT]: "_zapf2x",
33
- [EIconsTheme.DARK]: "_qm54uk",
32
+ [EIconsTheme.LIGHT]: "_z84hbi",
33
+ [EIconsTheme.DARK]: "_q4qvwb",
34
34
  },
35
35
  {
36
- [EIconsTheme.LIGHT]: "_p81qom",
37
- [EIconsTheme.DARK]: "_1ugk55v",
36
+ [EIconsTheme.LIGHT]: "_pam8o1",
37
+ [EIconsTheme.DARK]: "_1u3zyms",
38
38
  },
39
39
  {
40
- [EIconsTheme.LIGHT]: "_k4ayqb",
41
- [EIconsTheme.DARK]: "_1wtfws2",
40
+ [EIconsTheme.LIGHT]: "_kbq25g",
41
+ [EIconsTheme.DARK]: "_1xaumbp",
42
42
  },
43
43
  {
44
- [EIconsTheme.LIGHT]: "_zapf2x",
45
- [EIconsTheme.DARK]: "_ncoscb",
44
+ [EIconsTheme.LIGHT]: "_z84hbi",
45
+ [EIconsTheme.DARK]: "_nu8bpo",
46
46
  },
47
47
  {
48
- [EIconsTheme.LIGHT]: "_1dtor2f",
49
- [EIconsTheme.DARK]: "_xlsyjw",
48
+ [EIconsTheme.LIGHT]: "_1dh4bw0",
49
+ [EIconsTheme.DARK]: "_xjddjv",
50
50
  },
51
51
  ];
52
52
  const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];