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