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