Home / Function/ IconMenuAI() — supabase Function Reference

IconMenuAI() — supabase Function Reference

Architecture documentation for the IconMenuAI() function in MenuIcons.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/components/Navigation/NavigationMenu/MenuIcons.tsx lines 442–461

export function IconMenuAI({ width = 16, height = 16, className }: HomeMenuIcon) {
  return (
    <svg
      className={className}
      width={width}
      height={height}
      viewBox="0 0 16 16"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d={PRODUCT_MODULES.vector.icon[16]}
        stroke="currentColor"
        strokeMiterlimit="10"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
    </svg>
  )
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free