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