Define Review Board tabler icons based on a mapping.
Review Request #15137 — Created June 26, 2026 and updated — Latest diff uploaded
Review Board pulled in a few tabler icons (specifically for the "Follow"
menu), but was just defining them all individually. This change moves
things over to use a mapping from name to path, and then loops over that
to define both CSS vars and classes. This will make it much faster to
define new icons in the future.
Verified that the "Follow" menu still looked correct.