antonreshetov / vue-unicons

1000+ Pixel-perfect svg icons for your next project as Vue components
https://antonreshetov.github.io/vue-unicons/
MIT License
998 stars 54 forks source link

Is it possible to access parent Uncion div #46

Open jpichon21 opened 3 years ago

jpichon21 commented 3 years ago

Hi there,

I'm trying to pass some properties to my imported icons, but I would like to access the parent Unicon div container rather than the svg element. Is there a way to do this ?

example with pug :

Unicon(position="right") results as , but I'd like to render

Thanks