@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.04 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LockOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 4.25C5.72809 4.25 4.51613 4.78087 3.62847 5.71291C2.74199 6.64371 2.25 7.89866 2.25 9.2V11C2.25 11.4142 2.58579 11.75 3 11.75C3.41421 11.75 3.75 11.4142 3.75 11V9.2C3.75 8.27352 4.10086 7.3919 4.71468 6.74739C5.32731 6.10413 6.15018 5.75 7 5.75C7.84982 5.75 8.67269 6.10413 9.28532 6.74739C9.89914 7.3919 10.25 8.27352 10.25 9.2V10.25H9.3C8.76559 10.25 8.24743 10.4539 7.86093 10.8255C7.47342 11.1981 7.25 11.7099 7.25 12.25V19.75C7.25 20.2901 7.47342 20.8019 7.86093 21.1745C8.24743 21.5461 8.76559 21.75 9.3 21.75H19.7C20.2344 21.75 20.7526 21.5461 21.1391 21.1745C21.5266 20.8019 21.75 20.2901 21.75 19.75V12.25C21.75 11.7099 21.5266 11.1981 21.1391 10.8255C20.7526 10.4539 20.2344 10.25 19.7 10.25H11.75V9.2C11.75 7.89867 11.258 6.64371 10.3715 5.71291C9.48387 4.78087 8.27191 4.25 7 4.25ZM9.3 11.75C9.14485 11.75 9.00168 11.8095 8.90059 11.9067C8.8005 12.003 8.75 12.1271 8.75 12.25V19.75C8.75 19.8729 8.8005 19.997 8.90059 20.0933C9.00168 20.1905 9.14485 20.25 9.3 20.25H19.7C19.8552 20.25 19.9983 20.1905 20.0994 20.0933C20.1995 19.997 20.25 19.8729 20.25 19.75V12.25C20.25 12.1271 20.1995 12.003 20.0994 11.9067C19.9983 11.8095 19.8552 11.75 19.7 11.75H9.3Z", fill: "currentColor" }),
React.createElement("path", { d: "M14.75 15C14.4185 15 14.1005 15.1317 13.8661 15.3661C13.6317 15.6005 13.5 15.9185 13.5 16.25C13.5 16.5815 13.6317 16.8995 13.8661 17.1339C14.1005 17.3683 14.4185 17.5 14.75 17.5C15.0815 17.5 15.3995 17.3683 15.6339 17.1339C15.8683 16.8995 16 16.5815 16 16.25C16 15.9185 15.8683 15.6005 15.6339 15.3661C15.3995 15.1317 15.0815 15 14.75 15Z", fill: "currentColor" }))); });
LockOffMIcon.displayName = 'LockOffMIcon';