import React from 'react'; import { I18nManager } from 'react-native'; import { G, Path, Svg } from 'react-native-svg'; import { IconProps } from './utils/base'; export const ChevronLeft = ({ height, size, width, ...rest }: IconProps) => ( );