Nextjs Icons
Through most of the examples in this kit, we have used the default Icons for the Material Design provided by Google.
Icons font
In order to use the font Icon component, or to use icon names (ligatures) directly in components that support them, you must first add the Material icons font. Here are some instructions on how to do so.
You would use them like:
or you could use them with material-ui like so:
SVG Icons
In order to use prebuilt SVG Material icons, such as those found in the component demos you must first install the @material-ui/icons package:
Then you would use them like so:
Please do not forget to take a look at the Quick Start guides as well