UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WeatherHailNight = /*#__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 40a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-7-2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm14 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-7-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" })); }); WeatherHailNight.displayName = 'WeatherHailNight'; export var WeatherHailNightDimensions = { height: 48, width: 48 };