forwardemail / font-awesome-assets

:lipstick: Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an <svg> tag or a Base64-encoded PNG/SVG <img> tag! It supports Retina devices and custom tag attributes too!
https://lad.js.org
MIT License
130 stars 18 forks source link

Stacked icons #5

Closed phdog closed 4 years ago

phdog commented 7 years ago

How can I convert a stacked icon I have in my project?

<span className="fa-stack fa-lg social">
            <i className="fa fa-square-o fa-stack-2x"></i>
            <i className="fa fa-skype fa-stack-1x"></i>
</span> 
niftylettuce commented 7 years ago

Never used fa-stack before - not sure at the moment.