Files
react-test/docs/data/material/components/icons/Icons.tsx.preview

5 lines
201 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Icon>add_circle</Icon>
<Icon color="primary">add_circle</Icon>
<Icon sx={{ color: green[500] }}>add_circle</Icon>
<Icon fontSize="small">add_circle</Icon>
<Icon sx={{ fontSize: 30 }}>add_circle</Icon>