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