@ozen-ui/icons 0.69.0 → 0.71.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 (78) hide show
  1. package/custodial_wallet_m_icon.svg +24 -0
  2. package/custodial_wallet_s_icon.svg +24 -0
  3. package/dist/cjs/CustodialWalletIcon/CustodialWalletIcon.d.ts +3 -0
  4. package/dist/cjs/CustodialWalletIcon/CustodialWalletIcon.js +19 -0
  5. package/dist/cjs/CustodialWalletIcon/CustodialWalletMIcon.d.ts +2 -0
  6. package/dist/cjs/CustodialWalletIcon/CustodialWalletMIcon.js +10 -0
  7. package/dist/cjs/CustodialWalletIcon/CustodialWalletSIcon.d.ts +2 -0
  8. package/dist/cjs/CustodialWalletIcon/CustodialWalletSIcon.js +10 -0
  9. package/dist/cjs/CustodialWalletIcon/index.d.ts +1 -0
  10. package/dist/cjs/CustodialWalletIcon/index.js +5 -0
  11. package/dist/cjs/LoadingFailedIcon/LoadingFailedIcon.d.ts +3 -0
  12. package/dist/cjs/LoadingFailedIcon/LoadingFailedIcon.js +19 -0
  13. package/dist/cjs/LoadingFailedIcon/LoadingFailedMIcon.d.ts +2 -0
  14. package/dist/cjs/LoadingFailedIcon/LoadingFailedMIcon.js +9 -0
  15. package/dist/cjs/LoadingFailedIcon/LoadingFailedSIcon.d.ts +2 -0
  16. package/dist/cjs/LoadingFailedIcon/LoadingFailedSIcon.js +9 -0
  17. package/dist/cjs/LoadingFailedIcon/index.d.ts +1 -0
  18. package/dist/cjs/LoadingFailedIcon/index.js +5 -0
  19. package/dist/cjs/ReplyIcon/ReplyIcon.d.ts +3 -0
  20. package/dist/cjs/ReplyIcon/ReplyIcon.js +19 -0
  21. package/dist/cjs/ReplyIcon/ReplyMIcon.d.ts +2 -0
  22. package/dist/cjs/ReplyIcon/ReplyMIcon.js +8 -0
  23. package/dist/cjs/ReplyIcon/ReplySIcon.d.ts +2 -0
  24. package/dist/cjs/ReplyIcon/ReplySIcon.js +8 -0
  25. package/dist/cjs/ReplyIcon/index.d.ts +1 -0
  26. package/dist/cjs/ReplyIcon/index.js +5 -0
  27. package/dist/cjs/TaxesIcon/TaxesIcon.d.ts +3 -0
  28. package/dist/cjs/TaxesIcon/TaxesIcon.js +19 -0
  29. package/dist/cjs/TaxesIcon/TaxesMIcon.d.ts +2 -0
  30. package/dist/cjs/TaxesIcon/TaxesMIcon.js +8 -0
  31. package/dist/cjs/TaxesIcon/TaxesSIcon.d.ts +2 -0
  32. package/dist/cjs/TaxesIcon/TaxesSIcon.js +8 -0
  33. package/dist/cjs/TaxesIcon/index.d.ts +1 -0
  34. package/dist/cjs/TaxesIcon/index.js +5 -0
  35. package/dist/cjs/index.d.ts +4 -0
  36. package/dist/cjs/index.js +15 -7
  37. package/dist/esm/CustodialWalletIcon/CustodialWalletIcon.d.ts +3 -0
  38. package/dist/esm/CustodialWalletIcon/CustodialWalletIcon.js +16 -0
  39. package/dist/esm/CustodialWalletIcon/CustodialWalletMIcon.d.ts +2 -0
  40. package/dist/esm/CustodialWalletIcon/CustodialWalletMIcon.js +7 -0
  41. package/dist/esm/CustodialWalletIcon/CustodialWalletSIcon.d.ts +2 -0
  42. package/dist/esm/CustodialWalletIcon/CustodialWalletSIcon.js +7 -0
  43. package/dist/esm/CustodialWalletIcon/index.d.ts +1 -0
  44. package/dist/esm/CustodialWalletIcon/index.js +1 -0
  45. package/dist/esm/LoadingFailedIcon/LoadingFailedIcon.d.ts +3 -0
  46. package/dist/esm/LoadingFailedIcon/LoadingFailedIcon.js +16 -0
  47. package/dist/esm/LoadingFailedIcon/LoadingFailedMIcon.d.ts +2 -0
  48. package/dist/esm/LoadingFailedIcon/LoadingFailedMIcon.js +6 -0
  49. package/dist/esm/LoadingFailedIcon/LoadingFailedSIcon.d.ts +2 -0
  50. package/dist/esm/LoadingFailedIcon/LoadingFailedSIcon.js +6 -0
  51. package/dist/esm/LoadingFailedIcon/index.d.ts +1 -0
  52. package/dist/esm/LoadingFailedIcon/index.js +1 -0
  53. package/dist/esm/ReplyIcon/ReplyIcon.d.ts +3 -0
  54. package/dist/esm/ReplyIcon/ReplyIcon.js +16 -0
  55. package/dist/esm/ReplyIcon/ReplyMIcon.d.ts +2 -0
  56. package/dist/esm/ReplyIcon/ReplyMIcon.js +5 -0
  57. package/dist/esm/ReplyIcon/ReplySIcon.d.ts +2 -0
  58. package/dist/esm/ReplyIcon/ReplySIcon.js +5 -0
  59. package/dist/esm/ReplyIcon/index.d.ts +1 -0
  60. package/dist/esm/ReplyIcon/index.js +1 -0
  61. package/dist/esm/TaxesIcon/TaxesIcon.d.ts +3 -0
  62. package/dist/esm/TaxesIcon/TaxesIcon.js +16 -0
  63. package/dist/esm/TaxesIcon/TaxesMIcon.d.ts +2 -0
  64. package/dist/esm/TaxesIcon/TaxesMIcon.js +5 -0
  65. package/dist/esm/TaxesIcon/TaxesSIcon.d.ts +2 -0
  66. package/dist/esm/TaxesIcon/TaxesSIcon.js +5 -0
  67. package/dist/esm/TaxesIcon/index.d.ts +1 -0
  68. package/dist/esm/TaxesIcon/index.js +1 -0
  69. package/dist/esm/index.d.ts +4 -0
  70. package/dist/esm/index.js +4 -0
  71. package/loading_failed_m_icon.svg +20 -0
  72. package/loading_failed_s_icon.svg +20 -0
  73. package/manifest.json +32 -0
  74. package/package.json +2 -2
  75. package/reply_m_icon.svg +14 -0
  76. package/reply_s_icon.svg +14 -0
  77. package/taxes_m_icon.svg +14 -0
  78. package/taxes_s_icon.svg +14 -0
@@ -0,0 +1,24 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M17.25 13.5a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M12 17.25a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ d="M12.24 2.025a1.25 1.25 0 0 0-.635.04l-6.75 2.002C4.357 4.263 4 4.7 4 5.254l-.002 8.188.005.292c.106 3.014 2.599 5.714 5.307 7.069l2.132 1.067.135.057c.32.116.675.097.983-.058l1.27-.636a5.3 5.3 0 0 1-1.014-1.171L12 20.47l-2.02-1.01-.233-.123c-2.152-1.184-4.249-3.423-4.249-5.895L5.5 5.434 12 3.517l6.502 1.915-.002 6.718a5.2 5.2 0 0 1 1.5.627l.002-7.525c-.028-.535-.33-1.012-.855-1.187l-6.752-2z"
17
+ />
18
+ <path
19
+ fill="currentColor"
20
+ fill-rule="evenodd"
21
+ d="M14.53 8.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 1 1 1.06-1.06l.97.97 1.97-1.97a.75.75 0 0 1 1.06 0"
22
+ clip-rule="evenodd"
23
+ />
24
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M12.25 10a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.5 12.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ d="m8.347 1.052-.12-.03-.013-.003a1.2 1.2 0 0 0-.565.034L2.764 3l-.009.003C2.327 3.162 2 3.526 2 4v4.979l.004.202v.004c.08 2.152 1.96 4.04 3.955 4.979l1.54.725.11.044.011.004c.287.098.606.082.882-.048l.768-.362a3.7 3.7 0 0 1-.64-1.296l-.63.296-1.36-.64-.166-.082c-.754-.39-1.497-.954-2.05-1.62s-.906-1.425-.906-2.206V4.275L8 2.446l4.48 1.828v4.233c.546.033 1.06.183 1.518.425V3.988a1.08 1.08 0 0 0-.766-.99z"
17
+ />
18
+ <path
19
+ fill="currentColor"
20
+ fill-rule="evenodd"
21
+ d="M9.78 5.97a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47.97-.97a.75.75 0 0 1 1.06 0"
22
+ clip-rule="evenodd"
23
+ />
24
+ </svg>
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CustodialWalletIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustodialWalletIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var CustodialWalletMIcon_1 = require("./CustodialWalletMIcon");
7
+ var CustodialWalletSIcon_1 = require("./CustodialWalletSIcon");
8
+ exports.CustodialWalletIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(CustodialWalletSIcon_1.CustodialWalletSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(CustodialWalletMIcon_1.CustodialWalletMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(CustodialWalletMIcon_1.CustodialWalletMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.CustodialWalletIcon.displayName = 'CustodialWalletIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CustodialWalletMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustodialWalletMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CustodialWalletMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.25 13.5a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M12 17.25a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M12.24 2.025a1.25 1.25 0 0 0-.635.04l-6.75 2.002C4.357 4.263 4 4.7 4 5.254l-.002 8.188.005.292c.106 3.014 2.599 5.714 5.307 7.069l2.132 1.067.135.057c.32.116.675.097.983-.058l1.27-.636a5.3 5.3 0 0 1-1.014-1.171L12 20.47l-2.02-1.01-.233-.123c-2.152-1.184-4.249-3.423-4.249-5.895L5.5 5.434 12 3.517l6.502 1.915-.002 6.718a5.2 5.2 0 0 1 1.5.627l.002-7.525c-.028-.535-.33-1.012-.855-1.187l-6.752-2z" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.53 8.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 1 1 1.06-1.06l.97.97 1.97-1.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
10
+ exports.CustodialWalletMIcon.displayName = 'CustodialWalletMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CustodialWalletSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustodialWalletSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.CustodialWalletSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.25 10a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.5 12.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "m8.347 1.052-.12-.03-.013-.003a1.2 1.2 0 0 0-.565.034L2.764 3l-.009.003C2.327 3.162 2 3.526 2 4v4.979l.004.202v.004c.08 2.152 1.96 4.04 3.955 4.979l1.54.725.11.044.011.004c.287.098.606.082.882-.048l.768-.362a3.7 3.7 0 0 1-.64-1.296l-.63.296-1.36-.64-.166-.082c-.754-.39-1.497-.954-2.05-1.62s-.906-1.425-.906-2.206V4.275L8 2.446l4.48 1.828v4.233c.546.033 1.06.183 1.518.425V3.988a1.08 1.08 0 0 0-.766-.99z" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.78 5.97a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47.97-.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
10
+ exports.CustodialWalletSIcon.displayName = 'CustodialWalletSIcon';
@@ -0,0 +1 @@
1
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustodialWalletIcon = void 0;
4
+ var CustodialWalletIcon_1 = require("./CustodialWalletIcon");
5
+ Object.defineProperty(exports, "CustodialWalletIcon", { enumerable: true, get: function () { return CustodialWalletIcon_1.CustodialWalletIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const LoadingFailedIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LoadingFailedIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var LoadingFailedMIcon_1 = require("./LoadingFailedMIcon");
7
+ var LoadingFailedSIcon_1 = require("./LoadingFailedSIcon");
8
+ exports.LoadingFailedIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(LoadingFailedSIcon_1.LoadingFailedSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(LoadingFailedMIcon_1.LoadingFailedMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(LoadingFailedMIcon_1.LoadingFailedMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.LoadingFailedIcon.displayName = 'LoadingFailedIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LoadingFailedMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LoadingFailedMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.LoadingFailedMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 3.5H7c-.325 0-.64.132-.877.375a1.34 1.34 0 0 0-.373.93v14.39c0 .352.137.687.373.93s.552.375.877.375h10c.325 0 .64-.132.877-.375.236-.243.373-.578.373-.93V8.367H15c-.458 0-.9-.176-1.23-.497a1.7 1.7 0 0 1-.52-1.226zm1.5 1.027 2.405 2.341H15a.26.26 0 0 1-.184-.072.2.2 0 0 1-.066-.151zM7 2h7a.75.75 0 0 1 .523.213l5 4.868a.75.75 0 0 1 .227.537v11.576c0 .738-.285 1.45-.798 1.977A2.72 2.72 0 0 1 17 22H7c-.736 0-1.438-.3-1.952-.829a2.84 2.84 0 0 1-.798-1.977V4.806c0-.738.285-1.45.798-1.977A2.72 2.72 0 0 1 7 2m2.25 12.056a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H10a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H14a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 17.787a2.53 2.53 0 0 0-1.446.454.75.75 0 0 1-.858-1.232 4.03 4.03 0 0 1 4.608 0 .75.75 0 0 1-.858 1.232A2.53 2.53 0 0 0 12 17.787", clipRule: "evenodd" }))); });
9
+ exports.LoadingFailedMIcon.displayName = 'LoadingFailedMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LoadingFailedSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LoadingFailedSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.LoadingFailedSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.071 1.5a.8.8 0 0 0-.574.246.88.88 0 0 0-.247.615V13.64c0 .234.091.455.247.615s.363.246.574.246h7.858a.8.8 0 0 0 .574-.246.88.88 0 0 0 .247-.615V5.528h-2.393c-.413 0-.806-.169-1.092-.462a1.57 1.57 0 0 1-.444-1.094V1.5zm6.25 1.093 1.4 1.435h-1.364q-.005.002-.018-.01a.07.07 0 0 1-.018-.046zM2.423.698A2.3 2.3 0 0 1 4.071 0h5.5a.75.75 0 0 1 .537.226l3.929 4.028a.75.75 0 0 1 .213.524v8.86c0 .621-.24 1.22-.673 1.664a2.3 2.3 0 0 1-1.648.698H4.07a2.3 2.3 0 0 1-1.648-.698 2.38 2.38 0 0 1-.673-1.663V2.36c0-.62.24-1.219.673-1.663M5.68 9.611a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 0 1.5H6.43a.75.75 0 0 1-.75-.75m3.142 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 12.108c-.294 0-.58.09-.821.258a.75.75 0 1 1-.858-1.232 2.94 2.94 0 0 1 3.358 0 .75.75 0 0 1-.858 1.232A1.44 1.44 0 0 0 8 12.108", clipRule: "evenodd" }))); });
9
+ exports.LoadingFailedSIcon.displayName = 'LoadingFailedSIcon';
@@ -0,0 +1 @@
1
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LoadingFailedIcon = void 0;
4
+ var LoadingFailedIcon_1 = require("./LoadingFailedIcon");
5
+ Object.defineProperty(exports, "LoadingFailedIcon", { enumerable: true, get: function () { return LoadingFailedIcon_1.LoadingFailedIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ReplyIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReplyIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var ReplyMIcon_1 = require("./ReplyMIcon");
7
+ var ReplySIcon_1 = require("./ReplySIcon");
8
+ exports.ReplyIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(ReplySIcon_1.ReplySIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(ReplyMIcon_1.ReplyMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(ReplyMIcon_1.ReplyMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.ReplyIcon.displayName = 'ReplyIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ReplyMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReplyMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ReplyMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.654 4.255c0-1.135-1.361-1.685-2.122-.857l-6.2 6.75a1.27 1.27 0 0 0 0 1.714l6.2 6.75c.76.829 2.122.28 2.122-.856v-2.977c1.772.075 3.322.436 4.683 1.203 1.54.868 2.904 2.293 4.072 4.564.38.737 1.533.547 1.573-.357.17-3.815-.887-7.055-2.872-9.35-1.841-2.129-4.437-3.394-7.456-3.57zm-1.473.634v3.109c0 .424.339.753.738.753 2.943 0 5.4 1.132 7.087 3.083 1.291 1.493 2.162 3.502 2.432 5.924-.995-1.368-2.123-2.379-3.389-3.092-1.834-1.034-3.893-1.406-6.13-1.406-.4 0-.738.33-.738.753v3.11l-5.617-6.118z", clipRule: "evenodd" }))); });
8
+ exports.ReplyMIcon.displayName = 'ReplyMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ReplySIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReplySIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ReplySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.655 3.93v1.434c0 .461.363.825.805.85 3.335.184 5.934 2.757 5.934 6.086l-.001.113c-1.08-1.88-3.078-3.283-5.414-3.283a6 6 0 0 0-.55.024.85.85 0 0 0-.774.846v2.18L2.623 8.148a.13.13 0 0 1 0-.185zm1.5-.747c0-1.06-1.282-1.592-2.032-.842L1.562 6.902a1.63 1.63 0 0 0 0 2.306l4.561 4.562c.75.75 2.032.218 2.032-.842v-2.294c2.006.083 3.748 1.591 4.368 3.491.162.496.602.767 1.015.804.438.039.995-.194 1.143-.811.14-.584.213-1.193.213-1.818 0-3.971-2.956-7.034-6.739-7.527z", clipRule: "evenodd" }))); });
8
+ exports.ReplySIcon.displayName = 'ReplySIcon';
@@ -0,0 +1 @@
1
+ export { ReplyIcon } from './ReplyIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReplyIcon = void 0;
4
+ var ReplyIcon_1 = require("./ReplyIcon");
5
+ Object.defineProperty(exports, "ReplyIcon", { enumerable: true, get: function () { return ReplyIcon_1.ReplyIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const TaxesIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaxesIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var TaxesMIcon_1 = require("./TaxesMIcon");
7
+ var TaxesSIcon_1 = require("./TaxesSIcon");
8
+ exports.TaxesIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(TaxesSIcon_1.TaxesSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(TaxesMIcon_1.TaxesMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(TaxesMIcon_1.TaxesMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.TaxesIcon.displayName = 'TaxesIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const TaxesMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaxesMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.TaxesMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 4c0-.966.784-1.75 1.75-1.75h9a.75.75 0 0 1 .53.22l6 6c.141.14.22.331.22.53v2a.75.75 0 0 1-1.5 0V9.75H15A1.75 1.75 0 0 1 13.25 8V3.75H5a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h5a.75.75 0 0 1 0 1.5H5A1.75 1.75 0 0 1 3.25 20zm11.5.81 3.44 3.44H15a.25.25 0 0 1-.25-.25zM16 12.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M10.25 17a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0m3.5-2a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m0 1.667a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.75V20a.75.75 0 0 1-1.5 0v-2.583h-.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
8
+ exports.TaxesMIcon.displayName = 'TaxesMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const TaxesSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaxesSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.TaxesSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H6.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89zM7.25 9A.75.75 0 0 1 8 8.25h4a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 9m0 1.791a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-1.25V14.5a.75.75 0 0 1-1.5 0v-2.959H8a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
8
+ exports.TaxesSIcon.displayName = 'TaxesSIcon';
@@ -0,0 +1 @@
1
+ export { TaxesIcon } from './TaxesIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaxesIcon = void 0;
4
+ var TaxesIcon_1 = require("./TaxesIcon");
5
+ Object.defineProperty(exports, "TaxesIcon", { enumerable: true, get: function () { return TaxesIcon_1.TaxesIcon; } });
@@ -382,6 +382,7 @@ export { DeviceErrorIcon } from './DeviceErrorIcon';
382
382
  export { SquareMetersIcon } from './SquareMetersIcon';
383
383
  export { PercentIcon } from './PercentIcon';
384
384
  export { ForwardIcon } from './ForwardIcon';
385
+ export { ReplyIcon } from './ReplyIcon';
385
386
  export { LogsIcon } from './LogsIcon';
386
387
  export { QrCodeIcon } from './QrCodeIcon';
387
388
  export { MapPinIcon } from './MapPinIcon';
@@ -552,6 +553,9 @@ export { TelemedicineIcon } from './TelemedicineIcon';
552
553
  export { SmsIcon } from './SmsIcon';
553
554
  export { FlashDriverIcon } from './FlashDriverIcon';
554
555
  export { LikeIcon } from './LikeIcon';
556
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
557
+ export { TaxesIcon } from './TaxesIcon';
558
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
555
559
  export { MainIcon } from './MainIcon';
556
560
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
557
561
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/cjs/index.js CHANGED
@@ -7,13 +7,13 @@ exports.FlagBqIcon = exports.FlagSgIcon = exports.FlagSlIcon = exports.FlagScIco
7
7
  exports.ArrowLeftSmallIcon = exports.PauseIcon = exports.WebShareIcon = exports.UploadIcon = exports.DownloadIcon = exports.MessageIcon = exports.HeartOutlineIcon = exports.HeartFilledIcon = exports.FlagPsIcon = exports.FlagXkIcon = exports.FlagZwIcon = exports.FlagZmIcon = exports.FlagYeIcon = exports.FlagVnIcon = exports.FlagVeIcon = exports.FlagVaIcon = exports.FlagVuIcon = exports.FlagUzIcon = exports.FlagUyIcon = exports.FlagUaIcon = exports.FlagUgIcon = exports.FlagTvIcon = exports.FlagTcIcon = exports.FlagTmIcon = exports.FlagTnIcon = exports.FlagTtIcon = exports.FlagToIcon = exports.FlagTkIcon = exports.FlagTgIcon = exports.FlagThIcon = exports.FlagTzIcon = exports.FlagTjIcon = exports.FlagTwIcon = exports.FlagSyIcon = exports.FlagSeIcon = exports.FlagSzIcon = exports.FlagSrIcon = exports.FlagSdIcon = exports.FlagReIcon = exports.FlagBlIcon = exports.FlagLkIcon = exports.FlagEsIcon = exports.FlagSsIcon = exports.FlagKrIcon = exports.FlagZaIcon = exports.FlagSoIcon = exports.FlagSbIcon = exports.FlagSiIcon = exports.FlagSkIcon = exports.FlagSxIcon = void 0;
8
8
  exports.EyeIcon = exports.EyeCrossIcon = exports.LockOffIcon = exports.LockOnIcon = exports.ReloadIcon = exports.PrintIcon = exports.ArrowDownFilledIcon = exports.ArrowUpFilledIcon = exports.ArrowRightFilledIcon = exports.ArrowLeftFilledIcon = exports.FilterFilledIcon = exports.FilterOutlineIcon = exports.OptionsIcon = exports.FilterIcon = exports.CrownFilledIcon = exports.CrownIcon = exports.ChatsIcon = exports.ChatCloseIcon = exports.ChatIcon = exports.QuestionIcon = exports.QuestionCircleOutlineIcon = exports.QuestionCircleFilledIcon = exports.ReloadCircleFilledIcon = exports.IntentsIcon = exports.UserCircleFilledIcon = exports.UserCircleOutlineIcon = exports.WalletIcon = exports.FoodIcon = exports.BookIcon = exports.SettingsFilledIcon = exports.SettingsIcon = exports.DragIcon = exports.InfoCircleFilledIcon = exports.InfoCircleOutlineIcon = exports.LinkIcon = exports.UnlinkIcon = exports.CameraIcon = exports.CheckStarFilledIcon = exports.ChevronUpSmallIcon = exports.ArrowUpSmallIcon = exports.ChevronDownSmallIcon = exports.ArrowDownSmallIcon = exports.HistoryIcon = exports.SmallScreenIcon = exports.FullScreenIcon = exports.SubdirectoryArrowIcon = exports.ArrowLongRightIcon = exports.ChevronRightSmallIcon = exports.ArrowRightSmallIcon = exports.ChevronLeftSmallIcon = void 0;
9
9
  exports.MinusIcon = exports.SendIcon = exports.SmileIcon = exports.AttachmentIcon = exports.ChatMenuIcon = exports.ChatWarningIcon = exports.ChatWithLineIcon = exports.CrossIcon = exports.SearchIcon = exports.ChevronUpIcon = exports.ArrowRightIcon = exports.ArrowLeftIcon = exports.ChevronLeftIcon = exports.ChevronRightIcon = exports.ChevronDoubleLeftIcon = exports.ChevronDoubleBottomIcon = exports.ChevronDoubleUpIcon = exports.ChevronDoubleRightIcon = exports.CheckDoubleIcon = exports.CheckIcon = exports.FrameIcon = exports.StarOutlineIcon = exports.StarFilledIcon = exports.ClockFilledIcon = exports.ClockStrokeIcon = exports.ChevronCircleTopIcon = exports.WarningCircleOutlineIcon = exports.WarningTriangleOutlineIcon = exports.WarningTriangleFilledIcon = exports.WarningCircleFilledIcon = exports.CheckCircleFilledIcon = exports.ChartIcon = exports.ParagraphIcon = exports.MenuVerticalIcon = exports.MenuHorizontalIcon = exports.BanIcon = exports.DotIcon = exports.CircleOutlineIcon = exports.CheckCircleOutlineIcon = exports.FolderIcon = exports.MinusCircleOutlineIcon = exports.MinusCircleFilledIcon = exports.PlusCircleOutlineIcon = exports.PlusCircleFilledIcon = exports.CrossCircleFilledIcon = exports.GoForwardIcon = exports.DocumentIcon = exports.PlayFilledIcon = exports.RoubleIcon = exports.SaveIcon = void 0;
10
- exports.DollarIcon = exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = exports.SomIcon = exports.TengeIcon = exports.DramIcon = exports.DirhamIcon = exports.PledgeIcon = exports.DocumentSuccessIcon = exports.OverdueIcon = exports.MapPinFilledIcon = exports.MapPinIcon = exports.QrCodeIcon = exports.LogsIcon = exports.ForwardIcon = exports.PercentIcon = exports.SquareMetersIcon = exports.DeviceErrorIcon = exports.DeviceSuccessIcon = exports.DeviceIcon = exports.NewsIcon = exports.PowerOutlineIcon = exports.PauseOutlineIcon = exports.PlayOutlineIcon = exports.BetweenIcon = exports.SortUpIcon = exports.SortDownIcon = exports.SortDefaultIcon = exports.MonitorIcon = exports.HouseIcon = exports.ResizeIcon = exports.ChevronDownIcon = exports.CalendarIcon = exports.CallInIcon = exports.CallBackIcon = exports.CallIcon = exports.DeleteIcon = exports.RobotIcon = exports.DarkIcon = exports.EnterIcon = exports.ExitIcon = exports.ExternalLinkIcon = exports.CopyIcon = exports.EditIcon = exports.CrossCircleOutlineIcon = exports.RefreshIcon = exports.PlusIcon = exports.SortIcon = void 0;
11
- exports.RequestIcon = exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = exports.ChatMessageIcon = exports.ChatInfoIcon = exports.LightIcon = exports.BoxIcon = exports.CallActiveIcon = exports.KeyboardMobileIcon = exports.TransferIcon = exports.CardGridIcon = exports.CatalogIcon = exports.ChatMessageFilledIcon = exports.ArrowDownIcon = exports.TurnRightIcon = exports.ArrowUpIcon = exports.RoubleCircleFilledIcon = exports.RoubleCircleOutlineIcon = exports.ImageIcon = exports.SecurityIcon = exports.ShareIcon = exports.FlameIcon = exports.BurgerIcon = exports.UploadCloudIcon = exports.SoundOffIcon = exports.SoundOnIcon = exports.VideoOffIcon = exports.VideoOnIcon = exports.MicOnIcon = exports.MicOffIcon = exports.RotateRightIcon = exports.RotateLeftIcon = exports.FilterClearIcon = exports.LocationIcon = exports.TasksIcon = exports.PlasticCardAddIcon = exports.PlasticCardSavedIcon = exports.PlasticCardFilledIcon = exports.PlasticCardActiveIcon = exports.PlasticCardIcon = exports.DigitalCardIcon = exports.LeadIcon = exports.FolderOpenIcon = exports.LiraIcon = exports.GbpIcon = exports.CanadianDollarIcon = exports.AustralianDollarIcon = void 0;
12
- exports.ArrowRightRectangleIcon = exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = exports.CartWheelFilledIcon = exports.CartWheelOutlineIcon = exports.BerekeIcon = exports.BoltIcon = exports.TextSharpIcon = exports.Number09Icon = exports.Number06Icon = exports.Number03Icon = exports.Number00Icon = exports.Number08Icon = exports.Number05Icon = exports.Number02Icon = exports.TextStarIcon = exports.Number07Icon = exports.Number04Icon = exports.Number01Icon = exports.CallEndIcon = exports.FingerprintIcon = exports.LabelIcon = exports.GiftIcon = exports.PromoIcon = exports.EventIcon = exports.WindowIcon = exports.DevicesIcon = exports.SupportIcon = exports.Face2Icon = exports.GroupUserIcon = exports.ImageGalleryIcon = exports.AccountIcon = exports.CartHandIcon = exports.BarcodeScanIcon = exports.CardScanIcon = exports.BarcodeIcon = exports.StatisticIcon = exports.WidgetIcon = exports.TemplatesIcon = exports.FilledNfcIcon = exports.BillIcon = exports.GlobeIcon = exports.RateIcon = exports.AlertOffIcon = exports.AlertOnIcon = exports.DashboardIcon = exports.LimitsIcon = void 0;
13
- exports.FineIcon = exports.CalculatorIcon = exports.CameraScanIcon = exports.UserStrokeCheckIcon = exports.GlobeIncomeIcon = exports.ArrowRightTopIcon = exports.ArrowRightBottomIcon = exports.LanguageIcon = exports.CallTerminatedIcon = exports.MultiAccountIcon = exports.KronaIcon = exports.GlassesIcon = exports.AtmIcon = exports.PlaneIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = exports.KeyIcon = exports.BookPenIcon = exports.WashingIcon = exports.StudyIcon = exports.HammerIcon = exports.LampIcon = exports.BoatIcon = exports.UserStrokeIcon = exports.UserStrokePlusIcon = exports.UserGroupIcon = exports.ThreeLinesIcon = exports.TextIcon = exports.SafeIcon = exports.PlusSmallIcon = exports.PinOnIcon = exports.PinOffIcon = exports.PercentFilledIcon = exports.NumberIcon = exports.FlagIcon = exports.CoinDownIcon = exports.MapIcon = exports.ListIcon = exports.KeyboardDesktopIcon = exports.GridIcon = exports.CrossSmallIcon = exports.CircleFillIcon = exports.CarIcon = exports.BagIcon = void 0;
14
- exports.WarningTriangleColoredIcon = exports.InfoCircleGhostColoredIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostColoredIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = exports.ChevronSmallUpIcon = exports.ArrowSmallUpIcon = exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = exports.LikeIcon = exports.FlashDriverIcon = exports.SmsIcon = exports.TelemedicineIcon = void 0;
15
- exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = exports.BrFacebookFilledIcon = exports.BrFacebookColoredIcon = exports.BrFacebookIcon = exports.BrKoronaIcon = exports.BrKoronaColoredIcon = exports.BrInstagramOutlineColoredIcon = exports.BrInstagramFilledColoredIcon = exports.BrInstagramFilledIcon = exports.BrInstagramOutlineIcon = exports.BrFaceIdIcon = exports.BrFaceIdColoredIcon = exports.BrVisaAliasIcon = exports.BrVisaAliasColoredIcon = exports.BrSamsungPay2Icon = exports.BrSamsungPay2ColoredIcon = exports.BrCardMaestroIcon = exports.BrCardMastercardIcon = exports.BrCardMastercardColoredIcon = exports.BrCardVisaIcon = exports.BrCardVisaColoredIcon = exports.BrGoogleIcon = exports.BrGoogleColoredIcon = exports.BrVkIcon = exports.BrVkColoredIcon = exports.BrTwitterIcon = exports.BrTwitterColoredIcon = exports.BrWhatsAppIcon = exports.BrWhatsAppColoredIcon = exports.BrApplePayColoredIcon = exports.BrSamsungPayIcon = exports.BrSamsungPayColoredIcon = exports.BrGooglePayIcon = exports.BrGooglePayDarkColoredIcon = exports.BrGooglePayLightColoredIcon = exports.BrTelegramIcon = exports.BrTelegramColoredIcon = exports.BrCardMaestroColoredIcon = exports.ReloadCircleGhostColoredIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostColoredIcon = void 0;
16
- exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = void 0;
10
+ exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = exports.SomIcon = exports.TengeIcon = exports.DramIcon = exports.DirhamIcon = exports.PledgeIcon = exports.DocumentSuccessIcon = exports.OverdueIcon = exports.MapPinFilledIcon = exports.MapPinIcon = exports.QrCodeIcon = exports.LogsIcon = exports.ReplyIcon = exports.ForwardIcon = exports.PercentIcon = exports.SquareMetersIcon = exports.DeviceErrorIcon = exports.DeviceSuccessIcon = exports.DeviceIcon = exports.NewsIcon = exports.PowerOutlineIcon = exports.PauseOutlineIcon = exports.PlayOutlineIcon = exports.BetweenIcon = exports.SortUpIcon = exports.SortDownIcon = exports.SortDefaultIcon = exports.MonitorIcon = exports.HouseIcon = exports.ResizeIcon = exports.ChevronDownIcon = exports.CalendarIcon = exports.CallInIcon = exports.CallBackIcon = exports.CallIcon = exports.DeleteIcon = exports.RobotIcon = exports.DarkIcon = exports.EnterIcon = exports.ExitIcon = exports.ExternalLinkIcon = exports.CopyIcon = exports.EditIcon = exports.CrossCircleOutlineIcon = exports.RefreshIcon = exports.PlusIcon = exports.SortIcon = void 0;
11
+ exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = exports.ChatMessageIcon = exports.ChatInfoIcon = exports.LightIcon = exports.BoxIcon = exports.CallActiveIcon = exports.KeyboardMobileIcon = exports.TransferIcon = exports.CardGridIcon = exports.CatalogIcon = exports.ChatMessageFilledIcon = exports.ArrowDownIcon = exports.TurnRightIcon = exports.ArrowUpIcon = exports.RoubleCircleFilledIcon = exports.RoubleCircleOutlineIcon = exports.ImageIcon = exports.SecurityIcon = exports.ShareIcon = exports.FlameIcon = exports.BurgerIcon = exports.UploadCloudIcon = exports.SoundOffIcon = exports.SoundOnIcon = exports.VideoOffIcon = exports.VideoOnIcon = exports.MicOnIcon = exports.MicOffIcon = exports.RotateRightIcon = exports.RotateLeftIcon = exports.FilterClearIcon = exports.LocationIcon = exports.TasksIcon = exports.PlasticCardAddIcon = exports.PlasticCardSavedIcon = exports.PlasticCardFilledIcon = exports.PlasticCardActiveIcon = exports.PlasticCardIcon = exports.DigitalCardIcon = exports.LeadIcon = exports.FolderOpenIcon = exports.LiraIcon = exports.GbpIcon = exports.CanadianDollarIcon = exports.AustralianDollarIcon = exports.DollarIcon = void 0;
12
+ exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = exports.CartWheelFilledIcon = exports.CartWheelOutlineIcon = exports.BerekeIcon = exports.BoltIcon = exports.TextSharpIcon = exports.Number09Icon = exports.Number06Icon = exports.Number03Icon = exports.Number00Icon = exports.Number08Icon = exports.Number05Icon = exports.Number02Icon = exports.TextStarIcon = exports.Number07Icon = exports.Number04Icon = exports.Number01Icon = exports.CallEndIcon = exports.FingerprintIcon = exports.LabelIcon = exports.GiftIcon = exports.PromoIcon = exports.EventIcon = exports.WindowIcon = exports.DevicesIcon = exports.SupportIcon = exports.Face2Icon = exports.GroupUserIcon = exports.ImageGalleryIcon = exports.AccountIcon = exports.CartHandIcon = exports.BarcodeScanIcon = exports.CardScanIcon = exports.BarcodeIcon = exports.StatisticIcon = exports.WidgetIcon = exports.TemplatesIcon = exports.FilledNfcIcon = exports.BillIcon = exports.GlobeIcon = exports.RateIcon = exports.AlertOffIcon = exports.AlertOnIcon = exports.DashboardIcon = exports.LimitsIcon = exports.RequestIcon = void 0;
13
+ exports.CalculatorIcon = exports.CameraScanIcon = exports.UserStrokeCheckIcon = exports.GlobeIncomeIcon = exports.ArrowRightTopIcon = exports.ArrowRightBottomIcon = exports.LanguageIcon = exports.CallTerminatedIcon = exports.MultiAccountIcon = exports.KronaIcon = exports.GlassesIcon = exports.AtmIcon = exports.PlaneIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = exports.KeyIcon = exports.BookPenIcon = exports.WashingIcon = exports.StudyIcon = exports.HammerIcon = exports.LampIcon = exports.BoatIcon = exports.UserStrokeIcon = exports.UserStrokePlusIcon = exports.UserGroupIcon = exports.ThreeLinesIcon = exports.TextIcon = exports.SafeIcon = exports.PlusSmallIcon = exports.PinOnIcon = exports.PinOffIcon = exports.PercentFilledIcon = exports.NumberIcon = exports.FlagIcon = exports.CoinDownIcon = exports.MapIcon = exports.ListIcon = exports.KeyboardDesktopIcon = exports.GridIcon = exports.CrossSmallIcon = exports.CircleFillIcon = exports.CarIcon = exports.BagIcon = exports.ArrowRightRectangleIcon = void 0;
14
+ exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = exports.ChevronSmallUpIcon = exports.ArrowSmallUpIcon = exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = exports.CustodialWalletIcon = exports.TaxesIcon = exports.LoadingFailedIcon = exports.LikeIcon = exports.FlashDriverIcon = exports.SmsIcon = exports.TelemedicineIcon = exports.FineIcon = void 0;
15
+ exports.BrGarminIcon = exports.BrBerekeFilledIcon = exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = exports.BrFacebookFilledIcon = exports.BrFacebookColoredIcon = exports.BrFacebookIcon = exports.BrKoronaIcon = exports.BrKoronaColoredIcon = exports.BrInstagramOutlineColoredIcon = exports.BrInstagramFilledColoredIcon = exports.BrInstagramFilledIcon = exports.BrInstagramOutlineIcon = exports.BrFaceIdIcon = exports.BrFaceIdColoredIcon = exports.BrVisaAliasIcon = exports.BrVisaAliasColoredIcon = exports.BrSamsungPay2Icon = exports.BrSamsungPay2ColoredIcon = exports.BrCardMaestroIcon = exports.BrCardMastercardIcon = exports.BrCardMastercardColoredIcon = exports.BrCardVisaIcon = exports.BrCardVisaColoredIcon = exports.BrGoogleIcon = exports.BrGoogleColoredIcon = exports.BrVkIcon = exports.BrVkColoredIcon = exports.BrTwitterIcon = exports.BrTwitterColoredIcon = exports.BrWhatsAppIcon = exports.BrWhatsAppColoredIcon = exports.BrApplePayColoredIcon = exports.BrSamsungPayIcon = exports.BrSamsungPayColoredIcon = exports.BrGooglePayIcon = exports.BrGooglePayDarkColoredIcon = exports.BrGooglePayLightColoredIcon = exports.BrTelegramIcon = exports.BrTelegramColoredIcon = exports.BrCardMaestroColoredIcon = exports.ReloadCircleGhostColoredIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostColoredIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostColoredIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostColoredIcon = void 0;
16
+ exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = void 0;
17
17
  var tslib_1 = require("tslib");
18
18
  var FlagUsIcon_1 = require("./FlagUsIcon");
19
19
  Object.defineProperty(exports, "FlagUsIcon", { enumerable: true, get: function () { return FlagUsIcon_1.FlagUsIcon; } });
@@ -783,6 +783,8 @@ var PercentIcon_1 = require("./PercentIcon");
783
783
  Object.defineProperty(exports, "PercentIcon", { enumerable: true, get: function () { return PercentIcon_1.PercentIcon; } });
784
784
  var ForwardIcon_1 = require("./ForwardIcon");
785
785
  Object.defineProperty(exports, "ForwardIcon", { enumerable: true, get: function () { return ForwardIcon_1.ForwardIcon; } });
786
+ var ReplyIcon_1 = require("./ReplyIcon");
787
+ Object.defineProperty(exports, "ReplyIcon", { enumerable: true, get: function () { return ReplyIcon_1.ReplyIcon; } });
786
788
  var LogsIcon_1 = require("./LogsIcon");
787
789
  Object.defineProperty(exports, "LogsIcon", { enumerable: true, get: function () { return LogsIcon_1.LogsIcon; } });
788
790
  var QrCodeIcon_1 = require("./QrCodeIcon");
@@ -1123,6 +1125,12 @@ var FlashDriverIcon_1 = require("./FlashDriverIcon");
1123
1125
  Object.defineProperty(exports, "FlashDriverIcon", { enumerable: true, get: function () { return FlashDriverIcon_1.FlashDriverIcon; } });
1124
1126
  var LikeIcon_1 = require("./LikeIcon");
1125
1127
  Object.defineProperty(exports, "LikeIcon", { enumerable: true, get: function () { return LikeIcon_1.LikeIcon; } });
1128
+ var LoadingFailedIcon_1 = require("./LoadingFailedIcon");
1129
+ Object.defineProperty(exports, "LoadingFailedIcon", { enumerable: true, get: function () { return LoadingFailedIcon_1.LoadingFailedIcon; } });
1130
+ var TaxesIcon_1 = require("./TaxesIcon");
1131
+ Object.defineProperty(exports, "TaxesIcon", { enumerable: true, get: function () { return TaxesIcon_1.TaxesIcon; } });
1132
+ var CustodialWalletIcon_1 = require("./CustodialWalletIcon");
1133
+ Object.defineProperty(exports, "CustodialWalletIcon", { enumerable: true, get: function () { return CustodialWalletIcon_1.CustodialWalletIcon; } });
1126
1134
  var MainIcon_1 = require("./MainIcon");
1127
1135
  Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
1128
1136
  var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CustodialWalletIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { CustodialWalletMIcon } from './CustodialWalletMIcon';
4
+ import { CustodialWalletSIcon } from './CustodialWalletSIcon';
5
+ export var CustodialWalletIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(CustodialWalletSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(CustodialWalletMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(CustodialWalletMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ CustodialWalletIcon.displayName = 'CustodialWalletIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CustodialWalletMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CustodialWalletMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.25 13.5a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M12 17.25a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M12.24 2.025a1.25 1.25 0 0 0-.635.04l-6.75 2.002C4.357 4.263 4 4.7 4 5.254l-.002 8.188.005.292c.106 3.014 2.599 5.714 5.307 7.069l2.132 1.067.135.057c.32.116.675.097.983-.058l1.27-.636a5.3 5.3 0 0 1-1.014-1.171L12 20.47l-2.02-1.01-.233-.123c-2.152-1.184-4.249-3.423-4.249-5.895L5.5 5.434 12 3.517l6.502 1.915-.002 6.718a5.2 5.2 0 0 1 1.5.627l.002-7.525c-.028-.535-.33-1.012-.855-1.187l-6.752-2z" }),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.53 8.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 1 1 1.06-1.06l.97.97 1.97-1.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
7
+ CustodialWalletMIcon.displayName = 'CustodialWalletMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CustodialWalletSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CustodialWalletSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.25 10a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.5 12.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "m8.347 1.052-.12-.03-.013-.003a1.2 1.2 0 0 0-.565.034L2.764 3l-.009.003C2.327 3.162 2 3.526 2 4v4.979l.004.202v.004c.08 2.152 1.96 4.04 3.955 4.979l1.54.725.11.044.011.004c.287.098.606.082.882-.048l.768-.362a3.7 3.7 0 0 1-.64-1.296l-.63.296-1.36-.64-.166-.082c-.754-.39-1.497-.954-2.05-1.62s-.906-1.425-.906-2.206V4.275L8 2.446l4.48 1.828v4.233c.546.033 1.06.183 1.518.425V3.988a1.08 1.08 0 0 0-.766-.99z" }),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.78 5.97a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47.97-.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
7
+ CustodialWalletSIcon.displayName = 'CustodialWalletSIcon';
@@ -0,0 +1 @@
1
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
@@ -0,0 +1 @@
1
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const LoadingFailedIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { LoadingFailedMIcon } from './LoadingFailedMIcon';
4
+ import { LoadingFailedSIcon } from './LoadingFailedSIcon';
5
+ export var LoadingFailedIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(LoadingFailedSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(LoadingFailedMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(LoadingFailedMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ LoadingFailedIcon.displayName = 'LoadingFailedIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LoadingFailedMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var LoadingFailedMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 3.5H7c-.325 0-.64.132-.877.375a1.34 1.34 0 0 0-.373.93v14.39c0 .352.137.687.373.93s.552.375.877.375h10c.325 0 .64-.132.877-.375.236-.243.373-.578.373-.93V8.367H15c-.458 0-.9-.176-1.23-.497a1.7 1.7 0 0 1-.52-1.226zm1.5 1.027 2.405 2.341H15a.26.26 0 0 1-.184-.072.2.2 0 0 1-.066-.151zM7 2h7a.75.75 0 0 1 .523.213l5 4.868a.75.75 0 0 1 .227.537v11.576c0 .738-.285 1.45-.798 1.977A2.72 2.72 0 0 1 17 22H7c-.736 0-1.438-.3-1.952-.829a2.84 2.84 0 0 1-.798-1.977V4.806c0-.738.285-1.45.798-1.977A2.72 2.72 0 0 1 7 2m2.25 12.056a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H10a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H14a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 17.787a2.53 2.53 0 0 0-1.446.454.75.75 0 0 1-.858-1.232 4.03 4.03 0 0 1 4.608 0 .75.75 0 0 1-.858 1.232A2.53 2.53 0 0 0 12 17.787", clipRule: "evenodd" }))); });
6
+ LoadingFailedMIcon.displayName = 'LoadingFailedMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LoadingFailedSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var LoadingFailedSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.071 1.5a.8.8 0 0 0-.574.246.88.88 0 0 0-.247.615V13.64c0 .234.091.455.247.615s.363.246.574.246h7.858a.8.8 0 0 0 .574-.246.88.88 0 0 0 .247-.615V5.528h-2.393c-.413 0-.806-.169-1.092-.462a1.57 1.57 0 0 1-.444-1.094V1.5zm6.25 1.093 1.4 1.435h-1.364q-.005.002-.018-.01a.07.07 0 0 1-.018-.046zM2.423.698A2.3 2.3 0 0 1 4.071 0h5.5a.75.75 0 0 1 .537.226l3.929 4.028a.75.75 0 0 1 .213.524v8.86c0 .621-.24 1.22-.673 1.664a2.3 2.3 0 0 1-1.648.698H4.07a2.3 2.3 0 0 1-1.648-.698 2.38 2.38 0 0 1-.673-1.663V2.36c0-.62.24-1.219.673-1.663M5.68 9.611a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 0 1.5H6.43a.75.75 0 0 1-.75-.75m3.142 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 12.108c-.294 0-.58.09-.821.258a.75.75 0 1 1-.858-1.232 2.94 2.94 0 0 1 3.358 0 .75.75 0 0 1-.858 1.232A1.44 1.44 0 0 0 8 12.108", clipRule: "evenodd" }))); });
6
+ LoadingFailedSIcon.displayName = 'LoadingFailedSIcon';
@@ -0,0 +1 @@
1
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
@@ -0,0 +1 @@
1
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ReplyIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { ReplyMIcon } from './ReplyMIcon';
4
+ import { ReplySIcon } from './ReplySIcon';
5
+ export var ReplyIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(ReplySIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(ReplyMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(ReplyMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ ReplyIcon.displayName = 'ReplyIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ReplyMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ReplyMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.654 4.255c0-1.135-1.361-1.685-2.122-.857l-6.2 6.75a1.27 1.27 0 0 0 0 1.714l6.2 6.75c.76.829 2.122.28 2.122-.856v-2.977c1.772.075 3.322.436 4.683 1.203 1.54.868 2.904 2.293 4.072 4.564.38.737 1.533.547 1.573-.357.17-3.815-.887-7.055-2.872-9.35-1.841-2.129-4.437-3.394-7.456-3.57zm-1.473.634v3.109c0 .424.339.753.738.753 2.943 0 5.4 1.132 7.087 3.083 1.291 1.493 2.162 3.502 2.432 5.924-.995-1.368-2.123-2.379-3.389-3.092-1.834-1.034-3.893-1.406-6.13-1.406-.4 0-.738.33-.738.753v3.11l-5.617-6.118z", clipRule: "evenodd" }))); });
5
+ ReplyMIcon.displayName = 'ReplyMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ReplySIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ReplySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.655 3.93v1.434c0 .461.363.825.805.85 3.335.184 5.934 2.757 5.934 6.086l-.001.113c-1.08-1.88-3.078-3.283-5.414-3.283a6 6 0 0 0-.55.024.85.85 0 0 0-.774.846v2.18L2.623 8.148a.13.13 0 0 1 0-.185zm1.5-.747c0-1.06-1.282-1.592-2.032-.842L1.562 6.902a1.63 1.63 0 0 0 0 2.306l4.561 4.562c.75.75 2.032.218 2.032-.842v-2.294c2.006.083 3.748 1.591 4.368 3.491.162.496.602.767 1.015.804.438.039.995-.194 1.143-.811.14-.584.213-1.193.213-1.818 0-3.971-2.956-7.034-6.739-7.527z", clipRule: "evenodd" }))); });
5
+ ReplySIcon.displayName = 'ReplySIcon';
@@ -0,0 +1 @@
1
+ export { ReplyIcon } from './ReplyIcon';
@@ -0,0 +1 @@
1
+ export { ReplyIcon } from './ReplyIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const TaxesIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { TaxesMIcon } from './TaxesMIcon';
4
+ import { TaxesSIcon } from './TaxesSIcon';
5
+ export var TaxesIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(TaxesSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(TaxesMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(TaxesMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ TaxesIcon.displayName = 'TaxesIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const TaxesMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var TaxesMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 4c0-.966.784-1.75 1.75-1.75h9a.75.75 0 0 1 .53.22l6 6c.141.14.22.331.22.53v2a.75.75 0 0 1-1.5 0V9.75H15A1.75 1.75 0 0 1 13.25 8V3.75H5a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h5a.75.75 0 0 1 0 1.5H5A1.75 1.75 0 0 1 3.25 20zm11.5.81 3.44 3.44H15a.25.25 0 0 1-.25-.25zM16 12.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M10.25 17a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0m3.5-2a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m0 1.667a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.75V20a.75.75 0 0 1-1.5 0v-2.583h-.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
5
+ TaxesMIcon.displayName = 'TaxesMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const TaxesSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var TaxesSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H6.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89zM7.25 9A.75.75 0 0 1 8 8.25h4a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 9m0 1.791a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-1.25V14.5a.75.75 0 0 1-1.5 0v-2.959H8a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
5
+ TaxesSIcon.displayName = 'TaxesSIcon';
@@ -0,0 +1 @@
1
+ export { TaxesIcon } from './TaxesIcon';
@@ -0,0 +1 @@
1
+ export { TaxesIcon } from './TaxesIcon';
@@ -382,6 +382,7 @@ export { DeviceErrorIcon } from './DeviceErrorIcon';
382
382
  export { SquareMetersIcon } from './SquareMetersIcon';
383
383
  export { PercentIcon } from './PercentIcon';
384
384
  export { ForwardIcon } from './ForwardIcon';
385
+ export { ReplyIcon } from './ReplyIcon';
385
386
  export { LogsIcon } from './LogsIcon';
386
387
  export { QrCodeIcon } from './QrCodeIcon';
387
388
  export { MapPinIcon } from './MapPinIcon';
@@ -552,6 +553,9 @@ export { TelemedicineIcon } from './TelemedicineIcon';
552
553
  export { SmsIcon } from './SmsIcon';
553
554
  export { FlashDriverIcon } from './FlashDriverIcon';
554
555
  export { LikeIcon } from './LikeIcon';
556
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
557
+ export { TaxesIcon } from './TaxesIcon';
558
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
555
559
  export { MainIcon } from './MainIcon';
556
560
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
557
561
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/esm/index.js CHANGED
@@ -382,6 +382,7 @@ export { DeviceErrorIcon } from './DeviceErrorIcon';
382
382
  export { SquareMetersIcon } from './SquareMetersIcon';
383
383
  export { PercentIcon } from './PercentIcon';
384
384
  export { ForwardIcon } from './ForwardIcon';
385
+ export { ReplyIcon } from './ReplyIcon';
385
386
  export { LogsIcon } from './LogsIcon';
386
387
  export { QrCodeIcon } from './QrCodeIcon';
387
388
  export { MapPinIcon } from './MapPinIcon';
@@ -552,6 +553,9 @@ export { TelemedicineIcon } from './TelemedicineIcon';
552
553
  export { SmsIcon } from './SmsIcon';
553
554
  export { FlashDriverIcon } from './FlashDriverIcon';
554
555
  export { LikeIcon } from './LikeIcon';
556
+ export { LoadingFailedIcon } from './LoadingFailedIcon';
557
+ export { TaxesIcon } from './TaxesIcon';
558
+ export { CustodialWalletIcon } from './CustodialWalletIcon';
555
559
  export { MainIcon } from './MainIcon';
556
560
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
557
561
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
@@ -0,0 +1,20 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M13.25 3.5H7c-.325 0-.64.132-.877.375a1.34 1.34 0 0 0-.373.93v14.39c0 .352.137.687.373.93s.552.375.877.375h10c.325 0 .64-.132.877-.375.236-.243.373-.578.373-.93V8.367H15c-.458 0-.9-.176-1.23-.497a1.7 1.7 0 0 1-.52-1.226zm1.5 1.027 2.405 2.341H15a.26.26 0 0 1-.184-.072.2.2 0 0 1-.066-.151zM7 2h7a.75.75 0 0 1 .523.213l5 4.868a.75.75 0 0 1 .227.537v11.576c0 .738-.285 1.45-.798 1.977A2.72 2.72 0 0 1 17 22H7c-.736 0-1.438-.3-1.952-.829a2.84 2.84 0 0 1-.798-1.977V4.806c0-.738.285-1.45.798-1.977A2.72 2.72 0 0 1 7 2m2.25 12.056a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H10a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H14a.75.75 0 0 1-.75-.75"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ fill-rule="evenodd"
17
+ d="M12 17.787a2.53 2.53 0 0 0-1.446.454.75.75 0 0 1-.858-1.232 4.03 4.03 0 0 1 4.608 0 .75.75 0 0 1-.858 1.232A2.53 2.53 0 0 0 12 17.787"
18
+ clip-rule="evenodd"
19
+ />
20
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M4.071 1.5a.8.8 0 0 0-.574.246.88.88 0 0 0-.247.615V13.64c0 .234.091.455.247.615s.363.246.574.246h7.858a.8.8 0 0 0 .574-.246.88.88 0 0 0 .247-.615V5.528h-2.393c-.413 0-.806-.169-1.092-.462a1.57 1.57 0 0 1-.444-1.094V1.5zm6.25 1.093 1.4 1.435h-1.364q-.005.002-.018-.01a.07.07 0 0 1-.018-.046zM2.423.698A2.3 2.3 0 0 1 4.071 0h5.5a.75.75 0 0 1 .537.226l3.929 4.028a.75.75 0 0 1 .213.524v8.86c0 .621-.24 1.22-.673 1.664a2.3 2.3 0 0 1-1.648.698H4.07a2.3 2.3 0 0 1-1.648-.698 2.38 2.38 0 0 1-.673-1.663V2.36c0-.62.24-1.219.673-1.663M5.68 9.611a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 0 1.5H6.43a.75.75 0 0 1-.75-.75m3.142 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1-.75-.75"
12
+ clip-rule="evenodd"
13
+ />
14
+ <path
15
+ fill="currentColor"
16
+ fill-rule="evenodd"
17
+ d="M8 12.108c-.294 0-.58.09-.821.258a.75.75 0 1 1-.858-1.232 2.94 2.94 0 0 1 3.358 0 .75.75 0 0 1-.858 1.232A1.44 1.44 0 0 0 8 12.108"
18
+ clip-rule="evenodd"
19
+ />
20
+ </svg>
package/manifest.json CHANGED
@@ -2830,6 +2830,14 @@
2830
2830
  "colored": false,
2831
2831
  "deprecated": false
2832
2832
  },
2833
+ {
2834
+ "name": "reply_icon",
2835
+ "size": ["s", "m"],
2836
+ "category": "Action",
2837
+ "componentName": "ReplyIcon",
2838
+ "colored": false,
2839
+ "deprecated": false
2840
+ },
2833
2841
  {
2834
2842
  "name": "logs_icon",
2835
2843
  "size": ["s", "m"],
@@ -4190,6 +4198,30 @@
4190
4198
  "colored": false,
4191
4199
  "deprecated": false
4192
4200
  },
4201
+ {
4202
+ "name": "loading_failed_icon",
4203
+ "size": ["s", "m"],
4204
+ "category": "Action",
4205
+ "componentName": "LoadingFailedIcon",
4206
+ "colored": false,
4207
+ "deprecated": false
4208
+ },
4209
+ {
4210
+ "name": "taxes_icon",
4211
+ "size": ["s", "m"],
4212
+ "category": "Action",
4213
+ "componentName": "TaxesIcon",
4214
+ "colored": false,
4215
+ "deprecated": false
4216
+ },
4217
+ {
4218
+ "name": "custodial_wallet_icon",
4219
+ "size": ["s", "m"],
4220
+ "category": "Action",
4221
+ "componentName": "CustodialWalletIcon",
4222
+ "colored": false,
4223
+ "deprecated": false
4224
+ },
4193
4225
  {
4194
4226
  "name": "main_icon",
4195
4227
  "size": ["s", "m"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/icons",
3
- "version": "0.69.0",
3
+ "version": "0.71.0",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "*.svg"
22
22
  ],
23
23
  "dependencies": {
24
- "@ozen-ui/logger": "0.69.0"
24
+ "@ozen-ui/logger": "0.71.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=17.0.2 <19.0.0"
@@ -0,0 +1,14 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M11.654 4.255c0-1.135-1.361-1.685-2.122-.857l-6.2 6.75a1.27 1.27 0 0 0 0 1.714l6.2 6.75c.76.829 2.122.28 2.122-.856v-2.977c1.772.075 3.322.436 4.683 1.203 1.54.868 2.904 2.293 4.072 4.564.38.737 1.533.547 1.573-.357.17-3.815-.887-7.055-2.872-9.35-1.841-2.129-4.437-3.394-7.456-3.57zm-1.473.634v3.109c0 .424.339.753.738.753 2.943 0 5.4 1.132 7.087 3.083 1.291 1.493 2.162 3.502 2.432 5.924-.995-1.368-2.123-2.379-3.389-3.092-1.834-1.034-3.893-1.406-6.13-1.406-.4 0-.738.33-.738.753v3.11l-5.617-6.118z"
12
+ clip-rule="evenodd"
13
+ />
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M6.655 3.93v1.434c0 .461.363.825.805.85 3.335.184 5.934 2.757 5.934 6.086l-.001.113c-1.08-1.88-3.078-3.283-5.414-3.283a6 6 0 0 0-.55.024.85.85 0 0 0-.774.846v2.18L2.623 8.148a.13.13 0 0 1 0-.185zm1.5-.747c0-1.06-1.282-1.592-2.032-.842L1.562 6.902a1.63 1.63 0 0 0 0 2.306l4.561 4.562c.75.75 2.032.218 2.032-.842v-2.294c2.006.083 3.748 1.591 4.368 3.491.162.496.602.767 1.015.804.438.039.995-.194 1.143-.811.14-.584.213-1.193.213-1.818 0-3.971-2.956-7.034-6.739-7.527z"
12
+ clip-rule="evenodd"
13
+ />
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ fill="none"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M3.25 4c0-.966.784-1.75 1.75-1.75h9a.75.75 0 0 1 .53.22l6 6c.141.14.22.331.22.53v2a.75.75 0 0 1-1.5 0V9.75H15A1.75 1.75 0 0 1 13.25 8V3.75H5a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h5a.75.75 0 0 1 0 1.5H5A1.75 1.75 0 0 1 3.25 20zm11.5.81 3.44 3.44H15a.25.25 0 0 1-.25-.25zM16 12.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M10.25 17a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0m3.5-2a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m0 1.667a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.75V20a.75.75 0 0 1-1.5 0v-2.583h-.75a.75.75 0 0 1-.75-.75"
12
+ clip-rule="evenodd"
13
+ />
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="16"
5
+ fill="none"
6
+ viewBox="0 0 16 16"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H6.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89zM7.25 9A.75.75 0 0 1 8 8.25h4a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 9m0 1.791a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-1.25V14.5a.75.75 0 0 1-1.5 0v-2.959H8a.75.75 0 0 1-.75-.75"
12
+ clip-rule="evenodd"
13
+ />
14
+ </svg>