UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

13 lines 538 B
import { EasyCCSPageIcons } from "./EasyCCSPageIcons"; import { EasySystemListIcons } from "./EasySystemListIcons"; import { EasySystemLibraryIcons } from "./EasySystemLibraryIcons"; /** * NOTE: using AllEasySystemIcons in addEasyIcons will take first priority... so be cautions. * If you notice all Items are like 'Site Pages', it's because of this */ export const AllEasySystemIcons = [ ...EasySystemLibraryIcons, ...EasySystemListIcons, ...EasyCCSPageIcons, ]; //# sourceMappingURL=AllSystemEasyIcons.js.map