import { Iconify } from 'src/components/iconify'; import type { AccountDrawerProps } from './components/account-drawer'; // ---------------------------------------------------------------------- export const _account: AccountDrawerProps['data'] = [ { label: 'Home', href: '/', icon: }, { label: 'Profile', href: '#', icon: , }, { label: 'Projects', href: '#', icon: , info: '3', }, { label: 'Subscription', href: '#', icon: , }, { label: 'Security', href: '#', icon: }, { label: 'Account settings', href: '#', icon: }, ];