mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:17:43 +01:00
feat: update contributors on release (#1218)
* feat: add contributors on release * fix: added contributors to icon schema * fix: added missing dependencies * feat: changed lost contributor handling * fix: improved git log arguments * Add all previous contributors * Reordered icon JSON attributes * Merged main and updated contributors * fix: resolved contributor resolution issue * chore: added previous contributors * Added commits with odd e-mails manually * Added latest icons + removed github workflow --------- Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
@@ -27,6 +27,13 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
|
},
|
||||||
|
"contributors": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "A JSON Schema for icons defined by Lucide Icons."
|
"description": "A JSON Schema for icons defined by Lucide Icons."
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere",
|
||||||
|
"jguddas"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"disability",
|
"disability",
|
||||||
"disabled",
|
"disabled",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"pulse",
|
"pulse",
|
||||||
"health",
|
"health",
|
||||||
@@ -11,4 +14,4 @@
|
|||||||
"account",
|
"account",
|
||||||
"social"
|
"social"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"air conditioner",
|
"air conditioner",
|
||||||
"ac",
|
"ac",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"csandman",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"stream",
|
"stream",
|
||||||
"cast",
|
"cast",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"done",
|
"done",
|
||||||
"todo",
|
"todo",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"jguddas"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"morning",
|
"morning",
|
||||||
"turn-off"
|
"turn-off"
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"lscheibel",
|
||||||
|
"johnletey",
|
||||||
|
"ericfennis",
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"morning"
|
"morning"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"remove"
|
"remove"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"add"
|
"add"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis",
|
||||||
|
"csandman",
|
||||||
|
"mittalyashu"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"photo",
|
"photo",
|
||||||
"book"
|
"book"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"warning",
|
"warning",
|
||||||
"alert",
|
"alert",
|
||||||
@@ -10,4 +14,4 @@
|
|||||||
"notifications",
|
"notifications",
|
||||||
"shapes"
|
"shapes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"warning",
|
"warning",
|
||||||
"alert",
|
"alert",
|
||||||
@@ -10,4 +14,4 @@
|
|||||||
"notifications",
|
"notifications",
|
||||||
"shapes"
|
"shapes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"csandman",
|
||||||
|
"ericfennis",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"warning",
|
"warning",
|
||||||
"alert",
|
"alert",
|
||||||
@@ -10,4 +16,4 @@
|
|||||||
"notifications",
|
"notifications",
|
||||||
"shapes"
|
"shapes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"flex",
|
"flex",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"flex",
|
"flex",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"text",
|
"text",
|
||||||
"alignment",
|
"alignment",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"bottom",
|
"bottom",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"right",
|
"right",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"r4lv",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"flex",
|
"flex",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"r4lv",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"right",
|
"right",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"r4lv",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"left",
|
"left",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"center",
|
"center",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"right",
|
"right",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"left",
|
"left",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"center",
|
"center",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"around",
|
"around",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"text",
|
"text",
|
||||||
"alignment",
|
"alignment",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"text",
|
"text",
|
||||||
"alignment",
|
"alignment",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"text",
|
"text",
|
||||||
"alignment",
|
"alignment",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"top",
|
"top",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"left",
|
"left",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"items",
|
"items",
|
||||||
"flex",
|
"flex",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bottom",
|
"bottom",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"top",
|
"top",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"center",
|
"center",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bottom",
|
"bottom",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"top",
|
"top",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"center",
|
"center",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"center",
|
"center",
|
||||||
"items",
|
"items",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"and",
|
"and",
|
||||||
"typography",
|
"typography",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"and",
|
"and",
|
||||||
"operator",
|
"operator",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"csandman",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"ship"
|
"ship"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"emoji",
|
"emoji",
|
||||||
"anger",
|
"anger",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"emoji",
|
"emoji",
|
||||||
"nuisance",
|
"nuisance",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"camera",
|
"camera",
|
||||||
"photo"
|
"photo"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"application",
|
"application",
|
||||||
"executable"
|
"executable"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"fruit",
|
"fruit",
|
||||||
"food"
|
"food"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"archive",
|
"archive",
|
||||||
"unarchive",
|
"unarchive",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"index",
|
"index",
|
||||||
"box"
|
"box"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere",
|
||||||
|
"jguddas"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"sofa",
|
"sofa",
|
||||||
"furniture",
|
"furniture",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key",
|
"key",
|
||||||
"download"
|
"download"
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Andreto",
|
||||||
|
"mittalyashu",
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key"
|
"key"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key",
|
"key",
|
||||||
"back"
|
"back"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Andreto",
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key",
|
"key",
|
||||||
"back"
|
"back"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key",
|
"key",
|
||||||
"forward"
|
"forward"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Andreto",
|
||||||
|
"mittalyashu",
|
||||||
|
"ericfennis",
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"key",
|
"key",
|
||||||
"forward"
|
"forward"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"keyboard",
|
"keyboard",
|
||||||
"key",
|
"key",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Andreto",
|
||||||
|
"mittalyashu",
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"keyboard",
|
"keyboard",
|
||||||
"key",
|
"key",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"download",
|
"download",
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -11,4 +14,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"step",
|
"step",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"download",
|
"download",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bidirectional",
|
"bidirectional",
|
||||||
"direction",
|
"direction",
|
||||||
@@ -15,4 +18,4 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,17 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"ericfennis",
|
||||||
|
"csandman",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
"sort",
|
"sort",
|
||||||
"descending"
|
"descending"
|
||||||
],
|
],
|
||||||
"aliases": [
|
|
||||||
"sort-desc"
|
|
||||||
],
|
|
||||||
"categories": [
|
"categories": [
|
||||||
"text",
|
"text",
|
||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"expand",
|
"expand",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"wojtekmaj",
|
||||||
|
"ericfennis",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bidirectional",
|
"bidirectional",
|
||||||
"direction",
|
"direction",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"collapse",
|
"collapse",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"export",
|
"export",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bidirectional",
|
"bidirectional",
|
||||||
"direction",
|
"direction",
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"keyboard",
|
"keyboard",
|
||||||
"key",
|
"key",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
@@ -12,4 +15,4 @@
|
|||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"it-is-not",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bidirectional",
|
"bidirectional",
|
||||||
"direction",
|
"direction",
|
||||||
@@ -15,4 +20,4 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"step",
|
"step",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"upload",
|
"upload",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction",
|
"direction",
|
||||||
"keyboard",
|
"keyboard",
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,17 +1,20 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"lukesmurray",
|
||||||
|
"ericfennis",
|
||||||
|
"csandman",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"arrow",
|
"arrow",
|
||||||
"filter",
|
"filter",
|
||||||
"sort",
|
"sort",
|
||||||
"ascending"
|
"ascending"
|
||||||
],
|
],
|
||||||
"aliases": [
|
|
||||||
"sort-asc"
|
|
||||||
],
|
|
||||||
"categories": [
|
"categories": [
|
||||||
"text",
|
"text",
|
||||||
"layout",
|
"layout",
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"arrows"
|
"arrows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"ericfennis"
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user