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