UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.05 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; 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 }), 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" }), 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" }))); }); DeviceAuthenticationSIcon.displayName = 'DeviceAuthenticationSIcon';