import {IonicApp, IonicView} from 'ionic/ionic'; import {SinkPage} from '../sink-page'; @IonicView({ template: ` Icons Icons Ionic comes with a totally free (in price and license), icon pack (known as "Ionicons") with over 700 icons for your app. Ionicons is an icon font, and can be used with simple CSS icon classes (recommended), or with unicode characters. ` }) export class IconsPage extends SinkPage { constructor(app: IonicApp) { super(app); } }
Ionic comes with a totally free (in price and license), icon pack (known as "Ionicons") with over 700 icons for your app.
Ionicons is an icon font, and can be used with simple CSS icon classes (recommended), or with unicode characters.