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.05k stars 1.51k forks source link

Sidebar menu use ionic icons like 'desktop-outline' etc #3261

Open Tabassum27 opened 1 month ago

Tabassum27 commented 1 month ago

I want to use ionicons on my sidebar, I tried configurations like

 icon: {
      icon: 'desktop-outline',
      pack: 'ion'
    },

but above configuration is not working. can anyone help?

look at versions:

"ionicons": "^7.4.0",
 "@ionic/angular": "^6.7.5",
 "@nebular/theme": "11.0.1",
 "@angular/cli": "^15.2.10",
salarenko commented 1 month ago

Did you register your icon package in NbIconLibraries?