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