UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.27 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WeatherRainShowersNight = /*#__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: "M26 12c6.34 0 9.93 4.2 10.46 9.26h.16a7.37 7.37 0 1 1 0 14.73h-.07l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36h-3.91l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36h-3.91l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36H15.4a7.37 7.37 0 1 1 0-14.73h.16C16.07 16.16 19.66 12 26 12ZM13.18 4a10.12 10.12 0 0 1 8.94 6.54 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" })); }); WeatherRainShowersNight.displayName = 'WeatherRainShowersNight'; export var WeatherRainShowersNightDimensions = { height: 48, width: 48 };