Sort out pen[cil]/edit icons/add pencil-ruler (stationery) icon/improve metadata (#1286)

* Add `pencil-ruler` icon

* Add `pencil-eraser` icon

* Optimise `pencil` icon

* Improve stationery metadata

* Fix/rename/refine/optimise `pen`[`cil`]/`edit` icons

* Improve metadata
This commit is contained in:
Daniel Bayley
2023-07-18 11:26:49 +01:00
committed by GitHub
parent c7438c0c10
commit 9a54838538
16 changed files with 237 additions and 63 deletions

View File

@@ -1,17 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"aliases": ["pen"],
"tags": [
"pencil",
"change"
],
"categories": [
"text"
]
}

View File

@@ -1,17 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"aliases": ["pen-line"],
"tags": [
"pencil",
"change"
],
"categories": [
"text"
]
}

View File

@@ -1,17 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"aliases": ["pen-box"],
"tags": [
"pencil",
"change"
],
"categories": [
"text"
]
}

31
icons/pen-line.json Normal file
View File

@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"tags": [
"pencil",
"change",
"create",
"draw",
"writer",
"writing",
"biro",
"ink",
"marker",
"felt tip",
"stationery",
"artist"
],
"categories": [
"text",
"design",
"tools"
],
"aliases": [
"edit-3"
]
}

View File

@@ -10,5 +10,5 @@
stroke-linejoin="round"
>
<path d="M12 20h9" />
<path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z" />
<path d="M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z" />
</svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 292 B

32
icons/pen-square.json Normal file
View File

@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"tags": [
"pencil",
"change",
"create",
"draw",
"sketch",
"draft",
"writer",
"writing",
"biro",
"ink",
"marker",
"felt tip",
"stationery",
"artist"
],
"categories": [
"text"
],
"aliases": [
"pen-box",
"edit"
]
}

View File

@@ -10,5 +10,5 @@
stroke-linejoin="round"
>
<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
<path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" />
<path d="M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4Z" />
</svg>

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 343 B

31
icons/pen.json Normal file
View File

@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis"
],
"tags": [
"pencil",
"change",
"create",
"draw",
"writer",
"writing",
"biro",
"ink",
"marker",
"felt tip",
"stationery",
"artist"
],
"categories": [
"text",
"design",
"tools"
],
"aliases": [
"edit-2"
]
}

View File

@@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z" />
<path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" />
</svg>

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 272 B

31
icons/pencil-line.json Normal file
View File

@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"mittalyashu",
"ericfennis",
"danielbayley"
],
"tags": [
"pencil",
"change",
"create",
"draw",
"sketch",
"draft",
"writer",
"writing",
"biro",
"ink",
"marker",
"felt tip",
"stationery",
"artist"
],
"categories": [
"text",
"design",
"tools"
]
}

15
icons/pencil-line.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="M12 20h9" />
<path d="M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z" />
<path d="m15 5 3 3" />
</svg>

After

Width:  |  Height:  |  Size: 317 B

41
icons/pencil-ruler.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"edit",
"create",
"draw",
"sketch",
"draft",
"writer",
"writing",
"stationery",
"artist",
"measurements",
"centimeters",
"cm",
"millimeters",
"mm",
"metre",
"foot",
"feet",
"inches",
"units",
"size",
"length",
"width",
"height",
"dimensions",
"depth",
"breadth",
"extent"
],
"categories": [
"tools",
"design",
"layout",
"text"
]
}

18
icons/pencil-ruler.svg Normal file
View File

@@ -0,0 +1,18 @@
<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="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" />
<path d="m15 5 4 4" />
<path d="M7 13 2.8 8.7c-1-.9-1-2.4 0-3.4l2.6-2.6c.9-1 2.4-1 3.4 0L13 7" />
<path d="m8 6 2-2" />
<path d="m17 11 4.3 4.2c1 .9 1 2.4 0 3.4l-2.6 2.6c-.9 1-2.4 1-3.4 0L11 17" />
<path d="m18 16 2-2" />
</svg>

After

Width:  |  Height:  |  Size: 504 B

View File

@@ -3,15 +3,25 @@
"contributors": [
"ericfennis",
"wojtekmaj",
"mittalyashu"
"mittalyashu",
"danielbayley"
],
"tags": [
"rubber",
"edit",
"pen",
"create"
"create",
"draw",
"sketch",
"draft",
"writer",
"writing",
"stationery",
"artist"
],
"categories": [
"design",
"cursors"
"cursors",
"tools",
"text"
]
}

View File

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="18" x2="22" y1="2" y2="6" />
<path d="M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z" />
<path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" />
<path d="m15 5 4 4" />
</svg>

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 297 B

View File

@@ -7,12 +7,28 @@
"karsa-mistmere"
],
"tags": [
"measure",
"meter",
"measurements",
"centimeters",
"cm",
"millimeters",
"mm",
"metre",
"foot",
"inch"
"feet",
"inches",
"units",
"size",
"length",
"width",
"height",
"dimensions",
"depth",
"breadth",
"extent",
"stationery"
],
"categories": [
"tools",
"design",
"layout"
]