iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const WaterDrop1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.435 2.623l-.412.627-.412-.627a.75.75 0 01.824 0z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.611 2.623l.412.627.412-.627.002.001.001.001.006.004.019.013.069.046a23.413 23.413 0 011.139.844c.729.576 1.703 1.408 2.68 2.435 1.924 2.023 3.99 4.938 3.99 8.215a8.318 8.318 0 11-16.636 0c0-3.277 2.067-6.192 3.99-8.215a25.822 25.822 0 013.567-3.102 15.312 15.312 0 01.322-.223l.019-.013.005-.004.003-.002zm.412 1.543A24.324 24.324 0 008.783 7c-1.86 1.955-3.578 4.505-3.578 7.18a6.818 6.818 0 1013.636 0c0-2.675-1.717-5.225-3.577-7.18a24.333 24.333 0 00-3.24-2.835z", fill: "#323544" }));
exports.default = WaterDrop1;