Moved from a single icons.json file to separate JSON files per icon

This commit is contained in:
Karsa
2022-11-16 18:16:50 +01:00
parent dace5a9f9c
commit 6552a4cca1
920 changed files with 10709 additions and 1 deletions

11
icons/git-commit.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "../icon.schema.json",
"tags": [
"code",
"version control"
],
"categories": [
"development",
"coding"
]
}