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