Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created June 4, 2018 17:06
Show Gist options
  • Save SaraVieira/35b4c33b8358ed891008f2ff89885d65 to your computer and use it in GitHub Desktop.
Save SaraVieira/35b4c33b8358ed891008f2ff89885d65 to your computer and use it in GitHub Desktop.
import fontawesome from '@fortawesome/fontawesome'
import faTimes from '@fortawesome/fontawesome-free-solid/faTimes'
import faSearch from '@fortawesome/fontawesome-free-solid/faSearch'
fontawesome.config = {
autoAddCss: false
}
fontawesome.library.add(faSearch, faTimes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment