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