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