diff --git a/frontend/src/components/network/nodes/deviceRegistry.ts b/frontend/src/components/network/nodes/deviceRegistry.ts index df3d2f33..672b528a 100644 --- a/frontend/src/components/network/nodes/deviceRegistry.ts +++ b/frontend/src/components/network/nodes/deviceRegistry.ts @@ -1,6 +1,6 @@ import type { LucideIcon } from 'lucide-react' import { - Router, Layers, ShieldAlert, Wifi, Server, Monitor, Boxes, Package, Cloud, + Router, Network, ShieldAlert, Wifi, Server, Monitor, Boxes, Package, Cloud, Printer, Smartphone, HardDrive, Gauge, Database, CloudCog, Cpu, Tablet, Laptop, BatteryCharging, RectangleVertical, Cable, Camera, KeyRound, Globe, Video, PlugZap, Radio, @@ -30,7 +30,7 @@ export const INFRA_COLOR = '#94a3b8' const SYSTEM_DEVICE_ICONS: Record = { // Network layer 'router': { icon: Router, color: NETWORK_COLOR }, - 'switch': { icon: Layers, color: NETWORK_COLOR }, + 'switch': { icon: Network, color: NETWORK_COLOR }, 'access-point': { icon: Wifi, color: NETWORK_COLOR }, 'load-balancer': { icon: Gauge, color: NETWORK_COLOR },