summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/models/iconDefinition.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/models/iconDefinition.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/models/iconDefinition.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/models/iconDefinition.ts b/sdnr/wt/odlux/framework/src/models/iconDefinition.ts
new file mode 100644
index 000000000..6fef9dbc7
--- /dev/null
+++ b/sdnr/wt/odlux/framework/src/models/iconDefinition.ts
@@ -0,0 +1,4 @@
+
+import { IconDefinition } from '@fortawesome/free-solid-svg-icons';
+
+export type IconType = IconDefinition; \ No newline at end of file