class Playbook::PbCircleIconButton::CircleIconButton

def size_class

def size_class
  size == "sm" ? " size_small" : ""
end