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