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