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