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