iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.46 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 BowlSteamBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 108H32a12 12 0 00-12 12 108.38 108.38 0 0056 94.68V216a20 20 0 0020 20h64a20 20 0 0020-20v-1.32A108.38 108.38 0 00236 120a12 12 0 00-12-12zm-61 88.39a12 12 0 00-7 10.9V212h-56v-4.71a12 12 0 00-7-10.9A84.32 84.32 0 0144.87 132h166.26A84.32 84.32 0 01163 196.39zM74.93 50.15a26.32 26.32 0 004.71-7 12 12 0 017.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.32 26.32 0 00-4.71 7A12 12 0 0184 96a11.81 11.81 0 01-3.33-.47C75 93.89 67.46 88.9 64.89 80.23c-2.71-9.14.67-19.23 10.04-30.08zm44 0a26.32 26.32 0 004.71-7 12 12 0 017.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.32 26.32 0 00-4.71 7A12 12 0 01128 96a11.81 11.81 0 01-3.33-.47c-5.67-1.64-13.21-6.63-15.78-15.3-2.71-9.14.67-19.23 10.04-30.08zm44 0a26.32 26.32 0 004.71-7 12 12 0 017.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.32 26.32 0 00-4.71 7A12 12 0 01172 96a11.81 11.81 0 01-3.33-.47c-5.67-1.64-13.21-6.63-15.78-15.3-2.71-9.14.67-19.23 10.04-30.08z" }));
exports.default = BowlSteamBold;