class Playbook::PbIconCircle::IconCircle

def variant

def variant
  variant_options = %w[default royal blue purple teal red yellow green]
  one_of_value(configured_variant, variant_options, "default")
end