This commit is contained in:
joshikannan
2024-04-26 11:22:56 +05:30
parent 86034b370c
commit c0273fcf69
3 changed files with 15 additions and 108 deletions

View File

@@ -36,6 +36,10 @@ import {
WindowsOutlined
} from '@ant-design/icons';
import { useTheme } from '@mui/material/styles';
import { TbBoxMultiple1 } from 'react-icons/tb';
import { GrMultiple } from 'react-icons/gr';
import { FaUserPen } from 'react-icons/fa6';
import { TbUserEdit } from 'react-icons/tb';
// ==============================|| HEADER - CONTENT ||============================== //
@@ -164,7 +168,7 @@ const HeaderContent = () => {
primary={
<Grid container>
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
<MailOutlined />
<TbBoxMultiple1 />
</ListItemIcon>
<Typography color="textPrimary">Create Order</Typography>
</Grid>
@@ -183,9 +187,9 @@ const HeaderContent = () => {
primary={
<Grid container>
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
<MailOutlined />
<GrMultiple />
</ListItemIcon>
<Typography color="textPrimary">Create Multiple Order</Typography>
<Typography color="textPrimary">Create Group Order</Typography>
</Grid>
}
/>
@@ -219,7 +223,7 @@ const HeaderContent = () => {
primary={
<Grid container>
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
<UserOutlined />
<TbUserEdit />
</ListItemIcon>
<Typography color="textPrimary">Create Customer</Typography>
</Grid>