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