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 WeatherSunnyLow = /*#__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 13.08A10.92 10.92 0 0 1 34.74 26h8.01a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 1 1 0-2.5h8.01A10.92 10.92 0 0 1 24 13.08zM11.5 9.8l.1.1 2.15 2.14a1.25 1.25 0 0 1-1.66 1.86l-.1-.09-2.15-2.15A1.25 1.25 0 0 1 11.5 9.8zM38.14 9.9c.46.45.49 1.17.1 1.66l-.1.1L36 13.81a1.25 1.25 0 0 1-1.86-1.67l.09-.1 2.15-2.14a1.25 1.25 0 0 1 1.76 0zM24 4c.65 0 1.18.49 1.24 1.12l.01.13v3.03a1.25 1.25 0 0 1-2.5.13V5.25c0-.7.56-1.25 1.25-1.25zM21.25 38a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 1 0 0-2.5h-5.5zM12 33.25c0-.69.56-1.25 1.25-1.25h21.5a1.25 1.25 0 1 1 0 2.5h-21.5c-.69 0-1.25-.56-1.25-1.25z" })); }); WeatherSunnyLow.displayName = 'WeatherSunnyLow'; export var WeatherSunnyLowDimensions = { height: 48, width: 48 };