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