-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * 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 <[email protected]>
- Loading branch information
1 parent
d2152b3
commit b72cea6
Showing
22 changed files
with
357 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,12 @@ | |
"karsa-mistmere" | ||
], | ||
"tags": [ | ||
"edit", | ||
"signature" | ||
], | ||
"categories": [ | ||
"files" | ||
], | ||
"aliases": [ | ||
"file-edit" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,12 @@ | |
], | ||
"tags": [ | ||
"directory", | ||
"edit", | ||
"rename" | ||
], | ||
"categories": [ | ||
"files" | ||
], | ||
"aliases": [ | ||
"folder-edit" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Oops, something went wrong.