9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
|
|
<Badge badgeContent={4}>
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>🛍</Typography>
|
||
|
|
</Badge>
|
||
|
|
<Badge badgeContent="❕">
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>🔔</Typography>
|
||
|
|
</Badge>
|
||
|
|
<Badge variant="plain" color="danger" badgeContent={<Warning />}>
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>🪫</Typography>
|
||
|
|
</Badge>
|