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