@ozen-ui/icons 0.74.0 → 0.75.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/backward_m_icon.svg +12 -0
  2. package/backward_s_icon.svg +12 -0
  3. package/device_authentication_s_icon.svg +16 -0
  4. package/devices_authentication_m_icon.svg +17 -0
  5. package/dist/cjs/BackwardIcon/BackwardIcon.d.ts +3 -0
  6. package/dist/cjs/BackwardIcon/BackwardIcon.js +19 -0
  7. package/dist/cjs/BackwardIcon/BackwardMIcon.d.ts +2 -0
  8. package/dist/cjs/BackwardIcon/BackwardMIcon.js +8 -0
  9. package/dist/cjs/BackwardIcon/BackwardSIcon.d.ts +2 -0
  10. package/dist/cjs/BackwardIcon/BackwardSIcon.js +8 -0
  11. package/dist/cjs/BackwardIcon/index.d.ts +1 -0
  12. package/dist/cjs/BackwardIcon/index.js +5 -0
  13. package/dist/cjs/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.d.ts +2 -0
  14. package/dist/cjs/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.js +9 -0
  15. package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationIcon.d.ts +3 -0
  16. package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationIcon.js +19 -0
  17. package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.d.ts +2 -0
  18. package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.js +10 -0
  19. package/dist/cjs/DevicesAuthenticationIcon/index.d.ts +1 -0
  20. package/dist/cjs/DevicesAuthenticationIcon/index.js +5 -0
  21. package/dist/cjs/KeyboardClearIcon/KeyboardClearIcon.d.ts +3 -0
  22. package/dist/cjs/KeyboardClearIcon/KeyboardClearIcon.js +19 -0
  23. package/dist/cjs/KeyboardClearIcon/KeyboardClearMIcon.d.ts +2 -0
  24. package/dist/cjs/KeyboardClearIcon/KeyboardClearMIcon.js +9 -0
  25. package/dist/cjs/KeyboardClearIcon/KeyboardClearSIcon.d.ts +2 -0
  26. package/dist/cjs/KeyboardClearIcon/KeyboardClearSIcon.js +9 -0
  27. package/dist/cjs/KeyboardClearIcon/index.d.ts +1 -0
  28. package/dist/cjs/KeyboardClearIcon/index.js +5 -0
  29. package/dist/cjs/StopIcon/StopIcon.d.ts +3 -0
  30. package/dist/cjs/StopIcon/StopIcon.js +19 -0
  31. package/dist/cjs/StopIcon/StopMIcon.d.ts +2 -0
  32. package/dist/cjs/StopIcon/StopMIcon.js +9 -0
  33. package/dist/cjs/StopIcon/StopSIcon.d.ts +2 -0
  34. package/dist/cjs/StopIcon/StopSIcon.js +13 -0
  35. package/dist/cjs/StopIcon/index.d.ts +1 -0
  36. package/dist/cjs/StopIcon/index.js +5 -0
  37. package/dist/cjs/index.d.ts +4 -0
  38. package/dist/cjs/index.js +11 -3
  39. package/dist/esm/BackwardIcon/BackwardIcon.d.ts +3 -0
  40. package/dist/esm/BackwardIcon/BackwardIcon.js +16 -0
  41. package/dist/esm/BackwardIcon/BackwardMIcon.d.ts +2 -0
  42. package/dist/esm/BackwardIcon/BackwardMIcon.js +5 -0
  43. package/dist/esm/BackwardIcon/BackwardSIcon.d.ts +2 -0
  44. package/dist/esm/BackwardIcon/BackwardSIcon.js +5 -0
  45. package/dist/esm/BackwardIcon/index.d.ts +1 -0
  46. package/dist/esm/BackwardIcon/index.js +1 -0
  47. package/dist/esm/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.d.ts +2 -0
  48. package/dist/esm/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.js +6 -0
  49. package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationIcon.d.ts +3 -0
  50. package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationIcon.js +16 -0
  51. package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.d.ts +2 -0
  52. package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.js +7 -0
  53. package/dist/esm/DevicesAuthenticationIcon/index.d.ts +1 -0
  54. package/dist/esm/DevicesAuthenticationIcon/index.js +1 -0
  55. package/dist/esm/KeyboardClearIcon/KeyboardClearIcon.d.ts +3 -0
  56. package/dist/esm/KeyboardClearIcon/KeyboardClearIcon.js +16 -0
  57. package/dist/esm/KeyboardClearIcon/KeyboardClearMIcon.d.ts +2 -0
  58. package/dist/esm/KeyboardClearIcon/KeyboardClearMIcon.js +6 -0
  59. package/dist/esm/KeyboardClearIcon/KeyboardClearSIcon.d.ts +2 -0
  60. package/dist/esm/KeyboardClearIcon/KeyboardClearSIcon.js +6 -0
  61. package/dist/esm/KeyboardClearIcon/index.d.ts +1 -0
  62. package/dist/esm/KeyboardClearIcon/index.js +1 -0
  63. package/dist/esm/StopIcon/StopIcon.d.ts +3 -0
  64. package/dist/esm/StopIcon/StopIcon.js +16 -0
  65. package/dist/esm/StopIcon/StopMIcon.d.ts +2 -0
  66. package/dist/esm/StopIcon/StopMIcon.js +6 -0
  67. package/dist/esm/StopIcon/StopSIcon.d.ts +2 -0
  68. package/dist/esm/StopIcon/StopSIcon.js +10 -0
  69. package/dist/esm/StopIcon/index.d.ts +1 -0
  70. package/dist/esm/StopIcon/index.js +1 -0
  71. package/dist/esm/index.d.ts +4 -0
  72. package/dist/esm/index.js +4 -0
  73. package/keyboard_clear_m_icon.svg +16 -0
  74. package/keyboard_clear_s_icon.svg +16 -0
  75. package/manifest.json +32 -0
  76. package/package.json +2 -2
  77. package/stop_m_icon.svg +16 -0
  78. package/stop_s_icon.svg +21 -0
@@ -0,0 +1,12 @@
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
+ d="M21.75 13.474c0-3.492-2.926-6.277-6.477-6.277H4.857L7.611 4.54a.75.75 0 0 0-1.04-1.08L2.478 7.407a.75.75 0 0 0 0 1.08l4.091 3.948a.75.75 0 0 0 1.041-1.08L4.857 8.698h10.416c2.774 0 4.977 2.164 4.977 4.777s-2.203 4.776-4.977 4.776H8.946a.75.75 0 0 0 0 1.5h6.327c3.551 0 6.477-2.785 6.477-6.276"
11
+ />
12
+ </svg>
@@ -0,0 +1,12 @@
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
+ d="M14.25 8.947c0-1.81-1.502-3.302-3.387-3.302H2.837l1.642 1.609a.75.75 0 0 1-1.05 1.071L.477 5.431a.75.75 0 0 1 0-1.072L3.43 1.464a.75.75 0 0 1 1.05 1.072L2.837 4.145h8.025c2.684 0 4.887 2.136 4.887 4.802 0 2.667-2.203 4.803-4.887 4.803H5.295a.75.75 0 0 1 0-1.5h5.568c1.885 0 3.387-1.493 3.387-3.303"
11
+ />
12
+ </svg>
@@ -0,0 +1,16 @@
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
+ d="M13.5 5.368V3.25a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H6a.75.75 0 0 1 0 1.5H2a.25.25 0 0 0 0 .5h4a.75.75 0 0 1 0 1.5H2a1.75 1.75 0 0 1-1-3.185V3.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v2.118a.75.75 0 0 1-1.5 0"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M9 13h4.5v-2.75H9zm3.682-4.25c0-.63-.578-1.25-1.432-1.25s-1.432.62-1.432 1.25zm1.5.089c.456.175.818.598.818 1.161v3.25c0 .75-.643 1.25-1.296 1.25H8.796c-.653 0-1.296-.5-1.296-1.25V10c0-.563.362-.986.818-1.161V8.75C8.318 7.171 9.694 6 11.25 6s2.932 1.171 2.932 2.75z"
15
+ />
16
+ </svg>
@@ -0,0 +1,17 @@
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
+ d="M19.509 6.5V5.098a.585.585 0 0 0-.572-.598H5.063a.585.585 0 0 0-.57.598v10.108c0 .344.269.599.57.599H9.5l.077.004a.75.75 0 0 1 0 1.492l-.077.004H4.071a.6.6 0 0 0-.14.017.594.594 0 0 0-.431.58c0 .344.27.598.571.598H9.5a.75.75 0 0 1 0 1.5H4.071c-1.158 0-2.07-.953-2.071-2.098 0-.752.393-1.418.991-1.789V5.098C2.991 3.953 3.905 3 5.063 3h13.875c1.157 0 2.07.953 2.07 2.098V6.5a.75.75 0 0 1-1.5 0"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M20.499 13.354q0-.002-.008-.011a.1.1 0 0 0-.06-.022h-7.363a.1.1 0 0 0-.06.022l-.007.01-.001.004v5.107l.001.004q0 .002.008.01c.01.011.03.022.06.022h7.363a.1.1 0 0 0 .06-.021l.007-.011.001-.004v-5.107zm-1.226-1.961C19.273 10.1 18.173 9 16.75 9c-1.422 0-2.522 1.1-2.523 2.393v.428h5.046zm1.5.466c.685.15 1.227.744 1.227 1.498v5.107C22 19.34 21.269 20 20.432 20h-7.364c-.837 0-1.568-.66-1.568-1.536v-5.107c0-.754.542-1.347 1.227-1.498v-.466c0-2.179 1.83-3.893 4.023-3.893s4.022 1.714 4.023 3.893z"
15
+ />
16
+ <path fill="currentColor" d="M17.75 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
17
+ </svg>
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const BackwardIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BackwardIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var BackwardMIcon_1 = require("./BackwardMIcon");
7
+ var BackwardSIcon_1 = require("./BackwardSIcon");
8
+ exports.BackwardIcon = (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(BackwardSIcon_1.BackwardSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(BackwardMIcon_1.BackwardMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(BackwardMIcon_1.BackwardMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.BackwardIcon.displayName = 'BackwardIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BackwardMIcon: 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.BackwardMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.BackwardMIcon = (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", d: "M21.75 13.474c0-3.492-2.926-6.277-6.477-6.277H4.857L7.611 4.54a.75.75 0 0 0-1.04-1.08L2.478 7.407a.75.75 0 0 0 0 1.08l4.091 3.948a.75.75 0 0 0 1.041-1.08L4.857 8.698h10.416c2.774 0 4.977 2.164 4.977 4.777s-2.203 4.776-4.977 4.776H8.946a.75.75 0 0 0 0 1.5h6.327c3.551 0 6.477-2.785 6.477-6.276" }))); });
8
+ exports.BackwardMIcon.displayName = 'BackwardMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BackwardSIcon: 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.BackwardSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.BackwardSIcon = (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", d: "M14.25 8.947c0-1.81-1.502-3.302-3.387-3.302H2.837l1.642 1.609a.75.75 0 0 1-1.05 1.071L.477 5.431a.75.75 0 0 1 0-1.072L3.43 1.464a.75.75 0 0 1 1.05 1.072L2.837 4.145h8.025c2.684 0 4.887 2.136 4.887 4.802 0 2.667-2.203 4.803-4.887 4.803H5.295a.75.75 0 0 1 0-1.5h5.568c1.885 0 3.387-1.493 3.387-3.303" }))); });
8
+ exports.BackwardSIcon.displayName = 'BackwardSIcon';
@@ -0,0 +1 @@
1
+ export { BackwardIcon } from './BackwardIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BackwardIcon = void 0;
4
+ var BackwardIcon_1 = require("./BackwardIcon");
5
+ Object.defineProperty(exports, "BackwardIcon", { enumerable: true, get: function () { return BackwardIcon_1.BackwardIcon; } });
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DeviceAuthenticationSIcon: 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.DeviceAuthenticationSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.DeviceAuthenticationSIcon = (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", d: "M13.5 5.368V3.25a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H6a.75.75 0 0 1 0 1.5H2a.25.25 0 0 0 0 .5h4a.75.75 0 0 1 0 1.5H2a1.75 1.75 0 0 1-1-3.185V3.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v2.118a.75.75 0 0 1-1.5 0" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M9 13h4.5v-2.75H9zm3.682-4.25c0-.63-.578-1.25-1.432-1.25s-1.432.62-1.432 1.25zm1.5.089c.456.175.818.598.818 1.161v3.25c0 .75-.643 1.25-1.296 1.25H8.796c-.653 0-1.296-.5-1.296-1.25V10c0-.563.362-.986.818-1.161V8.75C8.318 7.171 9.694 6 11.25 6s2.932 1.171 2.932 2.75z" }))); });
9
+ exports.DeviceAuthenticationSIcon.displayName = 'DeviceAuthenticationSIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const DevicesAuthenticationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DevicesAuthenticationIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var DeviceAuthenticationSIcon_1 = require("./DeviceAuthenticationSIcon");
7
+ var DevicesAuthenticationMIcon_1 = require("./DevicesAuthenticationMIcon");
8
+ exports.DevicesAuthenticationIcon = (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(DeviceAuthenticationSIcon_1.DeviceAuthenticationSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(DevicesAuthenticationMIcon_1.DevicesAuthenticationMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(DevicesAuthenticationMIcon_1.DevicesAuthenticationMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.DevicesAuthenticationIcon.displayName = 'DevicesAuthenticationIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DevicesAuthenticationMIcon: 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.DevicesAuthenticationMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.DevicesAuthenticationMIcon = (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", d: "M19.509 6.5V5.098a.585.585 0 0 0-.572-.598H5.063a.585.585 0 0 0-.57.598v10.108c0 .344.269.599.57.599H9.5l.077.004a.75.75 0 0 1 0 1.492l-.077.004H4.071a.6.6 0 0 0-.14.017.594.594 0 0 0-.431.58c0 .344.27.598.571.598H9.5a.75.75 0 0 1 0 1.5H4.071c-1.158 0-2.07-.953-2.071-2.098 0-.752.393-1.418.991-1.789V5.098C2.991 3.953 3.905 3 5.063 3h13.875c1.157 0 2.07.953 2.07 2.098V6.5a.75.75 0 0 1-1.5 0" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M20.499 13.354q0-.002-.008-.011a.1.1 0 0 0-.06-.022h-7.363a.1.1 0 0 0-.06.022l-.007.01-.001.004v5.107l.001.004q0 .002.008.01c.01.011.03.022.06.022h7.363a.1.1 0 0 0 .06-.021l.007-.011.001-.004v-5.107zm-1.226-1.961C19.273 10.1 18.173 9 16.75 9c-1.422 0-2.522 1.1-2.523 2.393v.428h5.046zm1.5.466c.685.15 1.227.744 1.227 1.498v5.107C22 19.34 21.269 20 20.432 20h-7.364c-.837 0-1.568-.66-1.568-1.536v-5.107c0-.754.542-1.347 1.227-1.498v-.466c0-2.179 1.83-3.893 4.023-3.893s4.022 1.714 4.023 3.893z" }),
9
+ react_1.default.createElement("path", { fill: "currentColor", d: "M17.75 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
10
+ exports.DevicesAuthenticationMIcon.displayName = 'DevicesAuthenticationMIcon';
@@ -0,0 +1 @@
1
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DevicesAuthenticationIcon = void 0;
4
+ var DevicesAuthenticationIcon_1 = require("./DevicesAuthenticationIcon");
5
+ Object.defineProperty(exports, "DevicesAuthenticationIcon", { enumerable: true, get: function () { return DevicesAuthenticationIcon_1.DevicesAuthenticationIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const KeyboardClearIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KeyboardClearIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var KeyboardClearMIcon_1 = require("./KeyboardClearMIcon");
7
+ var KeyboardClearSIcon_1 = require("./KeyboardClearSIcon");
8
+ exports.KeyboardClearIcon = (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(KeyboardClearSIcon_1.KeyboardClearSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(KeyboardClearMIcon_1.KeyboardClearMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(KeyboardClearMIcon_1.KeyboardClearMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.KeyboardClearIcon.displayName = 'KeyboardClearIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const KeyboardClearMIcon: 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.KeyboardClearMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.KeyboardClearMIcon = (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", d: "M20.25 7a.75.75 0 0 0-.75-.75H8.38a.75.75 0 0 0-.565.256l-4.383 5a.75.75 0 0 0 0 .988l4.383 5a.75.75 0 0 0 .565.256H19.5a.75.75 0 0 0 .75-.75zm1.5 10a2.25 2.25 0 0 1-2.25 2.25H8.38c-.648 0-1.265-.28-1.693-.767l-4.383-5a2.25 2.25 0 0 1 0-2.966l4.383-5A2.25 2.25 0 0 1 8.38 4.75H19.5A2.25 2.25 0 0 1 21.75 7z" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M16.47 8.47a.75.75 0 1 1 1.06 1.06L15.06 12l2.47 2.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L14 13.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L12.94 12l-2.47-2.47a.75.75 0 1 1 1.06-1.06L14 10.94z" }))); });
9
+ exports.KeyboardClearMIcon.displayName = 'KeyboardClearMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const KeyboardClearSIcon: 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.KeyboardClearSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.KeyboardClearSIcon = (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", d: "M14.25 4.5a.75.75 0 0 0-.75-.75H5.9a.75.75 0 0 0-.576.268l-2.94 3.5a.75.75 0 0 0 0 .964l2.94 3.5c.143.17.354.268.575.268H13.5a.75.75 0 0 0 .75-.75zm1.5 7a2.25 2.25 0 0 1-2.25 2.25H5.9a2.25 2.25 0 0 1-1.724-.803l-2.94-3.5a2.25 2.25 0 0 1 0-2.894l2.94-3.5a2.25 2.25 0 0 1 1.723-.803H13.5a2.25 2.25 0 0 1 2.25 2.25z" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M10.72 5.47a.75.75 0 1 1 1.06 1.06L10.31 8l1.47 1.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06L8.19 8 6.72 6.53a.75.75 0 1 1 1.06-1.06l1.47 1.47z" }))); });
9
+ exports.KeyboardClearSIcon.displayName = 'KeyboardClearSIcon';
@@ -0,0 +1 @@
1
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KeyboardClearIcon = void 0;
4
+ var KeyboardClearIcon_1 = require("./KeyboardClearIcon");
5
+ Object.defineProperty(exports, "KeyboardClearIcon", { enumerable: true, get: function () { return KeyboardClearIcon_1.KeyboardClearIcon; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const StopIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var StopMIcon_1 = require("./StopMIcon");
7
+ var StopSIcon_1 = require("./StopSIcon");
8
+ exports.StopIcon = (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(StopSIcon_1.StopSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(StopMIcon_1.StopMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(StopMIcon_1.StopMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.StopIcon.displayName = 'StopIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const StopMIcon: 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.StopMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.StopMIcon = (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", d: "M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5z" }),
8
+ react_1.default.createElement("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" }))); });
9
+ exports.StopMIcon.displayName = 'StopMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const StopSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.StopSIcon = (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("g", { fill: "currentColor", clipPath: "url(#StopSIcon__a)" },
8
+ react_1.default.createElement("path", { d: "M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5z" }),
9
+ react_1.default.createElement("path", { d: "M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0" })),
10
+ react_1.default.createElement("defs", null,
11
+ react_1.default.createElement("clipPath", { id: "StopSIcon__a" },
12
+ react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
13
+ exports.StopSIcon.displayName = 'StopSIcon';
@@ -0,0 +1 @@
1
+ export { StopIcon } from './StopIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopIcon = void 0;
4
+ var StopIcon_1 = require("./StopIcon");
5
+ Object.defineProperty(exports, "StopIcon", { enumerable: true, get: function () { return StopIcon_1.StopIcon; } });
@@ -558,6 +558,10 @@ export { TaxesIcon } from './TaxesIcon';
558
558
  export { CustodialWalletIcon } from './CustodialWalletIcon';
559
559
  export { DebtIcon } from './DebtIcon';
560
560
  export { VideoPlayIcon } from './VideoPlayIcon';
561
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
562
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
563
+ export { BackwardIcon } from './BackwardIcon';
564
+ export { StopIcon } from './StopIcon';
561
565
  export { MainIcon } from './MainIcon';
562
566
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
563
567
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/cjs/index.js CHANGED
@@ -11,9 +11,9 @@ exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = e
11
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
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
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.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.VideoPlayIcon = exports.DebtIcon = exports.CustodialWalletIcon = exports.TaxesIcon = exports.LoadingFailedIcon = exports.LikeIcon = exports.FlashDriverIcon = exports.SmsIcon = exports.TelemedicineIcon = exports.FineIcon = void 0;
15
- 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 = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = void 0;
16
- exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = void 0;
14
+ 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.StopIcon = exports.BackwardIcon = exports.KeyboardClearIcon = exports.DevicesAuthenticationIcon = exports.VideoPlayIcon = exports.DebtIcon = exports.CustodialWalletIcon = exports.TaxesIcon = exports.LoadingFailedIcon = exports.LikeIcon = exports.FlashDriverIcon = exports.SmsIcon = exports.TelemedicineIcon = exports.FineIcon = void 0;
15
+ 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 = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = void 0;
16
+ exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = 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; } });
@@ -1135,6 +1135,14 @@ var DebtIcon_1 = require("./DebtIcon");
1135
1135
  Object.defineProperty(exports, "DebtIcon", { enumerable: true, get: function () { return DebtIcon_1.DebtIcon; } });
1136
1136
  var VideoPlayIcon_1 = require("./VideoPlayIcon");
1137
1137
  Object.defineProperty(exports, "VideoPlayIcon", { enumerable: true, get: function () { return VideoPlayIcon_1.VideoPlayIcon; } });
1138
+ var DevicesAuthenticationIcon_1 = require("./DevicesAuthenticationIcon");
1139
+ Object.defineProperty(exports, "DevicesAuthenticationIcon", { enumerable: true, get: function () { return DevicesAuthenticationIcon_1.DevicesAuthenticationIcon; } });
1140
+ var KeyboardClearIcon_1 = require("./KeyboardClearIcon");
1141
+ Object.defineProperty(exports, "KeyboardClearIcon", { enumerable: true, get: function () { return KeyboardClearIcon_1.KeyboardClearIcon; } });
1142
+ var BackwardIcon_1 = require("./BackwardIcon");
1143
+ Object.defineProperty(exports, "BackwardIcon", { enumerable: true, get: function () { return BackwardIcon_1.BackwardIcon; } });
1144
+ var StopIcon_1 = require("./StopIcon");
1145
+ Object.defineProperty(exports, "StopIcon", { enumerable: true, get: function () { return StopIcon_1.StopIcon; } });
1138
1146
  var MainIcon_1 = require("./MainIcon");
1139
1147
  Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
1140
1148
  var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const BackwardIcon: 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 { BackwardMIcon } from './BackwardMIcon';
4
+ import { BackwardSIcon } from './BackwardSIcon';
5
+ export var BackwardIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(BackwardSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(BackwardMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(BackwardMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ BackwardIcon.displayName = 'BackwardIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BackwardMIcon: 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 BackwardMIcon = 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", d: "M21.75 13.474c0-3.492-2.926-6.277-6.477-6.277H4.857L7.611 4.54a.75.75 0 0 0-1.04-1.08L2.478 7.407a.75.75 0 0 0 0 1.08l4.091 3.948a.75.75 0 0 0 1.041-1.08L4.857 8.698h10.416c2.774 0 4.977 2.164 4.977 4.777s-2.203 4.776-4.977 4.776H8.946a.75.75 0 0 0 0 1.5h6.327c3.551 0 6.477-2.785 6.477-6.276" }))); });
5
+ BackwardMIcon.displayName = 'BackwardMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BackwardSIcon: 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 BackwardSIcon = 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", d: "M14.25 8.947c0-1.81-1.502-3.302-3.387-3.302H2.837l1.642 1.609a.75.75 0 0 1-1.05 1.071L.477 5.431a.75.75 0 0 1 0-1.072L3.43 1.464a.75.75 0 0 1 1.05 1.072L2.837 4.145h8.025c2.684 0 4.887 2.136 4.887 4.802 0 2.667-2.203 4.803-4.887 4.803H5.295a.75.75 0 0 1 0-1.5h5.568c1.885 0 3.387-1.493 3.387-3.303" }))); });
5
+ BackwardSIcon.displayName = 'BackwardSIcon';
@@ -0,0 +1 @@
1
+ export { BackwardIcon } from './BackwardIcon';
@@ -0,0 +1 @@
1
+ export { BackwardIcon } from './BackwardIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DeviceAuthenticationSIcon: 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 DeviceAuthenticationSIcon = 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", d: "M13.5 5.368V3.25a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H6a.75.75 0 0 1 0 1.5H2a.25.25 0 0 0 0 .5h4a.75.75 0 0 1 0 1.5H2a1.75 1.75 0 0 1-1-3.185V3.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v2.118a.75.75 0 0 1-1.5 0" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M9 13h4.5v-2.75H9zm3.682-4.25c0-.63-.578-1.25-1.432-1.25s-1.432.62-1.432 1.25zm1.5.089c.456.175.818.598.818 1.161v3.25c0 .75-.643 1.25-1.296 1.25H8.796c-.653 0-1.296-.5-1.296-1.25V10c0-.563.362-.986.818-1.161V8.75C8.318 7.171 9.694 6 11.25 6s2.932 1.171 2.932 2.75z" }))); });
6
+ DeviceAuthenticationSIcon.displayName = 'DeviceAuthenticationSIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const DevicesAuthenticationIcon: 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 { DeviceAuthenticationSIcon } from './DeviceAuthenticationSIcon';
4
+ import { DevicesAuthenticationMIcon } from './DevicesAuthenticationMIcon';
5
+ export var DevicesAuthenticationIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(DeviceAuthenticationSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(DevicesAuthenticationMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(DevicesAuthenticationMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ DevicesAuthenticationIcon.displayName = 'DevicesAuthenticationIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DevicesAuthenticationMIcon: 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 DevicesAuthenticationMIcon = 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", d: "M19.509 6.5V5.098a.585.585 0 0 0-.572-.598H5.063a.585.585 0 0 0-.57.598v10.108c0 .344.269.599.57.599H9.5l.077.004a.75.75 0 0 1 0 1.492l-.077.004H4.071a.6.6 0 0 0-.14.017.594.594 0 0 0-.431.58c0 .344.27.598.571.598H9.5a.75.75 0 0 1 0 1.5H4.071c-1.158 0-2.07-.953-2.071-2.098 0-.752.393-1.418.991-1.789V5.098C2.991 3.953 3.905 3 5.063 3h13.875c1.157 0 2.07.953 2.07 2.098V6.5a.75.75 0 0 1-1.5 0" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M20.499 13.354q0-.002-.008-.011a.1.1 0 0 0-.06-.022h-7.363a.1.1 0 0 0-.06.022l-.007.01-.001.004v5.107l.001.004q0 .002.008.01c.01.011.03.022.06.022h7.363a.1.1 0 0 0 .06-.021l.007-.011.001-.004v-5.107zm-1.226-1.961C19.273 10.1 18.173 9 16.75 9c-1.422 0-2.522 1.1-2.523 2.393v.428h5.046zm1.5.466c.685.15 1.227.744 1.227 1.498v5.107C22 19.34 21.269 20 20.432 20h-7.364c-.837 0-1.568-.66-1.568-1.536v-5.107c0-.754.542-1.347 1.227-1.498v-.466c0-2.179 1.83-3.893 4.023-3.893s4.022 1.714 4.023 3.893z" }),
6
+ React.createElement("path", { fill: "currentColor", d: "M17.75 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
7
+ DevicesAuthenticationMIcon.displayName = 'DevicesAuthenticationMIcon';
@@ -0,0 +1 @@
1
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
@@ -0,0 +1 @@
1
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const KeyboardClearIcon: 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 { KeyboardClearMIcon } from './KeyboardClearMIcon';
4
+ import { KeyboardClearSIcon } from './KeyboardClearSIcon';
5
+ export var KeyboardClearIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(KeyboardClearSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(KeyboardClearMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(KeyboardClearMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ KeyboardClearIcon.displayName = 'KeyboardClearIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const KeyboardClearMIcon: 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 KeyboardClearMIcon = 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", d: "M20.25 7a.75.75 0 0 0-.75-.75H8.38a.75.75 0 0 0-.565.256l-4.383 5a.75.75 0 0 0 0 .988l4.383 5a.75.75 0 0 0 .565.256H19.5a.75.75 0 0 0 .75-.75zm1.5 10a2.25 2.25 0 0 1-2.25 2.25H8.38c-.648 0-1.265-.28-1.693-.767l-4.383-5a2.25 2.25 0 0 1 0-2.966l4.383-5A2.25 2.25 0 0 1 8.38 4.75H19.5A2.25 2.25 0 0 1 21.75 7z" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M16.47 8.47a.75.75 0 1 1 1.06 1.06L15.06 12l2.47 2.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L14 13.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L12.94 12l-2.47-2.47a.75.75 0 1 1 1.06-1.06L14 10.94z" }))); });
6
+ KeyboardClearMIcon.displayName = 'KeyboardClearMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const KeyboardClearSIcon: 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 KeyboardClearSIcon = 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", d: "M14.25 4.5a.75.75 0 0 0-.75-.75H5.9a.75.75 0 0 0-.576.268l-2.94 3.5a.75.75 0 0 0 0 .964l2.94 3.5c.143.17.354.268.575.268H13.5a.75.75 0 0 0 .75-.75zm1.5 7a2.25 2.25 0 0 1-2.25 2.25H5.9a2.25 2.25 0 0 1-1.724-.803l-2.94-3.5a2.25 2.25 0 0 1 0-2.894l2.94-3.5a2.25 2.25 0 0 1 1.723-.803H13.5a2.25 2.25 0 0 1 2.25 2.25z" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M10.72 5.47a.75.75 0 1 1 1.06 1.06L10.31 8l1.47 1.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06L8.19 8 6.72 6.53a.75.75 0 1 1 1.06-1.06l1.47 1.47z" }))); });
6
+ KeyboardClearSIcon.displayName = 'KeyboardClearSIcon';
@@ -0,0 +1 @@
1
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
@@ -0,0 +1 @@
1
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const StopIcon: 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 { StopMIcon } from './StopMIcon';
4
+ import { StopSIcon } from './StopSIcon';
5
+ export var StopIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(StopSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(StopMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(StopMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ StopIcon.displayName = 'StopIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const StopMIcon: 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 StopMIcon = 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", d: "M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5z" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" }))); });
6
+ StopMIcon.displayName = 'StopMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const StopSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var StopSIcon = 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("g", { fill: "currentColor", clipPath: "url(#StopSIcon__a)" },
5
+ React.createElement("path", { d: "M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5z" }),
6
+ React.createElement("path", { d: "M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0" })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "StopSIcon__a" },
9
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
10
+ StopSIcon.displayName = 'StopSIcon';
@@ -0,0 +1 @@
1
+ export { StopIcon } from './StopIcon';
@@ -0,0 +1 @@
1
+ export { StopIcon } from './StopIcon';
@@ -558,6 +558,10 @@ export { TaxesIcon } from './TaxesIcon';
558
558
  export { CustodialWalletIcon } from './CustodialWalletIcon';
559
559
  export { DebtIcon } from './DebtIcon';
560
560
  export { VideoPlayIcon } from './VideoPlayIcon';
561
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
562
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
563
+ export { BackwardIcon } from './BackwardIcon';
564
+ export { StopIcon } from './StopIcon';
561
565
  export { MainIcon } from './MainIcon';
562
566
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
563
567
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/esm/index.js CHANGED
@@ -558,6 +558,10 @@ export { TaxesIcon } from './TaxesIcon';
558
558
  export { CustodialWalletIcon } from './CustodialWalletIcon';
559
559
  export { DebtIcon } from './DebtIcon';
560
560
  export { VideoPlayIcon } from './VideoPlayIcon';
561
+ export { DevicesAuthenticationIcon } from './DevicesAuthenticationIcon';
562
+ export { KeyboardClearIcon } from './KeyboardClearIcon';
563
+ export { BackwardIcon } from './BackwardIcon';
564
+ export { StopIcon } from './StopIcon';
561
565
  export { MainIcon } from './MainIcon';
562
566
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
563
567
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
@@ -0,0 +1,16 @@
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
+ d="M20.25 7a.75.75 0 0 0-.75-.75H8.38a.75.75 0 0 0-.565.256l-4.383 5a.75.75 0 0 0 0 .988l4.383 5a.75.75 0 0 0 .565.256H19.5a.75.75 0 0 0 .75-.75zm1.5 10a2.25 2.25 0 0 1-2.25 2.25H8.38c-.648 0-1.265-.28-1.693-.767l-4.383-5a2.25 2.25 0 0 1 0-2.966l4.383-5A2.25 2.25 0 0 1 8.38 4.75H19.5A2.25 2.25 0 0 1 21.75 7z"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M16.47 8.47a.75.75 0 1 1 1.06 1.06L15.06 12l2.47 2.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L14 13.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L12.94 12l-2.47-2.47a.75.75 0 1 1 1.06-1.06L14 10.94z"
15
+ />
16
+ </svg>
@@ -0,0 +1,16 @@
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
+ d="M14.25 4.5a.75.75 0 0 0-.75-.75H5.9a.75.75 0 0 0-.576.268l-2.94 3.5a.75.75 0 0 0 0 .964l2.94 3.5c.143.17.354.268.575.268H13.5a.75.75 0 0 0 .75-.75zm1.5 7a2.25 2.25 0 0 1-2.25 2.25H5.9a2.25 2.25 0 0 1-1.724-.803l-2.94-3.5a2.25 2.25 0 0 1 0-2.894l2.94-3.5a2.25 2.25 0 0 1 1.723-.803H13.5a2.25 2.25 0 0 1 2.25 2.25z"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M10.72 5.47a.75.75 0 1 1 1.06 1.06L10.31 8l1.47 1.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06L8.19 8 6.72 6.53a.75.75 0 1 1 1.06-1.06l1.47 1.47z"
15
+ />
16
+ </svg>
package/manifest.json CHANGED
@@ -4238,6 +4238,38 @@
4238
4238
  "colored": false,
4239
4239
  "deprecated": false
4240
4240
  },
4241
+ {
4242
+ "name": "devices_authentication_icon",
4243
+ "size": ["s", "m"],
4244
+ "category": "Action",
4245
+ "componentName": "DevicesAuthenticationIcon",
4246
+ "colored": false,
4247
+ "deprecated": false
4248
+ },
4249
+ {
4250
+ "name": "keyboard_clear_icon",
4251
+ "size": ["s", "m"],
4252
+ "category": "Action",
4253
+ "componentName": "KeyboardClearIcon",
4254
+ "colored": false,
4255
+ "deprecated": false
4256
+ },
4257
+ {
4258
+ "name": "backward_icon",
4259
+ "size": ["s", "m"],
4260
+ "category": "Action",
4261
+ "componentName": "BackwardIcon",
4262
+ "colored": false,
4263
+ "deprecated": false
4264
+ },
4265
+ {
4266
+ "name": "stop_icon",
4267
+ "size": ["s", "m"],
4268
+ "category": "Action",
4269
+ "componentName": "StopIcon",
4270
+ "colored": false,
4271
+ "deprecated": false
4272
+ },
4241
4273
  {
4242
4274
  "name": "main_icon",
4243
4275
  "size": ["s", "m"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/icons",
3
- "version": "0.74.0",
3
+ "version": "0.75.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.74.0"
24
+ "@ozen-ui/logger": "0.75.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=17.0.2 <19.0.0"
@@ -0,0 +1,16 @@
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
+ d="M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5z"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"
15
+ />
16
+ </svg>
@@ -0,0 +1,21 @@
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
+ <g fill="currentColor" clip-path="url(#StopSIcon__a)">
9
+ <path
10
+ d="M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5z"
11
+ />
12
+ <path
13
+ d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"
14
+ />
15
+ </g>
16
+ <defs>
17
+ <clipPath id="StopSIcon__a">
18
+ <path fill="currentColor" d="M0 0h16v16H0z" />
19
+ </clipPath>
20
+ </defs>
21
+ </svg>