UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

14 lines 1.69 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const BowlSteam = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M224 108H32a12 12 0 0 0-12 12 108.38 108.38 0 0 0 56 94.68V216a20 20 0 0 0 20 20h64a20 20 0 0 0 20-20v-1.32A108.38 108.38 0 0 0 236 120a12 12 0 0 0-12-12m-61 88.39a12 12 0 0 0-7 10.9V212h-56v-4.71a12 12 0 0 0-7-10.9A84.32 84.32 0 0 1 44.87 132h166.26A84.32 84.32 0 0 1 163 196.39M74.93 50.15a26.3 26.3 0 0 0 4.71-7 12 12 0 0 1 7.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.3 26.3 0 0 0-4.71 7A12 12 0 0 1 84 96a11.8 11.8 0 0 1-3.33-.47C75 93.89 67.46 88.9 64.89 80.23c-2.71-9.14.67-19.23 10.04-30.08m44 0a26.3 26.3 0 0 0 4.71-7 12 12 0 0 1 7.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.3 26.3 0 0 0-4.71 7A12 12 0 0 1 128 96a11.8 11.8 0 0 1-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.08m44 0a26.3 26.3 0 0 0 4.71-7 12 12 0 0 1 7.7-22.7c5.67 1.64 13.2 6.63 15.77 15.3 2.71 9.14-.67 19.26-10 30.08a26.3 26.3 0 0 0-4.71 7A12 12 0 0 1 172 96a11.8 11.8 0 0 1-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.08" })); export default BowlSteam; //# sourceMappingURL=BowlSteam.js.map