1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Started menu dialog support

This commit is contained in:
Dan Brown
2022-01-14 20:56:05 +00:00
parent c013d7e549
commit 7703face52
11 changed files with 328 additions and 25 deletions

View File

@ -109,6 +109,10 @@ export const icons = {
width: 24, height: 24,
path: "M3.27 5L2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27 3.27 5zM6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5H6z"
},
close: {
width: 24, height: 24,
path: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z",
}
};
const SVG = "http://www.w3.org/2000/svg"