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