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