mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 14:07:41 +01:00
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:
@@ -6,9 +6,8 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"sheet",
|
||||
"grid",
|
||||
"spreadsheet"
|
||||
"spreadsheet",
|
||||
"grid"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
|
||||
20
icons/table-properties.json
Normal file
20
icons/table-properties.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"property list",
|
||||
"plist",
|
||||
"spreadsheet",
|
||||
"grid",
|
||||
"dictionary",
|
||||
"object",
|
||||
"hash"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"development",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
16
icons/table-properties.svg
Normal file
16
icons/table-properties.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="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 |
@@ -8,9 +8,8 @@
|
||||
"mittalyashu"
|
||||
],
|
||||
"tags": [
|
||||
"sheet",
|
||||
"grid",
|
||||
"spreadsheet"
|
||||
"spreadsheet",
|
||||
"grid"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user