diff --git a/public/sounds/nature/rowing-boat.mp3 b/public/sounds/nature/rowing-boat.mp3 new file mode 100644 index 0000000..e4a2a57 Binary files /dev/null and b/public/sounds/nature/rowing-boat.mp3 differ diff --git a/src/data/sounds/nature.tsx b/src/data/sounds/nature.tsx index 58dafd6..8ed14fb 100644 --- a/src/data/sounds/nature.tsx +++ b/src/data/sounds/nature.tsx @@ -2,7 +2,7 @@ import { GiWaterfall } from 'react-icons/gi/index'; import { BsFire } from 'react-icons/bs/index'; import { BiSolidTree, BiWater } from 'react-icons/bi/index'; import { FaWater, FaWind, FaLeaf, FaRegSnowflake } from 'react-icons/fa/index'; -import { TbScubaMask } from 'react-icons/tb/index'; +import { TbScubaMask, TbSailboat } from 'react-icons/tb/index'; import type { Category } from '../types'; @@ -70,6 +70,12 @@ export const nature: Category = { label: 'Walk on Leaves', src: '/sounds/nature/walk-on-leaves.mp3', }, + { + icon: , + id: 'rowing-boat', + label: 'Rowing Boat', + src: '/sounds/nature/rowing-boat.mp3', + }, ], title: 'Nature', };