kartik-v / yii2-icons

Set of icon frameworks for easy use in Yii Framework 2.0
http://demos.krajee.com/icons
Other
71 stars 29 forks source link

icon::map problem for BSG and WHH #56

Open bvdvb opened 4 months ago

bvdvb commented 4 months ago

Steps to reproduce the issue

i can map all icons set except these 2, am i missing something?

Icon::map($this, Icon::BSG); --> error Class "\yii\bootstrap\BootstrapAsset" not found Icon::map($this, Icon::WHH); --> Undefined constant kartik\icons\Icon::WHH

I use bootstrap 5

Greetings Bert