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