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