Sort out project management (kanban/gantt) icons (#1405)

* Improve `kanban`/`gantt` icons metadata

* Add `kanban` icon

* Rename `square-kanban` to `kanban-square`

* Rename `square-kanban-dashed` to `kanban-square-dashed`

* Rename `square-gantt` to `gantt-chart-square`

* Fix `gantt-chart` icons metadata
This commit is contained in:
Daniel Bayley
2023-07-02 20:12:09 +01:00
committed by GitHub
parent 4e2773bd2d
commit a8cf24e75a
12 changed files with 158 additions and 49 deletions

View File

@@ -1,11 +1,31 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [ "tags": [
"projects",
"manage",
"overview",
"board",
"tickets",
"issues",
"roadmap",
"plan",
"intentions",
"productivity",
"work",
"agile",
"code",
"coding",
"directory", "directory",
"project", "project",
"root" "root"
], ],
"categories": [ "categories": [
"charts",
"development",
"design",
"files" "files"
] ]
} }

View File

@@ -1,23 +1,36 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [ "tags": [
"projects", "projects",
"roadmap", "manage",
"overview", "overview",
"work", "roadmap",
"plan", "plan",
"date", "intentions",
"timeline", "timeline",
"deadline",
"date",
"event", "event",
"range", "range",
"period", "period",
"productivity",
"work",
"agile",
"code", "code",
"intentions" "coding",
"toolbar",
"button"
], ],
"categories": [ "categories": [
"charts", "charts",
"time", "time",
"development", "development",
"design" "design"
],
"aliases": [
"square-gantt"
] ]
} }

View File

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

View File

@@ -1,24 +1,24 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"contributors": ["danielbayley"],
"tags": [ "tags": [
"projects", "projects",
"roadmap", "manage",
"overview", "overview",
"deadline", "roadmap",
"work",
"productivity",
"plan", "plan",
"date", "intentions",
"timeline", "timeline",
"deadline",
"date",
"event", "event",
"range", "range",
"period", "period",
"code" "productivity",
"work",
"agile",
"code",
"coding"
], ],
"categories": [ "categories": ["charts", "time", "development", "design"]
"charts",
"time",
"development",
"design"
]
} }

View File

@@ -0,0 +1,33 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"projects",
"manage",
"overview",
"board",
"tickets",
"issues",
"roadmap",
"plan",
"intentions",
"productivity",
"work",
"agile",
"draft",
"template",
"boilerplate",
"code",
"coding"
],
"categories": [
"charts",
"development",
"design"
],
"aliases": [
"square-kanban-dashed"
]
}

View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

32
icons/kanban-square.json Normal file
View File

@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"projects",
"manage",
"overview",
"board",
"tickets",
"issues",
"roadmap",
"plan",
"intentions",
"productivity",
"work",
"agile",
"code",
"coding",
"toolbar",
"button"
],
"categories": [
"charts",
"development",
"design"
],
"aliases": [
"square-kanban"
]
}

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

27
icons/kanban.json Normal file
View File

@@ -0,0 +1,27 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"projects",
"manage",
"overview",
"board",
"tickets",
"issues",
"roadmap",
"plan",
"intentions",
"productivity",
"work",
"agile",
"code",
"coding"
],
"categories": [
"charts",
"development",
"design"
]
}

15
icons/kanban.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 5v11" />
<path d="M12 5v6" />
<path d="M18 5v14" />
</svg>

After

Width:  |  Height:  |  Size: 278 B

View File

@@ -1,17 +0,0 @@
{
"$schema": "../icon.schema.json",
"tags": [
"projects",
"overview",
"work",
"code",
"draft",
"template",
"boilerplate"
],
"categories": [
"development",
"design",
"charts"
]
}

View File

@@ -1,14 +0,0 @@
{
"$schema": "../icon.schema.json",
"tags": [
"projects",
"overview",
"work",
"code"
],
"categories": [
"development",
"design",
"charts"
]
}