export default function DiscordIcon({ width = 26, height = 20, color = 'currentColor', className = '' }) { return ( ); }