UNPKG

iobroker.vis-2

Version:

Next generation graphical user interface for ioBroker.

30 lines (29 loc) 838 B
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 EditIcon, FileIcon; let __tla = Promise.all([ (() => { try { return __tla_0; } catch { } })(), (() => { try { return __tla_1; } catch { } })() ]).then(async () => { EditIcon = createSvgIcon(jsxRuntimeExports.jsx("path", { d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z" }), "Edit"); FileIcon = createSvgIcon(jsxRuntimeExports.jsx("path", { d: "M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm7 7V3.5L18.5 9z" }), "InsertDriveFile"); }); export { EditIcon as E, FileIcon as F, __tla };