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/list.svg | |
parent | file-invoice (diff) | |
download | tabler-icons-01de76af761dcd9195358a5fe60d74e290d01f5c.tar.xz |
lists icons
Diffstat (limited to 'src/_icons/list.svg')
-rw-r--r-- | src/_icons/list.svg | 10 |
1 files changed, 10 insertions, 0 deletions
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> |