.lucide-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* standaard formaat */
.lucide-icon-wrapper svg {
    width: 1.5em;
    height: 1.5em;
}

/* optionele sizes via class */
.lucide-icon--small svg {
    width: 1.2em;
    height: 1.2em;
}

.lucide-icon--large svg {
    width: 2em;
    height: 2em;
}
