import { d0 as decodeBase64Unicode, o as openBlock, j as createElementBlock, a_ as createStaticVNode } from "./index-c16b33e0.js";
function getPathForPlatform(posixPath) {
if (!posixPath) {
return null;
}
const cy = window.Cypress;
const platform = (cy == null ? void 0 : cy.platform) || JSON.parse(decodeBase64Unicode(window.__CYPRESS_CONFIG__.base64Config)).platform;
if (platform === "win32")
return posixPath.replaceAll("/", "\\");
return posixPath;
}
function posixify(path) {
return path.replace(/\\/g, "/");
}
const _hoisted_1 = {
height: "1em",
width: "1em",
style: { "min-width": "48px", "min-height": "48px" },
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('', 6);
const _hoisted_8 = [
_hoisted_2
];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_8);
}
const __unplugin_components_0 = { name: "cy-box-open_x48", render };
export {
__unplugin_components_0 as _,
getPathForPlatform as g,
posixify as p
};