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