1import { renderIcon } from './render';23export const runtime = 'nodejs';4export const dynamic = 'force-static';56/** 192×192 PNG icon for the web app manifest. */7export function GET() {8 return renderIcon(192);9}10