@icongo/ti
Version:
Typicons Icons
14 lines • 816 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIWeatherStormy = 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 18a1 1 0 1 1 0-2c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.238 0-.496.042-.813.131l-1.071.301-.186-1.098A3.98 3.98 0 0 0 11 6a4.005 4.005 0 0 0-3.918 4.806l.26 1.24-1.436-.052C4.896 12 4 12.897 4 14s.896 2 2 2a1 1 0 1 1 0 2c-2.205 0-4-1.794-4-4a4.007 4.007 0 0 1 3.002-3.874L5 10c0-3.309 2.691-6 6-6a5.967 5.967 0 0 1 5.649 4.015C19.574 7.774 22 10.127 22 13c0 2.757-2.243 5-5 5zm-4.361-4-4.5 4.051 3 1.449-1.5 3.5 4.5-4.05-3-1.45z"
})
}));
export { TIWeatherStormy };