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