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