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