mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 01:19:22 +01:00
15 lines
216 B
CSS
15 lines
216 B
CSS
.lucide {
|
|
/* Change this! */
|
|
color: #ffadff;
|
|
width: 48px;
|
|
height: 48px;
|
|
stroke-width: 1px;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 1fr 1fr 1fr;
|
|
gap: 6px;
|
|
}
|