Fix unresolved Material Symbols icon names in frontend (#6443)

This commit is contained in:
Ludy
2026-05-25 17:02:59 +01:00
committed by GitHub
parent fc048872d7
commit 5f78083470
5 changed files with 7 additions and 19 deletions
@@ -259,7 +259,7 @@ export function AnnotationPanel(props: AnnotationPanelProps) {
{
id: "square",
label: t("annotation.square", "Square"),
icon: "crop-square",
icon: "crop-square-outline",
},
{
id: "circle",