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