diff options
Diffstat (limited to 'src/icons/list-check.svg')
-rw-r--r-- | src/icons/list-check.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/icons/list-check.svg b/src/icons/list-check.svg new file mode 100644 index 00000000..7830aa57 --- /dev/null +++ b/src/icons/list-check.svg @@ -0,0 +1,14 @@ +--- +tags: [to-do, checklist, form, template, task, reminder, schedule, agenda] +category: Text +version: "1.2" +unicode: "eb6a" +--- +<svg> + <path d="M3.5 5.5l1.5 1.5l2.5 -2.5" /> + <path d="M3.5 11.5l1.5 1.5l2.5 -2.5" /> + <path d="M3.5 17.5l1.5 1.5l2.5 -2.5" /> + <line x1="11" y1="6" x2="20" y2="6" /> + <line x1="11" y1="12" x2="20" y2="12" /> + <line x1="11" y1="18" x2="20" y2="18" /> +</svg> |