Closed
Description
URL
https://ionicframework.com/docs/api/icon
Issue Description
In the documentation on ionicframework.com, we read the following:
Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color.
It says that we can use the <ion-icon>
tag for a custom SVG, but does not say how we can do that. The only examples given are for the icons in the Ionicons set.
Someone who knows how this is done, please let me know how it is done, and update the docs so others can know how to do it as well.