<media-play-button>

Button to toggle media playback.

None

NameDefault TypeDescription
playsvgAn element shown when the media is paused and pressing the button will start media playback
pausesvgAn element shown when the media is playing and pressing the button will pause media playback
<media-play-button>
  <svg slot="play"><!-- your SVG --></svg>
  <svg slot="pause"><!-- your SVG --></svg>
</media-play-button>

See our styling docs