diff --git a/styled/Icon.qml b/styled/Icon.qml deleted file mode 100644 index 2c19f55..0000000 --- a/styled/Icon.qml +++ /dev/null @@ -1,21 +0,0 @@ -import QtQuick -import QtQuick.Effects -import "../config/" - -Image { - id: root - - property int size: 18 - property color color: Theme.palette.basecontent - - width: size - height: size - - MultiEffect { - id: effect - source: root - anchors.fill: root - colorization: 1.0 - colorizationColor: color - } -}