UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.81 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 BowlSteamDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 120a96 96 0 01-56 87.3v8.7a8 8 0 01-8 8H96a8 8 0 01-8-8v-8.7A96 96 0 0132 120z", opacity: ".2" }), 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.89zM232 120a104.35 104.35 0 01-56 92.28V216a16 16 0 01-16 16H96a16 16 0 01-16-16v-3.72A104.35 104.35 0 0124 120a8 8 0 018-8h192a8 8 0 018 8zm-16.37 8H40.37a88.29 88.29 0 0051 72 8 8 0 014.63 7.29V216h64v-8.71a8 8 0 014.66-7.27A88.29 88.29 0 00215.63 128z" })); exports.default = BowlSteamDuotone;