@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.26 kB
JavaScript
;
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 Yarn = 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: "M232 212h-36.17A107.94 107.94 0 1 0 128 236h104a12 12 0 1 0 0-24M128 44a83.3 83.3 0 0 1 34.9 7.63q-9.69 4.82-18.9 10.51a227.6 227.6 0 0 0-32.13-16.58A84.5 84.5 0 0 1 128 44M79.33 59.6a201.6 201.6 0 0 1 43.17 17.71q-6.73 5.35-13 11.2A185.5 185.5 0 0 0 65 72.49 85 85 0 0 1 79.33 59.6M51.11 94.23a161.5 161.5 0 0 1 40.75 12.43q-5.44 6.25-10.44 12.9a145.9 145.9 0 0 0-35.37-9.92 83 83 0 0 1 5.06-15.41m2.76 73.23a83.5 83.5 0 0 1-9.66-33.83A122 122 0 0 1 67.79 140a229 229 0 0 0-13.92 27.46M71 189.67A205.38 205.38 0 0 1 186.1 67.42a85.4 85.4 0 0 1 11 12.86A187.87 187.87 0 0 0 84.55 199.86 84 84 0 0 1 71 189.67m51.67 22.15a84 84 0 0 1-16-2.55 163.87 163.87 0 0 1 101.07-107.4 83.4 83.4 0 0 1 3.52 15.78 148.76 148.76 0 0 0-88.55 94.17Zm26.4-2.51a124.78 124.78 0 0 1 61.31-65.15 84.25 84.25 0 0 1-61.27 65.15Z"
})
});
var _default = exports.default = Yarn;
//# sourceMappingURL=Yarn.js.map