@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherThunderstorm = /*#__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: "M27.36 25.4c.7.57.84 1.59.34 2.33l-.1.13-2.16 2.64h4.8a1.75 1.75 0 0 1 1.44 2.76l-.1.11-7.5 9a1.75 1.75 0 0 1-2.78-2.11l.1-.13L26.5 34h-4.75a1.75 1.75 0 0 1-1.44-2.74l.08-.11 4.5-5.5a1.75 1.75 0 0 1 2.47-.25zM26 10.02c6.34 0 9.93 4.2 10.45 9.26h.16a7.37 7.37 0 1 1 0 14.73h-3.06a3.75 3.75 0 0 0-3.3-5.5h-.7l.07-.14a3.75 3.75 0 0 0-6.27-4l-4.5 5.51-.14.17-.1.15a3.77 3.77 0 0 0-.17 3.8h-3.06a7.37 7.37 0 0 1-.24-14.72h.4c.53-5.1 4.12-9.26 10.46-9.26zM20 4a9.43 9.43 0 0 1 7.78 4.1C27.2 8.04 26.61 8 26 8c-6.08 0-10.48 3.44-11.96 8.62l-.08.29-.12.48-.41.07c-3.22.68-5.84 3-6.91 6.07a6.55 6.55 0 0 1 4.04-11.74h.14A9.44 9.44 0 0 1 20 4z"
}));
});
WeatherThunderstorm.displayName = 'WeatherThunderstorm';
export var WeatherThunderstormDimensions = {
height: 48,
width: 48
};