You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Hi! and thanks for the cool icon library! @matschik
At the attributes by default uses stroke-width="2"
Can autor add supporting props as example :stroke-width="1", fill and currentColor works fine, but stroke nope. If it possible.
I'm using this lib with tailwindcss and nuxt, and it will be great. Also, this article says that we need to change it into CSS like: svg path { stroke-width: 1; }
It works. Or here is another solution. But I prefer to follow by methodology or add some details into props.
Sorry if I duplicated the question.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! and thanks for the cool icon library! @matschik
At the attributes by default uses stroke-width="2"
Can autor add supporting props as example :stroke-width="1", fill and currentColor works fine, but stroke nope. If it possible.
I'm using this lib with tailwindcss and nuxt, and it will be great. Also, this article says that we need to change it into CSS like:
svg path { stroke-width: 1; }
It works. Or here is another solution. But I prefer to follow by methodology or add some details into props.
Sorry if I duplicated the question.
The text was updated successfully, but these errors were encountered: