@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.31 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 DiscordLogo = 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: "M247.51 174.39 218 58a16.08 16.08 0 0 0-13-11.88l-36.06-5.92a16.22 16.22 0 0 0-18.26 11.88l-.21.85a4 4 0 0 0 3.27 4.93 155.6 155.6 0 0 1 24.41 5.62 8.2 8.2 0 0 1 5.62 9.7 8 8 0 0 1-10.19 5.64 155.4 155.4 0 0 0-90.8-.1 8.22 8.22 0 0 1-10.28-4.81 8 8 0 0 1 5.08-10.33 157 157 0 0 1 24.72-5.72 4 4 0 0 0 3.27-4.93l-.21-.85a16.21 16.21 0 0 0-18.28-11.87L51 46.13A16.08 16.08 0 0 0 38 58L8.49 174.39a15.94 15.94 0 0 0 9.06 18.51l67 29.71a16.17 16.17 0 0 0 21.71-9.1l3.49-9.45a4 4 0 0 0-3.27-5.35 158 158 0 0 1-28.63-6.2 8.2 8.2 0 0 1-5.61-9.67 8 8 0 0 1 10.2-5.66 155.6 155.6 0 0 0 91.12 0 8 8 0 0 1 10.19 5.65 8.19 8.19 0 0 1-5.61 9.68 158 158 0 0 1-28.62 6.2 4 4 0 0 0-3.27 5.35l3.49 9.45a16.18 16.18 0 0 0 21.71 9.1l67-29.71a15.94 15.94 0 0 0 9.06-18.51M92 152a12 12 0 1 1 12-12 12 12 0 0 1-12 12m72 0a12 12 0 1 1 12-12 12 12 0 0 1-12 12"
})
});
var _default = exports.default = DiscordLogo;
//# sourceMappingURL=DiscordLogo.js.map