Add notebook/pad[-*] icons & optimise/rename *-edit icons (#1363)
* Add `notebook` icon * Add `notebook-tabs` (contacts variant) icon * Add `notebook-text` icon * Add `notepad-text` icon * Add `notebook-pen` icon * Optimise `file-edit` icon * Rename `file-edit` to `file-pen` * Optimise `clipboard-edit` icon * Rename `clipboard-edit` to `clipboard-pen` * Optimise `folder-edit` icon * Rename `folder-edit` to `folder-pen` * Optimise `file-signature` icon * Rename `file-signature` to `file-pen-line` * Optimise `clipboard-signature` icon * Rename `clipboard-signature` to `clipboard-pen-line` * Add `notepad-text-dashed` (draft/template) icon --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
@@ -5,11 +5,13 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"paste",
|
||||
"signature"
|
||||
"paste"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"account"
|
||||
],
|
||||
"aliases": [
|
||||
"clipboard-signature"
|
||||
]
|
||||
}
|
||||
@@ -9,9 +9,9 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" ry="1" />
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" />
|
||||
<path d="M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5" />
|
||||
<path d="M16 4h2a2 2 0 0 1 1.73 1" />
|
||||
<path d="M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z" />
|
||||
<path d="M8 18h1" />
|
||||
<path d="M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 451 B |
@@ -5,11 +5,13 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"edit",
|
||||
"paste",
|
||||
"signature"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
],
|
||||
"aliases": [
|
||||
"clipboard-edit"
|
||||
]
|
||||
}
|
||||
@@ -9,8 +9,8 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" ry="1" />
|
||||
<path d="M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95 5.43-5.44Z" />
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" />
|
||||
<path d="M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z" />
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5" />
|
||||
<path d="M4 13.5V6a2 2 0 0 1 2-2h2" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 414 B |
@@ -5,10 +5,12 @@
|
||||
"jguddas"
|
||||
],
|
||||
"tags": [
|
||||
"edit",
|
||||
"signature"
|
||||
"edit"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
],
|
||||
"aliases": [
|
||||
"file-signature"
|
||||
]
|
||||
}
|
||||
@@ -11,5 +11,5 @@
|
||||
>
|
||||
<path d="M20 19.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8.5L18 5.5" />
|
||||
<path d="M8 18h1" />
|
||||
<path d="M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z" />
|
||||
<path d="M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 370 B |
@@ -4,10 +4,12 @@
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"edit",
|
||||
"signature"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
],
|
||||
"aliases": [
|
||||
"file-edit"
|
||||
]
|
||||
}
|
||||
@@ -10,6 +10,6 @@
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M4 13.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-5.5" />
|
||||
<polyline points="14 2 14 8 20 8" />
|
||||
<path d="M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95 5.43-5.44Z" />
|
||||
<path d="M14 2v6h6" />
|
||||
<path d="M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 360 B |
@@ -5,10 +5,12 @@
|
||||
],
|
||||
"tags": [
|
||||
"directory",
|
||||
"edit",
|
||||
"rename"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
],
|
||||
"aliases": [
|
||||
"folder-edit"
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,6 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M8.4 10.6a2.1 2.1 0 1 1 2.99 2.98L6 19l-4 1 1-3.9Z" />
|
||||
<path d="M2 11.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
|
||||
<path d="M8.4 10.6a2 2 0 0 1 3 3L6 19l-4 1 1-4Z" />
|
||||
<path d="M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 384 B |
37
icons/notebook-pen.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"pencil",
|
||||
"notepad",
|
||||
"notes",
|
||||
"noted",
|
||||
"stationery",
|
||||
"sketchbook",
|
||||
"organizer",
|
||||
"organiser",
|
||||
"planner",
|
||||
"diary",
|
||||
"journal",
|
||||
"writing",
|
||||
"write",
|
||||
"written",
|
||||
"reading",
|
||||
"high school",
|
||||
"university",
|
||||
"college",
|
||||
"academy",
|
||||
"student",
|
||||
"study",
|
||||
"research",
|
||||
"homework",
|
||||
"eraser",
|
||||
"rubber"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
18
icons/notebook-pen.svg
Normal 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="M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4" />
|
||||
<path d="M2 6h4" />
|
||||
<path d="M2 10h4" />
|
||||
<path d="M2 14h4" />
|
||||
<path d="M2 18h4" />
|
||||
<path d="M18.4 2.6a2.17 2.17 0 0 1 3 3L16 11l-4 1 1-4Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 438 B |
34
icons/notebook-tabs.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"notepad",
|
||||
"notes",
|
||||
"people",
|
||||
"family",
|
||||
"friends",
|
||||
"acquaintances",
|
||||
"contacts",
|
||||
"details",
|
||||
"addresses",
|
||||
"phone numbers",
|
||||
"directory",
|
||||
"listing",
|
||||
"networking",
|
||||
"alphabetical",
|
||||
"a-z",
|
||||
"organizer",
|
||||
"organiser",
|
||||
"planner",
|
||||
"diary",
|
||||
"stationery"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"connectivity",
|
||||
"communication",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
21
icons/notebook-tabs.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<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="M2 6h4" />
|
||||
<path d="M2 10h4" />
|
||||
<path d="M2 14h4" />
|
||||
<path d="M2 18h4" />
|
||||
<rect width="16" height="20" x="4" y="2" rx="2" />
|
||||
<path d="M15 2v20" />
|
||||
<path d="M15 7h5" />
|
||||
<path d="M15 12h5" />
|
||||
<path d="M15 17h5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 447 B |
37
icons/notebook-text.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"notepad",
|
||||
"notes",
|
||||
"pages",
|
||||
"paper",
|
||||
"stationery",
|
||||
"sketchbook",
|
||||
"organizer",
|
||||
"organiser",
|
||||
"planner",
|
||||
"diary",
|
||||
"journal",
|
||||
"writing",
|
||||
"write",
|
||||
"written",
|
||||
"reading",
|
||||
"high school",
|
||||
"university",
|
||||
"college",
|
||||
"academy",
|
||||
"student",
|
||||
"study",
|
||||
"research",
|
||||
"homework",
|
||||
"lines",
|
||||
"opened"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
20
icons/notebook-text.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<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="M2 6h4" />
|
||||
<path d="M2 10h4" />
|
||||
<path d="M2 14h4" />
|
||||
<path d="M2 18h4" />
|
||||
<rect width="16" height="20" x="4" y="2" rx="2" />
|
||||
<path d="M9.5 8h5" />
|
||||
<path d="M9.5 12H16" />
|
||||
<path d="M9.5 16H14" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 428 B |
40
icons/notebook.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"notepad",
|
||||
"notes",
|
||||
"stationery",
|
||||
"sketchbook",
|
||||
"moleskine",
|
||||
"closure",
|
||||
"strap",
|
||||
"band",
|
||||
"elastic",
|
||||
"organizer",
|
||||
"organiser",
|
||||
"planner",
|
||||
"diary",
|
||||
"journal",
|
||||
"writing",
|
||||
"written",
|
||||
"writer",
|
||||
"reading",
|
||||
"high school",
|
||||
"university",
|
||||
"college",
|
||||
"academy",
|
||||
"student",
|
||||
"study",
|
||||
"homework",
|
||||
"research"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"communication",
|
||||
"social",
|
||||
"design"
|
||||
]
|
||||
}
|
||||
18
icons/notebook.svg
Normal 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="M2 6h4" />
|
||||
<path d="M2 10h4" />
|
||||
<path d="M2 14h4" />
|
||||
<path d="M2 18h4" />
|
||||
<rect width="16" height="20" x="4" y="2" rx="2" />
|
||||
<path d="M16 2v20" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 376 B |
25
icons/notepad-text-dashed.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"notebook",
|
||||
"notes",
|
||||
"pages",
|
||||
"paper",
|
||||
"stationery",
|
||||
"diary",
|
||||
"journal",
|
||||
"writing",
|
||||
"write",
|
||||
"written",
|
||||
"draft",
|
||||
"template",
|
||||
"lines"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
25
icons/notepad-text-dashed.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<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="M8 2v4" />
|
||||
<path d="M12 2v4" />
|
||||
<path d="M16 2v4" />
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
||||
<path d="M20 12v2" />
|
||||
<path d="M20 18v2a2 2 0 0 1-2 2h-1" />
|
||||
<path d="M13 22h-2" />
|
||||
<path d="M7 22H6a2 2 0 0 1-2-2v-2" />
|
||||
<path d="M4 14v-2" />
|
||||
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
|
||||
<path d="M8 10h6" />
|
||||
<path d="M8 14h8" />
|
||||
<path d="M8 18h5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 576 B |
37
icons/notepad-text.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"notebook",
|
||||
"notes",
|
||||
"pages",
|
||||
"paper",
|
||||
"stationery",
|
||||
"sketchbook",
|
||||
"organizer",
|
||||
"organiser",
|
||||
"planner",
|
||||
"diary",
|
||||
"journal",
|
||||
"writing",
|
||||
"write",
|
||||
"written",
|
||||
"reading",
|
||||
"high school",
|
||||
"university",
|
||||
"college",
|
||||
"academy",
|
||||
"student",
|
||||
"study",
|
||||
"homework",
|
||||
"research",
|
||||
"lines",
|
||||
"opened"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
19
icons/notepad-text.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<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="M8 2v4" />
|
||||
<path d="M12 2v4" />
|
||||
<path d="M16 2v4" />
|
||||
<rect width="16" height="18" x="4" y="4" rx="2" />
|
||||
<path d="M8 10h6" />
|
||||
<path d="M8 14h8" />
|
||||
<path d="M8 18h5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 398 B |