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