iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 765 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 Locked1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.75 15.5a.75.75 0 00-1.5 0v2a.75.75 0 001.5 0v-2z", fill: "#323544" }),
React.createElement("path", { d: "M12 1.25A4.75 4.75 0 007.25 6v2.696a7.5 7.5 0 109.5 0V6A4.75 4.75 0 0012 1.25zM12 7a7.47 7.47 0 00-3.25.739V6a3.25 3.25 0 016.5 0v1.739A7.47 7.47 0 0012 7zm0 1.5a6 6 0 110 12 6 6 0 010-12z", fill: "#323544" }));
exports.default = Locked1;