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