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