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