iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 884 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 ChurchLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M227.09 146.86L190 124.6V104a6 6 0 00-3-5.21l-53-30.27V46h18a6 6 0 000-12h-18V16a6 6 0 00-12 0v18h-18a6 6 0 000 12h18v22.52L69 98.79a6 6 0 00-3 5.21v20.6l-37.09 22.26A6 6 0 0026 152v64a6 6 0 006 6h80a6 6 0 006-6v-48a10 10 0 0120 0v48a6 6 0 006 6h80a6 6 0 006-6v-64a6 6 0 00-2.91-5.14zM38 155.4l28-16.8V210H38zm90-9.4a22 22 0 00-22 22v42H78V107.48l50-28.57 50 28.57V210h-28v-42a22 22 0 00-22-22zm90 64h-28v-71.4l28 16.8z" }));
exports.default = ChurchLight;