|
1 | 1 | import { MenuType, RouteInfo } from './sidebar.metadata'; |
2 | 2 |
|
3 | 3 | export const ROUTES: RouteInfo[] = [ |
4 | | - { path: 'dashboard', title: 'Dashboard', menuType: MenuType.LEFT, icon: 'material-icons' }, |
5 | | - { path: 'user', title: 'User profile', menuType: MenuType.LEFT, icon:'material-icons' }, |
6 | | - { path: 'table', title: 'Table List', menuType: MenuType.LEFT, icon:'material-icons' }, |
7 | | - { path: 'typography', title: 'Typography', menuType: MenuType.LEFT, icon:'material-icons' }, |
8 | | - { path: 'icons', title: 'Icons', menuType: MenuType.LEFT, icon:'material-icons' }, |
9 | | - { path: 'maps', title: 'Maps', menuType: MenuType.LEFT, icon:'material-icons' }, |
10 | | - { path: 'notifications', title: 'Notifications', menuType: MenuType.LEFT, icon:'material-icons text-gray' }, |
| 4 | + { path: 'dashboard', title: 'Dashboard', menuType: MenuType.LEFT, icon: 'dashboard' }, |
| 5 | + { path: 'user', title: 'User profile', menuType: MenuType.LEFT, icon:'person' }, |
| 6 | + { path: 'table', title: 'Table List', menuType: MenuType.LEFT, icon:'content_paste' }, |
| 7 | + { path: 'typography', title: 'Typography', menuType: MenuType.LEFT, icon:'library_books' }, |
| 8 | + { path: 'icons', title: 'Icons', menuType: MenuType.LEFT, icon:'bubble_chart' }, |
| 9 | + { path: 'maps', title: 'Maps', menuType: MenuType.LEFT, icon:'location_on' }, |
| 10 | + { path: 'notifications', title: 'Notifications', menuType: MenuType.LEFT, icon:'notifications' }, |
11 | 11 | ]; |
0 commit comments