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