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