react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 661 B
JavaScript
import * as React from 'react';
export function SvgPlaceOfWorshipSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 4.406l-.781.969-4 5-.219.281v6.281l-5.531 3.47 1.062 1.687.469-.282V27h8v-4c0-.566.434-1 1-1 .566 0 1 .434 1 1v4h8v-5.188l.469.282 1.062-1.688L21 16.938v-6.282l-.219-.281-4-5zm0 3.188l3 3.75v4.344l-2.469-1.532-.531-.344-.531.344L13 15.687v-4.343zM16 11c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 5.188l7 4.375V25h-4v-2c0-1.645-1.355-3-3-3s-3 1.355-3 3v2H9v-4.438z" })));
}
export default SvgPlaceOfWorshipSolid;