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