import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; import Svg, { ClipPath, Defs, G, Path } from 'react-native-svg'; import colors from '../colors'; export const Github = ({ color = colors.neutral[500], ...props }: SvgProps) => ( );