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

Added inline code and clear formatting

This commit is contained in:
Dan Brown
2022-01-14 18:27:37 +00:00
parent 07c8876e22
commit c013d7e549
4 changed files with 32 additions and 4 deletions

View File

@ -105,6 +105,10 @@ export const icons = {
width: 24, height: 24,
path: "m 4,11 h 16 v 2 H 4 Z"
},
format_clear: {
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"
},
};
const SVG = "http://www.w3.org/2000/svg"