UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.25 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LockOffSIcon = 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", fillRule: "evenodd", d: "M1.26 2.79a3.84 3.84 0 0 1 2.782-1.207c1.05 0 2.05.44 2.782 1.207.73.767 1.134 1.8 1.134 2.868v.675h6.138a1.8 1.8 0 0 1 1.247.5c.337.323.532.769.532 1.24v5.937c0 .471-.195.917-.532 1.24a1.8 1.8 0 0 1-1.247.5H5.862a1.8 1.8 0 0 1-1.247-.5 1.72 1.72 0 0 1-.532-1.24V8.073c0-.471.195-.917.532-1.24a1.8 1.8 0 0 1 1.247-.5h.596v-.675c0-.694-.263-1.353-.72-1.834a2.34 2.34 0 0 0-1.696-.74c-.63 0-1.24.261-1.696.74-.458.48-.721 1.14-.721 1.834v1.425a.75.75 0 1 1-1.5 0V5.658c0-1.069.404-2.101 1.134-2.868m4.602 5.043a.3.3 0 0 0-.208.08.22.22 0 0 0-.07.16v5.937c0 .054.021.112.07.16a.3.3 0 0 0 .208.08h8.234a.3.3 0 0 0 .207-.08.22.22 0 0 0 .072-.16V8.073a.22.22 0 0 0-.072-.16.3.3 0 0 0-.207-.08z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M11 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); LockOffSIcon.displayName = 'LockOffSIcon';