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