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