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