import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; import { memo } from 'react'; const SvgComponent = () => ( ); const ArrowRightSwipe = memo(SvgComponent); export default ArrowRightSwipe;