mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 15:49:13 +08:00

Comparing https://unpkg.com/@fortawesome/free-solid-svg-icons@6.0.0/faThumbtack.js and https://unpkg.com/@fortawesome/free-solid-svg-icons@5.15.4/faThumbtack.js one can see that the export name was changed from "Thumbtack" to "ThumbTack". This unfortunately makes the icon not importable with the babel macro. The correct export name is "Thumbtack" as in v5. Same issue in the pro package, which I am looking at right now. Cheers!