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