iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 920 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 UnlockFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M5 11.009C5 9.899 5.897 9 7.006 9h9.988A2.01 2.01 0 0 1 19 11.009v7.982c0 1.11-.897 2.009-2.006 2.009H7.006A2.009 2.009 0 0 1 5 18.991V11.01zM12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }),
React.createElement("path", { d: "M8 6.251v-.249A4.004 4.004 0 0 1 12 2a4 4 0 0 1 4 4.002V6.5h-2v-.498A2.001 2.001 0 0 0 12 4c-1.102 0-2 .898-2 2.002V11H8V6.251zm6 .249h2a1 1 0 0 1-2 0z", fillRule: "nonzero" })));
exports.default = UnlockFilled;