@sberbusiness/icons-next 1.14.0 → 1.15.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 (74) hide show
  1. package/BankcontactStrokeSrvIcon20.d.ts +4 -0
  2. package/BankcontactStrokeSrvIcon20.js +10 -0
  3. package/BankcontactStrokeSrvIcon24.d.ts +4 -0
  4. package/BankcontactStrokeSrvIcon24.js +10 -0
  5. package/BankcontactStrokeSrvIcon32.d.ts +4 -0
  6. package/BankcontactStrokeSrvIcon32.js +10 -0
  7. package/BankfeedbackStrokeSrvIcon20.d.ts +4 -0
  8. package/BankfeedbackStrokeSrvIcon20.js +10 -0
  9. package/BankfeedbackStrokeSrvIcon24.d.ts +4 -0
  10. package/BankfeedbackStrokeSrvIcon24.js +10 -0
  11. package/BankfeedbackStrokeSrvIcon32.d.ts +4 -0
  12. package/BankfeedbackStrokeSrvIcon32.js +10 -0
  13. package/EinvoiceStrokePrdIcon20.d.ts +4 -0
  14. package/EinvoiceStrokePrdIcon20.js +10 -0
  15. package/EinvoiceStrokePrdIcon32.d.ts +4 -0
  16. package/EinvoiceStrokePrdIcon32.js +10 -0
  17. package/FeedbackbankStrokeSrvIcon20.d.ts +1 -0
  18. package/FeedbackbankStrokeSrvIcon20.js +1 -0
  19. package/FeedbackbankStrokeSrvIcon24.d.ts +1 -0
  20. package/FeedbackbankStrokeSrvIcon24.js +1 -0
  21. package/FeedbackbankStrokeSrvIcon32.d.ts +1 -0
  22. package/FeedbackbankStrokeSrvIcon32.js +1 -0
  23. package/GotologinMrkIcon96.d.ts +4 -0
  24. package/GotologinMrkIcon96.js +53 -0
  25. package/ImageaiMrkIcon128.d.ts +4 -0
  26. package/ImageaiMrkIcon128.js +62 -0
  27. package/ImageaiMrkIcon96.d.ts +4 -0
  28. package/ImageaiMrkIcon96.js +62 -0
  29. package/PromptslistStrokeSrvIcon20.d.ts +4 -0
  30. package/PromptslistStrokeSrvIcon20.js +10 -0
  31. package/PromptslistStrokeSrvIcon24.d.ts +4 -0
  32. package/PromptslistStrokeSrvIcon24.js +10 -0
  33. package/PromptslistStrokeSrvIcon32.d.ts +4 -0
  34. package/PromptslistStrokeSrvIcon32.js +9 -0
  35. package/PromstlistStrokeSrvIcon20.d.ts +1 -0
  36. package/PromstlistStrokeSrvIcon20.js +1 -0
  37. package/PromstlistStrokeSrvIcon24.d.ts +1 -0
  38. package/PromstlistStrokeSrvIcon24.js +1 -0
  39. package/PromstlistStrokeSrvIcon32.d.ts +1 -0
  40. package/PromstlistStrokeSrvIcon32.js +1 -0
  41. package/RabotaruStrokePrdIcon20.d.ts +4 -0
  42. package/RabotaruStrokePrdIcon20.js +9 -0
  43. package/RabotaruStrokePrdIcon32.d.ts +4 -0
  44. package/RabotaruStrokePrdIcon32.js +9 -0
  45. package/ReportaiStrokeSrvIcon20.d.ts +4 -0
  46. package/ReportaiStrokeSrvIcon20.js +10 -0
  47. package/ReportaiStrokeSrvIcon24.d.ts +4 -0
  48. package/ReportaiStrokeSrvIcon24.js +10 -0
  49. package/ReportaiStrokeSrvIcon32.d.ts +4 -0
  50. package/ReportaiStrokeSrvIcon32.js +10 -0
  51. package/RiskofblockingStrokePrdIcon20.d.ts +4 -0
  52. package/RiskofblockingStrokePrdIcon20.js +10 -0
  53. package/RiskofblockingStrokePrdIcon32.d.ts +4 -0
  54. package/RiskofblockingStrokePrdIcon32.js +11 -0
  55. package/ServicepackageStrokePrdIcon20.d.ts +4 -0
  56. package/ServicepackageStrokePrdIcon20.js +11 -0
  57. package/ServicepackageStrokePrdIcon32.d.ts +4 -0
  58. package/ServicepackageStrokePrdIcon32.js +11 -0
  59. package/ServicepackageextraoptionStrokePrdIcon20.d.ts +4 -0
  60. package/ServicepackageextraoptionStrokePrdIcon20.js +12 -0
  61. package/ServicepackageextraoptionStrokePrdIcon32.d.ts +4 -0
  62. package/ServicepackageextraoptionStrokePrdIcon32.js +11 -0
  63. package/ShowandcopyFilledSrvIcon24.d.ts +4 -0
  64. package/ShowandcopyFilledSrvIcon24.js +9 -0
  65. package/SignatureStrokeSrvIcon32.d.ts +4 -0
  66. package/SignatureStrokeSrvIcon32.js +10 -0
  67. package/SignatureremoveStrokeSrvIcon32.d.ts +4 -0
  68. package/SignatureremoveStrokeSrvIcon32.js +10 -0
  69. package/index.d.ts +28 -0
  70. package/index.js +28 -0
  71. package/package.json +1 -1
  72. package/styles/icons.css +1 -1
  73. package/types.d.ts +1 -1
  74. package/utils/getPathClassName.js +24 -20
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankcontactStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankcontactStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankcontactStrokeSrvIcon20 = 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: "BankcontactStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M6.254 9a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M10 9a1.25 1.25 0 1 1 0 2.5A1.25 1.25 0 0 1 10 9M13.746 9a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-1.406 5.113l.023.064.448 1.206c.345.922.713 1.894.854 2.223a1 1 0 0 1-1.313 1.313 95 95 0 0 0-2.174-.834c-.463-.174-.908-.34-1.237-.462l-.082-.03A9.96 9.96 0 0 1 10 20C4.477 20 0 15.523 0 10S4.477 0 10 0m0 2a8 8 0 1 0 0 16 7.96 7.96 0 0 0 4.444-1.347l.104-.06a1 1 0 0 1 .8-.047h.004l.006.004.03.01.11.042 1.637.61.123.047-.067-.176-.45-1.212-.141-.383-.04-.106-.01-.027-.002-.008-.001-.002a1 1 0 0 1 .107-.902A7.96 7.96 0 0 0 18 10a8 8 0 0 0-8-8", clipRule: "evenodd" }));
9
+ });
10
+ export default BankcontactStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankcontactStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankcontactStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankcontactStrokeSrvIcon24 = 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: "BankcontactStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M8.254 11a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M12 11a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M15.746 11a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-1.406 5.113l.023.064.448 1.206c.345.922.713 1.894.854 2.223a1 1 0 0 1-1.313 1.313 95 95 0 0 0-2.174-.834c-.463-.174-.908-.34-1.237-.462l-.082-.03A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16 7.96 7.96 0 0 0 4.444-1.347l.104-.06a1 1 0 0 1 .8-.047h.004l.006.004.03.01.11.042 1.637.61.123.047-.067-.176-.45-1.212-.141-.383-.04-.106-.01-.027-.002-.008-.001-.002a1 1 0 0 1 .107-.902A7.96 7.96 0 0 0 20 12a8 8 0 0 0-8-8", clipRule: "evenodd" }));
9
+ });
10
+ export default BankcontactStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankcontactStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankcontactStrokeSrvIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankcontactStrokeSrvIcon32 = 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: "BankcontactStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M11.042 14.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M16.042 14.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M21.042 14.5a1.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 3c7.18 0 13 5.82 13 13 0 2.485-.7 4.809-1.91 6.784l.087.235c.157.425.37 1.002.597 1.608.459 1.226.953 2.532 1.145 2.98a1 1 0 0 1-1.313 1.312c-.36-.154-1.663-.648-2.913-1.117-.617-.232-1.21-.454-1.65-.617l-.258-.096A12.94 12.94 0 0 1 16 29C8.82 29 3 23.18 3 16S8.82 3 16 3m0 2C9.925 5 5 9.925 5 16s4.925 11 11 11c2.263 0 4.364-.683 6.111-1.852a1 1 0 0 1 .905-.107l.003.001.01.004q.014.004.038.014l.147.054.527.197c.44.163 1.035.385 1.654.618l.855.322-.349-.924-.6-1.614-.189-.51-.052-.142-.014-.038-.003-.01-.001-.001c-.11-.3-.07-.637.107-.903A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11", clipRule: "evenodd" }));
9
+ });
10
+ export default BankcontactStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankfeedbackStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankfeedbackStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankfeedbackStrokeSrvIcon20 = 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: "BankfeedbackStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M9.938 13a1 1 0 1 1-.001 2 1 1 0 0 1 0-2M9.937 5a2.997 2.997 0 0 1 1 5.825V11a1 1 0 1 1-2 0v-1a1 1 0 0 1 .897-.995l.205-.01A1 1 0 1 0 8.97 7.75a1 1 0 0 1-1.938-.498A3 3 0 0 1 9.937 5" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-1.406 5.113l.023.064.448 1.206c.345.922.713 1.894.854 2.223a1 1 0 0 1-1.313 1.313 95 95 0 0 0-2.174-.834c-.463-.174-.908-.34-1.237-.462l-.082-.03A9.96 9.96 0 0 1 10 20C4.477 20 0 15.523 0 10S4.477 0 10 0m0 2a8 8 0 1 0 0 16 7.96 7.96 0 0 0 4.444-1.347l.104-.06a1 1 0 0 1 .8-.047h.004l.006.004.03.01.11.042 1.637.61.123.047-.067-.176-.45-1.212-.141-.383-.04-.106-.01-.027-.002-.008-.001-.002a1 1 0 0 1 .107-.902A7.96 7.96 0 0 0 18 10a8 8 0 0 0-8-8", clipRule: "evenodd" }));
9
+ });
10
+ export default BankfeedbackStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankfeedbackStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankfeedbackStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankfeedbackStrokeSrvIcon24 = 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: "BankfeedbackStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M11.938 15a1 1 0 1 1-.001 2 1 1 0 0 1 0-2M11.937 7a2.997 2.997 0 0 1 1 5.825V13a1 1 0 1 1-2 0v-1a1 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 11.937 7" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-1.406 5.113l.023.064.448 1.206c.345.922.713 1.894.854 2.223a1 1 0 0 1-1.313 1.313 95 95 0 0 0-2.174-.834c-.463-.174-.908-.34-1.237-.462l-.082-.03A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16 7.96 7.96 0 0 0 4.444-1.347l.104-.06a1 1 0 0 1 .8-.047h.004l.006.004.03.01.11.042 1.637.61.123.047-.067-.176-.45-1.212-.141-.383-.04-.106-.01-.027-.002-.008-.001-.002a1 1 0 0 1 .107-.902A7.96 7.96 0 0 0 20 12a8 8 0 0 0-8-8", clipRule: "evenodd" }));
9
+ });
10
+ export default BankfeedbackStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const BankfeedbackStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default BankfeedbackStrokeSrvIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const BankfeedbackStrokeSrvIcon32 = 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: "BankfeedbackStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M15.959 20.5a1 1 0 1 1-.001 2.001 1 1 0 0 1 .001-2.001M15.959 9.5a4 4 0 0 1 1 7.873V18.5a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1 2 2 0 1 0-1.973-2.335 1 1 0 0 1-1.972-.33A4 4 0 0 1 15.959 9.5" }),
8
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 3c7.18 0 13 5.82 13 13 0 2.485-.7 4.809-1.91 6.784l.087.235c.157.425.37 1.002.597 1.608.459 1.226.953 2.532 1.145 2.98a1 1 0 0 1-1.313 1.312c-.36-.154-1.663-.648-2.913-1.117-.617-.232-1.21-.454-1.65-.617l-.258-.096A12.94 12.94 0 0 1 16 29C8.82 29 3 23.18 3 16S8.82 3 16 3m0 2C9.925 5 5 9.925 5 16s4.925 11 11 11c2.263 0 4.364-.683 6.111-1.852a1 1 0 0 1 .905-.107l.003.001.01.004q.014.004.038.014l.147.054.527.197c.44.163 1.035.385 1.654.618l.855.322-.349-.924-.6-1.614-.189-.51-.052-.142-.014-.038-.003-.01-.001-.001c-.11-.3-.07-.637.107-.903A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11", clipRule: "evenodd" }));
9
+ });
10
+ export default BankfeedbackStrokeSrvIcon32;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const EinvoiceStrokePrdIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default EinvoiceStrokePrdIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const EinvoiceStrokePrdIcon20 = 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: "EinvoiceStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M6 0a1 1 0 0 1 0 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z" }),
8
+ React.createElement("path", { className: pathClassName, d: "M12 14a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM7 10a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM14.5 0a5.5 5.5 0 1 1-5.187 7.333 1 1 0 0 1 1.885-.666q.149.415.39.776a3.5 3.5 0 1 0 .65-4.615h.59a1 1 0 0 1 0 2H10a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v.26A5.48 5.48 0 0 1 14.5 0" }));
9
+ });
10
+ export default EinvoiceStrokePrdIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const EinvoiceStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default EinvoiceStrokePrdIcon32;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const EinvoiceStrokePrdIcon32 = 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: "EinvoiceStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, d: "M11 4a1 1 0 1 1 0 2h-1a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H10a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z" }),
8
+ React.createElement("path", { className: pathClassName, d: "M20 20a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2zM14 16a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zM16 3.5a1 1 0 0 1 1 1v1.313a6.5 6.5 0 1 1-1.755 6.46 1 1 0 0 1 1.924-.546 4.5 4.5 0 1 0 .977-4.227H20a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1" }));
9
+ });
10
+ export default EinvoiceStrokePrdIcon32;
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use BankfeedbackStrokeSrvIcon20 instead. */
3
4
  declare const FeedbackbankStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default FeedbackbankStrokeSrvIcon20;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use BankfeedbackStrokeSrvIcon20 instead. */
4
5
  const FeedbackbankStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "FeedbackbankStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use BankfeedbackStrokeSrvIcon24 instead. */
3
4
  declare const FeedbackbankStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default FeedbackbankStrokeSrvIcon24;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use BankfeedbackStrokeSrvIcon24 instead. */
4
5
  const FeedbackbankStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "FeedbackbankStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use BankfeedbackStrokeSrvIcon32 instead. */
3
4
  declare const FeedbackbankStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default FeedbackbankStrokeSrvIcon32;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use BankfeedbackStrokeSrvIcon32 instead. */
4
5
  const FeedbackbankStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "FeedbackbankStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const GotologinMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default GotologinMrkIcon96;
@@ -0,0 +1,53 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const GotologinMrkIcon96 = 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: "GotologinMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "#21A19A", d: "M72.56 49H44.44C41.988 49 40 51 40 53.468v26.064C40 82 41.988 84 44.44 84h28.12c2.452 0 4.44-2 4.44-4.468V53.468C77 51 75.012 49 72.56 49" }),
9
+ React.createElement("path", { fill: "#CFD8E8", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
10
+ React.createElement("path", { fill: "url(#a_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
11
+ React.createElement("path", { fill: "url(#b_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
12
+ React.createElement("path", { fill: "url(#c_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
13
+ 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" }),
14
+ React.createElement("path", { fill: "#fff", d: "M51.132 56.541a2 2 0 0 1 2.827.09l7.5 8 .044.052.059.07.062.084.05.071.053.088.045.077q.023.047.044.095.02.04.037.083.017.04.03.083.018.048.033.097.014.048.024.096.013.044.022.088.01.06.017.121.007.035.01.069.02.195 0 .39-.004.033-.01.068-.007.06-.017.12-.01.045-.022.089-.01.048-.024.096-.014.05-.032.097l-.03.083-.038.083q-.02.048-.044.095l-.044.077q-.026.045-.054.088l-.05.071a2 2 0 0 1-.121.154q-.022.027-.044.052l-7.5 8a2 2 0 0 1-2.918-2.736L55.383 68H42a2 2 0 1 1 0-4h13.383l-4.342-4.632a2 2 0 0 1 .09-2.827" }),
15
+ React.createElement("defs", null,
16
+ React.createElement("linearGradient", { id: "a_gotologin96", x1: "71", x2: "25", y1: "67.375", y2: "67.375", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { stopColor: "#21A19A", stopOpacity: ".6" }),
18
+ React.createElement("stop", { offset: ".581", stopColor: "#21A19A", stopOpacity: ".467" }),
19
+ React.createElement("stop", { offset: "1", stopColor: "#21A19A", stopOpacity: "0" })),
20
+ React.createElement("linearGradient", { id: "b_gotologin96", x1: "48", x2: "48", y1: "41.5", y2: "92.573", gradientUnits: "userSpaceOnUse" },
21
+ React.createElement("stop", { stopColor: "#CFD8E8" }),
22
+ React.createElement("stop", { offset: ".217", stopColor: "#CFD8E8", stopOpacity: "0" }),
23
+ React.createElement("stop", { offset: ".781", stopColor: "#CFD8E8", stopOpacity: "0" }),
24
+ React.createElement("stop", { offset: "1", stopColor: "#EEF3FC" })),
25
+ React.createElement("linearGradient", { id: "c_gotologin96", x1: "19.845", x2: "39.201", y1: "-28.625", y2: "32.403", gradientUnits: "userSpaceOnUse" },
26
+ React.createElement("stop", { stopColor: "#8291B3" }),
27
+ React.createElement("stop", { offset: "1", stopColor: "#8291B3", stopOpacity: "0" }))));
28
+ case EIconsTheme.DARK:
29
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "GotologinMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
30
+ React.createElement("path", { fill: "#21A19A", d: "M72.56 49H44.44C41.988 49 40 51 40 53.468v26.064C40 82 41.988 84 44.44 84h28.12c2.452 0 4.44-2 4.44-4.468V53.468C77 51 75.012 49 72.56 49" }),
31
+ React.createElement("path", { fill: "#373C49", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
32
+ React.createElement("path", { fill: "url(#a_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
33
+ React.createElement("path", { fill: "url(#b_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
34
+ React.createElement("path", { fill: "url(#c_gotologin96)", fillRule: "evenodd", d: "M31.345 8h33.31C68.153 8 71 10.685 71 14v68c0 3.308-2.847 6-6.345 6h-33.31C27.839 88 25 85.308 25 82V14c0-3.315 2.84-6 6.345-6", clipRule: "evenodd" }),
35
+ 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" }),
36
+ React.createElement("path", { fill: "#fff", d: "M51.132 56.541a2 2 0 0 1 2.827.09l7.5 8 .044.052.059.07.062.084.05.071.053.088.045.077q.023.047.044.095.02.04.037.083.017.04.03.083.018.048.033.097.014.048.024.096.013.044.022.088.01.06.017.121.007.035.01.069.02.195 0 .39-.004.033-.01.068-.007.06-.017.12-.01.045-.022.089-.01.048-.024.096-.014.05-.032.097l-.03.083-.038.083q-.02.048-.044.095l-.044.077q-.026.045-.054.088l-.05.071a2 2 0 0 1-.121.154q-.022.027-.044.052l-7.5 8a2 2 0 0 1-2.918-2.736L55.383 68H42a2 2 0 1 1 0-4h13.383l-4.342-4.632a2 2 0 0 1 .09-2.827" }),
37
+ React.createElement("defs", null,
38
+ React.createElement("linearGradient", { id: "a_gotologin96", x1: "71", x2: "25", y1: "67.375", y2: "67.375", gradientUnits: "userSpaceOnUse" },
39
+ React.createElement("stop", { stopColor: "#21A19A", stopOpacity: ".6" }),
40
+ React.createElement("stop", { offset: ".581", stopColor: "#21A19A", stopOpacity: ".467" }),
41
+ React.createElement("stop", { offset: "1", stopColor: "#21A19A", stopOpacity: "0" })),
42
+ React.createElement("linearGradient", { id: "b_gotologin96", x1: "48", x2: "48", y1: "41.5", y2: "89.5", gradientUnits: "userSpaceOnUse" },
43
+ React.createElement("stop", { stopColor: "#373C49" }),
44
+ React.createElement("stop", { offset: ".238", stopColor: "#373C49", stopOpacity: "0" }),
45
+ React.createElement("stop", { offset: ".828", stopColor: "#373C49", stopOpacity: ".188" }),
46
+ React.createElement("stop", { offset: "1", stopColor: "#373C49" })),
47
+ React.createElement("linearGradient", { id: "c_gotologin96", x1: "19.845", x2: "39.201", y1: "-28.625", y2: "32.403", gradientUnits: "userSpaceOnUse" },
48
+ React.createElement("stop", { stopColor: "#fff", stopOpacity: ".2" }),
49
+ React.createElement("stop", { offset: ".962", stopColor: "#fff", stopOpacity: "0" }),
50
+ React.createElement("stop", { offset: "1", stopColor: "#4A4F5C", stopOpacity: "0" }))));
51
+ }
52
+ });
53
+ export default GotologinMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ImageaiMrkIcon128: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ImageaiMrkIcon128;
@@ -0,0 +1,62 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ImageaiMrkIcon128 = React.forwardRef((props, ref) => {
4
+ const theme = useTheme();
5
+ switch (theme) {
6
+ case EIconsTheme.LIGHT:
7
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "ImageaiMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_imageai128)", d: "M109 94a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8V34a8 8 0 0 1 8-8h74a8 8 0 0 1 8 8z" }),
9
+ React.createElement("path", { fill: "url(#b_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
10
+ React.createElement("path", { fill: "url(#c_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
11
+ React.createElement("path", { fill: "url(#d_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
12
+ React.createElement("path", { fill: "#D6DEED", d: "M109 94a8 8 0 0 1-8 8H26.715a7.715 7.715 0 0 1-5.866-12.725l20.168-23.612a6 6 0 0 1 8.558-.578l7.614 6.798a2 2 0 0 0 3.051-.47L74.2 47.92c2.357-3.968 8.124-3.9 10.387.123l23.385 41.57A8 8 0 0 1 109 93.534z" }),
13
+ React.createElement("path", { fill: "url(#e_imageai128)", d: "M109 94a8 8 0 0 1-8 8H26.715a7.715 7.715 0 0 1-5.866-12.725l20.168-23.612a6 6 0 0 1 8.558-.578l7.614 6.798a2 2 0 0 0 3.051-.47L74.2 47.92c2.357-3.968 8.124-3.9 10.387.123l23.385 41.57A8 8 0 0 1 109 93.534z" }),
14
+ React.createElement("path", { fill: "url(#f_imageai128)", d: "M33 62c-.996 0-1.737-.718-1.853-1.69-2.223-14.729-4.052-16.396-18.387-18.457-1.065-.116-1.76-.904-1.76-1.876 0-.95.695-1.69 1.76-1.853 14.404-1.922 15.84-3.82 18.387-18.457C31.31 18.695 32.051 18 33 18c.973 0 1.714.695 1.83 1.667 2.223 14.729 4.052 16.558 18.387 18.457 1.065.162 1.783.903 1.783 1.853 0 .973-.718 1.76-1.783 1.876-14.45 1.922-15.77 3.867-18.387 18.503C34.667 61.282 33.973 62 33 62" }),
15
+ React.createElement("defs", null,
16
+ React.createElement("radialGradient", { id: "a_imageai128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-56 -46.55 60.0825 -65.2324 92.5 84.9)", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" })),
18
+ React.createElement("linearGradient", { id: "b_imageai128", x1: "101.41", x2: "49.896", y1: "79.919", y2: "70.094", gradientUnits: "userSpaceOnUse" },
19
+ React.createElement("stop", { stopColor: "#97A4C1" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#B6C1D7", stopOpacity: "0" })),
21
+ React.createElement("linearGradient", { id: "c_imageai128", x1: "76.47", x2: "59.175", y1: "66.054", y2: "36.297", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#97A4C1" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#B6C1D7", stopOpacity: "0" })),
24
+ React.createElement("linearGradient", { id: "d_imageai128", x1: "90.024", x2: "74.558", y1: "67.595", y2: "23.765", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#7BC8C9", stopOpacity: ".7" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
27
+ React.createElement("linearGradient", { id: "e_imageai128", x1: "64.542", x2: "64.542", y1: "78.659", y2: "111.678", gradientUnits: "userSpaceOnUse" },
28
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
29
+ React.createElement("stop", { offset: "1", stopColor: "#7BC8C9", stopOpacity: ".5" })),
30
+ React.createElement("linearGradient", { id: "f_imageai128", x1: "28.769", x2: "52.462", y1: "40", y2: "40", gradientUnits: "userSpaceOnUse" },
31
+ React.createElement("stop", { stopColor: "#21A19A" }),
32
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8" }))));
33
+ case EIconsTheme.DARK:
34
+ return React.createElement("svg", { width: "128", height: "128", fill: "none", viewBox: "0 0 128 128", name: "ImageaiMrkIcon128", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
35
+ React.createElement("path", { fill: "url(#a_imageai128)", d: "M109 94a8 8 0 0 1-8 8H27a8 8 0 0 1-8-8V34a8 8 0 0 1 8-8h74a8 8 0 0 1 8 8z" }),
36
+ React.createElement("path", { fill: "url(#b_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
37
+ React.createElement("path", { fill: "url(#c_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
38
+ React.createElement("path", { fill: "url(#d_imageai128)", d: "M19 94a8 8 0 0 0 8 8h74a8 8 0 0 0 8-8V34a8 8 0 0 0-8-8H27a8 8 0 0 0-8 8z" }),
39
+ React.createElement("path", { fill: "#373C49", d: "M109 94a8 8 0 0 1-8 8H26.715a7.715 7.715 0 0 1-5.866-12.725l20.168-23.612a6 6 0 0 1 8.558-.578l7.614 6.798a2 2 0 0 0 3.051-.47L74.2 47.92c2.357-3.968 8.124-3.9 10.387.123l23.385 41.57A8 8 0 0 1 109 93.534z" }),
40
+ React.createElement("path", { fill: "url(#e_imageai128)", d: "M109 94a8 8 0 0 1-8 8H26.715a7.715 7.715 0 0 1-5.866-12.725l20.168-23.612a6 6 0 0 1 8.558-.578l7.614 6.798a2 2 0 0 0 3.051-.47L74.2 47.92c2.357-3.968 8.124-3.9 10.387.123l23.385 41.57A8 8 0 0 1 109 93.534z" }),
41
+ React.createElement("path", { fill: "url(#f_imageai128)", d: "M33 62c-.996 0-1.737-.718-1.853-1.69-2.223-14.729-4.052-16.396-18.387-18.457-1.065-.116-1.76-.904-1.76-1.876 0-.95.695-1.69 1.76-1.853 14.404-1.922 15.84-3.82 18.387-18.457C31.31 18.695 32.051 18 33 18c.973 0 1.714.695 1.83 1.667 2.223 14.729 4.052 16.558 18.387 18.457 1.065.162 1.783.903 1.783 1.853 0 .973-.718 1.76-1.783 1.876-14.45 1.922-15.77 3.867-18.387 18.503C34.667 61.282 33.973 62 33 62" }),
42
+ React.createElement("defs", null,
43
+ React.createElement("radialGradient", { id: "a_imageai128", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-56 -46.55 60.0825 -65.2324 92.5 84.9)", gradientUnits: "userSpaceOnUse" },
44
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" })),
45
+ React.createElement("linearGradient", { id: "b_imageai128", x1: "101.41", x2: "49.896", y1: "79.919", y2: "70.094", gradientUnits: "userSpaceOnUse" },
46
+ React.createElement("stop", { stopColor: "#40676E" }),
47
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
48
+ React.createElement("linearGradient", { id: "c_imageai128", x1: "76.47", x2: "59.175", y1: "66.054", y2: "36.297", gradientUnits: "userSpaceOnUse" },
49
+ React.createElement("stop", { stopColor: "#373C49" }),
50
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
51
+ React.createElement("linearGradient", { id: "d_imageai128", x1: "90.024", x2: "74.558", y1: "67.595", y2: "23.765", gradientUnits: "userSpaceOnUse" },
52
+ React.createElement("stop", { stopColor: "#40676E" }),
53
+ React.createElement("stop", { offset: "1", stopColor: "#40676E", stopOpacity: "0" })),
54
+ React.createElement("linearGradient", { id: "e_imageai128", x1: "64.542", x2: "64.542", y1: "83.299", y2: "109.754", gradientUnits: "userSpaceOnUse" },
55
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
56
+ React.createElement("stop", { offset: "1", stopColor: "#40676E", stopOpacity: ".6" })),
57
+ React.createElement("linearGradient", { id: "f_imageai128", x1: "28.769", x2: "58.667", y1: "40", y2: "40", gradientUnits: "userSpaceOnUse" },
58
+ React.createElement("stop", { stopColor: "#21818A" }),
59
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" }))));
60
+ }
61
+ });
62
+ export default ImageaiMrkIcon128;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMultiColorIconProps } from "./types";
3
+ declare const ImageaiMrkIcon96: React.ForwardRefExoticComponent<IMultiColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ImageaiMrkIcon96;
@@ -0,0 +1,62 @@
1
+ import React from "react";
2
+ import { useTheme, EIconsTheme } from "./ThemeProvider";
3
+ const ImageaiMrkIcon96 = 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: "ImageaiMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
8
+ React.createElement("path", { fill: "url(#a_imageai96)", d: "M82 71a6 6 0 0 1-6 6H20a6 6 0 0 1-6-6V25a6 6 0 0 1 6-6h56a6 6 0 0 1 6 6z" }),
9
+ React.createElement("path", { fill: "url(#b_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
10
+ React.createElement("path", { fill: "url(#c_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
11
+ React.createElement("path", { fill: "url(#d_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
12
+ React.createElement("path", { fill: "#D6DEED", d: "M82 70.771A6.23 6.23 0 0 1 75.771 77h-56.03a5.74 5.74 0 0 1-4.342-9.496l15.539-17.962a4 4 0 0 1 5.742-.319l5.519 5.11a2 2 0 0 0 3.07-.434l10.917-18.066c1.58-2.613 5.387-2.564 6.9.089l18.097 31.765A6.23 6.23 0 0 1 82 70.771" }),
13
+ React.createElement("path", { fill: "url(#e_imageai96)", d: "M82 70.771A6.23 6.23 0 0 1 75.771 77h-56.03a5.74 5.74 0 0 1-4.342-9.496l15.539-17.962a4 4 0 0 1 5.742-.319l5.519 5.11a2 2 0 0 0 3.07-.434l10.917-18.066c1.58-2.613 5.387-2.564 6.9.089l18.097 31.765A6.23 6.23 0 0 1 82 70.771" }),
14
+ React.createElement("path", { fill: "url(#f_imageai96)", d: "M25 46c-.724 0-1.263-.522-1.347-1.23-1.617-10.711-2.948-11.924-13.373-13.423C9.505 31.263 9 30.69 9 29.983c0-.69.505-1.23 1.28-1.347 10.476-1.398 11.52-2.78 13.373-13.423C23.77 14.505 24.31 14 25 14c.707 0 1.246.505 1.33 1.213 1.617 10.711 2.948 12.042 13.373 13.423.775.118 1.297.657 1.297 1.347 0 .707-.522 1.28-1.297 1.364-10.51 1.398-11.47 2.813-13.373 13.457C26.214 45.478 25.708 46 25 46" }),
15
+ React.createElement("defs", null,
16
+ React.createElement("radialGradient", { id: "a_imageai96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-42.3111 -35.525 45.3957 -49.7826 69.533 63.95)", gradientUnits: "userSpaceOnUse" },
17
+ React.createElement("stop", { offset: ".861", stopColor: "#D6DEED" })),
18
+ React.createElement("linearGradient", { id: "b_imageai96", x1: "76.265", x2: "37.316", y1: "60.149", y2: "52.794", gradientUnits: "userSpaceOnUse" },
19
+ React.createElement("stop", { stopColor: "#97A4C1" }),
20
+ React.createElement("stop", { offset: "1", stopColor: "#B6C1D7", stopOpacity: "0" })),
21
+ React.createElement("linearGradient", { id: "c_imageai96", x1: "57.422", x2: "44.157", y1: "49.568", y2: "26.974", gradientUnits: "userSpaceOnUse" },
22
+ React.createElement("stop", { stopColor: "#97A4C1" }),
23
+ React.createElement("stop", { offset: "1", stopColor: "#B6C1D7", stopOpacity: "0" })),
24
+ React.createElement("linearGradient", { id: "d_imageai96", x1: "67.663", x2: "55.767", y1: "50.743", y2: "17.369", gradientUnits: "userSpaceOnUse" },
25
+ React.createElement("stop", { stopColor: "#7BC8C9", stopOpacity: ".7" }),
26
+ React.createElement("stop", { offset: "1", stopColor: "#D6DEED", stopOpacity: "0" })),
27
+ React.createElement("linearGradient", { id: "e_imageai96", x1: "48.41", x2: "48.41", y1: "59.587", y2: "84.22", gradientUnits: "userSpaceOnUse" },
28
+ React.createElement("stop", { stopColor: "#D6DEED", stopOpacity: "0" }),
29
+ React.createElement("stop", { offset: "1", stopColor: "#7BC8C9", stopOpacity: ".5" })),
30
+ React.createElement("linearGradient", { id: "f_imageai96", x1: "21.923", x2: "39.154", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
31
+ React.createElement("stop", { stopColor: "#21A19A" }),
32
+ React.createElement("stop", { offset: "1", stopColor: "#50BEB8" }))));
33
+ case EIconsTheme.DARK:
34
+ return React.createElement("svg", { width: "96", height: "96", fill: "none", viewBox: "0 0 96 96", name: "ImageaiMrkIcon96", focusable: "false", "aria-hidden": "true", ...props, ref: ref },
35
+ React.createElement("path", { fill: "url(#a_imageai96)", d: "M82 71a6 6 0 0 1-6 6H20a6 6 0 0 1-6-6V25a6 6 0 0 1 6-6h56a6 6 0 0 1 6 6z" }),
36
+ React.createElement("path", { fill: "url(#b_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
37
+ React.createElement("path", { fill: "url(#c_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
38
+ React.createElement("path", { fill: "url(#d_imageai96)", d: "M14 71a6 6 0 0 0 6 6h56a6 6 0 0 0 6-6V25a6 6 0 0 0-6-6H20a6 6 0 0 0-6 6z" }),
39
+ React.createElement("path", { fill: "#373C49", d: "M82 70.771A6.23 6.23 0 0 1 75.771 77h-56.03a5.74 5.74 0 0 1-4.342-9.496l15.539-17.962a4 4 0 0 1 5.742-.319l5.519 5.11a2 2 0 0 0 3.07-.434l10.917-18.066c1.58-2.613 5.387-2.564 6.9.089l18.097 31.765A6.23 6.23 0 0 1 82 70.771" }),
40
+ React.createElement("path", { fill: "url(#e_imageai96)", d: "M82 70.771A6.23 6.23 0 0 1 75.771 77h-56.03a5.74 5.74 0 0 1-4.342-9.496l15.539-17.962a4 4 0 0 1 5.742-.319l5.519 5.11a2 2 0 0 0 3.07-.434l10.917-18.066c1.58-2.613 5.387-2.564 6.9.089l18.097 31.765A6.23 6.23 0 0 1 82 70.771" }),
41
+ React.createElement("path", { fill: "url(#f_imageai96)", d: "M25 46c-.724 0-1.263-.522-1.347-1.23-1.617-10.711-2.948-11.924-13.373-13.423C9.505 31.263 9 30.69 9 29.983c0-.69.505-1.23 1.28-1.347 10.476-1.398 11.52-2.78 13.373-13.423C23.77 14.505 24.31 14 25 14c.707 0 1.246.505 1.33 1.213 1.617 10.711 2.948 12.042 13.373 13.423.775.118 1.297.657 1.297 1.347 0 .707-.522 1.28-1.297 1.364-10.51 1.398-11.47 2.813-13.373 13.457C26.214 45.478 25.708 46 25 46" }),
42
+ React.createElement("defs", null,
43
+ React.createElement("radialGradient", { id: "a_imageai96", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-42.3111 -35.525 45.3957 -49.7826 69.533 63.95)", gradientUnits: "userSpaceOnUse" },
44
+ React.createElement("stop", { offset: ".861", stopColor: "#373C49" })),
45
+ React.createElement("linearGradient", { id: "b_imageai96", x1: "76.265", x2: "37.316", y1: "60.149", y2: "52.794", gradientUnits: "userSpaceOnUse" },
46
+ React.createElement("stop", { stopColor: "#40676E" }),
47
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
48
+ React.createElement("linearGradient", { id: "c_imageai96", x1: "57.422", x2: "44.157", y1: "49.568", y2: "26.974", gradientUnits: "userSpaceOnUse" },
49
+ React.createElement("stop", { stopColor: "#373C49" }),
50
+ React.createElement("stop", { offset: "1", stopColor: "#373C49", stopOpacity: "0" })),
51
+ React.createElement("linearGradient", { id: "d_imageai96", x1: "67.662", x2: "55.767", y1: "50.743", y2: "17.369", gradientUnits: "userSpaceOnUse" },
52
+ React.createElement("stop", { stopColor: "#40676E" }),
53
+ React.createElement("stop", { offset: "1", stopColor: "#40676E", stopOpacity: "0" })),
54
+ React.createElement("linearGradient", { id: "e_imageai96", x1: "48.41", x2: "48.41", y1: "61.172", y2: "83.563", gradientUnits: "userSpaceOnUse" },
55
+ React.createElement("stop", { stopColor: "#373C49", stopOpacity: "0" }),
56
+ React.createElement("stop", { offset: "1", stopColor: "#40676E", stopOpacity: ".6" })),
57
+ React.createElement("linearGradient", { id: "f_imageai96", x1: "21.923", x2: "43.667", y1: "30", y2: "30", gradientUnits: "userSpaceOnUse" },
58
+ React.createElement("stop", { stopColor: "#21818A" }),
59
+ React.createElement("stop", { offset: "1", stopColor: "#4BA3A1" }))));
60
+ }
61
+ });
62
+ export default ImageaiMrkIcon96;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PromptslistStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PromptslistStrokeSrvIcon20;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PromptslistStrokeSrvIcon20 = 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: "PromptslistStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 2c.13 0 .27.01.4.04.07.02.14.04.2.07.1.04.2.08.28.14.09.05.17.11.25.18.06.06.11.12.16.18.08.09.14.19.2.3.02.06.05.11.07.16.04.13.08.26.1.4.1.7.2 1.28.29 1.74.1.51.21.95.32 1.31s.24.66.37.9c.12.23.27.43.42.59.16.15.35.29.58.41.23.13.53.25.87.35.35.11.77.21 1.27.3.45.08 1.02.16 1.7.26.32.04.59.15.82.32q.135.09.24.21c.09.08.16.17.22.27l.12.24c.03.08.05.16.07.24.03.12.05.25.05.38a1.73 1.73 0 0 1-.26.89c-.05.09-.11.17-.18.25-.06.06-.12.11-.18.16-.1.08-.21.15-.32.21-.04.02-.09.04-.13.05-.15.06-.3.1-.46.12-.67.09-1.24.17-1.69.26q-.75.135-1.26.3c-.34.1-.62.22-.85.35-.22.12-.4.26-.56.42-.15.16-.29.35-.41.59-.14.24-.26.55-.37.91-.12.36-.23.8-.34 1.32-.1.44-.21 1.03-.34 1.76-.04.23-.12.43-.23.62q-.12.195-.3.36c-.08.07-.16.14-.25.19s-.17.1-.27.13c-.06.03-.12.05-.19.06-.13.04-.27.06-.41.06s-.28-.02-.41-.05c-.07-.02-.14-.04-.2-.07-.1-.04-.2-.08-.28-.14a1.4 1.4 0 0 1-.25-.18c-.06-.06-.11-.12-.16-.18a1.6 1.6 0 0 1-.2-.3c-.02-.06-.05-.11-.07-.16-.04-.13-.08-.26-.1-.4-.1-.7-.2-1.28-.29-1.74-.1-.51-.21-.94-.32-1.3-.11-.35-.23-.65-.37-.89-.12-.23-.26-.42-.42-.58q-.24-.24-.57-.42a5.4 5.4 0 0 0-.88-.35c-.35-.11-.78-.21-1.28-.3-.44-.09-1.01-.18-1.69-.28-.16-.01-.31-.05-.45-.11a.7.7 0 0 1-.13-.05c-.11-.06-.22-.13-.32-.21-.06-.05-.12-.1-.18-.16a1.4 1.4 0 0 1-.18-.25c-.06-.09-.1-.18-.14-.28-.03-.07-.05-.14-.07-.22-.03-.13-.04-.26-.04-.39s.01-.26.04-.38c.02-.08.04-.16.07-.24l.12-.24c.06-.1.13-.19.22-.27.09-.1.2-.19.31-.27.21-.13.45-.22.72-.26.7-.1 1.28-.18 1.73-.27.49-.09.92-.19 1.26-.29.34-.11.62-.23.86-.36.21-.12.4-.25.55-.41.16-.16.3-.36.42-.59.14-.25.26-.55.37-.91.12-.35.23-.79.34-1.31.09-.45.2-1.03.33-1.75.01-.1.04-.19.07-.28s.07-.18.11-.26c.06-.12.13-.22.21-.32l.15-.15c.08-.08.17-.14.26-.2.08-.05.16-.09.25-.12.08-.03.16-.06.24-.08.12-.02.24-.03.37-.03m-.01 3.6c-.13.58-.28 1.09-.41 1.5q-.225.72-.51 1.26c-.22.39-.47.74-.75 1.03-.29.3-.63.56-1.02.77-.36.2-.77.37-1.24.52-.39.11-.83.22-1.34.32.51.1.96.21 1.34.33.47.14.89.31 1.25.5.39.22.73.47 1.03.76.29.3.55.64.77 1.03.19.36.37.78.52 1.26.13.43.27 1.01.39 1.6.12-.59.27-1.17.4-1.58.15-.48.32-.9.51-1.25.21-.4.46-.75.75-1.04.29-.3.62-.56 1.01-.78.35-.2.77-.37 1.24-.51.37-.12.8-.22 1.3-.32-.49-.1-.92-.2-1.3-.31-.47-.14-.89-.31-1.25-.51-.39-.21-.74-.47-1.03-.76-.3-.3-.55-.64-.77-1.04a7.3 7.3 0 0 1-.52-1.27c-.13-.42-.25-.93-.37-1.51", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M15.473.4c.15-.533.904-.533 1.054 0l.591 2.103a.55.55 0 0 0 .38.379l2.103.59c.532.15.532.905 0 1.055l-2.104.591a.55.55 0 0 0-.379.379l-.59 2.104c-.15.532-.905.532-1.055 0l-.591-2.104a.55.55 0 0 0-.38-.379l-2.103-.59c-.532-.15-.532-.905 0-1.055l2.104-.591a.55.55 0 0 0 .379-.38z" }));
9
+ });
10
+ export default PromptslistStrokeSrvIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PromptslistStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PromptslistStrokeSrvIcon24;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PromptslistStrokeSrvIcon24 = 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: "PromptslistStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11 4c.13 0 .27.01.4.04.07.02.14.04.2.07.1.04.2.08.28.14.09.05.17.11.25.18.06.06.11.12.16.18.08.09.14.19.2.3.02.06.05.11.07.16.04.13.08.26.1.4.1.7.2 1.28.29 1.74.1.51.21.95.32 1.31s.24.66.37.9c.12.23.27.43.42.59.16.15.35.29.58.41.23.13.53.25.87.35.35.11.77.21 1.27.3.45.08 1.02.16 1.7.26.32.04.59.15.82.32q.135.09.24.21c.09.08.16.17.22.27l.12.24c.03.08.05.16.07.24.03.12.05.25.05.38a1.73 1.73 0 0 1-.26.89c-.05.09-.11.17-.18.25-.06.06-.12.11-.18.16-.1.08-.21.15-.32.21-.04.02-.09.04-.13.05-.15.06-.3.1-.46.12-.67.09-1.24.17-1.69.26q-.75.135-1.26.3c-.34.1-.62.22-.85.35-.22.12-.4.26-.56.42-.15.16-.29.35-.41.59-.14.24-.26.55-.37.91-.12.36-.23.8-.34 1.32-.1.44-.21 1.03-.34 1.76-.04.23-.12.43-.23.62q-.12.195-.3.36c-.08.07-.16.14-.25.19s-.17.1-.27.13c-.06.03-.12.05-.19.06-.13.04-.27.06-.41.06s-.28-.02-.41-.05c-.07-.02-.14-.04-.2-.07-.1-.04-.2-.08-.28-.14-.09-.05-.17-.11-.25-.18-.06-.06-.11-.12-.16-.18a1.6 1.6 0 0 1-.2-.3c-.02-.06-.05-.11-.07-.16-.04-.13-.08-.26-.1-.4-.1-.7-.2-1.28-.29-1.74-.1-.51-.21-.94-.32-1.3-.11-.35-.23-.65-.37-.89-.12-.23-.26-.42-.42-.58q-.24-.24-.57-.42a5.4 5.4 0 0 0-.88-.35c-.35-.11-.78-.21-1.28-.3-.44-.09-1.01-.18-1.69-.28-.16-.01-.31-.05-.45-.11a.7.7 0 0 1-.13-.05c-.11-.06-.22-.13-.32-.21-.06-.05-.12-.1-.18-.16a1.4 1.4 0 0 1-.18-.25c-.06-.09-.1-.18-.14-.28-.03-.07-.05-.14-.07-.22-.03-.13-.04-.26-.04-.39s.01-.26.04-.38c.02-.08.04-.16.07-.24l.12-.24c.06-.1.13-.19.22-.27.09-.1.2-.19.31-.27.21-.13.45-.22.72-.26.7-.1 1.28-.18 1.73-.27.49-.09.92-.19 1.26-.29.34-.11.62-.23.86-.36.21-.12.4-.25.55-.41.16-.16.3-.36.42-.59.14-.25.26-.55.37-.91.12-.35.23-.79.34-1.31.09-.45.2-1.03.33-1.75.01-.1.04-.19.07-.28s.07-.18.11-.26c.06-.12.13-.22.21-.32l.15-.15c.08-.08.17-.14.26-.2.08-.05.16-.09.25-.12.08-.03.16-.06.24-.08.12-.02.24-.03.37-.03m-.01 3.6c-.13.58-.28 1.09-.41 1.5q-.225.72-.51 1.26c-.22.39-.47.74-.75 1.03-.29.3-.63.56-1.02.77-.36.2-.77.37-1.24.52-.39.11-.83.22-1.34.32.51.1.96.21 1.34.33.47.14.89.31 1.25.5.39.22.73.47 1.03.76.29.3.55.64.77 1.03.19.36.37.78.52 1.26.13.43.27 1.01.39 1.6.12-.59.27-1.17.4-1.58.15-.48.32-.9.51-1.25.21-.4.46-.75.75-1.04.29-.3.62-.56 1.01-.78.35-.2.77-.37 1.24-.51.37-.12.8-.22 1.3-.32-.49-.1-.92-.2-1.3-.31-.47-.14-.89-.31-1.25-.51-.39-.21-.74-.47-1.03-.76-.3-.3-.55-.64-.77-1.04-.19-.36-.37-.78-.52-1.27-.13-.42-.25-.93-.37-1.51", clipRule: "evenodd" }),
8
+ React.createElement("path", { className: pathClassName, d: "M17.473 2.4c.15-.533.904-.533 1.054 0l.591 2.103a.55.55 0 0 0 .38.379l2.103.59c.532.15.532.905 0 1.055l-2.104.591a.55.55 0 0 0-.379.379l-.59 2.104c-.15.532-.905.532-1.055 0l-.591-2.104a.55.55 0 0 0-.38-.379l-2.103-.59c-.532-.15-.532-.905 0-1.055l2.104-.591a.55.55 0 0 0 .379-.38z" }));
9
+ });
10
+ export default PromptslistStrokeSrvIcon24;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const PromptslistStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default PromptslistStrokeSrvIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const PromptslistStrokeSrvIcon32 = 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: "PromptslistStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M23.2 13.08a1 1 0 0 1-.07-.29c-.12-.75-.23-1.3-.33-1.64-.1-.31-.21-.52-.34-.65-.13-.12-.34-.23-.63-.32-.33-.1-.87-.21-1.61-.31-.11-.02-.21-.04-.31-.08-.05-.02-.1-.04-.14-.06-.09-.04-.18-.09-.25-.15-.06-.05-.11-.1-.16-.15a3 3 0 0 1-.16-.2c-.04-.08-.08-.16-.11-.24a.7.7 0 0 1-.06-.2 1.5 1.5 0 0 1 0-.59c.01-.08.03-.15.06-.22s.07-.14.11-.21c.05-.08.1-.15.17-.22.09-.09.18-.17.29-.23.16-.1.34-.16.54-.19.75-.11 1.29-.21 1.62-.31.29-.08.49-.19.61-.32.13-.13.24-.35.34-.67.11-.33.23-.88.36-1.66a1.47 1.47 0 0 1 .44-.81c.07-.07.14-.12.21-.17.07-.04.14-.07.21-.1s.15-.05.22-.07C24.3 3 24.4 3 24.5 3q.15 0 .3.03c.07.01.13.03.2.06.08.03.15.07.23.11.07.05.13.1.2.16.05.05.1.1.14.15.06.08.11.16.16.24.02.06.04.11.06.16.04.09.06.19.07.29.12.76.23 1.3.33 1.65.1.31.21.52.34.65q.195.195.63.33c.33.1.87.19 1.61.29.24.04.45.12.64.25.07.05.15.11.21.18.07.07.12.14.17.22.04.07.08.14.11.21s.05.14.06.22c.02.09.04.19.04.29s-.02.2-.04.3c-.01.07-.03.14-.06.2-.03.08-.07.16-.11.24-.05.07-.1.13-.16.2-.05.05-.1.1-.16.15-.07.06-.16.11-.25.15-.04.02-.09.04-.14.06-.1.04-.21.07-.33.08-.72.1-1.25.2-1.58.3-.28.08-.48.19-.61.32-.12.13-.24.35-.34.67-.1.33-.22.89-.36 1.67-.03.18-.09.34-.17.48q-.105.18-.27.33c-.06.05-.13.11-.2.15s-.15.08-.22.11c-.07.02-.13.04-.19.06-.1.02-.21.04-.31.04-.11 0-.21-.02-.31-.04a.6.6 0 0 1-.19-.06c-.09-.03-.16-.07-.24-.11a3 3 0 0 1-.2-.16c-.05-.05-.1-.1-.14-.15-.06-.08-.11-.16-.16-.24-.02-.06-.04-.11-.06-.16M11.62 27.33c.08.56.27.98.59 1.26.31.27.74.41 1.29.41.51 0 .91-.13 1.22-.38.33-.27.54-.68.64-1.23.6-3.35 1.27-5.41 2.01-6.17.77-.81 2.74-1.42 5.9-1.84q.885-.105 1.32-.6c.27-.31.41-.75.41-1.29 0-.49-.12-.89-.36-1.19-.29-.36-.74-.59-1.36-.69-3.19-.42-5.19-1.03-5.98-1.82-.79-.8-1.44-2.84-1.93-6.13-.08-.56-.27-.98-.59-1.26-.31-.27-.74-.4-1.28-.4-.51 0-.92.12-1.23.37-.33.27-.55.69-.64 1.26-.58 3.33-1.24 5.38-1.99 6.15-.78.8-2.77 1.41-5.96 1.84q-.9.135-1.32.66c-.24.3-.36.71-.36 1.21 0 .54.13.98.4 1.29.29.33.72.53 1.31.6 3.21.46 5.2 1.07 5.98 1.85.8.79 1.44 2.83 1.93 6.1M24.64 9.78c-.05.08-.09.17-.13.26-.17-.38-.38-.7-.64-.96-.23-.23-.51-.42-.85-.58.33-.17.61-.36.84-.6.19-.2.36-.42.5-.68.04-.08.08-.16.12-.25.17.38.38.69.64.95.23.23.51.42.84.58-.33.16-.61.36-.83.6-.19.19-.36.42-.49.68M13.51 26.42c.65-3.4 1.45-5.59 2.42-6.59 1.02-1.06 3.15-1.84 6.38-2.33-3.24-.49-5.39-1.25-6.42-2.3-1.04-1.04-1.84-3.24-2.4-6.61-.63 3.38-1.44 5.58-2.42 6.58-1.03 1.06-3.17 1.84-6.42 2.33q4.92.78 6.45 2.31c1.05 1.04 1.85 3.25 2.41 6.61", clipRule: "evenodd" }));
8
+ });
9
+ export default PromptslistStrokeSrvIcon32;
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use PromptslistStrokeSrvIcon20 instead. */
3
4
  declare const PromstlistStrokeSrvIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default PromstlistStrokeSrvIcon20;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use PromptslistStrokeSrvIcon20 instead. */
4
5
  const PromstlistStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "PromstlistStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use PromptslistStrokeSrvIcon24 instead. */
3
4
  declare const PromstlistStrokeSrvIcon24: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default PromstlistStrokeSrvIcon24;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use PromptslistStrokeSrvIcon24 instead. */
4
5
  const PromstlistStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "PromstlistStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
2
  import { ISingleColorIconProps } from "./types";
3
+ /** @deprecated use PromptslistStrokeSrvIcon32 instead. */
3
4
  declare const PromstlistStrokeSrvIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
5
  export default PromstlistStrokeSrvIcon32;
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { useTheme } from "./ThemeProvider";
3
3
  import getPathClassName from "./utils/getPathClassName";
4
+ /** @deprecated use PromptslistStrokeSrvIcon32 instead. */
4
5
  const PromstlistStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
5
6
  const pathClassName = getPathClassName(paletteIndex, useTheme());
6
7
  return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "PromstlistStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const RabotaruStrokePrdIcon20: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default RabotaruStrokePrdIcon20;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const RabotaruStrokePrdIcon20 = 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: "RabotaruStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0a8 8 0 1 1-6 13.288V19a1 1 0 1 1-2 0V8a8 8 0 0 1 8-8m0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12", clipRule: "evenodd" }));
8
+ });
9
+ export default RabotaruStrokePrdIcon20;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISingleColorIconProps } from "./types";
3
+ declare const RabotaruStrokePrdIcon32: React.ForwardRefExoticComponent<ISingleColorIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default RabotaruStrokePrdIcon32;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { useTheme } from "./ThemeProvider";
3
+ import getPathClassName from "./utils/getPathClassName";
4
+ const RabotaruStrokePrdIcon32 = 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: "RabotaruStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
7
+ React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 4c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.98 9.98 0 0 1-8-4v8a1 1 0 1 1-2 0V14C6 8.477 10.477 4 16 4m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16", clipRule: "evenodd" }));
8
+ });
9
+ export default RabotaruStrokePrdIcon32;