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