I added a custom svg int the node_modules/ionicicons/svg/mycustom.svg When try to use the same icon:
<button primary clear item-right> <ion-icon name="mycustom"></ion-icon> </button>
It doesn’t show up. It just shows blank, How to add custom svg icons in ionic2? Please help.