Optimise/add table icons/simplify metadata (#1391)

* Optimise `table` icon

* Add `table-properties` (property list) icon

* Improve `table` icons metadata
This commit is contained in:
Daniel Bayley
2023-06-29 20:57:35 +01:00
committed by GitHub
parent 3619dfa7f2
commit d00cbebcc4
5 changed files with 44 additions and 10 deletions

View File

@@ -6,9 +6,8 @@
"ericfennis"
],
"tags": [
"sheet",
"grid",
"spreadsheet"
"spreadsheet",
"grid"
],
"categories": [
"text",

View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"property list",
"plist",
"spreadsheet",
"grid",
"dictionary",
"object",
"hash"
],
"categories": [
"text",
"development",
"files"
]
}

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="M15 3v18" />
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M21 9H3" />
<path d="M21 15H3" />
</svg>

After

Width:  |  Height:  |  Size: 332 B

View File

@@ -8,9 +8,8 @@
"mittalyashu"
],
"tags": [
"sheet",
"grid",
"spreadsheet"
"spreadsheet",
"grid"
],
"categories": [
"text",

View File

@@ -9,8 +9,8 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
<line x1="3" x2="21" y1="9" y2="9" />
<line x1="3" x2="21" y1="15" y2="15" />
<line x1="12" x2="12" y1="3" y2="21" />
<path d="M12 3v18" />
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M3 9h18" />
<path d="M3 15h18" />
</svg>

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 332 B