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