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