aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/svg-icon/svg-icon.component.html.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/svg-icon/svg-icon.component.html.ts')
-rw-r--r--src/angular/svg-icon/svg-icon.component.html.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/angular/svg-icon/svg-icon.component.html.ts b/src/angular/svg-icon/svg-icon.component.html.ts
new file mode 100644
index 0000000..1baedbd
--- /dev/null
+++ b/src/angular/svg-icon/svg-icon.component.html.ts
@@ -0,0 +1,3 @@
+export default `
+<div [ngClass]="classes" [attr.disabled]="disabled || undefined" [innerHtml]="svgIconContentSafeHtml"></div>
+`;