alex-oleshkevich / vue-tabler-icons

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

Set stroke-width globally #6

Closed esl51 closed 3 years ago

esl51 commented 3 years ago

Hi!

First of all, thank you for your work!

I think it will be the good option to set stroke-width globally for all icons. What do you think about this?

alex-oleshkevich commented 3 years ago

You already have it :) Just set a CSS stroke-width property like this:

svg.icon {
    stroke-width: 1;
}