@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherDuststorm = /*#__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: "M7 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0 3a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm15.5-7a8.5 8.5 0 0 0-8.5 8.5 1.5 1.5 0 0 0 3 0 5.5 5.5 0 1 1 5.5 5.5h-17a1.5 1.5 0 0 0 0 3h17a8.5 8.5 0 0 0 0-17Zm14.9 12a6.5 6.5 0 0 0-6.3 4.92l-.06.22a1.5 1.5 0 1 0 2.92.72l.05-.2A3.5 3.5 0 0 1 37.4 21h.09a3.5 3.5 0 1 1 0 7h-32a1.5 1.5 0 0 0 0 3H30a3 3 0 1 1-2.77 4.15l-.1-.23a1.5 1.5 0 1 0-2.76 1.16l.1.23A6 6 0 1 0 35.2 31h2.3a6.5 6.5 0 1 0 0-13h-.1ZM17 39a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm19-28a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
}));
});
WeatherDuststorm.displayName = 'WeatherDuststorm';
export var WeatherDuststormDimensions = {
height: 48,
width: 48
};