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