import QtQuick import QtQuick.Layouts import ZShell.Config import qs.Services import qs.Components MaterialIcon { Layout.alignment: Qt.AlignVCenter animate: true color: Colors.palette.m3onSurface // Network.connected ? root.textColor : Colors.palette.m3error fill: 1 font.pointSize: Tokens.font.size.larger text: "android_wifi_4_bar" }