@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WeatherSqualls = /*#__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: "M14 15.5a8.5 8.5 0 1 1 8.5 8.5h-17a1.5 1.5 0 0 1 0-3h17a5.5 5.5 0 1 0-5.5-5.5 1.5 1.5 0 0 1-3 0Zm17.1 8.42A6.5 6.5 0 0 1 37.4 19h.1a6.5 6.5 0 1 1 0 13h-2.3a6 6 0 1 1-10.74 5.3l-.1-.22a1.5 1.5 0 1 1 2.77-1.16l.1.23A3 3 0 1 0 30 32H5.5a1.5 1.5 0 0 1 0-3h32a3.5 3.5 0 1 0 0-7h-.1c-1.6 0-3 1.1-3.4 2.65l-.04.21a1.5 1.5 0 1 1-2.92-.72l.06-.22Z"
}));
});
WeatherSqualls.displayName = 'WeatherSqualls';
export var WeatherSquallsDimensions = {
height: 48,
width: 48
};