diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 01:11:39 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 01:11:39 +0100 |
commit | 01de76af761dcd9195358a5fe60d74e290d01f5c (patch) | |
tree | 705cfb52578157222cdc90fee70d980906d4d414 /src/_icons | |
parent | file-invoice (diff) | |
download | tabler-icons-01de76af761dcd9195358a5fe60d74e290d01f5c.tar.xz |
lists icons
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/list-check.svg | 11 | ||||
-rw-r--r-- | src/_icons/list.svg | 10 |
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 00000000..a2962b2d --- /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 00000000..652bc64d --- /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> |