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