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