iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 940 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 DropletOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-droplet-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M18.963 14.938a6.54 6.54 0 00-.899-4.06l-4.89-7.26c-.42-.626-1.287-.804-1.936-.398a1.376 1.376 0 00-.41.397l-1.282 1.9M7.921 7.932l-1.986 2.946c-1.695 2.837-1.035 6.44 1.567 8.545 2.602 2.105 6.395 2.105 8.996 0a6.83 6.83 0 001.376-1.499M3 3l18 18" }));
exports.default = DropletOff;