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