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