v-icon
component. An example of this would be:
<v-icon>home</v-icon>
I am curious if animated material icons are supported and can be integrated into Vuetify without the need for additional CSS code. The examples I have seen mainly focus on Font Awesome icons, using classes like `fa-spin`, but my preference lies with Google's material icons library.
EDIT: Specifically, I am looking to achieve dynamic icon behavior similar to the transitions demonstrated in videos on this page: https://material.io/design/iconography/animated-icons.html#. For instance, I would like a play button to smoothly transition into a pause button when clicked.