We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use a consistent way of defining icons within my app. some of those icons have been uploaded to a kit so will have the prefix 'fak'
how can I import these in the same way as normal i.e.
import { library } from '@fortawesome/fontawesome-svg-core' import { fab } from '@fortawesome/free-brands-svg-icons' import { fak } from '@fortawesome/something_to_deal_with_kits' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' library.add(fab,fak) ----- <FontAwesomeIcon icon={['fak', 'myuploadedicon']} />
The text was updated successfully, but these errors were encountered:
I Would also like to see it soon in the next versions
Sorry, something went wrong.
No branches or pull requests
I want to use a consistent way of defining icons within my app. some of those icons have been uploaded to a kit so will have the prefix 'fak'
how can I import these in the same way as normal i.e.
The text was updated successfully, but these errors were encountered: