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