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