import * as React from 'react' function SvgRedo(props: React.SVGProps): JSX.Element { return ( ) } export default SvgRedo