iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 959 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LockOpen = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.213 18.764H5.22A2.22 2.22 0 0 1 3 16.544V9.882A2.22 2.22 0 0 1 5.22 7.66V5.996A4.996 4.996 0 0 1 10.216 1c2.57 0 4.661 1.946 4.94 4.44h-1.11c-.271-1.88-1.874-3.33-3.83-3.33a3.886 3.886 0 0 0-3.885 3.886v1.665h8.881a2.22 2.22 0 0 1 2.221 2.22v6.663a2.22 2.22 0 0 1-2.22 2.22zm1.11-8.882a1.11 1.11 0 0 0-1.11-1.11H5.22a1.11 1.11 0 0 0-1.11 1.11v6.662c0 .612.497 1.109 1.11 1.109h9.992a1.11 1.11 0 0 0 1.11-1.11V9.883zm-8.018 2.775h3.982a.555.555 0 0 1 0 1.11H8.305a.555.555 0 0 1 0-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = LockOpen;