@gravity-ui/icons
Version:
Pack of Gravity UI icons
10 lines (9 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const LockOpenFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M8 1a4 4 0 0 1 4 4v1l.154.004A3 3 0 0 1 15 9v3a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6.5V5a2.5 2.5 0 0 0-4.531-1.456c-.242.336-.66.559-1.052.428-.393-.131-.61-.56-.408-.922A4 4 0 0 1 8 1m0 7.75a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 8.75" }),
React.createElement("path", { fillRule: "evenodd", d: "M8 1a4 4 0 0 1 4 4v1l.154.004A3 3 0 0 1 15 9v3a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6.5V5a2.5 2.5 0 0 0-4.531-1.456c-.242.336-.66.559-1.052.428-.393-.131-.61-.56-.408-.922A4 4 0 0 1 8 1m0 7.75a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 8.75", clipRule: "evenodd" }))));
exports.default = LockOpenFill;