mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 07:47:42 +01:00
17 lines
228 B
CSS
17 lines
228 B
CSS
.lucide {
|
|
width: 48px;
|
|
height: 48px;
|
|
stroke-width: 1.5;
|
|
}
|
|
|
|
.lucide * {
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
|
|
.app {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 1fr 1fr 1fr;
|
|
gap: 6px;
|
|
}
|