Closed
Description
Describe the bug A clear and concise description of what the bug is.
- On the material-icons demo page, I see many of the icon names are off by one so that the previous icon matches up to the following icon in the list.
To Reproduce Steps to reproduce the behavior:
- Go to https://react-md.dev/packages/material-icons/demos
- Scroll down, and you should see the icons/labels are mismatched by one.
Expected behavior A clear and concise description of what you expected to
happen.
- The names of the icons should match their associated icons. So if we take a look at the screenshot below, the first icon on the left, should be
Archive
, and on the right, the label should beArrowBack
.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macOS Monterey (12.4)
- Browser: FireFox (v103.0.1), Chrome (v104.0.5112.79)