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