-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sizing the icons? #19
Comments
@vayurobins FontSize from css |
Is it really just me? |
Are you still having this problem? Maybe you could share some code to give an example of what goes wrong. |
Thanks for asking. I got it fixed at last. It just that the SVG sizing is a bit confusing, making the size bigger, makes the icon smaller. :-)
|
@vayurobins if you are using tailwind you can add ex.
|
|
if you want to change the font size in react, change the property of strokeWidth and it will work for you. |
Hi. How do I size the icons? I tried to size them with css width and height. I also tried to use inline width and height attributes and viewbox.
The text was updated successfully, but these errors were encountered: