The file /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Models/Enums.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 309→ case settings = "Configuracoes" 310→ 311→ var id: String { rawValue } 312→ 313→ var icon: String { 314→ switch self { 315→ case .dashboard: return "chart.pie.fill" 316→ case .incomeGoal: return "target" 317→ case .calendar: return "calendar" 318→ case .budget: return "chart.bar.fill" 319→ case .debts: return "creditcard.fill" 320→ case .debtPriority: return "list.number" 321→ case .negotiation: return "person.2.fill"