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