1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-29 16:50:15 +02:00

lists icons

This commit is contained in:
codecalm
2020-03-25 01:11:39 +01:00
parent 9a816d742b
commit 01de76af76
2 changed files with 21 additions and 0 deletions

11
src/_icons/list-check.svg Normal file
View File

@@ -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>

10
src/_icons/list.svg Normal file
View File

@@ -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>