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