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