diff --git a/public/sounds/animals/sheep.mp3 b/public/sounds/animals/sheep.mp3
new file mode 100644
index 0000000..ea1cb8c
Binary files /dev/null and b/public/sounds/animals/sheep.mp3 differ
diff --git a/public/sounds/nature/walk-on-gravel.mp3 b/public/sounds/nature/walk-on-gravel.mp3
new file mode 100644
index 0000000..c55aca3
Binary files /dev/null and b/public/sounds/nature/walk-on-gravel.mp3 differ
diff --git a/src/data/sounds/animals.tsx b/src/data/sounds/animals.tsx
index 4ee95bb..cb7dcf1 100644
--- a/src/data/sounds/animals.tsx
+++ b/src/data/sounds/animals.tsx
@@ -8,6 +8,7 @@ import {
GiEgyptianBird,
GiChicken,
GiCow,
+ GiSheep,
} from 'react-icons/gi/index';
import {
FaDog,
@@ -114,6 +115,12 @@ export const animals: Category = {
label: 'Cows',
src: '/sounds/animals/cows.mp3',
},
+ {
+ icon: ,
+ id: 'sheep',
+ label: 'Sheep',
+ src: '/sounds/animals/sheep.mp3',
+ },
],
title: 'Animals',
};
diff --git a/src/data/sounds/nature.tsx b/src/data/sounds/nature.tsx
index 046e8ba..f90d2ea 100644
--- a/src/data/sounds/nature.tsx
+++ b/src/data/sounds/nature.tsx
@@ -1,4 +1,4 @@
-import { GiWaterfall } from 'react-icons/gi/index';
+import { GiWaterfall, GiStonePile } from 'react-icons/gi/index';
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
import {
@@ -69,6 +69,12 @@ export const nature: Category = {
label: 'Walk on Leaves',
src: '/sounds/nature/walk-on-leaves.mp3',
},
+ {
+ icon: ,
+ id: 'walk-on-gravel',
+ label: 'Walk on Gravel',
+ src: '/sounds/nature/walk-on-gravel.mp3',
+ },
{
icon: ,
id: 'droplets',