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