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