UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 617 B
import * as React from 'react'; export function SvgChurchSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M15 3v2h-2v2h2v2.563l-3.719 3.718-.281.313v3.812l-6.5 3.719 1 1.75 1.5-.844V29h8v-4c0-.555.445-1 1-1 .555 0 1 .445 1 1v4h8v-6.969l1.5.844 1-1.75-6.5-3.719v-3.812l-.281-.313L17 9.562V7h2V5h-2V3zm1 8.438l3 3v4.156l.5.281 3.5 2V27h-4v-2c0-1.645-1.355-3-3-3s-3 1.355-3 3v2H9v-6.125l3.5-2 .5-.281v-4.157zM16 15c-.55 0-1 .45-1 1v3h2v-3c0-.55-.45-1-1-1z" }))); } export default SvgChurchSolid;