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