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