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