@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.
18 lines (17 loc) • 808 B
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const AndroidLogo = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M207.06 80.67c-.74-.74-1.49-1.46-2.24-2.17l24.84-24.84a8 8 0 0 0-11.32-11.32l-26 26a111.43 111.43 0 0 0-128.55.19L37.66 42.34a8 8 0 0 0-11.32 11.32L51.4 78.72A113.38 113.38 0 0 0 16 161.13V184a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-24a111.25 111.25 0 0 0-32.94-79.33M92 160a12 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"
})
});
export default AndroidLogo;
//# sourceMappingURL=AndroidLogo.js.map