13 lines
187 B
QML
Raw Normal View History

2026-02-21 07:07:42 +04:00
import QtQuick
// Settings / gear icon
DotIcon {
pattern: [
0, 1, 0, 1, 0,
1, 1, 1, 1, 1,
0, 1, 1, 1, 0,
1, 1, 1, 1, 1,
0, 1, 0, 1, 0
]
}