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