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