1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 02:12:49 +02:00

2 new icons: building-bank, users

Fixed icons: `user-check`, `user-minus`, `user-plus`, `user-x`, `user`
This commit is contained in:
codecalm
2020-05-31 18:18:17 +02:00
parent e6602739a9
commit 1ac4639414
7 changed files with 29 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
---
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />
<line x1="3" y1="10" x2="21" y2="10" />
<polyline points="5 6 12 3 19 6"></polyline>
<polyline points="4 10 4 21"></polyline>
<polyline points="20 10 20 21"></polyline>
<polyline points="8 14 8 17"></polyline>
<polyline points="12 14 12 17"></polyline>
<polyline points="16 14 16 17"></polyline>
</svg>

View File

@@ -2,7 +2,7 @@
tags: [tick, person, account]
---
<svg>
<circle cx="8.5" cy="7" r="4" />
<path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
<path d="M16 11l2 2l4 -4" />
</svg>

View File

@@ -2,7 +2,7 @@
tags: [remove, cancel, person, account, unsubscribe]
---
<svg>
<circle cx="8.5" cy="7" r="4" />
<path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
<line x1="16" y1="11" x2="22" y2="11" />
</svg>

View File

@@ -2,8 +2,8 @@
tags: [add, create, new, person, people, follow, subscribe]
---
<svg>
<circle cx="8.5" cy="7" r="4" />
<path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
<line x1="16" y1="11" x2="22" y2="11" />
<line x1="19" y1="8" x2="19" y2="14" />
</svg>

View File

@@ -2,7 +2,7 @@
tags: [cancel, remove, person, account, unsubscribe]
---
<svg>
<circle cx="8.5" cy="7" r="4" />
<path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
<path d="M17 9l4 4m0 -4l-4 4" />
</svg>

View File

@@ -3,5 +3,5 @@ tags: [person, account]
---
<svg>
<circle cx="12" cy="7" r="4" />
<path d="M5.5 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" />
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
</svg>

8
src/_icons/users.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="9" cy="7" r="4"/>
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
<path d="M21 21v-2a4 4 0 0 0 -3 -3.85"></path>
</svg>