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