iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 795 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 ChurchFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228.12 145.14L192 123.47V104a8 8 0 00-4-7l-52-29.64V48h16a8 8 0 000-16h-16V16a8 8 0 00-16 0v16h-16a8 8 0 000 16h16v19.36L68 97.05a8 8 0 00-4 7v19.47l-36.12 21.62A8 8 0 0024 152v64a8 8 0 008 8h72a8 8 0 008-8v-48a16 16 0 0132 0v48a8 8 0 008 8h72a8 8 0 008-8v-64a8 8 0 00-3.88-6.86zM64 208H40v-51.47l24-14.4zm152 0h-24v-65.87l24 14.4z" }));
exports.default = ChurchFill;