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