iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 930 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 Lock = (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 9.993 0v1.665a2.22 2.22 0 0 1 2.22 2.22v6.663a2.22 2.22 0 0 1-2.22 2.22zm-1.11-12.768a3.886 3.886 0 0 0-7.772 0v1.665h7.772V5.996zm2.22 3.886a1.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.993a1.11 1.11 0 0 0 1.11-1.11V9.883zm-6.107 5.55a.555.555 0 0 1-.555-.554v-3.331a.555.555 0 0 1 1.11 0v3.33a.555.555 0 0 1-.555.556z", fill: "#000", fillRule: "evenodd" }));
exports.default = Lock;