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