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