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