Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel Bayley
24676ddc8e Add layout-list-check icon (#1232)
* Add `layout-list-check` icon

* Refine `layout-list` icon

* Rename `layout-list-check` icon to `list-todo`

* Add `list-checks` icon

* Update icons/list-checks.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/list-todo.svg

Co-authored-by: Karsa <contact@karsa.org>

* Revert/refine `layout-list` icon

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-06-23 08:02:08 +02:00
Daniel Bayley
92689a3328 Improve undo-2 metadata (#1339)
* Add `arrow-back` icon

* Improve `undo` variant metadata

* Improve metadata

* Revert "Add `arrow-back` icon"

This reverts commit 9e8c9d97cb.
2023-06-22 09:30:11 +02:00
Daniel Bayley
b578269ecb Add rainbow icon (#1357)
* Add `rainbow` icon

* Add `cloud` variant

* Revert "Add `cloud` variant"

This reverts commit ff23e27606.
2023-06-21 09:21:33 +02:00
Daniel Bayley
d041a2b02a Add square-* code snippet/gist icons (#1068)
* Add `square-dashed-bottom` (snippet) icon

* Add `square-code` (gist) icon

* Optimise `square-dashed-bottom` (snippet) icon

* Optimise `square-code` (gist) icon

* Add `square-dashed-bottom-code` (snippet/gist) icon

* Update icons/square-dashed-bottom.svg

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Refine `square-dashed-bottom-code` icon

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-06-21 09:16:02 +02:00
Daniel Bayley
0253326b17 Improve award/badge/medal icons metadata (#1371) 2023-06-19 09:20:10 +02:00
19 changed files with 208 additions and 21 deletions

View File

@@ -6,9 +6,14 @@
],
"tags": [
"achievement",
"badge"
"badge",
"rosette",
"prize",
"winner"
],
"categories": [
"account"
"account",
"sports",
"gaming"
]
}

View File

@@ -6,7 +6,10 @@
"tags": [
"award",
"achievement",
"badge"
"badge",
"rosette",
"prize",
"winner"
],
"categories": [
"files"

View File

@@ -6,7 +6,10 @@
"tags": [
"award",
"achievement",
"badge"
"badge",
"rosette",
"prize",
"winner"
],
"categories": [
"files"

View File

@@ -5,13 +5,17 @@
"danielbayley"
],
"tags": [
"todo",
"tasks",
"items",
"pending",
"image",
"photo",
"item"
"photo"
],
"categories": [
"design",
"layout",
"photography"
"photography",
"text"
]
}

View File

@@ -9,10 +9,10 @@
stroke-linecap="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" />
<line x1="14" x2="21" y1="4" y2="4" />
<line x1="14" x2="21" y1="9" y2="9" />
<line x1="14" x2="21" y1="15" y2="15" />
<line x1="14" x2="21" y1="20" y2="20" />
<rect width="7" height="7" x="3" y="14" rx="1" />
<path d="M14 4h7" />
<path d="M14 9h7" />
<path d="M14 15h7" />
<path d="M14 20h7" />
</svg>

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 405 B

View File

@@ -6,9 +6,12 @@
"tags": [
"todo",
"done",
"check",
"tick",
"complete",
"task"
"tasks",
"items",
"pending"
],
"categories": [
"text"

View File

@@ -9,10 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="10" x2="21" y1="6" y2="6" />
<line x1="10" x2="21" y1="12" y2="12" />
<line x1="10" x2="21" y1="18" y2="18" />
<polyline points="3 6 4 7 6 5" />
<polyline points="3 12 4 13 6 11" />
<polyline points="3 18 4 19 6 17" />
<path d="m3 17 2 2 4-4" />
<path d="m3 7 2 2 4-4" />
<path d="M13 6h8" />
<path d="M13 12h8" />
<path d="M13 18h8" />
</svg>

Before

Width:  |  Height:  |  Size: 449 B

After

Width:  |  Height:  |  Size: 336 B

16
icons/list-todo.json Normal file
View 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
View 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

View File

@@ -12,6 +12,7 @@
"achievement"
],
"categories": [
"sports"
"sports",
"gaming"
]
}

19
icons/rainbow.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"colors",
"colours",
"spectrum",
"light",
"prism",
"arc",
"clear",
"sunshine"
],
"categories": [
"weather"
]
}

15
icons/rainbow.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="M22 17a10 10 0 0 0-20 0" />
<path d="M6 17a6 6 0 0 1 12 0" />
<path d="M10 17a2 2 0 0 1 4 0" />
</svg>

After

Width:  |  Height:  |  Size: 319 B

15
icons/square-code.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"tags": [
"gist",
"source",
"programming",
"html",
"xml",
"coding"
],
"categories": [
"text",
"development"
]
}

15
icons/square-code.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"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="m10 10-2 2 2 2" />
<path d="m14 14 2-2-2-2" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

View File

@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"tags": [
"rectangle",
"aspect ratio",
"1:1",
"shape",
"snippet",
"code",
"coding"
],
"categories": [
"shapes",
"development",
"files"
]
}

View 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="m10 10-2 2 2 2" />
<path d="m14 14 2-2-2-2" />
<path d="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" />
<path d="M9 21h1" />
<path d="M14 21h1" />
</svg>

After

Width:  |  Height:  |  Size: 400 B

View File

@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"tags": [
"rectangle",
"aspect ratio",
"1:1",
"shape",
"snippet",
"code",
"coding"
],
"categories": [
"shapes",
"development",
"files"
]
}

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="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" />
<path d="M9 21h1" />
<path d="M14 21h1" />
</svg>

After

Width:  |  Height:  |  Size: 340 B

View File

@@ -8,7 +8,13 @@
"tags": [
"redo",
"rerun",
"history"
"history",
"back",
"return",
"reverse",
"revert",
"direction",
"u-turn"
],
"categories": [
"text",