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