From a8cf24e75ac1ca63c09ecce6e01dfbb9b31d9ad2 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sun, 2 Jul 2023 20:12:09 +0100 Subject: [PATCH] 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 --- icons/folder-kanban.json | 20 +++++++++++ ...are-gantt.json => gantt-chart-square.json} | 23 ++++++++++--- ...quare-gantt.svg => gantt-chart-square.svg} | 0 icons/gantt-chart.json | 26 +++++++-------- icons/kanban-square-dashed.json | 33 +++++++++++++++++++ ...an-dashed.svg => kanban-square-dashed.svg} | 0 icons/kanban-square.json | 32 ++++++++++++++++++ .../{square-kanban.svg => kanban-square.svg} | 0 icons/kanban.json | 27 +++++++++++++++ icons/kanban.svg | 15 +++++++++ icons/square-kanban-dashed.json | 17 ---------- icons/square-kanban.json | 14 -------- 12 files changed, 158 insertions(+), 49 deletions(-) rename icons/{square-gantt.json => gantt-chart-square.json} (58%) rename icons/{square-gantt.svg => gantt-chart-square.svg} (100%) create mode 100644 icons/kanban-square-dashed.json rename icons/{square-kanban-dashed.svg => kanban-square-dashed.svg} (100%) create mode 100644 icons/kanban-square.json rename icons/{square-kanban.svg => kanban-square.svg} (100%) create mode 100644 icons/kanban.json create mode 100644 icons/kanban.svg delete mode 100644 icons/square-kanban-dashed.json delete mode 100644 icons/square-kanban.json diff --git a/icons/folder-kanban.json b/icons/folder-kanban.json index 588120ae6..249d2e79b 100644 --- a/icons/folder-kanban.json +++ b/icons/folder-kanban.json @@ -1,11 +1,31 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ + "projects", + "manage", + "overview", + "board", + "tickets", + "issues", + "roadmap", + "plan", + "intentions", + "productivity", + "work", + "agile", + "code", + "coding", "directory", "project", "root" ], "categories": [ + "charts", + "development", + "design", "files" ] } \ No newline at end of file diff --git a/icons/square-gantt.json b/icons/gantt-chart-square.json similarity index 58% rename from icons/square-gantt.json rename to icons/gantt-chart-square.json index 8548d1c63..68dfe1f8f 100644 --- a/icons/square-gantt.json +++ b/icons/gantt-chart-square.json @@ -1,23 +1,36 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "projects", - "roadmap", + "manage", "overview", - "work", + "roadmap", "plan", - "date", + "intentions", "timeline", + "deadline", + "date", "event", "range", "period", + "productivity", + "work", + "agile", "code", - "intentions" + "coding", + "toolbar", + "button" ], "categories": [ "charts", "time", "development", "design" + ], + "aliases": [ + "square-gantt" ] -} +} \ No newline at end of file diff --git a/icons/square-gantt.svg b/icons/gantt-chart-square.svg similarity index 100% rename from icons/square-gantt.svg rename to icons/gantt-chart-square.svg diff --git a/icons/gantt-chart.json b/icons/gantt-chart.json index d1c3ea87a..01ed68c35 100644 --- a/icons/gantt-chart.json +++ b/icons/gantt-chart.json @@ -1,24 +1,24 @@ { "$schema": "../icon.schema.json", + "contributors": ["danielbayley"], "tags": [ "projects", - "roadmap", + "manage", "overview", - "deadline", - "work", - "productivity", + "roadmap", "plan", - "date", + "intentions", "timeline", + "deadline", + "date", "event", "range", "period", - "code" + "productivity", + "work", + "agile", + "code", + "coding" ], - "categories": [ - "charts", - "time", - "development", - "design" - ] -} \ No newline at end of file + "categories": ["charts", "time", "development", "design"] +} diff --git a/icons/kanban-square-dashed.json b/icons/kanban-square-dashed.json new file mode 100644 index 000000000..5e30b8618 --- /dev/null +++ b/icons/kanban-square-dashed.json @@ -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" + ] +} \ No newline at end of file diff --git a/icons/square-kanban-dashed.svg b/icons/kanban-square-dashed.svg similarity index 100% rename from icons/square-kanban-dashed.svg rename to icons/kanban-square-dashed.svg diff --git a/icons/kanban-square.json b/icons/kanban-square.json new file mode 100644 index 000000000..dd76146b0 --- /dev/null +++ b/icons/kanban-square.json @@ -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" + ] +} \ No newline at end of file diff --git a/icons/square-kanban.svg b/icons/kanban-square.svg similarity index 100% rename from icons/square-kanban.svg rename to icons/kanban-square.svg diff --git a/icons/kanban.json b/icons/kanban.json new file mode 100644 index 000000000..0619277fe --- /dev/null +++ b/icons/kanban.json @@ -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" + ] +} \ No newline at end of file diff --git a/icons/kanban.svg b/icons/kanban.svg new file mode 100644 index 000000000..1205bbe19 --- /dev/null +++ b/icons/kanban.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/square-kanban-dashed.json b/icons/square-kanban-dashed.json deleted file mode 100644 index 35118b4f9..000000000 --- a/icons/square-kanban-dashed.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$schema": "../icon.schema.json", - "tags": [ - "projects", - "overview", - "work", - "code", - "draft", - "template", - "boilerplate" - ], - "categories": [ - "development", - "design", - "charts" - ] -} \ No newline at end of file diff --git a/icons/square-kanban.json b/icons/square-kanban.json deleted file mode 100644 index 8de319d89..000000000 --- a/icons/square-kanban.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "../icon.schema.json", - "tags": [ - "projects", - "overview", - "work", - "code" - ], - "categories": [ - "development", - "design", - "charts" - ] -} \ No newline at end of file