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