Is it possible to utilize the v-icon
component in Vuetify to display a custom icon that has been defined as an SVG in a file named my-icon.svg
? This SVG file is located within the public/img
directory of my project. How can I reference this file inside the v-icon
component?