IconMenuDevCli() — supabase Function Reference
Architecture documentation for the IconMenuDevCli() function in MenuIcons.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/components/Navigation/NavigationMenu/MenuIcons.tsx lines 104–122
export function IconMenuDevCli({ 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="M1.5 4C1.5 2.61929 2.61929 1.5 4 1.5H12C13.3807 1.5 14.5 2.61929 14.5 4V12C14.5 13.3807 13.3807 14.5 12 14.5H4C2.61929 14.5 1.5 13.3807 1.5 12V4ZM4 2.5C3.17157 2.5 2.5 3.17157 2.5 4V12C2.5 12.8284 3.17157 13.5 4 13.5H12C12.8284 13.5 13.5 12.8284 13.5 12V4C13.5 3.17157 12.8284 2.5 12 2.5H4ZM4.91205 5.19896C5.10729 5.00369 5.42388 5.00366 5.61915 5.19891L8.02043 7.59984C8.11421 7.6936 8.1669 7.82078 8.16691 7.9534C8.16691 8.08601 8.11423 8.2132 8.02046 8.30697L5.61918 10.7083C5.42392 10.9035 5.10733 10.9035 4.91207 10.7083C4.71681 10.513 4.71681 10.1964 4.91207 10.0011L6.95977 7.95344L4.9121 5.90607C4.71682 5.71082 4.7168 5.39424 4.91205 5.19896ZM7.5 10.1492C7.5 9.87303 7.72386 9.64917 8 9.64917H11C11.2761 9.64917 11.5 9.87303 11.5 10.1492C11.5 10.4253 11.2761 10.6492 11 10.6492H8C7.72386 10.6492 7.5 10.4253 7.5 10.1492Z"
fill="currentColor"
/>
</svg>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free