Component variants

Hello there,
I’m creating a chip component using material UI and I need to add an “adornments” variant that has three values:

  • Use avatar: It’s a component on my system
  • Use icon: I have the icon library on Figma
  • None: don’t use anything
    I need to show two options, use icon or avatar ONLY if the “adornments” is active, What is the best way to handle this?