mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:48:29 +02:00
* Added icons/user-round-arrow-inwards.svg * Added icons/user-round-arrow-inwards.json * Updated icons/user-round-arrow-inwards.json * Rename user-round-arrow-inwards.json to user-round-arrow-in.json * Rename user-round-arrow-inwards.svg to user-round-arrow-in.svg * Rename icon * Add use cases empty * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
36 lines
610 B
JSON
36 lines
610 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"karsa-mistmere",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [
|
|
"assigning a task to the current user",
|
|
"marking a message as directed to me",
|
|
"navigating to the user's profile",
|
|
"setting the current user as recipient",
|
|
"indicating an inbound user request"
|
|
],
|
|
"tags": [
|
|
"person",
|
|
"assign",
|
|
"move",
|
|
"give",
|
|
"setup",
|
|
"self",
|
|
"me",
|
|
"myself",
|
|
"profile",
|
|
"avatar",
|
|
"incoming",
|
|
"recipient",
|
|
"assignee",
|
|
"inbound"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"people",
|
|
"arrows"
|
|
]
|
|
}
|