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