@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 2.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPWaterDrop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPWaterDrop = function PPWaterDrop(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "currentColor",
fillRule: "evenodd",
clipPath: "url(#prefix__a)",
clipRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.025 4.402c-.37-.19-.468-.44-.44-.713.027-.252.162-.525.294-.791l.072-.146c.218-.45.365-.866-.123-1.11a14.118 14.118 0 0 0-1.705.295c-4.115.981-6.731 3.637-7.71 5.531a7.133 7.133 0 1 0 9.612-3.066Zm-2.417-.24c-2.944.988-4.762 2.955-5.417 4.224a5.133 5.133 0 1 0 6.916-2.207 2.867 2.867 0 0 1-1.121-1 2.574 2.574 0 0 1-.378-1.017Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.458 10.183a1 1 0 0 0-1.965-.374l.982.191-.982-.191v.002l-.001.003-.001.006-.003.017a2.453 2.453 0 0 0-.029.205 4.273 4.273 0 0 0-.023.506c.005.4.067.973.336 1.541.269.566.667.975.97 1.231a4.198 4.198 0 0 0 .578.408l.015.009.006.003.003.001c.001.001.002.002.476-.88l-.474.881a1 1 0 0 0 .955-1.757l-.007-.004a2.196 2.196 0 0 1-.262-.19 1.737 1.737 0 0 1-.452-.558 1.741 1.741 0 0 1-.144-.71 2.273 2.273 0 0 1 .02-.331l.002-.009Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPWaterDrop = PPWaterDrop;