1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 02:12:49 +02:00
This commit is contained in:
codecalm
2020-03-01 17:13:14 +01:00
parent 28731a1350
commit 520189162b
5 changed files with 33 additions and 2 deletions

9
_icons/file-text.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<polyline points="14 3 14 8 19 8"/>
<path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z"/>
<line x1="9" y1="9" x2="10" y2="9" />
<line x1="9" y1="13" x2="15" y2="13" />
<line x1="9" y1="17" x2="15" y2="17" />
</svg>

7
_icons/user-check.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<circle cx="9" cy="7" r="4"></circle>
<path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<polyline points="16 11 18 13 22 9"/>
</svg>

7
_icons/user-minus.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<circle cx="9" cy="7" r="4"></circle>
<path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="16" y1="11" x2="22" y2="11"></line>
</svg>

View File

@@ -3,6 +3,6 @@
<svg>
<circle cx="9" cy="7" r="4"></circle>
<path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="15" y1="11" x2="21" y2="11"></line>
<line x1="18" y1="8" x2="18" y2="14"></line>
<line x1="16" y1="11" x2="22" y2="11"></line>
<line x1="19" y1="8" x2="19" y2="14"></line>
</svg>

8
_icons/user-x.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="9" cy="7" r="4"></circle>
<path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="17" y1="9" x2="21" y2="13" />
<line x1="17" y1="13" x2="21" y2="9" />
</svg>