@nuitral/icons
Version:
nuitral - Icons
28 lines • 1.07 kB
JavaScript
export var NuitralIcons;
(function (NuitralIcons) {
NuitralIcons["User"] = "user";
NuitralIcons["Notebook"] = "notebook";
NuitralIcons["Clock"] = "clock";
NuitralIcons["ChevronUp"] = "chevron-up";
NuitralIcons["ChevronRight"] = "chevron-right";
NuitralIcons["ChevronLeft"] = "chevron-left";
NuitralIcons["ChevronDown"] = "chevron-down";
NuitralIcons["Check"] = "check";
NuitralIcons["CheckCircle"] = "check-circle";
NuitralIcons["Camera"] = "camera";
NuitralIcons["Basket"] = "basket";
})(NuitralIcons || (NuitralIcons = {}));
export const NUITRAL_ICONS_CODEPOINTS = {
[]: "61697",
[]: "61698",
[]: "61699",
[]: "61700",
[]: "61701",
[]: "61702",
[]: "61703",
[]: "61704",
[]: "61705",
[]: "61706",
[]: "61707",
};
//# sourceMappingURL=nuitral-icons.js.map