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.

25 lines (23 loc) 2.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg")); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } /* Generated code. Do not edit.*/ const BowlSteam = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.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" }) }); var _default = exports.default = BowlSteam; //# sourceMappingURL=BowlSteam.js.map