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