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