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