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