{
  "loggedInNavItems": [
    { "key": "route", "label": "route", "icon": "Vector", "path": "/route" },
    { "key": "quotes", "label": "quotes", "icon": "Quote", "path": "/quotes" },
    { "key": "book", "label": "book", "icon": "Book", "path": "/bookings" },
    { "key": "tracking", "label": "tracking", "icon": "Tracking", "path": "/tracking" },
    { "key": "bill", "label": "bill", "icon": "Frame", "path": "/bill" },
    { "key": "reportsDocs", "label": "more", "icon": "Reports" }
  ],
  "loggedOutNavItems": [
    { "key": "route", "label": "route", "icon": "Vector" },
    { "key": "quotes", "label": "quotes", "icon": "Quote" },
    { "key": "tracking", "label": "tracking", "icon": "Tracking" }
  ],
  "reportsSubItems": [
    {
      "key": "vesselSchedule",
      "label": "vesselSchedule",
      "icon": "ship_icon",
      "hoverIcon": "ship_blue_outline",
      "path": "/vesselSchedules"
    },
    {
      "key": "reports",
      "label": "reports",
      "icon": "Paper",
      "hoverIcon": "paper_blue",
      "path": "/reports"
    },
    {
      "key": "documents",
      "label": "documents",
      "icon": "docs_black",
      "hoverIcon": "docs_blue",
      "path": "/documents"
    },
    {
      "key": "invoice",
      "label": "invoice",
      "icon": "ReportsBill",
      "hoverIcon": "bill_blue",
      "path": "/invoice"
    }
  ],
  "loggedInProfileMenu": [
    { "label": "My Profile", "icon": "user", "hoverIcon": "user_blue", "path": "/profile" },
    { "label": "My Company", "icon": "company", "hoverIcon": "company_blue", "path": "/company" },
    {
      "label": "Change Password",
      "icon": "password",
      "hoverIcon": "password_blue",
      "path": "/change-password"
    },
    {
      "label": "Write Feedback",
      "icon": "Pencil",
      "hoverIcon": "pencil_blue",
      "path": "/feedback"
    },
    { "label": "Logout", "icon": "logout", "hoverIcon": "logout_blue", "path": "/logout" }
  ]
}
