diff --git a/ionic/components/icon/icon.ts b/ionic/components/icon/icon.ts index ac4d172d62..513738315a 100644 --- a/ionic/components/icon/icon.ts +++ b/ionic/components/icon/icon.ts @@ -60,9 +60,6 @@ export class Icon { } } - /** - * @private - */ get name() { return this._name; } @@ -80,9 +77,6 @@ export class Icon { this.update(); } - /** - * @private - */ get ios() { return this._ios; } @@ -95,9 +89,6 @@ export class Icon { this.update(); } - /** - * @private - */ get md() { return this._md; }