mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
fix(icon): update to ionicons 6 to resolve typescript 4.4 errors (#24185)
This commit is contained in:
@ -576,13 +576,13 @@ export class IonHeader {
|
||||
|
||||
export declare interface IonIcon extends Components.IonIcon {}
|
||||
@ProxyCmp({
|
||||
inputs: ['ariaHidden', 'ariaLabel', 'color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
||||
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
||||
})
|
||||
@Component({
|
||||
selector: 'ion-icon',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
inputs: ['ariaHidden', 'ariaLabel', 'color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
||||
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
||||
})
|
||||
export class IonIcon {
|
||||
protected el: HTMLElement;
|
||||
|
Reference in New Issue
Block a user