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