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