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