@ozen-ui/icons 0.73.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.
- package/backward_m_icon.svg +12 -0
- package/backward_s_icon.svg +12 -0
- package/device_authentication_s_icon.svg +16 -0
- package/devices_authentication_m_icon.svg +17 -0
- package/dist/cjs/BackwardIcon/BackwardIcon.d.ts +3 -0
- package/dist/cjs/BackwardIcon/BackwardIcon.js +19 -0
- package/dist/cjs/BackwardIcon/BackwardMIcon.d.ts +2 -0
- package/dist/cjs/BackwardIcon/BackwardMIcon.js +8 -0
- package/dist/cjs/BackwardIcon/BackwardSIcon.d.ts +2 -0
- package/dist/cjs/BackwardIcon/BackwardSIcon.js +8 -0
- package/dist/cjs/BackwardIcon/index.d.ts +1 -0
- package/dist/cjs/BackwardIcon/index.js +5 -0
- package/dist/cjs/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.d.ts +2 -0
- package/dist/cjs/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.js +9 -0
- package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationIcon.d.ts +3 -0
- package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationIcon.js +19 -0
- package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.d.ts +2 -0
- package/dist/cjs/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.js +10 -0
- package/dist/cjs/DevicesAuthenticationIcon/index.d.ts +1 -0
- package/dist/cjs/DevicesAuthenticationIcon/index.js +5 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearIcon.d.ts +3 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearIcon.js +19 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearMIcon.d.ts +2 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearMIcon.js +9 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearSIcon.d.ts +2 -0
- package/dist/cjs/KeyboardClearIcon/KeyboardClearSIcon.js +9 -0
- package/dist/cjs/KeyboardClearIcon/index.d.ts +1 -0
- package/dist/cjs/KeyboardClearIcon/index.js +5 -0
- package/dist/cjs/StopIcon/StopIcon.d.ts +3 -0
- package/dist/cjs/StopIcon/StopIcon.js +19 -0
- package/dist/cjs/StopIcon/StopMIcon.d.ts +2 -0
- package/dist/cjs/StopIcon/StopMIcon.js +9 -0
- package/dist/cjs/StopIcon/StopSIcon.d.ts +2 -0
- package/dist/cjs/StopIcon/StopSIcon.js +13 -0
- package/dist/cjs/StopIcon/index.d.ts +1 -0
- package/dist/cjs/StopIcon/index.js +5 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayIcon.d.ts +3 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayIcon.js +19 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayMIcon.d.ts +2 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayMIcon.js +9 -0
- package/dist/cjs/VideoPlayIcon/VideoPlaySIcon.d.ts +2 -0
- package/dist/cjs/VideoPlayIcon/VideoPlaySIcon.js +9 -0
- package/dist/cjs/VideoPlayIcon/index.d.ts +1 -0
- package/dist/cjs/VideoPlayIcon/index.js +5 -0
- package/dist/cjs/index.d.ts +5 -0
- package/dist/cjs/index.js +13 -3
- package/dist/esm/BackwardIcon/BackwardIcon.d.ts +3 -0
- package/dist/esm/BackwardIcon/BackwardIcon.js +16 -0
- package/dist/esm/BackwardIcon/BackwardMIcon.d.ts +2 -0
- package/dist/esm/BackwardIcon/BackwardMIcon.js +5 -0
- package/dist/esm/BackwardIcon/BackwardSIcon.d.ts +2 -0
- package/dist/esm/BackwardIcon/BackwardSIcon.js +5 -0
- package/dist/esm/BackwardIcon/index.d.ts +1 -0
- package/dist/esm/BackwardIcon/index.js +1 -0
- package/dist/esm/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.d.ts +2 -0
- package/dist/esm/DevicesAuthenticationIcon/DeviceAuthenticationSIcon.js +6 -0
- package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationIcon.d.ts +3 -0
- package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationIcon.js +16 -0
- package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.d.ts +2 -0
- package/dist/esm/DevicesAuthenticationIcon/DevicesAuthenticationMIcon.js +7 -0
- package/dist/esm/DevicesAuthenticationIcon/index.d.ts +1 -0
- package/dist/esm/DevicesAuthenticationIcon/index.js +1 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearIcon.d.ts +3 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearIcon.js +16 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearMIcon.d.ts +2 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearMIcon.js +6 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearSIcon.d.ts +2 -0
- package/dist/esm/KeyboardClearIcon/KeyboardClearSIcon.js +6 -0
- package/dist/esm/KeyboardClearIcon/index.d.ts +1 -0
- package/dist/esm/KeyboardClearIcon/index.js +1 -0
- package/dist/esm/StopIcon/StopIcon.d.ts +3 -0
- package/dist/esm/StopIcon/StopIcon.js +16 -0
- package/dist/esm/StopIcon/StopMIcon.d.ts +2 -0
- package/dist/esm/StopIcon/StopMIcon.js +6 -0
- package/dist/esm/StopIcon/StopSIcon.d.ts +2 -0
- package/dist/esm/StopIcon/StopSIcon.js +10 -0
- package/dist/esm/StopIcon/index.d.ts +1 -0
- package/dist/esm/StopIcon/index.js +1 -0
- package/dist/esm/VideoPlayIcon/VideoPlayIcon.d.ts +3 -0
- package/dist/esm/VideoPlayIcon/VideoPlayIcon.js +16 -0
- package/dist/esm/VideoPlayIcon/VideoPlayMIcon.d.ts +2 -0
- package/dist/esm/VideoPlayIcon/VideoPlayMIcon.js +6 -0
- package/dist/esm/VideoPlayIcon/VideoPlaySIcon.d.ts +2 -0
- package/dist/esm/VideoPlayIcon/VideoPlaySIcon.js +6 -0
- package/dist/esm/VideoPlayIcon/index.d.ts +1 -0
- package/dist/esm/VideoPlayIcon/index.js +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.js +5 -0
- package/keyboard_clear_m_icon.svg +16 -0
- package/keyboard_clear_s_icon.svg +16 -0
- package/manifest.json +40 -0
- package/package.json +2 -2
- package/stop_m_icon.svg +16 -0
- package/stop_s_icon.svg +21 -0
- package/video_play_m_icon.svg +16 -0
- package/video_play_s_icon.svg +16 -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,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,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,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,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,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,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,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,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,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,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,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,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,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
var VideoPlayMIcon_1 = require("./VideoPlayMIcon");
|
|
7
|
+
var VideoPlaySIcon_1 = require("./VideoPlaySIcon");
|
|
8
|
+
exports.VideoPlayIcon = (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(VideoPlaySIcon_1.VideoPlaySIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
13
|
+
case 'm':
|
|
14
|
+
return react_1.default.createElement(VideoPlayMIcon_1.VideoPlayMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
15
|
+
default:
|
|
16
|
+
return react_1.default.createElement(VideoPlayMIcon_1.VideoPlayMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
exports.VideoPlayIcon.displayName = 'VideoPlayIcon';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayMIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.VideoPlayMIcon = (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: "M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12" }))); });
|
|
9
|
+
exports.VideoPlayMIcon.displayName = 'VideoPlayMIcon';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlaySIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.VideoPlaySIcon = (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: "M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064" }))); });
|
|
9
|
+
exports.VideoPlaySIcon.displayName = 'VideoPlaySIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayIcon = void 0;
|
|
4
|
+
var VideoPlayIcon_1 = require("./VideoPlayIcon");
|
|
5
|
+
Object.defineProperty(exports, "VideoPlayIcon", { enumerable: true, get: function () { return VideoPlayIcon_1.VideoPlayIcon; } });
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -557,6 +557,11 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
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';
|
|
560
565
|
export { MainIcon } from './MainIcon';
|
|
561
566
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
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.
|
|
15
|
-
exports.
|
|
16
|
-
exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = 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; } });
|
|
@@ -1133,6 +1133,16 @@ var CustodialWalletIcon_1 = require("./CustodialWalletIcon");
|
|
|
1133
1133
|
Object.defineProperty(exports, "CustodialWalletIcon", { enumerable: true, get: function () { return CustodialWalletIcon_1.CustodialWalletIcon; } });
|
|
1134
1134
|
var DebtIcon_1 = require("./DebtIcon");
|
|
1135
1135
|
Object.defineProperty(exports, "DebtIcon", { enumerable: true, get: function () { return DebtIcon_1.DebtIcon; } });
|
|
1136
|
+
var VideoPlayIcon_1 = require("./VideoPlayIcon");
|
|
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; } });
|
|
1136
1146
|
var MainIcon_1 = require("./MainIcon");
|
|
1137
1147
|
Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
|
|
1138
1148
|
var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
|
|
@@ -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,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,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,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,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,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,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,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,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,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,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,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';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
import { VideoPlayMIcon } from './VideoPlayMIcon';
|
|
4
|
+
import { VideoPlaySIcon } from './VideoPlaySIcon';
|
|
5
|
+
export var VideoPlayIcon = forwardRef(function (_a, ref) {
|
|
6
|
+
var size = _a.size, otherProps = __rest(_a, ["size"]);
|
|
7
|
+
switch (size) {
|
|
8
|
+
case 's':
|
|
9
|
+
return React.createElement(VideoPlaySIcon, __assign({}, otherProps, { ref: ref }));
|
|
10
|
+
case 'm':
|
|
11
|
+
return React.createElement(VideoPlayMIcon, __assign({}, otherProps, { ref: ref }));
|
|
12
|
+
default:
|
|
13
|
+
return React.createElement(VideoPlayMIcon, __assign({}, otherProps, { ref: ref }));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
VideoPlayIcon.displayName = 'VideoPlayIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var VideoPlayMIcon = 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: "M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12" }))); });
|
|
6
|
+
VideoPlayMIcon.displayName = 'VideoPlayMIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var VideoPlaySIcon = 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: "M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064" }))); });
|
|
6
|
+
VideoPlaySIcon.displayName = 'VideoPlaySIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -557,6 +557,11 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
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';
|
|
560
565
|
export { MainIcon } from './MainIcon';
|
|
561
566
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
567
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/dist/esm/index.js
CHANGED
|
@@ -557,6 +557,11 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
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';
|
|
560
565
|
export { MainIcon } from './MainIcon';
|
|
561
566
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
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
|
@@ -4230,6 +4230,46 @@
|
|
|
4230
4230
|
"colored": false,
|
|
4231
4231
|
"deprecated": false
|
|
4232
4232
|
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "video_play_icon",
|
|
4235
|
+
"size": ["s", "m"],
|
|
4236
|
+
"category": "Action",
|
|
4237
|
+
"componentName": "VideoPlayIcon",
|
|
4238
|
+
"colored": false,
|
|
4239
|
+
"deprecated": false
|
|
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
|
+
},
|
|
4233
4273
|
{
|
|
4234
4274
|
"name": "main_icon",
|
|
4235
4275
|
"size": ["s", "m"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ozen-ui/icons",
|
|
3
|
-
"version": "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.
|
|
24
|
+
"@ozen-ui/logger": "0.75.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=17.0.2 <19.0.0"
|
package/stop_m_icon.svg
ADDED
|
@@ -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>
|
package/stop_s_icon.svg
ADDED
|
@@ -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>
|
|
@@ -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="M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12"
|
|
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="M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|