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