@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherSunny = /*#__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 4c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5C22.75 4.56 23.3 4 24 4Zm10.02 20.05a9.98 9.98 0 1 1-19.95 0 9.98 9.98 0 0 1 19.95 0Zm8.73 1.2a1.25 1.25 0 0 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5h2.5ZM24 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25ZM7.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5h2.5ZM9.37 9.37a1.25 1.25 0 0 1 1.76 0l2.5 2.5a1.25 1.25 0 1 1-1.76 1.76l-2.5-2.5a1.25 1.25 0 0 1 0-1.76Zm1.76 29.26a1.25 1.25 0 1 1-1.76-1.76l2.5-2.5a1.25 1.25 0 1 1 1.76 1.76l-2.5 2.5Zm27.5-29.26a1.25 1.25 0 0 0-1.76 0l-2.5 2.5a1.25 1.25 0 0 0 1.76 1.76l2.5-2.5c.5-.48.5-1.28 0-1.76Zm-1.76 29.26a1.25 1.25 0 1 0 1.76-1.76l-2.5-2.5a1.25 1.25 0 1 0-1.76 1.76l2.5 2.5Z"
}));
});
WeatherSunny.displayName = 'WeatherSunny';
export var WeatherSunnyDimensions = {
height: 48,
width: 48
};