styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.WeatherWindyCloudy = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M4.798 15.75a.978.978 0 01-.4-.084A4.004 4.004 0 012 12a4.007 4.007 0 013.001-3.874L5 8c0-3.309 2.691-6 6-6a5.974 5.974 0 015.902 5.001 1 1 0 01-.82 1.152 1.007 1.007 0 01-1.152-.82A3.98 3.98 0 0011 4a4.004 4.004 0 00-3.919 4.812l.259 1.27-1.431-.088C4.897 10 4 10.897 4 12c0 .795.471 1.515 1.2 1.834a1 1 0 01-.402 1.916zM19 7a1 1 0 100 2 1 1 0 010 2H9.4a1 1 0 100 2H14a1 1 0 010 2H9c-1.654 0-3 1.346-3 3s1.346 3 3 3a1 1 0 100-2 1 1 0 010-2h5c1.654 0 3-1.346 3-3 0-.353-.072-.686-.185-1H19c1.654 0 3-1.346 3-3s-1.346-3-3-3z", key: "k0" })));
});
exports.WeatherWindyCloudy.displayName = 'WeatherWindyCloudy';
exports.WeatherWindyCloudyDimensions = { height: 24, width: 24 };