From 1ac4639414f857c53d969d60e16610781ed53712 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 31 May 2020 18:18:17 +0200 Subject: 2 new icons: `building-bank`, `users` Fixed icons: `user-check`, `user-minus`, `user-plus`, `user-x`, `user` --- src/_icons/building-bank.svg | 12 ++++++++++++ src/_icons/user-check.svg | 4 ++-- src/_icons/user-minus.svg | 4 ++-- src/_icons/user-plus.svg | 4 ++-- src/_icons/user-x.svg | 4 ++-- src/_icons/user.svg | 2 +- src/_icons/users.svg | 8 ++++++++ 7 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 src/_icons/building-bank.svg create mode 100644 src/_icons/users.svg (limited to 'src/_icons') diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg new file mode 100644 index 0000000..c470c03 --- /dev/null +++ b/src/_icons/building-bank.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/user-check.svg b/src/_icons/user-check.svg index 6e53502..e12d8c0 100644 --- a/src/_icons/user-check.svg +++ b/src/_icons/user-check.svg @@ -2,7 +2,7 @@ tags: [tick, person, account] --- - - + + diff --git a/src/_icons/user-minus.svg b/src/_icons/user-minus.svg index 9fc4c5a..bc3fdfc 100644 --- a/src/_icons/user-minus.svg +++ b/src/_icons/user-minus.svg @@ -2,7 +2,7 @@ tags: [remove, cancel, person, account, unsubscribe] --- - - + + diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg index f228f2c..d56adb8 100644 --- a/src/_icons/user-plus.svg +++ b/src/_icons/user-plus.svg @@ -2,8 +2,8 @@ tags: [add, create, new, person, people, follow, subscribe] --- - - + + diff --git a/src/_icons/user-x.svg b/src/_icons/user-x.svg index f3248db..048c441 100644 --- a/src/_icons/user-x.svg +++ b/src/_icons/user-x.svg @@ -2,7 +2,7 @@ tags: [cancel, remove, person, account, unsubscribe] --- - - + + diff --git a/src/_icons/user.svg b/src/_icons/user.svg index 38b7f80..50e0904 100644 --- a/src/_icons/user.svg +++ b/src/_icons/user.svg @@ -3,5 +3,5 @@ tags: [person, account] --- - + diff --git a/src/_icons/users.svg b/src/_icons/users.svg new file mode 100644 index 0000000..ae0ca59 --- /dev/null +++ b/src/_icons/users.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + -- cgit v1.2.1