@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.71 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 SnapchatLogo = 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: "M251.75 181.48a11.88 11.88 0 0 0-7.66-8.84c-1.42-.54-25.86-10.18-39.35-43.23l15.68-6.27a12 12 0 1 0-8.91-22.28l-13.35 5.34A150 150 0 0 1 196 80a68 68 0 0 0-136 0 151 151 0 0 1-2.18 26.23l-13.36-5.34a12 12 0 1 0-8.91 22.28l15.68 6.27C37.74 162.46 13.31 172.09 12 172.6a12 12 0 0 0-4.17 20.05c8.09 7.6 19.85 8.76 30.23 9.79 5.62.55 12 1.18 14.85 2.75 2.59 1.42 5.94 6 8.9 10.07 5.51 7.56 12.38 17 23.47 19.8 10.23 2.61 20.11-.75 28.82-3.72 5-1.7 10.17-3.46 13.92-3.46s8.92 1.76 13.92 3.46c6.51 2.22 13.67 4.66 21.15 4.66a31 31 0 0 0 7.67-.94c11.09-2.84 18-12.24 23.47-19.8 3-4 6.31-8.65 8.9-10.07 2.85-1.57 9.23-2.2 14.85-2.75 10.38-1 22.14-2.19 30.23-9.79a12 12 0 0 0 3.54-11.17m-60.22 2.68c-7.27 4-12.29 10.88-16.72 17-3.25 4.45-7.3 10-10 10.7-3.3.85-9.32-1.2-15.14-3.18-6.53-2.23-13.93-4.75-21.65-4.75s-15.12 2.52-21.65 4.75c-5.82 2-11.84 4-15.14 3.18-2.74-.7-6.79-6.25-10-10.7-4.43-6.07-9.45-13-16.72-17-5.75-3.17-12.44-4.34-19.16-5.1a105 105 0 0 0 7.63-7.62c8.64-9.57 18.29-24 24.52-44.4a.14.14 0 0 0 0-.06 11.2 11.2 0 0 0 .63-2.13A162.6 162.6 0 0 0 84 80a44 44 0 0 1 88 0 162.6 162.6 0 0 0 5.92 44.88 12.6 12.6 0 0 0 .63 2.13.14.14 0 0 0 0 .06c6.23 20.44 15.88 34.83 24.52 44.4a105 105 0 0 0 7.63 7.62c-6.7.73-13.41 1.91-19.17 5.07"
})
});
var _default = exports.default = SnapchatLogo;
//# sourceMappingURL=SnapchatLogo.js.map