class Playbook::PbStatChange::StatChange

def display_icon

def display_icon
  if !icon.nil?
    pb_icon = Playbook::PbIcon::Icon.new(icon: icon, fixed_width: true)
    ApplicationController.renderer.render(partial: pb_icon, as: :object)
  else
    ""
  end
end