import ChartBarIcon from '@heroicons/react/24/solid/ChartBarIcon';
import CogIcon from '@heroicons/react/24/solid/CogIcon';
import ChatBubbleLeftRightIcon from '@heroicons/react/24/solid/ChatBubbleLeftRightIcon'
import MapIcon from '@heroicons/react/24/solid/MapIcon'
import UserGroupIcon from '@heroicons/react/24/solid/UserGroupIcon'
import KeyIcon from '@heroicons/react/24/solid/KeyIcon'
import CpuChip from '@heroicons/react/24/solid/CpuChipIcon';
import { SvgIcon } from '@mui/material';
export const items = [
{
title: 'Overview',
path: '/',
icon: (
)
},
{
title: 'Devices',
path: '/devices',
icon: (
)
},
// {
// title: 'Chat (beta)',
// path: '/chat',
// icon: (
//
//
//
// )
// },
// {
// title: 'Map',
// path: '/map',
// icon: (
//
//
//
// ),
// },
{
title: 'Credentials',
path: '/credentials',
icon: (
)
},
{
title: 'Users',
path: '/users',
icon: (
)
},
{
title: 'Settings',
path: '/settings',
icon: (
)
},
];
/*
{
title: 'Customers',
path: '/customers',
icon: (
)
},
{
title: 'Account',
path: '/account',
icon: (
)
},
{
title: 'Register',
path: '/auth/register',
icon: (
)
},
{
title: 'Login',
path: '/auth/login',
icon: (
)
},
{
title: 'Companies',
path: '/companies',
icon: (
)
},
{
title: 'Error',
path: '/404',
icon: (
)
}
*/