UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WeatherPartlyCloudyNight = /*#__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 16.01c6.34 0 9.93 4.2 10.46 9.26h.16a7.37 7.37 0 1 1 0 14.73H15.39a7.37 7.37 0 1 1 0-14.73h.16c.52-5.1 4.12-9.26 10.45-9.26Zm-12.82-8a10.12 10.12 0 0 1 8.95 6.53 11.46 11.46 0 0 0-8.03 8.05l-.1.33-.1.48-.42.08a9.35 9.35 0 0 0-5.62 3.63l-.3-.17a10.12 10.12 0 0 1-3.3-3.03A1.5 1.5 0 0 1 5 21.64c3.28-1.17 5.05-2.5 6.07-4.43 1.1-2.1 1.3-4.35.57-7.35A1.5 1.5 0 0 1 13.18 8Z" })); }); WeatherPartlyCloudyNight.displayName = 'WeatherPartlyCloudyNight'; export var WeatherPartlyCloudyNightDimensions = { height: 48, width: 48 };