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