9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
|
|
<Badge badgeContent={10} size="sm">
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
|
||
|
|
</Badge>
|
||
|
|
<Badge badgeContent={20} size="md">
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
|
||
|
|
</Badge>
|
||
|
|
<Badge badgeContent={30} size="lg">
|
||
|
|
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
|
||
|
|
</Badge>
|