UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 997 B
"use strict"; 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 BowlFoodBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 100h-4.78a92 92 0 00-182.44 0H32a12 12 0 00-12 12 108.38 108.38 0 0056 94.68V208a20 20 0 0020 20h64a20 20 0 0020-20v-1.32A108.38 108.38 0 00236 112a12 12 0 00-12-12zm-53.71-39.94a92 92 0 00-43.1 39.94H106a68.27 68.27 0 0162-40c.76 0 1.52 0 2.29.06zm17.22 19.08a67.66 67.66 0 017.41 20.86h-38.79a67.91 67.91 0 0131.38-20.86zM128 44c.83 0 1.65 0 2.48.06A92.3 92.3 0 0080.37 100H61.08A68.1 68.1 0 01128 44zm35 144.39a12 12 0 00-7 10.91v4.7h-56v-4.7a12 12 0 00-7-10.91A84.32 84.32 0 0144.87 124h166.26A84.32 84.32 0 01163 188.39z" })); exports.default = BowlFoodBold;