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