UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 kB
"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 BowlFoodLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 106h-10.23a86 86 0 00-171.54 0H32a6 6 0 00-6 6 102.35 102.35 0 0056 91.06V208a14 14 0 0014 14h64a14 14 0 0014-14v-4.94A102.35 102.35 0 00230 112a6 6 0 00-6-6zm-49.76-51.71a74.15 74.15 0 018.15 7.6A85.89 85.89 0 00130.84 106h-33.5A74.24 74.24 0 01168 54c2.08 0 4.17.11 6.24.29zm16.06 17.85A73.49 73.49 0 01201.74 106h-57.26a73.89 73.89 0 0145.82-33.86zM128 38a73.68 73.68 0 0126.8 5 86.32 86.32 0 00-69.94 63h-30.6A74.09 74.09 0 01128 38zm37.5 155.84a6 6 0 00-3.5 5.46v8.7a2 2 0 01-2 2H96a2 2 0 01-2-2v-8.7a6 6 0 00-3.5-5.46A90.35 90.35 0 0138.2 118h179.6a90.35 90.35 0 01-52.3 75.84z" })); exports.default = BowlFoodLight;