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