class Playbook::PbIcon::Icon

def border_class

def border_class
  prefix = is_svg? ? "svg_border" : "fa-border"
  border ? prefix : nil
end