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