iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 732 B
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 Pipette = (props) => React.createElement("svg", { className: "lucide lucide-pipette", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M2 22l1-1h3l9-9M3 21v-3l9-9" }),
React.createElement("path", { d: "M15 6l3.4-3.4a2.1 2.1 0 113 3L18 9l.4.4a2.1 2.1 0 11-3 3l-3.8-3.8a2.1 2.1 0 113-3l.4.4z" }));
exports.default = Pipette;