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