@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherRainSnow = /*#__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: "M24 7c6.34 0 9.93 4.2 10.46 9.26h.16a7.37 7.37 0 1 1 0 14.73h-2.7A1.5 1.5 0 0 1 30.5 33a1.5 1.5 0 0 1-1.41-2.01H18.56l-4.31 7.17a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.22-5.37H13.4a7.37 7.37 0 1 1 0-14.73h.16C14.07 11.16 17.67 7 24 7zm-.41 27.27c.77.48 1.04 1.47.64 2.27l-.07.14-.92 1.49a1.75 1.75 0 0 1-3.06-1.7l.08-.14.92-1.49a1.75 1.75 0 0 1 2.4-.57zm4.91.73a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5-1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"
}));
});
WeatherRainSnow.displayName = 'WeatherRainSnow';
export var WeatherRainSnowDimensions = {
height: 48,
width: 48
};