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