lux-shell/components/LucideIcon.qml
2025-09-03 11:51:09 -04:00

14 lines
276 B
QML

import qs.config
import QtQuick
Text {
color: Theme.palette.basecontent
Behavior on color {
ColorAnimation {
duration: 100
}
}
font.family: Theme.lucide.font.family
font.pixelSize: Dimensions.gpu.iconSize
font.bold: true
}