import * as React from 'react'; export interface Undo64Props extends React.SVGProps { ariaLabel?: string } export default function Undo64({ ariaLabel, ...props }: Undo64Props) { return ( ); }