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