Reputation: 1672
Vuetify official doc says you can use the google material icon but some of them not working in is there is any reference online?
<v-icon >
mdi-layers
</v-icon>
the above works but the below one does't
<v-icon>
mdi-expand_more
</v-icon>
Upvotes: 0
Views: 1825
Reputation: 1033
Here are the resources I personally use to get mdi icon names:
https://pictogrammers.github.io/@mdi/font/5.4.55/
https://material.io/resources/icons/?style=baseline
https://iconify.design/icon-sets/mdi/
Upvotes: 1