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

Added horizonal rule insert

This commit is contained in:
Dan Brown
2022-01-14 14:33:37 +00:00
parent 013943dcc5
commit 0dc64d22ef
6 changed files with 45 additions and 13 deletions

View File

@ -101,6 +101,10 @@ export const icons = {
width: 24, height: 24,
path: "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z"
},
horizontal_rule: {
width: 24, height: 24,
path: "m 4,11 h 16 v 2 H 4 Z"
},
};
const SVG = "http://www.w3.org/2000/svg"