UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 2.03 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LockOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.25939 2.79C1.99076 2.02205 2.99075 1.58337 4.04165 1.58337C5.09254 1.58337 6.09253 2.02205 6.82391 2.79C7.5541 3.5567 7.95829 4.58909 7.95829 5.65835V6.33334H14.0957C14.5582 6.33334 15.0075 6.50976 15.3432 6.83256C15.6799 7.15632 15.8748 7.60185 15.8748 8.07292V14.0104C15.8748 14.4814 15.6799 14.927 15.3432 15.2507C15.0075 15.5735 14.5582 15.75 14.0957 15.75H5.86237C5.39979 15.75 4.95053 15.5735 4.61481 15.2507C4.2781 14.927 4.08321 14.4814 4.08321 14.0104V8.07292C4.08321 7.60185 4.2781 7.15632 4.61481 6.83256C4.95053 6.50976 5.39979 6.33334 5.86237 6.33334H6.45829V5.65835C6.45829 4.96394 6.19523 4.30489 5.7377 3.82448C5.28135 3.34531 4.67045 3.08337 4.04165 3.08337C3.41285 3.08337 2.80194 3.34531 2.34559 3.82448C1.88806 4.30489 1.625 4.96394 1.625 5.65835V7.08334C1.625 7.49756 1.28921 7.83334 0.875 7.83334C0.460786 7.83334 0.125 7.49756 0.125 7.08334V5.65835C0.125 4.58909 0.529195 3.5567 1.25939 2.79ZM5.86237 7.83334C5.77905 7.83334 5.70477 7.86545 5.65448 7.91381C5.60518 7.96121 5.58321 8.01908 5.58321 8.07292V14.0104C5.58321 14.0642 5.60518 14.1221 5.65448 14.1695C5.70477 14.2179 5.77905 14.25 5.86237 14.25H14.0957C14.179 14.25 14.2532 14.2179 14.3035 14.1695C14.3528 14.1221 14.3748 14.0642 14.3748 14.0104V8.07292C14.3748 8.01908 14.3528 7.96121 14.3035 7.91381C14.2532 7.86544 14.179 7.83334 14.0957 7.83334H5.86237Z", fill: "currentColor" }), React.createElement("path", { d: "M11 11C11 11.5522 10.5522 12 9.99995 12C9.44767 12 8.99995 11.5522 8.99995 11C8.99995 10.4477 9.44767 9.99996 9.99995 9.99996C10.5522 9.99996 11 10.4477 11 11Z", fill: "currentColor" }))); }); LockOffSIcon.displayName = 'LockOffSIcon';