Table Of Contents
* [Overview](#chapter-1)
* [Getting Started](#chapter-2)
* [Step 1](#chapter-3)
* [Step 2](#chapter-4...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for this!
I also noticed that if you are using styled-components in your app, you can wrap the icon component and style it that way:
import { AiFillAlert } from "react-icons/ai"; const StyledIcon = styled(AiFillAlert)` color: gold; transform: scale(2); `Nice!
Thanks! Really appreciate your post.
Here I live you a component that receives any type of icon. You're welcome.
No it's not the easiest way!
By default its block. How do you make it inline?
If you have to read documentation to insert the simple icon then it's far from easiest way.
@tombohub Your comment is not very helpful.
You don't even provide the link to the documentation you mention,
By the way, I have been looking for it without being able to find it.
hello, here are the docs: react-icons.github.io/react-icons
github.com/react-icons/react-icons...
Check if the icon is block or inline element, maybe I was wrong
Thanks for this!