use lucide icon font

This commit is contained in:
Benjamin Palko 2025-07-22 15:36:30 -04:00
parent 85dbc986af
commit f28a810813
7 changed files with 41 additions and 16 deletions

9
constants/Icons.qml Normal file
View file

@ -0,0 +1,9 @@
pragma Singleton
import QtQuick
import Quickshell
Singleton {
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}