type HomeMenuIcon = { width?: number height?: number } export function IconMenuHome({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuApi({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuAuth({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuCli({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuCsharp({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuDatabase({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuServerlessApis({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuEdgeFunctions({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuExtensions({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuFlutter({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuGettingStarted({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuIntegrations({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuJavascript({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuPlatform({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuPython({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuRealtime({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuResources({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuSelfHosting({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuStorage({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuAI({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuSwift({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuKotlin({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) } export function IconMenuStatus({ width = 16, height = 16 }: HomeMenuIcon) { return ( ) }