@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIWeatherRaindrops = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIWeatherRaindrops = function LIWeatherRaindrops(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.67 5.841c0-.283.141-.642.413-1.098a8.3 8.3 0 0 1 .795-1.132c.065-.076.152-.185.25-.305s.163-.185.174-.195l.402.467c.305.338.577.718.827 1.165.25.446.381.805.381 1.098 0 .446-.152.838-.468 1.154a1.527 1.527 0 0 1-1.142.478c-.446 0-.838-.163-1.153-.478A1.604 1.604 0 0 1 2.67 5.84Zm3.394 4.515c0-.315.087-.674.261-1.099.175-.413.392-.805.653-1.153.5-.663.969-1.218 1.425-1.664a3.36 3.36 0 0 0 .283-.261l.272.26c.425.403.903.958 1.436 1.654.283.37.5.762.675 1.175.174.414.261.773.261 1.088 0 .751-.25 1.371-.762 1.882-.51.512-1.142.762-1.882.762s-1.36-.261-1.87-.772c-.512-.512-.752-1.143-.752-1.872ZM7.718 2.85c0-.468.36-1.088 1.088-1.85l.272.305c.207.239.392.5.555.805.163.293.25.544.25.74 0 .304-.109.543-.315.75a1.068 1.068 0 0 1-.762.305c-.316 0-.577-.098-.783-.305a1.062 1.062 0 0 1-.305-.75Z"
})
}));
};
exports.LIWeatherRaindrops = LIWeatherRaindrops;