lux-shell/components/LucideIcon.qml
2025-09-05 15:48:24 -04:00

14 lines
302 B
QML

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