9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
|
|
<CircularProgress color="warning">
|
||
|
|
<WarningIcon color="warning" />
|
||
|
|
</CircularProgress>
|
||
|
|
<CircularProgress size="lg" determinate value={66.67}>
|
||
|
|
2 / 3
|
||
|
|
</CircularProgress>
|
||
|
|
<CircularProgress color="danger" sx={{ '--CircularProgress-size': '80px' }}>
|
||
|
|
<ReportIcon color="danger" />
|
||
|
|
</CircularProgress>
|