diff options
Diffstat (limited to 'src/_icons/note.svg')
-rw-r--r-- | src/_icons/note.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/note.svg b/src/_icons/note.svg new file mode 100644 index 00000000..bf76d7d5 --- /dev/null +++ b/src/_icons/note.svg @@ -0,0 +1,7 @@ +--- +tags: [checkbox] +--- +<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> |