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