@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.42 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LockOffMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LockOffMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 4.25c-1.272 0-2.484.53-3.372 1.463A5.06 5.06 0 0 0 2.25 9.2V11a.75.75 0 0 0 1.5 0V9.2c0-.926.35-1.808.965-2.453A3.16 3.16 0 0 1 7 5.75c.85 0 1.673.354 2.285.997A3.56 3.56 0 0 1 10.25 9.2v1.05H9.3c-.534 0-1.053.204-1.44.575-.387.373-.61.885-.61 1.425v7.5c0 .54.223 1.052.61 1.424s.906.576 1.44.576h10.4c.534 0 1.053-.204 1.44-.576s.61-.884.61-1.424v-7.5c0-.54-.223-1.052-.61-1.424a2.08 2.08 0 0 0-1.44-.576h-7.95V9.2a5.06 5.06 0 0 0-1.379-3.487A4.66 4.66 0 0 0 7 4.25m2.3 7.5a.58.58 0 0 0-.4.157c-.1.096-.15.22-.15.343v7.5c0 .123.05.247.15.343a.58.58 0 0 0 .4.157h10.4c.155 0 .298-.06.4-.157.1-.096.15-.22.15-.343v-7.5a.48.48 0 0 0-.15-.343.58.58 0 0 0-.4-.157z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M14.75 15a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" }))); });
exports.LockOffMIcon.displayName = 'LockOffMIcon';