class Playbook::PbIcon::Icon

def fixed_width_class

def fixed_width_class
  prefix = is_svg? ? "svg_fw" : "fa-fw"
  fixed_width ? prefix : nil
end