// =====================================================================
// MAESTRO — Icons (inline SVG, no deps)
// =====================================================================
const I = {
sun: () => (
),
moon: () => (
),
clock: (s = 14) => (
),
check: (s = 14) => (
),
x: (s = 14) => (
),
send: (s = 16) => (
),
alert: (s = 14) => (
),
blocked: (s = 14) => (
),
trend: (s = 14) => (
),
trendDown: (s = 14) => (
),
bolt: (s = 14) => (
),
list: (s = 14) => (
),
columns: (s = 14) => (
),
timelineIcon: (s = 14) => (
),
task: (s = 14) => (
),
folder: (s = 14) => (
),
logout: (s = 14) => (
),
link: (s = 14) => (
),
spark: (s = 14) => (
),
user: (s = 14) => (
),
lock: (s = 14) => (
),
arrowRight: (s = 14) => (
),
more: (s = 14) => (
),
fire: (s = 14) => (
),
sparkles: (s = 14) => (
),
meeting: (s = 14) => (
),
users: (s = 14) => (
),
cog: (s = 14) => (
),
};
window.MAESTRO_ICONS = I;