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