akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.06k stars 1.51k forks source link

nb-info icon not displayed in v. 1.1.0 #878

Open ilDon opened 6 years ago

ilDon commented 6 years ago

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior:

nb-info icon is not displayed. <i class="nb-info"></i> only renders a white space

When testing another icon (e.g. <i class="nb-locked"></i>) it is correctly displayed

Expected behavior:

The icon should be displayed

Steps to reproduce:

With the latest version of both nebular theme (2.0.1) and nebular icon (1.1.0), try to display nb-info.

Angular, Nebular

"@nebular/bootstrap": "^2.0.1", "@nebular/theme": "^2.0.1", "nebular-icons": "^1.1.0",

MarosR commented 5 years ago

I have the same problem. Can anyone resolve this ?