diff --git a/assets/eyes/left/aww.svg b/assets/eyes/left/aww.svg
new file mode 100644
index 0000000..4ebf826
--- /dev/null
+++ b/assets/eyes/left/aww.svg
@@ -0,0 +1,4 @@
+
diff --git a/assets/eyes/right/aww.svg b/assets/eyes/right/aww.svg
new file mode 100644
index 0000000..e36a713
--- /dev/null
+++ b/assets/eyes/right/aww.svg
@@ -0,0 +1,4 @@
+
diff --git a/assets/nose/aww.svg b/assets/nose/aww.svg
new file mode 100644
index 0000000..9c224bf
--- /dev/null
+++ b/assets/nose/aww.svg
@@ -0,0 +1,4 @@
+
diff --git a/definitions.toml b/definitions.toml
index 5dedf07..3f1c212 100644
--- a/definitions.toml
+++ b/definitions.toml
@@ -9,4 +9,4 @@ fox_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg",
fox_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg", "mouth/w_mouth.svg"]
fox_upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/upset.svg"]
cat_base = ["eyes/left/base.svg", "eyes/right/base.svg", "mouth/cat/w_mouth.svg"]
-fox_hand_big_right = ["hand/fox/big_right.svg"]
\ No newline at end of file
+fox_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg", "mouth/w_mouth.svg", "overlay/blush.svg"]
diff --git a/designs.toml b/designs.toml
index 7c45203..7c7daed 100644
--- a/designs.toml
+++ b/designs.toml
@@ -4,4 +4,4 @@ arctic_happy_coffee = ["arctic_fur", "fox_happy", "coffee_cup", "arctic_hand_rig
arctic_blush = ["arctic_fur", "fox_blush"]
arctic_upset = ["arctic_fur", "fox_upset"]
cat = ["cat_fur", "cat_base"]
-test = ["fox_fur", "fox_hand_big_right"]
\ No newline at end of file
+arctic_aww = ["arctic_fur", "fox_aww"]