Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.logger.error('ux-icon: no matching icon found', this.element);
}
};
__decorate([
aurelia_templating_1.bindable
], UxIcon.prototype, "size", void 0);
__decorate([
aurelia_templating_1.bindable
], UxIcon.prototype, "theme", void 0);
__decorate([
aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay })
], UxIcon.prototype, "icon", void 0);
UxIcon = __decorate([
aurelia_dependency_injection_1.inject(Element, core_1.StyleEngine, aurelia_logging_1.Logger),
aurelia_templating_1.customElement('ux-icon'),
aurelia_templating_1.processAttributes(core_1.processDesignAttributes)
], UxIcon);
return UxIcon;
}());
exports.UxIcon = UxIcon;