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