class Playbook::PbIcon::Icon

def inverse_class

def inverse_class
  inverse ? "fa-inverse" : nil
end