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