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