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