export const CrownIcon = () => {
    return (
        <span>
            <svg
                width="10"
                height="8"
                viewBox="0 0 10 8"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <path
                    d="M2.08398 7.33268H7.91732M0.833984 0.666016L2.08398 5.66602H7.91732L9.16732 0.666016L6.66732 3.58268L5.00065 0.666016L3.33398 3.58268L0.833984 0.666016Z"
                    stroke="white"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
            </svg>
        </span>
    );
};
