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