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