export const EntriesIcon = () => {
    return (
        <span className="anticon">
            <svg
                width="20"
                height="20"
                viewBox="0 0 20 20"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <path
                    d="M12.6663 16V14.6667C12.6663 13.9594 12.3854 13.2811 11.8853 12.781C11.3852 12.281 10.7069 12 9.99967 12H5.99967C5.29243 12 4.61415 12.281 4.11406 12.781C3.61396 13.2811 3.33301 13.9594 3.33301 14.6667V16"
                    stroke="#6B7280"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M7.99967 9.33333C9.47243 9.33333 10.6663 8.13943 10.6663 6.66667C10.6663 5.19391 9.47243 4 7.99967 4C6.52692 4 5.33301 5.19391 5.33301 6.66667C5.33301 8.13943 6.52692 9.33333 7.99967 9.33333Z"
                    stroke="#6B7280"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M16.667 15.9998V14.6664C16.6666 14.0756 16.4699 13.5016 16.1079 13.0346C15.7459 12.5677 15.2391 12.2341 14.667 12.0864"
                    stroke="#6B7280"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M12.667 4.08643C13.2406 4.23329 13.749 4.56689 14.1121 5.03463C14.4752 5.50237 14.6722 6.07765 14.6722 6.66976C14.6722 7.26187 14.4752 7.83715 14.1121 8.30489C13.749 8.77262 13.2406 9.10623 12.667 9.25309"
                    stroke="black"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
            </svg>
        </span>
    );
};
