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