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