iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 824 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 MilkOff = (props) => React.createElement("svg", { className: "lucide lucide-milk-off", 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: "M8 2h8M9 2v1.343M15 2v2.789a4 4 0 00.672 2.219l.656.984a4 4 0 01.672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 007 10.212V20a2 2 0 002 2h6a2 2 0 002-2v-3" }),
React.createElement("path", { d: "M7 15a6.47 6.47 0 015 0 6.472 6.472 0 003.435.435M2 2l20 20" }));
exports.default = MilkOff;