Skip to content

Commit

Permalink
Adds alternate user icons (#1116)
Browse files Browse the repository at this point in the history
Co-authored-by: Karsa <karsa@karsa.org>
  • Loading branch information
karsa-mistmere and Karsa authored May 5, 2023
1 parent b35b586 commit 0065b59
Show file tree
Hide file tree
Showing 24 changed files with 333 additions and 0 deletions.
10 changes: 10 additions & 0 deletions icons/contact-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"user"
],
"categories": [
"account"
]
}
17 changes: 17 additions & 0 deletions icons/contact-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/user-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"account",
"contact"
],
"categories": [
"account"
]
}
14 changes: 14 additions & 0 deletions icons/user-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions icons/user-check-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"tags": [
"followed",
"subscribed",
"done",
"todo",
"tick",
"complete",
"task"
],
"categories": [
"account"
]
}
15 changes: 15 additions & 0 deletions icons/user-check-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-circle-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"account",
"contact"
],
"categories": [
"account",
"shapes"
]
}
15 changes: 15 additions & 0 deletions icons/user-circle-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-circle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"account",
"contact"
],
"categories": [
"account",
"shapes"
]
}
15 changes: 15 additions & 0 deletions icons/user-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-cog-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"settings",
"edit",
"cog",
"gear"
],
"categories": [
"account"
]
}
21 changes: 21 additions & 0 deletions icons/user-cog-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-minus-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"delete",
"remove",
"unfollow",
"unsubscribe"
],
"categories": [
"account"
]
}
15 changes: 15 additions & 0 deletions icons/user-minus-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/user-plus-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"new",
"add",
"create",
"follow",
"subscribe"
],
"categories": [
"account"
]
}
16 changes: 16 additions & 0 deletions icons/user-plus-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-square-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"account",
"contact"
],
"categories": [
"account",
"shapes"
]
}
15 changes: 15 additions & 0 deletions icons/user-square-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/user-square.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"person",
"account",
"contact"
],
"categories": [
"account",
"shapes"
]
}
15 changes: 15 additions & 0 deletions icons/user-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/user-x-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"delete",
"remove",
"unfollow",
"unsubscribe",
"unavailable"
],
"categories": [
"account"
]
}
16 changes: 16 additions & 0 deletions icons/user-x-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions icons/users-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"group",
"people"
],
"categories": [
"account"
]
}
15 changes: 15 additions & 0 deletions icons/users-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0065b59

Please sign in to comment.