diff --git a/media/attribution.js b/media/attribution.js
index 5b5a1fbe..9bbe685e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8342,6 +8342,17 @@ const attributionData = {
"dimensions-guide"
]
},
+ {
+ prefix: "./media/food/eggs/",
+ files: [
+ { name: "chicken-egg.svg", source: null },
+ { name: "quail-egg.svg", source: null },
+ { name: "ostritch-egg.svg", source: null },
+ ],
+ authors: [
+ "chemicalcrux"
+ ]
+ },
{
prefix: "./media/food/fast-food/",
files: [
@@ -8357,6 +8368,15 @@ const attributionData = {
"chemicalcrux"
]
},
+ {
+ prefix: "./media/food/snacks/",
+ files: [
+ { name: "pringles-can.svg", source: null },
+ ],
+ authors: [
+ "chemicalcrux"
+ ]
+ },
{
prefix: "./media/food/fruits/",
files: [
diff --git a/media/food/eggs/chicken-egg.svg b/media/food/eggs/chicken-egg.svg
new file mode 100644
index 00000000..95bc34de
--- /dev/null
+++ b/media/food/eggs/chicken-egg.svg
@@ -0,0 +1,6 @@
+
+
+
diff --git a/media/food/eggs/ostritch-egg.svg b/media/food/eggs/ostritch-egg.svg
new file mode 100644
index 00000000..9f1a6708
--- /dev/null
+++ b/media/food/eggs/ostritch-egg.svg
@@ -0,0 +1,6 @@
+
+
+
diff --git a/media/food/eggs/quail-egg.svg b/media/food/eggs/quail-egg.svg
new file mode 100644
index 00000000..37e8ea01
--- /dev/null
+++ b/media/food/eggs/quail-egg.svg
@@ -0,0 +1,6 @@
+
+
+
diff --git a/media/food/snacks/pringles-can.svg b/media/food/snacks/pringles-can.svg
new file mode 100644
index 00000000..e922bcff
--- /dev/null
+++ b/media/food/snacks/pringles-can.svg
@@ -0,0 +1,7 @@
+
+
+
diff --git a/presets/food.js b/presets/food.js
index 031d86f9..7f7bcb4e 100644
--- a/presets/food.js
+++ b/presets/food.js
@@ -127,6 +127,26 @@ function makeFood() {
"food"
));
+ results.push(makeHeight(
+ [
+ ["pringles-can", 9.16, "inches"],
+ ],
+ "Snacks",
+ "",
+ "food"
+ ));
+
+ results.push(makeHeight(
+ [
+ ["chicken-egg", 2.084, "inches"],
+ ["quail-egg", 1.05, "inches"],
+ ["ostritch-egg", 5.9, "inches"]
+ ],
+ "Eggs",
+ "",
+ "food"
+ ));
+
results.push(makeHeightWeight(
[
["m&m", 0.5262, "inches", 43/50, "g", "./media/objects/circle.svg"],