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",