import { PRODUCT_MODULES, products } from 'shared-data' type HomeMenuIcon = { width?: number height?: number className?: string } export function IconMenuHome({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuGraphQL({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuApi({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuAuth({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuDevCli({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuCli({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuCsharp({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuDatabase({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuRestApis({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuEdgeFunctions({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuExtensions({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuFlutter({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuGettingStarted({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuIntegrations({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuJavascript({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuPlatform({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuPython({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuRealtime({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuResources({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuSelfHosting({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuStorage({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuAI({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuSwift({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuKotlin({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconMenuStatus({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconBranching({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconGitBranch({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconGitHub({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconSecurity({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconSupport({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconTerraform({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconTroubleshooting({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) } export function IconUI({ width = 16, height = 16, className }: HomeMenuIcon) { return ( ) }