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