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