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