export const profileNavigationItems = [ { value: '/user/profile?edit=true', title: 'history', icon: 'time', group: 1, }, { value: '/user/profile?edit=true', title: 'navigation.library', icon: 'library', group: 1, }, { value: '/user/settings', title: 'edit_profile', icon: 'edit', group: 2, }, ];