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
@@ -1169,11 +1169,7 @@ const SignSettings = ({
gap: "0.4rem",
}}
>
<LocalIcon
icon="material-symbols:pause-rounded"
width={20}
height={20}
/>
<LocalIcon icon="pause-circle-rounded" width={20} height={20} />
<Text component="span" size="sm" fw={500}>
{translate("mode.pause", "Pause placement")}
</Text>
@@ -1197,11 +1193,7 @@ const SignSettings = ({
gap: "0.4rem",
}}
>
<LocalIcon
icon="material-symbols:play-arrow-rounded"
width={20}
height={20}
/>
<LocalIcon icon="play-arrow-rounded" width={20} height={20} />
<Text component="span" size="sm" fw={500}>
{translate("mode.resume", "Resume placement")}
</Text>