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