class Playbook::PbIcon::Icon

def rotation_class

def rotation_class
  rotation ? "fa-rotate-#{rotation}" : nil
end