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
This commit is contained in:
Daniel Bayley
2023-06-23 07:46:19 +01:00
committed by GitHub
parent 24676ddc8e
commit 97e0f30627
11 changed files with 185 additions and 1 deletions

11
icons/folder-kanban.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "../icon.schema.json",
"tags": [
"directory",
"project",
"root"
],
"categories": [
"files"
]
}

16
icons/folder-kanban.svg Normal file
View File

@@ -0,0 +1,16 @@
<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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
<path d="M8 10v4" />
<path d="M12 10v2" />
<path d="M16 10v6" />
</svg>

After

Width:  |  Height:  |  Size: 417 B

24
icons/gantt-chart.json Normal file
View File

@@ -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"
]
}

15
icons/gantt-chart.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="M8 6h10" />
<path d="M6 12h9" />
<path d="M11 18h7" />
</svg>

After

Width:  |  Height:  |  Size: 278 B

23
icons/square-gantt.json Normal file
View File

@@ -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"
]
}

16
icons/square-gantt.svg Normal file
View File

@@ -0,0 +1,16 @@
<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"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M9 8h7" />
<path d="M8 12h6" />
<path d="M11 16h5" />
</svg>

After

Width:  |  Height:  |  Size: 330 B

View File

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

View File

@@ -0,0 +1,27 @@
<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="M8 7v7" />
<path d="M12 7v4" />
<path d="M16 7v9" />
<path d="M5 3a2 2 0 0 0-2 2" />
<path d="M9 3h1" />
<path d="M14 3h1" />
<path d="M19 3a2 2 0 0 1 2 2" />
<path d="M21 9v1" />
<path d="M21 14v1" />
<path d="M21 19a2 2 0 0 1-2 2" />
<path d="M14 21h1" />
<path d="M9 21h1" />
<path d="M5 21a2 2 0 0 1-2-2" />
<path d="M3 14v1" />
<path d="M3 9v1" />
</svg>

After

Width:  |  Height:  |  Size: 600 B

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

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

16
icons/square-kanban.svg Normal file
View File

@@ -0,0 +1,16 @@
<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"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M8 7v7" />
<path d="M12 7v4" />
<path d="M16 7v9" />
</svg>

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -5,7 +5,12 @@
],
"tags": [
"logo",
"bullseye"
"bullseye",
"deadline",
"projects",
"overview",
"work",
"productivity"
],
"categories": [
"brands",