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.2 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 GrainsSlash = 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: "M216 64v80a87.7 87.7 0 0 1-5.45 30.49 4 4 0 0 1-6.7 1.27l-41.33-45.46a4 4 0 0 1 1-6.16A87.4 87.4 0 0 1 200 112.37V72.45a72.33 72.33 0 0 0-50.35 29.36 8 8 0 0 1-11.93 1.19 8.17 8.17 0 0 1-.89-10.75 88.1 88.1 0 0 1 25-23.11C152.62 49.8 135.45 37.74 128 33.2a99.8 99.8 0 0 0-23.4 19.94 8 8 0 0 1-12 .27 8.18 8.18 0 0 1-.06-10.8 112.4 112.4 0 0 1 31.86-25.76 8 8 0 0 1 7.16 0c1.32.66 30.27 15.43 44.59 45.15a87.9 87.9 0 0 1 31.74-6 8 8 0 0 1 8.11 8m-2.08 146.62a8 8 0 1 1-11.84 10.76l-12.9-14.19A87.77 87.77 0 0 1 128.52 232C79.83 232.28 40 191.51 40 142.83V64a8 8 0 0 1 8.09-8c1.25 0 2.48 0 3.72.09l-9.73-10.71a8 8 0 1 1 11.84-10.76Zm-77.6-61.57L69.18 75.19A71.3 71.3 0 0 0 56 72.44v39.94a88.17 88.17 0 0 1 72 51 88 88 0 0 1 8.32-14.33" }) }); var _default = exports.default = GrainsSlash; //# sourceMappingURL=GrainsSlash.js.map