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