@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 933 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherFog = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M32.25 38.5a1.75 1.75 0 0 1 .14 3.5H15.75a1.75 1.75 0 0 1-.14-3.5h16.64zm6-6a1.75 1.75 0 0 1 .14 3.5H9.75a1.75 1.75 0 0 1-.14-3.49h28.64zM24 6.01c6.34 0 9.93 4.2 10.45 9.26h.16a7.37 7.37 0 1 1 0 14.73H13.38a7.37 7.37 0 1 1 0-14.73h.16c.53-5.1 4.12-9.26 10.46-9.26z"
}));
});
WeatherFog.displayName = 'WeatherFog';
export var WeatherFogDimensions = {
height: 48,
width: 48
};