[
    {
        "label": "Mail",
        "icon": "far fa-envelope-open",
        "ul": [
            {
                "label": "Calendar",
                "icon": "far fa-calendar-alt",
                "ul": [
                    {
                        "label": "Deadlines",
                        "icon": "far fa-clock"
                    },
                    {
                        "label": "Meetings",
                        "icon": "fas fa-users"
                    },
                    {
                        "label": "Workouts",
                        "icon": "fas fa-basketball-ball"
                    },
                    {
                        "label": "Events",
                        "icon": "fas fa-mug-hot"
                    }
                ]
            },
            {
                "label": "Offers",
                "icon": "far fa-bell"
            },
            {
                "label": "Contacts",
                "icon": "far fa-address-book"
            }
        ]
    },
    {
        "label": "Inbox",
        "icon": "far fa-folder-open",
        "ul": [
            {
                "label": "Admin",
                "icon": "far fa-folder-open",
                "href": "#"
            },
            {
                "label": "Corporate",
                "icon": "far fa-folder-open"
            },
            {
                "label": "Finance",
                "icon": "far fa-folder-open"
            },
            {
                "label": "Other",
                "icon": "far fa-folder-open"
            }
        ]
    },
    {
        "label": "Favourites",
        "icon": "far fa-gem",
        "ul": [
            {
                "label": "Restaurants",
                "icon": "fas fa-pepper-hot"
            },
            {
                "label": "Places",
                "icon": "far fa-eye"
            },
            {
                "label": "Games",
                "icon": "fas fa-gamepad"
            },
            {
                "label": "Coctails",
                "icon": "fas fa-cocktail"
            },
            {
                "label": "Food",
                "icon": "fas fa-pizza-slice"
            }
        ]
    },
    {
        "label": "Notes",
        "icon": "fas fa-cogs"
    },
    {
        "label": "Settings",
        "icon": "fas fa-desktop"
    },
    {
        "label": "Sevices",
        "icon": "fas fa-trash"
    }
]