iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 882 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 Church = (props) => React.createElement("svg", { className: "lucide lucide-church", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M10 9h4M12 7v5M14 22v-4a2 2 0 00-4 0v4" }),
React.createElement("path", { d: "M18 22V5.618a1 1 0 00-.553-.894l-4.553-2.277a2 2 0 00-1.788 0L6.553 4.724A1 1 0 006 5.618V22" }),
React.createElement("path", { d: "M18 7l3.447 1.724a1 1 0 01.553.894V20a2 2 0 01-2 2H4a2 2 0 01-2-2V9.618a1 1 0 01.553-.894L6 7" }));
exports.default = Church;