diff options
-rw-r--r-- | _icons/file-text.svg | 9 | ||||
-rw-r--r-- | _icons/user-check.svg | 7 | ||||
-rw-r--r-- | _icons/user-minus.svg | 7 | ||||
-rw-r--r-- | _icons/user-plus.svg | 4 | ||||
-rw-r--r-- | _icons/user-x.svg | 8 |
5 files changed, 33 insertions, 2 deletions
diff --git a/_icons/file-text.svg b/_icons/file-text.svg new file mode 100644 index 0000000..92efa8f --- /dev/null +++ b/_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> diff --git a/_icons/user-check.svg b/_icons/user-check.svg new file mode 100644 index 0000000..a9a5b1d --- /dev/null +++ b/_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> diff --git a/_icons/user-minus.svg b/_icons/user-minus.svg new file mode 100644 index 0000000..76df9b3 --- /dev/null +++ b/_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> diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg index 950a865..d9725d5 100644 --- a/_icons/user-plus.svg +++ b/_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> diff --git a/_icons/user-x.svg b/_icons/user-x.svg new file mode 100644 index 0000000..c85dc74 --- /dev/null +++ b/_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> |