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