import {Component, Directive, View} from 'angular2/angular2'; import {List, Item, ActionMenu, Modal, ModalRef, NavbarTemplate, Navbar, NavController, Content} from 'ionic/ionic'; @Component({ selector: 'ion-view' }) @View({ template: ` Ionicons

Ionicons

Ionic comes with a totally free (in price and license), icon pack 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.

`, directives: [NavbarTemplate, Navbar, Content, List, Item] }) export class IconsPage { constructor() { } }