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