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