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