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