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