iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.54 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 BowlSteamFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M81.77 55c5.35-6.66 6.67-11.16 6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8 8 0 0188 24a8.11 8.11 0 012.38.36c1 .31 9.91 3.33 12.79 12.76 2.46 8.07-.55 17.45-8.94 27.89-5.35 6.66-6.67 11.16-6.12 13.14.42 1.49 2.37 2.24 2.39 2.25A8 8 0 0188 96a8.11 8.11 0 01-2.38-.36c-1-.31-9.91-3.33-12.79-12.76-2.46-8.07.55-17.45 8.94-27.88zm31.06 27.89c2.88 9.43 11.79 12.45 12.79 12.76A8.11 8.11 0 00128 96a8 8 0 002.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14 8.39-10.44 11.4-19.82 8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11 8.11 0 00128 24a8 8 0 00-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14-8.39 10.44-11.4 19.82-8.94 27.89zm40 0c2.88 9.43 11.79 12.45 12.79 12.76A8.11 8.11 0 00168 96a8 8 0 002.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14 8.39-10.44 11.4-19.82 8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11 8.11 0 00168 24a8 8 0 00-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14-8.39 10.44-11.4 19.82-8.94 27.89zM224 112H32a8 8 0 00-8 8 104.35 104.35 0 0056 92.28V216a16 16 0 0016 16h64a16 16 0 0016-16v-3.72A104.35 104.35 0 00232 120a8 8 0 00-8-8z" }));
exports.default = BowlSteamFill;