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