summaryrefslogtreecommitdiff
path: root/widgets/MaterialIcon.qml
blob: f6253192502beae57d97ad29337a3c212e2d52f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import "root:/config"
import QtQuick

StyledText {
    property real fill

    font.family: Appearance.font.family.material
    font.pointSize: Appearance.font.size.larger
    font.variableAxes: ({
            FILL: fill
        })
}