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