Skip to content

Commit

Permalink
Sort out pen[cil]/edit icons/add pencil-ruler (stationery) ic…
Browse files Browse the repository at this point in the history
…on/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
  • Loading branch information
danielbayley authored Jul 18, 2023
1 parent c7438c0 commit 9a54838
Show file tree
Hide file tree
Showing 16 changed files with 237 additions and 63 deletions.
17 changes: 0 additions & 17 deletions icons/edit-2.json

This file was deleted.

17 changes: 0 additions & 17 deletions icons/edit-3.json

This file was deleted.

17 changes: 0 additions & 17 deletions icons/edit.json

This file was deleted.

31 changes: 31 additions & 0 deletions icons/pen-line.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion icons/edit-3.svg → icons/pen-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions icons/pen-square.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion icons/edit.svg → icons/pen-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/pen.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion icons/edit-2.svg → icons/pen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/pencil-line.json
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions icons/pencil-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions icons/pencil-ruler.json
Original file line number Diff line number Diff line change
@@ -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 changes: 18 additions & 0 deletions icons/pencil-ruler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions icons/pencil.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
4 changes: 2 additions & 2 deletions icons/pencil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 19 additions & 3 deletions icons/ruler.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 9a54838

Please sign in to comment.