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