chore: add more sounds

This commit is contained in:
MAZE 2023-12-07 20:46:57 +03:30
parent 624230843c
commit eed5a1329d
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -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: <TbSailboat />,
id: 'rowing-boat',
label: 'Rowing Boat',
src: '/sounds/nature/rowing-boat.mp3',
},
],
title: 'Nature',
};