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.32 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: "M56.88 31.93a12 12 0 1 0-17.76 16.14l4.37 4.81A12 12 0 0 0 36 64v80a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14Zm3.31 117.16a68.16 68.16 0 0 1 55.62 61.82 68.16 68.16 0 0 1-55.62-61.82M128 170.61a92.22 92.22 0 0 0-68-45.83V77.05a69 69 0 0 1 6.94 1.63l70.83 77.9a92.5 92.5 0 0 0-9.77 14.03m12.19 40.29a68.26 68.26 0 0 1 13.92-36.34l18.7 20.57a67.74 67.74 0 0 1-32.62 15.77M220 64v80a93 93 0 0 1-1 13.34 12 12 0 0 1-11.86 10.28 13 13 0 0 1-1.74-.13 12 12 0 0 1-10.15-13.6c.23-1.59.4-3.19.52-4.8-.76.14-1.53.29-2.29.45a12 12 0 1 1-5.08-23.45c2.49-.54 5-1 7.56-1.31V77.07a68 68 0 0 0-38.79 21.72 12 12 0 1 1-17.92-16 91.7 91.7 0 0 1 17.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98 98 0 0 0-15.56 12.6 12 12 0 0 1-17-16.95 116 116 0 0 1 27.19-20.32 12 12 0 0 1 10.74 0c1.33.66 29.36 15 44.74 43.74A91.8 91.8 0 0 1 208 52a12 12 0 0 1 12 12" }) }); var _default = exports.default = GrainsSlash; //# sourceMappingURL=GrainsSlash.js.map