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