UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; 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 }), 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" }), 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" }), React.createElement("path", { fill: "currentColor", d: "M17.75 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); DevicesAuthenticationMIcon.displayName = 'DevicesAuthenticationMIcon';