blob: 1124a55c7e7df1162531f5f6fda32f77619a2a5c (
plain)
1
2
3
4
5
6
7
8
9
|
import "root:/widgets"
import "root:/config"
MaterialIcon {
text: "power_settings_new"
color: Appearance.colours.m3error
font.bold: true
font.pointSize: Appearance.font.size.normal
}
|