react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 530 B
JavaScript
import * as React from 'react';
export function SvgIndustrySolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M20 5v5.469l-3 1.781V9.219l-1.5.937L12 12.25V9.219l-1.5.937-5 3-.5.281V27h22V5zm2 2h3v18H7V14.531l3-1.781v3.031l1.5-.937L15 12.75v3.031l1.5-.937 5-3 .5-.281zM9 17v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zM9 21v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z" })));
}
export default SvgIndustrySolid;