Skip to content

Commit

Permalink
Adds various food icons (#680)
Browse files Browse the repository at this point in the history
* Added accessibility icon as per feathericons/feather#633

* added newline to end of file

* Updated icon to comply with design guidelines and more closely match accessibleicon.org

* Adds various food icons.

* Added egg-fried

* Fixes dots on icons

* Removed lemon, orange, popsicle & watermelon

Co-authored-by: Karsa <karsa@karsa.org>
  • Loading branch information
karsa-mistmere and Karsa authored Jul 11, 2022
1 parent a006513 commit 942b263
Show file tree
Hide file tree
Showing 11 changed files with 144 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.idea
.next
.obsidian
.now
Expand Down
14 changes: 14 additions & 0 deletions icons/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/banana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions icons/cherry.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/egg-fried.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions icons/grape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions icons/ice-cream.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/mic-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/music-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/pizza.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@
"camera",
"photo"
],
"apple": [
"fruit",
"food"
],
"archive": [
"index",
"box"
Expand Down Expand Up @@ -360,6 +364,10 @@
"cart",
"trolley"
],
"banana": [
"fruit",
"food"
],
"banknote": [
"currency",
"money",
Expand Down Expand Up @@ -747,6 +755,10 @@
"kitchen",
"restaurant"
],
"cherry": [
"fruit",
"food"
],
"chevron-down": [
"arrow"
],
Expand Down Expand Up @@ -1304,6 +1316,10 @@
"egg": [
"food"
],
"egg-fried": [
"food",
"breakfast"
],
"equal": [
"calculate"
],
Expand Down Expand Up @@ -1972,6 +1988,11 @@
"learn",
"study"
],
"grape": [
"fruit",
"wine",
"food"
],
"grid": [
"table"
],
Expand Down Expand Up @@ -2082,6 +2103,10 @@
"time",
"sandglass"
],
"ice-cream": [
"gelato",
"food"
],
"image": [
"picture",
"photo"
Expand Down Expand Up @@ -2833,6 +2858,11 @@
"eye dropper",
"color picker"
],
"pizza": [
"pie",
"quiche",
"food"
],
"plane": [
"plane",
"trip"
Expand Down

0 comments on commit 942b263

Please sign in to comment.