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