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