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