react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 497 B
JavaScript
import * as React from 'react';
export function SvgGopuramSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M9 5v5H8v4H6v6H4v7h5v-7h1v-6h1v-4h2v4h-1v6h-1v7h2v-2a3 3 0 116 0v2h2v-7h-1v-6h-1v-4h2v4h1v6h1v7h5v-7h-2v-6h-2v-4h-1V5h-2v2h-2V5h-2v2h-2V5h-2v2h-2V5H9zm7 6a1 1 0 011 1v2h-2v-2a1 1 0 011-1zm0 5a2 2 0 012 2v2h-4v-2a2 2 0 012-2z" })));
}
export default SvgGopuramSolid;