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