UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 504 B
import * as React from 'react'; export function SvgSmogSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M8 5a6 6 0 100 12h7.023c.913 1.208 2.347 2 3.977 2s3.065-.792 3.977-2H25.5a4.5 4.5 0 000-9c-.904 0-1.742.271-2.447.73A5.999 5.999 0 0017.5 5c-1.936 0-3.653.92-4.75 2.344A5.984 5.984 0 008 5zM5 21v2h25v-2H5zm-3 4v2h7v-2H2zm9 0v2h16v-2H11z" }))); } export default SvgSmogSolid;