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