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