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