import { forwardRef, SVGProps } from 'react'; export interface UndoProps extends Omit, 'css'> {} export const Undo = forwardRef((props, ref) => ( )); Undo.displayName = 'Undo';