@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherBlowingSnow = /*#__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: "M22.5 6a8.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.5 42a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM10 9.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM38.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"
}));
});
WeatherBlowingSnow.displayName = 'WeatherBlowingSnow';
export var WeatherBlowingSnowDimensions = {
height: 48,
width: 48
};