iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 829 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 Milk = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-milk", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17.799 7l.144.23A7 7 0 0119 10.93V19a3 3 0 01-3 3H8a3 3 0 01-3-3v-8.071a7 7 0 011.057-3.698L6.199 7zM12 13a3 3 0 00-2.995 2.824L9 16a3 3 0 103-3m0 2a1 1 0 110 2 1 1 0 010-2m2-6h-4a1 1 0 100 2h4a1 1 0 000-2m1-7a2 2 0 012 2v1H7V4a2 2 0 012-2z" }));
exports.default = Milk;