class Playbook::PbIcon::Icon
def rotation_class
def rotation_class class_name = is_svg? ? "rotate_#{rotation}" : "fa-rotate-#{rotation}" rotation ? class_name : nil end
def rotation_class class_name = is_svg? ? "rotate_#{rotation}" : "fa-rotate-#{rotation}" rotation ? class_name : nil end