Your react-icons-kit is very helpful! Thank you for making if available. I only wish we could use a different tag (other than <div/>) for the element. So, I forked your master branch and added <span/> and <i/> as alternatives, letting the user decide which works best. I also made <i/> the default.
@wmira,
Your react-icons-kit is very helpful! Thank you for making if available. I only wish we could use a different tag (other than
<div/>
) for the element. So, I forked your master branch and added<span/>
and<i/>
as alternatives, letting the user decide which works best. I also made<i/>
the default.