@navinc/base-react-components
Version:
Nav's Pattern Library
57 lines • 2.14 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.listOfIcons = exports.iconList = void 0;
const actions = __importStar(require("./actions/index.js"));
const buildings = __importStar(require("./buildings/index.js"));
const business = __importStar(require("./business/index.js"));
const data = __importStar(require("./data/index.js"));
const feedback = __importStar(require("./feedback/index.js"));
const financing = __importStar(require("./financing/index.js"));
const food = __importStar(require("./food/index.js"));
const medical = __importStar(require("./medical/index.js"));
const people = __importStar(require("./people/index.js"));
const seasons = __importStar(require("./seasons/index.js"));
const system = __importStar(require("./system/index.js"));
const tech = __importStar(require("./tech/index.js"));
exports.iconList = {
actions,
buildings,
business,
data,
feedback,
financing,
food,
medical,
people,
seasons,
system,
tech,
};
exports.default = exports.iconList;
exports.listOfIcons = Object.entries(exports.iconList)
.map(([key, values]) => {
return Object.keys(values).map((value) => {
return `${key}/${value}`;
});
})
.flat();
//# sourceMappingURL=index.js.map