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