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