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