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.49 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 DribbbleLogo = 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: "M93.27 36.86a4 4 0 0 1 .82-7.19 103.94 103.94 0 0 1 88.66 9.95 4 4 0 0 1 1 5.87 153.3 153.3 0 0 1-41.89 37 169.4 169.4 0 0 0-48.59-45.63M127.58 90a153 153 0 0 0-56-46.91 3.94 3.94 0 0 0-4 .33 104.4 104.4 0 0 0-38.34 52 4 4 0 0 0 3 5.16A152.3 152.3 0 0 0 64 104a151 151 0 0 0 63.58-14m103.8 26.69a103.8 103.8 0 0 0-29.19-61.49 4 4 0 0 0-6 .34 169.2 169.2 0 0 1-45.69 40.4 167.7 167.7 0 0 1 13.55 29.9A167.6 167.6 0 0 1 208 120a169 169 0 0 1 19 1.07 4 4 0 0 0 4.38-4.35Zm-62.91 24.5a167.7 167.7 0 0 1 4.45 38.47 168 168 0 0 1-4.11 36.85 4 4 0 0 0 5.69 4.49 104.25 104.25 0 0 0 56.57-79.25 4 4 0 0 0-3.49-4.49 152.4 152.4 0 0 0-59.11 4Zm-19.64-10.45a151.8 151.8 0 0 0-12.39-27.21A167 167 0 0 1 64 120a168.4 168.4 0 0 1-34.88-3.65 4 4 0 0 0-4.81 3.56q-.31 4-.32 8.09a103.72 103.72 0 0 0 33 75.91 4 4 0 0 0 6.15-.92 169 169 0 0 1 85.69-72.22Zm-73.14 82.51a4 4 0 0 0 1.52 5.48 103.88 103.88 0 0 0 68.85 11.69 3.93 3.93 0 0 0 3.06-2.65 152.6 152.6 0 0 0 7.8-48.08 151.3 151.3 0 0 0-3.74-33.46 152.94 152.94 0 0 0-77.49 67.02" }) }); var _default = exports.default = DribbbleLogo; //# sourceMappingURL=DribbbleLogo.js.map