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