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