mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 02:49:20 +01:00
16 lines
240 B
CSS
16 lines
240 B
CSS
.my-icon {
|
|
/* Icon size will relative to font-size of .text-wrapper */
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
|
|
.text-wrapper {
|
|
/* Change this! */
|
|
font-size: 96px;
|
|
|
|
/* layout stuff */
|
|
display: flex;
|
|
gap: 0.25em;
|
|
align-items: center;
|
|
}
|