@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.
14 lines • 1.53 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const AppleLogo = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M227 168a12 12 0 0 0-4.21-5.09C207.25 152.22 204 133.68 204 120c0-16.17 12.68-30.6 20.25-37.76a12 12 0 0 0 0-17.43C210.89 52.17 188.81 44 168 44a76.3 76.3 0 0 0-40 11.37 75.59 75.59 0 0 0-93.58 11A78.64 78.64 0 0 0 12 123.51 131 131 0 0 0 53.43 216a43.8 43.8 0 0 0 30.17 12h87.69a43.87 43.87 0 0 0 32.05-13.85 127.6 127.6 0 0 0 18.4-25.39c1.57-2.88 3-5.71 4.14-8.41 1.59-3.68 3.24-7.48 1.12-12.35m-41.23 29.82a19.78 19.78 0 0 1-14.48 6.18H83.6a19.85 19.85 0 0 1-13.7-5.42 107.18 107.18 0 0 1-33.9-75.7 54.5 54.5 0 0 1 15.5-39.6A50.86 50.86 0 0 1 88 68h.72a51.5 51.5 0 0 1 31.76 11.4 12 12 0 0 0 15 0A51.4 51.4 0 0 1 168 68a67.24 67.24 0 0 1 29.88 7.4C186.26 89.66 180 105.13 180 120c0 23.33 7.47 42.89 21.25 56.19a103.3 103.3 0 0 1-15.49 21.62ZM128.75 13a43.8 43.8 0 0 1 13.42-11.49 12 12 0 0 1 11.64 21 19.8 19.8 0 0 0-6.11 5.24A12 12 0 0 1 128.75 13"
}));
export default AppleLogo;
//# sourceMappingURL=AppleLogo.js.map