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