@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherSnowShowerNight = /*#__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: "M21.5 40a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM17 38a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-9-25.99c6.34 0 9.93 4.2 10.45 9.26h.16a7.37 7.37 0 1 1 0 14.73H15.38a7.37 7.37 0 1 1 0-14.73h.16c.53-5.1 4.12-9.26 10.46-9.26Zm-12.82-8a10.12 10.12 0 0 1 8.94 6.53 11.46 11.46 0 0 0-8.03 8.05l-.09.33-.11.48-.42.08a9.35 9.35 0 0 0-5.61 3.63l-.31-.17a10.12 10.12 0 0 1-3.28-3.03A1.5 1.5 0 0 1 5 17.64c3.28-1.17 5.05-2.5 6.06-4.43 1.1-2.1 1.31-4.35.58-7.35A1.5 1.5 0 0 1 13.18 4Z"
}));
});
WeatherSnowShowerNight.displayName = 'WeatherSnowShowerNight';
export var WeatherSnowShowerNightDimensions = {
height: 48,
width: 48
};