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