@navinc/base-react-components
Version:
Nav's Pattern Library
29 lines (28 loc) • 928 B
TypeScript
export namespace iconList {
export { actions };
export { buildings };
export { business };
export { data };
export { feedback };
export { financing };
export { food };
export { medical };
export { people };
export { seasons };
export { system };
export { tech };
}
export default iconList;
export const listOfIcons: string[];
import * as actions from "./actions/index.js";
import * as buildings from "./buildings/index.js";
import * as business from "./business/index.js";
import * as data from "./data/index.js";
import * as feedback from "./feedback/index.js";
import * as financing from "./financing/index.js";
import * as food from "./food/index.js";
import * as medical from "./medical/index.js";
import * as people from "./people/index.js";
import * as seasons from "./seasons/index.js";
import * as system from "./system/index.js";
import * as tech from "./tech/index.js";