Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3b8510602 | ||
|
|
97e0f30627 | ||
|
|
24676ddc8e | ||
|
|
92689a3328 |
15
icons/folder-dot.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"root",
|
||||||
|
"project",
|
||||||
|
"active",
|
||||||
|
"current",
|
||||||
|
"pinned"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/folder-dot.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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" />
|
||||||
|
<circle cx="12" cy="13" r="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 381 B |
11
icons/folder-kanban.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"project",
|
||||||
|
"root"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/folder-kanban.svg
Normal 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 |
15
icons/folder-open-dot.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"root",
|
||||||
|
"project",
|
||||||
|
"active",
|
||||||
|
"current",
|
||||||
|
"pinned"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/folder-open-dot.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" />
|
||||||
|
<circle cx="14" cy="15" r="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 438 B |
14
icons/folder-root.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"root",
|
||||||
|
"project",
|
||||||
|
"git",
|
||||||
|
"repo"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files",
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/folder-root.svg
Normal 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="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" />
|
||||||
|
<circle cx="12" cy="13" r="2" />
|
||||||
|
<path d="M12 15v5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 405 B |
16
icons/folder-sync.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"synchronize",
|
||||||
|
"synchronise",
|
||||||
|
"refresh",
|
||||||
|
"reconnect",
|
||||||
|
"transfer",
|
||||||
|
"backup"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files",
|
||||||
|
"arrows"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/folder-sync.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1" />
|
||||||
|
<path d="M12 10v4h4" />
|
||||||
|
<path d="m12 14 1.5-1.5c.9-.9 2.2-1.5 3.5-1.5s2.6.6 3.5 1.5c.4.4.8 1 1 1.5" />
|
||||||
|
<path d="M22 22v-4h-4" />
|
||||||
|
<path d="m22 18-1.5 1.5c-.9.9-2.1 1.5-3.5 1.5s-2.6-.6-3.5-1.5c-.4-.4-.8-1-1-1.5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 547 B |
24
icons/gantt-chart.json
Normal 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
@@ -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 |
@@ -5,13 +5,17 @@
|
|||||||
"danielbayley"
|
"danielbayley"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"todo",
|
||||||
|
"tasks",
|
||||||
|
"items",
|
||||||
|
"pending",
|
||||||
"image",
|
"image",
|
||||||
"photo",
|
"photo"
|
||||||
"item"
|
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"design",
|
"design",
|
||||||
"layout",
|
"layout",
|
||||||
"photography"
|
"photography",
|
||||||
|
"text"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -9,10 +9,10 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<rect width="7" height="7" x="3" y="14" rx="1" />
|
|
||||||
<rect width="7" height="7" x="3" y="3" rx="1" />
|
<rect width="7" height="7" x="3" y="3" rx="1" />
|
||||||
<line x1="14" x2="21" y1="4" y2="4" />
|
<rect width="7" height="7" x="3" y="14" rx="1" />
|
||||||
<line x1="14" x2="21" y1="9" y2="9" />
|
<path d="M14 4h7" />
|
||||||
<line x1="14" x2="21" y1="15" y2="15" />
|
<path d="M14 9h7" />
|
||||||
<line x1="14" x2="21" y1="20" y2="20" />
|
<path d="M14 15h7" />
|
||||||
|
<path d="M14 20h7" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 405 B |
@@ -6,9 +6,12 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"todo",
|
"todo",
|
||||||
"done",
|
"done",
|
||||||
|
"check",
|
||||||
"tick",
|
"tick",
|
||||||
"complete",
|
"complete",
|
||||||
"task"
|
"tasks",
|
||||||
|
"items",
|
||||||
|
"pending"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"text"
|
"text"
|
||||||
|
|||||||
@@ -9,10 +9,9 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<line x1="10" x2="21" y1="6" y2="6" />
|
<path d="m3 17 2 2 4-4" />
|
||||||
<line x1="10" x2="21" y1="12" y2="12" />
|
<path d="m3 7 2 2 4-4" />
|
||||||
<line x1="10" x2="21" y1="18" y2="18" />
|
<path d="M13 6h8" />
|
||||||
<polyline points="3 6 4 7 6 5" />
|
<path d="M13 12h8" />
|
||||||
<polyline points="3 12 4 13 6 11" />
|
<path d="M13 18h8" />
|
||||||
<polyline points="3 18 4 19 6 17" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 336 B |
16
icons/list-todo.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"todo",
|
||||||
|
"done",
|
||||||
|
"check",
|
||||||
|
"tick",
|
||||||
|
"complete",
|
||||||
|
"tasks",
|
||||||
|
"items",
|
||||||
|
"pending"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"text"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/list-todo.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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 x="3" y="5" width="6" height="6" rx="1" />
|
||||||
|
<path d="m3 17 2 2 4-4" />
|
||||||
|
<path d="M13 6h8" />
|
||||||
|
<path d="M13 12h8" />
|
||||||
|
<path d="M13 18h8" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 359 B |
23
icons/square-gantt.json
Normal 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
@@ -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 |
17
icons/square-kanban-dashed.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"projects",
|
||||||
|
"overview",
|
||||||
|
"work",
|
||||||
|
"code",
|
||||||
|
"draft",
|
||||||
|
"template",
|
||||||
|
"boilerplate"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"design",
|
||||||
|
"charts"
|
||||||
|
]
|
||||||
|
}
|
||||||
27
icons/square-kanban-dashed.svg
Normal 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
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"projects",
|
||||||
|
"overview",
|
||||||
|
"work",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"design",
|
||||||
|
"charts"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/square-kanban.svg
Normal 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 |
@@ -5,7 +5,12 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"logo",
|
"logo",
|
||||||
"bullseye"
|
"bullseye",
|
||||||
|
"deadline",
|
||||||
|
"projects",
|
||||||
|
"overview",
|
||||||
|
"work",
|
||||||
|
"productivity"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"brands",
|
"brands",
|
||||||
|
|||||||
@@ -8,7 +8,13 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"redo",
|
"redo",
|
||||||
"rerun",
|
"rerun",
|
||||||
"history"
|
"history",
|
||||||
|
"back",
|
||||||
|
"return",
|
||||||
|
"reverse",
|
||||||
|
"revert",
|
||||||
|
"direction",
|
||||||
|
"u-turn"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"text",
|
"text",
|
||||||
|
|||||||