@icongo/li
Version:
LibreICONS Icons
14 lines • 792 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherRaindrop = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M2.354 8.385a4.4 4.4 0 0 0 .624 2.29 4.73 4.73 0 0 0 1.692 1.692A4.473 4.473 0 0 0 6.978 13a4.56 4.56 0 0 0 2.325-.633 4.721 4.721 0 0 0 1.71-1.692c.42-.713.633-1.47.633-2.29 0-.534-.152-1.167-.463-1.906a11.054 11.054 0 0 0-1.123-2.05 33.408 33.408 0 0 0-1.39-1.674C8.136 2.149 7.2 1.214 6.987 1l-1.14 1.15a13.832 13.832 0 0 0-1.595 1.852 13.66 13.66 0 0 0-1.328 2.272c-.392.81-.57 1.514-.57 2.111Z"
})
}));
export { LIWeatherRaindrop };