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