diff --git a/demos/buttons/index.ts b/demos/buttons/index.ts
deleted file mode 100644
index 43aed36502..0000000000
--- a/demos/buttons/index.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import {App} from 'ionic/ionic';
-
-
-@App({
- templateUrl: 'main.html'
-})
-class E2EApp {}
diff --git a/demos/buttons/main.html b/demos/buttons/main.html
deleted file mode 100644
index f4b0e9cdce..0000000000
--- a/demos/buttons/main.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
- Default Buttons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demos/buttons/index.html b/demos/icons/index.html
similarity index 100%
rename from demos/buttons/index.html
rename to demos/icons/index.html
diff --git a/demos/icons/index.ts b/demos/icons/index.ts
new file mode 100644
index 0000000000..5b166d7e4d
--- /dev/null
+++ b/demos/icons/index.ts
@@ -0,0 +1,13 @@
+import {App} from 'ionic/ionic';
+
+
+@App({
+ templateUrl: 'main.html'
+})
+
+class DemoApp {
+ constructor() {
+ this.homeIcon = 'home';
+ this.isActive = false;
+ }
+}
\ No newline at end of file
diff --git a/demos/icons/main.html b/demos/icons/main.html
new file mode 100644
index 0000000000..3ad3e73ac7
--- /dev/null
+++ b/demos/icons/main.html
@@ -0,0 +1,77 @@
+
+
+ Icons
+
+
+
+
+
+
+
+ Favorite Icons
+
+
+
+
+ Wifi
+
+
+
+
+ Affection
+
+ Very Little
+
+
+
+
+
+ Home
+
+ Where the heart is
+
+
+
+
+
+ Magic
+
+
+
+
+ Star status
+
+ Super
+
+
+
+
+
+ Pizza
+
+ Always
+
+
+
+
+
+ Beer
+
+ Yes Plz
+
+
+
+
+
+ Wine
+
+ All the time
+
+
+
+
+
+
+
+
+