UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

11 lines 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SvgIconContainerNext = exports.nextIconManifest = void 0; const tslib_1 = require("tslib"); tslib_1.__exportStar(require("../../index"), exports); tslib_1.__exportStar(require("./components"), exports); var manifest_1 = require("./manifest"); Object.defineProperty(exports, "nextIconManifest", { enumerable: true, get: function () { return manifest_1.nextIconManifest; } }); var svgIconContainerNext_1 = require("../svgIconContainerNext"); Object.defineProperty(exports, "SvgIconContainerNext", { enumerable: true, get: function () { return svgIconContainerNext_1.SvgIconContainerNext; } }); //# sourceMappingURL=index.js.map