class Playbook::PbIcon::Icon

def list_item_class

def list_item_class
  class_name = is_svg? ? "svg_li" : "fa-li"
  list_item ? class_name : nil
end