// icons.js — 10 inline-SVG иконок (Lucide, MIT)
// stroke="currentColor" — цвет берётся из CSS
// Размер: 20x20, stroke-width: 2
const ICONS = {
play: '',
edit: '',
trash: '',
check: '',
xIcon: '',
chevronDown: '',
search: '',
plus: '',
rotateCw: '',
cloud: '',
};