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