import type { IconProps } from './types'; export function KotlinIcon({ className }: IconProps) { return ( ); }