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