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