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