<nb-icon> unable to render font awesome icons.
- Lenguaje dominante
- TypeScript
- Estrellas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
Using `` tag with font awesome icons does not render the icons ( Image1.png )
``

However, using image tag `` renders it properly. ( Image2.png )

Nebular version 4.1.0 is using `` everywhere instead of `` for eg. In Menu Item. so upgrading to this version is breaking all font awesome icons.
**Expected behavior:**
should work in version 4.1.0 of Nebular.
**Steps to reproduce:**
Install the following modules.
"@nebular/eva-icons": "^4.0.0-rc.8",
"@nebular/theme": "^4.1.0",
"@fortawesome/fontawesome-free": "^5.9.0",
"@angular/cli": "~8.0.6",
"@angular/compiler-cli": "~8.0.3"
**Related code:**
```
insert short code snippets here
```
### Other information:
**npm, node, OS, Browser**
```
```
**Angular, Nebular**
```
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.