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