[data-lucide],
.lucide {
width: 1em;
height: 1em;
stroke-width: 2;
vertical-align: -0.125em;
display: inline-block;
flex-shrink: 0;
}
.fa-spin {
animation: lucide-spin 1s linear infinite;
}
@keyframes lucide-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.icon-lg,
.lucide.icon-lg {
width: 1.33em;
height: 1.33em;
}
.icon-2x,
.lucide.icon-2x {
width: 2em;
height: 2em;
}