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