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