/* === HEROICONS STYLES === */

/* Style général pour tous les SVG heroicons */
.heroicon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.heroicon-lg {
    width: 24px;
    height: 24px;
}

.heroicon-xl {
    width: 32px;
    height: 32px;
}

/* Couleurs personnalisables */
.heroicon-primary {
    color: #6366f1;
}

.heroicon-success {
    color: #10b981;
}

.heroicon-danger {
    color: #ef4444;
}

.heroicon-warning {
    color: #f59e0b;
}

.heroicon-white {
    color: white;
}
