@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 984 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherMoonOff = /*#__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: "M6.38 4.62a1.25 1.25 0 1 0-1.76 1.76L20.84 22.6l-.17.33c-2.1 4.02-5.74 6.84-12.52 9.26-.83.3-1.16 1.31-.66 2.04a18 18 0 0 0 27.52 2.55l6.6 6.6a1.25 1.25 0 0 0 1.77-1.76l-37-37zM31.31 8.42a18 18 0 0 1 6.74 24.33l-15.49-15.5c.43-2.77.25-5.87-.65-9.55a1.35 1.35 0 0 1 1.38-1.67c2.8.15 5.54.96 8.02 2.4z"
}));
});
WeatherMoonOff.displayName = 'WeatherMoonOff';
export var WeatherMoonOffDimensions = {
height: 48,
width: 48
};