app/javascript/material-icons/README.md
Files in this directory are Material Symbols icons fetched using the icons:download rake task (see /lib/tasks/icons.rake).
To add another icon, follow these steps:
icon_name)import IconName from '@/material-icons/400-24px/icon_name.svg?react';RAILS_ENV=development rails icons:download to download any newly imported icons.The import should now work and the icon should appear when passed to the `<Icon icon={IconName} /> component