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