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