mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-08-01 11:53:10 +00:00
13 lines
182 B
QML
13 lines
182 B
QML
import QtQuick
|
|
|
|
// X / delete icon
|
|
DotIcon {
|
|
pattern: [
|
|
1, 0, 0, 0, 1,
|
|
0, 1, 0, 1, 0,
|
|
0, 0, 1, 0, 0,
|
|
0, 1, 0, 1, 0,
|
|
1, 0, 0, 0, 1
|
|
]
|
|
}
|