import React from "react"; import { Svg, Path } from 'react-native-svg'; const ReplayIcon = (): React.ReactElement => { return ( ) } export default ReplayIcon;