We should re-add the warning icon to alerts.tsx to match the existing app. The code exists in alerts.tsx.
Mantine modals are divided into a header and a body, so you probably won't be able to float an icon completely to the left of the header and the children. So you'll probably have to settle for putting a relatively small icon next to just the title (you can use the existing Icon size enum, likely IconSize.MEDIUM) or a larger icon to the left of the body, but under the title. Your choice, but I would assume the smaller icon would probably look better overall.

We should re-add the warning icon to alerts.tsx to match the existing app. The code exists in
alerts.tsx.Mantine modals are divided into a header and a body, so you probably won't be able to float an icon completely to the left of the header and the children. So you'll probably have to settle for putting a relatively small icon next to just the title (you can use the existing Icon size enum, likely IconSize.MEDIUM) or a larger icon to the left of the body, but under the title. Your choice, but I would assume the smaller icon would probably look better overall.