import * as React from 'react'; export interface MediaPlayer32Props extends React.SVGProps { ariaLabel?: string } export default function MediaPlayer32({ ariaLabel, ...props }: MediaPlayer32Props) { return ( ); }