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