From d648fc9ecd583fd61b2c76388f49dac1d06a618b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Wed, 2 Aug 2023 14:39:06 +0200 Subject: [PATCH] [ui] MaterialIcons: Add the "dangerous" icon to the list of available icons --- meshroom/ui/qml/MaterialIcons/MaterialIcons.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/meshroom/ui/qml/MaterialIcons/MaterialIcons.qml b/meshroom/ui/qml/MaterialIcons/MaterialIcons.qml index 6ac23674..de733b74 100644 --- a/meshroom/ui/qml/MaterialIcons/MaterialIcons.qml +++ b/meshroom/ui/qml/MaterialIcons/MaterialIcons.qml @@ -244,6 +244,7 @@ QtObject { readonly property string crop_portrait: "\ue3c5" readonly property string crop_rotate: "\ue437" readonly property string crop_square: "\ue3c6" + readonly property string dangerous: "\ue99a" readonly property string dashboard: "\ue871" readonly property string data_usage: "\ue1af" readonly property string date_range: "\ue916"