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