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