class Playbook::PbIcon::Icon

def svg_size

def svg_size
  size.nil? ? "1x" : size
end