@include('icons.' . ($report['results'][$name]['importance'] == 'high' ? 'triangle' : ($report['results'][$name]['importance'] == 'medium' ? 'square' : 'circle')), ['class' => 'width-3 height-3 fill-current flex-shrink-0 ' . (__('lang_dir') == 'rtl' ? 'ml-3' : 'mr-3') . ' ' . ($report['results'][$name]['passed'] ? 'text-success' : ($report['results'][$name]['importance'] == 'high' ? 'text-danger' : ($report['results'][$name]['importance'] == 'medium' ? 'text-warning' : 'text-secondary')))])