Files
lucide/icons/user-round-arrow-left.json
Jakob Guddas f917f247e3 feat(icons): added user-round-arrow-in icon (#2283)
* 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>
2026-06-13 17:35:55 +02:00

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"
]
}