alex-oleshkevich / vue-tabler-icons

Fully customizable free SVG icons made as Vue components.
MIT License
150 stars 13 forks source link

Let adjust stroke width through props #1

Closed raulmabe closed 3 years ago

raulmabe commented 3 years ago

It would be great to have this functionality, I can try to make a PR. What do you think?

alex-oleshkevich commented 3 years ago

All custom props are passed to the component directly. You can set stroke-width like this:

<bold-icon stroke-width="3" />
alex-oleshkevich commented 3 years ago

Feel free to reopen if you have an alternate idea.