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