diff options
Diffstat (limited to 'src/icons/note.svg')
-rw-r--r-- | src/icons/note.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/note.svg b/src/icons/note.svg new file mode 100644 index 00000000..831ea2f7 --- /dev/null +++ b/src/icons/note.svg @@ -0,0 +1,10 @@ +--- +category: Document +tags: [checkbox, brief, record, write, message] +version: "1.2" +unicode: "eb6d" +--- +<svg> + <line x1="13" y1="20" x2="20" y2="13" /> + <path d="M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7" /> +</svg> |