@namespace Connected.Components
@inherits SelectItemBase
@using Microsoft.AspNetCore.Components.Routing
@if (!OnClick.HasDelegate && Command == null)
{
@if (!string.IsNullOrEmpty(Icon))
{
}
@ChildContent
}
else
{
@if (!string.IsNullOrEmpty(Icon))
{
}
@ChildContent
}