import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgChevronBottom = (props: SvgProps) => ( ); export default SvgChevronBottom;