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