import * as React from 'react'; import { StyleSheet } from 'react-native'; import type { SvgProps } from 'react-native-svg'; import Svg, { Path } from 'react-native-svg'; export const ArrowRight = ({ color = '#CCC', style, ...props }: SvgProps) => ( );