Compare commits

...

2 Commits

Author SHA1 Message Date
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
10 changed files with 113 additions and 5 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

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

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