+ {series.map(s => {
+ const Icon = ICONS[s.icon] || Layers;
+ const c = COLORS[s.color] || COLORS.emerald;
+ return (
+
+
+
+
+
+
+ {s.articles_count} {s.articles_count === 1 ? 'материал' : 'материалов'}
+
+
+
+ {s.title}
+
+ {s.intro && (
+
+ {s.intro}
+
+ )}
+
+
+ );
+ })}
+
+