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