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