FortAwesome / vue-fontawesome

Font Awesome Vue component
https://fontawesome.com
MIT License
2.39k stars 132 forks source link

Cannot Find New Version 6 Pro Icons #381

Closed HW-AndresR closed 2 years ago

HW-AndresR commented 2 years ago

Describe the bug Not sure if this is the right place, but I'm using Font Awesome Pro with Vue, we acquired a license a few weeks ago and Just updated to version 6 to start using some of the new icons like the memo one. (https://fontawesome.com/icons/memo-circle-info?s=solid) but those icons does not show as exported from the Font Awesome packages, hence I cannot use them in Vue.

Reproducible test case Package JSON dependencies: "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-brands-svg-icons": "^6.1.1", "@fortawesome/pro-regular-svg-icons": "^6.1.1", "@fortawesome/pro-solid-svg-icons": "^6.1.1", "@fortawesome/vue-fontawesome": "^3.0.0"

Expected behavior Being able to import new version 6 icons like this: import { faMemoCircleInfo } from '@fortawesome/pro-solid-svg-icons';

Desktop (please complete the following information):