@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
34 lines (33 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const index = require("../../assets/various/empty/index.cjs");
const index$1 = require("../../assets/various/feedback/index.cjs");
const ILLUSTRATIONS = {
light: {
danger: index$1.dangerLight,
success: index$1.successLight,
warning: index$1.warningLight,
empty: index.emptyLight,
failed: index.failedLight,
generic: index.genericLight,
loading: index.loadingLight,
lock: index.lockLight,
plus: index.plusLight,
resources: index.resourcesLight,
search: index.searchLight
},
dark: {
danger: index$1.dangerDark,
success: index$1.successDark,
warning: index$1.warningDark,
empty: index.emptyDark,
failed: index.failedDark,
generic: index.genericDark,
loading: index.loadingDark,
lock: index.lockDark,
plus: index.plusDark,
resources: index.resourcesDark,
search: index.searchDark
}
};
exports.ILLUSTRATIONS = ILLUSTRATIONS;