6 lines
92 B
QML
6 lines
92 B
QML
import org.kde.kirigami as Kirigami
|
|
|
|
Kirigami.Icon {
|
|
source: "/home/example/cool.svg"
|
|
}
|