export const LightBoxIcon = () => {
    return (
        <span className="anticon">
            <svg
                width="16"
                height="16"
                viewBox="0 0 16 16"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <path
                    d="M1.33325 6.6535V6.00016C1.33325 2.66683 2.66659 1.3335 5.99992 1.3335H9.99992C13.3333 1.3335 14.6666 2.66683 14.6666 6.00016V10.0002C14.6666 13.3335 13.3333 14.6668 9.99992 14.6668H9.33325"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M8.66675 7.33348L12.0067 3.98682H9.33341"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M12.0066 3.98682V6.66015"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M7.33325 10.7665V12.5665C7.33325 14.0665 6.73325 14.6665 5.23325 14.6665H3.43325C1.93325 14.6665 1.33325 14.0665 1.33325 12.5665V10.7665C1.33325 9.2665 1.93325 8.6665 3.43325 8.6665H5.23325C6.73325 8.6665 7.33325 9.2665 7.33325 10.7665Z"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
            </svg>
        </span>
    );
};
