diff --git a/I18N Commander/UI MAUI/Components/Icon.razor b/I18N Commander/UI MAUI/Components/Icon.razor
index 3ae9ae5..8e11dc7 100644
--- a/I18N Commander/UI MAUI/Components/Icon.razor
+++ b/I18N Commander/UI MAUI/Components/Icon.razor
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/I18N Commander/UI MAUI/Components/Icon.razor.cs b/I18N Commander/UI MAUI/Components/Icon.razor.cs
index 8bd9d5c..014f8d3 100644
--- a/I18N Commander/UI MAUI/Components/Icon.razor.cs
+++ b/I18N Commander/UI MAUI/Components/Icon.razor.cs
@@ -12,4 +12,7 @@ public partial class Icon : ComponentBase
[Parameter]
public ushort Size { get; set; } = 35;
+
+ [Parameter]
+ public string Classes { get; set; } = string.Empty;
}
\ No newline at end of file