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