@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.72 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DevicesAuthenticationMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
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 }),
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" }),
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" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M17.75 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
exports.DevicesAuthenticationMIcon.displayName = 'DevicesAuthenticationMIcon';