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