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