Browse Source

user

pull/2/head
codecalm 5 years ago
parent
commit
520189162b
  1. 9
      _icons/file-text.svg
  2. 7
      _icons/user-check.svg
  3. 7
      _icons/user-minus.svg
  4. 4
      _icons/user-plus.svg
  5. 8
      _icons/user-x.svg

9
_icons/file-text.svg

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

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

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

4
_icons/user-plus.svg

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

@ -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>
Loading…
Cancel
Save