iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 986 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 ChurchDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 152v64h-40v-88zM32 216h40v-88l-40 24z", opacity: ".2" }),
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 8h80a8 8 0 008-8v-48a8 8 0 0116 0v48a8 8 0 008 8h80a8 8 0 008-8v-64a8 8 0 00-3.88-6.86zM40 156.53l24-14.4V208H40zM128 144a24 24 0 00-24 24v40H80v-99.36l48-27.43 48 27.43V208h-24v-40a24 24 0 00-24-24zm88 64h-24v-65.87l24 14.4z" }));
exports.default = ChurchDuotone;