Add Custom Icon in Ionic 2

后端 未结 10 2043
既然无缘
既然无缘 2020-12-02 06:35

I am using Ionic 2 for developing my App. I want to use my custom icons in my app like we use ionic 2 icons using tag. Eg:



        
10条回答
  •  青春惊慌失措
    2020-12-02 07:18

    With the current Ionic 3.3.0 you can use the solution from Anjum, but you have to change

    @import "ionic.ionicons";
    

    to

    @import "ionicons";
    

    in the src/theme/variables.scss file.

    Found this solution at:

    https://github.com/yannbf/ionicCustomIconsSample/blob/master/src/theme/variables.scss

提交回复
热议问题