@frosticek,
Hello I am not sure whether it is filled or not but i can say t_category_veronika is present.
and by the way i have found the solution, not dynamic but we can fix the icon according to category id in functions.php
// DEFAULT ICONS ARRAY
function veronika_default_icons() {
$icons = array(
1 => 'fa-newspaper-o', ............. 96 => 'fa-tablet', 97 => 'fa-television', 99 => 'fa-briefcase'
);
return $icons;
}
that's the solution to use font awesome icons.
Thanks