From 97e0f306275cd9b7f039f93082f731e743270bbd Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Fri, 23 Jun 2023 07:46:19 +0100 Subject: [PATCH] Add `square-kanban`/`gantt` (project) icons (#1201) * Add `project` icon * Add `project-template` icon * Add `project-roadmap` icon * Rename `project*` icons to `square-kanban*` * Rename `project-roadmap` to `square-gantt` * Add `gantt-chart` icon * Improve `target` metadata * Add `folder-kanban` (project folder) icon --- icons/folder-kanban.json | 11 +++++++++++ icons/folder-kanban.svg | 16 ++++++++++++++++ icons/gantt-chart.json | 24 ++++++++++++++++++++++++ icons/gantt-chart.svg | 15 +++++++++++++++ icons/square-gantt.json | 23 +++++++++++++++++++++++ icons/square-gantt.svg | 16 ++++++++++++++++ icons/square-kanban-dashed.json | 17 +++++++++++++++++ icons/square-kanban-dashed.svg | 27 +++++++++++++++++++++++++++ icons/square-kanban.json | 14 ++++++++++++++ icons/square-kanban.svg | 16 ++++++++++++++++ icons/target.json | 7 ++++++- 11 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 icons/folder-kanban.json create mode 100644 icons/folder-kanban.svg create mode 100644 icons/gantt-chart.json create mode 100644 icons/gantt-chart.svg create mode 100644 icons/square-gantt.json create mode 100644 icons/square-gantt.svg create mode 100644 icons/square-kanban-dashed.json create mode 100644 icons/square-kanban-dashed.svg create mode 100644 icons/square-kanban.json create mode 100644 icons/square-kanban.svg diff --git a/icons/folder-kanban.json b/icons/folder-kanban.json new file mode 100644 index 000000000..588120ae6 --- /dev/null +++ b/icons/folder-kanban.json @@ -0,0 +1,11 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "directory", + "project", + "root" + ], + "categories": [ + "files" + ] +} \ No newline at end of file diff --git a/icons/folder-kanban.svg b/icons/folder-kanban.svg new file mode 100644 index 000000000..c7829ad98 --- /dev/null +++ b/icons/folder-kanban.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/gantt-chart.json b/icons/gantt-chart.json new file mode 100644 index 000000000..d1c3ea87a --- /dev/null +++ b/icons/gantt-chart.json @@ -0,0 +1,24 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "projects", + "roadmap", + "overview", + "deadline", + "work", + "productivity", + "plan", + "date", + "timeline", + "event", + "range", + "period", + "code" + ], + "categories": [ + "charts", + "time", + "development", + "design" + ] +} \ No newline at end of file diff --git a/icons/gantt-chart.svg b/icons/gantt-chart.svg new file mode 100644 index 000000000..07cc8fff4 --- /dev/null +++ b/icons/gantt-chart.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/square-gantt.json b/icons/square-gantt.json new file mode 100644 index 000000000..8548d1c63 --- /dev/null +++ b/icons/square-gantt.json @@ -0,0 +1,23 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "projects", + "roadmap", + "overview", + "work", + "plan", + "date", + "timeline", + "event", + "range", + "period", + "code", + "intentions" + ], + "categories": [ + "charts", + "time", + "development", + "design" + ] +} diff --git a/icons/square-gantt.svg b/icons/square-gantt.svg new file mode 100644 index 000000000..f6aea8ab6 --- /dev/null +++ b/icons/square-gantt.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/square-kanban-dashed.json b/icons/square-kanban-dashed.json new file mode 100644 index 000000000..35118b4f9 --- /dev/null +++ b/icons/square-kanban-dashed.json @@ -0,0 +1,17 @@ +{ + "$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-dashed.svg b/icons/square-kanban-dashed.svg new file mode 100644 index 000000000..5ffed7a0b --- /dev/null +++ b/icons/square-kanban-dashed.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/square-kanban.json b/icons/square-kanban.json new file mode 100644 index 000000000..8de319d89 --- /dev/null +++ b/icons/square-kanban.json @@ -0,0 +1,14 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "projects", + "overview", + "work", + "code" + ], + "categories": [ + "development", + "design", + "charts" + ] +} \ No newline at end of file diff --git a/icons/square-kanban.svg b/icons/square-kanban.svg new file mode 100644 index 000000000..0d2f391c2 --- /dev/null +++ b/icons/square-kanban.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/target.json b/icons/target.json index 0d3aaefbb..bced49e5e 100644 --- a/icons/target.json +++ b/icons/target.json @@ -5,7 +5,12 @@ ], "tags": [ "logo", - "bullseye" + "bullseye", + "deadline", + "projects", + "overview", + "work", + "productivity" ], "categories": [ "brands",