import { cn } from '~/utils/'; export default function GPTIcon({ size = 25, className = '' }) { let unit = '41'; let height = size; let width = size; return ( ); }