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