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