diff --git a/public/sounds/things/singing-bowl.mp3 b/public/sounds/things/singing-bowl.mp3 new file mode 100644 index 0000000..7b7b92c Binary files /dev/null and b/public/sounds/things/singing-bowl.mp3 differ diff --git a/src/data/sounds.tsx b/src/data/sounds.tsx index 7b3055c..ab86be5 100644 --- a/src/data/sounds.tsx +++ b/src/data/sounds.tsx @@ -40,7 +40,7 @@ import { PiRoadHorizonFill, } from 'react-icons/pi/index'; import { MdOutlineThunderstorm, MdSmartToy } from 'react-icons/md/index'; -import { TbScubaMask } from 'react-icons/tb/index'; +import { TbScubaMask, TbBowlFilled } from 'react-icons/tb/index'; import { RiFilePaper2Fill } from 'react-icons/ri/index'; import type { Categories } from './types'; @@ -267,6 +267,12 @@ export const sounds: { label: 'Wind Chimes', src: '/sounds/things/wind-chimes.mp3', }, + { + icon: , + id: 'singing-bowl', + label: 'Singing Bowl', + src: '/sounds/things/singing-bowl.mp3', + }, ], title: 'Things', },