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