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