export const UserAccessIcon = () => {
    return (
        <svg
            width="20"
            height="20"
            viewBox="0 0 20 20"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
        >
            <title>User Access Icon</title>
            <path
                d="M7.99586 2.02148C6.08361 2.02148 4.30898 3.52257 4.53457 5.46335C4.62693 6.78511 4.87447 7.93904 5.40369 8.7768C5.96201 9.66063 6.82146 10.1682 7.99586 10.1682C8.5643 10.1682 9.07329 10.0504 9.5148 9.80482C9.95572 9.5596 10.2973 9.20477 10.56 8.77704C11.074 7.94016 11.3104 6.78329 11.4163 5.45616C11.5686 3.54739 9.94625 2.02148 7.99586 2.02148Z"
                fill="currentColor"
            />
            <path
                fillRule="evenodd"
                clipRule="evenodd"
                d="M10.6428 15.752L13.0134 13.4838C14.2848 14.3495 16.0603 14.2369 17.2005 13.146C18.472 11.9294 18.472 9.95704 17.2005 8.74053C15.9291 7.52399 13.8676 7.52399 12.5961 8.74053C11.4636 9.82411 11.3398 11.5074 12.2248 12.7221L7.80083 16.9549C7.58201 17.1643 7.58201 17.5037 7.80083 17.7131C8.01963 17.9224 8.3744 17.9224 8.5932 17.7131L9.85025 16.5103L11.1758 17.7217C11.3996 17.9261 11.7542 17.9183 11.968 17.7042C12.1817 17.4901 12.1735 17.1508 11.9498 16.9463L10.6428 15.752ZM13.3885 9.49865C12.5546 10.2965 12.5546 11.59 13.3885 12.3878C14.2223 13.1857 15.5743 13.1857 16.4082 12.3878C17.242 11.59 17.242 10.2965 16.4082 9.49865C15.5743 8.70084 14.2223 8.70084 13.3885 9.49865Z"
                fill="currentColor"
            />
            <path
                d="M7.6565 15.235C7.8851 15.235 8.10437 15.1481 8.26601 14.9934L10.643 12.7192C10.7656 12.6018 10.8009 12.4261 10.7461 12.2687C10.6344 11.9476 10.5645 11.6162 10.5362 11.2821C10.5188 11.0768 10.3631 10.8989 10.1479 10.8891C10.0842 10.8862 10.02 10.8848 9.95544 10.8848H5.98642C3.78478 10.8848 2 12.5924 2 14.6989C2 14.995 2.25086 15.235 2.5603 15.235H7.6565Z"
                fill="currentColor"
            />
        </svg>
    );
};
