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