UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 2.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceAuthenticationMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DeviceAuthenticationMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M19.5088 6.5V5.09766C19.5087 4.75352 19.2391 4.5 18.9375 4.5H5.0625C4.76087 4.5 4.4913 4.75352 4.49121 5.09766V15.2061C4.49121 15.5503 4.76082 15.8047 5.0625 15.8047H9.5L9.57715 15.8086C9.9551 15.8472 10.25 16.1665 10.25 16.5547C10.2498 16.9427 9.95502 17.2622 9.57715 17.3008L9.5 17.3047H4.07129C4.0222 17.3047 3.9756 17.3107 3.93164 17.3223C3.69213 17.3851 3.5 17.6144 3.5 17.9023C3.50009 18.2464 3.76972 18.4999 4.07129 18.5H9.5C9.91421 18.5 10.25 18.8358 10.25 19.25C10.25 19.6642 9.91421 20 9.5 20H4.07129C2.91348 19.9999 2.00009 19.0468 2 17.9023C2 17.1499 2.39346 16.484 2.99121 16.1133V5.09766C2.9913 3.95319 3.90462 3 5.0625 3H18.9375C20.0954 3 21.0087 3.95319 21.0088 5.09766V6.5C21.0088 6.91421 20.673 7.25 20.2588 7.25C19.8446 7.24992 19.5088 6.91417 19.5088 6.5Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M20.499 13.3535C20.499 13.3535 20.4962 13.3477 20.4912 13.3428C20.4803 13.3323 20.4604 13.3213 20.4316 13.3213H13.0684C13.0396 13.3213 13.0197 13.3323 13.0088 13.3428C13.0038 13.3477 13.001 13.3535 13.001 13.3535L13 13.3574V18.4639L13.001 18.4678C13.001 18.4678 13.0037 18.4736 13.0088 18.4785C13.0197 18.489 13.0396 18.5 13.0684 18.5H20.4316C20.4604 18.5 20.4803 18.489 20.4912 18.4785C20.4963 18.4736 20.499 18.4678 20.499 18.4678L20.5 18.4639V13.3574L20.499 13.3535ZM19.2725 11.3926C19.2723 10.0995 18.1721 9 16.75 9C15.3279 9 14.2277 10.0995 14.2275 11.3926V11.8213H19.2725V11.3926ZM20.7725 11.8594C21.4577 12.0097 22 12.6026 22 13.3574V18.4639C22 19.3404 21.2688 20 20.4316 20H13.0684C12.2312 20 11.5 19.3404 11.5 18.4639V13.3574C11.5 12.6026 12.0423 12.0097 12.7275 11.8594V11.3926C12.7277 9.21441 14.5573 7.5 16.75 7.5C18.9427 7.5 20.7723 9.21441 20.7725 11.3926V11.8594Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M17.75 16C17.75 16.5523 17.3023 17 16.75 17C16.1977 17 15.75 16.5523 15.75 16C15.75 15.4477 16.1977 15 16.75 15C17.3023 15 17.75 15.4477 17.75 16Z", fill: "currentColor" }))); }); exports.DeviceAuthenticationMIcon.displayName = 'DeviceAuthenticationMIcon';