Home / Function/ IconMenuHome() — supabase Function Reference

IconMenuHome() — supabase Function Reference

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

Entity Profile

Relationship Graph

Source Code

apps/docs/components/Navigation/NavigationMenu/MenuIcons.tsx lines 8–26

export function IconMenuHome({ width = 16, height = 16, className }: HomeMenuIcon) {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      className={className}
      width={width}
      height={height}
      viewBox="0 0 16 16"
      fill="none"
    >
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M8.27829 2.79624C8.10656 2.67555 7.87774 2.67497 7.7054 2.79479L3.71459 5.56927C3.58016 5.66273 3.5 5.81609 3.5 5.97981L3.50002 11.7946C3.50002 12.623 4.17159 13.2946 5.00002 13.2946H5.38867V8.96304C5.38867 8.13461 6.06024 7.46304 6.88867 7.46304H9.11116C9.93958 7.46304 10.6112 8.13461 10.6112 8.96304V13.2946H11C11.8284 13.2946 12.5 12.623 12.5 11.7946L12.5 6.02279C12.5 5.85995 12.4207 5.70732 12.2875 5.6137L8.27829 2.79624ZM10.1178 14.2946H11C12.3807 14.2946 13.5 13.1753 13.5 11.7946L13.5 6.02278C13.5 5.53429 13.2621 5.0764 12.8625 4.79553L8.85327 1.97806C8.33807 1.61601 7.65159 1.61427 7.13457 1.97371L3.14376 4.7482C2.74047 5.02858 2.5 5.48864 2.5 5.97982L2.50002 11.7946C2.50002 13.1753 3.61931 14.2946 5.00002 14.2946H5.88198C5.88421 14.2946 5.88644 14.2946 5.88867 14.2946C5.8909 14.2946 5.89314 14.2946 5.89536 14.2946H10.1045C10.1067 14.2946 10.1089 14.2946 10.1112 14.2946C10.1134 14.2946 10.1156 14.2946 10.1178 14.2946ZM9.61116 13.2946V8.96304C9.61116 8.6869 9.3873 8.46304 9.11116 8.46304H6.88867C6.61253 8.46304 6.38867 8.6869 6.38867 8.96304V13.2946H9.61116Z"
        fill="currentColor"
      />
    </svg>
  )
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free