react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 402 B
JavaScript
import * as React from 'react';
export function SvgHomeSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 2.594l-.719.687-13 13L3.72 17.72 5 16.437V28h9V18h4v10h9V16.437l1.281 1.282 1.438-1.438-13-13zm0 2.844l9 9V26h-5V16h-8v10H7V14.437z" })));
}
export default SvgHomeSolid;