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