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