@if (showTitle) {
icon.icons
}
@if (allowedCustomIcon) {
{{ 'resource.system' | translate }}
{{ 'icon.custom' | translate }}
}
@if (!isCustomIcon) {
search
@if (searchIconControl.value) {
}
@for (icon of iconRow; track icon) {
@if (icon.name === selectedIcon) {
}
@if (icon.name !== selectedIcon) {
}
}
@if (notFound) {
{{ 'icon.no-icons-found' | translate:{iconSearch: searchIconControl.value} }}
}
@if (iconClearButton || !showAllSubject.value) {
@if (iconClearButton) {
}
@if (!showAllSubject.value) {
}
}
} @else {
}