From 1272a43cb1423fe61ebd329f4d2d2c838e4f57d4 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 20 Jul 2015 11:32:05 -0500 Subject: [PATCH] icon examples --- ionic/components/icon/icon.ts | 25 +++++++++++++++++++++++++ package.json | 1 + 2 files changed, 26 insertions(+) diff --git a/ionic/components/icon/icon.ts b/ionic/components/icon/icon.ts index 3af7e18c32..190e60b6e4 100644 --- a/ionic/components/icon/icon.ts +++ b/ionic/components/icon/icon.ts @@ -5,6 +5,31 @@ import {IonicComponent} from '../../config/annotations'; import {Ion} from '../ion'; import {Platform} from '../../platform/platform'; + +/* + +Ionicons Font Icon + + + + + +Ionicons SVG + +...ios... +...md... + + +Custom SVG File + + + +Custom Font Icon + + +*/ + + @Directive({ selector: 'icon', properties: [ diff --git a/package.json b/package.json index 9fc0f67b20..d685519ec6 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "lodash": "^2.4.1", "node-libs-browser": "^0.5.2", "node-uuid": "^1.4.1", + "request": "^2.59.0", "run-sequence": "^1.1.0", "serve-static": "^1.9.2", "source-map-support": "^0.2.10",