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