6 lines
99 B
QML
6 lines
99 B
QML
import org.kde.kirigami as Kirigami
|
|
|
|
Kirigami.Icon {
|
|
source: "image://provider/kirigami.svg"
|
|
}
|