import type { FC } from 'react'; import React from 'react'; export const ChatGPTIcon: FC<{ className?: string; }> = ({ className }) => ( ChatGPT ChatGPT );