export const MoreIcon = () => {
    return (
        <span className="anticon">
            <svg
                width="5"
                height="21"
                viewBox="0 0 5 21"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <circle cx="2.5" cy="2.5" r="2.5" fill="#D9D9D9" />
                <circle cx="2.5" cy="10.5" r="2.5" fill="#D9D9D9" />
                <circle cx="2.5" cy="18.5" r="2.5" fill="#D9D9D9" />
            </svg>
        </span>
    );
};
