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