iobroker.vis-2
Version:
Next generation graphical user interface for ioBroker.
38 lines (37 loc) • 1.13 kB
JavaScript
import { j as jsxRuntimeExports, __tla as __tla_0 } from "./jsx-runtime-DgDbgMDY.js";
import { c as createSvgIcon, __tla as __tla_1 } from "./createSvgIcon-DDwAmV8Q.js";
let AddIcon, DeleteIcon, KeyboardArrowUpIcon, KeyboardArrowDownIcon;
let __tla = Promise.all([
(() => {
try {
return __tla_0;
} catch {
}
})(),
(() => {
try {
return __tla_1;
} catch {
}
})()
]).then(async () => {
AddIcon = createSvgIcon(jsxRuntimeExports.jsx("path", {
d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
}), "Add");
DeleteIcon = createSvgIcon(jsxRuntimeExports.jsx("path", {
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"
}), "Delete");
KeyboardArrowDownIcon = createSvgIcon(jsxRuntimeExports.jsx("path", {
d: "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"
}), "KeyboardArrowDown");
KeyboardArrowUpIcon = createSvgIcon(jsxRuntimeExports.jsx("path", {
d: "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"
}), "KeyboardArrowUp");
});
export {
AddIcon as A,
DeleteIcon as D,
KeyboardArrowUpIcon as K,
__tla,
KeyboardArrowDownIcon as a
};