@icongo/ti
Version:
Typicons Icons
14 lines • 754 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIWeatherCloudy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M17 19H6c-2.206 0-4-1.794-4-4a4.007 4.007 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.969 5.969 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5zM5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307-.186-1.103A3.978 3.978 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199-1.421-.016z"
})
}));
export { TIWeatherCloudy };