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