aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 01:11:39 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 01:11:39 +0100
commit01de76af761dcd9195358a5fe60d74e290d01f5c (patch)
tree705cfb52578157222cdc90fee70d980906d4d414
parentfile-invoice (diff)
downloadtabler-icons-01de76af761dcd9195358a5fe60d74e290d01f5c.tar.xz
lists icons
-rw-r--r--src/_icons/list-check.svg11
-rw-r--r--src/_icons/list.svg10
2 files changed, 21 insertions, 0 deletions
diff --git a/src/_icons/list-check.svg b/src/_icons/list-check.svg
new file mode 100644
index 0000000..a2962b2
--- /dev/null
+++ b/src/_icons/list-check.svg
@@ -0,0 +1,11 @@
+---
+---
+<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>
+ <line x1="11" y1="12" x2="20" y2="12"></line>
+ <line x1="11" y1="18" x2="20" y2="18"></line>
+</svg>
diff --git a/src/_icons/list.svg b/src/_icons/list.svg
new file mode 100644
index 0000000..652bc64
--- /dev/null
+++ b/src/_icons/list.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <line x1="10" y1="6" x2="20" y2="6"></line>
+ <line x1="10" y1="12" x2="20" y2="12"></line>
+ <line x1="10" y1="18" x2="20" y2="18"></line>
+ <circle cx="5" cy="6" r="1"></circle>
+ <circle cx="5" cy="12" r="1"></circle>
+ <circle cx="5" cy="18" r="1"></circle>
+</svg>