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