@inspark/inspark-components 14.0.70 → 14.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -631,7 +631,7 @@ class ButtonComponent extends Button {
631
631
  else {
632
632
  this._target = this.linkTarget === 'self' ? '_self' : 'blank';
633
633
  }
634
- if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('in-') === -1 && this.icon.indexOf('pi-') === -1) {
634
+ if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('am-') === -1 && this.icon.indexOf('pi-') === -1) {
635
635
  this.isMaterialIcon = true;
636
636
  }
637
637
  else {
@@ -2507,7 +2507,7 @@ class LinkComponent {
2507
2507
  else {
2508
2508
  this._target = this.linkTarget === 'self' ? '_self' : 'blank';
2509
2509
  }
2510
- if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('fa-') === -1) {
2510
+ if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('am-') === -1 && this.icon.indexOf('fa-') === -1) {
2511
2511
  this.isMaterialIcon = true;
2512
2512
  }
2513
2513
  else {