IconMenuResources() — supabase Function Reference
Architecture documentation for the IconMenuResources() function in MenuIcons.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/components/Navigation/NavigationMenu/MenuIcons.tsx lines 382–400
export function IconMenuResources({ 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="M5.00001 2.49996C4.17157 2.49996 3.49999 3.17154 3.49999 3.99998V10.7676C3.79417 10.5974 4.13571 10.5 4.50001 10.5H11.9928C12.2686 10.5 12.4924 10.2765 12.4928 10.0007L12.4996 5.001L12.4939 2.99854C12.4931 2.72295 12.2694 2.49996 11.9938 2.49996H9.15577V5.99998C9.15577 6.20778 9.02724 6.39391 8.83291 6.46753C8.63859 6.54115 8.41899 6.4869 8.28131 6.33126L7.15602 5.05923L6.0302 6.33133C5.89249 6.48693 5.67291 6.54114 5.47861 6.46751C5.28432 6.39388 5.15581 6.20776 5.15581 5.99998V2.49996H5.00001ZM5.00001 1.5C3.61931 1.5 2.50003 2.61928 2.50003 3.99998V12.5C2.50003 13.6045 3.39545 14.5 4.50001 14.5H12C12.8284 14.5 13.5 13.8284 13.5 13V9.33774C13.5 9.31079 13.4979 9.28434 13.4938 9.25855L13.4996 5.00138L13.4938 2.99568C13.4914 2.16895 12.8206 1.5 11.9938 1.5H5.00001ZM12.5 11.412C12.3416 11.4689 12.1708 11.5 11.9928 11.5H4.50001C3.94771 11.5 3.49999 11.9477 3.49999 12.5C3.49999 13.0523 3.94771 13.5 4.50001 13.5H12C12.2762 13.5 12.5 13.2761 12.5 13V11.412ZM6.15577 2.49996V4.68063L6.78169 3.97337C6.8766 3.86613 7.01294 3.80474 7.15615 3.80475C7.29936 3.80477 7.43569 3.86619 7.53058 3.97345L8.15581 4.68021V2.49996H6.15577Z"
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