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