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