"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BoxIcon = void 0;
var BoxIcon_1 = require("./BoxIcon");
Object.defineProperty(exports, "BoxIcon", { enumerable: true, get: function () { return BoxIcon_1.BoxIcon; } });