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