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