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