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