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