Material Icons are beautifully crafted, delightful, and easy to use in your web, Android, and iOS projects.
- Add
@nuxtjs/material-icons
dependency using yarn or npm to your project - Add
@nuxtjs/material-icons
tomodules
section ofnuxt.config.js
{
modules: [
'@nuxtjs/material-icons',
]
}