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