iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 BowlFood = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 104h-8.37a88 88 0 00-175.26 0H32a8 8 0 00-8 8 104.35 104.35 0 0056 92.28V208a16 16 0 0016 16h64a16 16 0 0016-16v-3.72A104.35 104.35 0 00232 112a8 8 0 00-8-8zm-24.46 0h-51.42a71.84 71.84 0 0141.27-29.57A71.45 71.45 0 01199.54 104zm-26.06-47.77q2.75 2.25 5.27 4.75a87.92 87.92 0 00-49.15 43h-29.5A72.26 72.26 0 01168 56c1.83 0 3.66.09 5.48.23zM128 40a71.87 71.87 0 0119 2.57A88.36 88.36 0 0083.33 104H56.46A72.08 72.08 0 01128 40zm36.66 152a8 8 0 00-4.66 7.3v8.7H96v-8.7a8 8 0 00-4.66-7.3 88.29 88.29 0 01-51-72h175.29a88.29 88.29 0 01-50.97 72z" }));
exports.default = BowlFood;