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