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