A small rich text element class for the UI that matches the token 'reload_item' and displays an image. It sets the image path to a local texture and hides any accompanying text.
using Sandbox;
[RichTextPanel( @"\breload_item\b" )]
public class RichTextReloadItem : RichTextBase
{
public override string ImagePath => "textures/ui/reload_item.png";
public override bool HideText => true;
}