@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoadingFailedIcon = void 0;
var LoadingFailedIcon_1 = require("./LoadingFailedIcon");
Object.defineProperty(exports, "LoadingFailedIcon", { enumerable: true, get: function () { return LoadingFailedIcon_1.LoadingFailedIcon; } });